*{
	box-sizing: border-box;
}
ul,li,h1,h2,h3,h4,h5,p,a{
	list-style: none;
	padding: 0;
	margin: 0;
	
}
body{
	background:#fff;
	margin: 0;
	min-width: 1250px;
	overflow: auto;
	font-family:MicrosoftYaHei;
	color: #000;
}
a{
	text-decoration: none!important;
	cursor: pointer;	
}
img{
	width: 100%;
	height: 100%;
}
.m-l-20{
	margin-left: 20px;
}
.bg-white{
	background: #fff;
}
/*Nav*/
nav{
	width:1280px;
	margin: 0 auto;
	height:60px;

}
.logo{
	margin: 8px 0 9px 0;
	width: 233px;
	height: 43px;
}
.nav{
	width: auto;
	float: right;
	height: 100%;
}
.nav>li{
	float: left;
	width:94px;
	height:30px;
	margin: 20px 0 0 20px;
}
.nav>li:first-child{
	width: 44px;
}
.nav>li>a{
	float: left;
	width: 100%;
	height: 100%;
	font-size:20px;
	color:#000;
	line-height:21px;
	padding: 0;
	opacity:0.8;
	text-align: center;
}
.nav>li.active a,.nav>li:hover a{
	color: #04509F;
	border-bottom: 1px solid #04509F;
	background: none;
}
/*Footer*/
#footer{
	width: 100%;
	height: 300px;
	background:rgba(33,165,227,1);
	padding-top: 70px;
	color:#fff;
	margin-top: 0;
}
.footer-main{
	width:1280px;
	margin: 0 auto;
	height: 100%;
}
.footer-left{
	float: left;
	margin: 8px 100px 0 0;
	width:140px;
}
.footer-left>h2{
	height: 36px;
	font-size:34px;
}
.footer-left>p{
	font-size:12px;
	line-height:24px;
}
.footer-center{
	float: left;
	width:520px;
	position: relative;
}
.footer-center:after{
	position: absolute;
	top: 18px;
	left: -5px;
	content: "";
	width:5px;
	height:125px;
	background:rgba(230,230,230,1);
}
.footer-center:before{
	position: absolute;
	top: 18px;
	right: -5px;
	content: "";
	width:5px;
	height:125px;
	background:rgba(230,230,230,1);
}
.footer-center>p{
	padding-left: 70px;
	height:40px;
	font-size:16px;
	line-height:40px;
}
.footer-right{
	width: 390px;
	float: right;
	margin: 6px 0 0 0;
}
.footer-link{
	width: 64px;
	float: left;
}
.footer-link>li>a{
	height:16px;
	font-size:16px;
	color: #fff;
	line-height:16px;
}
.footer-link>li>hr{
	margin-bottom: 10px;
	margin-top: 10px;
}
.footer-img{
	width:160px;
	height:160px;
	float: right;
	padding: 15px;
	position: relative;
}
.footer-img>div{
	width: 25px;
	height: 25px;
	position: absolute;
}
.div-1{
	left: 0;
	top: 0;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
}
.div-2{
	right: 0;
	top: 0;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
}
.div-3{
	right: 0;
	bottom: 0;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.div-4{
	left: 0;
	bottom: 0;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
/*QQ*/
#qq{
	position: fixed;
	width: 76px;
	height: 406px;
	top: 50%;
	margin-top: -203px;
	right: 0;
	z-index: 999;
}
#qq>div{
	width: 100%;
	height: 100px;
	margin-top: 2px;
	background:#cfcfcf;
	opacity:0.5;
	padding: 31px 20px;
}
#qq>div:first-child{
	margin-top: 0;
}
#qq>div>a{
	display: block;
	width: 35px;
	height: 34px;
	opacity:1;
}

.weChatImg{
	position: absolute;
	width: 100px;
	z-index: 250;
	display: none;
	left: -120px;
	top: 0;
}

/*
 * 首页
 */
/*Banner*/
#myCarousel{
	width:100%;
	max-width: 1920px;
	margin: 0 auto;
}

.model-title{
	margin: 0 auto;
	width:100%;
	height:79px;
	padding-top: 15px;
	position: relative;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	text-align: center;
}
.model-title>p{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	font-size:100px;
	line-height:80px;
	opacity:0.1;
	color:rgba(169,169,169,1);
	letter-spacing: 8px;
}
.model-title>h3{
	position: relative;
	margin: 0 auto;
	width:245px;
	height:49px;
	color: #000;
	font-size:50px;
	line-height: 49px;
}
.model-title>h3:after{
	position: absolute;
	top: 0;
	left: -40px;
	content: "";
	width: 5px;
	height: 49px;
	background: #0075A9;
}
.model-title>h3:before{
	position: absolute;
	top: 0;
	right: -40px;
	content: "";
	width: 5px;
	height: 49px;
	background: #0075A9;
}
/*Product*/
#product{
	width:1280px;
	margin: 0 auto;
	height: auto;
	padding: 80px 0;
	color:#fff;
}
.model-item{
	width: 100%;
	height: 370px;
	margin-top: 105px;
}
.model-item>li{
	width: 13.4%;
	margin: 0 1.6%;
	float: left;
	height: 100%;
	border-radius:50px;
}

.model-item>li:nth-child(odd){
	background:rgba(65,164,160,1);
	box-shadow:0px 0px 0px 9px rgba(65,164,160,0.7);

}
.model-item>li:nth-child(even){
	background:rgba(0,117,169,1);
	box-shadow:0px 0px 0px 9px rgba(0,117,169,0.7);
}
.model-item>li>a{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:#fff;
}
.model-img{
	width: 46px;
	height: 46px;
	margin: 36px auto;
}
.model-name{
	width: 100%;
	height: 110px;
	position: relative;
	font-size:20px;
	text-align: center;
	display: box;
    box-pack:center;
    box-orient:vertical;
    display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-orient:vertical;
}
.model-name:after{
	position: absolute;
	left: 20%;
	top: 0;
	content: "";
	width:60%;
	height:1px;
	border:1px solid #fff;
}
.model-name:before{
	position: absolute;
	left: 20%;
	bottom: 0;
	content: "";
	width:60%;
	height:1px;
	border:1px solid #fff;
}
.model-info{
	width:100%;
	text-align: center;
	margin-top: 20px;
	font-weight: normal;
	height:64px;
	font-size:12px;
	line-height:24px;
}
.more{
	width:317px;
	height:51px;
	background:rgba(18,95,180,1);
	opacity:0.8;
	border-radius:26px;
	margin: 90px auto 0 auto;

}  
.more>a{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 51px!important;
	font-size:24px;
	color:#fff;
	line-height:36px;

}
/*About Us*/   
#about{
	width:1280px;
	margin: 0 auto;
	position: relative;
}
#about>img{
	width: 100%;
}
.about-title{
	position: absolute;
	top: 80px;
	left: 0;
}
/*DYNAMIC*/
#dynamic{
	width:1280px;
	margin: 0 auto;
	height: auto;
	padding: 80px 0;
}
.dynamic-main{
	width: 100%;
	margin: 48px auto 0 auto;
	overflow: hidden;
}
.dynamic-more{
	width:100%;
	height:46px;
}
.dynamic-more>a{
	float: right;
	text-align: center;
	width:165px;
	height:46px;
	background:rgba(33,165,227,1);
	font-size:26px;
	color:#fff;
	line-height:46px;
}
.first-new{
	width:26%;
	margin-right: 2%;
	height:410px;
	background:rgba(246,246,246,1);
	position: relative;
	padding: 40px 21px 21px 21px;
	float: left;
}
.first-new:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width:20px;
	height:20px;
	background:rgba(231,45,22,1);

}
.first-new-title{
	width: 100%;
	height: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.first-new-title>a{
	color: #000000;
}
.first-new-date{
	margin-top: 20px;
	height:26px;
	font-size:12px;
	line-height:22px;
	opacity:0.7;
	padding-left: 8px;

}
.first-new-img{
	width: 100%;
	margin: 0 auto;
	height: calc(100% - 55px);
}
.second-new{
	width:20%;
	margin-right: 2%;
	height:345px;
	float: left;
}
.second-new>li{
	width: 100%;
	height: 190px;
	background:rgba(246,246,246,1);
	position: relative;
	padding: 17px;
}
p.second-new-date{
	width: 60px;
	height:14px;
	font-size:14px;
	font-family:MicrosoftYaHeiUI;
	color:rgba(4,80,159,1);
}
h2.second-new-date{
	width: 60px;
	height:40px;
	font-size:40px;
	font-family:MicrosoftYaHeiUI-Bold;
	font-weight:bold;
	color:rgba(33,165,227,1);
	line-height:50px;
}
.second-new>li>hr{
	border:1px solid rgba(18,95,180,1);
	margin-top: 10px;
	margin-bottom: 10px;
}
.second-new>li>h5{
	font-size:14px;
	opacity:0.8;
	line-height: 18px;
}
.second-new>li>h5>a{
	color: #000000;
}
.second-new>li>p.second-new-info{
	margin-top: 15px;
	font-size:12px;
	opacity:0.7;
	line-height: 16px;
}
.second-new>li:first-child{
	margin-bottom: 30px;
}
.second-new>li:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width:20px;
	height:20px;
	background:rgba(231,45,22,1);
}
.third-new{
	width:50%;
	height:410px;
	background:rgba(246,246,246,1);
	position: relative;
	padding: 28px;
	float: left;
}
.third-new>li{
	height: 92px;
}
.third-new>li>div{
	float: left;
}
.third-new>li>h5{
	line-height: 60px;
}
.third-new>li>h5>a{
	color: #000000;
}
.third-new>li>hr{
	border:1px solid rgba(18,95,180,1);
}
.third-new:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width:20px;
	height:20px;
	background:rgba(231,45,22,1);

}


/*product*/
.pro-main{
	width: 1280px;
	margin: 0 auto 90px auto;
}
.pro-title{
	margin: 75px auto;
	height:80px;
	font-size:50px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color: #000;
	line-height:80px;
	opacity:0.8;
	border-bottom: 2px solid rgba(15,123,173,1);
}
/*公共财政*/
#publicFinance h1{
	width: 400px;
}
/*财政监督*/
#financialSupervision h1{
	width: 500px;
}
/*阳光监督*/
#sunshineSupervision h1{
	width: 300px;
}
/*预算编审*/
#budgetEditing h1{
	width: 300px;
}
/*资产监督*/
#assetsSupervision h1{
	width: 600px;
}
/*清产核资*/
#capitalVerification h1{
	width: 400px;
}
/*产改服务*/
#service h1{
	width: 600px;
}



.pro-box{
	overflow: hidden;
}
.pro-img{
	width: calc(100% - 150px);
	float: right;
}

.progressBar{
	width: 86px;
	height: 350px;
	float: left;
	background: url(../../img/product_01.png) no-repeat;
	background-position: right top;
}
.progressBar li{
	font-size:14px;
	line-height:50px;
	position: relative;
}
.progressBar li a{
	color:rgba(35,163,222,1);
}
.progressBar li:after{
	position: absolute;
	right: 1px;
	top: 17.5px;
	content: "";
	width:15px;
	height:15px;
	background:rgba(248,248,248,1);
	border:2px solid rgba(170,170,170,1);
	border-radius:50%;
}
.progressBar li.active:after{
	background:rgba(35,163,222,1);
	border: none;
}

/*总经理寄语*/
#managerMessamge{
	padding-top: 50px;
}
#managerMessamge>div{
	width:1200px;
	height:424px;
	margin: 50px auto 100px auto;
	background:rgba(229,229,229,1);
	border-radius:30px;
	position: relative;
}
#managerMessamge>div>div{
	width:100%;
	height:424px;
	border:5px solid rgba(0,160,233,1);
	opacity:0.5;
	border-radius:30px;
	position: absolute;
	top: -18px;
	left: 18px;
	padding-top: 40px;
	overflow: auto;
}
#managerMessamge>div>img{
	width: 114px;
	height: 106px;
	position: absolute;
	right: 5px;
	bottom: 25px;
	
}
#managerMessamge>div>div>p{
	width:900px;
	font-size:18px;
	color:rgba(113,113,113,1);
	line-height:26px;	
	margin: 0 auto;
	text-indent: 2em;
	margin-top: 20px;
}
#managerMessamge>div>div>p:first-child{
	text-indent: 0;
	margin-top: 0;
}
#managerMessamge>div>div>p:last-child{
	width:158px;
	height:35px;
	font-size:18px;
	color:rgba(113,113,113,1);
	text-align: center;
	float: right;
	margin-right: 150px;
}

/*474蒙特卡罗新闻*/
#news{
	background:#effafe;
}
.newsNav{
	width: 600px;
	height: 60px;
	margin: 100px auto;
}
.newsNav>li{
	width:300px;
	height:58px;
	float: left;
	text-align: center;
	line-height: 50px;
	background:#fff;
	border:1px solid rgba(18,95,180,1);
	border-left:none;
}
.newsNav>li:first-child{
	border-left: 1px solid rgba(18,95,180,1);
}
.newsNav>li>a{
	font-size:24px;
	color:#000;
	opacity:0.8;	
}
.newsNav>li.active{
	background:rgba(18,95,180,1) url(../img/news_05.jpg) no-repeat;
	background-position: right center; 
}
.newsNav>li.active a{
	color:#fff;
}
.newsList{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.newsList>li{
	width: 22%;
	height: 300px;
	float: left;
	background:#fff;
	box-shadow:0px 3px 8px 0px rgba(88,105,155,0.42);
	border-radius:10px;
	margin: 20px 1.5%;
}
.newsList>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #000000;
}
.newsList>li>a img{
	width: 100%;
	height: auto;
}
.newsList>li>a>div{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.newsList>li>a h5{
	font-size:14px;
	line-height:18px;
	height:36px;
	opacity:0.8;	
	margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList>li>a p{
	font-size:12px;
	line-height:14px;
	height:28px;
	opacity:0.7;	
	margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList>li.active,.newsList>li:hover{
	background:#21A5E3;
	box-shadow:0px 13px 13px 5px rgba(88,105,155,0.42);
}
.newsList>li.active a,.newsList>li:hover a{
	color: #fff;
}


/*新闻详情*/
#news-detail{
	background:#effafe;
}
#breadcrumb{
	width: 85%;
	min-width: 1200px;
	margin: 0 auto;
	font-size: 18px;
	padding-top: 100px;
	color: #125FB4;
	border-bottom: 15px solid #21A5E3;
	position: relative;
}
#breadcrumb>a{
	color:rgba(108,108,108,1);
}
#breadcrumb i{
	margin: 0 10px;
}
#breadcrumb:after{
	width: 50%;
	height: 15px;
	background:rgba(15,123,173,1);
	position: absolute;
	bottom: -15px;
	left: 25%;
	content: "";
}
.news-detail-title{
	font-size:24px;
	color:rgba(28,28,28,1);
	opacity:0.8;
	text-align: center;
	width: 85%;
	min-width: 1200px;
	margin: 0 auto;
	margin-top: 34px;
	position: relative;
}
.news-detail-time{
	font-size:14px;
	color:rgba(28,28,28,1);
	opacity:0.8;	
	text-align: center;
	margin-top: 21px;
	margin-bottom: 6px;
}
.news-detail-info{
	width:1200px;
	margin: 30px auto;
	font-size:16px;
	color:rgba(28,28,28,1);
	line-height:28px;
	/*opacity:0.7;*/
	padding-bottom: 50px;
	border-bottom: 1px solid #BFBFBF;
}
.news-detail-img{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	
}
.news-detail-img>img{
	width: 30%;
	height: auto;
	margin: 10px 1.5%;
}
.upAndDown{
	width:1200px;
	margin: 7px auto;
	height:14px;
	font-size:14px;
	color:rgba(28,28,28,1);
	line-height:22px;
	opacity:0.7;

}
.upAndDown>a{
	color:rgba(28,28,28,1);
}
.upAndDown>a:hover{
	color: #125FB4;
}
.shareTo{
	position: absolute;
	right: 0;
	top: 0;
	font-size:14px;
	color:rgba(28,28,28,1);
	line-height: 24px;
}
.shareTo img{
	width: auto;
	height: auto;
}
.shareTo a{
	margin-left: 5px;
}

/*资料中心*/
.data-download-main{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: #f2f2f2;
}
.data-download-main>li{
	width: calc(20% - 5px);
	float: left;
	border-top: none;
	margin: 0 2.5px;
}
.data-download-main>li>h1{
	height: 130px;
	font-size:26px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(25,111,209,1);
	background: #ECECEC;
	position: relative;
}
.data-download-main>li>h1>img{
	width: auto;
	height: 130px;
	margin: 0 auto;
}
.data-download-main>li>h1>span{
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 130px;
	text-align: center;
	
}
.data-download-main>li>div{
	width:100%;
	height:430px;
	background:#fff;
	margin-top: 10px;
}
.data-download-main>li>div>p{
	font-size:20px;
	margin-top: 10px;
	line-height: 70px;
}
.data-download-main>li>div>p>a{
	color:rgba(38,127,227,1);
	border-bottom: 2px solid rgba(38,127,227,1);
}



/*公司招聘*/
#recruit{
	background: #eeeeee;
}

.recruit-A,.recruit-B{
	width: 1280px;
	margin: 0 auto;
}
.recruit-A .recruit-img{
	width: 50%;
	float: left;
	margin-right: 5%;
}
.recruit-A .recruit-detail{
	width: 45%;
	float: right;
}
.recruit-B .recruit-img{
	width: 47%;
	float: right;
}
.recruit-B .recruit-detail{
	width: 50%;
	float: left;
	margin-right: 3%;
}
.recruit-title h1{
	width:110px;
	height:100px;
	background:rgba(18,150,219,1);
	font-size:40px;
	font-family:AlternateGothicNo2BT-Regular;
	color:#fff;
	line-height:100px;
	text-align: center;
}
.recruit-title h2{
	height:25px;
	font-size:24px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:#000;
	line-height:22px;
	margin-top: 17px;
	position: relative;

}
.recruit-title h2:after{
	position: absolute;
	bottom: 0;
	left: 100px;
	content: "";
	width:1136px;
	height:3px;
	background:rgba(220,220,220,1);

}
.recruit-title h2 span{
	width:198px;
	height:35px;
	background:rgba(220,220,220,1);
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0;
	font-size:16px;
	font-weight: normal;
	color:rgba(18,150,219,1);
	line-height:35px;
	text-align: center;
	letter-spacing: 2px;
}
.recruit-title h2 span:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width:6px;
	height:35px;
	background:rgba(231,45,22,1);

}


.recruit-B .recruit-title{
	overflow: hidden;
}
.recruit-B h1{
	float: right;
}
.recruit-B .recruit-title{
	text-align: right;
}
.recruit-B .recruit-title h2{
	margin-top: 117px;
}
.recruit-B .recruit-title h2:after{
	right: 100px;
	left: auto;
}
.recruit-B .recruit-title h2 span{
	float: left;
	left: 0;
}
.recruit-B .recruit-title h2 span:after{
	left: 0;
}
.recruit-info{
	margin: 25px 0;
	overflow: hidden;
}
.recruit-img{
	box-shadow:0px 8px 8px 0px rgba(88,105,155,0.52);
}
.recruit-detail{
	color:rgba(0,0,0,1);
	letter-spacing: 2px;
}
.recruit-detail h5{
	font-size:16px;
	font-family:MicrosoftYaHei-Bold;
	font-weight: bold;
	line-height:32px;
}
.recruit-detail p{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:normal;
	line-height:25px;
}




/*联系我们*/
#contactUs{
	/*height: 2000px;*/
	position: relative;
}
.contactUs-form{
	width: 1280px;
	height: 950px;
	background:rgba(33,165,227,1);
	position: absolute;
	top: 738px;
	left: 50%;
	margin-left: -640px;
	padding-top: 74px;
	color:rgba(255,255,255,1);
}
.contactUs-title{
	width:203px;
	height:20px;
	font-size:24px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.contactUs-title:after{
	position: absolute;
	top: 5px;
	left: -7px;
	content: "";
	width:7px;
	height:17px;
	background:rgba(18,95,180,1);

}
.contactUs-title:before{
	position: absolute;
	top: 5px;
	right: -7px;
	content: "";
	width:7px;
	height:17px;
	background:rgba(18,95,180,1);

}
.contactUs-form h4{
	width: 1100px;
	margin: 80px auto 0 auto;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	padding-bottom: 15px;
}
.contactUs-form h4 span{
	float: left;
	width: 50%;
	font-size:28px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
}
.contactUs-form>div{
	width: 1100px;
	margin: 20px auto 70px auto;
	overflow: hidden;
}
.contactUs-info{
	width: 50%;
	float: left;
	
}
.contactUs-info li{
	line-height: 30px;
	font-size:16px;
	margin-top: 15px;
}
.contactUs-info i{
	float:left;
	width: 30px;
	color: #fff;
	font-size: 30px;
	margin-right: 14px;
}
.message{
	width: 50%;
	float: left;
}
.message>div{
	line-height: 30px;
	font-size:16px;
	margin-top: 15px;
}
.message label{
	float: left;
	width: 50px;
}
.message input,.message textarea{
	width:calc(100% - 50px);
	height:29px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	border: none;
	padding: 0 10px;
	color: #000;
	outline: none;
}
.message textarea{
	height: 160px;
	resize: none;
	padding: 10px;
}
.message button{
	width:107px;
	height:30px;
	float: right;
	font-size:14px;
	color:rgba(1,1,1,1);
	line-height:22px;
	opacity:0.8;
	background:rgba(255,255,255,1);
	border: none;

}
.contactUs-form p{
	font-size:16px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	text-align: center;
	margin: 42px auto 28px auto;
}
.contactUs-form img{
	width: 130px;
	height: 130px;
	display: block;
	margin: 0 auto;
}
.contactUs-map{
	width: 500px !important;
	height: 380px;
	position: absolute;
	left: 90px;
	bottom: -70px;
	background: green;
}
.contactUs-send{
	text-align: center;
	cursor: pointer;
	width: 107px;
	height: 30px;
	float: right;
	font-size: 15px;
	color: rgba(1,1,1,1);
	opacity: 0.8;
	background: rgba(255,255,255,1);
	border: none;
}







