/* message */
.inputMessageWrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
}

.inputMessage {
    margin: 0 auto;
    padding: 3px 20px 33px;
    max-width: 810px;
    border-bottom: 1px solid #eee;
}



.fill_ins {
    width: 32.5%;
    height: 45px;
    line-height: 43px;
    margin-top: 5px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-sizing: border-box;
    font-size: 14px;
    color: #888;
    padding: 0 10px;
}


.inputMessageButton {
    margin: 0 auto;
    padding: 40px 20px 0;
    max-width: 810px;
}

.inputMessageButton > p {
    line-height: 40px;
    font-size: 12px;
    color: #888888;
    font-weight: 300;
    float: left;
}

.inputMessageButton > button {
    float: right;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    color: #fff;
    background: #c6092d;
    border: 1px solid #c6092d;
    border-radius: 25px;
    padding: 0 50px;
    cursor: pointer;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.inputMessageButton > button:hover {
    border: 1px solid #c6092d;
    color: #c6092d;
    background: #fff;
}

.inputMessageMButton {
    text-align: center;
}

.inputMessageMButton > p {
    text-align: left;
    padding: 0 35px 55px;
    color: #999;
}

.inputMessageMButton > button {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 52px;
    border-radius: 20px;
    text-align: center;
}


.tInput {
    border: 1px solid #ccc;
    background-color: #ffffff;
    width:70%;
    line-height: 210%;
	 outline: none;
  -webkit-appearance: none;
}

.xz_submit{
  
  background: #c6092d;
  border: 1px solid #c6092d;
  text-align: center;
  color: #fff;
  width: 106px;
  height: 40px;
  line-height: 38px;
  border-radius: 50px;
  font-weight: bold;
  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; */
  outline: none;
  -webkit-appearance: none;
}

.xz_submit:hover{
  border: 1px solid #c6092d;
  background: #fff;
  color: #c6092d;
}


.inputMessageMButton > button:nth-of-type(1) {
    margin-right: 5px;
}

.inputMessageMButton > button:nth-of-type(2) {
    margin-left: 5px;
}

.inputMessageRow {
    width: 100%;
}

.inputMessageRow.twoColumn > label {
    width: 45.68%;
    display: block;
}

.inputMessageRow.oneRow > label {
    width: 100%;
    overflow: hidden;
}

.inputMessageRow.threeRow > label {
    width: 30%;
}

.inputMessageRow > label.leftLabel {
    float: left;
}

.inputMessageRow > label.threeRowLeftLabel {
    float: left;
    margin-left: 5%;
}

.inputMessageRow > label.rightLabel {
    float: right;
}

.inputMessageRow > label > input, .inputMessageRow > label > select {
    width: 100%;
    height: 45px;
    line-height: 43px;
    /* margin-top: 5px; */
    border-radius: 3px;
    border: 1px solid #eee;
    box-sizing: border-box;
    font-size: 14px;
    color: #888;
    padding: 0 15px;
    -webkit-appearance: none;
}

.inputMessageRow > label > textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 25px;
    height: 85px;
    border: none;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    font-family: "Arial";
}

.inputMessageRow.bbsRedLine {
    position: relative;
}

.inputMessageRow.bbsRedLine::before {
    content: " ";
    display: block;
    position: absolute;
    width: 2px;
    height: 21px;
    background: #c00a27;
    left: 0;
    top: 25px;
}

.inputMessageRowLeft > label:nth-child(1), .inputMessageRowRight > label:nth-child(1) {
    padding-top: 1px;
}

.inputMessage label > textarea.bbs::-webkit-input-placeholder {
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.inputMessage label > textarea.bbs:-moz-placeholder {
 /* Firefox 18- */
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.inputMessage label > textarea.bbs::-moz-placeholder {
 /* Firefox 19+ */
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.inputMessage label > textarea.bbs::-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.inputMessage label > input::-webkit-input-placeholder {
    color: #888888;
    font-size: 14px;
}

.inputMessage label > input:-moz-placeholder {
 /* Firefox 18- */
    color: #888888;
    font-size: 14px;
}

.inputMessage label > input::-moz-placeholder {
 /* Firefox 19+ */
    color: #888888;
    font-size: 14px;
}

.inputMessage label > input::-ms-input-placeholder {
    color: #888888;
    font-size: 14px;
}

.inputMessageRow > label > select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #888888;
    position: relative;
}

.inputMessageRow > label > select::-webkit-expand {
    display: none;
}

.inputMessageRow b {
    display: block;
    line-height: 12px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 20px;
}

.inputMessage .inputMessageRowLeft, .inputMessage .inputMessageRowRight {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.inputMessage .inputMessageRowLeft > label > b, .inputMessage .inputMessageRowRight > label > b {
    display: block;
    line-height: 12px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 20px;
}

.inputMessage .inputMessageRowLeft {
    padding-right: 4.321%;
}

.inputMessage .inputMessageRowRight {
    padding-left: 4.321%;
}

.inputMessageRowLeft > label > input, .inputMessageRowRight > label > select, .inputMessageRowRight > label > input {
    width: 100%;
    height: 45px;
    line-height: 43px;
    /* margin-top: 5px; */
    border-radius: 3px;
    border: 1px solid #eee;
    box-sizing: border-box;
    font-size: 14px;
    color: #888;
    padding: 0 15px;
}

.inputMessage label > .selectCon {
    display: block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    color: #888;
}

.inputMessage label > .selectCon .select {
    width: 100%;
    line-height: 45px;
    height: 45px;
    /* margin-top: 5px; */
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
    color: #888;
}

.inputMessage label > .selectCon .selectDiv {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 60;
    border: 1px solid #eee;
    display: none;
    color: #888;
    max-height: 229px;
    overflow-y: scroll;
}

.inputMessage label > .selectCon .selectDiv p {
    font-size: 14px;
    color: #888;
    background: #fff;
    min-height: 45px;
    line-height: 45px;
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inputMessage label > .selectCon .selectDiv p + p {
    border-top: 1px solid #eee;
}

.inputMessage label {
    display: block;
}

.identifyingCodeWrap {
    position: relative;
}

.selectArrowhead {
    position: relative;
}

.selectArrowhead::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 8px;
    background: url("../img/greySelectArrow.png")/*tpa=http://www.ariston.com.cn/Content/img/greySelectArrow.png*/ no-repeat 50% 50%;
    background-size: 100%;
    margin: -4px 0 0 0;
}

.selectArrowheadArea {
    position: relative;
}

.selectArrowheadArea::after {
    content: "";
    display: block;
    position: absolute;
    top: 75%;
    right: 15px;
    width: 12px;
    height: 8px;
    background: url("../img/greySelectArrow.png")/*tpa=http://www.ariston.com.cn/Content/img/greySelectArrow.png*/ no-repeat 50% 50%;
    background-size: 100%;
    margin: -4px 0 0 0;
}

.identifyingCode {
    display: block;
    position: absolute;
    width: 80px;
    height: 22px;
    z-index: 1;
    right: 10px;
    bottom: 11px;
    cursor: pointer;
}

/* mechanism */
.sectionMapBg {
    background: #f2f2f2 url("../img/mechanism/chinaMap.png")/*tpa=http://www.ariston.com.cn/Content/img/mechanism/chinaMap.png*/ no-repeat bottom center;
    background-size: 85%;
}

.mechanismConWrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 90px;
}

.mechanismConWrap > li {
    width: 49.8%;
    float: left;
    text-align: center;
}

.mechanismConWrap > li:first-child {
    border-right: 1px solid rgba(49, 49, 49, .1);
}

.mechanismConWrap .mechanismTitle {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
}

.mechanismConWrap .mechanismSubheading {
    margin: 20px 0 10px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 16px;
}

.mechanismConWrap .mechanismParagraph {
    font-size: 14px;
    color: #888888;
    line-height: 26px;
}

.mechanismListWrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.mechanismList {
    width: 100%;
}

.mechanismList > .mechanismListRow {
    margin-bottom: 20px;
}

.mechanismList > .mechanismListRow > li {
    padding: 3.7% 2.78%;
    width: 26.2%;
    float: left;
    border: 1px solid #e7e7e7;
    min-height: 130px;
}

.mechanismList>.mechanismListRow>.mechanismLi {
    padding: 3.7% 2.78%;
    width: 26.2%;
    float: left;
    border: 1px solid #e7e7e7;
    min-height: 130px;
}

.mechanismList>.mechanismListRow>.mechanismLi:nth-child(1) {
    float: left;
}

.mechanismList>.mechanismListRow>.mechanismLi:nth-child(2) {
    float: right;
}

.mechanismList>.mechanismListRow>.mechanismLi:nth-child(3) {
    float: none;
    margin: 0 auto;
}

.mechanismList>.mechanismListRow>.mechanismLi h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 16px;
}

.mechanismList>.mechanismListRow>.mechanismLi p {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    margin-top: 10px;
}

@media screen and (max-width: 1095px) {
    .mechanismList>li {
        width: 25.24%;
    }
}
/* comfort */
.pageBackButton {
    max-width: 1200px;
    margin: 100px auto 0;
}

.pageBackButton > button {
    float: right;
    background: #333;
    font-size: 14px;
    padding: 0 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
}

.pageBackButton > button > svg {
    font-size: 12px;
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    margin-right: 8px;
    line-height: 45px;
}

.comfortLogoImg {
    display: inline-block;
    width: 36px;
    height: 37px;
}

.comfortProductTxt {
    font-size: 16px;
    color: #888;
    margin-top: 20px;
}

.comfortProductTitle > span {
    font-size: 30px;
    color: #c6092d;
    position: relative;
    line-height: 37px;
    margin-left: 58px;
    font-weight: bold;
}

.comfortProductTitle > span::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -58px;
    width: 36px;
    height: 37px;
    background: url("../img/comfort/aristonLogo.png")/*tpa=http://www.ariston.com.cn/Content/img/comfort/aristonLogo.png*/ no-repeat;
    background-size: cover;
}

.section01 .comfortTxtCon {
    width: 100%;
    padding: 10px 0 45px 0;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.comfortProductTabWrap {
    max-width: 1000px;
    margin: 38px auto 0;
    padding: 0 20px;
}

.comfortProductTab > li {
    float: left;
    width: 20%;
    border: 1px solid #E7E7E7;
    line-height: 65px;
    text-align: center;
    border-left: none;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.comfortProductTab > li:first-child.active {
    border-left: 1px solid #c6092d;
}

.comfortProductTab > li.active {
    background: #c6092d;
    border: 1px solid #c6092d;
    color: #fff;
}

.comfortProductTab > li:first-child {
    border-left: 1px solid #E7E7E7;
}

.comfortProductTabCon {
    width: 100%;
}

.comfortProductTabCon > li {
    width: 100%;
    display: none;
}

.comfortProductTabCon > li.active {
    display: block;
}

.systemDiagram > img {
    width: 96%;
    margin: 60px auto 5px;
}

.comfortProductList {
    margin-top: 34px;
}

.comfortProductCon {
    width: 48.8%;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    position: relative;
}

.comfortProductCon.left {
    float: left;
}

.comfortProductCon.right {
    float: right;
}
.comfortProductCon:nth-child(odd){
	float: left;
}
.comfortProductCon:nth-child(even){
	float: right;
}

.comfortProductConImg {
    float: left;
    width: 37.1%;
}

.comfortProductConImg > img {
    display: block;
    position: absolute;
    width: 37.1%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.comfortProductConInfo {
    margin-left: 37.1%;
    padding: 11.7% 8.2%;
    border-left: 1px solid #e6e6e6;
}

.comfortProductConInfo > h5 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 20px;
}

.comfortProductConInfo > p {
    color: #888888;
    line-height: 28px;
}

.comfortParameterTable {
    border-collapse: collapse;
    width: 100%;
}

.comfortParameterTable td {
    border: 1px solid #e6e6e6;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comfortParameterTable > tr {
    width: 100%;
}

.comfortTableHeader {
    min-width: 75px;
    width: 15.9%;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
}

.comfortParameterTable tr > td:nth-last-of-type(3) {
    padding-left: 3%;
    width: 37%;
}

.comfortParameterTable tr > td:nth-last-of-type(2) {
    min-width: 30px;
    width: 14%;
    padding-left: 3%;
    padding-right: 3%;
}

.comfortParameterTable tr > td:nth-last-of-type(1) {
    padding-left: 3%;
    padding-right: 3%;
}

.comfortProductBook {
    margin-top: 34px;
}

.comfortProductBookRow {
    width: 49%;
    margin-bottom: 20px;
}

.comfortProductBookRow.left {
    float: left;
    margin-bottom: 0;
}

.comfortProductBookRow.right {
    float: right;
}

.comfortProductBookRow.left > .comfortProductBookCon {
    min-height: 639px;
}

.comfortProductBookRow.left > .comfortProductBookCon img {
    width: 70.29%;
    margin: 0 auto;
    display: block;
}

.comfortProductBookRow.left > .comfortProductBookCon h5 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 25px;
    line-height: 14px;
}

.comfortProductBookRow.left > .comfortProductBookCon a {
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    cursor: pointer;
    display: block;
}

.comfortProductBookRow.left > .comfortProductBookCon a.visible-lg {
    display: inline-block;
}

.comfortProductBookRow.left > .comfortProductBookCon a.hidden-xs {
    display: none;
}

.comfortProductBookRow.left > .comfortProductBookCon a > svg {
    margin-left: 10px;
}

.comfortProductBookCon {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.comfortProductBookCon.noMarginBottom {
    margin-bottom: 0;
}

.comfortProductBookImg {
    width: 37.1%;
    float: left;
}

.comfortProductBookImg > img {
    display: block;
    position: absolute;
    width: 37.1%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.comfortProductBookInfo {
    margin-left: 37.1%;
    padding: 67px 20px 67px 40px;
    border-left: 1px solid #e6e6e6;
}

.comfortProductBookInfo > h5 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.comfortProductBookInfo > p {
    color: #888888;
    line-height: 28px;
}

.comfortProductBookDown {
    position: absolute;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    bottom: 17%;
    right: 6.12%;
}

.comfortProductBookDown.visible-lg {
    display: block;
}

.comfortProductBookDown.hidden-xs {
    display: none;
}

.comfortProductBookDown > svg {
    margin-left: 10px;
}

.comfortProductData {
    background: url("../img/comfort/comfortProductDataBg.jpg")/*tpa=http://www.ariston.com.cn/Content/img/comfort/comfortProductDataBg.jpg*/ no-repeat;
    background-size: cover;
    min-height: 460px;
    margin-top: 34px;
}

.comfortProductDataCon {
    width: 35%;
    float: right;
    margin-top: 120px;
    margin-right: 9.5%;
}

.comfortProductDataCon > p {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.comfortProductDataCon b {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 12px;
}

.comfortProductDataCon input {
    display: block;
    width: 100%;
    line-height: 45px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    padding-left: 15px;
    height: 45px;
}

.comfortProductDataCon input::-webkit-input-placeholder {
    font-size: 12px;
    color: #aaaaaa;
}

.comfortProductDataCon input::-moz-placeholder {
    font-size: 12px;
    color: #aaaaaa;
}

.comfortProductDataCon input::-ms-input-placeholder {
    font-size: 12px;
    color: #aaaaaa;
}

.comfortProductDataCon > button {
    margin-top: 40px;
    background: #c6092d;
    border: 1px solid #c6092d;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    color: #fff;
    padding: 0 40px;
    border-radius: 25px;
    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;
}

.comfortProductDataCon > button:hover {
    background: #fff;
    color: #c6092d;
    border: 1px solid #c6092d;
}

.comfortProductParameter {
    margin-top: 34px;
}

.productTeamList {
    max-width: 1170px;
    margin: 40px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}

.productTeamList > ul {
    box-sizing: border-box;
}

.productTeamListLeft {
    width: 55.55%;
    float: left;
}

.productTeamListLeft > li:nth-child(1) {
    width: 60%;
    float: left;
}

.productTeamListLeft > li:nth-child(1) .productTeamListWrap {
    min-height: 528px;
    border: 1px solid #e6e6e6;
    border-right: 1px solid rgba(255, 255, 255, 0);
}

.productTeamListLeft > li:nth-child(1) .productTeamListCon > img {
    display: block;
    width: 66.677%;
    margin: 0 auto 28px;
}

.productTeamListLeft > li:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0);
}

.productTeamListLeft > li {
    width: 40%;
    float: left;
}

.productTeamListRight {
    width: 44.45%;
    float: right;
}

.productTeamListRight > li {
    width: 50%;
    float: left;
}

.productTeamListLeft li:nth-child(3) .productTeamListWrap {
    top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0);
}

.productTeamListRight > li:nth-child(2n) .productTeamListWrap {
    border-left: 1px solid rgba(255, 255, 255, 0);
}

.productTeamListRight > li:nth-child(n+3) .productTeamListWrap {
    border-top: 1px solid rgba(255, 255, 255, 0);
}

.productTeamListRight > li:nth-child(2n+1) .productTeamListWrap {
    border-left: 1px solid rgba(255, 255, 255, 0);
}

.productTeamList li {
    text-align: center;
}

.productTeamList .productTeamListLeft li img {
    display: block;
    width: 48.305%;
    height: auto;
    margin: 0 auto 17px;
}

.productTeamList .productTeamListRight li img {
    display: block;
    width: 47.98%;
    height: auto;
    margin: 0 auto 17px;
}

.productTeamList li .productTeamListWrap {
    position: relative;
    border: 1px solid #e6e6e6;
    min-height: 264px;
}

.productTeamList li .productTeamListCon {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 4px;
}

.productTeamList li:hover .productTeamListCon {
    padding: 0;
    box-sizing: border-box;
}

.productTeamList li h3 {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    font-weight: bold;
}

.productTeamList li p {
    font-size: 14px;
    color: #888;
    line-height: 14px;
    margin-top: 10px;
}

.productTeamButtonWrap {
    width: 360px;
    margin: 45px auto 0;
    padding-bottom: 70px;
}

.productTeamButtonWrap > button {
    line-height: 38px;
    font-weight: bold;
    font-size: 14px;
    padding: 0 40px;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
    min-width: 142px;
}

.productTeamButtonWrap > button > svg {
    font-size: 12px;
    margin-top: -1px;
}

.productTeamButtonWrap > button:nth-child(1) > svg {
    margin-right: 10px;
}

.productTeamButtonWrap > button:nth-child(2) > svg {
    margin-left: 10px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.productTeamButtonWrap > button:nth-child(1) {
    float: left;
}

.productTeamButtonWrap > button:nth-child(2) {
    float: right;
}

.productTeamListLine {
    max-width: 1170px;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #eeeeee;
    padding-top: 70px;
}

.waterHeaderButton > .productTeamButtonWrap {
    margin: 60px auto;
    padding-bottom: 0;
}

.waterHeaderButton > .productTeamListLine {
    padding-top: 0;
}

.waterHeaterWrap {
    margin: 50px auto 0;
    padding-bottom: 80px;
}

.waterHeaterWrap03 {
    max-width: 1170px;
}

.waterHeaterWrap03 > li {
    width: 33.33%;
    box-sizing: border-box;
}

.waterHeaterWrap02 {
    max-width: 780px;
}

.waterHeaterWrap02 > li {
    width: 50%;
    box-sizing: border-box;
}

.waterHeaterWrap > li {
    float: left;
}

.waterHeaterWrap01 {
    max-width: 390px;
}

.waterHeaterWrap01 > li {
    width: 100%;
    box-sizing: border-box;
}

.waterHeaterWrap > li .waterHeaterWrapCon {
    position: relative;
    min-height: 535px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
}

.waterHeaterWrap > li .waterHeaterWrapConCenter {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    padding-left: 4px;
    padding-right: 4px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    box-sizing: border-box;
}

.waterHeaterWrap > li:hover .waterHeaterWrapConCenter {
    padding-left: 0;
    padding-right: 0;
}

.waterHeaterWrap > li .waterHeaterWrapConCenter > img {
    width: 72.165%;
    display: inline-block;
}

.waterHeaterWrap > li:hover .waterHeaterWrapConCenter .img {
    width: 73.685%;
}

.waterHeaterWrap > li .waterHeaterWrapConCenter > h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 16px;
    margin-top: 19px;
}

.waterHeaterWrap > li:hover .waterHeaterWrapConCenter > h3 {
    color: #c6092d;
}

.waterHeaterWrap > li .waterHeaterWrapConCenter > p {
    width: 76%;
    height: 63px;
    color: #888888;
    line-height: 21px;
    margin: 22px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.waterHeaterWrap > li:hover .waterHeaterWrapCon {
    border: 5px solid #c00a27;
}

.productTeamList > ul > li > .productTeamListWrap {
    box-sizing: border-box;
}

.productTeamList > ul > li:hover > .productTeamListWrap {
    border: 5px solid #c00a27;
}

.productTeamListRight > li .productTeamListWrap {
    box-sizing: border-box;
}

.mechanismUl {
    padding: 34px 20px 0;
}

.mechanismUl > li {
    padding: 20px 6px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.mechanismUlListIcon {
    float: left;
}

.mechanismUlListIcon > em {
    font-size: 23px;
    margin-top: 1px;
    margin-right: 5px;
}

.mechanismUlListCon {
    float: left;
    width: 88%;
}

.mechanismUlListCon > h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 5px;
    margin-top: 4px;
}

.mechanismUlListCon > p {
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

.comfortProductBookRow.left > .comfortProductBookCon .comfortProductBookConCen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.contactUsCon > li {
    display: none;
}

.contactUsCon > li.active {
    display: block;
}

.waterHeaterShopWrap, .heatingShopWrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.mechanismUl.searchListWrap {
    padding: 0;
    margin-top: 18px;
    overflow-y: scroll;
    max-height: 394px;
    padding-right: 25px;
}

.mechanismUl.searchListWrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #ebebeb;
}

.mechanismUl.searchListWrap::-webkit-scrollbar {
    width: 3px;
}

.mechanismUl.searchListWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333333;
}

.searchListWrap .loading-spokes {
    position: relative;
    float: left;
    height: 20px;
    margin-right: 5px;
}

.searchListWrap .loader span {
    float: left;
    display: block;
    line-height: 30px;
    position: relative;
    font-size: 12px;
    color: #888;
}

.heatingShopMap {
    float: right;
    width: 58.33%;
    min-height: 541px;
}

.heatingShopMap .dituContent {
    width: 100%;
    min-height: 541px;
}

.shopMap {
    min-height: 591px;
}

.heatingShopMap .mapcont {
    min-height: 591px;
}

.heatingShopInfo {
    float: left;
    width: 39.41%;
}

.heatingShopConWrap {
    margin-top: 60px;
}

.searchInputWrap > h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
}

.searchInputWrap label {
    display: block;
    width: 49%;
    float: left;
    height: 45px;
}

.searchInputWrap label > .selectCon {
    display: block;
    position: relative;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.searchInputWrap label > .selectCon .select {
    padding: 0 15px;
    line-height: 43px;
    border: 1px solid #eee;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    color: #939393;
    position: relative;
    box-sizing: border-box;
}

.searchInputWrap label > .selectCon .selectDiv {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 60;
    border: 1px solid #eee;
    display: none;
    max-height: 229px;
    overflow-y: scroll;
}

.searchInputWrap label > .selectCon .selectDiv p {
    font-size: 14px;
    color: #888;
    background: #fff;
    min-height: 45px;
    line-height: 45px;
    padding: 0 15px;
    cursor: pointer;
}

.searchInputWrap label > .selectCon .selectDiv p + p {
    border-top: 1px solid #eee;
}

.searchInputWrap label:last-child {
    float: right;
}

.searchInputWrap label > svg {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 1;
}

.searchInputWrap button {
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
    border-radius: 20px;
    line-height: 38px;
    height: 40px;
    cursor: pointer;
}

.brandTitleTxtCon {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 0 0;
}

.brandTitleTxtCon h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}

.brandTitleTxtConLine {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #EEEEEE; */
}

.brandSection01Icon {
    float: left;
    width: 69px;
    height: 69px;
    margin-left: 7px;
    margin-right: 20px;
    margin-top: 12px;
}

.brandSection01Icon > img {
    width: 100%;
}

.brandSection01Con {
    float: left;
}

.brandSection01Con h2 {
    font-size: 30px;
    font-weight: bold;
    color: #c7082c;
    line-height: 43px;
}

.brandSection01Con p {
    font-size: 16px;
    color: #939393;
    margin-top: 3px;
}

.brandSection {
	max-width: 1200px;
	max-width: 1100px\0;
	margin: 0 auto;
	width: 100%;
	padding: 60px 20px;
	box-sizing: border-box;
}

.brandSection01 {
    max-width: 1000px;
    margin:auto; margin-top:50px;
}

.brandMiddleSection {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.brandSmallSection {
	
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.brandGroupInfo {
	background-image: url(../img/brand/brandChart.png);
    width:100%;
}

.brandGroupInfo h2 {
    margin-bottom: 15px;
}

.brandGroupInfo p {
	max-width:50%;
    color: #939393;
    line-height: 26px;
    font-size: 14px;
}

.brandGroupInfo p span {
    color: #c6092d;
}

.brandGroupImg {
    width: 43%;
    float: right;
}

.brandGroupImg > img {
    width: 100%;
}

.brandLogoTeam {
    margin: 0 auto 40px;
}

.brandMapInfo {
}

.brandMapImg {
    float: right;
    width: 87.7%;
}

.brandMapInfo li p {
    font-size: 14px;
    color: #939393;
    line-height: 23px;
}

.brandMapInfo li {
    margin-bottom: 20px;
}

.brandHistoryTime {
    width: 30%;
    float: right;
}

.brandStoryTimeLine {
    padding-bottom: 60px;
}

.brandStoryTimeLine ol li {
    opacity: 0;
    transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
}

.brandStoryTimeLine ol li.start {
    -webkit-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.brandHistoryTxt {
    width: 59%;
    float: left;
}

.brandHistoryTxt > li {
    padding-bottom: 42px;
}

.brandHistoryTxt > li::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #7d7d7d;
    margin-bottom: 12px;
}

.brandHistoryTxt > li > p {
    font-size: 14px;
    color: #939393;
    line-height: 28px;
    text-align: justify;
}

.brandHistoryTime li h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 2px;
}

.brandHistoryTime li:first-child {
    margin-bottom: 45px;
}

.brandHistoryTime li p {
    font-size: 14px;
    color: #939393;
    line-height: 22px;
}

.brandPowerList, .brandChartsList, .brandPowerList li, .brandChartsList li {
    width: 50%;
    text-align: center;
}


.zz {
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
}
.zz:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}



.brandPowerList:nth-child(1), .brandChartsList:nth-child(1), .brandPowerList:nth-child(1) li:nth-child(1), .brandPowerList:nth-child(2) li:nth-child(1), .brandChartsList:nth-child(1) li:nth-child(1), .brandChartsList:nth-child(2) li:nth-child(1) {
    float: left;
}

.brandPowerList:nth-child(2), .brandChartsList:nth-child(2), .brandPowerList:nth-child(1) li:nth-child(2), .brandPowerList:nth-child(2) li:nth-child(2), .brandChartsList:nth-child(1) li:nth-child(2), .brandChartsList:nth-child(2) li:nth-child(2) {
    float: right;
}

.brandPowerList li img {
    width: 53.82%;
    margin: 0 auto;
}

.brandPowerList li h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
}

.brandPowerList li p {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
}

.brandPowerList li span {
    font-size: 14px;
    line-height: 22px;
    color: #939393;
}

.brandChartsList li img {
    width: 100%;
    margin: 0 auto;
}

.brandChartsList li h2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
}

.brandChartsList li p {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-bottom: 28px;
}

.proBanner .txtCon {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    line-height: 26px;
    width: 100%;
    text-align: center;
}

.navMenu .navTxt {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.section01.successfulCase .titleTxtCon {
    color: #fff;
}

.section01.successfulCase .titleTxtCon .titleTxt {
    color: #c6092d;
}

.section01.successfulCase .newsSwiper1 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 60px;
}

.section01.successfulCase .newsSwiper1 .newsCon {
    width: 355px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.section01.successfulCase .newsSwiper1 .newsCon .newsImg {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.section01.successfulCase .newsSwiper1 .txtCon {
    width: 100%;
    position: relative;
}

.section01.successfulCase .newsSwiper1 .txtCon .wrapper {
    padding: 35px 35px 35px;
   
}

.section01.successfulCase .newsSwiper1 .txtCon .wrapper .caseHeader {
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    color: #c7082c;
}

.section01.successfulCase .newsSwiper1 .caseHeader span {
    font-size: 14px;
    line-height: 14px;
}

.section01.successfulCase .newsSwiper1 .caseHeader h3 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 6px;
}

.section01.successfulCase .newsSwiper1 .txtCon .wrapper p {
    font-size: 14px;
    line-height: 22px;
    color: #939393;
    margin-top: 15px;
}

.section01.successfulCase .newsSwiper1 .swiper-button-prev {
    width: 18px;
    height: 36px;
    background: url("../img/swiperPrev.png")/*tpa=http://www.ariston.com.cn/Content/img/swiperPrev.png*/ 50% 50% no-repeat;
    background-size: 100%;
    left: 0;
}

.section01.successfulCase .newsSwiper1 .swiper-button-next {
    width: 18px;
    height: 36px;
    background: url("../img/swiperNext.png")/*tpa=http://www.ariston.com.cn/Content/img/swiperNext.png*/ 50% 50% no-repeat;
    background-size: 100%;
    right: 0;
}

.groupInChinaTxt {
    width: 46.67%;
    float: left;
    text-align: justify;
}

.groupInChinaTxt h2 {
    color: #c7082c;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.groupInChinaTxt p {
    max-height: 570px;
    overflow-y: scroll;
    padding-right: 3.14%;
    font-size: 14px;
    color: #939393;
    line-height: 26px;
}

.groupInChinaTxt p::-webkit-scrollbar-track {
    background: #EBEBEB;
}

.groupInChinaTxt p::-webkit-scrollbar {
    width: 5px;
}

.groupInChinaTxt p::-webkit-scrollbar-thumb {
    background: #939393;
}

.groupInChinaImg {
    width: 53.32%;
    float: right;
}

.groupInChinaImg .groupInChinaImgCen {
    width: 85%;
    margin: 80px auto 0;
}

.groupInChinaImg .groupInChinaImgCen img {
    margin-bottom: 48px;
}

.groupInChinaImg .groupInChinaImgCen p {
    font-size: 14px;
    color: #939393;
    line-height: 33px;
}

.groupInChinaImg .groupInChinaImgCen p span {
    color: #c6092d;
}

.wuxiFactoryWrap {
    background: url("../img/brand/groupBrand-banner.png")/*tpa=http://www.ariston.com.cn/Content/img/brand/groupBrand-banner.png*/ no-repeat;
    background-size: cover;
    min-height: 580px;
}

.wuxiFactoryTxt {
    background: rgba(0, 0, 0, .3);
    float: right;
    width: 50%;
    color: #fff;
    min-height: 580px;
    position: relative;
}

.wuxiFactoryTxtCen {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-left: 11.2%;
}

.wuxiFactoryTxtCen h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.wuxiFactoryTxtCen p {
    font-size: 14px;
    line-height: 26px;
    padding: 23px 0;
}

.wuxiFactoryTxtCen img {
    width: 28.235%;
}

.brandStoryIntroduce {
    text-align: center;
}

.brandStoryIntroduce p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    color: #939393;
}

.brandStoryIntroduce h3 {
    font-size: 14px;
    font-weight: bold;
    color: #939393;
    margin-top: 40px;
    margin-bottom: 65px;
}

.brandStoryIntroduce h3 a {
    color: #c7082c;
    cursor: pointer;
}

.brandStoryIntroduce hr {
    background: #e9e9e9;
    height: 1px;
    border: none;
    width: 65.83%;
    margin: 0 auto;
}

.brandStoryIntroduceList {
    margin: 30px auto 30px;
}

.brandStoryIntroduceList > li {
    width: 32%;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    font-weight: bold;
}

.brandStoryIntroduce .titleTxtCon .titleTxt, .brandStoryTimeLine .titleTxtCon .titleTxt,
.brandStoryValue .titleTxtCon .titleTxt, .brandStoryTimeLine .titleTxtCon .titleTxt {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 30px;
    text-align: center;
}

.brandStoryIntroduceCon {
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #e9e9e9;
}

/*.brandStoryTimeLine {
    padding-bottom: 80px;
}*/

.brandStoryTimeLine .timeline > li {
    text-align: center;
    position: relative;
    padding: 0 0 125px 0;
}

.brandStoryTimeLine .timeline > li::after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 1px;
    border-left: 1px solid #e9e9e9;
    height: 100%;
    z-index: -1;
}

.brandStoryTimeLine .timeline > li > span {
    width: 38px;
    height: 29px;
    display: inline-block;
    background: #333333;
    color: #fff;
    line-height: 29px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.brandStoryTimeLine .timeline > li.start > span {
    background: #c7082c;
    transition: .2s linear .4s;
    -moz-transition: .2s linear .4s;
    -webkit-transition: .2s linear .4s;
    -o-transition: .2s linear .4s;
}

.brandStoryTimeLine .timeline > li > span::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #e9e9e9;
    top: 50%;
}

.brandStoryTimeLine .timeline > li:nth-child(even) > span::before {
    left: -50px;
}

.brandStoryTimeLine .timeline > li:nth-child(odd) > span::before {
    right: -50px;
}

.brandStoryTimeLine .timeline > li > .summary {
    position: absolute;
    right: 50%;
    /* margin-right: 80px; */
    margin-right: 50px;
    text-align: center;
    top: -24%;
    width: 30%;
}

.brandStoryTimeLine .timeline > li:nth-child(odd) > .summary {
    left: 50%;
    /* margin-left: 80px; */
    margin-left: 50px;
    text-align: center;
}

.brandStoryTimeLine .timeline > li > .summary > img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
}

.brandStoryTimeLine .timeline > li > .summary h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin-bottom: 7px;
}

.brandStoryTimeLine .timeline > li > .summary p {
    color: #939393;
    font-size: 14px;
    line-height: 22px;
}

.brandStoryTimeLine .timeline > li > .summary-start {
    text-align: center;
    width: 104px;
    height: 104px;
    background: #c00a27;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.brandStoryTimeLine .timeline > li > .summary-start > img {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.brandStoryArtWrap {
    position: relative;
}

.brandStoryArtWrap > img {
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.brandStoryArtWrap:hover > img {
    vertical-align: top;
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.brandStoryArt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

.brandStoryArt h2 {
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 16px;
}

.brandStoryArt p {
    font-size: 16px;
    line-height: 26px;
}

.brandStoryValueWrap {
   
}

.timelinePanel .shareTabCon .content {
    padding: 60px 0;
}

.timelinePanel .shareTabCon .content.noPaddingBottom {
    padding-bottom: 0;
}

.waterHeaterWrap {
    padding-left: 20px;
    padding-right: 20px;
}

.brandStoryValue ul.brandStoryValueFlex {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.brandStoryValue ul.brandStoryValueFlex li {
    width: 50%;
    overflow: hidden;
}

.brandStoryValue ul.brandStoryValueFlex:nth-of-type(even) li:first-child,
.brandStoryValue ul.brandStoryValueFlex:nth-of-type(odd) li:last-child {
    float: right;
}

.brandStoryValue ul.brandStoryValueFlex:nth-of-type(even) li:last-child,
.brandStoryValue ul.brandStoryValueFlex:nth-of-type(odd) li:first-child {
    float: left;
}

.brandStoryValue ul.brandStoryValueFlex:nth-of-type(odd) li:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    width: 45%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.brandStoryValue ul.brandStoryValueFlex:nth-of-type(even) li:last-child {
    position: absolute;
    left: 0;
    top: 50%;
    width: 45%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}



.brandStoryValue ul.brandStoryValueFlex li h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}


.brandStoryValue ul.brandStoryValueFlex li h4 { 
	font-size:16px;
    color: #c6092d;
    line-height: 30px;
}


.brandStoryValue ul.brandStoryValueFlex li h3 {
    font-size: 25px;
    font-weight: bold;
    color: #c6092d;
    line-height: 30px;
    margin-bottom: 15px;
}


.brandStoryValue ul.brandStoryValueFlex li p {
    color: #939393;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.brandStoryValue ul.brandStoryValueFlex li img {
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.brandStoryValue ul.brandStoryValueFlex li img:hover {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.brandStoryValue ul.brandStoryValueFlex li a {
display: block;
margin: auto;
padding: 20px 0 0 0;
}   

.brandStoryValue ul.brandStoryValueFlex li 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;
}

.brandStoryValue ul.brandStoryValueFlex li a span:hover {
    border: 1px solid #c6092d;
    background: #fff;
    color: #c6092d;
}

.timelinePanel .timeLineCon li .con .circleLine:before {
    width: 0;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.timelinePanel .timeLineCon li.start .con .circleLine:before {
    width: 40px;
}

.timelinePanel .timeLineCon ul li .con .timeLineTxtCon {
    transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    opacity: 0;
}

.timelinePanel .timeLineCon ul li.start .con .timeLineTxtCon {
    -webkit-transition: all .8s ease .3s;
    -ms-transition: all .8s ease .3s;
    -moz-transition: all .8s ease .3s;
    transition: all .8s ease .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.timelinePanel .timeLineCon ul li {
    opacity: 0;
}

.timelinePanel .timeLineCon ul li.start {
    opacity: 1;
}

.timelinePanel .content .titleTxt {
    line-height: 30px;
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
    .heatingShopConWrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .inputMessageMButton > p{
        padding: 0 5px 55px;
    }
    .timelinePanel .content .titleTxt {
        line-height: 20px;
        font-size: 20px;
    }

    .comfortProductTabCon {
        width: auto;
    }

    .comfortProductTab > li.active {
        border-left: 1px solid #c6092d;
    }

    .comfortProductTab > li:nth-child(3).active, .comfortProductTab > li:nth-child(5).active {
        border-left: 1px solid #c6092d;
    }

    .comfortProductTab > li:nth-child(n+3) {
        border-top: none;
    }

    .comfortProductTab > li:nth-child(3), .comfortProductTab > li:nth-child(5) {
        border-left: 1px solid #E7E7E7;
    }

    .comfortLookPhotoButton {
        background: none;
        border: 2px solid #333333;
        border-radius: 38px;
        margin: 55px auto 0;
        cursor: pointer;
        line-height: 34px;
        padding: 0 18px;
    }

    .comfortLookPhotoButton > svg {
        margin-right: 10px;
    }

    .comfortProductData {
        background: url("../img/comfort/comfortProductDataBg-m.jpg")/*tpa=http://www.ariston.com.cn/Content/img/comfort/comfortProductDataBg-m.jpg*/ no-repeat;
        background-size: cover;
    }

    .comfortProductDataCon {
        width: 80%;
        padding-top: 73%;
        margin: 0 auto;
        float: none;
        margin-top: 0;
        margin-right: 9.5%;
    }

    .comfortProductDataCon input {
        box-sizing: border-box;
    }

    .comfortProductDataCon > p {
        font-weight: bold;
    }

    .comfortProductDataCon b {
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .comfortProductDataCon > button {
        margin-top: 20px;
        padding: 0 34px;
        margin-bottom: 50px;
        font-size: 13px;
        line-height: 36px;
    }

    .comfortProductDataCon > button:hover {
        background: #c6092d;
        color: #fff;
        border: 1px solid #c6092d;
    }

    .comfortProductCon.left {
        float: none;
    }

    .comfortProductCon.right {
        float: none;
    }

    .comfortProductCon {
        width: 100%;
    }

    .comfortProductBookRow.left {
        float: none;
    }

    .comfortProductBookRow {
        width: 100%
    }

    .pageBackButton > button {
        font-size: 13px;
        line-height: 40px;
        padding: 0 15px;
        height: 40px;
    }

    .comfortAristonLogoM {
        width: 45px;
        height: 45px;
        margin: 0 auto 20px;
    }

    .comfortAristonLogoM > img {
        width: 100%;
        height: 100%;
    }

    .comfortProductTitle > span {
        margin-left: 0;
    }

    .comfortProductTitle > span::after {
        display: none;
    }

    .comfortProductTitle > span {
        font-size: 24px;
        line-height: 28px;
    }

    .pageBackButton {
        margin-top: 15px;
        margin-right: 15px;
    }

    .comfortProductTxt {
        font-size: 12px;
    }

    .section01 .comfortTxtCon {
        width: 200px;
    }

    .section01 .titleTxtCon h1.titleTxt {
        font-size: 18px;
        line-height: 18px;
    }

    .comfortProductTab > li {
        line-height: 50px;
        font-size: 14px;
        width: 50%;
    }

    .comfortProductList, .comfortProductParameter, .comfortProductBook, .comfortProductData {
        margin-top: 25px;
    }

    .systemDiagram > img {
        margin-top: 49px;
    }

    .comfortProductConInfo > p, .comfortProductBookInfo > p {
        font-size: 12px;
        line-height: 28px;
    }

    .comfortProductConImg > img, .comfortProductBookImg > img {
        left: 4%;
        width: 30%;
    }

    .comfortProductCon, .comfortProductBookCon {
        margin-bottom: 10px;
    }

    .comfortProductConInfo, .comfortProductBookInfo {
        padding: 11.7% 5%;
    }

    .productTeamList {
        margin-top: 30px;
    }

    .productTeamListLeft {
        float: none;
        width: 100%;
    }

    .productTeamListLeft > li:nth-child(1) .productTeamListWrap {
        min-height: 344px;
        border-right: 1px solid #e6e6e6;
        margin-right: 5px;
        box-sizing: border-box;
    }

    .productTeamListLeft li:nth-child(2) .productTeamListWrap {
        border-bottom: 1px solid #e6e6e6;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .productTeamListLeft > li:nth-child(3) .productTeamListWrap {
        border-top: 1px solid #e6e6e6;
        margin-left: 5px;
    }

    .productTeamList li h3 {
        margin: 0 auto;
        width: 92%;
        font-size: 15px;
        line-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .productTeamListLeft > li:nth-child(1) h3 {
        overflow: unset;
        white-space: unset;
    }

    .productTeamListLeft > li {
        min-height: 167px;
        float: right;
        width: 50%;
        box-sizing: border-box;
    }

    .productTeamListLeft > li:nth-child(1) {
        width: 50%;
    }

    .productTeamListRight > li {
        min-height: 167px;
    }

    .productTeamListRight {
        width: 100%;
        float: none;
    }

    .productTeamListRight > li {
        width: 50%;
        margin-top: 10px;
        box-sizing: border-box;
    }

    .productTeamListRight > li:nth-child(2n+1) .productTeamListWrap, .productTeamListRight > li:nth-child(2n) .productTeamListWrap {
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }

    .productTeamListRight > li:nth-child(2n+1) .productTeamListWrap {
        margin-right: 5px;
    }

    .productTeamListRight > li:nth-child(2n) .productTeamListWrap {
        margin-left: 5px;
    }

    .productTeamListRight > li:nth-child(2n) {
        float: right;
    }

    .productTeamList .productTeamListLeft li img {
        width: 38%;
        margin: 0 auto 7px;
    }

    .productTeamList li p {
        margin-top: 4px;
    }

    .productTeamButtonWrap > button {
        padding: 0 30px;
        line-height: 38px;
    }

    .productTeamButtonWrap {
        width: 320px;
        margin: 20px auto 0;
        padding-bottom: 45px;
    }

    .waterHeaterWrap > li .waterHeaterWrapCon {
        min-height: 275px;
        margin-bottom: 10px;
    }

    .waterHeaterWrap03 > li, .waterHeaterWrap02 > li {
        width: 50%;
    }

    .waterHeaterWrap03 > li:nth-child(2n), .waterHeaterWrap02 > li:nth-child(2n) {
        float: right;
    }

    .waterHeaterWrap03 > li:nth-child(odd) .waterHeaterWrapCon, .waterHeaterWrap02 > li:nth-child(odd) .waterHeaterWrapCon {
        box-sizing: border-box;
        margin-right: 5px;
    }

    .waterHeaterWrap03 > li:nth-child(even) .waterHeaterWrapCon, .waterHeaterWrap02 > li:nth-child(even) .waterHeaterWrapCon {
        box-sizing: border-box;
        margin-left: 5px;
    }

    .waterHeaterWrap > li > .waterHeaterWrapCon .waterHeaterWrapConCenter > p {
        font-size: 12px;
        line-height: 18px;
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .waterHeaterWrap > li > .waterHeaterWrapCon .waterHeaterWrapConCenter > h3 {
        font-size: 15px;
        margin-top: 20px;
    }

    .waterHeaderButton > .productTeamButtonWrap {
        margin-bottom: 0;
    }

    .waterHeaterWrap {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .waterHeaterWrap > li .waterHeaterWrapConCenter > p {
        margin-top: 15px;
    }

    .waterHeaderButton > .productTeamButtonWrap {
        margin-top: 30px;
    }

    .productTeamList li .productTeamListWrap {
        min-height: 167px;
    }

    .inputMessage {
        padding: 0 5px 18px;
    }

    .inputMessage .inputMessageRowLeft {
        padding-right: 0;
    }

    .inputMessage .inputMessageRowRight {
        padding-left: 0;
    }

    .inputMessage .inputMessageRowLeft, .inputMessage .inputMessageRowRight {
        float: none;
        width: 100%;
    }

    .inputMessageWrap {
        margin: 0 15px;
        padding-top: 0px;
        width: auto;
    }

    .inputMessageRow.twoColumn > label {
        width: 100%;
    }

    .inputMessageTitleTxt {
        margin: 0 15px 0;
        text-align: left;
        padding: 0 5px;
        border-bottom: 1px solid #f8f8f8;
        line-height: 54px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
    }
	
	.fill_ins {
		width: 100%;
		outline: none;
-webkit-appearance: none;
	}

    .inputMessage .inputMessageRowLeft > label > b, .inputMessage .inputMessageRowRight > label > b {
        font-size: 14px;
        line-height: 14px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 23px;
    }

    .inputMessage.noBorderBottom {
        border-bottom: none;
    }

    .inputMessageRowLeft > label > input, .inputMessageRowRight > label > select, .inputMessageRowRight > label > input {
        margin-top: 0;
    }

    .inputMessageRow > label > input, .inputMessageRow > label > select {
        margin-top: 0;
    }

    .selectArrowhead > svg {
        top: 61px;
    }

    .inputMessageRow b {
        font-size: 14px;
        line-height: 14px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 23px;
    }

    .inputMessage label > textarea.bbs::-webkit-input-placeholder {
        font-size: 14px;
        color: #999;
        font-weight: 500;
    }

    .inputMessage label > textarea.bbs:-moz-placeholder {
        font-size: 14px;
        color: #999;
        font-weight: 500;
    }

    .inputMessage label > textarea.bbs::-moz-placeholder {
        font-size: 14px;
        color: #999;
        font-weight: 500;
    }

    .inputMessage label > textarea.bbs::-ms-input-placeholder {
        font-size: 14px;
        color: #999;
        font-weight: 500;
    }

    .inputMessageRowLeft > label > input, .inputMessageRowRight > label > select, .inputMessageRowRight > label > input {
        border: 1px solid #eee;
    }

    .inputMessage {
        border-bottom: 1px solid #FAFAFA;
    }

    .inputMessage {
        border-bottom: 1px solid #FAFAFA;
    }

    .inputMessageRow > label > input, .inputMessageRow > label > select {
        border: 1px solid #eee;
    }

    .selectArrowhead::after {
        content: "";
        display: block;
        position: absolute;
    /* top: 79%; */
        top: 46%;
        right: 10px;
    }

    .inputMessageRowLeft > label > input, 
    .inputMessageRowRight > label > select, 
    .inputMessageRowRight > label > input {
        line-height: 43px;
        -webkit-appearance: none;
    }
    .inputMessageRow > label > input::-webkit-input-placeholder
    .inputMessageRowLeft > label > input::-webkit-input-placeholder,
    .inputMessageRowRight > label > select::-webkit-input-placeholder, 
    .inputMessageRowRight > label > input::-webkit-input-placeholder{
        color: #b5b5b5; 
    } 
    .inputMessageRow > label > input:-moz-placeholder,
    .inputMessageRowLeft > label > input:-moz-placeholder,
    .inputMessageRowRight > label > select:-moz-placeholder, 
    .inputMessageRowRight > label > input:-moz-placeholder{
        color: #b5b5b5; 
    } 
    .inputMessageRow > label > input::-moz-placeholder,
    .inputMessageRowLeft > label > input::-moz-placeholder,
    .inputMessageRowRight > label > select::-moz-placeholder, 
    .inputMessageRowRight > label > input::-moz-placeholder{
        color: #b5b5b5; 
    } 
    .inputMessageRow > label > input:-ms-input-placeholder,
    .inputMessageRowLeft > label > input:-ms-input-placeholder,
    .inputMessageRowRight > label > select:-ms-input-placeholder, 
    .inputMessageRowRight > label > input:-ms-input-placeholder{
        color: #b5b5b5; 
    } 

    .identifyingCode {
        /* bottom: 7px; */
    }

    .sectionMapBg {
        background: #f2f2f2 url("../img/mechanism/chinaMap-m.png")/*tpa=http://www.ariston.com.cn/Content/img/mechanism/chinaMap-m.png*/ no-repeat center bottom;
        background-size: 100%;
        background-position-y: 60%;
    }

    .mechanismConWrap > li {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .mechanismConWrap > li:first-child {
        border-right: none;
    }

    .mechanismConWrap > li:last-child {
        margin-top: 30px;
    }

    .mechanismTitleTxtCon .titleTxtCon {
        padding: 0;
    }

    .section01.mechanismTitleTxtCon .titleTxtCon .titleTxt {
        padding-top: 40px;
        padding-bottom: 40px;
        line-height: 33px;
    }

    .mechanismConWrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .comfortProductBookRow.left > .comfortProductBookCon {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .comfortProductBookRow.left > .comfortProductBookCon .comfortProductBookConCen img {
        width: 84.55%;
    }

    .comfortProductBookRow.left > .comfortProductBookCon .comfortProductBookConCen {
        position: relative;
        transform: translateX(-50%);
    }

    .comfortProductBookDown {
        bottom: 10%;
    }

    .comfortProductBookInfo > h5 {
        margin-bottom: 10px;
    }

    .comfortProductBookRow.left > .comfortProductBookCon h5 {
        margin-top: 33px;
        margin-bottom: 16px;
    }

    .comfortProductBookDown {
        color: #333;
        font-weight: bold;
        cursor: pointer;
    }

    .section01.mechanismTitleTxtCon .titleTxtCon .titleTxt {
        font-size: 20px;
        line-height: 20px;
        color: #333;
        font-weight: bold;
    }

    .mechanismConWrap .mechanismSubheading {
        font-size: 14px;
        line-height: 14px;
    }

    .mechanismConWrap .mechanismParagraph {
        font-size: 14px;
        line-height: 30px;
        color: #888;
    }

    .section01 .titleTxtCon h1.mechanismUlTitleTxt {
        font-size: 20px;
        line-height: 20px;
    }

    .mechanismListWrap .loading-spokes {
        position: relative;
        float: left;
        height: 20px;
        margin-right: 5px;
    }

    .mechanismListWrap .loader span {
        float: left;
        display: block;
        line-height: 30px;
        position: relative;
        font-size: 12px;
        color: #888;
    }

    .heatingShopMap {
        float: none;
        width: 100%;
    }

    .heatingShopInfo {
        float: none;
        width: 100%;
    /* padding: 0 8%; */
        box-sizing: border-box;
    }

    .heatingShopMap {
        min-height: 250px;
    }

    .heatingShopMap .dituContent {
        width: 100%;
        min-height: 250px;
    }

    .heatingShopTitleTxtCon > h1 {
        margin-top: 40px;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
        text-align: center;
    }

    .heatingShopConWrap {
        margin-top: 40px;
    }

    .mechanismUl.searchListWrap {
        overflow-y: visible;
        padding-right: 0;
    }

    .searchInputWrap > h1 {
        font-size: 20px;
        color: #333;
        font-weight: bold;
        line-height: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .searchInputWrap label {
        width: 100%;
    }

    .searchInputWrap label:first-child {
        margin-bottom: 15px;
    }

    .searchInputWrap label.selectArrowhead {
        margin-bottom: 15px;
    }
    .contactUsCon > li {
        background: #fff;}

    .searchInputWrap button {
        margin: 30px auto 10px;
        display: block;
        padding: 0 57px;
        font-size: 13px;
        line-height: 40px;
        height: 40px;
    }

    .section01 .onlineMessageTxtCon h2.titleTxt {
        line-height: 20px;
    }

    .searchInputWrap label > .selectCon .select {
        color: #939393;
    /* line-height: 38px; */
        line-height: 43px;
        font-size: 14px;
    }

    .searchInputWrap label > .selectCon .selectDiv p {
        color: #aaa;
        font-size: 14px;
    }

    .mechanismListWrap {
        padding-top: 20px;
    }

    .mechanismListWrap .mechanismList > .mechanismListRow > .mechanismLi {
        border: none;
        border-bottom: 1px solid #f6f6f6;
        float: none;
        width: auto;
        min-height: 0;
        padding: 20px 6px 20px;
        cursor: pointer;
    }

    .mechanismListWrap .mechanismList > .mechanismListRow > .mechanismLi::after {
        content: "";
        display: block;
        clear: both;
    }

    .mechanismList > .mechanismListRow {
        margin-bottom: 0;
    }

    .mechanismUlListConTxt {
        float: left;
        width: 88%;
    }

    .mechanismList > .mechanismListRow > .mechanismLi .mechanismUlListConTxt h3 {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        line-height: 14px;
        margin-bottom: 5px;
        margin-top: 4px;
    }

    .mechanismList > .mechanismListRow > .mechanismLi .mechanismUlListConTxt p {
        font-size: 12px;
        color: #888;
        line-height: 22px;
        margin-top: 0;
    }
/* .mechanismUl>li{
    padding: 14px 0 15px;
    border-bottom: 1px solid #f6f6f6;
} */
    .searchInputWrap label > .selectCon .select, .searchInputWrap label > .selectCon .selectDiv {
        border: 1px solid #eee;
        margin-top: -1px;
    }

    .searchInputWrap label > .selectCon .selectDiv p + p {
        border-top: 1px solid #eee;
    }

    .searchInputWrap label > .selectCon .selectDiv p {
        min-height: 45px;
        line-height: 45px;
    }

    .searchInputWrap label > .selectCon .selectDiv {
        top: 45px;
    }

    .searchInputWrap label > .selectCon .selectDiv {
        max-height: 229px;
    }

    .mechanismUlListCon > p {
        font-size: 12px;
    }

    .mechanismUlListIcon > svg {
        font-size: 20px;
        margin-top: 2px;
    }

    .brandTitleTxtCon {
        padding-top: 40px;
    }

    .brandSection {
        padding-bottom: 50px;
    }

    .brandSection01 {
        text-align: center;
        width: 100%;
    }

    .brandSection01Icon {
        margin: 0 auto;
        float: none;
        width: 44px;
        height: 44px;
    }
    .brandSection.brandSectionLeader.firstH1Top{
        padding-top: 40px;
    }
    .brandSection.brandSectionLeader {
        padding-top: 15px;
    }
    .brandSection.brandSectionLeader.threeH1Top {
        padding-top: 20px;
    }
    .brandTitleTxtCon h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .brandSection01Con h2 {
        margin-top: 20px;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .brandSection01Con p {
        margin-top: 7px;
    }

    .brandSection01Con p {
        font-size: 14px;
        color: #939393;
        line-height: 22px;
    }

    .brandSection01Con {
        float: none;
    }

    .brandSection {
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .brandGroupInfo {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    .brandGroupInfo h2 {
        font-size: 20px;
        color: #333;
        line-height: 20px;
    }

    .brandGroupInfo p {
        font-size: 14px;
        color: #939393;
        line-height: 21px;
        text-align: justify;
    }

    .brandGroupInfo p span {
        color: #939393;
    }

    .brandGroupImg {
        float: none;
        width: 100%;
        width: 82.02%;
        margin: 50px auto 0;
    }

    .brandTitleTxtConLine {
        padding-bottom: 0;
        border-bottom: none;
    }

    .brandTitleTxtConLine .headingTxt {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 20px 0;
    }

    .brandMapImg {
        float: none;
        width: 100%;
    }

    .brandMapInfo {
        margin-top: 24px;
    }

    .brandMapInfo li {
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding: 0;
        margin-bottom: 0;
        position: relative;
    }

    .brandMapInfo li h2 {
        color: #e31c21;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 4px;
        padding: 0 0 0 8%;
    }

    .brandMapInfo li p {
        color: #939393;
        font-size: 14px;
        line-height: 17px;
        width: auto;
        padding: 0 0 0 8%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .brandMapInfo li:nth-child(1) {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
    }

    .brandMapInfo li:nth-child(1):before,.brandMapInfo li:nth-child(3):before {
        width: 1px;
        height: 100%;
        background: #f2f2f2;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .brandMapInfo li:nth-child(2) {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
    }

    .brandMapInfo li:nth-child(3) {
        padding-top: 20px;
    }

    .brandMapInfo li:nth-child(4) {
        padding-top: 20px;
    }

    .brandHistoryTxt {
        width: 100%;
        float: none;
    }

    .brandHistoryTxt > li > p {
        line-height: 21px;
    }

    .brandHistoryTime {
        float: none;
        width: 100%;
    }

    .brandHistoryTime li h3 {
        color: #c6092d;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 6px;
        margin-top: 0;
    }

    .brandHistoryTime li:first-child {
        margin-bottom: 25px;
    }

    .brandHistoryTime li {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .brandHistoryTime .brandHistoryTimeCon {
        position: absolute;
        width: 48.623%;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .brandHistoryTime .brandHistoryTimeImg {
        width: 39.13%;
    }

    .brandHistoryTime li {
        zoom: 1;
    }

    .brandHistoryTime li:after {
        content: "";
        display: block;
        clear: both;
    }

    .brandPowerList:nth-child(1), .brandChartsList:nth-child(1) {
        float: none;
    }

    .brandPowerList:nth-child(1) li:nth-child(1), .brandPowerList:nth-child(2) li:nth-child(1), .brandChartsList:nth-child(1) li:nth-child(1), .brandChartsList:nth-child(2) li:nth-child(1) {
        float: left;
    }

    .brandPowerList:nth-child(1) li:nth-child(2), .brandPowerList:nth-child(2) li:nth-child(2), .brandChartsList:nth-child(1) li:nth-child(2), .brandChartsList:nth-child(2) li:nth-child(2) {
        float: right;
    }

    .brandChartsList li h2 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 4px;
    }

    .brandChartsList li p {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 10px;
    }

    .brandPowerList, .brandChartsList {
        width: 100%;
    }

    .brandChartsList li:nth-child(1), .brandChartsList li:nth-child(2) {
        margin-bottom: 30px;
    }

    .brandPowerList li h2 {
        margin-top: 14px;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 16px;
        color: #333333;
    }

    .brandPowerList li p {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 6px;
    }

    .brandPowerList li span {
        font-size: 14px;
        color: #939393;
        line-height: 18px;
    }

    .brandPowerList:nth-child(1) li {
        margin-bottom: 35px;
    }

    .groupInChinaTxt {
        width: 100%;
        float: none;
        text-align: justify;
    }

    .groupInChinaTxt p {
        overflow-y: visible;
        font-size: 14px;
        color: #939393;
        line-height: 20px;
        padding-right: 0;
    }

    .groupInChinaImg {
        width: 100%;
        float: none;
    }

    .wuxiFactoryWrap {
        background: none;
    }

    .groupDescriptionList {
        width: 100%;
        text-align: left;
    }

    .groupDescriptionList > li {
        width: 50%;
        float: left;
        font-size: 14px;
        line-height: 29px;
        color: #939393;
    }

    .groupInChinaImg .groupInChinaImgCen img {
        margin-bottom: 20px;
    }

    .groupDescriptionList > li > span {
        color: #c6092d;
    }

    .groupDescriptionList > li:last-child {
        width: 100%;
        float: none;
    }

    .groupInChinaImg .groupInChinaImgCen {
        margin-top: 25px;
    }

    .brandSection.wuxiFactoryWrap {
        min-height: auto;
    }

    .brandSection.wuxiFactoryWrap h2 {
        font-size: 20px;
        color: #333;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .brandSection.wuxiFactoryWrap p {
        font-size: 14px;
        color: #939393;
        line-height: 20px;
        text-align: justify;
    }

    .brandSection.wuxiFactoryWrap p em {
        color: #c6092d;
    }

    .brandSection.wuxiFactoryWrap img {
        width: 36.23%;
        margin-top: 15px;
    }

    .section01.successfulCase .newsSwiper1 {
        padding: 20px 0 60px;
    }

    .section01.successfulCase .newsSwiper1 .swiper-pagination {
        bottom: 35px;
    }

    .section01.successfulCase .newsSwiper1 .txtCon .wrapper {
        padding: 20px 15px 30px;
        min-height: 112px;
    }

    .section01.successfulCase .newsSwiper1 .txtCon .wrapper h2 {
        color: #cc0033;
        font-weight: bold;
        font-size: 17px;
        line-height: 24px;
    }

    .section01.successfulCase .newsSwiper1 .txtCon .wrapper h2 > span {
        font-size: 21px;
        line-height: 21px;
        float: left;
        margin-right: 5px;
    }

    .yellowPagination.swiper-pagination-bullets {
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 0;
        width: 100%;
        z-index: 999;
        height: 24px;
    }

    .newsSwiper1 .swiper-pagination-bullet {
        display: inline-block;
        width: 25px;
        height: 2px;
        margin: 0 2px;
        cursor: pointer;
        position: relative;
        background: #cccccc;
    }
    .newsSwiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #c6092d;
    }
    

    .section01.successfulCase {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .section01.successfulCase .titleTxtCon .titleTxt {
        color: #333333;
        text-align: left;
        font-size: 20px;
        line-height: 20px;
    }

    .section01.successfulCase .newsSwiper1 .txtCon .wrapper p {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .brandStoryIntroduce .titleTxtCon .titleTxt {
        font-size: 20px;
        color: #333333;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .brandStoryTimeLine .titleTxtCon .titleTxt,
.brandStoryValue .titleTxtCon .titleTxt,
.brandStoryTimeLine .titleTxtCon .titleTxt {
        font-size: 20px;
        color: #333333;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .brandStoryIntroduce p {
        font-size: 14px;
        line-height: 20px;
    }

    .brandStoryIntroduce {
        text-align: left;
    }

    .brandStoryIntroduceList {
        margin: 20px auto;
    }

    .brandStoryIntroduceList > li {
        font-size: 14px;
        color: #333;
    }

    .brandStoryIntroduce h3 {
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .brandStoryArtWrap {
        background: url("../img/brand/brandStoryArtBg-m.png")/*tpa=http://www.ariston.com.cn/Content/img/brand/brandStoryArtBg-m.png*/ no-repeat center;
        background-size: cover;
        min-height: 275px;
        position: relative;
    }

    .brandStoryArt h2 {
        font-size: 19px;
        line-height: 25px;
    }

    .brandStoryArt p {
        font-size: 14px;
        line-height: 19px;
    }

    .brandStoryArt p br {
        display: none;
    }

    .brandStoryArt {
        width: 85%;
    }

    .brandStoryArt h2 {
        font-size: 19px;
        color: #fff;
        line-height: 25px;
        margin-bottom: 13px;
    }

    .brandStoryArt p {
        font-size: 14px;
        line-height: 19px;
    }

    .brandStoryValueWrap {
      
    }

    .brandStoryTimeLine .timeline > li > span {
        width: 50px;
        height: 25px;
        display: inline-block;
        background: #333333;
        color: #fff;
        line-height: 25px;
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        top: 13%;
    }

    .brandStoryTimeLine .timeline > li:nth-of-type(even) > span {
        right: 20px;
    }

    .brandStoryTimeLine .timeline > li:nth-of-type(odd) > span {
        left: 20px;
    }

    .brandStoryTimeLine .timeline > li > .summary {
        position: relative;
        margin-right: 0;
        right: auto;
        width: auto;
    }

    .brandStoryTimeLine .timeline > li:nth-child(odd) > .summary {
        left: auto;
        margin-left: 0;
        text-align: center;
    }

    .brandStoryTimeLine .timeline > li::after {
        content: none;
    }

    .brandStoryTimeLine .timeline > li > .summary p {
        color: #939393;
        font-size: 14px;
        line-height: 22px;
        width: 80%;
        margin: 0 auto;
    }

    .brandStoryTimeLine .timeline > li {
        padding-bottom: 40px;
    }

    .brandStoryTimeLine {
        padding-bottom: 0;
    }

    .brandStoryTimeLine .timeline > li > .summary-start {
        width: 80px;
        height: 80px;
    }

    .brandStoryTimeLine .timeline > li > .summary-start > img {
        width: 36px;
        height: 36px;
    }

    .brandStoryTimeLine .timeline > li > .summary > img {
        width: 80px;
        height: 80px;
    }

    .brandStoryTimeLine .timeline > li > .summary h4 {
        font-size: 14px;
        line-height: 14px;
    }

    .brandStoryTimeLine .timeline > li > .summary p {
        font-size: 14px;
        line-height: 20px;
        color: #939393;
    }

    .brandStoryTimeLine .timeline > li > span::before {
        width: 35px;
    }

    .brandStoryTimeLine .timeline > li:nth-child(odd) > span::before {
        right: -35px;
    }

    .brandStoryTimeLine .timeline > li:nth-child(even) > span::before {
        left: -35px;
    }

    .timelinePanel .shareTabCon .content {
        padding: 40px 0;
    }


/* brandStoryValueFlex */
    .brandStoryValue ul.brandStoryValueFlex:nth-of-type(even) li:first-child,
.brandStoryValue ul.brandStoryValueFlex:nth-of-type(odd) li:first-child {
        float: none;
        width: 100%;
        
    }

    .brandStoryValue ul.brandStoryValueFlex:nth-of-type(odd) li:last-child,
.brandStoryValue ul.brandStoryValueFlex:nth-of-type(even) li:last-child {
        position: relative;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    /* width: 92%;
    margin: 25px auto 40px; */
        width: auto;
        margin: 25px 20px 40px;
        float: none;
        left: 0;
        right: 0;
    }
    .shareTabCon .brandStoryValue ul.brandStoryValueFlex:last-child .brandStoryValueFlexCon{
        margin-bottom: 0 !important;
    }
    /* .brandStoryValue ul.brandStoryValueFlex.lastbrandStory .brandStoryValueFlexCon{
        margin-bottom: 0 !important;
    } */

    .brandStoryValue ul.brandStoryValueFlex li h3 {
        text-align: left;
        color: #c6092d;
        font-size: 20px;
        line-height: 20px;
    }

    .brandStoryValue ul.brandStoryValueFlex li p {
        font-size: 14px;
        line-height: 20px;
    }

    .comfortProductBookRow.left > .comfortProductBookCon a.visible-lg {
        display: none;
    }

    .comfortProductBookRow.left > .comfortProductBookCon a.hidden-xs {
        display: inline-block;
    }

    .comfortProductBookDown.visible-lg {
        display: none;
    }

    .comfortProductBookDown.hidden-xs {
        display: block;
    }

    .timelinePanel ul.shareTabCon .timeLineCon ul {
        padding: 0 20px;
    }

    .waterHeaterWrap01 {
        max-width: 780px;
    }

    .waterHeaterWrap01>li {
        width: 50%;
        margin: 0 auto;
        float: none;
    }

    .selectArrowheadArea::after {
        top: 77%;
    }
@   -webkit-keyframes switchAni {
        0% {
        width: 0;
        height: 2px;
    }

    100% {
        width: 25px;
        height: 2px;
    }
}

@keyframes switchAni {
    0% {
        width: 0;
        height: 2px;
    }

    100% {
        width: 25px;
        height: 2px;
    }
}
}

@media screen and (min-width:425px) and (max-width: 768px) {
 /*426~768*/
    .productTeamList .productTeamListLeft li img, .productTeamList .productTeamListRight li img {
        width: 30%;
    }

    .waterHeaterWrap.waterHeaterWrap01 > li > .waterHeaterWrapCon .waterHeaterWrapConCenter > img {
        width: 44%;
    }

    .waterHeaterWrap > li > .waterHeaterWrapCon .waterHeaterWrapConCenter > img {
        /* width: 56%; */
        width: 49%;
    }

    .waterHeaterWrap > li .waterHeaterWrapCon {
        min-height: 325px;
    }

    .brandStoryValue ul.brandStoryValueFlex:nth-of-type(even) li:first-child,
    .brandStoryValue ul.brandStoryValueFlex:nth-of-type(odd) li:first-child {
        float: none;
        width: 100%;
        max-height: 250px;
    }
}
/* @media screen and (max-width:425px){
    .waterHeaterWrap.waterHeaterWrap01 > li > .waterHeaterWrapCon .waterHeaterWrapConCenter > img{
        width: 32%;
    }
} */
@media screen and (max-width: 320px) {
    .productTeamButtonWrap {
        width: 100%;
    }

    .productTeamButtonWrap > button:nth-child(1) {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .productTeamButtonWrap > button:nth-child(2) {
        float: none;
        margin: 10px auto 0;
        display: block;
    }
}
