.head{height: 120px;}
.head .logo{width: 200px;height: 88px;position: absolute;left: calc(50% - 100px);top: 16px;}
.head .logo a{width: 200px;height: 88px;display: block;overflow: hidden;line-height: 300px;background: url(../img/logo.png) no-repeat center;}
.head .mmenu{background: #f7f7f757;width: 50px;height: 40px;position: absolute;right: 20px;top: 29px;border-radius: 5px;display: none;}
.head .mmenu .line{height: 4px;width: 80%;margin: 5px auto;background: #0958a7;border-radius: 5px;}
.head .mmenu .line:nth-child(1){margin-top: 9px;}
@media only screen and (max-width: 769px){
	.head{height: 100px;position: relative;z-index: 999;}
	.head .logo{left: 10px;width: 150px;height: 66px;}
	.head .logo a{width: 150px;height: 66px;background-size: 100% 100%;}
	.head .mmenu{display: block;}
}
/* 导航 */
.brick-nav-01{position: relative;top: 45px;}
.brick-nav-01 .item{float: left;}
.brick-nav-01 .item .name{text-align: center;position: relative;overflow: hidden;width: 146px;height: 40px;line-height: 40px;display: block;cursor: pointer;font-size: 16px;border-radius: 50px;}
.brick-nav-01 .item:nth-child(3){margin-right: 320px;}
.brick-nav-01 .item .name .name1{position: absolute;top: -40px;left: 0;right: 0;transition: all 0.5s;color: #333;line-height: 40px;font-weight: bold;}
.brick-nav-01 .item .name .name2{position: absolute;top: 0px;left: 0;right: 0;background: #FFF;transition: all 0.5s;line-height: 40px;}
.brick-nav-01 .item:hover .name1{top: 0px;}
.brick-nav-01 .item:hover .name2{top: 40px;}
.brick-nav-01 .item:last-child{border-right: 0;}
.brick-nav-01 .item .sub::before{content: "";width: 0;height: 0;border-style: solid;border-width: 0 5px 7px 5px;border-color: transparent transparent #0b58a7 transparent;position: absolute;top: -7px;left: calc(50% - 5px);}
.brick-nav-01 .item .sub{position: absolute;top: 40px;margin-left: -30px;background: #0b58a7;width: 170px;opacity: 0;transition: opacity 0.5s;border-radius: 0px 0px 3px 3px;padding-top: 15px;display: none;}
.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;border-top: 1px solid rgba(255,255,255,0.1);display: block;}
.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){
	.brick-nav-01{display: none;width: 40%;height: 100vh;position: fixed;left: -40%;top: 0;background: #286cb1;z-index: 999;padding: 20px;}
	.brick-nav-01.on{display: block;left: 0;}
	.brick-nav-01 .item{float: none;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.5);position: relative;}
	.brick-nav-01 .item .name{width: 100%;}
	.brick-nav-01 .item .name .name1{color: #FFFFFF;font-weight: bold;}
	.brick-nav-01 .item .name .name2{background: transparent;color: #FFFFFF;}
	.brick-nav-01 .item .sub{left: 170px;top: 2px;}
	.brick-nav-01 .item .sub::before{content: "";width: 0;height: 0;border-style: solid;border-width: 3.5px 5px 3.5px 0;border-color: transparent #0b58a7 transparent transparent;position: absolute;top: 15px;left: -5px;}
}

.banner{position:relative;height:480px;z-index: -1;background: url(../img/bn.jpg) center;}
.fullSlide{width:100%;position:relative;height:480px;z-index: -1;}
.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:480px;overflow:hidden;text-align:center;}
.fullSlide .bd li .cn{font-size: 44px;font-weight: bold;margin-top: 180px;text-align: left;background: -webkit-gradient(linear, left top,right bottom, from(#0097d0), to(#0054ce));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.fullSlide .bd li .en{font-size: 16px;margin-top: 25px;text-align: left;background: -webkit-gradient(linear, left top,right bottom, from(#0097d0), to(#0054ce));-webkit-background-clip:text;-webkit-text-fill-color:transparent; }
.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: #0b58a7;}

.subbanner{height: 270px;background: url(../img/sbn.jpg) center;}
.location{background: #f4f9ff;height: 75px;}
.location .left{}
.location .left .item{width: 133px;height: 75px;display: inline-block;line-height: 75px;font-size: 18px;color: #999999;text-align: center;}
.location .left .item.on{width: 195px;background: url(../img/location-bg.png) bottom no-repeat;color: #FFFFFF;}
.location .right{font-size: 14px;color: #999999;line-height: 75px;}
.location .right span{background: url(../img/icon-dingwei.png) no-repeat;width: 20px;height: 24px;display: inline-block;position: relative;top: 7px;margin-right: 4px;}
@media only screen and (max-width: 769px){
	.banner{height: 165px;background-size: 100% 100%;}
	.fullSlide .bd li .cn{font-size: 26px;margin-top: 50px;}
	.fullSlide .bd li .en{font-size: 12px;margin-top: 15px;}
	.subbanner{height: 200px;}
	.location .right{float: none;}
}
/* 搜索 */
.m1{height: 60px;line-height: 60px;background: #f4f9ff;}
.m1 .tel{font-size: 26px;color: #bcbcbc;font-family: impact;background: url(../img/icon-dianhua.png) no-repeat 8px 14px;padding-left: 41px;}
.m1 .search{margin-top: 17px;}
.m1 .search input{float: left;}
.m1 .search input.text{background: transparent;border: 0;font-size: 16px;color: #bcbcbc;width: 226px;height: 25px;}
.m1 .search input.submit{background: transparent;border: 0;width: 25px;height: 25px;background: url(../img/icon-sousuo.png) no-repeat;}

/* 新闻 */
.m2{margin-top: 39px;overflow: hidden;padding-bottom: 64px;}
.m2 .catName{height: 44px;line-height: 44px;border-bottom: 1px solid #cbcbcb;}
.m2 .catName .more{font-size: 14px;color: #666666;}
.m2 .catName .item{float: left;width: 111px;font-size: 20px;color: #555555;text-align: center;position: relative;}
.m2 .catName a:nth-child(2){font-weight: bold;color: #0b58a7;}
.m2 .catName a:nth-child(2)::after{content: "";width: 1px;height: 15px;background: #555555;position: absolute;right: 0;top: 15px;}
.m2 .catMain{margin-top: 21px;}
.m2 .catMain .focus{width: 570px;height: 353px;border: 1px solid #d2d5d6;background: #EEEEEE;}
.slideBox{width: 570px;height: 353px;overflow: hidden;position: relative;}
.slideBox .hd{height: 20px;overflow: hidden;position: absolute;right: 5px;bottom: 5px;z-index: 1;}
.slideBox .hd ul{overflow: hidden;zoom: 1;float: left;}
.slideBox .hd ul li{float: left;margin-right: 2px; width: 20px;height: 20px;line-height: 20px;text-align: center;background: #fff;cursor: pointer;font-size: 12px;}
.slideBox .hd ul li.on{background: #0b58a7;color: #fff;}
.slideBox .bd{position: relative;height: 100%;z-index: 0;}
.slideBox .bd li{zoom: 1;vertical-align: middle;}
.slideBox .bd img{width: 570px;height: 353px;display: block;}

.m2 .catMain .list{width: 620px;height: 353px;}
.m2 .catMain .list .item{height: 80px;margin-bottom: 11px;background: #f6f6f6;display: block;}
.m2 .catMain .list .item:last-of-type{margin-bottom: 0;}
.m2 .catMain .list .item .time{width: 80px;height: 80px;background: #a9a9a9;color: #FFFFFF;text-align: center;font-size: 38px;font-weight: bold;padding-top: 11px;}
.m2 .catMain .list .item .time p{font-size: 16px;}
.m2 .catMain .list .item .text{width: 540px;height: 80px;padding: 18px 10px 0 10px;}
.m2 .catMain .list .item .text .title{font-size: 18px;font-weight: bold;color: #666666;}
.m2 .catMain .list .item .text .summary{font-size: 12px;color: #666666;margin-top: 11px;}
.m2 .catMain .list .item.on{background: #f4f9ff;}
.m2 .catMain .list .item.on .text .title{color: #666666;}
.m2 .catMain .list .item.on .text .summary{color: #666666;}
.m2 .catMain .list .item.on .time{background: #084a8b;}
@media only screen and (max-width: 769px){
	.m2 .catMain .focus{height: 230px;}
	.m2 .catName .item{width: auto;padding-right: 20px;margin-right: 20px;}
	.slideBox{height: 230px;}
	.slideBox .bd img{height: 230px;}
	.m2 .catMain .list{margin-top: 25px;}
	.m2 .catMain .list .item .text{width: calc(100% - 80px);}
}
/* 公司简介 */
.m3{overflow: hidden;background: url(../img/m3-bg.jpg) no-repeat top;color: #FFFFFF;padding-top: 50px;height: 490px;overflow: hidden;}
.m3 .catName{}
.m3 .catName .en{font-size: 20px;color: rgba(255,255,255,0.08);}
.m3 .catName .cn{font-size: 32px;font-weight: bold;margin-top: -7px;}
.m3 .catName .line{display: inline-block;width: 59px;height: 1px;background: #FFFFFF;margin: 23px 0;}
.m3 .catMain{}
.m3 .catMain .text{font-size: 16px;line-height: 32px;}
.m3 .catMain .pic{height: 525px;background: url(../img/m3-main-pic-bg.png) no-repeat;position: relative;display: none;}
.m3 .catMain .pic .more{font-size: 16px;position: absolute;bottom: 125px;left: calc(50% - 30px);}
@media only screen and (max-width: 769px){
	.m3 .catMain .pic{background-size: 100%;height: 200px;}
	.m3 .catMain .pic .more{bottom: 45px;}
}
/* 我们的荣誉 */
.m4{overflow: hidden;padding-top: 50px;padding-bottom: 50px;}
.m4 .catName{}
.m4 .catName .en{font-size: 20px;color: rgba(11,88,167,0.15);}
.m4 .catName .cn{font-size: 32px;font-weight: bold;margin-top: -7px;color: #0b58a7;}
.m4 .catName .line{display: inline-block;width: 59px;height: 1px;background: #0b58a7;margin: 23px 0;}

.m4 .catMain{}
.m4 .catMain .menu{margin-top: 85px;margin-bottom: 85px;}
.m4 .catMain .menu .item {width: 180px;height: 100px;background: #f7f7f7;position: relative;float: left;margin-left: 24px;text-align: center;}
.m4 .catMain .menu .item:before{content: "";width: 0;height: 0;position: absolute;top: -50px;left: 0;border-left: 90px solid transparent;border-right: 90px solid transparent;border-bottom: 50px solid #f7f7f7;}
.m4 .catMain .menu .item:after{content: "";width: 0;height: 0;position: absolute;bottom: -50px;left: 0;border-left: 90px solid transparent;border-right: 90px solid transparent;border-top: 50px solid #f7f7f7;}

.m4 .catMain .menu .item:first-of-type{margin-left: 0;}
.m4 .catMain .menu .item .num{font-size: 20px;color: #666666;}
.m4 .catMain .menu .item .num strong{color: #0B58A7;font-size: 60px;}
.m4 .catMain .menu .item .summary{font-size: 17px;font-weight: bold;color: #666666;margin-top: 19px;}
.m4 .catMain .content{padding-top: 150px;overflow: hidden;}
.m4 .catMain .content .item{width: 370px;float: left;padding-left: 90px;padding-bottom: 25px;background: url(../img/m4-main-content-1.png) left bottom no-repeat;margin-left: 40px;}
.m4 .catMain .content .item:nth-child(2){background: url(../img/m4-main-content-2.png) left bottom no-repeat;}
.m4 .catMain .content .item:nth-child(2){background: url(../img/m4-main-content-3.png) left bottom no-repeat;}
.m4 .catMain .content .item .name{font-size: 20px;font-weight: bold;color: #666666;}
.m4 .catMain .content .item .summary{font-size: 13px;line-height: 22px;color: #666666;margin-top: 15px;}
.m4 .catMain .content .item:first-of-type{margin-left: 0;}
@media only screen and (max-width: 769px){
	.m4{padding-bottom: 0;}
	.m4 .catMain .menu{margin-bottom: 0;}
	.m4 .catMain .menu .item {width: 90px;height: 50px;margin-left: 24px;margin-bottom: 70px;}
	.m4 .catMain .menu .item:first-of-type{margin-left: 24px;}
	.m4 .catMain .menu .item:before{top: -25px;border-left: 45px solid transparent;border-right: 45px solid transparent;border-bottom: 25px solid #f7f7f7;}
	.m4 .catMain .menu .item:after{bottom: -25px;border-left: 45px solid transparent;border-right: 45px solid transparent;border-top: 25px solid #f7f7f7;}
	.m4 .catMain .menu .item .num{font-size: 12px;color: #666666;}
	.m4 .catMain .menu .item .num strong{color: #0B58A7;font-size: 16px;}
	.m4 .catMain .menu .item .summary{font-size: 12px;font-weight: bold;color: #666666;margin-top: 5px;}
	.m4 .catMain .content{padding-top: 0;}
	.m4 .catMain .content .item{margin-left: 0;margin-bottom: 30px;}
}

/* 企业实力 */
.m5{overflow: hidden;padding-top: 50px;}
.m5 .catName{}
.m5 .catName .en{font-size: 20px;color: rgba(11,88,167,0.15);}
.m5 .catName .cn{font-size: 32px;font-weight: bold;margin-top: -7px;color: #0b58a7;}
.m5 .catName .line{display: inline-block;width: 59px;height: 1px;background: #0b58a7;margin: 23px 0;}
.m5 .catMain{}
.m5 .catMain .left{background: url(../img/m5-left-bg.jpg) right;background-size: auto 100%;height: 350px;padding-right: 77px;}
.m5 .catMain .right{background: url(../img/m5-right-bg.jpg) left;background-size: auto 100%;height: 350px;padding-left: 77px;}
.m5 .catMain .name{font-size: 24px;color: #444444;margin-top: 77px;}
.m5 .catMain .summary{line-height: 26px;font-size: 14px;color: #444444;width: 410px;margin-top: 13px;}
.m5 .catMain .text{position: relative;height: 100%;}
.m5 .catMain .more{width: 160px;height: 45px;line-height: 45px;text-align: center;background: #0b58a7;color: #FFFFFF;font-size: 17px;display: block;border-radius: 5px;bottom: 50px;position: absolute;}
.m5 .catMain .left .more{right: 0;}
@media only screen and (max-width: 769px){
	.m5 .catMain .left{padding-right: 20px;height: 200px;}
	.m5 .catMain .right{padding-left: 20px;height: 200px;}
	.m5 .catMain .name{font-size: 18px;margin-top: 30px;}
	.m5 .catMain .summary{font-size: 12px;line-height: 24px;width: auto;transform: scale(0.8);width: 120%;position: relative;right: 17px;}
	.m5 .catMain .more{width: 50%;height: 20px;line-height: 20px;font-size: 12px;bottom: 20px;}
}
/* brick-foot-07 */
.brick-foot-07{background: #333333;overflow: hidden;color: #FFF;position: relative;}
.brick-foot-07 .logo{width: 230px;background: #006f2d;height: 100%;position: absolute;top: 0;bottom: 0;}
.brick-foot-07 .logo img{margin-top: 80px;}
.brick-foot-07 .content{width: 924px;padding-bottom: 36px;}
.brick-foot-07 .content .menu{font-size: 17px;margin-top: 39px;margin-bottom: 32px;overflow: hidden;}
.brick-foot-07 .content .menu a{display: block;float: left;height: 38px;line-height: 38px;margin-right: 74px;}
.brick-foot-07 .content .menu a:last-child{margin-right: 0;}
.brick-foot-07 .content .contact p{font-size: 14px;color: rgba(255,255,255,0.63);font-weight: 100;line-height: 36px;}
.brick-foot-07 .content .contact .code .item{float: left;text-align: center;font-size: 12px;font-weight: 100;}
.brick-foot-07 .content .contact .code .item img{width: 100px;height: 100px;margin-bottom: 10px;}
.brick-foot-07 .content .contact .code .item p{line-height: 15px;color: #FFFFFF;font-size: 12px;}
.brick-foot-07 .content .contact .code .item:nth-child(2){margin-left: 40px;}
.brick-foot-07 .copyright{height: 40px;line-height: 40px;color: rgba(255,255,255,0.63);font-size: 12px;background: #222222;}
@media only screen and (max-width: 769px){
	.brick-foot-07 .content{padding-bottom: 20px;}
	.brick-foot-07 .content .contact .code{text-align: center;}
	.brick-foot-07 .content .contact .code .item{display: inline-block;float: none;margin-top: 20px;}
}


/*brick-article-content-01*/
.brick-article-content-01{margin: 60px 0;}
.brick-article-content-01 .title{font-size: 22px;color: #333;line-height: 28px;}
.brick-article-content-01 .time{font-size: 12px;color: #999;display: block;border-bottom: 1px solid #eee;padding: 18px 0;margin-bottom: 20px;}
.brick-article-content-01 .time span{padding: 0px 8px;}
.brick-article-content-01 .time span .iconfont{margin-right: 10px;position: relative;top: 2px;}
.brick-article-content-01 .content{font-size: 14px;color: #656565;line-height: 30px;min-height: 600px;}
.brick-article-content-01 .content p{margin-block-start: 1em;margin-block-end: 1em;}
.brick-article-content-01 .content img{max-width: 100%;height: auto!important;width: auto\9!important;}
.brick-article-content-01 .content table{border-collapse: collapse; border: none;margin: auto;} 
.brick-article-content-01 .content td{border: solid #000 1px;}


.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: #0b58a7;color: #ffffff;}
.list-page a {background: #bbbbbb;color: #ffffff;}
.list-page a:hover {background: #0b58a7;color: #fff;}

/* 新闻列表页 */
.brick-article-list-03{overflow: hidden;clear: both;}
.brick-article-list-03 .item{display: inline-block;width: 1047px;height: 262px;background: #fdfdfd;margin: 29px 0 29px 153px;position: relative;}
.brick-article-list-03 .item .pic{width: 305px;height: 200px;overflow: hidden;position: absolute;left: -153px;top: 29px;transition: all 1s;text-align: center;background: #FFFFFF;border: 1px solid #eee;}
.brick-article-list-03 .item img{height: 198px;object-fit: cover;width: 100%;}
.brick-article-list-03 .item .title{display: inline-block;margin: 47px 50px 27px 196px;color: #4a4a4a;font-size: 18px;line-height: 1;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.brick-article-list-03 .item .summary{display: inline-block;margin: 0 50px 0 196px;color: #6b6868;font-size: 14px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.brick-article-list-03 .item .time{display: inline-block;margin: 30px 0 0 196px;color: #6b6868;font-size: 14px;}
.brick-article-list-03 .item:hover .pic{left: -130px;}
@media only screen and (max-width: 769px){
	.brick-article-list-03{margin-top: 30px;}
	.brick-article-list-03 .item{width: 100%;margin: 10px 0;height: auto;padding: 15px 0;}
	.brick-article-list-03 .item .pic{display: none;}
	.brick-article-list-03 .item .title{margin: 10px;font-weight: bold;}
	.brick-article-list-03 .item .summary{margin: 10px;font-size: 12px;}
	.brick-article-list-03 .item .time{margin: 10px;font-size: 12px;}
}

/* 产品列表页 */
.brick-pic-list-w03{font-size: 16px;overflow: hidden;clear: both;margin-top: 40px;margin-bottom: 40px;}
.brick-pic-list-w03 dl{float: left;width: 33.333%;padding-right: 20px;box-sizing:border-box;margin-bottom: 36px;margin-top: 20px;}
.brick-pic-list-w03 dl:nth-child(3n+0){padding-left: 20px;padding-right: 0;}
.brick-pic-list-w03 dl dt{margin-top: 24px;width: 100%;padding: 1em 0;text-align: center;position: relative;overflow: hidden;line-height: 1;background: #0b58a7;color: #FFF;}
.brick-pic-list-w03 dl dt::before,
.brick-pic-list-w03 dl dt::after{content: attr(data-text);position: absolute;width: 100%;height: 50%;left: 0;background: #0b58a7;color: #FFF;overflow: hidden;-webkit-transition: -webkit-transform 1s;transition: transform 1s;-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.brick-pic-list-w03 dl dt::before{top: 0;padding-top: 1em;}
.brick-pic-list-w03 dl dt::after{bottom: 0;line-height: 0;}
.brick-pic-list-w03 dl:hover dt::before{-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}
.brick-pic-list-w03 dl:hover dt::after{-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
.brick-pic-list-w03 dl:hover dt > span{opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
.brick-pic-list-w03 dl dd{overflow: hidden;box-shadow: 5px 5px 14px #888888;text-align: center;}
.brick-pic-list-w03 dl dd img{transition: all 1s;height: 260px;}
.brick-pic-list-w03 dl dd img:hover{transform: scale(1.1);}
@media only screen and (max-width: 769px){
	.brick-pic-list-w03 dl{width: 100%;padding-right: 0px;}
}
/* 产品内页 */
.brick-pro-content-01{margin-top: 55px;margin-bottom: 35px;overflow: hidden;}
.brick-pro-content-01 .top{overflow: hidden;}
.brick-pro-content-01 .top .pic img{width: 460px;padding: 3px;border: 1px solid #ececec;}
.brick-pro-content-01 .top .text{width: 700px;}
.brick-pro-content-01 .top .text h3{font-size: 25px;color: #0056ce;width: 100%;height: 45px;line-height: 45px;font-weight: bold;margin-bottom: 10px;}
.brick-pro-content-01 .top .text p{font-size: 16px;color: #666666;line-height: 30px;}
.brick-pro-content-01 .top .text .menu{margin-top: 25px;overflow: hidden;}
.brick-pro-content-01 .top .text .menu a{width: 164px;height: 39px;float: left;margin-right: 16px;display: block;background: #CCCCCC;text-align: center;line-height: 39px;color: #FFF;border-radius: 4px;}
.brick-pro-content-01 .top .text .menu a:nth-child(2){background: -webkit-gradient(linear, left top, left bottom, from(#0095d0), to(#0056ce));}
.brick-pro-content-01 .top .text .tel{font-size: 18px;clear: both;margin-top: 30px;}

.brick-pro-content-01 .content .title{width: 100%;height: 45px;background: #ECECEC;overflow: hidden;margin-top: 40px;margin-bottom: 25px;}
.brick-pro-content-01 .content .title span{display: block;width: 196px;height: 45px;background: -webkit-gradient(linear, left top, left bottom, from(#0095d0), to(#0056ce));color: #fff;line-height: 45px;text-align: center;font-size: 20px;border-radius: 4px;}
.brick-pro-content-01 .content p{line-height: 1.9;}
@media only screen and (max-width: 769px){
	.brick-pro-content-01 .top .text{width: 100%;}
	.brick-pro-content-01 .top .text h3{font-size: 16px;margin-top: 20px;}
	.brick-pro-content-01 .top .text p{font-size: 12px;}
}