@media only screen and (max-width: 769px){
	/* wap */
	.container{width: auto;}
	.brick-location-05{display: none;}

}
/* 字体 */
@font-face
{
	font-family: 'myfont-Haettenschweiler';
	src: url('../fonts/Haettenschweiler.ttf');
}
/* 头部 */
.head{height: 120px;position: relative;z-index: 500;}
.head .logo{width: 150px;height: 220px;background: #2fbaf5 linear-gradient(135deg,#28b5f3 0, #28b5f3 25%, transparent 25%, transparent 50%,#28b5f3 50%,#28b5f3 75%, transparent 75%, transparent);background-size: 6px 6px;border-radius: 0 0 40px 0;position: absolute;left: 0;top: 0;}
.head .logo a{display: block;width: 115px;height: 137px;background: url(../img/logo.png);position: relative;top: 38px;margin: auto;}
.head .tel{margin-left: 208px;font-size: 16px;color: #f39700;padding-top: 44px;}
.head .tel .num{font-size: 21px;color: #999999;margin-top: 5px;}
.head .code{margin-top: 19px;}
.head .code img{width: 86px;height: 86px;}
.head .code .text{font-size: 18px;color: #0068b7;font-weight: bold;text-align: center;padding-top: 30px;padding-left: 15px;}
.head .code .text p{font-size: 12px;color: #999999;font-weight: 100;margin-top: 5px;}
.head .mmenu{background: #f7f7f757;width: 50px;height: 35px;position: absolute;right: 20px;top: 23px;border-radius: 5px;display: none;}
.head .mmenu .line{height: 4px;width: 80%;margin: 3px auto;background: #0958a7;border-radius: 5px;}
.head .mmenu .line:nth-child(1){margin-top: 9px;}
@media only screen and (max-width: 769px){
	/* wap */
	.head{background: #2fbaf5 linear-gradient(135deg,#28b5f3 0, #28b5f3 25%, transparent 25%, transparent 50%,#28b5f3 50%,#28b5f3 75%, transparent 75%, transparent);background-size: 6px 6px;height: 79px;}
	.head .logo{width: 100%;height: 100%;}
	.head .logo a{display: block;width: 165px;height: 59px;background: url(../img/logo3.png);top: 10px;background-size: 100%;margin: 0 15px;}
	.head .tel{display: none;}
	.head .code{display: none;}
}
/* 导航 */
.nav{height: 60px;background: #333333;position: relative;z-index: 400;}
.brick-nav-01{margin: auto;margin-left: 162px;}
.brick-nav-01 .m-logo{display: none;}
.brick-nav-01 .m-tel{display: none;}
.brick-nav-01 .item{float: left;width: 16.66%;position: relative;height: 60px;}
.brick-nav-01 .item .name{text-align: center;position: relative;overflow: hidden;width: 100%;height: 20px;line-height: 20px;display: block;cursor: pointer;font-size: 16px;border-right: 1px solid #FFF;margin-top: 20px;}
.brick-nav-01 .item .name .name1{position: absolute;top: -60px;left: 0;right: 0;transition: all 0.5s;color: #F39700;line-height: 20px;}
.brick-nav-01 .item .name .name2{position: absolute;top: 0px;left: 0;right: 0;transition: all 0.5s;line-height: 20px;color: #FFFFFF;}
.brick-nav-01 .item:hover .name1{top: 0px;}
.brick-nav-01 .item:hover .name2{top: 60px;}
.brick-nav-01 .item:last-child .name{border-right: 0;}
.brick-nav-01 .item .sub{position: absolute;top: 57px;background: #333333;width: 100%;opacity: 0;visibility: hidden;transition: opacity 0.5s;border-radius: 0px 0px 3px 3px;height: 0;}
.brick-nav-01 .item .sub::before{content: "";width: 0;height: 0;border-style: solid;border-width: 0 5px 6px 5px;border-color: transparent transparent #F39700 transparent;position: absolute;top: -10px;left: calc(50% - 4px);}
.brick-nav-01 .item .sub a{display: block;line-height: 40px;font-size: 14px;color: #FFF;text-align: center;margin: 0px 15px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.brick-nav-01 .item:hover .sub{opacity: 1;visibility: visible;border-top: 4px solid #F39700;height: auto;}
.brick-nav-01 .item .sub a:first-child{}
.brick-nav-01 .item .sub a:last-child{border-bottom: 0;margin-bottom: 20px;}
@media only screen and (max-width: 769px){
	/* wap */
	.head .mmenu{display: block;}
	.brick-nav-01 .m-logo{height: 150px;display: block;width: 100%;text-align: center;}
	.brick-nav-01 .m-logo img{height: 100px;margin-top: 45px;}
	.brick-nav-01 .m-tel{height: 150px;display: block;width: 100%;color: #FFFFFF;text-align: center;margin-top: 30px;}

	.nav{height: 0;z-index: 9999;}

	.brick-nav-01{display: none;width: 40%;position: fixed;left: -40%;top: 0;bottom: 0;background: #28a8e1;z-index: 999;margin-left: 0;}
	.brick-nav-01.on{display: block;left: 0;}
	.brick-nav-01 .content{overflow: auto;height: calc(100% - 300px);padding: 20px;}
	.brick-nav-01 .item{float: none;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.5);position: relative;height: auto;}
	.brick-nav-01 .item .name{width: 100%;height: 40px;line-height: 40px;border-right: 0;}
	.brick-nav-01 .item .name .name1{color: #FFFFFF;font-weight: bold;line-height: 40px;background: transparent;}
	.brick-nav-01 .item .name .name2{background: transparent;color: #FFFFFF;line-height: 40px;}
	.brick-nav-01 .item.on .name2{top: 40px;}
	.brick-nav-01 .item .sub{position: relative;background: rgba(255,255,255,0.2);top: 5px;}
	.brick-nav-01 .item .sub::before{content: "";position: absolute;top: -6px;left: calc(50% - 2px);width: 0;height: 0;border-style: solid;border-width: 0 4px 6px 4px;border-color: transparent transparent rgba(255,255,255,0.2) transparent;}
}
/* banner */
.banner{height: 650px;position: relative;z-index: 0;}
.fullSlide{width:100%;position:relative;height:650px;overflow: hidden;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:650px;overflow:hidden;text-align:center;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;text-align:center;}
.fullSlide .hd ul{text-align:center;padding-top:5px;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;width: 12px;height: 12px;background: #FFF;font-size: 0;border-radius: 50%;margin: 0 5px;}
.fullSlide .hd ul .on{background: #2fbaf5;}
.fullSlide .prev{position: absolute;left: calc(50% - 650px);top: 45%;background: rgba(255,255,255,0.3);display: block;width: 40px;height: 60px;line-height: 60px;color: rgba(255,255,255,0.3);font-family: fangsong;text-align: center;font-size: 36px;}
.fullSlide .next{position: absolute;right: calc(50% - 650px);top: 45%;background: rgba(255,255,255,0.3);display: block;width: 40px;height: 60px;line-height: 60px;color: rgba(255,255,255,0.3);font-family: fangsong;text-align: center;font-size: 36px;}
@media only screen and (max-width: 769px){
	/* wap */
	.banner{height: 230px;}
	.fullSlide{height: 230px;}
	.fullSlide .bd li{height: 230px;background-size: auto 100%!important;}
}
/* 推荐产品 */
.m1{height: 60px;line-height: 60px;background: #e0e0e0;}
.m1 strong{font-size: 18px;color: #0068b7;}
.m1 a{font-size: 16px;color: #999999;margin-left: 35px;}
@media only screen and (max-width: 769px){
	/* wap */
	.m1{height: 45px;line-height: 45px;}
	.m1 .container{padding: 0 20px;overflow-x: auto;}
}
/* 公司简介 */
.m2{height: 693px;}
.m2 .catName{position: absolute;right: 307px;top: 55px;z-index: 500;}
.m2 .catName .en{font-size: 60px;color: #333333;font-family: myfont-Haettenschweiler;}
.m2 .catName .line{width: 358px;height: 2px;background: #333333;position: absolute;right: -50px;top: 67px;}
.m2 .catName .line::after{content: "";display: block;width: 10px;height: 10px;background: #f39700;position: absolute;right: 0;top: -5px;}

.m2 .pic{width: 694px;height: 693px;position: relative;text-align: right;padding: 85px 0;}
.m2 .pic .a2{position: absolute;left: 0;bottom: 85px;}
.m2 .text{width: 459px;height: 693px;}
.m2 .text .name{margin-top: 187px;}
.m2 .text .name .cn{font-size: 28px;font-weight: bold;color: #333333;}
.m2 .text .name .en{font-size: 18px;color: #f39700;font-family: impact;margin-top: 7px;}
.m2 .text .content{font-size: 15px;line-height: 24px;color: #333333;margin-top: 34px;}
.m2 .text .slogan{margin-top: 38px;}
.m2 .text .slogan .cn{font-size: 22px;font-weight: 100;color: #999999;font-family: "microsoft yahei";}
.m2 .text .slogan .en{font-size: 11px;font-weight: 100;color: #999999;font-family: "microsoft yahei";margin-top: 6px;}
.m2 .text .more{margin-top: 45px;width: 160px;height: 43px;font-size: 15px;display: block;position: relative;}
.m2 .text .more .bg{width: 160px;height: 43px;background: #f39700;transform:skew(-15deg);position: absolute;left: 0;top: 0;z-index: 0;}
.m2 .text .more a{position: absolute;left: 0;top: 0;right: 0;bottom: 0;line-height: 43px;text-align: center;color: #FFFFFF;z-index: 1;}
.m2 .text .more:hover .bg{transform:skew(15deg);}
@media only screen and (max-width: 769px){
	/* wap */
	.m2{height: auto;margin: 40px 0;}
	.m2 .catName{position: absolute;right: auto;top: 20px;left: 30px;z-index: 500;}
	.m2 .catName .en{color: #FFFFFF;}
	.m2 .catName .line{width: 200px;background: #FFFFFF;}
	.m2 .pic{width: 100%;padding: 0 20px;height: auto;}
	.m2 .pic.float-left{float: none;}
	.m2 .pic .a2{display: none;}
	.m2 .text{width: 100%;padding: 0 20px;height: auto;}
	.m2 .text.float-right{float: none;}
	.m2 .text .name{margin-top: 20px;}
	.m2 .text .name .cn{font-size: 26px;}
	.m2 .text .name .en{font-size: 14px;}
	.m2 .text .content{margin-top: 20px;}
	.m2 .text .slogan{margin-top: 20px;}
	.m2 .text .more{margin-top: 20px;}
}
/* 公司数据 */
.m3{height: 290px;background: #000000 url(../img/m3-bg.png);background-attachment: fixed;}
.m3 .item{width: 25%;float: left;color: #FFFFFF;text-align: center;}
.m3 .item .num{font-size: 86px;font-family: myfont-Haettenschweiler;margin-top: 80px;position: relative;}
.m3 .item .num span{writing-mode:vertical-rl;font-size: 15px;font-family: "microsoft yahei";font-weight: 100;}
.m3 .item .en{font-size: 13px;margin-top: 24px;text-transform: uppercase;}
.m3 .item .cn{font-size: 15px;margin-top: 6px;}
@media only screen and (max-width: 769px){
	/* wap */
	.m3{height: auto;padding: 40px;overflow: hidden;}
	.m3 .item{width: 50%;margin: 20px 0;}
	.m3 .item .num{font-size: 40px;margin-top: 0;}
	.m3 .item .num span{font-size: 12px;}
	.m3 .item .en{font-size: 12px;margin-top: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.m3 .item .cn{font-size: 12px;margin-top: 6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}
/* 产品展示 */
.m4{height: 785px;background: url(../img/m4-bg.jpg) center;}
.m4 .menu{width: 365px;height: 100%;background: #0068b7;padding-top: 50px;}
.m4 .menu .item{height: 80px;margin-top: 17px;margin-left: 60px;position: relative;}
.m4 .menu .item .pic{width: 80px;height: 80px;border: 5px solid #0068b7;border-radius: 50%;overflow: hidden;position: absolute;z-index: 1;}
.m4 .menu .item .pic img{width: 100%;height: 100%;}
.m4 .menu .item .name{width: 228px;height: 62px;line-height: 62px;background: #FFFFFF;position: relative;top: 9px;left: 40px;z-index: 0;padding-left: 60px;font-size: 24px;}
.m4 .menu .item.on .name{width: 318px;box-shadow: 0 2px 10px rgb(0 104 183 / 20%);}
.m4 .content{width: 790px;height: 100%;position: relative;}
.m4 .content .item{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.m4 .content .item .pic{margin-top: 150px;}
.m4 .content .item .text{width: 230px;position: absolute;top: 200px;right: 0;}
.m4 .content .item .text .name{text-align: right;}
.m4 .content .item .text .name .cn{font-size: 33px;font-weight: bold;color: #333333;}
.m4 .content .item .text .name .en{font-size: 12px;color: #666666;text-transform: uppercase;margin-top: 8px;}
.m4 .content .item .text .txt{width: 100%;font-size: 15px;line-height: 26px;color: #666666;margin-top: 50px;}
.m4 .content .item .text .more{margin-top: 60px;}
.m4 .content .item .text .more a{display: block;width: 170px;height: 44px;line-height: 44px;text-align: center;border-radius: 50px;background: -webkit-gradient(linear, left top,right bottom, from(#3ad6fe), to(#1678f2));color: #FFFFFF;}
@media only screen and (max-width: 769px){
	/* wap */
	.m4{height: auto;overflow: hidden;background: transparent;margin: 40px 20px;}
	.m4 .menu{width: 100%;background: transparent;padding-top: 0;}
	.m4 .menu .item{height: 40px;width: calc(50% - 10px);float: left;margin-left: 0;margin-right: 20px;}
	.m4 .menu .item:nth-child(2n+0){margin-right: 0;}
	.m4 .menu .item .pic{display: none;}
	.m4 .menu .item .name{width: 100%;height: 40px;line-height: 40px;padding-left: 0;left: 0;font-size: 18px;text-align: center;background: #eeeeee;}
	.m4 .menu .item.on .name{width: 100%;box-shadow: 0 2px 10px rgb(0 104 183 / 20%);background: #0068b7;color: #FFFFFF;}
	.m4 .content{width: 100%;height: auto;margin-top: 30px;}
	.m4 .content .item{position: relative;}
	.m4 .content .item .pic{margin-top: 0px;}
	.m4 .content .item .text{width: 100%;position: relative;top: 20px;overflow: hidden;}
	.m4 .content .item .text .name{text-align: center;}
	.m4 .content .item .text .txt{margin-top: 20px;}
	.m4 .content .item .text .more{display: none;}
}
/* 新闻资讯 */
.m5{padding: 88px 0;overflow: hidden;}
.m5 .catName{}
.m5 .catName span{display: block;width: 230px;height: 50px;line-height: 50px;background: #333333;margin: auto;text-align: center;color: #FFFFFF;position: relative;font-size: 24px;}
.m5 .catName span::before{content: "";width: 350px;height: 2px;background: #333333;position: absolute;left: -366px;top: 24px;}
.m5 .catName span::after{content: "";width: 350px;height: 2px;background: #333333;position: absolute;right: -366px;top: 24px;}
.m5 .catMain{margin-top: 72px;}
.m5 .catMain .focus{width: 540px;}
.m5 .catMain .focus .pic{width: 100%;height: 240px;overflow: hidden;}
.m5 .catMain .focus .name{font-size: 18px;font-weight: bold;margin-top: 26px;}
.m5 .catMain .focus .summary{font-size: 15px;line-height: 26px;color: #999999;margin-top: 20px;}
.m5 .catMain .focus .more{width: 100%;height: 55px;line-height: 55px;background: #0068b7;color: #FFFFFF;padding: 0 25px;margin-top: 22px;}
.m5 .catMain .focus .more span{font-size: 30px;font-family: fangsong;position: relative;right: 0;}
.m5 .catMain .focus:hover .more{background: #0061a6;}
.m5 .catMain .focus:hover .more span{right: 20px;}

.m5 .catMain .list{width: 600px;}
.m5 .catMain .list .item{padding: 35px 20px;border-bottom: 2px solid #d8d7dc;display: block;overflow: hidden;height: 145px;}
.m5 .catMain .list .item .time{height: 70px;width: 115px;color: #333333;}
.m5 .catMain .list .item .time .date{font-size: 52px;font-weight: bold;}
.m5 .catMain .list .item .time .year{font-size: 15px;font-weight: bold;}
.m5 .catMain .list .item .txt{width: 444px}
.m5 .catMain .list .item .txt .name{font-size: 18px;color: #333333;font-weight: bold;}
.m5 .catMain .list .item .txt .summary{font-size: 15px;line-height: 22px;color: #999999;margin-top: 11px;}
.m5 .catMain .list .item .more{display: none;}
.m5 .catMain .list .item:hover .time{display: none;}
.m5 .catMain .list .item:hover .more{display: block;width: 50px;line-height: 70px;text-align: center;font-family: fangsong;font-size: 35px;}
@media only screen and (max-width: 769px){
	/* wap */
	.m5{padding: 40px 20px;}
	.m5 .catMain .focus{width: 100%;}
	.m5 .catMain .focus.float-left{float: none;}
	.m5 .catMain .list{width: 100%;}
	.m5 .catMain .list.float-right{float: none;}
	.m5 .catMain .list .item .txt{width: calc(100% - 115px);}
}
/* 联系我们 */
.m6{height: 350px;background: #f6f6f6;padding: 59px 0;position: relative;z-index: 1;}
.m6 .map{width: 560px;height: 150px;background: #606060;border-radius: 15px;margin: auto;}
.m6 .map img{margin-top: 33px;}
.m6 .map .addr{margin-top: 27px;font-size: 18px;color: #FFFFFF;}
.m6 .content{overflow: hidden;margin-top: 45px;}
.m6 .content .item{width: 33.333%;float: left;font-size: 18px;color: #333333;}
.m6 .tel{width: 600px;height: 50px;background: #13acfc;border-radius: 50px;padding: 0 40px;position: absolute;left: calc(50% - 300px);bottom: -83px;}
.m6 .tel .item{width: 50%;float: left;line-height: 50px;font-size: 18px;color: #FFFFFF;}
.m6 .tel .item img{position: relative;margin-right: 8px;top: 5px;}
@media only screen and (max-width: 769px){
	/* wap */
	.m6{height: auto;overflow: hidden;padding: 30px 0;}
	.m6 .map{width: 90%;}
	.m6 .map .addr{margin-top: 15px;font-size: 14px;}
	.m6 .content{display: none;}
	.m6 .tel{width: 90%;position: relative;left: auto;bottom: auto;height: auto;border-radius: 10px;padding: 40px 40px;margin: 15px auto;}
	.m6 .tel .item{width: 100%;float: none;text-align: center;line-height: 1.7;font-size: 16px;}
}
/* 网站底部 */
.foot{background: #333333 url(../img/foot-bg.png) no-repeat bottom;background-attachment: fixed;position: relative;z-index: 0;}
.foot .logo{padding-top: 60px;padding-bottom: 30px;border-bottom: 2px solid #434343;}
.foot .menu{padding: 15px 0;border-bottom: 2px solid #434343;}
.foot .menu a{color: #FFFFFF;width: 138px;display: inline-block;border-left: 1px solid #FFFFFF;}
.foot .menu a:nth-child(1){border-left: 0;}
.foot .copyright{padding: 17px 0;color: #9f9f9f;font-size: 15px;}
@media only screen and (max-width: 769px){
	/* wap */
	.foot .logo img{width: 80%;}
	.foot .menu{display: none;}
	.foot .copyright{padding: 20px 30px;font-size: 14px;line-height: 1.7;}
}
/*brick-location-05*/
.brick-location-05{height: 90px;border-bottom: 1px solid #eeeeee;}
.brick-location-05 span{margin-right: 9px;position: relative;top: 3px;}
.brick-location-05 h1{font-size: 24px;font-weight: bold;line-height: 90px;display: inline-block;}
.brick-location-05 .location{font-size: 16px;font-weight: 100;line-height: 90px;}
/* 文章内容 */
.brick-content-01{background: #f7f7f7;padding: 70px 0;}
.brick-content-01 .container{}
.brick-content-01 .title{}
.brick-content-01 .title h1{font-size: 29px;font-weight: bold;color: #333333;}
.brick-content-01 .title .time{font-size: 16px;color: #333333;margin-top: 20px;margin-bottom: 32px;}
.brick-content-01 .content{background: #FFFFFF;padding: 40px;font-size: 18px;line-height: 36px;color: #444444;}
.brick-content-01 .pages{height: 85px;line-height: 85px;font-size: 15px;color: #555555;}
.brick-content-01 .pages .goback{width: 133px;height: 37px;line-height: 37px;background: #18459a;color: #FFFFFF;border-radius: 50px;display: block;margin-top: 24px;}
.brick-content-01 .pages .goback:hover{background: #B0B0B0;}
@media only screen and (max-width: 769px){
	/* wap */
	.brick-content-01{padding: 40px 15px;}
	.brick-content-01 .content{padding: 40px 25px;}
	.brick-content-01 .pages .goback.float-right{float: none;margin: 24px auto;}
}
/* 文章列表 */
.brick-article-list-07{background: #f2f4f6;padding: 40px;overflow: hidden;}
.brick-article-list-07 .container{padding: 40px;background: #FFFFFF;border-radius: 3px;}
.brick-article-list-07 .item{display: block;padding-top: 25px;padding-bottom: 25px;padding-left: 10px;padding-right: 10px;overflow: hidden;border-bottom: 1px solid #eaeaea;margin-bottom: 20px;}
.brick-article-list-07 .item .time{width: 80px;height: 98px;background: #f5f5f5;margin-right: 25px;}
.brick-article-list-07 .item .time .day{font-size: 44px;margin-top: 12px;}
.brick-article-list-07 .item .time .year{font-size: 14px;}
.brick-article-list-07 .item .text{width: 840px;}
.brick-article-list-07 .item .text h2{font-size: 16px;font-weight: 500;}
.brick-article-list-07 .item .text .author{font-size: 14px;color: #b4b4b4;margin: 7px 0;}
.brick-article-list-07 .item .text .summary{font-size: 14px;color: #565656;line-height: 24px;height: 48px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.brick-article-list-07 .item .more{height: 98px;}
.brick-article-list-07 .item:hover{padding-bottom: 35px;}
@media only screen and (max-width: 769px){
	/* wap */
	.brick-article-list-07{padding: 0;}
	.brick-article-list-07 .container{padding: 10px;}
	.brick-article-list-07 .item .text{width: calc(100% - 105px);}
	.brick-article-list-07 .item .text h2{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;margin-top: 10px;}
	.brick-article-list-07 .item .text .author{display: none;}
	.brick-article-list-07 .item .text .summary{margin-top: 10px;}
	.brick-article-list-07 .item .more{display: none;}
}
/* 分页 */
.list-page {padding: 35px;text-align: center;clear: both;font-size: 16px;overflow: hidden;}
.list-page span.close,
.list-page strong,
.list-page a {display: inline-block;padding: 3px 8px;margin-right: 10px;background: #F5f5f5;color: #CCCCCC;float: none;font-size: 16px;line-height: normal;}
.list-page strong.selfpage {background: #ed0616;color: #ffffff;}
.list-page a {background: #bbbbbb;color: #ffffff;}
.list-page a:hover {background: #ed0616;color: #fff;}
@media only screen and (max-width: 769px){
	.count{display: none;}
}
/* 产品列表 */
.brick-thumb-list-01{margin: 50px 0;overflow: hidden;}
.brick-thumb-list-01 .item{float: left;width: calc(33.33% - 20px);margin-right: 30px;margin-bottom: 30px;}
.brick-thumb-list-01 .item:nth-child(3n+0){margin-right: 0;}
.brick-thumb-list-01 .item .thumb{width: 100%;height: 300px;overflow: hidden;text-align: center;}
.brick-thumb-list-01 .item .thumb img{height: 100%;}
.brick-thumb-list-01 .item .name{background: #e5e5e5;text-align: center;height: 68px;line-height: 68px;font-size: 18px;color: #444444;}
@media only screen and (max-width: 769px){
	.brick-thumb-list-01{margin: 40px 0;overflow: hidden;}
	.brick-thumb-list-01 .item{float: left;width: calc(50% - 7px);margin-right: 14px;margin-bottom: 20px;}
	.brick-thumb-list-01 .item:nth-child(3n+0){margin-right: 14px;}
	.brick-thumb-list-01 .item:nth-child(2n+0){margin-right: 0;}
	.brick-thumb-list-01 .item .thumb{height: 150px;}
	.brick-thumb-list-01 .item .name{background: #e5e5e5;text-align: center;height: 35px;line-height: 35px;font-size: 14px;color: #444444;}
}