div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




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

.img-box{/*图片盒子类名*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	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);
}


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





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




/*header-start*/
/**************************************************************/

#header{

}


.header-1{
	height: 100px;
	background-color: #fff;
}
.logo{
	width: 371px;
	margin-top: 21px;
}
.logo img{
	display: block;
	width: 100%;
}



.header-a  a{
	font-size: 14px;
	color:#666;

}
.header-a  a:hover{
	color:#c61000;
}

.header-right{
	margin-top: 20px;
	    width: 280px;
    text-align: right;
}
.form-1{
	margin-top: 10px;
	position: relative;
}

.form-1 input[type="text"]{


	padding-right: 34px;

}
.form-1 input[type="image"]{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 14px;
}

.form-1 input[type="image"]:focus{
	outline: none;
}
.nav-wp{
	background-color: #cc0000;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 9.75%;
	position: relative;
	padding-left: 2px;
	background-image: url(../images/li.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.nav>ul>li:first-child{
	padding-left: 0;
	background-image: none;
}

.nav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	transition: .3s;
}

.nav>ul>li#time{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	padding: 0!important;
	width: 22%!important;
}

.nav>ul>li:hover>a,.nav>ul>li.active>a{
	background-color:#8a0b00; 
}


.nav>ul>li ul{
	position: absolute;
	left: 2px;
	right: 0;
	top: 50px;
	background-color: #cc0000;
	z-index: 900;
	display: none;
}
.nav>ul>li ul>li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	transition: .3s;
}
.nav>ul>li ul>li>a:hover{
	background-color:#8a0b00; 
}
/**************************************************************/
/*header-over*/





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

#main{
	
}
.fafa .slides>li{
	height:363px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li>a{
	display: block;
	height: 100%;
}
.fafa .slides>li>a img{
	display: none;
	width: 100%;
}

.fafa .flex-control-nav{
	display: block;
	font-size: 0;
}


.smwai{
	height: 99px;
	border-bottom: 1px solid #e2e3e3;
}


.m23{
	margin-top: 23px;
}

.main{
	padding-bottom:30px;
}


.main1{
	background-color: #f5f5f5;
	border:1px solid #e2e3e3;
	padding: 25px 50px 20px;
}
.main1-title{
	font-size: 28px;
	font-weight: bold;
	color:#cc0000;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main1-title a:hover{
	text-decoration: underline;
}


.main1-dl dl{
	margin:0;
	margin-left: -3%;
}

.main1-dl dd{
	float: left;
	width: 30.33333333%;
	margin-left: 3%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.main1-dl dd a{
	font-size: 16px;
	color:#cc0000;
}
.main1-dl dd a:hover{
	/*text-decoration: underline;*/font-weight: bold;
}


.main-left{
	margin-right: 24px;
	width: 533px;
}


.fmain2 .slides>li>a{
	display: block;
	position: relative;
	padding-bottom: 68.67%;
}
.fmain2 .slides>li>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fmain2 .slides>li>a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42px;
	line-height: 42px;
	background-image: url(../images/heidi.png);
	font-size: 14px;
	color:#fff;
	padding-left: 16px;
	padding-right: 90px;text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 60;
    overflow: hidden;
}


.fmain2 .flex-control-nav{
	display: block;
	font-size: 0;
	bottom: 16px;
	text-align: right;
	padding-right: 13px;
}
.fmain2 .flex-control-nav li{
	margin:0 3px;
}

.fmain2 .flex-control-paging li a{
	width: 10px;
	height: 10px;
	
}












.main-right{
	overflow: hidden;
}
.title-11{
	border-bottom: 2px solid #cc0000;
}
.title-11 span{
	height: 40px;
	line-height: 40px;
	padding: 0	23px;
	font-size: 16px;
	color:#333;
	cursor: pointer;
}
.title-11 span.cur{
	background-color: #cc0000;
	color:#fff;
}

.title-11 a.fr{
	display: none;
	font-size: 12px;
	color:#999;
	margin-top: 12px;
}
.title-11 a.fr:hover{
	color:#cc0000;
}
.title-11 a.fr.frr{
	display: block;
}
.tui{
	padding: 18px 0;
	border-bottom: 1px dotted #e2e3e3;
}
.tui h1{
	margin: 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tui h1 a:hover{
	color:#cc0000;

}
.tui p{
	margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    overflow: hidden;
    height:44px;
    margin-top: 8px;
}

.list-wp .list{
	display: none;
}
.list-wp .list:first-child{
	display: block;
}
.list-wp .list_list{
	padding-top: 18px;

}

.list_list{
	overflow: hidden;
}
.list_list ul{
	margin:0;
}

.list_list li{
	position: relative;
	padding-right: 90px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 23px;
    line-height: 23px;
    margin-top: 12px;
}
.list_list li:first-child{
	margin-top: 0;
}
.list_list li a{
 font-size: 14px;
    color: #666;
}
.list_list li a:hover{
	color:#cc0000;

}

.list_list li span{
	 font-size: 14px;
    color: #999;
    font-family: "Arial";
    position: absolute;
    right: 0;
    top: 0;
}

.list-pic-wp{
	width: 170px;
	margin-right: 20px;
}
.list-pic{
	padding-top: 22px;
}
.list-pic a{
	display: block;
	padding-bottom: 70.6%;
	position: relative;
	overflow: hidden;
}
.list-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.list-pic a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 33px;
	line-height: 33px;
	background-image: url(../images/heidi.png);
	font-size: 12px;
	color:#fff;
	padding: 0	5px;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 60;
    overflow: hidden;
}


.title-22{
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/title-22.jpg);
}

.title-22 h1{
	float: left;
	font-size: 21px;
	color:#cc0000;
	margin:0;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	padding-right: 15px;
}

.title-22-a1{
	background-color: #fff;
	padding-left: 13px;
	padding-top: 5px;
}
.title-22-a1 a{
	float: left;
	width:86px;
	line-height: 28px;
	height: 30px;
	border:1px solid #dddddd; 
	text-align: center;
	font-size: 12px;
	color:#333;
	margin-left: 8px;
}
.title-22-a1 a:hover{
	background-color: #cc0000;
	color:#fff;
	border-color: #cc0000;
}

.lsgg{
	background-color: #f2f0f0;
	
	margin-top: 6px;
    margin-bottom: 10px;
}

.lsgg-title{
	width: 80px;
	height: 74px;
	background-color: #cc0000;
	color:#fff;
	font-size: 18px;
	text-align: center;
	padding: 17px 20px 0;
	line-height: 1.2;
}

.lsgg-div{
	overflow: hidden;
	padding: 17px 20px 0;

}

.lsgg-div h1{
	margin:0;
	font-size: 18px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lsgg-div h2{
	margin:0;
	font-size: 14px;
	color:#666;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 9px;
}
.lsgg-div h1 a:hover{
	color:#cc0000;

}

.title-22-a2 {
	background-color: #fff;
    padding-left: 13px;
    height: 40px;
    line-height: 40px;
}

.title-22-a2 a{
	font-size: 12px;
	color:#999;
}
.title-22-a2 a:hover{
	color:#cc0000;
}

.main-middle{
	width: 310px;
	margin-right: 24px;
}
.main-middle .list-wp .list_list li{
	padding-right: 0;
}
.main-middle .list-wp .list_list {
    padding-top: 5px;
}

.tui-pic{
	width: 120px;
	margin-right: 16px;
}
.tui-pic a{
	display: block;
	padding-bottom: 70.6%;
	position: relative;
	overflow: hidden;
}
.tui-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.tui-con{
	overflow: hidden;
	padding-top: 8px;
}

.tui .tui-con h1{
	font-size: 16px;
}
.tui .tui-con p{
	margin-top: 11px;
}

.main4 .tui{
	padding-top: 8px;
	padding-bottom: 10px;
}
.main4 .main-left .list-wp .list_list {
    padding-top: 6px;
}

.shipin-box{
	padding-top: 10px;
}
.shipin a{
	display: block;
	padding-bottom:55.8%;
	position: relative;
	overflow: hidden;
}
.shipin a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.shipin a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 36px;
	line-height: 36px;
	background-image: url(../images/heidi.png);
	font-size: 14px;
	color:#fff;
	padding: 0	15px;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 60;
    overflow: hidden;
}

.shipin-dl dl{
	margin:0;
	margin-left: -3%;
}

.shipin-dl dd{
	float: left;
	width: 30.33333333333333%;
	margin-top: 3%;
	margin-left: 3%;
}

.shipin-dl dd a{
	display: block;
	height: 78px;
	color:#fff;
	font-size: 14px;
	text-align: center;
	background-color: #cc0000;
	padding-top: 14px;
	transition: .3s;
}
.shipin-dl dd a img{
	display: block;
	margin:0 auto 8px;
}
.shipin-dl dd a:hover{
	background-color: #8a0b00;
}
/**************************************************************/
/*main-over*/





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

#footer{
	
}


.footer-1{
	background-color: #f5f5f5;
	border-top:1px solid #e2e3e3; 
	padding: 20px 0;
}

.footer-1-title{
	width: 93px;
	font-size: 16px;
	color:#cc0000;
	height: 42px;
	line-height: 42px;
}

.you-list{
	overflow: hidden;
}

.you-list dl{
	margin:0;
	margin-left: -3%;
}
.you-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}
.you-list dd select{
	height: 42px;
	padding: 8px 12px;
}

.footer-2{
	background-color: #cc0000;
	padding: 25px 0;
	color:#fff;
}

.er{
	width: 123px;
	height: 100px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/er-bg.png);
}

.er-pic img{
	display: block;
	width: 100%;
	height: 100px!important;
}

.footer-2-a{
	font-size: 14px;
	color:#fff;
	padding-bottom: 10px;
	padding-top: 10px;
}
.footer-2-a a{
	font-size: 14px;
	color:#fff;
}

.footer-p{
	font-size: 12px;
	line-height: 2.2;
}

/**************************************************************/
/*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: 6px;
	
	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:10px 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: 300px;
    margin-left: 15px;
    margin-top: 13px;
}

.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: 363px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}

.erji{
	padding: 35px 0;
}

.menu{
	width: 240px;
	margin-right: 34px;
	background-color: #cc0000;
	padding: 10px;

}

.erji-content{
	overflow: hidden;
}

.menu-title{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color:#fff;
	font-size: 21px;
}
.menu-list{
	background-color: #fff;
}
.menu-list ul{
	margin:0;
}
.menu-list li
{border-bottom: 1px solid #eeeeee}
.menu-list li:last-child{
	border-bottom: 0;
}
.menu-list li>a{
	display: block;
	height: 57px;
	line-height: 57px;
	text-align: center;
	color:#666;
	font-size: 16px;
}
.menu-list li.active{
	/*border-color: #cc0000;*/
	border-bottom:2px solid #cc0000;
}
.menu-list li.active>a,.menu-list li:hover>a{
	color:#cc0000;
}
.erji-title{
	padding-bottom: 12px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 5px;
}
.erji-title h1{
	font-size: 21px;
	color:#cc0000;
	margin:0;
	padding-left: 16px;
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.mian{
	font-size: 12px;
	color:#999;
	padding-left: 23px;
	background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
}

.news-list ul{
	margin:0;
}

.news-list li{
	border-bottom: 1px dotted #ddd;
	padding: 25px 0;
}

.news-pic{
	width: 204px;
	margin-right: 20px;
}
.news-pic a{
	display: block;
	padding-bottom: 70.6%;
	position: relative;
	overflow: hidden;
}
.news-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
}

.news-pic a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-con{
	overflow: hidden;
	padding-top: 15px;
}

.news-con h1{
	margin: 0;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-con h1 a:hover{
	color:#cc0000;

}
.news-con p{
	margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    overflow: hidden;
    height:50px;
    margin-top: 12px;
}

.news-con h2{
	margin: 0;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
}

.fenye{
	margin-top: 25px;
}

.fenye ul{
	margin:0;
}
.pic-list{
	padding-bottom: 25px;
	border-bottom: 1px dotted #DDD;
}
.pic-list .col-sm-6{
	margin-top: 25px;
}
.pic-list .col-sm-6 a{
	display: block;
}
.pic-list .col-sm-6 h1{
	margin: 0;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
    text-align: center;
}

.pic-list .col-sm-6 a:hover h1{
	color:#cc0000;

}

.pic-pic{
	display: block;
	padding-bottom: 70.6%;
	position: relative;
	overflow: hidden;
}
.pic-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
}

.pic-pic:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.danpian{
	padding-top:10px;
}
.danpian-h1{
	font-size: 24px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	padding: 10px 0;
}


.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	
}

.danpian-con{
	font-size: 16px;
	color:#666;
	line-height: 2;
	padding: 10px 0 20px;
}

.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: 14px;
	color:#666;
}

.dan-a a:hover{
	color:#cc0000;

}



.fazhan{
	padding-top: 19px;
	background-image: url(../images/fazhan1.jpg);
	background-repeat: no-repeat;
	background-position: 59px top;
	margin-top: 35px;
	padding-bottom: 25px;

}
.fazhan-list{
	background-image: url(../images/fazhan.jpg);
	background-repeat: repeat-y;
	background-position: 68px top;
	padding-top: 50px;
}

.fazhan-list ul{
	margin:0;
}

.fazhan-list li{
	margin-top: 50px;
	background-repeat: no-repeat;
	    background-position: 65px 9px;
	background-image: url(../images/fazhan2.jpg);
}
.fazhan-list li:first-child{
	margin-top: 0px;
}

.fazhan-date{
	width: 60px;
	font-size: 21px;
	color:#cc0000;
	font-family: "Arial";
	margin-right: 33px;
}

.fazhan-con{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 2;
}

.liuyan{
	margin-top: 25px;
}

.liuyan .form-group{
	margin-bottom: 20px;
}

.contact-con{
	margin-top: 25px;
}
.contact-con h1{
	font-size: 26px;
	color:#333;
	margin:0;
}

.contact-con-p p{
	margin:0;
}

.contact-con-p{
	font-size: 14px;
	color:#666;
	line-height: 2.2;
	margin-top: 15px;
}

.contact-map{
	margin-top: 25px;
}

.sanji-dl {
	padding-top: 15px;
	padding-bottom: 5px;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	
	margin-right: 10px;
	margin-bottom: 10px;
}
.sanji-dl dd>a{
	display: block;
	background-color: #f5f5f5;
	color:#666;
	font-size: 14px;
	padding: 0	15px;
	height: 40px;
	line-height: 40px;
}
.sanji-dl dd:hover a{
	color:#cc0000;
}
.sanji-dl dd.cur a{
	background-color: #cc0000;
	color:#fff;
}

.sanji-dl dd.cur:hover a{
	color:#fff;
}


.smwai-title{
	width: 100px;
	height: 98px;
	background-color: #cc0000;
	text-align: center;
	color:#fff;
	padding-top: 16px;
}
.smwai-title h1{
	margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.smwai-title h2{
	margin: 0;
    font-size: 12px;
    color: #f5cccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 7px 0;
}
.smwai-title h3{
	margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
   
}
.smwai-div{
	overflow: hidden;
	padding-top: 16px;
}

.smwai-div dl{
	margin:0;
}


.smwai-div *{
	font-family: "新宋体";
}
.smwai-div dd{
	float: left;
	width: 6.66666667%;
	text-align: center;
	height: 61px;
	border-left: 1px dotted #cccccc;
	padding-top: 14px;
}
.smwai-div dd:first-child{
	border-left: 0;
}
.smwai-div dd h1{
	margin: 0;
    font-size: 12px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.smwai-div dd h2{
	margin: 0;
    font-size: 12px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  	margin-top: 10px;
}


