/*重构css*/

* {

	box-sizing: border-box;

	-webkit-text-size-adjust: none;

	outline: none;

}

body {

	margin: 0;

	padding: 0;

	font: inherit;

	line-height: normal;

}

header, nav, main, img, form, p {

	margin: 0;

	padding: 0;

	border: 0;

}

ul, ol {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

hr, dl, dt, dd {

	margin: 0px;

	padding: 0px;

}

table {

	border-collapse: collapse;

	border-spacing: 0px;

}

tbody {

	border-collapse: collapse;

	border-spacing: 0px;

}

pre {

	margin: 0px;

	padding: 0px;

	border: 0px;

	overflow: hidden;

	font-family: inherit;

	white-space: pre-wrap;

	white-space: -moz-pre-wrap;

	white-space: -pre-wrap;

	white-space: -o-pre-wrap;

	word-wrap: break-word;

	word-break: break-all;

}

select, input, textarea, button {

	font-size: 14px;

	padding: 2px 5px;

}

a {

	text-decoration: none;

	color: inherit;

	transition: ease .3s;

}

a:hover {

	text-decoration: none !important;

	color: inherit;

}

th {

	text-align: left;

}

td {

	word-wrap: break-word;

	word-break: break-all;

}

ins, em {

	text-decoration: none;

	font-style: normal;

}

h1, h2, h3, h4 {

	padding: 0;

	margin: 0;

	font-size: inherit;

	font-weight: inherit;

}

html {

	background: #ffffff;

	font-size: 14px;

	color: #666;

	font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";

}

.fl {

	float: left;

}

.fr {

	float: right;

}

/*解决IE图片缩放失真*/

img {

	-ms-interpolation-mode: bicubic;

}

/*清除浮动*/

.clearfix:after {

	content: '';

	display: block;

	height: 0;

	clear: both;

}

.clearfix {

	zoom: 1;

}

.clear {

	clear: both;

}

/*重构css结束*/

.h260_main .left {

	float: left;

}

.h260_main .right {

	float: right;

}

.h260_main .icon {

	background-image: url("../images/icon260.png");

	display: inline-block;

	vertical-align: middle;

}

.h260_main .w260, .t260_main .w260 {

	width: 1200px;

	margin: 0 auto;

}

.h260_main {

	z-index: 10;

	background: #c3141b;

	height: 40px;

	line-height: 40px;

	color: #fff;

	font-size: 12px;

}

.h260_main .right li {

	display: inline;

}

.h260_main .right li a {

	display: inline-block;

	color: #fff;

	position: relative;

	z-index: 10;

}

.h260_main .right li a img {

	width: 90px;

	height: 90px;

	position: absolute;

	top: 41px;

	right: -28px;

	z-index: 10;

	border-radius: 5px;

	padding: 5px;

	background: #333b4a;

 filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);

	opacity: 0;

	visibility: hidden;

	transition: all .6s ease 0s;

	transform: translate3d(0, 10px, 0);

	-moz-transform: translate3d(0, 10px, 0);

	-webkit-transform: translate3d(0, 10px, 0);

}

.h260_main .right li:hover img {

	opacity: 1;

	visibility: visible;

	transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-webkit-transform: translate3d(0, 0, 0);

}

.h260_main .right li i {

	width: 18px;

	height: 40px;

	background-position: -3px 2px;

	margin-right: 8px;

	margin-left: 30px;

	vertical-align: top;

}

.h260_main .right .l2 i {

	background-position: -20px 2px;

}

.h260_main .right .l3 i {

	background-position: -39px 2px;

}

.t260_main {

	position: relative;

	padding: 17px 0;

	z-index: 9;

	border-bottom: 1px solid #ecebec;

	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);

	background: #fff;

}

.t260_main .logo img {

	float: left;

}

.t260_main .left {

	float: left;

}

.t260_main .right {

	float: right;

}

.t260_main ul {

	display: inline-block;

}

.t260_main li {

	float: left;

	margin-left: 35px;

	text-align: left;

	position: relative;

	display: block;

	text-align: center;

	padding-top: 5px;

	z-index: 9;

}

.t260_main li a {

	display: inline-block;

	margin: 0 auto;

	position: relative;

}

.t260_main li a i {

	width: 100%;

	height: 2px;

	position: absolute;

	left: 0;

	bottom: 7px;

	display: block;

	transition: ease-in-out 0.2s;

	z-index: 9;

}

.t260_main li a p {

	width: 100%;

	height: 50px;

	text-align: center;

	left: 0;

	top: 0;

	z-index: 10;

	line-height: 50px;

}

.t260_main li a:hover, .t260_main li a.hover {

	cursor: pointer;

}

.t260_main li a:hover i, .t260_main li a.hover i {

	width: 100%;

	bottom: 0;

	background: #c3141b;

}

.t260_main li a:hover p, .t260_main li a.hover p {

	color: #c3141b;

}

.t260_main dl {

	width: 120px;

	border-radius: 0 0 3px 3px;

	padding-bottom: 3px;

	background: #c3141b;

	position: absolute;

	left: 50%;

	margin-left: -60px;

	top: 55px;

	z-index: 1555;

	border-top: none;

}

.t260_main dl {

filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);

	opacity: 0;

	visibility: hidden;

	transition: all .6s ease 0s;

	transform: translate3d(0, 10px, 0);

	-moz-transform: translate3d(0, 10px, 0);

	-webkit-transform: translate3d(0, 10px, 0);

}

.t260_main li:hover dl {

	opacity: 1;

	visibility: visible;

	transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-webkit-transform: translate3d(0, 0, 0);

}

.t260_main dl dd {

	border-top: 1px solid #fff;

	text-align: center;

	position: relative;

	z-index: 12;

	display: block;

	width: 100%;

	font-size: 12px;

	line-height: 40px;

}

.t260_main dl dd a:hover {

	color: #fff;

}

.t260_main dl dd a {

	color: #f4f3f3;

	height: 35px;

	display: block;

	line-height: 35px;

}

.bf299 .w299 {

	width: 1200px;

	margin: 0 auto;

}

.bf299 .icon, #b299_main .icon {

	background: url(../images/icon299.png) no-repeat;

	display: inline-block;

	vertical-align: middle;

}

#b299_main {

	overflow: hidden;

	position: relative;

	z-index: 2;

}

#b299_main .ban299 {

	height: 550px;

}

#b299_main #ban299 {

	width: 100%;

	min-width: 1000px;

	position: relative;

	overflow: hidden;

	z-index: 0;

}

#b299_main #ban299, .ban299 ul {

	max-height: 550px;

	overflow: hidden;

}

#b299_main .ban299 li {

	width: 100%;

	position: absolute;

	z-index: 1;

	overflow: hidden;

}

#b299_main .ban299 li img {

	width: 1920px;

	display: block;

	position: relative;

	left: 50%;

	margin-left: -960px;

	top: 0;

}

#b299_main #ban299 .tip {

	width: 1000px;

	height: 20px;

	line-height: 0;

	font-size: 0;

	text-align: center;

	position: absolute;

	left: 50%;

	margin-left: -500px;

	bottom: 110px;

	z-index: 3;

}

#b299_main #ban299 .tip span {

	height: 15px;

	margin: 0 2px;

	width: 15px;

	display: inline-block;

	font-size: 0;

	cursor: pointer;

	-moz-border-radius: 100%;

	-webkit-border-radius: 100%;

	border-radius: 100%;

	border: 2px solid #c3141b;

}

#b299_main #ban299 .tip span.cur {

	background-color: #c3141b;

}

#b299_main #ban299 #btn_prev, #ban299 #btn_next {

	width: 28px;

	height: 56px;

	position: absolute;

	top: 32%;

	z-index: 5;

}

#b299_main #ban299 #btn_prev {

	background-position: 0 -138px;

	left: 5%;

}

#b299_main #ban299 #btn_next {

	background-position: -34px -138px;

	right: 5%;

}

.bf299 {

	background: #f5f5f5;

	position: relative;

	z-index: 3;

}

.bf299 .e299 {

	padding-bottom: 74px;

	position: relative;

}

.bf299 .part1 {

	position: absolute;

	left: 0;

	top: -85px;

	width: 1200px;

	height: 250px;

	overflow: hidden;

}

.bf299 .part1 .item {

	width: 400px;

	float: left;

	height: 170px;

	background: #60080b;

}

.bf299 .part1 .item a {

	display: block;

	position: relative;

	padding: 40px;

	color: #fff;

}

.bf299 .part1 .item h2 {

	font-size: 18px;

	line-height: 24px;

}

.bf299 .part1 .item h4 {

	color: #fff;

	display: block;

	border-bottom: 1px solid #fff;

	padding-bottom: 16px;

	filter: alpha(opacity=50);

	-moz-opacity: 0.5;

	-khtml-opacity: 0.5;

	opacity: 0.5;

}

.bf299 .part1 .item .shuzi {

	line-height: 20px;

	color: #fff;

	float: left;

	width: 122px;

}

.bf299 .part1 .item .shuzi b {

	text-transform: uppercase;

	font-size: 86px;

	font-weight: bold;

	display: inline-block;

	line-height: 86px;

}

.bf299 .part1 .item span {

	width: 60px;

	height: 54px;

	display: block;

	margin-top: 32px;

}

.bf299 .part1 .it1 span {

	background-position: 0 -30px;

}

.bf299 .part1 .it2 span {

	background-position: -76px -30px;

	width: 46px;

}

.bf299 .part1 .it3 span {

	background-position: -140px -30px;

	width: 52px;

}

.bf299 .part1 .item .txt {

	width: 180px;

}

.bf299 .part1 .item.hover {

	background: #c3141b;

}

.pdct_255 {

	background: #f1f1f1;

	padding-top: 50px;

	padding-bottom: 0px;

}

.pdct_255 .product-c {

	width: 1200px;

	margin: 0 auto;

	overflow: hidden;

	margin-bottom: 20px

}

.pdct_255 .product-c .product-l {

	width: 272px;

	float: left

}

.pdct_255 .product-c .product-l h2 {

	color: #FFF;

	font-weight: normal;

	font-size: 30px;

	text-align: center;

	padding-top: 20px;

	padding-bottom: 20px;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	background: #c3141b;

}

.pdct_255 .product-c .product-l span {

	font-size: 34px;

	margin-left: 30px

}

.pdct_255 .product-c .product-l span img {

	height: 30px;

}

.pdct_255 .product-c .product-l ul {

	border: #dddddd solid 1px;

	background: #FFF

}

.pdct_255 .product-c .product-l ul a {

	font-size: 16px;

	color: #666666;

	display: block

}

.pdct_255 .product-c .product-l ul li {

	padding-left: 20px;

	border-bottom: #dddddd dotted 1px;

	line-height: 50px

}

.pdct_255 .product-c .product-l ul li strong {

	width: 6px;

	height: 6px;

	border-radius: 6px;

	display: block;

	border: #666666 solid 1px;

	float: left;

	margin-top: 21px;

	margin-right: 15px

}

.pdct_255 .product-c .product-l ul li:last-child {

	border-bottom: #dddddd dotted 0px;

}

.pdct_255 .product-c .product-l ul li:hover strong {

	border: #fff solid 1px;

}

.pdct_255 .product-c .product-l ul li:hover {

	background: #c3141b;

}

.pdct_255 .product-c .product-l ul li:hover a {

	color: #fff;

}

.pdct_255 .product-c .product-l .tel {

	height: 215px;

	margin-top: 15px;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;

	padding-top: 30px;

	background: #c3141b;

}

.pdct_255 .product-c .product-l .tel span {

	color: #fff;

	float: left;

	margin-right: 15px;

	font-size: 50px;

	margin-left: 10px

}

.pdct_255 .product-c .product-l .tel img {

	height: 40px;

}

.pdct_255 .product-c .product-l .tel p {

	color: #fff

}

.pdct_255 .product-c .product-l .tel strong {

	color: #fff;

	font-size: 24px;

}

.pdct_255 .product-c .product-l .tel dt {

	margin-bottom: 20px

}

.pdct_255 .product-c .product-l .tel dd {

	background: #ad1010;

	width: 200px;

	margin: 0 auto;

	border-radius: 5px;

	height: 40px;

	line-height: 40px;

	margin-top: 15px;

	text-align: center;

	color: #000

}

.pdct_255 .product-c .product-l .tel dd span {

	margin-left: 40px;

	margin-right: -40px;

}

.pdct_255 .product-c .product-l .tel dd span img {

	width: 40px;

	height: 40px;

}

.pdct_255 .product-c .product-l .tel dd a {

	display: block;

	color: #fff;

}

.pdct_255 .product-c .product-r {

	width: 918px;

	float: right

}

.pdct_255 .product-c .product-r .p-s ul {

	overflow: hidden;

	width: 105%

}

.pdct_255 .product-c .product-r .p-s li {

	background: #FFF;

	border: #dedede solid 1px;

	float: left;

	width: 294px;

	margin-bottom: 28px;

	text-align: center;

	margin-right: 15px;

	border-radius: 5px

}

.pdct_255 .product-c .product-r .p-s img {

	width: 278px;

	height: 208px;

	margin-top: 10px

}

.pdct_255 .product-c .product-r .p-s span {

	text-align: center;

	display: block;

	padding-bottom: 20px;

	margin-top: 10px;

	line-height: 30px;

	font-size: 16px;

	padding: 0 20px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pdct_255 .product-c .product-r .p-s li:hover span {

	color: #c3141b;

}

.about-us {

	display: block;

	width: 100%;

}

.about-us .about-con {

	width: 1200px;

	margin: 0 auto;

}

.about-us:after {

	content: "";

	display: block;

	height: 0;

	visibility: hidden;

	clear: both;

}

.about-us .title {

	text-align: left;

	padding: 60px 0 40px;

}

.about-us .title h2 {

	font-size: 30px;

	margin-bottom: 10px;

}

.about-us .title h2 span:before {

	visibility: hidden;

}

.about-us .title h2 span {

	font-size: 40px;

	color: #c3141b;

	font-family: "Times New Roman", Georgia, sans-serif;

	text-transform: uppercase;

	margin-left: 10px;

}

.about-us .about-l {

	width: 600px;

	float: left;

}

.about-us .about-l p {

	color: #666666;

	line-height: 2em;

	margin: -20px 0 30px;

}

.about-us .about-l a {

	width: 130px;

	height: 45px;

	border: 1px solid #c3141b;

	display: block;

	line-height: 45px;

	text-align: center;

	border-radius: 3px;

	font-family: "Times New Roman", Georgia, sans-serif;

	text-transform: uppercase;

	font-weight: bold;

	color: #c3141b;

	position: relative;

	transition: all 0.2s ease-in-out;

}

.about-us .about-l a:after {

	display: block;

	content: "";

	width: 60px;

	height: 3px;

	background: #4b882d;

	position: absolute;

	right: -46px;

	top: 21px;

}

.about-us .about-l a:hover {

	background: #c3141b;

	color: white;

}

.about-us .about-video {

	width: 520px;

	height: 330px;

	float: right;

	margin: 80px 0;

	position: relative;

	z-index: 10;

}

.about-us .about-video img {

	width: 520px;

	height: 330px;

}

.about-us .about-video:after {

	content: "";

	display: block;

	width: 520px;

	height: 330px;

	border: 1px solid #c3141b;

	position: absolute;

	bottom: -20px;

	right: -20px;

	z-index: -1;

}

.w266 {

	width: 1200px;

	margin: 0 auto;

}

.yw266 {

	padding-bottom: 60px;

	background: #f1f1f1;

}

.yw266 .body {

	overflow: hidden;

}

.yw266 .body ul {

	width: 100%;

}

.yw266 .body li {

	width: 385px;

	float: left;

	margin-right: 22px;

	margin-bottom: 22px;

	position: relative;

	border-radius: 5px;

	transition: all .5s;

}

.yw266 .body li:nth-child(3n) {

	margin-right: 0;

}

.yw266 .body li .img {

	width: 100%;

	height: 289px;

}

.yw266 .body li .img img {

	width: 100%;

	height: 100%;

	display: block;

	border-radius: 5px;

}

.yw266 .body li .txt {

	position: absolute;

	left: 0;

	bottom: 0;

	height: 60px;

	background: url(../images/bg266.png) repeat;

	width: 100%;

	border-radius: 0 0 5px 5px;

	color: #fff;

	transition: all .5s;

}

.yw266 .body li .txt h2 {

	font-size: 18px;

	font-weight: 100;

	line-height: 60px;

	text-align: center;

	transition: all .5s;

}

.yw266 .body li .txt span {

	margin: 0 auto;

	margin-top: 20px;

	display: block;

	border: 1px solid #fff;

	text-align: center;

	width: 123px;

	height: 33px;

	line-height: 33px;

	border-radius: 5px;

	opacity: 0;

	transition: all .5s;

}

.yw266 .body li:hover {

	text-align: center;

	box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);

}

.yw266 .body li:hover .txt {

	background: url(../images/bgb266.png) repeat;

	height: 100%;

	border-radius: 5px;

}

.yw266 .body li:hover .txt h2 {

	padding-top: 89px;

}

.yw266 .body li:hover .txt span {

	opacity: 1;

}

.yw266 .index_title {

	text-align: center;

	padding-top: 55px;

	padding-bottom: 40px;

}

.yw266 .index_title h2 {

	font-size: 32px;

	font-weight: 100;

	padding-bottom: 12px;

	color: #c3141b;

	font-weight: bold;

}

.yw266 .index_title p {

	background: url(../images/line266.png) center center no-repeat;

	width: 320px;

	height: 22px;

	margin: 0 auto;

}

.yw266 .more {

	text-align: center;

}

.yw266 .more li {

	float: left;

}

.yw266 .more ul {

	display: inline-block;

}

.yw266 .more a {

	width: 141px;

	height: 35px;

	display: block;

	color: #c3141b;

	margin: 0 19px;

	border: 2px solid #c3141b;

	line-height: 35px;

	border-radius: 4px;

	font-size: 18px;

}

.yw266 .more a:hover {

	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);

}

.news {

	background: #fff;

	padding-bottom: 50px;

}

.container {

	margin-left: auto;

	margin-right: auto;

	width: 1200px;

}

.h2_title {

	text-align: center;

	padding-top: 45px;

	font-size: 34px;

	font-weight: normal;

	margin-bottom: 45px;

}

.h2_title a {

	display: block;

	color: #333;

}

.h2_title span {

	display: block;

	color: #333;

}

.h2_title i {

	display: block;

	font-size: 17px;

	color: #888;

}

.h2_title em {

	display: block;

	width: 31px;

	height: 2px;

	margin: 25px auto 0 auto;

	background: #c3141b;

}

.news .news_type {

	text-align: center;

	height: 56px;

	margin-bottom: 35px;

}

.news .news_type ul {

	display: inline-block;

 *display: inline;

	zoom: 1;

}

.news .news_type li {

	float: left;

	width: 183px;

	height: 54px;

	text-align: center;

	font-size: 18px;

	line-height: 54px;

	border: 1px solid #e9e9e9;

	background: #fff;

}

.news .news_type li a {

	display: block;

	height: 54px;

	color: #333;

}

.news .news_type li.cur {

	background: #c3141b;

	border-color: #c3141b;

}

.news .news_type li.cur a {

	color: #fff;

}

.news .news_con {

}

.news .news_con .conbox {

	display: none;

}

.news .news_con .conbox.cur {

	display: block;

}

.news .news_con dl {

	float: left;

	width: 370px;

	margin-left: 45px;

}

.news .news_con dl:first-child {

	margin-left: 0;

}

.news .news_con dl dt {

	height: 285px;

	position: relative;

	overflow: hidden;

	margin-bottom: 35px;

}

.news .news_con dl dt img {

	display: block;

	width: 370px;

	height: 277px;

	transition: all 0.5s;

}

.news .news_con dl dd.dd1 {

	font-size: 16px;

	margin-bottom: 25px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.news .news_con dl dd.dd1 a {

	color: #333;

}

.news .news_con dl dd.dd1 span {

	display: block;

	font-size: 13px;

	color: #999;

	margin-top: 5px;

}

.news .news_con dl dd.dd2 {

	font-size: 13px;

	height: 66px;

	line-height: 22px;

	margin-bottom: 30px;

}

.news .news_con dl dd.dd3 a {

	display: block;

	width: 131px;

	height: 37px;

	line-height: 37px;

	text-align: center;

	border: 1px solid #d1d1d1;

	border-radius: 27px;

	background: #fff;

}

.news .news_con dl:hover dt img {

	transform: scale(1.1);

}

.news .news_con dl:hover dd.dd3 a {

	background: #c3141b;

	border-color: #c3141b;

	color: #fff;

}

.e244_main .w244 {

	width: 1200px;

	margin: 0 auto;

}

.e244_main {

	position: relative;

	width: 100%;

}

.e244_main .foot244 {

	width: 100%;

	padding-top: 30px;

	padding-bottom: 50px;

	height: auto;

	background: #333333;

}

.e244_main .links {

	padding-bottom: 30px;

	margin-bottom: 30px;

	font-size: 16px;

	border-bottom: 1px solid #f9f9f9;

}

.e244_main .links span {

	color: #f9f9f9;

	display: inline-block;

}

.e244_main .links a {

	display: inline-block;

	color: #f9f9f9;

	padding-right: 10px;

}

.e244_main .links a:hover {

	opacity: 0.8;

	filter: alpha(opacity=80);

}

.e244_main .botnav {

	width: 290px;

}

.e244_main .botnav li {

	width: 104px;

	float: left;

	display: block;

	list-style: none;

	font-size: 16px;

	line-height: 32px;

	text-align: left;

	overflow: hidden;

	padding-left: 40px;

}

.e244_main .botnav li:first-child {

	padding-left: 10px;

}

.e244_main .botnav li a {

	display: block;

	font-size: 16px;

	line-height: 30px;

	color: #fff;

	font-weight: bold;

}

.e244_main .botnav li .drop {

	padding-top: 10px;

}

.e244_main .botnav li .drop a {

	display: block;

	line-height: 24px;

	color: #fff;

	width: 100%;

	font-size: 12px;

	font-weight: normal;

}

.e244_main .botnav li:first-child {

	padding-left: 0;

}

.e244_main .botcontcat {

	float: left;

	width: 230px;

	color: #fff;

}

.e244_main .botcontcat a {

	color: #fff;

	display: block;

	line-height: 30px;

	font-size: 16px;

	font-weight: bold;

}

.e244_main .botcontcat .zx {

	padding-left: 22px;

	margin-top: 12px;

	font-size: 14px;

	color: #fff;

	background: url("../images/t244.png") no-repeat left center;

	background-size: 16px;

}

.e244_main .botcontcat .webTel1 {

	margin-top: 20px;

	font-size: 24px;

	font-weight: bold;

	color: #fff;

	font-family: "arial";

	line-height: 20px;

}

.e244_main .botcontcat .webTel2 {

	margin-top: 12px;

	font-size: 24px;

	font-weight: bold;

	color: #fff;

	font-family: "arial";

	line-height: 20px;

}

.e244_main .bewm {

	float: left;

	padding-top: 0px;

	padding-bottom: 12px;

	display: block;

	width: 160px;

	height: 215px;

	background: url("../images/bg244.png") no-repeat center center;

	background-size: 160px 215px;

}

.e244_main .bewm .img {

	display: block;

	width: 127px;

	height: 127px;

	padding: 0;

	margin: 0 auto;

	margin-top: 20px;

}

.e244_main .bewm .scan {

	margin-top: 28px;

	font-size: 14px;

	color: #fff;

	line-height: 20px;

	text-align: center;

}

.e244_main .imsgbox {

	width: 440px;

}

.e244_main .imsgbox h2 {

	font-size: 16px;

	color: #fff;

	display: block;

	line-height: 24px;

}

.e244_main .imassge {

	padding-top: 16px;

}

.e244_main .imassge .item {

	width: 209px;

	margin-bottom: 10px;

	position: relative;

	float: left;

	border: 1px solid #f9f9f9;

	border-radius: 5px;

}

.e244_main .imassge .item .txt {

	padding-left: 10px;

	height: 40px;

	line-height: 40px;

	color: #fff;

	background: none;

	outline: none;

	border: 0 none;

}

.e244_main .imassge .item .msg-box {

	position: absolute;

	left: 0;

	height: 20px;

	top: 0px;

}

.e244_main .imassge .item .msg-box s {

	display: inline-block;

}

.e244_main .imassge .mr10 {

	margin-right: 18px;

}

.e244_main .imassge .mj {

	width: 100%;

}

.e244_main .imassge .mj .txt {

	width: 430px;

}

.e244_main .imassge .submit {

	width: 101%;

	height: 50px;

	line-height: 46px;

	background: #fff;

	font-size: 16px;

	outline: none;

	cursor: pointer;

	border: 2px solid #fff;

	border-radius: 4px;

	transition: all .5s;

}

.e244_main .imassge .submit:hover {

	background: #4b882d;

	color: #fff;

	border-color: #4b882d;

}

.e244_main .imassge :-moz-placeholder {

color: #fff;

}

.e244_main .imassge ::-moz-placeholder {

color: #fff;

}

.e244_main .imassge input:-ms-input-placeholder, .e244_main .imassge textarea:-ms-input-placeholder {

color: #fff;

}

.e244_main .imassge input::-webkit-input-placeholder, .e244_main .imassge textarea::-webkit-input-placeholder {

color: #fff;

}

.e244_main .copyright {

	position: relative;

	width: 100%;

	height: 40px;

	line-height: 40px;

	background: #c3141b;

}

.e244_main .copyright p {

	font-size: 12px;

	color: #fff;

	text-align: center;

}

.e244_main .copyright a {

	font-size: 12px;

	color: #fff;

}

.kf315 .ico {

	background: url(../images/ico315.png) no-repeat;

	display: inline-block;

	vertical-align: middle;

}

.kf315 {

	width: 59px;

	position: fixed;

	right: 0;

	z-index: 999;

	bottom: 50%;

	margin-bottom: -144px;

}

.kf315 dd {

	width: 59px;

	height: 59px;

	background: #c3141b;

	margin-bottom: 5px;

	position: relative;

	transition: all 0.3s;

	-webkit-transition: all 0.3s;

	border-radius: 2px;

	-webkit-border-radius: 2px;

}

.kf315 dd a {

	height: 48px;

	padding: 11px 10px 0 13px;

	line-height: 18px;

	color: #fff;

	font-size: 16px;

	display: block;

	cursor: pointer;

}

.kf315 .box {

	width: 295px;

	height: 147px;

	padding: 0 15px;

	position: absolute;

	right: 90px;

	top: 0;

	background: #fff;

	display: none;

	border: 1px solid #e5e5e5;

	border-top: 10px solid #67b306;

}

.kf315 .box .ttel {

	width: 100%;

	padding: 15px 0 15px;

	margin-bottom: 10px;

	line-height: 20px;

	color: #666;

	border-bottom: 1px solid #aeaeae;

}

.kf315 .box .ttel strong {

	color: #fda804;

	font-size: 24px;

	line-height: 24px;

	display: block;

	font-weight: normal;

	font-family: arial;

}

.kf315 .box .ttel s {

	width: 80px;

	height: 45px;

	margin-right: 10px;

	background-position: 0 0;

}

.kf315 .box .list {

	color: #aeaeae;

	font-size: 12px;

	line-height: 24px;

}

.kf315 .box .list li {

	width: 48%;

	float: left;

}

.kf315 dd:hover {

	background: #333;

}

/* 产品列表 */

.wrap345 .location {

	width: 100%;

	padding-bottom: 15px;

	margin-bottom: 40px;

	position: relative;

	border-bottom: 1px solid #ddd;

}

.wrap345 .location:after {

	visibility: hidden;

	display: block;

	font-size: 0;

	content: " ";

	clear: both;

	height: 0;

}

.wrap345 .location h3 {

	font-size: 20px;

}

.wrap345 .location .sitepath {

	color: #666;

	white-space: nowrap;

}

.wrap345 .location .sitepath s {

	width: 16px;

	height: 17px;

	background-position: -11px 0px;

	margin: 0 6px;

}

.wrap345 .location .sitepath a {

	color: #666;

}

.wrap345 .location .sitepath a:hover {

	color: #02a852;

}

.nyb345 {

	width: 100%;

	position: relative;

	height: 300px;

	overflow: hidden;

	background-position: center;

	background-repeat: no-repeat;

}

.wrap345 {

	width: 1200px;

	margin: 0 auto;

	padding: 50px 0;

}

.wrap345 .left-tit {

	position: absolute;

	top: -85px;

	width: 100%;

	text-align: center;

	line-height: 40px;

	font-size: 34px;

	font-weight: bold;

	padding: 18px 0 37px 0;

	color: #fff;

	background-image: linear-gradient(0deg, #c3141b, #c3141b);

	border-radius: 10px 10px 0 0;

}

.wrap345 .left-tit2 {

	position: relative;

	margin: 0 10px;

	font-size: 18px;

	margin-bottom: 19px;

	text-align: left;

	display: block;

	font-weight: normal;

	margin-top: 40px;

	text-indent: 12px;

	color: #fff;

	border-left: 3px solid #fff;

}

.wrap345 .left-tit2 .icon {

	position: absolute;

	left: 28px;

	top: -5px;

	display: block;

	width: 3px;

	float: left;

	margin: 12px 8px 12px 0;

	height: 18px;

	background: #fff;

}

.wrap345 .left-tit2 .icon_right {

	position: absolute;

	right: 0px;

	top: -4px;

	float: right;

	width: 21px;

	height: 21px;

	margin-top: 10px;

	background: url(../images/r345.png) no-repeat;

}

.wrap345 .left-tit2 .icon_right a {

	display: block;

	width: 21px;

	height: 21px;

	cursor: pointer;

}

.wrap345 .left-tit.left-tit2 .icon_right a {

	display: block;

	width: 100%;

	height: 100%;

	cursor: pointer;

}

.wrap345 .leftcon {

	position: relative;

	width: 260px;

	float: left;

	padding-bottom: 10px;

	margin-top: 85px;

	background: #67b306;

	background-image: linear-gradient(0deg, #c3141b, #c3141b);

	border-radius: 10px;

}

.wrap345 .leftcon .pronav {

	display: block;

	padding-bottom: 30px;

	border-radius: 10px;

	margin: 0 10px;

	margin-top: 37px;

	background: #c3141b;

}

.wrap345 .leftcon .pronav .prolist li.item {

	display: block;

	margin: 0 14px;

	margin-top: 14px;

}

.wrap345 .leftcon .pronav .prolist li.item .aLink {

	position: relative;

	display: block;

	height: 35px;

	font-weight: bold;

	font-size: 17px;

	line-height: 35px;

	text-indent: 10px;

	color: #fff;

	background: #ad1010;

	border-radius: 10px;

}

.wrap345 .leftcon .pronav .prolist li.item .aLink:after {

	content: ">";

	position: absolute;

	right: 7px;

	top: 50%;

	margin-top: -10px;

	width: 20px;

	height: 20px;

	font-family: 宋体;

	color: #fff;

	font-size: 20px;

	font-weight: bold;

	line-height: 20px;

	text-indent: 5px;

	transition: all .5s;

}

.wrap345 .leftcon .pronav .prolist {

	padding-top: 30px;

}

.wrap345 .leftcon .pronav .prolist li.item:first-child {

	margin-top: 0px;

}

.wrap345 .leftcon .pronav .prolist li.item.hover .aLink, .wrap345 .leftcon .pronav .prolist li.item:hover .aLink {

	background: #333;

}

.wrap345 .leftcon .pronav .prolist li.item.hover .aLink:after {

	transform: rotate(90deg);

	-ms-transform: rotate(90deg);

	-moz-transform: rotate(90deg);

	-webkit-transform: rotate(90deg);

	-o-transform: rotate(90deg);

}

.wrap345 .leftcon .leftpro {

	margin: 0 10px;

}

.wrap345 .leftcon .leftpro center {

	color: #fff;

}

.wrap345 .leftcon .leftpro .item {

	float: left;

	width: 115px;

	margin: 0 auto 10px;

}

.wrap345 .leftcon .leftpro .item:nth-child(2n) {

	float: right;

}

.wrap345 .leftcon .leftpro .item a {

	width: 100%;

	display: block;

}

.wrap345 .leftcon .leftpro .item a img {

	width: 100%;

	height: 115px;

	display: block;

	border-radius: 6px;

}

.wrap345 .leftcon .leftpro .item a h3 {

	color: #fff;

	font-size: 13px;

	line-height: 35px;

	text-align: center;

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

}

.wrap345 .content {

	width: 900px;

	float: right;

}

.wrap345 .content .prolist {

	width: 100%;

	position: relative;

}

.wrap345 .content .prolist .item {

	width: 280px;

	float: left;

	margin: 0 30px 30px 0;

	position: relative;

	background: #fff;

	border: 1px solid #e5e5e5;

	transition: all .5s;

	overflow: hidden;

}

.wrap345 .content .prolist .item:nth-child(3n) {

	margin-right: 0;

}

.wrap345 .content .prolist .item a {

	display: block;

	width: 100%;

}

.wrap345 .content .prolist .item img {

	display: block;

	width: 278px;

	height: 208px;

}

.wrap345 .content .prolist .item .txt {

	padding: 0 20px;

	height: 70px;

}

.wrap345 .content .prolist .item .txt .tit {

	float: left;

	width: 126px;

	height: 70px;

	font-size: 16px;

	line-height: 70px;

	color: #333;

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

}

.wrap345 .content .prolist .item .txt .yd {

	float: right;

	display: block;

	width: 110px;

	height: 30px;

	margin-top: 20px;

	font-size: 14px;

	line-height: 30px;

	text-align: center;

	color: #fff;

	background: url(../images/d345.png) no-repeat center center;

	text-indent: 16px;

}

.wrap345 .content .prolist .item:hover {

	background: #c3141b;

	border-color: #c3141b;

	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.wrap345 .content .prolist .item:hover .txt .tit {

	color: #fff;

}

.wrap345 .content .prolist .item:hover .yd {

	background: url("../images/h345.png") no-repeat center center;

}

.wrap345 .icon {

	background: url(../images/icon345.png) no-repeat;

	display: inline-block;

	vertical-align: middle;

}

.wrap345 .pglist {

	padding: 20px 0;

	width: 100%;

	text-align: center;

	clear: both;

}

.wrap345 .pglist a {

	color: #666;

	padding: 0 15px;

	margin: 0 3px;

	display: inline-block;

	vertical-align: middle;

	line-height: 34px;

	background: #f9f9f9;

	border: 1px solid #b8b5b5;

}

.wrap345 .pglist li {

	display: inline-block;

}

.wrap345 .pglist a:hover, .wrap345 .pglist .active a {

	display: inline-block;

	color: #fff;

	background: #02a852;

	border-color: #02a852;

	box-shadow: 0 0 14px rgba(0, 0, 0, .2);

}

/* 产品列表 end*/

.wrap345 .reLink {

	width: 100%;

	height: 58px;

	line-height: 58px;

	border-top: 2px solid #dddddd;

	border-bottom: 2px solid #dddddd;

}

.wrap345 .reLink .nextlink, .wrap345 .reLink .prevlink {

	width: 50%;

	display: block;

	text-align: left;

	color: #666;

}

.wrap345 .reLink .nextlink a, .wrap345 .reLink .prevlink a {

	color: #666;

}

.wrap345 .reLink .nextlink a:hover, .wrap345 .reLink .prevlink a:hover {

	color: #02a852;

}

.wrap345 .reLink .nextlink {

	text-align: right;

}

.wrap345 .recomcon {

	margin-top: 20px;

}

.wrap345 .recomcon .recom-tit {

	font-size: 22px;

	line-height: 32px;

	padding: 20px 0;

}

.wrap345 .recomcon .recom-tit .more {

	float: right;

	font-size: 16px;

	width: 120px;

	height: 30px;

	color: #666;

	text-align: center;

	line-height: 30px;

	border: 1px solid #ddd;

}

.wrap345 .recomcon .recom-tit .more:hover {

	width: 150px;

}

.wrap345 .recomcon .recom-tit s {

	width: 4px;

	height: 23px;

	margin-right: 15px;

	background: #02a852;

	display: inline-block;

	vertical-align: middle;

}

.wrap345 .recomcon .txtimglist {

	width: 106%;

}

.wrap345 .recomcon .txtimglist .item {

	width: 420px;

	height: auto;

	padding: 0;

	padding-bottom: 20px;

	float: left;

	margin-right: 20px;

	margin-bottom: 20px;

	border: 0;

	border-bottom: 1px solid #dddddd;

}

.wrap345 .recomcon .txtimglist .item a {

	width: 100%;

	height: 120px;

	display: block;

}

.wrap345 .recomcon .txtimglist .item img {

	width: 161px;

	height: 120px;

	float: left;

	margin-right: 10px;

}

.wrap345 .recomcon .txtimglist .item h3 {

	font-size: 18px;

	line-height: 32px;

	height: 32px;

	position: relative;

	margin-bottom: 10px;

	padding: 0;

	overflow: hidden;

}

.wrap345 .recomcon .txtimglist .item .txt {

	padding: 0;

}

.wrap345 .recomcon .txtimglist .item:hover h3 {

	color: #02a852;

	text-indent: 0;

}

.wrap345 .showpro .show-tit {

	font-size: 20px;

	padding-bottom: 20px;

	color: #02a852;

	font-weight: bold;

	border-bottom: 1px solid #ddd;

}

.wrap345 .showpro .showContxt {

	color: #666;

	padding: 18px 2px 30px;

	line-height: 26px;

	text-align: justify;

}

.wrap345 .showpro .showContxt img {

	max-width: 100%;

	height: auto !important;

}

.wrap345 .showpro .showimgcon {

	padding: 40px 40px 40px;

	margin-bottom: 40px;

	border: 1px solid #ddd;

}

.wrap345 .showpro .showimgcon .txtcon {

	width: 240px;

	float: left;

	margin-left: 45px;

	position: relative;

	height: 480px;

}

.wrap345 .showpro .showimgcon .txtcon .tit {

	font-size: 26px;

}

.wrap345 .showpro .showimgcon .txtcon .price {

	font-size: 34px;

	margin-bottom: 40px;

	color: #e4393c;

	font-family: arial;

	margin-top: 20px;

}

.wrap345 .showpro .showimgcon .txtcon .xcxm {

	width: 238px;

	border: 1px solid #dddddd;

	border-radius: 6px;

	background: #fff;

}

.wrap345 .showpro .showimgcon .txtcon .xcxm img {

	width: 236px;

	height: 236px;

	display: block;

	border-radius: 6px;

	border-bottom: 1px solid #ddd;

}

.wrap345 .showpro .showimgcon .txtcon .xcxm span {

	width: 100%;

	height: 46px;

	line-height: 46px;

	text-align: center;

	font-size: 16px;

	display: block;

}

.wrap345 .showpro .showimgcon .txtcon .tel {

	position: absolute;

	height: 44px;

	line-height: 44px;

	text-align: center;

	left: 0;

	bottom: 0;

	width: 238px;

	border: 1px solid #02a852;

	font-size: 20px;

	color: #02a852;

	border-radius: 2px;

}

.wrap345 .showpro .showimgcon .txtcon .tel s {

	width: 26px;

	height: 26px;

	background-position: -36px -76px;

}

.wrap345 .showpro .showimg {

	width: 480px;

	position: relative;

	float: left;

	overflow: hidden;

}

.wrap345 .showpro .showimg .bigimg {

	width: 480px;

	height: 480px;

	display: block;

	position: relative;

}

.wrap345 .showpro .showimg .bigimg .list {

	width: 500%;

}

.wrap345 .showpro .showimg .bigimg .list li {

	width: 480px;

	height: 480px;

	margin-right: 0;

}

.wrap345 .showpro .showimg .bigimg .list img {

	width: 100%;

	height: 100%;

	display: block;

	transition: all ease 300ms;

}

.wrap345 .showpro .showimg .smallimg {

	width: 480px;

	height: 105px;

	padding-top: 11px;

	position: absolute;

	left: 0;

	bottom: 0;

	z-index: 10;

	overflow: hidden;

	background: url( ../images/bj346.png) repeat 0 0;

}

.wrap345 .showpro .showimg .list {

	width: 390px;

	overflow: hidden;

	position: relative;

	margin: 0 auto;

}

.wrap345 .showpro .showimg .listcon {

	width: 300%;

	position: relative;

}

.wrap345 .showpro .showimg .prev, .wrap345 .showpro .showimg .next {

	width: 20px;

	height: 84px;

	z-index: 10;

	position: absolute;

	top: 11px;

	cursor: pointer;

	background: #fff url( ../images/zy346.png) no-repeat 0 center;

	transition: all .5s;

}

.wrap345 .showpro .showimg .prev:hover, .wrap345 .showpro .showimg .next:hover {

	background-color: #ddd;

}

.wrap345 .showpro .showimg .prev {

	left: 10px;

	background-position: 7px center;

}

.wrap345 .showpro .showimg .next {

	right: 10px;

	background-position: -39px center;

}

.wrap345 .showpro .showimg li {

	width: 84px;

	height: 84px;

	margin-right: 18px;

	float: left;

	cursor: pointer;

	position: relative;

}

.wrap345 .showpro .showimg li img {

	width: 100%;

	height: 100%;

	display: block;

}

.wrap345 .showpro .showimg li.on {

	width: 80px;

	height: 80px;

	border: 2px solid #ffde00;

}

.wrap345 .txtab {

	line-height: 32px;

}

.wrap345 .txtab.bgab {

	padding-top: 30px;

	width: 900px;

	padding: 15px 40px 50px;

	border: 1px solid #dddddd;

	background: #fff;

}

.wrap345 .txtab img {

	max-width: 100%;

	height: auto !important;

}

.wrap345 .txtlist .item {

	width: 900px;

	height: 205px;

	padding: 20px;

	margin-bottom: 40px;

	border: 1px solid #ddd;

	transition: all .5s;

}

.wrap345 .txtlist .item a {

	width: 100%;

	display: block;

}

.wrap345 .txtlist .item img {

	width: 213px;

	height: 160px;

	display: block;

	margin-right: 45px;

}

.wrap345 .txtlist .item h3 {

	font-size: 18px;

	color: #333;

	padding: 22px 0 15px;

	transition: all .5s;

}

.wrap345 .txtlist .item .txt {

	color: #999;

	line-height: 24px;

	height: 72px;

	padding-right: 45px;

	text-align: justify;

	overflow: hidden;

}

.wrap345 .txtlist .item .time {

	width: 100px;

	padding-top: 28px;

	line-height: 24px;

	font-family: arial;

	font-size: 16px;

	color: #939aa3;

}

.wrap345 .txtlist .item .time .day {

	font-size: 34px;

	line-height: 40px;

	display: block;

}

.wrap345 .txtlist .item .time s {

	width: 54px;

	height: 8px;

	display: block;

	margin-top: 20px;

	background-position: -170px 0;

}

.wrap345 .txtlist .item:hover {

	border: 1px solid #67b306;

}

.wrap345 .txtlist .item:hover h3 {

	color: #67b306;

	text-indent: 10px;

}

.wrap345 .showinfo .title {

	font-size: 22px;

	color: #333333;

	text-align: center;

	padding: 10px 0 16px;

}

.wrap345 .showinfo .mark {

	color: #666;

	height: 38px;

	line-height: 38px;

	overflow: hidden;

	text-align: center;

	margin-bottom: 20px;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

}

.wrap345 .showinfo .mark span {

	margin: 0 10px;

	font-size: 12px;

}

.wrap345 .showinfo .img {

	width: 500px;

	display: block;

	margin: 10px auto 20px;

}

.wrap345 .showinfo .img img {

	max-width: 100%;

	display: block;

	margin: 0 auto;

}

.wrap345 .showinfo .showcontxt {

	color: #666;

	padding: 0 2px 30px;

	line-height: 30px;

	text-align: justify;

}

.wrap345 .showinfo .showcontxt .t {

	position: relative;

	display: inline-block;

	color: #333;

	padding: 0 2px 5px;

	font-size: 16px;

	margin-bottom: 10px;

}

.wrap345 .showinfo .showcontxt .t:after {

	width: 20px;

	height: 2px;

	content: "\20";

	background: #c21d24;

	display: block;

	position: absolute;

	left: 2px;

	bottom: -1px;

}

.wrap345 .showinfo .showcontxt img {

	max-width: 100%;

	height: auto !important;

}

.wrap345 .relink {

	width: 100%;

	height: 58px;

	line-height: 58px;

	border-top: 2px solid #ddd;

	border-bottom: 2px solid #ddd;

}

.wrap345 .jdlist .item {

	width: 280px;

	float: left;

	margin: 0 26px 26px 0;

	position: relative;

	background: #fff;

	border: 1px solid #dddddd;

	border-radius: 6px;

	transition: all ease 300ms;

	overflow: hidden;

	margin-right: 29px;

}

.wrap345 .jdlist .item a {

	display: block;

	width: 100%;

}

.wrap345 .jdlist .item img {

	width: 278px;

	height: 209px;

	display: block;

	border-bottom: 1px solid #dddddd;

}

.wrap345 .jdlist .item h3 {

	padding: 0 16px;

	height: 68px;

	font-size: 16px;

	color: #333;

	line-height: 68px;

	overflow: hidden;

	transition: all ease 300ms;

	text-align: center;

}

.wrap345 .jdlist .item h3 span s {

	width: 18px;

	height: 18px;

	margin-right: 5px;

	background-position: -120px -78px;

}

.wrap345 .jdlist .item:hover {

	border-color: #fff;

	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.wrap345 .jdlist .item:hover .xcx {

	opacity: 1;

	filter: alpha(opacity=100);

	left: 0;

}

.wrap345 .jdlist .item:hover h3 span {

	background: #f95927;

	color: #fff;

}

.wrap345 .jdlist .item:hover h3 span s {

	background-position: -142px -78px;

}

.wrap345 .jdlist {

	width: 106%;

	position: relative;

}

.wrap345 .msgpage .formey {

	padding-top: 5px;

}

.wrap345 .msgpage .tit {

	text-align: center;

	padding: 18px 0 36px;

}

.wrap345 .msgpage .tit .p1 {

	font-size: 25px;

	margin-bottom: 10px;

}

.wrap345 .msgpage .tit .p2 {

	color: #666;

	line-height: 24px;

}

.wrap345 .msgpage .tit .p2 span {

	color: #67b306;

	font-weight: bold;

}

.wrap345 .formey {

	padding-bottom: 20px;

}

.wrap345 .formey .item {

	float: left;

	color: #999;

	font-weight: normal;

	width: 420px;

	height: 43px;

	line-height: 43px;

	border: 1px solid #ccc;

	background: #f3f3f3;

	margin-right: 56px;

	margin-bottom: 25px;

	position: relative;

}

.wrap345 .formey .item label {

	padding-left: 15px;

	position: absolute;

	left: 0;

	top: 0;

	z-index: 11;

	text-align: center;

	display: block;

	margin: 0;

	height: 43px;

	line-height: 43px;

	font-size: 16px;

	color: #666;

}

.wrap345 .formey .item input {

	outline: none;

	line-height: 38px;

	height: 38px;

	font-size: 16px;

}

.wrap345 .formey .item .txt {

	width: 350px;

	height: 43px;

	line-height: 43px;

	display: block;

	background: none;

	padding-left: 70px;

	border: 0 none;

	color: #666;

}

.wrap345 .formey .item .red {

	position: absolute;

	right: 15px;

	top: 0;

	color: #ff0000;

	z-index: 11;

}

.wrap345 .formey .item.mr0 {

	margin-right: 0;

}

.wrap345 .formey .msg-box {

	position: absolute;

	left: 0;

	top: 0px;

}

.wrap345 .formey .liuyan {

	width: 918px;

	height: 260px;

	border: 1px solid #e4e4e4;

	float: left;

}

.wrap345 .formey .liuyan label {

	text-align: right;

	display: block;

	top: 7px;

}

.wrap345 .formey .liuyan textarea {

	width: 908px;

	height: 234px;

	line-height: 35px;

	padding: 12px 10px;

	text-indent: 100px;

	font-size: 16px;

	font-family: "microsoft yahei";

	color: #666;

	border: 0 none;

	overflow: hidden;

	background: none;

	resize: none;

	display: block;

	outline: none;

}

.wrap345 .formey .bot {

	width: 100%;

}

.wrap345 .formey .sub {

	width: 232px;

	line-height: 41px;

	border: 2px solid #67b306;

	margin-right: 2px;

	text-align: center;

	background: #67b306;

	color: #FFF;

	cursor: pointer;

	font-size: 18px;

	display: block;

	outline: none;

	transition: all .5s;

}

.wrap345 .formey .sub:hover {

	background: none;

	color: #67b306;

}

.wrap345 .formey .yzm .txt {

	padding-left: 80px;

	width: 340px;

}

.wrap345 .formey .yzm img {

	position: absolute;

	right: 0;

	top: 0;

	border: 0px;

	display: block;

}

.wrap345 .jdinfo .title {

	font-size: 22px;

	color: #333333;

	text-align: center;

	padding: 10px 0 16px;

}

.wrap345 .jdinfo .mark {

	color: #666;

	height: 38px;

	line-height: 38px;

	overflow: hidden;

	text-align: center;

	margin-bottom: 20px;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

}

.wrap345 .jdinfo .mark span {

	margin: 0 10px;

	font-size: 12px;

}

.wrap345 .jdinfo .img {

	width: 500px;

	display: block;

	margin: 10px auto 20px;

}

.wrap345 .jdinfo .img img {

	max-width: 100%;

	display: block;

	margin: 0 auto;

}

.wrap345 .jdinfo .showcontxt {

	color: #666;

	padding: 0 2px 30px;

	line-height: 30px;

	text-align: justify;

}

.wrap345 .jdinfo .showcontxt .t {

	position: relative;

	display: inline-block;

	color: #333;

	padding: 0 2px 5px;

	font-size: 16px;

	margin-bottom: 10px;

}

.wrap345 .jdinfo .showcontxt .t:after {

	width: 20px;

	height: 2px;

	content: "\20";

	background: #c21d24;

	display: block;

	position: absolute;

	left: 2px;

	bottom: -1px;

}

.wrap345 .jdinfo .showcontxt img {

	max-width: 100%;

	height: auto !important;

}

.HS10, .HS15 {

	overflow: hidden;

	clear: both;

}

.HS10 {

	height: 10px;

}

.HS15 {

	height: 15px;

}

.Hidden {

	display: none;

}

.Clearer {

	display: block;

	clear: both;

	font-size: 1px;

	line-height: 1px;

	margin: 0;

	padding: 0;

}

.FlLeft {

	float: left;

}

.FlRight {

	float: right;

}

.MainBg {

	width: 100%;

	margin: 0 auto;

}

.OriginalPicBorder {

	padding: 0;

}

#OriginalPic {

	width: 100%;

	overflow: hidden;

	position: relative;

	font-size: 12px;

}

#OriginalPic img {

	display: block;

	min-width: 100px;

	max-width: 100%;

	margin: 0 auto;

}

.CursorL {

	position: absolute;

	z-index: 999;

	width: 50%;

	height: 100%;

	color: #FFF;

	left: 0;

}

.CursorR {

	position: absolute;

	z-index: 999;

	width: 50%;

	height: 100%;

	color: #FFF;

	right: 0;

}

.SliderPicBorder {

	width: 100%;

	overflow: hidden;

}

.ThumbPicBorder {

	width: 100%;

	margin: 0 auto;

	background: #eeeeee;

	overflow: hidden;

	position: relative;

}

.ThumbPicBorder #btnPrev {

	width: 45px;

	height: 113px;

	cursor: pointer;

	position: absolute;

	left: 20px;

	top: 20px;

}

.ThumbPicBorder #btnNext {

	width: 45px;

	height: 113px;

	cursor: pointer;

	position: absolute;

	right: 20px;

	top: 20px;

}

.ThumbPicBorder .pic {

	width: 720px;

	overflow: hidden;

	position: relative;

	margin: 20px auto;

}

#ThumbPic img {

	border: 3px solid #ddd;

	cursor: pointer;

	background-color: #ddd;

	margin: 0 5px;

	width: 135px;

	height: 108px;

	display: block;

	transition: all .5s;

}

#ThumbPic img.active {

	border: 3px solid #c9974c;

}



