*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#ffffff;background-image:url(/web/20220223042320im_/http://hbxcgjg.com/themes/simpleboot3/public/assets/style/style.css);background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.top p{
	float: left;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 40px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.head img{
	display: block;
}
.head .name{
	float: left;
	margin-top: 25px;
}
.head .tel{
	float: right;
	margin-top: 35px;
}
 
.nav{
	width: 100%;
	height: 50px;
	background:#006CD8;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 171px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #044C93;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#006CD8; 
  
}
.banner .bd{
 position:relative; 
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}


.product{
	width: 100%;
	height:1080px;
	overflow: hidden;
	background:#F2F2F2;

}
.product .title{
	margin-top: 60px;
}
.title{
 
	overflow: hidden;
}
.title p{
	color:#333333;
	font-size: 36px;
	text-align: center;
}
.title span{
 	display: block;
 	text-align: center;
	margin: 0 auto;
	color:#999999;
	font-size: 14px;
	margin-top: 5px;
	text-transform: uppercase;
	background: url(/web/20220223042320im_/http://hbxcgjg.com/themes/simpleboot3/public/assets/images/tit01.png) no-repeat center;
}

.product .list{
 	display: table;
 	max-width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.product .list ul{
	margin-left: -6px;
}
.product .list ul li{
	float: left;
	width: 144px;
	height: 50px;
	background: #ffffff;
	border-radius:5px;
	text-align: center;
	line-height: 50px;
 	margin-left: 6px;
 	margin-bottom: 5px;

}
.product .list ul li a{
	color:#333333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
}
.product .list ul li:hover{
	background: #006CD8;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .pic{
	width: 1190px;
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
	overflow: hidden;
	padding: 5px;
}
.product .pic ul li:first-child{
	margin-left: 0;
}
.product .pic ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	transition: .5s;
	margin-bottom: 14px;
}
.product .pic ul li:nth-child( 4n-3){
	margin-left: 0;
}
.product .pic ul li img{
	display: block;
	width: 290px;
	height: 260px;
}

.product .pic ul li p{
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	line-height: 80px;
	color:#333333;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .pic ul li:hover{
	box-shadow: 0px 0px 5px 4px #d0cfcf;
}
.product .pic ul li:hover p{
	background: #006CD8;
	color:#fff;
}

.product .more{
	display: block;
	width: 178px;
	height: 48px;
 	
	line-height: 48px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
	background: #FFFFFF;
	text-align: center;
	color:#000000;
	font-size: 14px;
}

.img-box{
	
	overflow: hidden;
}

.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}

.about{
	width: 100%;
	height: 560px;
	background: #006CD8;
}

.about .pic{
	width:600px;
	height:420px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top: 70px;
}
.about .pic img{
	 width: 600px;
	 height: 420px;
 
}
 
.about  .right{
	width: 600px;
	height: 420px;
	background: #fff;
	float: right;
	margin-top: 70px;
}
.about  .right .intro{
	width: 527px;
	margin: 0 auto;

	margin-top:60px;
}
.about  .right .intro .tit {
	width: 100%;
	height: 39px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
.about  .right .intro .tit h4{
	font-size: 24px;
	color:#333;
	float: left;
}
.about  .right .intro .tit p{
	color:#999999;
	font-size: 24px;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}
.about  .right .intro .info{
	width: 100%;
	height:auto;
	overflow: auto;
	margin-top:20px;
	text-indent: 2em;
}
.about  .right .intro .info p{
	color:#666666;
	line-height: 28px;
	font-size: 15px;
}
.about  .right .intro  a{
	color:#666;
	font-size: 16px;
 	border: 1px solid #CCCCCC;
 	box-sizing: border-box;
 	text-align: center;
 	line-height: 45px;
	display: table;
	margin-top: 30px;
	height: 45px;
	width: 150px;
	border-radius: 5px;
}
 

.cases{
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: 50px;
}

.cases .main{
	width: 1317px;
	margin: 0 auto;
}

.cases .bd{
	width: 1200px;
 	float: left;
 	margin-left: 30px;
	height: auto;
	margin-top: 35px;
	overflow: hidden;
}

.cases .bd ul li{
	float: left;
	height: auto;
	overflow: hidden;
	width: 388px;
	margin-right: 15px;
	position: relative;
}
.cases .bd ul li img{
	display: block;
	width: 388px;
	height: 340px;
}
.cases .bd ul li p{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cases .next{
	float: left;
	display: block;
	margin-top: 160px;
}
.cases .prev{
	display: block;
	float: right;
	margin-top: 160px;
}

.cases .hd{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}
.cases .hd ul{
	display: table;
	margin: 0 auto;
}
.cases .hd ul li{
	float: left;
	width: 24px;
	height: 5px;
	background: #cccccc;
	border-radius: 5px;
	margin: 0 5px;
	line-height: 40px;
	overflow: hidden;
}

.cases .hd ul .on{
	background: #006CD8;
}

 


.section{
	width: 100%;
	height: 632px;
 	background: #f2f2f2;
 	overflow: hidden;
	margin-top: 60px;
}
.section .bd{
	width: 1200px;
	margin: 0 auto;
	height: 500px;
	background: #fff;
	margin-top: 66px;
	box-shadow: 0 0 5px 2px #d2d1d1;
}

.news{
	width: 600px;
	height: 500px;
	float: left;
	background: #006CD8;
}
.news .tit{
	width: 510px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.news .tit div{
	width: 245px;
	height: 100px;
	background: #fff;
	float: left;
	overflow: hidden;
}

.news .tit div p{
	color:#006CD8;
	font-size: 24px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 20px;
}
.news .tit div span{
	display: block;
	color:#006CD8;
	margin-left: 25px;
	margin-top: 5px;
	font-size: 20px;
}

.news .tit a{
	color:#fff;
	font-size: 18px;
	line-height: 100px;
	float: right;
	margin-right: 
}

.news ul{
	width: 510px;
	margin: 0 auto;
	margin-top: 34px;
	height: auto;
	overflow: hidden;
	border-top: 1px  dashed #7ECEF4;
}
.news ul li{
	width: 100%;
	height: 50px;
	position: relative;
	line-height: 50px;
	border-bottom: 1px dashed #7ECEF4;
}
.news ul li:after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #7ECEF4;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
.news ul li a{
	display: block;
	float: left;
	color:#fff;
	font-size: 18px;
	width: 350px;
	margin-left: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li span{
	display: block;
	float: right;
	color:#fff;
	font-size: 13px;
}
.contact{
	float: right;
	width: 508px;
	height: auto;
	margin-right:45px;
	overflow: hidden;
}
.contact .tit{
	width: 245px;
	height: 100px;
	background: #006CD8;
	overflow: hidden;
}

.contact .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 20px;
}
.contact .tit span{
	display: block;
	color:#fff;
	margin-left: 25px;
	margin-top: 5px;
	font-size: 20px;
}
.contact .pic{
	width: 100%;
	height: auto;
	margin-top: 34px;
	overflow: hidden;
}
.contact .pic img{
	display: block;
	width: 508px;
	height: 140px;
}

.contact .intro{
	width: 100%;
	height:  180px;
	overflow: auto;
	margin-top: 40px;
}
.contact .intro h4{
	font-size: 18px;
	color:#333333;

}
.contact .intro p{
	color:#333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}



.menu{
	background: #333333;
	border-bottom: 1px solid #666666;
}


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333333;
}

.footer .fn{
	float: left;
	width: 323px;
	height: 268px;
	background: #212121;
}

.footer .fn .tit{
	width: 200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 45px;
}

.footer .fn .tit img{
	display: block;
	float: left;
	margin-top: 5px;
}

.footer .fn .tit  p{
	float: left;
	font-size: 18px;
	color:#fff;
	margin-left: 10px;
}

.footer .fn ul{
	width: 240px;
 	margin-left: 60px;
	height: 175px;
	overflow: hidden;
	margin-top: 10px;
}
.footer .fn ul li{
	float: left;
	width: 49%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
}
.footer .fn ul li:nth-child(2n){
	float: right;
}
.footer .fn ul  li a{
	color:#cccccc;
	font-size: 14px;
}

.footer .intro{
	float: left;
	width: 480px;
	height: auto;
	overflow: hidden;
	margin-left: 90px;
	margin-top: 45px;
}
.footer .name img{
	display: block;
}
.footer .info{
	margin-top: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer  .info p{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
}

.footer  .info a{
	color:#fff;
}


.footer  .ewm{
	float: right;
	margin-top: 55px;
}

.footer  .ewm img{
	display: block;
	width: 156px;
	height: 156px;
	border: 2px solid #fff;
}

.links{
	width: 100%;
	height: 68px;
	background: url(/web/20220223042320im_/http://hbxcgjg.com/themes/simpleboot3/public/assets/images/bg02.png) no-repeat center;
}

.links .tit{
	width: 141px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 25px;
	background: url(/web/20220223042320im_/http://hbxcgjg.com/themes/simpleboot3/public/assets/images/links.png)no-repeat center;
}

.links .tit p{
	color:#fff;
	font-size: 18px;
	text-indent: 30px;
}

.links ul{
	width: 1000px;
	height: 50px;
	float: right;
	margin-top: 9px;
}
.links ul li{
	float: left;
	padding: 0 10px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 1px dashed #666666;
}
.links ul li a{
	color:#999999;
	font-size: 14px;
	line-height: 25px;
}



.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
}
.float ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float ul li:nth-child(2):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover img{
	height: 120px;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #006CD8;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #006CD8;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#006cd8 url(/web/20220223042320im_/http://hbxcgjg.com/themes/simpleboot3/public/assets/images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#006cd8 url(/web/20220223042320im_/http://hbxcgjg.com/themes/simpleboot3/public/assets/images/float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#006cd8 url(/web/20220223042320im_/http://hbxcgjg.com/themes/simpleboot3/public/assets/images/float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
	background:#006cd8 url(/web/20220223042320im_/http://hbxcgjg.com/themes/simpleboot3/public/assets/images/float04.png)no-repeat   center;
}
.float ul li:nth-child(5) span{
	background:#006cd8 url(/web/20220223042320im_/http://hbxcgjg.com/themes/simpleboot3/public/assets/images/float05.png)no-repeat   center;
}
.float ul li div{
	width:130px;
	float: left;
	background: #006CD8;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}


.title-column{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9; 
}
.title-column  .tit{
	float: left;
}
.title-column h4{
	font-size: 28px;
	color:#006CD8;
  	white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    font-weight: normal;
	line-height: 35px;
	position: relative;
	padding-left:12px;
}
.title-column h4:after{
	content: '';
	width: 5px;
	height: 26px;
	left: 0;
	position: absolute;
 	top: 7px;
	background: #006CD8;
}

.title-column  .crumbs{
	float: right;
 	margin-top: 10px;
}

.title-column  .crumbs img{
	display: block;
	float: left;
}
.title-column  .crumbs p{
	color:#555555;
	font-size: 13px;
	line-height: 18px;
	float: left;
	margin-left: 5px;
}
.title-column  .crumbs  a{
	color:#555;
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px;
	position: relative;
}
.title-column  .crumbs  a:after{
	content: ">";
	position: absolute;
	right: -7px;
	color:#555;
}
.title-column  .crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.title-column  .crumbs  a:nth-child(2){
	padding-left: 0;
}


.pro-list{
	background: none;
	height: auto;
	overflow: hidden;
}

.pro-list .list ul li{
	background: #eee;
}
.pro-list .pic ul li{
	margin-bottom: 15px;
}

.pro-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}

.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	float: left;
}
 .page  ul{
 	display: table;
 	margin: 0 auto;
 }
 .page ul li{
 	float: left;
 	padding: 0 10px;
 	height: 30px;
 	border: 1px solid #ccc;
 	text-align: center;
 	line-height: 30px;
 	margin: 0 5px;

 }
 .page ul .thisclass{
 	background: #ccc;
 	color:#fff;
 }
 .page ul li a{
 	color:#333;
 }


.in-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.article-detailed{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}


.article-detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.article-detailed .tit p{
	color:#333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px dashed #f1f1f1;
	height: 30px;
}

.article-detailed .tit span{
	display: block;
	color:#333;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

.article-detailed  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article-detailed  .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.article-detailed  .intro p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.allmap{
	width: 100%;
	height: 400px;
	border: 3px solid #ccc;
	box-sizing: border-box;
}

.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	border-bottom: 1px dashed #ccc;
	height: 30px;
}

.fy p{
	display: table;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 12px;
	float: left;
	margin-right: 50px;
}

.fy  a{
	color:#333;
}
.fy  a:hover {
	text-decoration: underline;
	color:#0088dc;
}
.fy .return{
	float: right;
}


.news-list{
	width: 1140px;
	padding:35px 30px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 40px;
}
.news-list .title{
	margin-top: 0;
	margin-bottom: 40px;
}
.news-list ul li{
	width: 544px;
	height:auto;
	padding:10px 0;
	border: 1px solid #d2d2d2;
	float: left;
	margin-top: 18px;
	box-sizing: border-box;
}
.news-list ul li:nth-child(2n){
	float: right;
}

.news-list ul li .time{
	width: 84px;
	border-right: 1px solid #d2d2d2;
	height: 76px;
	color:#999999;
	float: left;
}

.news-list ul li .time p{
	font-size: 58px;
	text-align: center;
	margin-top: -10px;
}

.news-list ul li .time span{
	display: block;
	font-size: 15px;
	margin-top: -10px;
	text-align: center;
}

.news-list ul li .intro{
	width: 385px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

.news-list ul li .intro h4{
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333;
	font-weight: normal;
}
.news-list ul li .intro p{
	color:#333;
	font-size: 13px;
	color:#999999;
	height: 40px;
	line-height: 20px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-list ul li:nth-child(-n+2){
	margin-top: 0;
}

.news-list ul li:hover{
	border: 1px solid #006CD8;
}

.news-list ul li:hover .time{
	color:#006CD8;
}

.news-list ul li:hover h4{
	color:#006CD8;
}


.in-news{
	margin-top: 0;
 	
}


.mssg-intro{
	width:820px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	width: 100%;
}

.mssg-intro form{
	width: 745px;
 	margin: 0 auto;
 	margin-top: 25px;
}
.mssg-intro form ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mssg-intro form ul li{
	height: auto;
	overflow: hidden;
	float: left;
	width: 225px;
	margin-left: 35px;
	margin-bottom: 20px;

}
.mssg-intro form ul li:first-child{
	margin-left: 0;
}
.mssg-intro form ul li p{
	float: left;
	font-size: 16px;
	line-height: 40px;
	color:#333333;
}
 

.mssg-intro form ul li input{
	width: 175px;
	height: 40px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius:5px;
	outline:none;
	text-indent: 5px;
	border-radius: 5px;

	font-family: '微软雅黑';
	float: left;
}
.mssg-intro form ul li:last-child{
	width: 100%;
	margin: 0;
}
.mssg-intro form ul li textarea{
	width: 695px;
	height: 150px;
	resize: none;
	outline: none;
	text-indent: 5px;
	border-radius: 5px;
	padding-top: 10px;
	border: 1px solid #dcdcdc;
	float: left;
}
.mssg-intro form .btn{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.mssg-intro form .btn input{
	width: 190px;
	height: 40px;
	letter-spacing: 5px;
	background: #999999;
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px;
	border-radius: 5px;
	color:#fff;
	 
	border: none;
}
.mssg-intro form .btn input:first-child{
	background: #2e89db;

}
/*
     FILE ARCHIVED ON 04:23:20 Feb 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:16:47 Nov 24, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 299.909
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.06
  cdx.remote: 0.059
  esindex: 0.01
  LoadShardBlock: 227.569 (3)
  PetaboxLoader3.datanode: 180.682 (4)
  PetaboxLoader3.resolve: 407.555 (2)
  load_resource: 440.315
*/