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






.img-box{
	
	overflow: hidden;
}

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


















#header{

}

.header-1{
	height: 37px;
	line-height: 36px;
	border-bottom: 1px solid #ececec;
}
.header-1 .fl{
	font-size: 14px;
	color:#666;
}
.header-1 .fl span{
	font-size: 12px;
	padding-left: 5px;
}

.header-1 .fr{
	font-size: 12px;
	color:#999;
}
.header-1 .fr a{
	font-size: 14px;
	color:#666;

}
.header-1 .fr a:hover{
	color:#cd231b;
}
.header-2{
	height: 118px;
	background-color: #fff;
}
.logo{
	width: 462px;
	margin-top: 20px;
}
.logo img{
	display: block;
	width: 100%;
}
.search{
	width: 320px;
	margin-top:42px; 
	position: relative;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 36px;
	border:1px solid #cd251d;
	border-radius: 3px;
	padding: 8px 50px 8px 9px;
}
.search input[type="image"]{
	position: absolute;
	right: 14px;
	top: 12px;
	width: 14px;
}

.nav-wp{
	background-color: #cd251d;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 9%;
	position: relative;
	padding-left: 2px;
	background-image: url(../image/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:hover>a,.nav>ul>li.active>a{
	background-color:#af1e16; 
}


.nav>ul>li ul{
	position: absolute;
	left: 2px;
	right: 0;
	top: 50px;
	background-color: #cd251d;
	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:#af1e16; 
}










#main{
	
}

.fafa .slides>li{
	height:380px;
	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;
}

.tou-div{

	background-image: url(../image/tou.png); 
	background-repeat: no-repeat;
	background-position: left top;
}

.tou{
	background-color: #f7f7f7;
}

.ftou .slides>li {
	padding-top: 28px;
}
.ftou .slides>li h1{
	margin: 0;
    font-size: 24px;
    color: #cd231b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-weight: bold;

}
.ftou .slides>li h1 a:hover{
	text-decoration: underline;
}

.ftou .slides>li p{
	margin: 0;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
 	line-height: 1.8;
 	margin-top: 8px;

}

.ftou{
	height: 111px;
	padding:0 60px ;
}
.ftou .flex-control-nav{
	display: block;
	width: 7px;
	right: 0;
	bottom: auto;
	top: 50%;
	font-size: 0;
	margin-top: -23px;
}

.ftou .flex-control-paging li a{
	width: 7px;
	height: 7px;
	background-image: url(../image/arrow-b2.png);
}
.ftou .flex-control-paging li a:hover{
	background-image: url(../image/arrow-b2.png);

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

}

.ftou .flex-control-nav li{
	margin:0;
	margin-top: 12px;

}

.ftou .flex-control-nav li:first-child{
	margin-top: 0;
}

.main{
	padding: 23px 0;
}
.m20{
	margin-top: 20px;
}

.main-left{
	width: 830px;
	margin-right: 21px;
}

.main1-right{
	overflow: hidden;
}

.main-left1{
	width: 426px;
	margin-right: 21px;
}
.main-left2{
	overflow: hidden;
}
.main1-pic{
	display: block;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}
.main1-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
}

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


.fmain1-con{
	height: 48px;
	line-height: 48px;
	color:#fff;
	font-size: 16px;
	background-color: #cd231b;
	padding-left: 13px;
	padding-right: 100px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

.fmain1 .flex-control-paging li a{
	width: 10px;
	height: 10px;
	
}
.fmain1 .flex-control-paging li a:hover{
	background-image: url(../image/arrow-b3-h.png);

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

.bord{
	border:1px solid #ddd;
}
.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	
	border-bottom: 1px solid #ddd
}
.title-11 span{
	height: 43px;
	line-height: 43px;
	padding: 0	29px;
	font-size: 16px;
	float: left;
	color:#333;
	background-color: #f9f9f9;
}

.title-11 span.cur{
	color:#fff;
	background-color: #cd231b;

}
.title-11 span.fl{
	cursor: pointer;
}

.title-11 a.fr{
	width: 16px;
	height: 16px;
	background-image: url(../image/more.png);
	background-repeat: no-repeat;
	background-position: center ;
	display: none;
	margin-top: 13px;
	margin-right:12px; 
}
.title-11 a.fr:hover{
	background-image: url(../image/moreh.png);
}

.title-11 a.fr.frr{
	display: block;
}

.list-wp{
	padding: 18px 15px;
}
.list-wp .list{
	display: none;
}

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

.list ul{
	margin:0;
}

.list li{
	position: relative;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 40px;
    height: 22px;
    line-height: 22px;
    margin-top: 11px;
 
}
.list li:first-child{
	margin-top: 0;
}
.list li a{
 font-size: 14px;
    color: #666;
}

.list li a.tuia{
	font-size: 16px;
	color:#cd231b;
}
.list li a:hover{
	color:#cd231b;

}
.list li a b{
	font-weight: normal;
	color:#cd231b;
	padding-right: 5px;
}

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



.main-right{
	padding-left: 9px;
	overflow: hidden;
}
.main-right-hui{
	height: 756px;
	background-color: #f9f9f9;
	padding-top: 1px;
}

.title-22{
	position: relative;
}

.title-22 i{
	position: absolute;
	left: -9px;
	top: 0;
	width: 9px;
}

.title-22 i img{
	display: block;
	width: 100%;
}

.title-22 h1{
	margin:0;
	height: 38px;
	line-height: 38px;
	padding: 0	28px 0 19px;
	font-size: 18px;
	float: left;
	color:#fff;
	background-color: #cd231b;
}




.title-22 a.fr{
	width: 16px;
	height: 16px;
	background-image: url(../image/more.png);
	background-repeat: no-repeat;
	background-position: center ;

	margin-top: 15px;
	margin-right:12px; 
}
.title-22 a.fr:hover{
	background-image: url(../image/moreh.png);
}


.xinwen1{
	padding: 18px;
	padding-bottom: 5px;
}
.xinwen1-list1 ul{
	margin:0;
}

.xinwen1-list1 li{
	margin-bottom: 16px;
}
.tui-pic {
	width: 110px;
	margin-right: 14px;
}
.tui-pic a{
	display: block;
	padding-bottom: 75%;
	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-con h1{
	margin: 0;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.tui-con h1 a:hover{
	color:#cd231b;
}
.tui-con p{
	margin: 0;
    font-size: 14px;
    color: #999;
   	line-height: 1.8;
   	height: 50px;
    overflow: hidden;
    margin-top: 6px;
}


.main-left1-2{
	width: 383px;
}

.tui2{
	padding-bottom: 15px;
}

.tui2 .tui-con h1{
	color:#cd231b;
}
.tui2 .tui-con h1 a:hover{
	text-decoration: underline;
}

.list2 li{
	position: relative;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../image/list2.png);
 
}

.list2 li a{
 	font-size: 14px;
    color: #666;
}


.list2 li a:hover{
	color:#cd231b;
}




.title-33 h1{
	margin:0;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	padding-left: 14px;
	color:#cd231b;
	border-left: 5px solid #cd231b;
	float: left;

}




.title-33 a.fr{
	width: 16px;
	height: 16px;
	background-image: url(../image/more.png);
	background-repeat: no-repeat;
	background-position: center ;
	margin-top: 4px;
	margin-right:0px; 
}
.title-33 a.fr:hover{
	background-image: url(../image/moreh.png);
}


.xinwen2{
	padding: 21px 18px 0;
	background-image: url(../image/xinwen2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.list3{
	padding-top: 13px;
}
.list3 li{
	position: relative;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 11px;
    padding-left: 16px;
    background-repeat: no-repeat;
    background-position: left center;
        height: 22px;
    line-height: 22px;
    
 
}
.list3 li.cur{
	padding-left: 40px;
	background-image: url(../image/list3.jpg);
}
.list3 li a{
 	font-size: 14px;
    color: #666;
}
.list3 li.cur a{
	color:#cd231b;
	font-size: 16px;
}

.list3 li a:hover{
	color:#cd231b;
}



.dangqun-left{
	width: 436px;
}

.list-wp{
	overflow: hidden;
}

.dangqun-left{
	padding: 18px 15px 0;

}


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

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

.dangqun-pic a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 34px;
	line-height: 34px;
	background-image: url(../image/heidi.png);
	color:#fff;
	font-size: 14px;
	margin:0;
	z-index: 30;
	text-align: center;
}

.list4 ul{
	margin:0;
}
.list4{
	padding-top: 19px;
}
.list4 li{
	position: relative;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 40px;
    height: 22px;
    line-height: 22px;
    margin-top: 11px;
    padding-left: 44px;
 
}
.list4 li:first-child{
	margin-top: 0;
}
.list4 li a{
 font-size: 14px;
    color: #666;
}

.list4 li a:hover{
	color:#cd231b;

}


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

.list4 li i{
	position: absolute;
	height: 20px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0	5px;
    color:#fff;
    font-size: 12px;
    left: 0;
    top: 1px;
    background-color: #cd231b;
    font-style: normal;
}

.list4 li.cur{
	padding-left: 0;
}


.list4 li.cur a{
	 font-size: 16px;
	color:#cd231b;
}


.main-right-hui2{
	height: 723px;
}

.xinwen3 {
    padding: 18px;
    padding-bottom: 22px;

}
.xinwen3-dl dl{
	margin:0;
}

.xinwen3-dl dd:first-child{
	margin-top: 0;
}
.xinwen3-dl dd{
	margin-top: 14px;
}

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

.xinwen3-dl dd a:hover img{
	
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.xinwen1-list2{
	margin-top: 18px;
}
.main3-div{
	padding: 22px;

}
.main3-list-div-wp{
	position: relative;
	overflow: hidden;
}
.main3-list-div{
	position: absolute;
	left: -15000%;
	top: 0;
	width: 100%;
}
.main3-list-div.cur{
	position: static;
}

.main3-list .item>a{
	display: block;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}
.main3-list .item>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
}

.main3-list .item>a:hover img{
	
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main3-list .item>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 34px;
	line-height: 34px;
	background-image: url(../image/heidi.png);
	color:#fff;
	font-size: 14px;
	margin:0;
	z-index: 30;
	text-align: center;
}












#footer{
	
}


.footer-1{
	background-color: #fafafa;
	border-top: 1px solid #dcdcdc;
	padding: 22px 0;
}

.er{
	width: 110px;
	margin-right: 15px;
}
.er img{
	display: block;
	width: 100%;
}

.er-con{
	font-size: 14px;
	color:#333;
	overflow: hidden;
	line-height: 2.2;
	    padding-top: 9px;
}

.footer-1-right{
	width: 356px;
	float: right;
}


.foo-sel-dl dl{
	margin:0;

}


.foo-sel-dl dd+dd{
	margin-top: 13px;
}


.footer-1-left2 {
    width: 380px;
    margin-left: 40px;

    padding: 0 15px;
}

.footer-1-left2 h1 {
    margin: 0;
    font-size: 16px;
    color: #c61000;
    font-weight: 600;
    margin-bottom: 14px
}

.footer-1-left2 dl {
    margin: 0
}

.footer-1-left2 dd {
    font-size: 14px;
    color: #333;
    line-height: 26px;


}
















.footer-2{
	height: 54px;
	line-height: 54px;
	color:#fff;
	font-size: 14px;
	background-color: #cd231b;
}














#header-2{
	display: none;
	height: 75px;
	
	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(../image/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 6px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../image/jia2h.png);

}
.nav-2>ul>li:first-child{
	
}
.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;
}



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

	
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../image/heidi.png);
	display: none;
	
}









.banner-2{
	height: 379px;
	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 25px;
}


.menu{
	width: 240px;
	margin-right: 20px;
}

.menu-title{
	height: 80px;
	line-height: 80px;
	font-size: 21px;
	color:#fff;
	text-align: center;
	background-color: #cd231b;
}

.menu-list ul{
	margin:0;
}

.menu-list li{
	border:1px solid #dddddd;
	border-top: 0;
}

.menu-list li a{
	display: block;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	color:#666;
	background-repeat: no-repeat;
	background-position: 61px center;
	background-image: url(../image/menu.png);
}

.menu-list li.active a,.menu-list li:hover a{
	background-image: url(../image/menuh.png);
	color:#cd231b;

}

.erji-content{
	overflow: hidden;
	border:1px solid #ddd;
}

.erji-title{
	height: 49px;
	border-bottom: 1px solid #ddd;
}

.erji-title h1{
	margin:0;
	font-size: 18px;
	color:#cd231b;
	height: 20px;
	line-height: 20px;
	border-left: 4px solid #cd231b;
	margin-left: 18px;
	margin-top: 16px;
	padding-left: 16px;
}
.mian{
	font-size: 12px;
	color:#666;
	margin-top: 20px;
	margin-right: 20px;
}

.erji-content-div{
	padding:15px 20px 30px;
}




.news-list ul{
	margin:0;
}

.news-list li{
	position: relative;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 90px;
    height: 45px;
    line-height: 44px;
    border-top:1px dotted #ddd;
 
}
.news-list li:first-child{
	border-top: 0;
}
.news-list li a{
 font-size: 14px;
    color: #666;
}
.news-list li a:hover{
	color:#cd231b;

}

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

.fenye{
    border-top:1px dotted #ddd;
	padding-top: 20px;
}

.fenye ul{
	margin:0;
}



.pic-list{
	padding-bottom: 5px;
	padding-top: 5px;

}
.pic-list .col-sm-6{
	margin-bottom: 25px;
}
.pic-list .col-sm-6 a{
	display: block;
}
.pic-list .col-sm-6 h1{
	margin: 0;
    font-size: 14px;
    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:#cd231b;

}

.pic-pic{
	display: block;
	padding-bottom: 75.24%;
	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-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: 14px;
	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:#cd231b;

}

.contact{
	padding: 15px 25px 25px;
}



.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-bottom: 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;
}


.liuyan{
	margin-top: 25px;
	margin-right: 45px;
}

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


.zaixianshipin{
	padding: 18px;
}



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

.zaixianshipin>a>img{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	transition: .3s;
}
.zaixianshipin>a:hover>img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.zaixian-bo{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../image/heidi333.png);
	z-index: 60;
}
.zaixian-bo img{
	position: absolute;
	left: 50%;
	margin-left: -31px;
	width: 62px;

	top: 50%;
	margin-top: -31px;
}