/**************************************/

/*************[公用start]**************/

/**************************************/

#dl_left{
    position: fixed;
    width: 120px;
    left: 15px;
    top:50%;
    margin-top: -270px;
    z-index: 998;
}
#dl_left img{
    display: block;
    width: 100%;
}
#dl_right{
    position: fixed;
    width: 120px;
    right: 15px;
    top:50%;
    margin-top: -270px;
    z-index: 998;
}
#dl_right img{
    display: block;
    width: 100%;
}
/*主站变灰*/

/*html {

-webkit-filter:grayscale(100%);

-moz-filter:grayscale(100%);

-ms-filter:grayscale(100%);

-o-filter:grayscale(100%);

filter:grayscale(100%);

filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)

}

* {

-moz-filter: grayscale(100%); 

-ms-filter: grayscale(100%); 

-o-filter: grayscale(100%); 

filter: gray;

}*/

/*主站变灰*/



/*淘宝变灰*/

/* body, html {

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;

    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

    }*/



/*淘宝变灰*/



/*百度百科變灰*/





/*body.memorial>* {

    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

    -webkit-filter: grayscale(1)

}

*/





/*百度百科變灰*/

div.clear{

	clear: both;

	height: 0;

	width: 0;

}









a{

	text-decoration: none;

	color:inherit;

	cursor: pointer;

}



img{

	border:0;

	max-width: 100%;

}





div.wp{

	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */

	margin:0 auto;

}



.fl{

	float: left;

}



.fr{

	float: right;

}



.tran{

	transition: all .3s ease-out 0s;

}

.tver{

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}







/*图片中心放大代码区域*/



.img-box{/*图片盒子类名*/



	overflow: hidden;

}



.img-box img{

	transition: .3s;

	width: 100%;

	max-width: 100%;

}



.img-box:hover img{

	/*图片中心放大代码*/

	  -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}





/*图片中心放大代码区域*/





.imgbox_a{

	position:relative;

	padding-bottom: 100%;

	overflow:hidden;

	display: block;

}



.imgbox_a>img{

	position: absolute;

	left: 0;

	top: 0;

	width: 100%!important;

	height: 100%!important;

}

.imgbox_hover>img{

	/* ueco 时间曲线*/

	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */

	-webkit-transition: .3s;

	-moz-transition: .3s;

	-ms-transition: .3s;

	-o-transition: .3s;

	transition: .3s;



}

.imgbox_hover:hover>img{

	-webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);

}

/**************************************/

/************[公用over]****************/

/**************************************/









/*header-start*/

/**************************************************************/



#header{



}



.header-1{

	background-color: #f5f5f5;

}



.header-1 .fl{

	font-size: 14px;

	color: #666;

	height: 35px;

	line-height: 35px;

}

.header-1 .fr{

	font-size: 14px;

	color: #666;

	height: 35px;

	line-height: 35px;

}

.header-1 .fr a:hover{

	color: #005ca9;

}



.header-2{

	height: 111px;

	background-color: #fff;

}



.logo{

	width: 400px;

	margin-top: 24px;

}



.logo a,.logo img{

	display: block;

	width: 100%;

}





.search{

	width:323px;

	margin-top: 35px;

	position: relative;

}





.search input:focus{

	outline: none;

}



.search input[type="text"]{

	display: block;

	width: 100%;

	height: 42px;

	border:1px solid #d3d3d3;

	border-radius: 42px;

	font-size: 14px;

	color: #333;

	line-height: 1.428571;

	padding:6px 70px 6px 22px;

}



.search input[type="image"]{

	position: absolute;

	right:0px;

	top: 0px;

	width: 51px;

}



.nav-wp{

	position: relative;

	background-color:#005ca9;

	z-index: 500;

}

.nav ul{

	margin:0;

}

.nav>ul>li{

	float: left;

	width: 11.11111%;

	text-align: center;

	position: relative;

	background-image: url(../images/li.png);

	background-repeat: no-repeat;

	background-position: left center;

	font-size: 0;

	line-height: normal;

	text-align: center;

	padding-left: 1px;

}

.nav>ul>li:first-child{

	background-image: none;

	padding-left: 0;

}

.nav>ul>li>a{

	display:block;

	height: 60px;

	line-height: 60px;

	font-size: 16px;

	color: #fff;

	background-color:#005ca9;

}

.nav>ul>li:hover>a,.nav>ul>li.cur>a{

	background-color: #025092;

	transition: background-color .3s;

}

.nav>ul>li>a img{

	margin-top: -3px;

	margin-right: 10px;

}

.nav>ul>li>ul{

	position: absolute;

	left: 2px;

	right: 0px;

	top:100%;

	z-index: 600;

	background-color: #005ca9;

	border-top: 1px solid #005ca9;

	display: none;

}

.nav>ul>li>ul>li>a{

	display: block;

	padding: 10px 5px;

	text-align: center;

	line-height: 1.6;

	font-size: 14px;

	color:#fff;

	/*transition: .3s;*/

	text-align: center;

}

.nav>ul>li>ul>li>a:hover{

	background-color: #025092;

}











/**************************************************************/

/*header-over*/











/*main-start*/

/**************************************************************/



#main{



}



.fafa .flex-direction-nav a{

	width: 57px;

	height: 57px;

	margin-top: -29px;

}



.fafa .flex-direction-nav .flex-prev {

    left: 5%;

}

.fafa .flex-direction-nav .flex-next {

    right: 5%;

}

.main{

	padding: 40px 0;

}



.main1{

	background-color: #f5f5f5;

	padding: 30px 80px 25px 160px;

	position: relative;

}

.main1::before{

	position: absolute;

	width: 50px;

	top: 0;

	bottom: 0;

	background-color: #fff;

	content:"";

	left: 0;

}

.main1::after{

	position: absolute;

	width: 88px;

	height: 88px;

	background-image: url(../images/main1-bg.png);

	background-size: 100%;

	content:"";

	left: 0;

	top: 50%;

	margin-top: -44px;

}



.main1 h1{

	margin:0;

	font-size: 24px;

	color: #333;

	font-weight: bold;

	text-align: center;

	padding: 0 50px;

}

.main1 h1 a:hover{

	color: #005ca9;

}

.main1 p{

	margin:0;

	font-size: 14px;

	color: #666;

	line-height: 1.8;

	height: 3.6em;

	overflow: hidden;

	text-align: center;

	margin-top: 10px;

}



.mm40{margin-top: 40px;}





.main2-1{

	width: 680px;

	margin-right: 50px;

}



.fmain2 .imgbox_a{

	padding-bottom: 66.6%;

}

.fmain2 .imgbox_a h1{

	margin:0;

	position: absolute;

	width: 100%;

	left: 0;

	bottom: 0;

	z-index: 15;

	background-image: url(../images/landi.png);

	font-size: 18px;

	color: #fff;

	padding: 0 130px 0 32px;

	height: 52px;

	line-height: 52px;

}



.fmain2 .flex-control-paging li a{

	width: 8px;

	height: 8px;

}

.fmain2 .flex-control-nav{

	text-align: right;

	padding-right: 31px;

	height: 0;

	bottom: 30px;

}

.fmain2 .flex-control-nav li{

	margin:0;

}



.fmain2 .flex-control-nav li+li{

	margin-left: 13px;

}





.main2-2{

	overflow: hidden;

}

.title-11{

	padding-bottom: 13px;

}

.title-11 span.fl{

	height:48px;

	line-height: 48px;

	font-size:20px;

	color:#333;

	width: 164px;

	background-color: #f5f5f5;

	text-align: center;

	cursor: pointer;

	position: relative;

}



.title-11 span.fl+span.fl{

	margin-left: 4px;

}

.title-11 span.fl.cur{

	background-color: #005ca9;

	color:#fff;

}

.title-11 span.fl.cur::after{

	position: absolute;

	width: 13px;

	height: 7px;

	top: 100%;

	left: 50%;

	margin-left: -6px;

	background-image: url(../images/jiao2.png);

	background-size: 100%;

	content:"";

}

.title-11 a.fr{

	display: none;

	font-size: 14px;

	color: #999;

	margin-top: 15px;

}

.title-11 a.fr.frr{

	display: block;

}

.title-11 a.fr:hover{

	color: #005ca9;

}



.main2-2 .list01{

	margin-top: 0;

}

.main2-2 .list01 dd{

	height: 56px;

	line-height: 55px;

	padding-left: 17px;

	background-position: 0 center;

	padding-right: 65px;

}





.list01-wp .list01{display: none;}

.list01-wp .list01:first-child{display: block;}





.title-22{

	background-color: #ededed;

}

.title-22 .fl{

	height:54px;

	line-height: 54px;

	font-size:20px;

	color:#fff;

	font-weight: bold;

	padding: 0 30px;

	background-color: #005ca9;

}

.title-22 a.fr{

	font-size: 14px;

	color: #999;

	margin-top: 17px;

	margin-right: 12px;

}

.title-22 a.fr:hover{

	color: #005ca9;

}

.main3-list{

	margin-top: 28px;

}

.main3-list ul{

	margin:0;

	font-size: 0;

	white-space: nowrap;

	overflow: hidden;

}

.main3-list li{

	display: inline-block;

	width: 187px;

	height: 338px;

	background-color: #f5f5f5;

	position: relative;

	overflow: hidden;

	padding-left: 185px;

	transition: width .3s;
	vertical-align: top;

}

.main3-list li.cur{

	width: 652px;

}

.main3-list li{

	border-left: 2px solid #fff;

}



.main3-title{

	position: absolute;

	width: 185px;

	left: 0;

	top: 0;

	height: 338px;

	background-repeat: no-repeat;

	background-position: center;

	cursor: pointer;

}

.main3-title::after{

	position: absolute;

	width: 100%;

	left: 0;

	bottom: 0;

	content:"";

	height: 144px;

	background-repeat: repeat-x;

	background-position: left top;

	background-image: url(../images/landi2.png);

	z-index: 5;

}



.main3-title-con{

	position: absolute;

	width: 100%;

	left: 0;

	bottom: 0;

	z-index: 30;

	text-align: center;

	padding-bottom: 25px;

}

.main3-title-con h1{

	margin:0;

	font-size: 18px;

	color: #fff;

}

.main3-title-con h2{

	margin:0;

	font-size: 14px;

	color: #fff;

	opacity: 0.5;

	text-transform: uppercase;

	margin-top: 8px;

}

.main3-list-con{

	width: 467px;

	padding: 30px 30px 0;

}

.main3-list-con .list01{

	margin-top: 0;

}

.main3-list-con .list01 dd{

	height: 20px;

	line-height: 20px;

	border-bottom: 0;

	background-position: 0 center;

	padding-left: 15px;

	padding-right: 0;

}



.main3-list-con .list01 dd+dd{

	margin-top: 23px;

}















.main4-list .imgbox_a{

	padding-bottom: 27.381%;

}



.main-item{

	width: 48.57%;

}



.tui{

	padding: 25px 0;

}



.tui-pic{

	width: 182px;

	margin-right: 30px;

}



.tui-pic .imgbox_a{

	padding-bottom: 66.4835%;

}



.tui-con{

	overflow: hidden;

	padding-top: 8px;

}

.tui-con h1{

	margin:0;

	font-size: 16px;

	color: #333;

}

.tui-con h1 a:hover{

	color: #005ca9;

}



.tui-con h2{

	margin:0;

	font-size: 14px;

	color: #999;

	margin:14px 0 10px;

}



.tui-con p{

	margin:0;

	font-size: 14px;

	color: #666;

	line-height: 1.8;

	height: 3.6em;

	overflow: hidden;

}



.main-item .list01{

	margin-top: 0;

}

.main-item .list01 dd{

	height: 20px;

	line-height: 20px;

	border-bottom: 0;

	background-position: 0 center;

	padding-left: 15px;

}



.main-item .list01 dd+dd{

	margin-top: 20px;

}





.main6-list{

	margin-top: 25px;

}

.main6-list .item:hover .pic_h1{

	color: #005ca9;

}







.main6 .main-item.fr .pic_pic .imgbox_a::before{

	position: absolute;

	width: 100%;

	z-index: 10;

	left: 0;

	top: 0;

	height: 100%;

	background-color: #000;

	opacity: 0.4;

	content:"";

}



.main6 .main-item.fr .pic_pic .imgbox_a::after{

	position: absolute;

	width: 46px;

	z-index: 30;

	left: 50%;

	top: 50%;

	height: 46px;

	margin-left: -23px;

	margin-top: -23px;

	content:"";

	background-image: url(../images/bo.png);

	background-size: 100%;

}





.main1-title{

	background-color: #005ca9;

	font-size: 20px;

	color: #fff;

	font-weight: bold;

	text-align: center;

	padding: 10px 0

}





.danpian-h1{

	font-size: 28px;

	line-height: 1.6;

	color:#333;

	text-align: center;



}



.danpian-h2{

	font-size: 14px;

	line-height: 1.6;

	color:#999;

	text-align: center;

	border-bottom: 1px solid #eee;

	padding: 10px 0 15px;



}

.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{

	-webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

}

.danpian-con{

	font-size: 14px;

	line-height: 2;

	padding: 20px 0 20px;

}

.danpian-con *{

	font-size: 16px!important;

	line-height: 2!important;

}

.danpian-con img{

	display: block;

	margin:15px auto!important;

}

.danpian-con img[src*="fileTypeImages/icon"] {

    display: inline-block;

    margin: 0;

}



.dan-page{

	padding-top: 10px;

	border-top: 1px solid #eee;

}



.dan-a{

	margin-top: 12px;

	text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}



.dan-a a{

	font-size: 16px;

	color:#666;

}



.dan-a a:hover{

	color:#005ca9;

}



/**************************************************************/

/*main-over*/











/*footer-start*/

/**************************************************************/



#footer{



}



.footer-1{

	background-color: #005ca9;

	padding: 70px 0 50px;

}



.er{

	width: 105px;

	font-size: 14px;

	color: #fff;

	text-align: center;

	margin-top: 27px;

}

.er img{

	display: block;

	width: 100%;

	margin-bottom: 9px;

}





.foo1{

	width: 453px;

}

.foo-logo{

	width: 400px;

}

.foo-logo a,.foo-logo img{

	display: block;

	width: 100%;

}



.foo1-sel-wp{

	margin-top: 50px;

}



.foo1-sel{

	width: 48.5%;

}

.foo1-sel select:focus{

	outline: none;

}

.foo1-sel select{

	display: block;

	width: 100%;

	height: 45px;

	background-color: #4d8dc3;

	font-size: 14px;color: #fff;

	border:0;

	padding-left: 10px;

}



.foo2{

	width: 500px;

	margin-left: 170px;

	margin-top: 7px;

}



.foo2-h1{

	font-size: 16px;

	color: #fff;

	font-weight: bold;

}

.foo2-dl{

	padding-top: 10px;

}

.foo2-dl dl{

	margin:0;

}



.foo2-dl dd{

	padding-left: 27px;

	font-size: 14px;

	color: rgba(255,255,255,0.7);

	line-height: 2;

	background-repeat: no-repeat;

	background-position: 0 5px;

	margin-top: 7px;

}



.foo2-dd{

	overflow: hidden;

}





.footer-2{

	background-color: #015092;

	font-size: 14px;

	color: #fff;

	line-height: 1.8;

	padding: 20px 0;

}

.footer-2 a:hover{

	font-weight: bold;

}



/**************************************************************/

/*footer-over*/











/**************************************/

/********[特殊css样式要求区域]**********/

/**************************************/





#header-2{

	display: none;

	height: 75px;

	/*border-bottom:0px solid #035cac;*/

	box-shadow: 0 4px 8px -3px #000;

	position: fixed;

	top: 0px;

	left: 0;

	width: 100%;

	z-index: 1001;

	background-color: #fff;



}

.nav-2{

	display: none;

	background-color: #fff;

	position: relative;

	z-index:900;



}



.nav-2>ul>li{



	border-top: 1px dotted #ccc;

	position: relative;

}



.jiaspan{

	position: absolute;

	width: 30px;

	height: 30px;

	background-image: url(../images/jia2.png);

	background-repeat: no-repeat;

	background-position: center ;

	top: 5px;



	right: 14px;

}

.jiaspan.cur{

	background-image: url(../images/jia2h.png);



}

.nav-2>ul>li:first-child{

	/*border-top: 0;*/

}

.nav-2>ul>li>a{



	padding:8px 10px;

	display: block;

	font-size: 16px;

	width: 100%;

	color:#333;

	font-family: "anb";

	text-transform: uppercase;



}

.nav-2>ul>li>ul{

	padding-bottom: 10px;

	display: none;

}

.nav-2>ul>li>ul>li>a{

	padding: 6px 10px;

	display: block;

	font-size: 14px;

	padding-left: 25px;

	width: 100%;

	color:#666;

}

/*.downla-2 {

	padding: 5px 0 10px;

	display: none;

}

.downla-2 dd{

	padding-left: 30px;

}

.downla-2 dd a{

	font-size: 14px;

	display: inline-block;

	padding: 3px 0;

	width: auto;

}*/

/*.nav-2 li a:hover{

	color:#1a0d07;

}*/



.nav-2-form{

	padding: 10px;

	position: relative;

}

.nav-2-form input[type="image"]{

	position: absolute;

	right: 19px;

    top: 18px;

    width: 18px;



}



.nav-2-form .form-control{padding-right: 50px;}

.logo-2 {

   font-size: 0;

   width: 300px;

   margin-left: 15px;

   margin-top:15px;

}



.logo-2 img{

	display: block;

	width: 100%;

}





.menu2{



	margin-right: 15px;

	height: 75px;

	font-size: 0;



}

.menu2 li{

	cursor:pointer ;

	margin-left: 15px;

	float: right;

	margin-top: 29px;

}

.menu2 li+li{

	margin-top: 21px;

}

.menu2 li img{

	/*vertical-align: middle;*/





}



.chenggao{

		display: none;

		height: 75px;

	}





#nav-2-heidi{

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	z-index: 800;

	background-image: url(../images/heidi.png);

	display: none;



}















/**************************************/

/********[特殊css样式要求区域]**********/

/**************************************/







/*.banner-2{

	height: 400px;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

}*/

.banner-2 img{

	display: block;

	width: 100%;

}



.erji{

	padding: 55px 0 60px;

}



.menu{

	width: 292px;

	margin-right: 48px;

	

}

.menu-h1{

	font-size: 28px;

	color: #fff;

	font-weight: bold;

	text-align: center;

	background-color: #005ca9;

	padding: 30px 10px;

}



.menu-list{

	background-image: url(../images/menu-bg.png);

	background-repeat: no-repeat;

	background-position: center bottom;

	padding:20px 30px 73px;

	background-color: #ededed;


}

.menu-list dl{

	margin:0;

}



.menu-list dd>a{

	display: block;

	padding: 20px 5px;

	line-height: 1.6;

	font-size: 18px;

	color: #333;

	font-weight: bold;

	text-align: center;

	border-radius: 8px;

}

.menu-list dd+dd{

	border-top: 1px solid #d9d9d9;

}



.menu-list dd.cur>a{

	background-color: #ecab11;

	color:#fff!important;

}

.menu-list dd.cur{

	border-top: 0!important;

}

.menu-list dd.cur+dd{

	border-top: 0!important;

}

.menu-list dd>a:hover{

	color: #ecab11;

}



.erji-content{

	overflow: hidden;

}



.erji-title{

	border-bottom: 1px solid #e7e7e7;

	padding-bottom: 18px;

}



.erji-title h1{

	margin:0;

	font-size: 28px;

	color: #333;

	font-weight: bold;

	padding-left: 16px;

	background-repeat: no-repeat;

	background-position: left center;

	background-image: url(../images/h1.png);

}



.mianbaoxie{

	font-size: 14px;

	color: #999;

	padding-left: 18px;

	background-repeat: no-repeat;

	background-position: left center;

	background-image: url(../images/mian.png);

	margin-top: 6px;

}



.mianbaoxie span{

	color: #005ca9;

}

.list01{

	margin-top: 10px;

}

.list01 dl{

	margin:0;

}



.list01 dd{

	height: 65px;

	line-height: 64px;

	border-bottom: 1px dashed #ebebeb;

	padding-right: 100px;

	padding-left: 23px;

	background-repeat: no-repeat;

	background-position: 6px center;

	background-image: url(../images/jiao1.png);

	font-size:16px;

	color: #333;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	position: relative;

}



.list01 dd a:hover{

	color: #005ca9;

}



.list01 dd span.span_11{

	position: absolute;

	right:12px;

	top: 0;

	font-size: 14px;

	color: #999;

}



.fenye{

	text-align: center;

	margin-top: 65px;

}

.fenye ul{

	margin:0;

}



.pic_list dl{

	margin:0;

	margin-left: -3%;

}



.pic_list dd{

	float: left;

	width: 30.3333333%;

	margin-left: 3%;

	margin-top: 3%;

}



.pic_pic .imgbox_a{

	padding-bottom: 66.67%;

}



.pic_h1{

	font-size: 16px;

	color: #333;

	text-align: center;

	margin-top: 15px;

}



.pic_list dd:hover .pic_h1{

	color: #005ca9;

}





.xinwen-list dl{

	margin:0;

}



.xinwen-list dd{

	background-color: #f5f5f5;

	margin-top: 35px;

	padding: 20px;

}



.xinwen-pic{

	width: 240px;

	margin-right: 40px;

}



.xinwen-pic .imgbox_a{

	padding-bottom: 66.67%;

}



.xinwen-con{

	overflow: hidden;

	padding-top: 20px;

}



.xinwen-con h1{

	margin:0;

	font-size: 14px;

	color: #999;

}



.xinwen-con h1 img{

	margin-top: -5px;

	margin-right: 6px;

	width: 13px;

}



.xinwen-con h2{

	margin:0;

	font-size: 16px;

	color: #333;

	margin: 17px 0 15px; 

}



.xinwen-con h2 a:hover{

	color: #005ca9;

}



.xinwen-con p{

	margin:0;

	font-size: 14px;

	color: #666;

	line-height: 2;

	height: 4em;

	overflow: hidden;

}



.erji-content-div{

	margin-top: 35px;

}



.contact{

	border:1px solid #dcdcdc;

	padding: 25px;

}

.contact-con{

	padding:5px 10px 0;

}



.contact-title{

	font-size: 24px;

	color: #005ca9;

	font-weight: bold;

}



.contact-dl dl{

	margin:0;

}



.contact-dl dd{

	font-size: 16px;

	color: #333;

	padding-left: 35px;

	background-repeat: no-repeat;

	background-position: 0 1px;

	line-height: 1.8;

	margin-top: 18px;

}



.map-wp{

	height: 460px;

	margin-top: 35px;

}



.map{

	height: 100%;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

}





#totop{

	position: fixed;

	right: 30px;

	bottom: 30px;

	z-index: 798;

	opacity: 0;

	visibility: hidden;

}



#totop img{

	display: block;

	width: 100%;

}



#totop.cur{

	opacity: 1;

	visibility: visible;

}

.social-share .icon-wechat .wechat-qrcode{
        top: auto!important;
        bottom: -210px;
}

.social-share .icon-wechat .wechat-qrcode:after{
        bottom: auto;
        top: -14px;
        border-width: 6px 6px 8px 6px;
        border-color:  transparent transparent #f3f3f3 transparent;
}