html,body{
	font-family:Tahoma, Arial, Geneva, sans-serif;
}
select,input,textarea,button{
	font-family:Tahoma, Arial, Geneva, sans-serif;
}


/*header*/
.head_top{
	height: 0.36rem;
	line-height: 0.36rem;
	color: #696969;
	font-size: 0.2rem;
	text-align: right;
	padding-right: 10px;
	background: #eee;
}
.head_top a{color: #696969; margin-left: 0.15rem;}
.header{
	width: 100%;
	height: 0.85rem;
}
.header_fix{
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 9;
	height: 0.85rem;
	box-shadow: 0 2px 3px rgba(115,115,115,.2);
}
.navbarBox{
	position: relative;
	z-index: 11;
	width: 100%;
	height: 0.85rem;
	padding: 0 0.2rem;
	background: #fff;
}
.navbar{
	width: 100%;
	position: relative;
	z-index: 11;
}
.menu_btn{
	display: block;
	width: 0.5rem;
	height: 0.83rem;
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.searchBtn {
	font-size: .26rem;
	display: inline-block;
	width: 0.45rem;
	height:0.45rem;
	color: #fff;
	border-radius: 0.45rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: #212d42;
	margin: 0.19rem 0 0 0;
}
.lag_btn{
	display: inline-block;
	width: 0.5rem;
	height:0.83rem;
	margin:0 .05rem ;
	color:#333;
	font-size: .3rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-right: 0.2rem;
}
.lag_btn img{
	display: block;
	height: 0.36rem;
	width: auto;
	margin: 0 auto;
}
.menu_btn img{
	display: block;
	height: 0.32rem;
	width: auto;
	margin: 0 auto;
}

.logo{
	float: left;
	display: -webkit-flex;
	display:flex;
	height: 0.83rem;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.logo img{
	display: block;
	height: 0.5rem;
	width: auto;
}
.menu {
	display: none;
	position: absolute;
	left: 0;
	top: .85rem;
	width: 100%;
	z-index: 10;
	color: #212d42;
}
.menu_dl{
	background: rgba(12,52,96,.9);
	padding: 0.1rem 0;
}
.drop_menu{
	font-size: .24rem;
	padding: .18rem 0.3rem;
	color: #fff;
	border-bottom: solid 1px #466586;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;	
}
.drop_menu_ico{
	display: none;
	width: 0.15rem;
	height: 0.09rem;
	background: url(../images/menu_ico.png) no-repeat center center;
	background-size: cover;
	margin:0.02rem 0.1rem 0 .1rem;
	overflow: hidden;
}
.menu_dl dd:last-child .menu_tt{
	border-bottom: none;
}

.subMenu{
	display: none;
	background: rgba(0,0,0,.24);
	padding: 0.1rem 0.2rem;
	margin: 0;
}
.subMenu a {
	font-size: .22rem;
	padding: .15rem .2rem;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	border-bottom: 1px solid #3b546d;
}
.subMenu a:before{
	content: "";
	display: block;
	width: 0.15rem;
	height: 0.09rem;
	background: url(../images/menu_ico.png) no-repeat center center;
	background-size: cover;
	margin:0.02rem 0.1rem 0 .1rem;
	overflow: hidden;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}

.subMenu a:last-child{
	border-bottom: none;
}

.menu_pro_down{
	display: none;
	max-height: 500px;
	overflow-y: scroll;
	padding: 0.3rem 0.3rem 0.15rem;
	background: rgba(0,0,0,.24);
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
.menu_pro_down_clm{
	padding-bottom: 0.25rem;
}
.menu_pro_down_clm_tt{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 0.22rem;
	margin-bottom: 0.12rem;
}
.menu_pro_down_clm_con a{
	line-height: 0.36rem;
	font-size: 0.2rem;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
}

.menu_pro_down_clm_con a:before{
	content: "";
	display: block;
	width: 0.15rem;
	height: 0.09rem;
	background: url(../images/menu_ico.png) no-repeat center center;
	background-size: cover;
	margin:0.02rem 0.1rem 0 .1rem;
	overflow: hidden;
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}


.search {
	padding: .3rem .3rem .2rem;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	top: .85rem;
	background: #f3f3f3;
	display: none;
}

.search_Box{
	height: .5rem;
	background: #f3f3f3;
	position: relative;
	border: 1px solid #9f9f9f;
	border-radius: 0.05rem;
}

.search_inp{
	height: .5rem;
	width: calc(100% - .7rem);
	padding: 0 .1rem;
	border: none;
	font-size: 0.2rem;
	background: none;
	line-height: .48rem;
}

.search_smt{
	position: absolute;
	right: 0;
	top: 0;
	width: .7rem;
	height: .5rem;
	background: none;
	border: none;
	z-index: 9;
	color: #fff;
	
}
.search_smt_ico{
	width: 0.7rem;
	height: 0.5rem;
	color: #9f9f9e;
	line-height: 0.5rem;
	text-align: center;
	font-size: .26rem;
	background: url(../images/search_ico.png) no-repeat center center;
	background-size: 0.24rem 0.24rem;
}
.search_words{
	color: #a59e9e;
	margin-top: .25rem;
}
.search_words p {
	overflow: hidden;
}
.search_words p a {
	color: #a59e9e;
	display: inline-block;
	margin: 0 .2rem .1rem 0;
}
/**lag***/
.language{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	top: .85rem;
	background: #f3f3f3;
}
.language_box{
	padding: 0.13rem;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
}
.language a{
	padding: 0 0.3rem;
	height: 0.4rem;
	color: #fff;
	font-size: 0.22rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin: 0 0.05rem;
}
.language a:nth-child(1){
	background: #0185ca;
}
.language a:nth-child(2){
	background: #ce1126;
}
.language a:nth-child(3){
	background: #fea700;
}


.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}


/*footer*/

.footer {
	width: 100%;
	padding: .2rem .2rem;
	background: #414141;
	margin-bottom: .715rem;
}
.footerText{
	color: #696969;
	font-size: 0.24rem;
	line-height: 0.28rem;
	text-align: center;
}
.footerText a{
	color: #696969;
}
.footerText .pic{
	display: block;
	width: 3.6rem;
	margin: 0 auto;
}
/*.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:2px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	width: 0.26rem !important;
    height: 0.26rem !important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 0.26rem !important;
    height: 0.26rem !important;
}*/


/*fix-nav*/

.fix_nav {
	width: 100%;
	height: 0.73rem;
	padding: 0 0.15rem;
	background: #323232;
	box-sizing: border-box;
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.fix_nav li{
	width:100%;
}
.fix_nav li a{
	width: 100%;
	height: 0.73rem;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}
.fix_nav li a .icon{
	color: #fff;
	height: 0.36rem;
	text-align: center;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 0.03rem;
}
.fix_nav li a .icon img{
	display: block;
	height: 0.3rem;
	width: auto;
	margin: 0 auto;
}
.fix_nav li a .text{
	color: #cbdcec;
	font-size: .24rem;
	font-family: verdana;
}


.search_box2{
	background: #3c83c1;
	padding: 0.1rem 0.15rem;
	margin-bottom: 0.1rem;
}
.search_box2 form{
	background: #2e6a9f;
}
.search_box2_inp{
	width: calc(100% - 0.55rem);
	height: 0.28rem;
	padding-left: 0.1rem;
	margin-top: 0.06rem;
	font-size: 0.2rem;
	color: #fff;
	border: none;
	background: none;
	border-right: 1px solid #569ddb;
}
.search_box2_btn{
	width: 0.44rem;
	height: 0.4rem;
	border: none;
	background:url(../images/search_ico.png) no-repeat center center;
}

/*index box01*/

.container {
	width: 100%;
	min-height: 8.5rem;
	overflow: hidden;
}
.ind_box1{
	margin: 0 0.1rem 0.1rem;
	background: #fff;
	padding: 0.1rem;
}
.pro_list1_box{
	position: relative;
	background: #fff;
}
.pro_list1_box .hd{
	display: none;
}
.pro_list1_box .prev,.pro_list1_box .next{
	position: absolute;
	left: 0.15rem;
	top:1.5rem;
	margin-left: 0;
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/pro_btn.png) no-repeat center center;
	background-size: 100% 100%;
}
.pro_list1_box .next{
	left: auto;
	right: 0.15rem;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.pro_list1 li{
	width: 100%;
}
.pro_list1 li .pic{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.pro_list1 li .tt{
	color: #303030;
	font-size: 0.26rem;
	margin-bottom: 0.1rem;
	margin: 0.2rem 0 0.1rem;
}
.pro_list1 li .text{
	line-height: 0.3rem;
	height: 0.6rem;
	color: #696969;
	font-size: 0.24rem;
}

.ind_box2{
	padding: 0.23rem 0.1rem;
	margin: 0 0.1rem 0.1rem;
	background: #fff;
}
.ind_title1{
	padding-bottom: 0.2rem;
}
.ind_title1 .tt{
	color: #303030;
	font-size: 0.28rem;
}
.case_list1{
	padding-bottom: 0.2rem;
}
.case_list1 dd a{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.case_list1 dd .pic{
	width: 1.5rem;
	height: 1.05rem;
	padding: 0.04rem;
	border: 1px solid #dcdcdc;
}
.case_list1 dd .tt{
	width: calc(100% - 1.65rem);
	color: #303030;
	font-size: 0.26rem;
	line-height: 0.34rem;
	height: 1.02rem;
	overflow: hidden;
}

.case_list2 dd{
	clear: both;
	display: block;
	font-size: 0.24rem;
	line-height: 0.3rem;
	margin-bottom: 0.15rem;
}
.case_list2 dd .icon{
	width: 0.06rem;
	height: 0.06rem;
	background: #0075c5;
	margin: 0.12rem 0.1rem 0 0;
}
.case_list2 dd .tt{
	float: left;
	width: calc(100% - 1.6rem);
}
.case_list2 dd .time{
	color: #696969;
}

.history_list1 dd{
	margin-bottom: 0.15rem;
}
.history_list1 dd a{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.history_list1 dd .pic{
	width: 1.5rem;
	height: 1.15rem;
	padding: 0.04rem;
	border: 1px solid #dcdcdc;
}
.history_list1 dd .con{
	width: calc(100% - 1.65rem);
}
.history_list1 dd .tt{
	font-size: 0.24rem;
	color: #303030;
	font-weight: bold;
	margin: 0.11rem 0 0.12rem;
}
.history_list1 dd .text{
	color: #696969;
	font-size: 0.22rem;
	line-height: 0.3rem;
}


.ind_title2{
	position: relative;
	overflow: hidden;
}
.ind_title2 .tt{
	line-height: 0.3rem;
	padding-right: 0.15rem;
	font-size: 0.26rem;
	background: #fff;
	position: relative;
	z-index: 2;
}
.ind_title2 .more{
	height: 0.3rem;
	line-height: 0.3rem;
	color: #fff;
	font-size: 0.24rem;
	background: #fff;
	position: relative;
	z-index: 2;
	background: #fff;
}
.ind_title2 .more span{
	padding: 0 0.1rem;
	margin-left: 0.15rem;
	background: #0075c5;
	border-radius: 0.3rem;
}
.ind_title2:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0.15rem;
	display: block;
	width: 100%;
	height: 0px;
	border-bottom: 1px dashed #bfbfbf;
}

.ind_box4_text{
	color: #696969;
	font-size: 0.22rem;
	line-height: 0.3rem;
	padding: 0.1rem 0;
}

.contact_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-flow:row wrap;
	-webkit-flex-flow:row wrap;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 0.1rem;
}
.contact_list dd{
	width: 50%;
	height: 0.36rem;
	line-height: 0.36rem;
	margin-bottom: 0.15rem;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
}
.contact_list dd .icon{
	display: block;
	width: 0.36rem;
	height: 0.36rem;
}
.contact_list dd .icon_tel{
	background: url(../images/tel_ico1.png) no-repeat center center;
	background-size: 0.22rem auto;
}
.contact_list dd .icon_fax{
	background: url(../images/fax_ico.png) no-repeat center center;
	background-size: 0.2rem auto;
}
.contact_list dd .icon_eml{
	background: url(../images/eml_ico.png) no-repeat center center;
	background-size: 0.24rem auto;
}
.contact_list dd .icon_tw{
	background: url(../images/tw_ico.png) no-repeat center center;
	background-size: 0.21rem auto;
}

.contact_list dd .text{
	width: calc(100% - 0.34rem);
	color:#696969;
	font-size: 0.24rem;
	padding-left: 0.1rem;
}
.contact_list dd:nth-child(3),.contact_list dd:nth-child(4){
	margin-bottom: 0;
}

/**location**/
.location{
	padding: 0.2rem 0.15rem;
	line-height: 0.3rem;
	color: #696969;
	font-size: 0.24rem;
}
.location a{
	color: #696969;
}
.location a:last-child{
	color: #3c83c1;
}


/**news_det***/
.new_det_box{
	background: #fff;
	padding-bottom: 0.2rem;
	margin-bottom: 0.15rem;
}
.news_det_title{
	font-size: 0.26rem;
	color: #252525;
	line-height: 0.3rem;
	margin-bottom: 0.18rem;
	font-weight: bold;
}
.news_det_date{
	color: #696969;
	line-height: 0.2rem;
	font-size: 0.22rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-content: center;
	position: relative;
	padding-bottom: 0.2rem;
}
.news_det_con{
	line-height: 0.32rem;
	color: #444;
	font-size: 0.22rem;
	padding: 0.1rem 0.1rem;
}
.news_det_con img{
	 max-width: 100%;
}


.news_det_page{
	padding: 0.2rem 0.1rem;
	background: #fff;
}
.news_det_page_clm{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-content: center;
	line-height: 0.24rem;
	margin-bottom: 0.2rem;
}
.news_det_page_clm .tt{
	line-height: 0.22rem;
	color: #303030;
	font-size: 0.22rem;
	font-weight: bold;
}
.news_det_page_clm a{
	display: block;
	width: calc(100% - 1.4rem);
	color: #3c83c1;
	font-size: 0.22rem;
	margin-top: -0.03rem;
}
.news_det_page .news_det_page_clm:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}


/**faq_list***/
.faq_list1{
	padding: 0 0.2rem;
}
.faq_list1 dd{
	padding: 0 0.1rem 0.15rem;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom: 0.2rem;
}
.faq_list1_clm1{
	line-height: 0.26rem;
	margin-bottom: 0.15rem;
}
.faq_list1_clm1 .icon{
	width: 0.16rem;
	height: 0.26rem;
}
.faq_list1_clm1 .icon1{
	background: url(../images/faq_ico1.png) no-repeat center center;
	background-size: 0.16rem auto;
}
.faq_list1_clm1 .icon2{
	background: url(../images/faq_ico2.png) no-repeat center center;
	background-size: 0.16rem auto;
}
.faq_list1_clm1 .text1{
	width: calc(100% - 0.24rem);
	color: #303030;
	font-weight: bold;
}
.faq_list1_clm1 .text2{
	width: calc(100% - 0.24rem);
	color: #696969;
}


.case_list3{
	padding: 0 0.1rem;
}
.case_list3 dd{
	padding-bottom: 0.15rem;
	border-bottom: 1px dashed #d2d2d2;
}


.pro_list2{
	padding:0.1rem;
}
.pro_list2 dd{
	padding: 0.15rem 0;
	border-bottom: 1px dashed #dcdcdc;
}
.pro_list2 dd a{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.pro_list2 dd .pic{
	width: 2rem;
}
.pro_list2 dd .pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.pro_list2 dd .con{
	width: calc(100% - 2.1rem);
	padding-left: 0.15rem;
}
.pro_list2 dd .tt{
	color: #003033;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.pro_list2 dd .text{
	line-height: 0.26rem;
	height: 1.04rem;
}

/***pro_det**/
.pro_det_t{
	margin:0 0.1rem 0.1rem;
	padding: 0.1rem;
	background: #fff;
}

.pro_det_btn{
	padding: 0.2rem 0.1rem;
}
.pro_det_btn_clm{
	float: left;
	margin-right: 0.15rem;
}
.pro_det_btn_clm img{
	max-width: 100%;
}
.pro_det_share{
	clear: both;
	padding-top: 0.2rem;
}
.pro_det_share .text{
	float: left;
	color: #303030;
	line-height: 16px;
	font-size:16px;
}

.pro_det_b{
	margin:0 0.1rem 0.1rem;
	background: #fff;
}
.pro_det_bars{
	border: 1px solid #d2d2d2;
}
.pro_det_bars a{
	float: left;
	width: 33.33%;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.22rem;
	text-align: center;
	border-right: 1px solid #d2d2d2;
	position: relative;
}
.pro_det_bars a:last-child{
	border: none;
}
.pro_det_bars a.hover{
	color: #da3131;
}
.pro_det_bars a.hover:after{
	content: "";
	position: absolute;
	left: 0;
	bottom:-1px;
	display: block;
	width: 100%;
	height:3px;
	background: #da3131;
}

.pro_det_tabs{
	padding:0.2rem 0.1rem 0.1rem;
}
.pro_det_b_title1{
	color: #303030;
	font-size: 0.24rem;
	font-weight: bold;
	padding-bottom: 0.18rem;
}
.pro_det_b_con{
	line-height: 0.28rem;
	color: #696969;
	padding-bottom: 0.2rem;
}
.pro_det_b_con table {
	background: #f5f5f5;
}
.pro_det_b_con table tr td{
	border: 1px solid #c9c8c8;
	line-height: 0.3rem;
	font-size: 0.22rem;
	padding:0.05rem;
}

.pro_det_inq{
	border-top: 1px solid #dcdcdc;
}

.pro_det_inq_tip,.pro_det_inq_title .red,.pro_det_inq_list dd .red{
	color: #ff1d1d;
	line-height: 0.4rem;
	font-size: 0.22rem;
}
.pro_det_inq_title{
	line-height: 0.4rem;
	background: #e8e8e8;
	margin-bottom: 1px;
	font-size: 0.22rem;
	padding: 0.1rem;
}
.pro_det_inq_area1{
	width: 100%;
	height: 1rem;
	padding: 0.1rem;
	resize: none;
	font-size: 0.22rem;
	color: #303030;	
	border: 1px solid #dcdcdc;
}
.pro_det_inq_list{
	padding: 0.2rem 0.1rem;
	background: #e8e8e8;
}
.pro_det_inq_list dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.pro_det_inq_list dd .tt{
	float: left;
	width: 1.4rem;
	text-align: right;
	line-height: 0.4rem;
	font-size: 0.22rem;
	padding-right: 0.1rem;
}
.pro_det_inq_inp{
	float: left;
	width: calc(100% - 1.4rem);
	height: 0.4rem;
	font-size: 0.22rem;
	padding-left: 0.1rem;
	border: 1px solid #dcdcdc;
}

.pro_det_inq_sub{
	display: block;
	height: 0.5rem;
	color: #303030;
	font-size: 0.24rem;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	background: #1989d3;
	border: none;
}

.contact_t{
	padding:0 0.1rem 0.3rem;
	overflow: hidden;
}
.contact_t table{
	margin-bottom: 0.2rem;
}
.contact_t table td{
	padding: 0.05rem;
	color: #696969;
	text-align: center;
	border: 1px solid #dcdcdc;
}
.contact_t table tr:nth-child(odd){
	background: #e8e8e8;
	text-align: center;
}


.news_list3{
	padding: 0 0.1rem;
}
.news_list3 dd{
	clear: both;
	display: block;
	font-size: 0.24rem;
	line-height: 0.3rem;
	padding: 0.2rem 0;
	border-bottom: 1px dashed #d2d2d2;
}
.news_list3 dd .icon{
	width: 0.3rem;
	height: 0.3rem;
	background:url(../images/news_ico.png) no-repeat center center;
	background-size: 0.18rem 0.18rem;
}
.news_list3 dd .tt{
	float: left;
	width: calc(100% - 1.8rem);
}
.news_list3 dd .time{
	color: #696969;
}
