html {
	height: 100%;
	border: none;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none outside none;
}
body {
	height: 100%;
	min-width: 1200px;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #484848;
	font-family: Arial, "microsoft yahei";
	background: #FFF;
}
div, ul, li, img, dl, dd, dt, p {
	padding: 0;
	margin: 0;
	border: none;
}
ul, dl {
	list-style-type: none;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #00a0e9;
	text-decoration: none;
}
.clear {
	clear: both;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.header {
	height: 157px;
}
.top {
	height: 36px;
	line-height: 36px;
	color: #666;
	border-bottom: 1px solid #e2e2e2;
}
.top a {
	padding: 5px 8px;
	color: #666;
}
.top ul {
	float: right;
}
.top ul li {
	float: left;
	padding: 0 10px;
}
.top .fr {
	position: relative;
}
.top .fr img {
	position: relative;
	top: 3px;
	margin-right: 4px;
}
#logo {
	height: 120px;
	width: 100%;
}
#logo .logo {
}
#logo .logo img {
	margin-top: 24px;
	height: 67px;
backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
#logo .company {
	padding-left: 15px;
	border-left: 1px solid #c4c4c4;
	height: 60px;
	margin-top: 25px;
	margin-left: 10px;
	padding-top: 5px;
}
#logo .company h2 {
	font-size: 18px;
	color: #00a0e9;
	font-weight: bold;
}
#logo .company h3 {
	font-size: 18px;
	margin-top: 5px;
	color: #666;
}
#logo .tel {
	background: url("../../images/icemen/tel.jpg") no-repeat left center;
	height: 120px;
	width: 200px;
	padding-left: 58px;
}
#logo .tel p {
	font-size: 16px;
	color: #666;
	margin-top: 35px;
}
#logo .tel p span {
	font-size: 30px;
	display: block;
	font-weight: bold;
	color: #f02129;
}
.nav {
	background: url("../../images/icemen/navbg.jpg") no-repeat top center;
	height: 68px;
}
.nav ul li {
	float: left;
	display: inline;
	text-align: center;
	font-size: 16px;
	position: relative;
	margin-top: 7px;
}

.nav ul li a {
	color: #FFF;
	display: block;
	width: 110px;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 2;
}
.nav ul li a:hover, .nav ul>li.on>a {
	color: #FFFFFF;
    display: block;
    background-color: #ff6637;
}
.nav ul li dl {
	margin: 0px;
	padding: 0;
	position: absolute;
	z-index: 999;
	display: none;
}
.nav ul li dl dt a {
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #252525;
	color: #fff;
}
.nav ul li dl dt a:hover {
	background: #00a0e9;
	color: #fff;
	display: block;
	width: 140px;
	height: 50px;
}
.nav ul .home {
	margin-left: 15px;
	padding-left: 15px;
}
.nav ul .on.home a {
	color: #FFF;
}
.nav ul .home a:hover {
	color: #FFF;
}
 .nav ul .home:after, .nav ul li:nth-child(1):after {
 display: none;
}
.banner {
	height: 550px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}
.banner .hd {
	height: 18px;
	position: absolute;
	width: 100%;
	z-index: 999;
	text-align: center;
	bottom: -20px;
}
.banner .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: #252525;
	border-radius: 8px;
}
.banner .hd ul li.on {
	background: #00a0e9;
}
.banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.banner .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 550px;
	display: block;
}
.banner .bd li a {
	width: 100%;
	height: 550px;
	display: block;
}
.mbx {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1
}
.mbx h1 {
	display: inline-table;
	float: left;
	line-height: 38px;
	font-size: 20px;
	color: #00a0e9;
	border-bottom: 3px solid #00a0e9;
}
.mbx p {
	display: inline-table;
	float: right;
	line-height: 40px;
}
.search {
	height: 70px;
	border-bottom: 1px solid #e2e2e2;
}
.search .fl {
	line-height: 70px;
}
.search .fl a {
	margin-right: 15px;
}
.search .fl span {
	color: #333;
	font-weight: bold;
}
.search .fr {
	width: 384px;
	height: 70px;
}
.search .fr input {
	width: 280px;
	height: 36px;
	border: 1px solid #eee;
	margin-top: 15px;
	padding-left: 3px;
	border-radius: 6px 0 0 6px;
	padding-left: 15px;
}
.search .fr button {
	width: 75px;
	height: 40px;
	background: url("../../images/icemen/search.jpg") no-repeat;
	border: none;
	position: relative;
	left: -10px;
	top: 14px;
}
.sec-title {
	text-align: center;
	padding: 40px 0;
	height: 40px;
	position: relative;
}
.sec-title h2 {
	font-size: 24px;
	color: #252525;
	font-weight: bold;
}
.sec-title h2 span {
	color: #00a0e9;
}
.sec-title p {
	font-size: 14px;
	margin-top: 10px;
}
.ys {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.ys .content {
	margin-top: 5px;
}
.ys .content dl {
	float: left;
	display: inline-block;
	margin-right: 14px;
	width: 237px;
	height: 110px;
	border: 1px solid #cccccc;
	padding: 30px 20px 30px 30px;
}
.ys .content dl:last-child {
	margin-right: 0;
}
.ys .content dl:hover {
	background: #00a0e9;
	color: #FFF;
}
.ys .content dl dt {
	float: left;
}
.ys .content dl dd {
	float: right;
	margin-top: 25px;
}
.ys .content dl dt h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.ys .content dl dt p {
	line-height: 35px;
}
.ys .content dl dt .more {
	width: 90px;
	height: 28px;
	display: block;
	line-height: 28px;
	text-align: center;
	background: #00a0e9;
	border-radius: 5px;
	margin-top: 15px;
}
.ys .content dl dt .more a {
	color: #FFF;
	width: 90px;
	height: 28px;
	display: block;
	border-radius: 5px;
}
.ys .content dl:hover h3 {
	color: #FFF;
}
.ys .content dl:hover .more a {
	background: #FFF;
	color: #00a0e9
}
.sec-titles {
	text-align: center;
	padding: 30px 0;
	height: 40px;
	position: relative;
}
.sec-titles h2 {
	font-size: 30px;
	color: #252525;
	font-weight: bold;
	background: url("../../images/icemen/line.png") no-repeat bottom center;
	padding-bottom: 10px;
}
.sec-titles p {
	font-size: 14px;
	margin-top: 8px;
}
.index-pro {
	padding: 0 0 30px;
	height: auto;
	overflow: hidden;
	background:#e8e8e8;
}
.index-pro .content {
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}
.index-pro .content .fl {
	width: 300px;
}
.index-pro .content .fr {
	width: 860px;
}
.index-pro .content .fl .title, .nav2 .content .fl .title {
	height: 70px;
	width: 100%;
	background: #005aab;
	color: #FFF;
	padding: 15px 0 0 0;
}
.index-pro .content .fl .title span, .nav2 .content .fl .title span {
	font-size: 28px;
	padding-left: 18px;
	display: block;
}
.index-pro .content .fl .title span i, .nav2 .content .fl .title span i {
	display: block;
	font-size: 14px;
	font-style: normal;
}
.index-pro .content .fl .contact {
	background: #00a0e9;
	text-align: center;
	padding: 20px 0;
}
.index-pro .content .fl .contact p {
	font-size: 18px;
	color: #FFF;
	margin-top: 10px;
}
.index-pro .content .fl .contact p span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.category {
	width: 100%;
	background: #FFF;
	height: auto;
	overflow: hidden;
}
.category h3 {
	line-height: 58px;
	width: 100%;
	height: 58px;
}
.category h3 a {
	float: left;
	line-height: 58px;
	color: #FFF;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	background: #484848 url("../../images/icemen/ico02.png") no-repeat 267px center;
	display: block;
}
.category h3.on a {
	background: #00a0e9 url("../../images/icemen/ico02.png") no-repeat 210px center;
	color: #FFF;
}
.category h3 span {
	float: left;
}
.category ul {
	display: none;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.category li {
	display: block;
	line-height: 40px;
}
.category li a {
	display: block;
	color: #666;
	font-size: 14px;
	padding-left: 58px;
}
.category li.on a {
	color: #00a0e9;
}
.index-pro .content .fr ul li {
	float: left;
	display: inline-block;
	margin-right: 23px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}
 .index-pro .content .fr ul li:nth-child(3n) {
 margin-right: 0
}
.index-pro .content .fr ul li .img {
	width: 269px;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}
.index-pro .content .fr ul li .img p {
	line-height: 50px;
	background: #005aab;
	text-align: center;
	color: #fff;
}
.index-pro .content .fr ul li .img img {
	width: 269px;
	height:213px;
}
.index-pro .content .fr ul li .mask {
	background: rgba(255, 102, 55, 0.8);
	display: none;
	text-align: center;
	width: 269px;
	height: 269px;
	position: absolute;
	left: 0;
	top: 0;
}
.index-pro .content .fr ul li:hover .mask {
	display: block;
}
.index-pro .content .fr ul li .mask h2 {
	font-size: 18px;
	line-height: 42px;
	padding-top: 100px;
}
.index-pro .content .fr ul li .mask .more {
	width: 120px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #FFF;
	border-radius: 15px;
	line-height: 30px;
}
.index-pro .content .fr ul li a:hover h2 {
	color: #FFF;
}
.index-pro .content .fr ul li a:hover .more {
	color: #FFF;
}
.liucheng {
	overflow: hidden;
	margin-bottom: 10px;
}
.liucheng ul li {
	float: left;
	display: inline-block;
	transition-duration: 0.8s;
	width:10.5%;
	border: 1px solid #cccccc;
	margin-right: 5px;
	text-align: center;
}
.liucheng ul li:last-child {
	margin-right: 0;
}
.liucheng ul li img {
	width:98%;
	margin:1%;
}
.liucheng ul li p {
	font-size: 16px;
	border-top: 1px solid #ccc;
	margin-top: 8px;
	line-height:35px;
}
.about {
	background: #333;
	height: 440px;
	overflow: hidden;
	padding: 27px 0;
}
.about .fl {
	float: left;
	display: inline-block;
	width: 622px;
}
.about .fr {
	float: right;
	display: inline-block;
	padding-top: 45px;
}
.about .fr img {
	width: 482px;
	border-radius: 10px;
	border: 15px solid #FFF;
}
.about .fl span {
	color: #4f5358;
	font-size: 30px;
	font-weight: bold;
}
.about .fl h2 {
	font-weight: bold;
	color: #FFF;
	position: relative;
	height: 30px;
}
.about .fl h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 3px;
	background: #00a0e9;
}
.about .fl .info {
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
	margin-top: 20px;
}
.about .fl .more {
	width: 136px;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	margin-top: 20px;
	background: #005aab;
	display: block;
}
.about .fl .more a {
	color: #FFF;
	padding-left: 36px;
}
.honor {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: -55px;
}
.honor .hd {
	height: 55px;
	overflow: hidden;
	width: 100%;
}
.honor .hd ul li {
	display: inline-block;
	width: 200px;
	height: 55px;
	font-size: 16px;
	line-height: 55px;
	margin-right: 12px;
}
.honor .hd ul li a {
	background: #f2f2f2;
	width: 200px;
	height: 55px;
	display: block;
	border-radius: 5px 5px 0 0
}
.honor .hd ul li a:hover {
	background: #00a0e9;
	color: #FFF;
}
.honor .hd ul li.on a {
	background: #00a0e9;
	color: #FFF;
}
.honor .bd {
	padding-top: 40px;
}
.honor .bd ul li {
	float: left;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	width: 285px;
	height: 189px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.honor .bd ul li img {
	max-width: 287px;
	height: 190px;
}
.index-news {
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}
.index-news .fl {
	width: 675px;
}
.index-news .fr {
	width: 500px;
}
.index-news .fr .tit {
	font-size: 14px;
	color: #999999;
}
.index-news .fr .tit span {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-right: 15px;
}
.index-news .fr .tit em {
	float: right;
	margin-top: 4px;
}
.index-news .fr .gun-news {
	padding-top: 20px;
}
.index-news .fr .gun-news ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.index-news .fr .gun-news h2 {
	background: url("../../images/icemen/wen.jpg") no-repeat left bottom;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	height: 29px;
	display: block;
	padding-left: 30px;
}
.index-news .fr .gun-news p {
	background: url("../../images/icemen/da.jpg") no-repeat left top;
	font-size: 14px;
	line-height: 26px;
	display: block;
	padding-left: 30px;
}
.tab-news .hd {
	float: left;
	display: inline;
	width: 125px;
	margin-right: 20px;
}
.tab-news .hd ul li {
	width: 75px;
	height: 164px;
	background: #00a0e9;
	margin-bottom: 1px;
	padding: 25px;
}
.tab-news .hd ul li h3 {
	font-size: 14px;
	padding-top: 15px;
	color: #FFF;
}
.tab-news .hd ul li h3 span {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	color: #FFF;
}
.tab-news .hd ul li .more {
	padding: 3px 5px;
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 15px;
}
.tab-news .hd ul li .more a {
	color: #FFF;
}
.tab-news .hd ul li.on {
	background: #005aab;
}
.tab-news .bd {
	float: left;
	display: inline;
	width: 520px;
}
.tab-news .bd dl {
	width: 490px;
	height: 165px;
	background: #f8f8f8;
	padding: 15px;
}
.tab-news .bd dl dt {
	float: left;
	display: inline;
}
.tab-news .bd dl dd {
	float: right;
	display: inline;
	width: 300px;
}
.tab-news .bd dl dd .date {
	font-size: 18px;
	color: #00a0e9;
	font-weight: bold;
}
.tab-news .bd dl dd .date span {
	display: block;
	font-size: 12px;
}
.tab-news .bd dl dd h4 {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0
}
.tab-news .bd dl dd p {
	line-height: 25px;
}
.tab-news .bd dl dt img {
	width: 162px;
	height: 162px;
}
.tab-news .bd ul {
	padding-top: 15px;
}
.tab-news .bd ul li {
	line-height: 40px;
}
.tab-news .bd ul li span {
	float: right;
}
.tab-news .bd ul li a:before {
	content: "●";
	font-size: 12px;
	margin-right: 7px;
	color: #00a0e9
}
.links {
	padding-bottom: 20px;
}
.links span {
	font-weight: bold;
	font-size: 18px;
}
.links a {
	margin-right: 15px;
}
.footer {
	background: #333333;
	height: 240px;
	overflow: hidden;
	padding-top: 45px;
	color: #bbbbbb;
}
.footer .fl h3 {
	color: #FFF;
	margin-bottom: 20px;
}
.footer .fl a {
	color: #bbbbbb;
}
.footer .fl a:hover {
	color: #0075c1;
}
.footer .dh {
	width: 220px;
	line-height: 30px;
}
.footer .dh ul li {
	float: left;
	width: 45%;
}
.footer .pro {
	width: 120px;
	margin-right: 50px;
	line-height: 30px;
	padding: 0 50px;
	border-right: 1px solid #484848;
}
.footer .contact {
	line-height: 30px;
}
.footer .fr h3 {
	background: #494949;
	width: 140px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.footer .fr img {
	height: 140px;
}
.copyright {
	background: #333333;
	padding: 15px 0;
	border-top: 1px solid #484848;
	color: #bbbbbb;
	text-align: center;
}
.copyright a {
	color: #bbbbbb
}
.kefu {
	position: fixed;
	right: -170px;
	top: 80%;
	z-index: 900;
}
.kefu li a {
	text-decoration: none;
	color: #FFF;
}
.kefu li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}
.kefu li i {
	background: url("../../images/icemen/fx.png") no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
}
.kefu li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin: 0;
}
.kefu .kefu-qq i {
	background-position: 4px 5px;
}
.kefu .kefu-tel i {
	background-position: 0 -21px;
}
.kefu .kefu-liuyan i {
	background-position: 4px -53px;
}
.kefu .kefu-weixin i {
	background-position: -34px 4px;
}
.kefu .kefu-weibo i {
	background-position: -30px -22px;
}
.kefu .kefu-ftop {
	display: none;
}
.kefu .kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}
.kefu .kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}
.kefu .kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}
.kefu .kefu-right {
	width: 20px;
}
.kefu .kefu-tel-main {
	background: #ff6637;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}
.kefu .kefu-main {
	background: #ff6637;
	width: 97px;
	height: 56px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}
.kefu .kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}
.kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}
.ban {
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.ban1 {
	height: 550px;
}
.ny {
	height: auto;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
}
.ny .fl {
	width: 300px;
	border: 1px solid #ccc;
}
.ny .fr {
	width: 860px;
}
.ny .fr p {
	line-height: 35px;
	font-size: 16px;
	text-align: justify;
	max-width:800px;
}
.ny .fr h2 {
	line-height: 42px;
	font-size: 18px;
}
.ny .fl .title {
	height: 70px;
	width: 100%;
	background: #005aab;
	color: #FFF;
	padding: 15px 0 0 0;
}
.ny .fl .title span {
	font-size: 28px;
	padding-left: 18px;
	display: block;
}
.ny .fl .title span i {
	display: block;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase
}
.ny .contact {
	background: #005aab;
	text-align: center;
	padding: 20px 0;
}
.ny .contact p {
	font-size: 18px;
	color: #FFF;
	margin-top: 10px;
}
.ny .contact p span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.ny .fr .title {
	line-height: 42px;
	border-bottom: 1px solid #e1e1e1;
}
.ny .fr .title span {
	font-size: 20px;
	color: #00a0e9;
	border-bottom: 3px solid #00a0e9;
	padding-bottom: 10px;
}
.ny .fr .title p {
	display: inline-block;
	float: right;
}
.ny .fr .tit {
	line-height: 38px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
}
.ny .fr .tit span {
	font-size: 18px;
	color: #00a0e9;
	border-bottom: 3px solid #00a0e9;
	padding-bottom: 8px;
}
.ny .fr .txt {
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	margin-top: 20px;
	padding: 15px;
}
.list {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.list_news {
	width: 100%;
	margin: 30px 0;
}
.text_news h2 {
	margin-bottom:10px
}
.list_news ul li {
	width: 100%;
	overflow:hidden;
	margin:20px 0;
}
.list_news ul li a div.img {
	width: 160px; /**height: 120px;**/
	float: left;
	margin-right:20px;
	border:1px solid #ccc
}
.text_news {
	width: 678px;
	float: left;
}
.tow_1 {
}
.tow_2 {
}
.list ul li {
	margin-bottom: 30px;
}
.list ul li a div.img {
	border: 1px solid #e1e1e1;
}
.list ul li a {
	width: 100%;
}
.list h2 {
	font-size: 20px;
	line-height: 50px;
	background: #00a0e9;
	color: #fff;
}
.list1 h2 {
	font-size: 16px;
	line-height: 50px;
	background: #00a0e9;
	color: #fff;
}
.img {
	overflow: hidden;
}
.img img {
	max-width: 99%;
	margin: 2px;
	display: block;
}
.img img1 {
	width: 100%;
	max-width: 100%;
	margin: 0px;
	display: block;
}
.list-1 dl {
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0;
}
.list-1 dl dt {
	line-height: 35px;
	font-size: 16px;
}
.list-1 dl dt:before {
	content: '■';
	font-size: 12px;
	margin-right: 5px;
	color: #00a0e9;
	position: relative;
	top: -3px;
}
.list-1 dl dt span {
	float: right;
	font-size: 14px;
}
.list-1 dl dt a {
	font-weight: bold;
}
.list-1 dl dd {
	color: #999;
}
.list-2 {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.list-2 ul li {
	float: left;
	display: inline-block;
	margin-right: 27px;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
 .list-2 ul li:nth-child(3n) {
 margin-right: 0
}
.list-2 ul li .img {
	width: 266px;
	height: 190px;
	border: 1px solid #c1c1c1;
}
.list-2 ul li img {
	max-width: 100%;
	height: 190px;
}
.list-2 ul li p {
	margin-top: 5px;
}
.news {
	padding: 0px 0 0;
}
.news h1 {
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
}
.news .date {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}
.news .date span {
	padding: 0 15px;
}
.news .info {
	padding: 10px 0 0;
	line-height: 25px;
}
.news .info p {
	font-size: 16px;
	margin: 0 5px;
	line-height: 40px;
}
.news .info img {
	width:100%;
	max-width:800px;
	border:1px solid #e8e8e8;
	margin: 0 5px;
}
.tags {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	height: 35px;
	line-height: 35px;
}
.tags span {
	font-weight: bold;
}
.tags a {
	margin-right: 15px;
}
.page {
	line-height: 50px;
}
.page span {
	float: right;
}
.xg-pro {
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.xg-pro ul li {
	float: left;
	display: inline-block;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.xg-pro ul li img {
	width: 200px;
	height: 200px;
	border:1px solid #e8e8e8;
}
.xg-pro ul li p {
	border:1px solid #e8e8e8;
	line-height: 40px;
}
.xg-news {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.xg-news ul li {
	float: left;
	display: inline-block;
	width: 47%;
	margin-right: 3%;
	line-height: 25px;
}
.xg-news ul li:before {
	content: '■';
	font-size: 12px;
	margin-right: 5px;
	color: #00a0e9;
	position: relative;
	top: -10px;
}
.xg-news ul li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 240px;
	display: inline-block;
}
.xg-news ul li span {
	float: right;
}
.xg-area {
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}
.xg-area ul li {
	float: left;
	display: inline-block;
	margin-right: 25px;
	line-height: 25px;
}
.pro {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 30px;
}
.pro .img {
	float: left;
	display: inline-block;
	width: 50%;
}
.pro .text {
	float: right;
	display: inline-block;
	width: 48%;
}
.pro .text h1 {
	font-size: 24px;
	padding-top: 20px;
}
.pro .text .desc {
	padding: 20px 0;
	/*height: 150px;*/

    font-size: 16px;
	line-height: 25px;
}
.bg table {
	border: 1px solid #dcdcdc;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	margin-bottom: 20px;
	display: block;
}
.bg table tr td {
	width: 330px;
	border: 1px solid #dcdcdc;
	border-width: 0 1px 1px 0;
	padding: 0 20px;
	margin: 2px 0 2px 0;
	height: 36px;
	background: #fff;
	text-align:left;
}
.bg table tr td.bgtd {
	width: 180px;
	background: #484848;
	color: #fff;
	text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.pro .text .btn {
	width: 120px;
	height: 40px;
	background: #00a0e9;
	color: #FFF;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.pro-content .tits {
	border-bottom: 1px solid #e1e1e1;
	height: 40px;
	width: 100%;
	font-size: 18px;
}
.pro-content .tits span {
	background: #00a0e9;
	color: #FFF;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.pro-content .info {
	padding: 20px 0;
}
.up_down {
	width: 100%;
	line-height: 40px;
	height: 40px;
	margin-top: 30px;
}
.up_down li {
	width: 49%;
	padding-left: 1%;
	display: inline-table;
	float: left;
}
.down {
	float: right;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url("../../images/icemen/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.pc-slide {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.view .swiper-slide .imgauto {
	margin-top: 30px;
	width: 100%;
	height: 350px;
	position: relative;
}
.view .swiper-slide .imgauto img {
	border: 1px solid #ccc;
	max-width: 98%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	width: 80%;
	margin: 0 10%;
	overflow: hidden;
}
.preview .swiper-slide {
	width: 22.5%;
	padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: block;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.preview .slide6 {
	width: 82px;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #00a0e9;
}
.preview .arrow-left {
	background: url("../../images/icemen/prev1.png") no-repeat left center;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url("../../images/icemen/next1.png") no-repeat left center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
 transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #00a0e9;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
.pagination {
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}
.pagination ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}
.pagination ul li {
	float: left;
	font-family: 'microsoft yahei';
	margin: 0 2px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #d8dadf
}
 .pagination ul li:nth-child(1) {
 padding: 0 10px
}
 .pagination ul li:nth-child(1) a {
 padding: 0
}
.pagination ul li a {
	color: #555;
	display: block;
	padding: 0 10px;
}
.pagination ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333
}
.pagination ul li:hover a {
	color: #fff
}
.pagination ul li:hover a:hover {
	color: #fff;
	text-decoration: none
}
.pagination ul li.thisclass {
	background-color: #333;
	color: #fff;
	border: 1px #333 solid;
	padding: 0 10px
}
.pagination ul li:last-child {
	padding: 0 10px
}
.pagination ul li:last-child a {
	padding: 0
}
.pagination ul li.thisclass a {
	color: #fff;
	padding: 0
}
.pagination .pageinfo {
	line-height: 30px;
	padding-left: 5px
}
.pagination strong {
	font-weight: 400
}
/*两列49*/

.l2_1, .l2_2 {
	width: 48.5%;
}
.l2_1 {
	float: left;
}
.l2_2 {
	float: right;
}
/*三列32*/

.l3_1, .l3_2, .l3_3 {
	width: 32%;
}
.l3_1 {
	float: left;
	margin-right: 2%;
}
.l3_2 {
	float: left;
}
.l3_3 {
	float: right;
}
/*四列23.5*/

.l4_1, .l4_2, .l4_3, .l4_4 {
	width: 23.5%;
}

.l4_1, .l4_2 {
	float: left;
	margin-right: 2%;
}
.l4_3 {
	float: left;
}
.l4_4 {
	float: right;
}
/*五列18.4*/

.l5_1, .l5_2, .l5_3 {
	float: left;
	margin-right: 2%;
}
.l5_4 {
	float: left;
}
.l5_5 {
	float: right;
}
/*六列15*/

.l6_1, .l6_2, .l6_3, .l6_4, .l6_5, .l6_6 {
	width: 15%;
}
.l6_1, .l6_2, .l6_3, .l6_4, .l6_5 {
	float: left;
	margin-right: 2%;
}
.l6_6 {
	float: right;
}
/*缩放*/

.sf {
	cursor: pointer;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.sf06 {
	cursor: pointer;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.sf1 {
	cursor: pointer;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.sf:hover {
	transform: scale(1.2);
}
.nav2 {
	position: fixed;
	left: 0;
	width: 300px;
	top: 0px;
	z-index: 4147483647;
}
.index-bot {
	width: 100%;
	height: auto;
	background: url("../../images/icemen/botbg.jpg") no-repeat;
	background-size: 100%;
}
.appli {
	width:1200px;
	padding-top:40px;
	padding-bottom:40px;
	background:#eee;
	margin-top:20px;
	margin:0 auto;
	min-width:1100px;
}
.albt {
	font-size:22px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}
.albt span {
	font-size:22px;
	color:#005aab;
	font-weight:bold;
}
.albt font {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	padding-left:10px;
	color:#c1c1c1
}
.appbx {
	overflow:hidden;
}
.apL {
	width:420px;
	overflow:hidden;
	float: left;
}
.apL li {
	float:left;
	width:188px;
	height:63px;
	margin:5px 10px 0 10px;
	list-style: none;
}
.apL li a {
	padding:10px 0 0 10px;
	height:40px;
	display:block;
	font-size:15px;
	font-weight:bold;
	background:url("../../images/icemen/white.jpg") no-repeat;
}
.apL li i {
	display:block;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.apL li a:hover {
	background:url("../../images/icemen/cur.jpg") no-repeat;
	height:40px;
}
.apL li.cur a {
	background:url("../../images/icemen/cur.jpg") no-repeat;
	padding:10px 0 0 10px;
	height:40px;
	color:#fff;
	text-decoration:none;
}
.apL li.cur a i {
	display:block;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.apR {
	width:780px;
	overflow:hidden;
}
.apR img {
	width:780px;
	margin-top:5px;
}
.apR dd {
	height:40px;
	line-height:40px;
	background:#005aab;
	color:#fff;
	margin:0;
}
.apR dd a {
	color:#FFF;
	text-align:center;
}
.apR dd h3 {
	height:40px;
	line-height:40px;
	text-align:center;
	margin:0;
}
.apR dd h3 a {
	color:#fff;
	font-size:16px;
	text-align:center;
}
.cp_nav {
	width: 100%;
	margin-top: 20px;
}
.cp_nav_bt {
	width: 100px;
	float: left;
	color: #fff;
	font-size: 25px;
	height: 100px;
	line-height: 50px;
	text-align: center;
	background:url("../../images/icemen/tzg.png") center no-repeat;
}
.cp_nav_bt span {
	width: 50px;
	text-align: center;
	display: inline-table;
}
.cp_urlt {
	width: 1080px;
	height: 100px;
	overflow: hidden;
	float: right;
}
.cp_urlt a {
	height: 88px;
	width: 100px;
	line-height:38px;
	padding-top: 12px;
	display: inline-table;
	border-radius: 5px;
	font-size: 25px;
	background: #00a0e9;
	color: #fff;
	margin-left: 30px;
	text-align: center;
}
.zbjfl {
	width: 100%;
	float: left;
	line-height: 50px;
	font-size: 16px;
	margin-top: 20px;
}
.zbjfl li {
	margin: 0 5px;
	width: 116px;
	text-align: center;
	float: left;
	background: #00a0e9;
}
.zbjfl li a {
	color: #fff;
}
.zbjfl li a:hover {
	color: fff;
	background: #fc461f;
	line-height: 50px;
	display: block;
	width: 116px;
}
.main_image {width:100%; height:550px; overflow:hidden; margin:0 auto; position:relative;}
.main_image ul {width:9999px; height:550px; overflow:hidden; position:absolute; top:0; left:0}
.main_image li {float:left; width:100%; height:550px;}
.main_image li span {display:block; width:100%; height:550px}
.main_image li a {display:block; width:100%; height:550px}
.main_image li .img_1 {background: url(../../images/icemen/banner1.jpg) center top no-repeat}
.main_image li .img_2 {background: url(../../images/icemen/banner2.jpg) center top no-repeat}
div.flicking_con {width:990px;margin:0 auto;/*position:relative;*/}
div.flicking_con .flicking_inner {position:absolute; top:725px; left:48%;  z-index:999; width:42px; height:21px;}
div.flicking_con a {float:left; width:21px; height:21px; margin:0; padding:0; background:url(../../images/icemen/btn_main_img.png) 0 0 no-repeat; display:block; text-indent:-1000px;}
div.flicking_con a.on {background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(../../images/icemen/hover_left.png) no-repeat left top;left:80px;}
#btn_next{background:url(../../images/icemen/hover_right.png) no-repeat right top;right:80px;}
.headbg {
    height: 29px;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #787878;
    border-bottom: 1px solid #f5f5f5;
}
.head_con, .top_con {
    width: 1172px;
    margin: 0 auto;
}
.head_con a {
    margin: 0 3px;
    display: block;
    font-size: 12px;
    color: #787878;
    float: left;
}
/* 分页 */
#pages { padding:14px 0 10px; font-family:'microsoft yahei'; text-align:center;    font-size: 14px;}
#pages a { display:inline-block; height:25px; line-height:25px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:25px; line-height:25px; background:#2577e3; border:1px solid #2577e3; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:25px; line-height:25px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.tijiaoanniu{ background:url(../../images/icemen/cptijiao.gif) no-repeat; width:91px; height:29px; border:none; cursor:pointer}
.chongzhianniu{ background:url(../../images/icemen/cpchongzhi.gif) no-repeat; width:91px; height:29px; border:none; cursor:pointer}