﻿@charset "utf-8";
/*当浏览器尺寸小于960px的时执行下面的CSS*/
@media screen and (max-width: 960px){

.service{width:100%; height:auto; margin:0 auto;  margin-top:20px;}
.service li{width:100%; height:auto; overflow:hidden;}
.service li+li{ margin-top:40px}
.service li .l{width:100%; height:auto}
.service li .l img{width:100%; height:auto}
.service li .r{width:100%; height:auto}

.service li h5{ font-size:0.16rem; line-height:0.3rem; font-weight:400; margin-top:20px; color:#666666;  overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.service li:nth-of-type(even) h5{ text-align:right}

.service li h6{font-size:0.2rem; line-height:0.3rem; font-weight:bold; margin-top:0px; color:#c35834; position:relative;}
.service li:nth-of-type(odd) h6:before{content: ""; width:50px; height:3px; background-color:#c35834; position:absolute; left:0; top:0.4rem}

.service li:nth-of-type(even) h6{ text-align:right}
.service li:nth-of-type(even) h6:before{content: ""; width:50px; height:3px; background-color:#c35834; position:absolute; right:0; top:0.4rem}

.service .text{ margin-top:30px; font-size:0.14rem; line-height:0.26rem; }

}

/*当浏览器尺寸大于960px时候*/
@media screen and (min-width:960px){

.service{width:100%; height:auto; margin-top:40px;}
.service li{width:100%; height:auto; overflow:hidden}
.service li+li{ margin-top:30px}

.service li:nth-of-type(odd) .l{float:left; width:500px; height:375px}
.service li:nth-of-type(even) .l{float:right; width:500px; height:375px}

.service li:nth-of-type(odd) .r{float:right; width:700px; height:auto; padding-top:20px; }
.service li:nth-of-type(even) .r{float:left; width:700px; height:auto; padding-top:20px;}

.service li .l img{ width:100%; height:auto}

.service li h5{font-size:20px; line-height:40px; font-weight:bold; margin-top:20px; position:relative}
.service li h5:before{content: ""; width:50px; height:3px; background-color:#c35834; position:absolute; left:0; top:-15px}

.service li h6{font-size:20px; line-height:30px; font-weight:bold; margin-top:0px; color:#c35834}

.service .text{ margin-top:10px; font-size:14px; line-height:26px; }
}