@charset "utf-8";
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 20px;
}
.banner .swiper-pagination-bullet {
	width: 50px;
	height: 8px;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #40b243;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 20px;
}

/*首页产品*/
.menu2{
	width: 100%;
	margin-bottom: 25px;
}
.menu2 ul li{
	width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border:1px solid #dcdcdc;
	float:left;
	margin-right: 9px;
	border-radius: 5px;
}
.menu2 ul li:hover{
	background: #40b243;
}
.menu2 ul li:hover a{
	color:#fff;
}
.menu2 ul li:nth-child(8n){
	margin-right: 0;
}
.menu2 ul li a{
	color: #444444;
	font-size: 15px;
}
.cont1-l{
	width: 100%;
	overflow: hidden;
}
.cont1-l a{
	float: left;
	position: relative;
	width: 280px;
	height: auto;
	margin-bottom: 26px;
	overflow: hidden;
	margin-right: 26px;
	box-sizing: border-box;
}
.cont1-l a .a_img{
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.cont1-l a .a_img img{
	width: 100%;
	height: 100%;
	transition: 0.6s;
	-webkit-transition: 0.6s;
}
.cont1-l a:hover img{
	transform: scale(1.1);
	transition: 0.6s;
}
.cont1-l a:nth-child(4n){
	margin-right: 0;
}
.cont1-l a h5{
	height: 38px;
	line-height: 38px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color:#606060;
	background: #e4e4e4;
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*首页保障*/
.cont2{
	width: 100%;
	height: auto;
	min-width: 1200px;
	overflow: hidden;
	margin-top: 15px;
	background: #f2f2f2;
	padding:17px 0 50px 0;
}
.cont2 h2{
	text-align: center;
	font-size: 30px;
	color: #40b243;
	margin-top: 30px;
}
.cont2 p{
	text-align: center;
	font-size: 16px;
	color: #000;
}
.cont2 ul{
	overflow: hidden;
	margin-top: 40px;
}
.cont2 li{
	float: left;
	width: 120px;
	margin: 0 40px;
}
.cont2 li i{
	display: block;
	width: 120px;
	height: 120px;
}
.cont2 li i img{
	width: 100%;
	height: 100%;
}
.cont2 li span{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #282828;
}

/*首页优势*/
.cont3-box li{
	overflow: hidden;
}
.cont3-box li div{
	width: 600px;
	float: left;
	margin-bottom: 40px;
}
.cont3-box li .cont3-txt{
	position: relative;
	box-sizing: border-box;
	padding-left: 70px;
}
.cont3-box li .cont3-txt h4{
	font-size: 20px;
	font-weight: bold;
	color: #ef6001;
	margin-top: 15px;
}
.cont3-box li .cont3-txt p{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	line-height: 24px;
}
.cont3-box li .cont3-txt i{
	display: block;
	width: 50px;
	line-height: 44px;
	text-align: center;
	font-size: 40px;
	border-bottom: 3px solid #ef6001;
	font-weight: bold;
	font-style: italic;
	color: #ef6001;
	position: absolute;
	left:0;
	top: 0;
}
.cont3-box li .cont3-img img{
	margin: 0 auto;
}
.cont3-box li:nth-child(2n) .cont3-txt{
	float: right;
}

/*首页流程*/
.cont4{
	height: 582px;
	background: url(../img/lc_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
}
.cont4-tit{
	margin-top: 50px;
}
.cont4-tit img{
	margin: 0 auto;
}
.cont4-c{
	margin-top: 50px;
}
.cont4-c img{
	margin: 0 auto;
}

/*案例展示*/
.cont5-c a{
	float: left;
	width: 290px;
	margin-right: 13.33px;
	margin-bottom: 20px;
}
.cont5-c a:nth-child(4n){
	margin-right: 0;
}
.cont5-c a i{
	display: block;
	width: 290px;
	height: 220px;
	overflow: hidden;
}
.cont5-c a i img{
	width: 100%;
	height: 100%;
}
.cont5-c a span{
	display: block;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	background-color: #eee;
	color: #666;
	text-align: center;
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s;
}
.cont5-c a:hover span{
	color: #fff;
	background-color: #40b243;
}

/*首页公司简介*/
.cont6-l{
	float: left;
	width: 560px;
}
.cont6-l img{
	width: 100%;
	height: auto;
}
.cont6-r{
	width: 600px;
	float: right;
}
.cont6-r h2{
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.cont6-r i{
	display: block;
	width: 50px;
	height: 4px;
	background-color: #fe9e37;
	margin-top:25px;
}
.cont6-r div{
	margin-top: 20px;
}
.cont6-r div p{
	font-size: 14px;
	color: #565656;
	text-indent: 2em;
	line-height: 30px;
}
.cont6-box{
	margin-top: 40px;
}
.cont6-r a{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #40b243;
	text-align: center;
	margin-top: 40px;
	font-size:14px;
}
/*首页环境*/
.cont7{
	margin: 80px 0;
}
.cont7-c img{
	width: 230px;
	height: 190px;
}
/*首页新闻*/
.cont8 .title{
	margin-bottom: 30px;
}
.news-in-c{
	float: left;
	width: 580px;
	margin-right: 40px;
}
.news-in-c:last-child{
	margin-right: 0;
}
.news-in-c i{
	display: block;
	width: 100%;
	height: 160px;
}
.news-in-c i img{
	width: 100%;
	height: 100%;
}
.news-in-tit{
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.news-in-tit h4{
	float: left;
	font-size: 20px;
	color: #40b243;
	line-height: 40px;
	height: 40px;
}
.news-in-tit h4 em{
	font-size: 12px;
	color: #999;
}
.news-in-tit a{
	float: right;
	font-size: 16px;
	color: #999;
	line-height: 40px;
}
.news-in-c li{
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}
.news-in-c li a{
	float: left;
	display: block;
	line-height: 50px;
	height: 50px;
	padding-left: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	width: 260px;
	background: url(../img/ne_bg.png) no-repeat 10px center;
}
.news-in-c li span{
	float: right;
	font-size: 12px;
	color: #666;
	line-height: 50px;
	height: 50px;
}
.news-in-c li:hover a{
	color: #ef6001;
	text-decoration: underline;
}
.links{
	margin-top: 30px;
	padding-top: 18px;
	border-top: 1px solid #ddd;
}
.links-box h4{
	float: left;
	line-height: 22px;
	border-left: 3px solid #999;
	padding-left: 10px;
	font-size: 16px;
	color: #ef6001;
}
.links-box ul{
	float: left;
}
.links-box ul li{
	float: left;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}
.links-box ul li a{
	color: #666;
}
.content {
    margin-top: 30px;
    padding-bottom: 50px;
    min-height: 400px;
}
.content-r{
	width:970px;
	float: right;
}
/*关于我们*/
.about p {
    font-size: 14px;
    color: #333;
    /*text-indent: 2em;*/
    line-height: 26px;
    margin-bottom: 12px;
}
.about img{
	max-width: 100%;
	margin:15px 0;
	display: inline;
}
/*产品中心*/
.product a{
	float: left;
	position: relative;
	width: 310px;
	height: 256px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.product a img{
	width: 100%;
	height: 100%;
}
.product a:nth-child(3n){
	margin-right: 0;
}
.product a h4{
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*产品中心*/
.product-case a{
	float: left;
	width: 230px;
	margin-right: 16.66px;
	margin-bottom: 20px;
}
.product-case a:nth-child(4n){
	margin-right: 0;
}
.product-case a i{
	display: block;
	width: 230px;
	height: 170px;
	overflow: hidden;
}
.product-case a i img{
	width: 100%;
	height: 100%;
}
.product-case a span{
	display: block;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	background-color: #eee;
	color: #666;
	text-align: center;
}
.product-case a:hover span{
	color: #fff;
	background-color: #40b243;
}

/*内页*/

/*关于我们*/
.about-jj p {
    /*text-indent: 2em;*/
    font-size: 15px;
    color: #333;
    line-height: 32px;
    margin-bottom: 5px;
}
.about-jj img{max-width: 100%;}

/*案例展示*/
.product_case a{
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_case a:nth-child(4n){
	margin-right: 0;
}
.product_case a i{
	display: block;
	width: 100%;
	height: 202px;
	overflow: hidden;
}
.product_case a i img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_case a div{
	position: relative;
    text-align: center;
    background: #FFF;
    height: 90px;
    overflow: hidden;
    padding: 0 20px;
}
.product_case a div h4{
	margin-top: 15px;
    font-size: 16px;
    color: #333;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_case a div p{
	margin-top: 15px;
    font-size: 16px;
    color: #9b9996;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_case a div em{
	position: absolute;
	font-size: 14px;
	text-align: center;
    left: 0;
    color: #fff;
    bottom: -48px;
    height: 48px;
    width: 100%;
    line-height: 48px;
    background: #40b243;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_case a:hover div em{
	bottom: 0;
}
.product_case a:hover div h4,.product_case a:hover div p{
	margin-top: 10px;
}
.product_case a:hover {
	box-shadow: 0 0 10px #666
}
.product_case a:hover i img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

/*新闻详情*/
.xq-tit h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.xq-tit p{
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.xq-tit p span{
	margin: 0 10px;
}
.xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
}
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
	/*text-indent: 2em;
	margin-bottom: 20px;*/
}
.news-xq ul li a{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 100%;
	width: 80%;
	margin: 0 auto;
}
/*.news-xq ul li:first-child a{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #b5b5b5;
	border-radius: 50px;
	color: #b5b5b5;
	padding-left: 20px;
	background: url(../img/news/fh.png) no-repeat 30px center;
}*/
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}

/*新闻列表*/
.news-list li {
    padding: 25px 60px 20px 20px;
    background: #FFF;
    margin-bottom: 35px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li .imga {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 320px;
	height: 205px
}
.news-list li .imga img {
	width: 100%;
	height: 100%;
}
.news-list li .imga .cate {
	position: absolute;
	top: 35px;
	left: 0;
	padding-right: 20px;
	background: #ff6700;
	line-height: 32px;
	color: #FFF
}
.news-list li .imga .cate i {
	float: left;
	width: 30px;
	height: 30px;
	margin: 1px 8px 1px 0;
	background: url(../images/public.png) -180px -30px no-repeat
}
.news-list li .info {
	overflow: hidden;
    width: 760px;
    float: right;
}
.news-list li .info .line {
	border-left: 52px solid #c10003;
	background: #D8D8D8;
	margin-bottom: 35px;
	height: 1px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li .info .tit {
	height: 44px;
	line-height: 44px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 6px
}
.news-list li .info .tit a{
	color: #333;
}
.news-list li .info .tit a em{
	font-weight: normal;
	color: #c10003;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
.news-list li .info .note {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0 0 25px;
	line-height: 24px;
	color: #6A6969
}
.news-list li:hover {
	box-shadow: 0 0 10px #666;
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}
.news-list li:hover .info .line {
	border-left-width: 760px
}


/*联系我们*/
.contact-tit{
	margin-bottom: 60px;
}
.contact-tit h2{
	text-align: center;
	font-size: 36px;
	color: #40b243;
}
.contact-tit i{
	display: block;
	width: 90px;
	height: 1px;
	background-color: #ccc;
	margin: 8px auto 0;
}
.contact-tit p{
	text-align: center;
	font-size: 14px;
	color: #888;
	line-height: 36px;
}
.contact-c-l{
	width: 500px;
}
.contact-c-l h5{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 50px;
}
.contact-c-l div p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.contact-c-l div p a{
	color: #007CC3;
}
.contact-c-l div{
	margin-bottom: 40px;
}
.contact-map{
	width: 650px;
	overflow: hidden;
}
.contact-map img{
	width: 100%;
	height: auto;
}
.contact{
	margin-bottom: 40px;
}

/*crumb*/
.crumb{
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.mains{
	background-color: #F5F5F5;
	overflow: hidden;
	min-height: 500px;
	padding-bottom: 50px;
}
.crumb-box ul{
	float: left;
}
.crumb-box ul li{
	float: left;
	line-height: 32px;
	font-size: 14px;
    color: #666;
    padding:0 2px;
}
.crumb-box ul li a{
	font-size: 14px;
    color: #666;
    font-weight: normal;
}
.crumb-box .tab{
	float: right;
}
.crumb-box .tab a{
	float: left;
	font-size: 16px;
	color: #333;
	margin-left: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.crumb-box .tab a.active,.crumb-box .tab a:hover{
	border-bottom: 4px solid #40b243;
	color: #40b243;
	font-weight: bold;
	/*border-radius: 5px;*/
}
.crumb-box .tab a:first-child{
	margin-left: 0;
}
/*page*/
.page-box {
	margin-bottom: 30px;
	margin-top: 40px;
}
.page-box div{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.page-box a{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 3px;
}
.page-box strong{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	background-color: #40b243;
	color: #fff;
	margin: 0 5px;
	border-radius: 3px;
}
.small{width: 100%;height: auto;}
.small img{width: 100%;height: auto;}

.news-xq-box{
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}
.news-xq-box p{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	text-align: justify;
}
.news-xq-box img{
	max-width: 100%;
	margin-top: 15px;
	display: inline;
}
.news-fh{
	padding-top: 25px;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
}
.news-fh>a{
	display: block;
	width: 138px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	border-radius: 50px;
	background: url(../img/news/fh.png) no-repeat 20px center;
	margin-bottom: 20px;
}
.news-fh ul li{
	font-size: 12px;
	line-height: 30px;
}
.news-fh ul li span{
	color: #666;
}
.news-fh ul li a{
	color: #787878;
}

/*.xq_c .sjmk_xq{width: 500px;height: 340px;}
.xq_c .sjmk_xq img{width: 100%;height: 100%;}*/


/*工程案例详情*/
.sjmk_xq{width:60%;height: 550px;margin-top:20px;margin-bottom: 35px;}
.sjmk_xq .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
.sjmk_xq .swiper-slide {
      background-size: cover;
      background-position: center;
    }
.sjmk_xq .gallery-top {
  height: 80%;
  width: 100%;
}
.sjmk_xq .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.sjmk_xq .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.sjmk_xq .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.xq_c .pro_xq{width:435px;margin-top:20px;}
.pro_xq h2{font-size: 24px;color:#000;margin-bottom: 15px;}
.pro_xq h2 span{font-weight: bold;}
.pro_xq h3,.pro_xq h4,.pro_xq h5{font-size:15px;color:#5a5a5a;border-bottom: 1px #ddd solid;margin-bottom: 16px;padding-bottom: 10px;}
.pro_xq h5 span{font-size:18px;color:#50a702;font-weight: bold;font-style: italic;margin-right: 7px;}
.pro_xq .xq_link{color:#fff;background: #40b243;font-size:18px;height:40px;line-height: 40px;text-align: center;width: 280px;border-radius: 2px;margin-top:30px;}


.cas_xq{
	width: 100%;
	height: auto;
	margin-top:15px;
	margin-bottom: 20px;
}
.cas_xq .cas_left{
	width: 245px;
	height: auto;
	border:1px solid #e2e2e2;
	padding-bottom: 15px;
}
.cas_left h1{
	height: 45px;
    line-height: 45px;
    padding-left: 5px;
    background: #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    font-size: 16px;
}
.cas_left .cas_case{
	width: 95%;
	margin:0 auto;
}
.cas_left .cas_case dl{
	width: 100%;
	margin-top:15px;
}
.cas_left .cas_case dl dt{
	width: 100%;
	height: auto;
}
.cas_left .cas_case dl dt img{
	width: 100%;
	height: 100%;
}
.cas_left .cas_case dl dd{
	margin-top: 10px;
    font-size: 13px;
    height: 17px;
    overflow: hidden;
    text-align: center;
    color:#5a5a5a;
}
.cas_xq .cas_right{
	width: 915px;
	height: auto;
}
.cas_xq .tab_bar{width: 100%;border-bottom: #40b243 1px solid;overflow: hidden;margin-bottom: 15px;}

.tab_bar h3 {
    padding: 12px 24px;
    background: #40b243;
    color: #fff;
    font-size: 17px;
    float: left;
    }
.xqnr {
    font-size: 15px;
    line-height: 30px;
    color: #3c3c3c;
    margin-bottom: 40px;
    }
.pro_xq .pro_des{
	color: #7e7e7e;
    padding: 15px;
    background: #ececec;
    margin-top: 10px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    height: auto;
    margin-bottom: 15px;
}
.xqnr img{
	max-width: 100%;
	margin:10px 0;
	display: inline;
}

.team_fr .meas_con{/*padding:37px 0;*/width: 95%;}

.meas_con form{width:80%;}
.meas_con .first_input{overflow: hidden;margin-bottom: 25px;}
.first_input h5{width:13%;float:left;line-height: 35px;font-size: 15px;color:#505050;font-weight: normal;}
.first_input input{width:85%;float:right;height: 35px;line-height: 35px;border-radius: 2px;padding-left:5px;border:1px solid #ccc;}
.first_input textarea{width:86%;height: 160px;border:none;border:1px solid #ccc;border-radius: 2px;margin-left: 4px;}
.meas_con .inp01{width: 160px;height: 40px;line-height: 40px;margin:0 auto;margin-top:40px;background: #ff4a00;text-align: center;border-radius: 5px;}
.meas_con .inp01 .n_link{color:#fff;background: #ff4a00;font-size:16px;line-height: 40px;}

.meas_con form h2{text-align: left;font-size: 20px;font-weight: bold;color:#565656;margin-bottom: 30px;}
.meas_con form h2 span{font-size: 15px;color:#ccc;font-weight: normal;margin-left: 8px;}
