@charset "utf-8";

/* Banner YangFangLing 2018年8月17日 */
.banner {
    width: 100%;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .bannerList {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .236rem;
    text-align: center;
}

.banner .bannerList li {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #cbc8cc;
    margin: 0 1%;
}

.banner .bannerList li.on {
    background: #dc0603;
}

/* Banner End */

/* Characteristics YangFangLing 2018年8月17日 */
.Characteristics {
    background-color: #f7f7f7;
    padding: .469rem 0 .781rem;
    text-align: center;
}

.Characteristics {
    background-color: #f7f7f7;
    padding: .469rem 0;
    text-align: center;
}

.Characteristics ul li {
    width: 25%;
    height: 2.438rem;
    text-align: center;
    /* background: url(../images/CharacteristicsBg.png) no-repeat center / cover; */
    /* margin-left: .8rem; */
    display: inline-block;
    margin-top: 0.1rem;
    float: left;
}

.Characteristics ul li:nth-child(2n+1) {
    margin-left: 0;
}

.Characteristics ul li span {
    display: block;
    width: .719rem;
    height: .719rem;
    /* padding-top: 0rem; */
    margin: 0 auto;
}

.Characteristics ul li span img {
    display: block;
    width: 100%;
}

.Characteristics ul li h3 {
    font-size: .4rem;
    color: #333;
    margin-top: .5rem;
    font-weight: normal;
}

.Characteristics ul li p {
    font-size: .281rem;
    color: #333;
    margin-top: .156rem;
}

/* Characteristics End */

/* Recommend YangFangLing 2018年8月17日 */
.Recommend {
    padding: .781rem 0 .938rem;
}

.RecommendTop {
    margin: .563rem 0 .469rem;
    position: relative;
}

.Recommend-Text {
    width: 8rem;
    margin: 0 auto;
    height: 0.85rem;
    overflow: hidden;
    position: relative;
}

.Recommend-Text ul {
    position: relative;
}

.Recommend-Text ul li {
    display: inline-block;
    border-radius: .781rem;
    border: 1px #f2f1f1 solid;
    padding: 0 .32rem;
    line-height: .797rem;
    font-size: .3rem;
    color: #333;
}

.Recommend-Text ul li.on {
    background-color: #e7212c;
    color: #fff;
}

.RecommendTop i {
    display: block;
    width: .219rem;
    height: .406rem;
    position: absolute;
    top: .2rem;
    z-index: 99;
}

.RecommendTop i img {
    display: block;
    width: 100%;
}

.RecommendTop i.prev {
    left: 0;
}

.RecommendTop i.next {
    right: 0;
}

.RecommendBot ul li {
    width: 49%;
    margin-left: 2%;
    float: left;
    margin-top: 2%;
}

.RecommendBot ul li:nth-child(2n+1) {
    margin-left: 0;
}

.RecommendBot ul li a {
    display: block;
}

.RecommendBot ul li a span {
    display: block;
    background-color: #f7f7f7;
}

.RecommendBot ul li a span img {
    display: block;
    width: 100%;
}

.RecommendBot ul li a p {
    font-size: .281rem;
    color: #333;
    text-align: center;
    height: .9rem;
    line-height: .9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 .3rem;
}

/* Recommend End */

.RecommendTop .menu {
    text-align: center;
}

.RecommendTop .menu li {
    height: 0.9rem;
    ;
    line-height: 0.9rem;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e0e0;
    float: left;
    font-size: 0.375rem;
    ;
    color: #666666;
    border-right: 1px solid #e4e0e0;
    width: 33%;
}

.RecommendTop .menu li:nth-child(1),
.RecommendTop .menu li:nth-child(2),
.RecommendTop .menu li:nth-child(3),
.RecommendTop .menu li:nth-child(4) {
    border-top: 1px solid #e4e0e0;
}

.RecommendTop .menu li:nth-child(3n+1) {
    border-left: 1px solid #e4e0e0;
}

.RecommendTop .menu li:nth-child(3n+2) {
    width: 34%;
}

.RecommendTop .menu li.on {
    background: #df131e;
    color: #fff;
    border-color: #df131e;
}

/* Brand YangFangLing 2018年8月17日 */
.Brand {
    background: url(../images/BrandBg.jpg) no-repeat center / cover;
    padding: .859rem 0 .938rem;
}

.BrandTop {
    margin: .469rem 0 .703rem;
}

.BrandTop ul li {
    float: left;
    width: 25%;
    border-left: 1px #342c42 solid;
    border-bottom: 1px #342c42 solid;
    box-sizing: border-box;
}

.BrandTop ul li a {
    display: block;
}

.BrandTop ul li a img {
    display: block;
    width: 100%;
}

.BrandBot h3 {
    color: #fff;
    font-size: 1.172rem;
    text-align: center;
}

.BrandBot h3 sup {
    font-weight: normal;
    font-size: .5rem;
}

.BrandBot a {
    color: #fff;
    font-size: .3rem;
    height: .7rem;
    line-height: .7rem;
    width: 2.7rem;
    text-align: center;
    border: 1px #fff solid;
    display: block;
    margin: .2rem auto 0;
}

/* Brand End */

/* OttoBox YangFangLing 2018年8月17日 */
.OttoBox {
    background: url(../images/OttoBoxBg.jpg) no-repeat center / cover;
    padding: .625rem 0;
}

.OttoBoxList {
    padding: .55rem .3rem .703rem;
}

.OttoBoxCon {
    background: rgba(255, 255, 255, 0.9);
    padding: .938rem 0;
    position: relative;
}

.OttoBoxList ul li i {
    width: .078rem;
    height: .078rem;
    background-color: #666;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .2rem;
}

.OttoBoxList ul li {
    font-size: .3rem;
    color: #666;
    height: .8rem;
    line-height: .8rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.OttoBoxList ul li:first-child {
    margin-top: 0;
}

.OttoBoxBor {
    /*width: 1.2rem;*/
    margin: 0 auto;
    text-align: center;
}

.OttoBoxBor a {
    width: .328rem;
    height: .375rem;
    display: inline-block;
    margin: 0 .5rem;
}

.OttoBoxBor a img {
    display: block;
    width: 100%;
}

.OttoBoxCon i img {
    width: 100%;
    display: block;
}

.OttoBoxCon i.Icon01 {
    position: absolute;
    bottom: 0;
    left: -.15rem;
    width: 1.266rem;
    height: 1.359rem;
    display: block;
}

.OttoBoxCon i.Icon02 {
    position: absolute;
    bottom: 0;
    right: -.15rem;
    width: 1.266rem;
    height: 1.359rem;
    display: block;
}

/* OttoBox End */

/* Case YangFangLing 2018年8月17日 */
.Case {
    padding: .781rem 0 .938rem;
}

.CaseCon {
    margin-top: .369rem;
}

.CaseCon ul li {
    width: 49%;
    margin-left: 2%;
    float: left;
    text-align: center;
    margin-top: 2%;
}

.CaseCon ul li a {
    display: block;
}

.CaseCon ul li a span {
    display: block;
}

.CaseCon ul li a span img {
    display: block;
    width: 100%;
}

.CaseCon ul li:nth-child(2n+1) {
    margin-left: 0;
}

.CaseCon ul li a p {
    font-size: .281rem;
    color: #666;
    height: .9rem;
    line-height: .9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.CaseCon .MoreCase {
    width: 3.438rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    border: 1px #d5d5d5 solid;
    border-radius: 5rem;
    margin: .3rem auto 0;
}

.CaseCon .MoreCase a {
    font-size: 0.3rem;
    color: #666;
    background: url(../images/CaseBox.png) no-repeat left;
    background-size: 15%;
    padding-left: .6rem;
}

/* Case End */

/* AottuUs YangFangLing 2018年8月17日 */
.AottuUs {
    background-color: #dedbdc;
    padding: .859rem 0 1.25rem;
}

.AottuUsCon {
    margin-top: .469rem;
}

.AottuUsCon dl dt {
    width: 100%;
}

.AottuUsCon dl dt a {
    display: block;
}

.AottuUsCon dl dt a img {
    display: block;
    width: 100%;
}

.AottuUsCon dl dd h3 {
    margin: .391rem 0;
}

.AottuUsCon dl dd h3 a {
    font-size: .375rem;
    color: #333;
    font-weight: normal;
}

.AottuUsCon dl dd p {
    font-size: .3rem;
    color: #666;
    line-height: .5rem;
}

.AottuUsCon ul {
    margin-top: 1.2rem;
}

.AottuUsCon ul li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    background: url(../images/AottuUsIcon01.png) no-repeat left;
    padding-left: 1.1rem;
    background-size: 29%;
}

.AottuUsCon ul li h3 {
    font-weight: normal;
    font-size: .375rem;
    color: #333;
}

.AottuUsCon ul li h3 sup {
    font-size: .313rem;
}

.AottuUsCon ul li p {
    font-size: .281rem;
    color: #333;
    margin-top: .1rem;
}

.AottuUsCon ul li p a {
    color: #333;
}

.AottuUsCon ul li.li02 {
    background: url(../images/AottuUsIcon02.png) no-repeat left;
    padding-left: 1.1rem;
    background-size: 29%;
}

.AottuUsCon ul li.li03 {
    background: url(../images/AottuUsIcon03.png) no-repeat left;
    padding-left: 1.1rem;
    background-size: 29%;
}

/* AottuUs End */

/* News YangFangLing 2018年8月17日 */
.News {
    padding: .781rem 0 .6rem;
}

.NewsTop {
    text-align: center;
    margin: .469rem 0;
}

.NewsTop ul li {
    display: inline-block;
    height: .797rem;
    line-height: .797rem;
    padding: 0 .625rem;
    border: 1px #f2f1f1 solid;
    border-radius: 5rem;
}

.NewsTop ul li.on {
    background-color: #dc0603;
    color: #fff;
}

.NewsBot dl dt {
    width: 43%;
    float: left;
}

.NewsBot dl dt a img {
    display: block;
    width: 100%;
}

.NewsBot dl dd {
    width: 53%;
    float: right;
}

.NewsBot dl dd h3 {
    font-size: .375rem;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 0.1rem;
    font-weight: normal;
}

.NewsBot dl dd h3 a {
    color: #333333;
}

.NewsBot dl dd p {
    font-size: 0.3rem;
    color: #999999;
    line-height: .5rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: .2rem;
}

.NewsBot dl dd p a {
    color: #999999;
}

.NewsBot ul {
    width: 100%;
    margin-top: .563rem;
}

.NewsBot ul li {
    overflow: hidden;
    border-bottom: 1px #ccc9c9 dotted;
    padding: .3rem 0;
}

.NewsBot ul li a {
    display: block;
    font-size: .35rem;
    color: #666666;
    width: 74%;
    float: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.NewsBot ul li span {
    display: block;
    float: right;
    width: 26%;
    text-align: right;
    font-size: .3rem;
    color: #c3c3c3;
}

.NewsBot ul li a i {
    width: .133rem;
    height: .133rem;
    background-color: #adabab;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .2rem;
}

/* News End */

/* Advantages YangFangLing 2018年8月17日 */
.Advantages {
    background-color: #2b2b33;
    padding: .781rem 0 .703rem;
}

.AdvantagesBox {
    display: inline-block;
}

.AdvantagesTop {
    margin: .569rem 0 .725rem;
    text-align: center;
}

.AdvantagesTop ul li {
    display: inline-block;
    height: .797rem;
    line-height: .797rem;
    padding: 0 .325rem;
    border: 1px #fff solid;
    border-radius: 5rem;
    color: #fff;
    margin-left: .2rem;
}

.AdvantagesTop ul li:first-child {
    margin-left: 0;
}

.AdvantagesTop ul li.on {
    background-color: #dc0603;
    color: #fff;
    border: 1px #dc0603 solid;
}

.AdvantagesBot {
    background-color: #fff;
    padding-bottom: 1.25rem;
}

.AdvantagesBot dl dt img {
    width: 100%;
    display: block;
}

.AdvantagesBot dl dd {
    margin-top: .625rem;
    text-align: center;
}

.AdvantagesBot dl dd h3 {
    font-weight: normal;
    font-size: .375rem;
    color: #333;
}

.AdvantagesBot dl dd h3 em {
    font-size: .281rem;
    display: block;
    margin-top: .156rem;
}

.AdvantagesBot dl dd h3 i {
    display: block;
    width: .641rem;
    height: 1px;
    background-color: #333;
    margin: .391rem auto 0;
}

.AdvantagesBot dl dd p {
    font-size: .281rem;
    color: #666;
    margin: .625rem .5rem 0;
    line-height: .5rem;
}

/* Advantages End */