@charset "utf-8";
body {
	font-family: "microsoft yahei", Arial;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
}
div, ul, li, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd, ol, th, td {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
form, input, button, option, textarea, select {
	margin: 0px;
	padding: 0px;
}
input, button, textarea, select {
	font: 100% Tahoma, Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	color: #272727;
	font-family: "microsoft yahei";
}
span {
	font-family: "microsoft yahei";
}
p {
	font-family: "microsoft yahei";
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
th {
	font-weight: normal;
}
table {
	font-size: inherit;
	font: 100%;
}
img {
	border: none;
	object-fit: cover;
}
.clear:after {
	display: block;
	content: '';
	clear: both;
}

/*banner*/

.banner {
	position: relative;
	width: 100%;
	height: 750px;
}
.banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
	width: 100% !important;
	height: 750px !important;
}
.banner .bd ul li {
	width: 100% !important;
	text-align: center;
}
.banner .bd ul li a {
	display: block;
	height: 750px;
	background-position: center;
	background-repeat: no-repeat;
}
.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 80px;
	text-align: center;
	z-index: 1;
}
.banner .hd ul li {
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.banner .hd .on {
	background: #bf001d;
}

/*导航*/

.logo {
	width: 1002px;
	position: absolute;
	left: 50%;
	margin-left: -501px;
	top: 30px;
	text-align: center;
	z-index: 5;
}
.nav {
	width: 1002px;
	position: absolute;
	bottom: 0;
	background: #202020;
	height: 70px;
	left: 50%;
	margin-left: -501px;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	height: 70px;
	position: relative;
	width: 120px;
	margin: 0 5px;
}
.nav ul li p {
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 15px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.nav ul li span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
}
.nav ul li:hover p {
	color: #ffcc00;
}
.nav ul li:hover:before {
	opacity: 1;
}
.nav ul li:before {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/icon.png) no-repeat center;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	left: -15px;
	top: 20px;
	opacity: 0;
}
.top {
	width: 1002px;
	margin: 66px auto 0;
}
.top:after {
	display: block;
	content: '';
	clear: both;
}
.top .tit {
	width: 241px;
	height: 470px;
	padding-top: 36px;
	float: left;
	background: #bf001d;
	text-align: center;
}
.top .tit p {
	font-size: 28px;
	color: #ffffff;
	line-height: 46px;
	text-transform: uppercase;
}
.top .tit hr {
	width: 40px;
	height: 5px;
	background: rgba(255, 255, 255, 0.5);
	margin: 45px auto;
}
.top .tit span {
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 70px;
}
.top .tit a {
	display: block;
	width: 112px;
	height: 24px;
	line-height: 24px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
}
.top .content {
	width: 752px;
	float: right;
}
.top .content .info {
	height: 107px;
	padding-top: 20px;
	padding-left: 90px;
	background: url(../images/bg1.png) right bottom no-repeat;
	font-size: 15px;
	color: #202020;
	line-height: 30px;
}
.pro {
	width: 1002px;
	margin: 56px auto 0;
}
.pro:after {
	display: block;
	content: '';
	clear: both;
}
.pro .title {
	padding-left: 64px;
	background: url(../images/icon1.png) left top no-repeat;
	padding-top: 20px;
}
.pro .title:after {
	display: block;
	content: '';
	clear: both;
}
.pro .title .tit {
	position: relative;
	width: 230px;
	height: 60px;
	float: left;
	background: url(../images/icon3.png) right center no-repeat;
}
.pro .title .tit p {
	font-size: 30px;
	font-weight: bold;
	color: #d4d3d3;
	text-transform: uppercase;
	line-height: 30px;
}
.pro .title .tit span {
	font-size: 18px;
	color: #202020;
	position: absolute;
	right: 28px;
	top: 0;
}
.pro .title .name {
	margin-left: 235px;
}
.pro .title .name p {
	font-size: 20px;
	color: #bf001d;
	font-weight: bold;
	line-height: 30px;
}
.pro .title .name span {
	font-size: 12px;
	color: #202020;
	text-transform: uppercase;
}
.pro .title a {
	float: right;
}
.pro ul {
	margin: 0 -10px;
}
.pro ul li {
	width: 320px;
	height: 420px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 40px 10px;
}
.pro ul li .photo {
	width: 320px;
	height: 420px;
}
.pro ul li .photo img {
	width: 100%;
	height: 100%;
}
.pro ul li .info {
	height: 420px;
	width: 320px;
	position: absolute;
	background: rgba(191, 0, 29, 0.75);
	top: -420px;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 22px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pro ul li .info .info_cont {
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 100%;
	text-align: center;
}
.pro ul li .info .info_cont .name {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 98px;
}
.pro ul li .info .info_cont p {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 25px;
	line-height: 22px;
	text-align: left;
	text-indent: 2em;
}
.pro ul li .info .info_cont .more {
	display: block;
	width: 82px;
	height: 20px;
	line-height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin: 60px auto 0;
}
.pro ul li .info .info_cont .iconfont {
	font-size: 26px;
	color: #FFFFFF;
}
.pro ul li:hover .info {
	top: 0;
}

/*案例*/

.case {
	width: 100%;
	margin-top: 60px;
}
.case .title {
	width: 100%;
	background: url(../images/line.png) no-repeat center center;
	height: 80px;
	margin-bottom: 50px;
}
.case .title .cont {
	width: 455px;
	margin: 0 auto;
	height: 60px;
	padding-top: 20px;
	background: url(../images/icon4.png) right top no-repeat;
}
.case .title .tit {
	position: relative;
	width: 230px;
	height: 60px;
	float: left;
	background: url(../images/icon3.png) right center no-repeat;
	margin-left: 20px;
}
.case .title .tit p {
	font-size: 30px;
	font-weight: bold;
	color: #d4d3d3;
	text-transform: uppercase;
	line-height: 30px;
}
.case .title .tit span {
	font-size: 18px;
	color: #202020;
	position: absolute;
	right: 28px;
	top: 0;
}
.case .title .name {
	margin-left: 255px;
}
.case .title .name p {
	font-size: 20px;
	color: #bf001d;
	font-weight: bold;
	line-height: 30px;
}
.case .title .name span {
	font-size: 12px;
	color: #202020;
	text-transform: uppercase;
}
.case .bd {
	position: relative;
	height: 600px;
}
.case .bd li {
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.case .bd li img {
	width: 1920px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.case .bd .btn_cont {
	width: 1002px;
	margin: 0 auto;
	position: relative;
}
.case .bd .btn {
	display: block;
	position: absolute;
	top: 96px;
	z-index: 5;
}
.case .bd .iconfont:hover {
	color: #bf001d;
}
.case .bd .lPrev {
	left: 0;
}
.case .bd .lNext {
	right: 0;
}
.case .smallScroll {
	width: 1002px;
	margin: 23px auto 0;
	position: relative;
}
.case .smallScroll .smallImg {
	width: 944px;
	height: 223px;
	overflow: hidden;
	margin: 0 auto;
}
.case .smallScroll .smallImg ul li {
	width: 300px;
	height: 219px;
	border-bottom: 4px solid #202020;
	text-transform: uppercase;
	float: left;
	margin: 0 10px;
	cursor: pointer;
}
.case .smallScroll .smallImg ul li .photo {
	width: 100%;
	height: 160px;
	font-size: 0;
	margin-bottom: 22px;
}
.case .smallScroll .smallImg ul li .photo img {
	width: 100%;
	height: 100%;
}
.case .smallScroll .smallImg ul li p {
	float: left;
	font-size: 14px;
	color: #202020;
}
.case .smallScroll .smallImg ul li p span {
	font-size: 12px;
	color: #bf001d;
}
.case .smallScroll .smallImg ul li a {
	display: block;
	float: right;
	background: #ebebeb;
	padding: 0 3px;
	font-size: 12px;
	color: #999999;
}
.case .smallScroll .smallImg ul li:hover, .case .smallScroll .smallImg ul li.on {
	border-bottom-color: #bf001d;
}
.sort {
	margin-top: 65px;
}
.sort:after {
	display: block;
	content: '';
	clear: both;
}
.sort .title {
	width: 100%;
	background: url(../images/line1.png) no-repeat center center;
	height: 80px;
	margin-bottom: 50px;
}
.sort .title .cont {
	width: 455px;
	margin: 0 auto;
	height: 60px;
	padding-top: 20px;
	background: url(../images/icon4.png) right top no-repeat;
}
.sort .title .tit {
	position: relative;
	width: 230px;
	height: 60px;
	float: left;
	background: url(../images/icon3.png) right center no-repeat;
	margin-left: 20px;
}
.sort .title .tit p {
	font-size: 30px;
	font-weight: bold;
	color: #d4d3d3;
	text-transform: uppercase;
	line-height: 30px;
}
.sort .title .tit span {
	font-size: 18px;
	color: #202020;
	position: absolute;
	right: 28px;
	top: 0;
}
.sort .title .name {
	margin-left: 255px;
}
.sort .title .name p {
	font-size: 20px;
	color: #bf001d;
	font-weight: bold;
	line-height: 30px;
}
.sort .title .name span {
	font-size: 12px;
	color: #202020;
	text-transform: uppercase;
}
.sort .sort_cont {
	width: 1002px;
	margin: 0 auto;
}
.sort .sort_cont:after {
	display: block;
	content: '';
	clear: both;
}
.sort .fr {
	width: 384px;
	float: left;
}
.sort .fr p {
	font-size: 15px;
	color: #333333;
	padding-bottom: ;
	height: 114px;
	line-height: 54px;
	background: url(../images/eng.png) left 54px no-repeat;
}
.sort .fr .photo {
	display: block;
	width: 100%;
	height: 384px;
}
.sort .fr .photo img {
	width: 100%;
	height: 100%;
}
.sort ul {
	width: 610px;
	float: right;
}
.sort ul li {
	width: 300px;
	height: 160px;
	position: relative;
	overflow: hidden;
	margin-bottom: 9px;
}
.sort ul li .photo {
	width: 100%;
	height: 160px;
}
.sort ul li .photo img {
	width: 100%;
	height: 100%;
}
.sort ul li .info {
	width: 100%;
	height: 80px;
	padding-top: 12px;
	background: rgba(191, 0, 29, 0.75);
	position: absolute;
	bottom: -92px;
	text-align: center;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.sort ul li .info p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
}
.sort ul li .info a {
	display: block;
	width: 89px;
	height: 18px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 auto;
}
.sort ul li:hover .info {
	bottom: 0;
}
.sort ul li:nth-child(odd) {
	float: left;
}
.sort ul li:nth-child(even) {
	float: right;
}

/*新闻*/

.news {
	width: 100%;
	margin-top: 60px;
}
.news:after {
	display: block;
	content: '';
	clear: both;
}
.news .title {
	border-bottom: 1px solid #202020;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.news .title .cont {
	width: 938px;
	margin: 0 auto;
	padding-left: 64px;
	background: url(../images/icon1.png) left top no-repeat;
	padding-top: 20px;
}
.news .title .cont:after {
	display: block;
	content: '';
	clear: both;
}
.news .title .tit {
	position: relative;
	width: 230px;
	height: 60px;
	float: left;
	background: url(../images/icon3.png) right center no-repeat;
}
.news .title .tit p {
	font-size: 30px;
	font-weight: bold;
	color: #d4d3d3;
	text-transform: uppercase;
	line-height: 30px;
}
.news .title .tit span {
	font-size: 18px;
	color: #202020;
	position: absolute;
	right: 28px;
	top: 0;
}
.news .title .name {
	margin-left: 235px;
}
.news .title .name p {
	font-size: 20px;
	color: #bf001d;
	font-weight: bold;
	line-height: 30px;
}
.news .title .name span {
	font-size: 12px;
	color: #202020;
	text-transform: uppercase;
}
.news .title a {
	float: right;
}
.news .news_cont {
	width: 1002px;
	margin: 0 auto;
}
.news .news_cont ul li {
	height: 102px;
	width: 480px;
	margin: 20px 0;
}
.news .news_cont ul li .photo {
	width: 152px;
	height: 102px;
	float: left;
}
.news .news_cont ul li .photo img {
	width: 100%;
	height: 100%;
}
.news .news_cont ul li .txt {
	width: 306px;
	float: right;
}
.news .news_cont ul li .txt .name {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 38px;
}
.news .news_cont ul li .txt .name:hover {
	color: #bf001d;
}
.news .news_cont ul li .txt .more {
	float: right;
	display: block;
	background: #eeeeee;
	margin-top: 9px;
	padding: 0 5px;
	font-size: 12px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #333333;
}
.news .news_cont ul li .txt .more:hover {
	background: #bf001d;
	color: #FFFFFF;
}
.news .news_cont ul li .txt p {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	border-top: 1px solid #d1d1d1;
	padding-top: 15px;
}
.news .news_cont ul li:nth-child(odd) {
	float: left;
}
.news .news_cont ul li:nth-child(even) {
	float: right;
}

/*底部*/

.footer {
	width: 100%;
	padding: 35px 0;
	background: #202020;
	margin-top: 30px;
}
.footer .foot {
	width: 1002px;
	margin: 0 auto;
}
.footer .foot:after {
	display: block;
	content: '';
	clear: both;
}
.footer .foot .logo1 {
	float: left;
}
.footer .foot ul {
	float: right;
	max-width: 743px;
}
.footer .foot ul li {
	width: 160px;
	padding-left: 20px;
	height: 34px;
	border-left: 1px solid #2e2e2e;
	line-height: 34px;
	display: inline-block;
	margin-bottom: 15px;
}
.footer .foot ul li a {
	font-size: 14px;
	color: #FFFFFF;
}
.footer .foot ul li span {
	color: #ffd700;
	margin-left: 5px;
}
.copy {
	width: 100%;
	padding: 10px 0;
	background: #2b2b2b;
	text-align: center;
}
.copy p, .copy a {
	font-size: 12px;
	color: #b3b3b3;
	line-height: 22px;
}
.paper {
	width: 1002px;
	margin: 50px auto;
	min-height: 500px;
}
.paper:after {
	display: block;
	content: "";
	clear: both;
}

/*侧导航*/

.side {
	width: 209px;
	border: 1px solid #11182a;
	float: left;
	background: url(../images/sp.jpg) no-repeat left bottom;
	padding-bottom: 94px;
}
.side .side_c .tit {
	width: 100%;
	height: 58px;
	background: #11182a;
	text-align: center;
	line-height: 58px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.side .side_c .tit span {
	color: rgba(255, 255, 255, 0.25);
}
.side .side_c ul {
	padding: 10px 13px;
}
.side .side_c ul li {
	height: 50px;
	border-bottom: 1px dashed #cdcdcd;
	line-height: 50px;
	text-indent: 27px;
	position: relative;
}
.side .side_c ul li a {
	font-size: 15px;
	color: #444444;
	position: relative;
	z-index: 1;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.side .side_c ul li span {
	display: block;
	width: 211px;
	background: #bf001d;
	height: 42px;
	opacity: 0;
	position: absolute;
	left: -14px;
	top: 4px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.side .side_c ul li span:before {
	position: absolute;
	left: 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 21px solid transparent;
	border-left: 13px solid #ffffff;
	border-top: 21px solid transparent;
}
.side .side_c ul li span:after {
	position: absolute;
	right: -13px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 21px solid transparent;
	border-left: 13px solid #bf001d;
	border-top: 21px solid transparent;
}
.side .side_c ul li:hover span, .side .side_c ul li.on span {
	opacity: 1;
}
.side .side_c ul li:hover a, .side .side_c ul li.on a {
	color: #FFFFFF;
	font-weight: bold;
}
.side .side_p {
	padding: 0 13px 20px;
	margin-top: 56px;
}
.side .side_p .tit {
	border-bottom: 5px solid #11182a;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.side .side_p .tit p {
	font-size: ;
	color: rgba(0, 139, 101, 0.25);
	text-transform: uppercase;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #11182a;
}
.side .side_p .tit p span {
	font-weight: bold;
	color: #11182a;
	font-size: 18px;
	margin-right: 5px;
}
.side .side_p>p {
	font-size: 12px;
	color: #444444;
	line-height: 24px;
}
.side .side_p>p .iconfont {
	color: #ec8898;
	margin-right: 5px;
}
.side .side_p>p span {
	font-size: 14px;
	color: #df3854;
	font-weight: bold;
}

/*面包屑导航*/

.navigation {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #d3d3d3;
}
.navigation:after {
	display: block;
	content: '';
	clear: both;
}
.navigation .s1 {
	font-size: 18px;
	color: #bf001d;
	position: relative;
}
.navigation .s1:after {
	display: block;
	width: 45px;
	height: 4px;
	background: #bf001d;
	content: '';
	position: absolute;
	bottom: -7px;
}
.navigation p {
	float: right;
	font-size: 12px;
	color: #999999;
}
.navigation p a {
	color: #999999;
}
.navigation p span {
	color: #bf001d;
}
.product, .page, .news_list, .detail {
	width: 743px;
	float: right;
}

/*产品列表*/

.product ul {
	margin: 0 -20px;
}
.product ul li {
	width: 220px;
	height: 310px;
	float: left;
	margin: 17px 20px;
	text-align: center;
}
.product ul li .photo {
	display: block;
	width: 220px;
	height: 180px;
	font-size: 0;
	margin-bottom: 10px;
}
.product ul li .photo img {
	width: 100%;
	height: 100%;
}
.product ul li .name {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 32px;
}
.product ul li .name:hover {
	color: #df3854;
}
.product ul li .txt {
	font-size: 12px;
	color: #555555;
	line-height: 24px;
	height: 48px;
	text-align: left;
}
.product ul li .more {
	border-style: dashed;
	border-color: #d2d2d2;
	border-width: 1px 0 1px 0;
	height: 23px;
	line-height: 23px;
	margin-top: 15px;
}
.product ul li .more a {
	font-size: 12px;
	color: #555555;
}
.product ul li .more a:hover {
	color: #df3854;
}

/*新闻列表*/

.news_list .fr {
	width: 100%;
	margin-top: 10px;
	padding: 30px 0;
	height: 158px;
	border-bottom: 1px dashed #dcdcdc;
}
.news_list .fr .photo {
	width: 258px;
	height: 158px;
	float: left;
	font-size: 0;
}
.news_list .fr .photo img {
	width: 100%;
	height: 100%;
}
.news_list .fr .txt {
	float: right;
	width: 459px;
	height: 158px;
	position: relative;
}
.news_list .fr .txt .name {
	font-size: 15px;
	color: #444444;
	font-weight: bold;
}
.news_list .fr .txt .name:hover {
	color: #bf001d;
}
.news_list .fr .txt span {
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}
.news_list .fr .txt .iconfont {
	margin-right: 10px;
}
.news_list .fr .txt p {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	margin-top: 10px;
}
.news_list .fr .txt .more {
	display: block;
	width: 100%;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	background: #11182a;
	position: absolute;
	bottom: 0;
}
.news_list ul li {
	height: 90px;
	padding: 29px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.news_list ul li .date {
	width: 88px;
	height: 88px;
	border: 1px solid #dcdcdc;
	float: left;
	text-align: center;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .date p {
	font-size: 35px;
	font-weight: bold;
	color: #666666;
	font-family: arial;
	padding-top: 10px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .date span {
	font-size: 12px;
	color: rgba(102, 102, 102, 0.8);
	font-family: arial;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .txt {
	width: 636px;
	float: right;
}
.news_list ul li .txt .name {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .txt .name:hover {
	color: #bf001d;
}
.news_list ul li .txt .more {
	display: block;
	float: right;
	text-align: center;
	width: 64px;
	height: 16px;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	color: #888888;
	line-height: 16px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .txt .more:hover {
	background: #bf001d;
	color: #FFFFFF;
	border-color: #bf001d;
}
.news_list ul li .txt p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}
.news_list ul li:hover .date {
	background: #bf001d;
	border-color: #bf001d;
}
.news_list ul li:hover .date p {
	color: #FFFFFF;
}
.news_list ul li:hover .date span {
	color: rgba(255, 255, 255, 0.8);
}

/*翻页*/

.pagination {
	width: 100%;
	margin: 30px 0;
}
.pagination:after {
	display: block;
	content: '';
	clear: both;
}
.pagination .prev {
	width: 39px;
	height: 24px;
	border: 1px solid #b8b8b8;
	text-align: center;
	cursor: pointer;
	float: left;
}
.pagination .next {
	width: 39px;
	height: 24px;
	border: 1px solid #b8b8b8;
	text-align: center;
	cursor: pointer;
	float: right;
}
.pagination .num {
	margin-left: 41px;
	margin-right: 41px;
	height: 26px;
	position: relative;
}
.pagination .num .num_list {
	position: absolute;
	text-align: center;
	background: #FFFFFF;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.pagination .num a {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #b8b8b8;
	display: inline-block;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin: 0 4px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.pagination .num a.on, .pagination .num a:hover {
	background: #bf001d;
	border-color: #bf001d;
	color: #FFFFFF;
}
.pagination .num:after {
	display: block;
	width: 100%;
	content: '';
	height: 1px;
	background: #e6e5e5;
	position: relative;
	top: 13px;
	z-index: -1;
}
.pagination .iconfont {
	font-size: 24px;
	color: #888888;
}
.page .cont {
	margin-top: 30px;
	line-height: 26px;
}

/*详情页*/

.detail .view {
	padding: 30px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.detail .view h1 {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
}
.detail .photo {
	width: 100%;
	margin: 20px 0;
	line-height: 0;
	text-align: center;
}
.detail .photo img {
	max-width: 100%;
}
.detail .view .date {
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #666666;
}
.detail .view .date span {
	margin: 0 10px;
}
.detail .viewbox {
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	margin-top: 30px;
}
.detail .pager {
	width: 100%;
	margin: 20px auto;
}
.detail .pager p {
	width: 100%;
	height: 32px;
	font-size: 12px;
	color: #777;
	overflow: hidden;
}
.detail .pager a {
	color: #777;
}
.detail .pager a:hover {
	color: #bf001d;
	text-decoration: underline;
}

/*表单*/

.form {
	width: 100%;
	padding-top: 55px;
}
.form_tit {
	width: 100%;
	text-align: center;
}
.form_tit .p1 {
	font-size: 36px;
	color: #efefef;
	text-transform: uppercase;
}
.form_tit .p2 {
	font-size: 24px;
	color: #333333;
	height: 68px;
	line-height: 68px;
}
.form_tit .p3 {
	width: 800px;
	height: 43px;
	line-height: 43px;
	background: #efefef;
	margin: 0 auto;
	font-size: 12px;
	color: #9c9c9c;
}
.layui-form {
	width: 830px;
	margin: 50px auto 0;
}
.layui-form td span {
	font-size: 16px;
	color: #333333;
	margin: 0 15px;
	float: left;
	line-height: 46px;
}
.layui-form table {
	width: 100%;
}
.layui-form td {
	width: 50%;
	padding-bottom: 25px;
	position: relative;
}
.layui-form td input {
	height: 46px;
	text-indent: 25px;
	font-size: 16px;
	line-height: 46px;
	border-radius: 5px;
	background: none;
	outline: none;
	border: 1px solid #cccccc;
	width: 264px;
}
.layui-form .new input {
	width: 674px;
}
.layui-form td .s1 {
	color: red;
	float: right;
	margin-right: 10px;
}
.layui-form textarea {
	resize: none;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 670px;
	padding: 5px;
	outline: none;
	background: none;
	height: 153px;
}
.form ul {
	width: 100%;
	text-align: center;
}
.form ul li {
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin: 0 15px;
}
.form ul li input {
	width: 100%;
	height: 100%;
}

/* all */

::-webkit-input-placeholder {
	color: #dedede;
}
::-moz-placeholder {
	color: #dedede;
}

/* firefox 19+ */

:-ms-input-placeholder {
	color: #dedede;
}

/* ie */

input:-moz-placeholder {
	color: #dedede;
}

/* individual: webkit */

.form td input::-webkit-input-placeholder {
	color: #dedede;
}
.form td input::-webkit-input-placeholder {
	color: #dedede;
}
.form td input::-webkit-input-placeholder {
	color: #dedede;
}

/* individual: mozilla */

.form td input::-moz-placeholder {
	color: #dedede;
}
.form td input::-moz-placeholder {
	color: #dedede;
}
.form td input::-moz-placeholder {
	color: #dedede;
}

/*地图*/

.map {
	width: 100%;
	height: 400px;
	margin-top: 30px;
}
.BMap_bubble_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}
.BMap_bubble_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

/*悬浮*/

.float {
	width: 200px;
	position: fixed;
	right: -150px;
	transition: all 0.5s;
	top: 20%;
	z-index: 100;
}
.float ul li {
	position: relative;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	background: #bf001d;
	border-radius: 5px;
	margin-bottom: 3px;
	cursor: pointer;
}
.float ul li span {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.float ul li .iconfont {
	color: #FFFFFF;
	font-size: 30px;
}
.float ul li .icon-huidingbu {
	font-size: 20px !important;
}
.float ul li p {
	font-size: 18px;
	color: #FFFFFF;
}
.float ul li .wx {
	width: 90px;
	height: 0px;
	margin-left: 60px;
	overflow: hidden;
	padding-bottom: 0;
	transition: all 0.5s;
}
.float:hover {
	right: 0;
}
.float:hover .wx {
	height: 90px;
	padding-bottom: 10px;
}