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



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-0{
	background-color: #f5f5f7;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #000;
}

.header-0 a:hover{
	color: #dc3d23;
}




.header-1{
	height:105px;
	background-color: #fff;
}

.logo{
	width: 430px;
	margin-top: 12px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}




.search{
	width: 222px;
	height: 44px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center ;
	position: relative;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 60px;
	margin-top: 31px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 41px;
	background-color:transparent;;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
}

.search input[type="image"]{
	position: absolute;
	right:4px;
	top: 3px;
	width: 38px;
}

.nav-wp{
	position: relative;
	background-color:#dc3d23;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;

}
.nav>ul>li:first-child{
	background-image: none;
}
.nav>ul>li>a{
	display: block;
	height: 52px;
	line-height: 52px;
	font-size: 15px;
	color:#fff;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*background-color:#a90e00;*/
	background-color:#bb341e;
	

}

.nav>ul>li:hover, .nav>ul>li.active,
.nav>ul>li:hover+li, .nav>ul>li.active+li{
	background-image: none;
}

.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:52px;
	z-index: 600;
	background-color: #dc3d23;
	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: #2161a5;*/
	background-color:#bb341e;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li{
	height: 428px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img.phone-img{
	display: none;
	width: 100%;
}

/*.fafa .flex-control-paging li a{
	width: 17px;
	height: 17px;
	transition: .3s;
}

.fafa .flex-control-paging li a.flex-active{
	width: 47px;
}
.fafa .flex-control-nav li{
	margin:0 14px;
}
.fafa .flex-control-nav{
	bottom: 34px;
}*/


.fafa .flex-control-paging li a{
	width: 12px;
	height: 12px;
	/*transition: .3s;*/
}

.fafa .flex-control-nav li{
	margin:0 3px;
}
.fafa .flex-control-nav{
	bottom: 20px;
}



.pp30{
	padding: 30px 0;
}


.main1-1{
	background-color:#f7f7f7; 
}
.main1-1-title{
	width: 93px;
}


.main1-1-title img{
	display: block;
	width: 100%;
}
.main1-1-con{
	overflow: hidden;
	padding: 20px 80px 0;
	text-align: center;
}
.main1-1-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 0	15px;
}
.main1-1-con h1 a:hover{
	color: #dc3d23;
}

.main1-1-con p{
	margin:0;
	font-size: 13px;
	color: #666;
	margin-top: 13px;
}


.main1-2-left{
	width: 950px;
	margin-right: 28px
}

.main1-2-right{
	overflow: hidden;
}
.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.jpg);
}
.title-11 h1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	line-height: 23px;
	margin-top: 5px;

}

.title-11-more{
	width: 54px;
	margin-left: 20px;
	margin-top: 4px;
	height: 20px;
	line-height: 20px;
}

.title-11-more a{
	display: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/more1.png);
}
.title-11-more a:first-child{
	display: block;
}

.title-11-more a:hover{
	color: #f42122;
}

.title-11-dl dl{
	margin:0;
}
.title-11-dl {
	/*margin-top: 3px;*/
}
.title-11-dl dd{
	float: left;
	margin-left: 34px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	padding: 4px	4px 13px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.title-11-dl dd.cur{
	color: #f42122;
	background-image: url(../images/ddcur.png);
}


.fmain1-3 a.imgbox_a{
	padding-bottom: 9.83%;
}
.mm20{margin-top: 20px;}
.mm30{margin-top: 30px;}

.title-22{
	border:1px solid #e5e5e5;
}


.title-22 h1{
	margin:0;
	height: 37px;
	line-height: 37px;
	background-color: #dc3d23;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 111px;
	text-align: center;
}

.title-22 a.fr{
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	margin-right: 15px;
	margin-top: 11px;
}

.title-22 a.fr:hover{
	color: #f42122;
}

.main1-2-pic{
	width: 430px;
	margin-right: 30px;
}

.main1-2-pic .imgbox_a{
	padding-bottom: 69.77%;
}
.main1-2-pic .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 48px;
	line-height: 48px;
	padding: 0	90px 0 20px;
	color: #fff;
	font-size: 14px;
	background-image: url(../images/heidi.png);
	z-index: 80;
}

.fmain1-2 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 8px;
	bottom:27px;
}
.fmain1-2 .flex-control-paging li a{
	width: 10px;
	height: 10px;
	background-image: url(../images/arrow-b2.png);
}

.fmain1-2 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}
.fmain1-2 .flex-control-nav li{
	margin:0 5px;
}


.main1-2-con{
	overflow: hidden;
}

.tui1 h1{
	margin:0;
	font-size: 18px;
	color: #333;
}

.tui1 h1 a:hover{
	color: #f42122;
}
.tui1 h2{
	margin:0;
	font-size: 12px;
	color: #999;
	margin:14px 0 10px;
}

.tui1 p{
	margin:0;
	font-size: 13px;
	color: #999;
	line-height: 1.8;
	overflow: hidden;
	height: 46px;
}
.tui1 {
	padding-bottom: 14px;
	border-bottom: 1px dotted #c1c1c1;
}
.main1 .list01 {
	padding-top: 17px;
}
.list01 ul{
	margin:0;
}

.list01 li{
	margin-top: 14px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/list01.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:12px;
  overflow: hidden;
	position: relative;
	padding-right:90px;
	height: 22px;
	line-height: 22px;
}

.list01 li:first-child{
	margin-top: 0
}


.list01 li a{
	font-size: 14px;
	color:#333;
}
.list01 li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list01 li a:hover{
	color:#f42122;
}

.main1-2-div-wp .main1-2-div{display: none;}
.main1-2-div-wp .main1-2-div:first-child{display: block;}
.list02{
	border:1px solid #e5e5e5;
	border-top: 0;
	padding: 0	15px;
}

.list02 dl{
	margin:0;
}

.list02 dd{
	padding: 13px 0;
	border-top: 1px dotted #c1c1c1;

}
.list02 dd>a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 2;
	height: 56px;
	overflow: hidden;
}
.list02 dd>a:hover{
	color:#f42122;
}
.list02 dd:first-child{
	border-top: 0;
}

.main2{background-color:#f5f5f7; }

.main2-item{
	width: 49%;
}
.title-33{
	background-color: #fff;
}
.main3 .title-33{
	background-color: #f5f5f7;
}
.title-33 dl{
	margin:0;
}

.title-33 dd{
	float: left;
	width: 20%;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.title-33 dd.cur{
	color: #fff;
	font-weight: bold;
	background-color: #dc3d23;
}


.tui2{
	padding: 27px 0 25px;
}

.tui2-pic{
	width: 147px;
	margin-right: 16px;
}

.tui2-pic .imgbox_a{
	padding-bottom: 64.626%;
}



.tui2-con{
	overflow: hidden;
	padding-top: 9px;
}

.tui2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}

.tui2-con h1 a:hover{
	color: #f42122;
}


.tui2-con p{
	margin:0;
	font-size: 13px;
	color: #999;
	line-height: 1.8;
	overflow: hidden;
	height: 46px;
	margin-top: 8px;
}



.main2-div-wp .main2-div{display: none;}
.main2-div-wp .main2-div:first-child{display: block;}


.main2-1 a{
	display: block;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 33px 23px 0;
}

.main2-1  h1{
	margin:0;
	font-size: 26px;
	font-weight: bold;
	color: #dc3d23;
}


.main2-1  h2{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #dc3d23;
	text-transform: uppercase;
	margin-top: 10px;
}

.main2-2 a{
	display: block;
	height: 90px;
	line-height: 90px;
	background-color: #dc3d23;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.main2-2 a:hover{
	font-weight: bold;
}
.main2-2 a img{
	margin-top: -3px;
	margin-right: 14px;
}
.main2-2{
	margin-top: 18px;
}


.main3-1-dl dl{
	margin:0;
}

.main3-1-dl dd{
	margin-top: 19px;
	border:1px solid #eeeff0;
}

.main3-1-dl dd:first-child{
	margin-top: 0px;
}

.main3-1-dl dd>a{
	display: block;
	height:73px ;
	line-height: 73px;
	font-size: 16px;
	color: #000;
	padding-left: 100px;
	background-repeat: no-repeat;
	background-position: 41px center;
}
.main3-1-dl dd>a:hover{
	color: #dc3d23;
	font-weight: bold;

}














.title-44{
	background-color: #f5f5f7;
}


.title-44 h1{
	margin:0;
	padding: 0	23px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	background-color: #dc3d23;
	font-weight: bold;
	color: #fff;
}
.title-44 a.fr{
	font-size: 14px;
	color: #333;
	margin-right: 16px;
	margin-top: 13px;
}
.title-44 a.fr:hover{
	color: #dc3d23;
}


.main3-2-pic{
	border:1px solid #e7e7e7;
}
.main3-2-pic .imgbox_a{
	padding-bottom: 74.026%;
}

.main3-2-list .item h1{
	margin:0;
	text-align: center;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;color: #000;
}

.main3-2-list .item:hover h1{
	color: #dc3d23;
}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #343336;
	position: relative;
	z-index: 350;

}


.footer-1{
	padding: 30px 0;
	border-bottom: 1px solid #5b5a5d;
}


.footer-1 dl{
	margin:0;
	margin-left: -1%;
}

.footer-1 dd{
	float: left;
	width: 32.333333333%;
	margin-left: 1%;
	position: relative;
	padding-left: 105px;
	height: 42px;
}


.footer-1-div-title{
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 105px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	left: 0;
	top: 0;
}


.footer-1-ul{
	position: relative;
}

.footer-1-ul>span{
	display: block;
	height: 42px;
	line-height: 40px;
	border:1px solid #fff;
	padding-left: 20px;
	padding-right: 40px;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-image: url(../images/span.png);
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}


.footer-1-ul ul{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	border:1px solid #fff;
	bottom: 100%;
	border-bottom: 0;
	background-color: #343336;
	max-height: 191px;
	overflow: auto;
	display: none;
}

.footer-1-ul li>a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	padding: 8px 20px;
}

.footer-1-ul li>a:hover{
	background-color: #000;
}

.footer-2{
	padding: 20px 0 33px;
}

.er{
	width: 95px;
}

.er img{
	display: block;
	width: 100%;
}


.foo-con{
	overflow: hidden;
	padding-top: 8px;
	width: 865px;
}

.foo-logo{
	width: 130px;
	margin-right: 24px;
	margin-top: 12px;
}
.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}


.foo-dun{
	width:44px;
	margin-left: 30px;
	margin-top: 20px;
}
.foo-dun a,.foo-dun img{
	display: block;
	width: 100%;
}



.foo-con-p {
	overflow: hidden;
	font-size:14px;
	color: #afafaf; 
	line-height: 2;
}

.foo-con-p span{
	color: #fff;
	padding-left: 10px;
}

.foo-p{
	font-size: 14px;
	color:#fff;
	line-height: 2;
	margin-top: 15px;
	opacity: 0.6;
}

.foo-p span
{padding-left: 15px;}









/**************************************************************/
/*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;
	/*background-color: #0089d0;*/

}
.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: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 350px;
   margin-left: 15px;
   margin-top: 11px;
}

.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: 217px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 35px 0 50px;
}

.menu{
	width: 252px;
	margin-right: 40px;
}
.menu h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	height: 67px;
	line-height: 67px;
	background-color: #dc3d23;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li{
	border-top: 1px solid #fff
}
.menu li a{
	display: block;
	height: 48px;
	line-height: 48px;

	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
}
.menu li a:hover,.menu li.active a{
	background-color: #dc3d23;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #dc3d23;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #dc3d23;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#dc3d23;
}
.mianbaoxie span{
    color:#dc3d23;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 10px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#dc3d23;
}
.danpian{
	padding-top: 25px;
}

.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;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.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:#dc3d23;

}
.pic-item{
	margin-top: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#dc3d23;
}

.more1{
	margin-top: 25px;
}
.more1 a{
	display: block;
	width: 110px;
	height: 38px;
	line-height: 38px;
	background-color: #dc3d23;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin:0 auto;
}


.duilian{
	position: fixed;
	z-index: 888;
	top: 15px;
}
.duilian img{
	display: block;
	position: relative;
	z-index: 15;
}
.duilian1{
	left: 15px;
}

.duilian2{
	right: 15px;
}

.duil-close{
	position: absolute;
	right: 0;
	top: -15px;
	z-index: 35;
	font-size: 12px;
	color: #f00;
	height: 15px;
	line-height: 15px;
	width: 100%;
}

.duil-close span{
	cursor: pointer;
}
