@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
}
a {
	color: #2A2A2A;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #2F318B;
	text-decoration: none;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
::-moz-selection {
	color: #FFF;
	background: #2F318B;
}
::selection {
	color: #FFF;
	background: #2F318B;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table tr, table td {
	max-width: 100%;
	border: solid 1px #EEE;
}
.clear {
	zoom: 1;
	clear: both;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
html::-webkit-scrollbar {
	 display: none;
}
body {
	color: #2A2A2A;
	font-size: 14px;
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	background: #FFFFFF;
}
.header {
	width: 100%;
	height: 100px;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1258);
	position: fixed;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 999;
}
.header .logo {
	float: left;
	margin-top: 25px;
}
.header .logo a {
	display: block;
	width: 180px;
	height: 50px;
	background-size: 180px 50px;
}
.header .mnav {
	width: auto;
	height: 100px;
	float: right;
}
.header .mnav .nav {
	width: auto;
	height: 100px;
}
.header .mnav .nav ul {
	margin: 0;
	padding: 0;
	display: table;
}
.header .mnav .nav li {
	float: left;
	display: inline-block;
}
.header .mnav .nav li.relative {
	position: relative;
}
.header .mnav .nav li a {
	width: 120px;
	height: 100px;
	line-height: 100px;
	display: block;
	color: #373737;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
}
.header .mnav .nav li .category-box {
	display: none;
}
.header .mnav .nav li .menu-box {
	display: none;
}
.header .mnav .nav li .soso-box {
	display: none;
}
.header .mnav .nav li a:hover {
	color: #2F318B;
	font-size: 17px;
	font-weight: 600;
}
.header .mnav .nav li:hover .menu-box {
	display: block;
	width: 120px;
	height: auto;
	background: #FFF;
	border-top: 1px solid #F5F5F5;
	box-sizing: content-box;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1369);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	position: absolute;
	top: 99px;
	left: 0px;
}
.header .mnav .nav li:hover .menu-box dl {
	margin: 0;
	padding: 0;
}
.header .mnav .nav li:hover .menu-box dd a {
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
}
.header .mnav .nav li:hover .menu-box dd a:hover {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background: rgba(47, 49, 139, 0.8);
}
.header .mnav .nav li:hover .menu-box dd:last-child a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.header .mnav .nav .hover {
	color: #2F318B;
	font-size: 17px;
	font-weight: 600;
}
.header .mnav .nav .hover a {
	color: #2F318B;
	font-size: 17px;
	font-weight: 600;
	position: relative;
}
.header .mnav .nav li:hover .soso-box {
	display: block;
	width: 260px;
	height: 34px;
	padding: 15px;
	background: #FFF;
	border-top: 1px solid #F5F5F5;
	box-sizing: content-box;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1369);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	position: absolute;
	top: 100px;
}
.header .mnav .nav li:hover .soso-box #keywords {
	float: left;
	width: 200px;
	height: 34px;
	line-height: 34px;
	color: #202020;
	font-size: 14px;
	padding: 0 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #DDD;
	box-sizing: border-box;
}
.header .mnav .nav li:hover .soso-box #sosearch {
	float: left;
	width: 60px;
	height: 34px;
	line-height: 34px;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
	background: #2F318B;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header .mnav .soso {
	display: inline-block;
	width: 60px;
	height: 100px;
	line-height: 100px;
	margin-right: 30px;
	text-align: center;
	position: relative;
	padding: 0 0 0 5px;
	background: url(../images/sou.png) no-repeat 15px 35px;
}
.header .mnav .soso img {
	width: 40px;
	height: 40px;
	margin-top: 15px;
}
.header .mnav .language {
	display: inline-block;
	width: 60px;
	height: 100px;
	line-height: 100px;
	margin-right: 30px;
	text-align: center;
	position: relative;
}
.header .mnav .language img {
	width: 32px;
	height: 32px;
	margin-top: 32px;
}
.fullSlide {
	width: 100%;
	height: 800px;
	background: #F5F5F5;
	position: relative;
	overflow: hidden;
}
.fullSlide .bd {
	width: 100%;
	height: 800px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100%!important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 800px;
	overflow: hidden;
	background-size: cover !important;
}
.fullSlide .hd {
	width: auto;
	height: 65px;
	line-height: 65px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari and Chrome */
	-o-transform: translate(-50%, 0); /* Opera */
	-moz-transform: translate(-50%, 0); /* Firefox */
	transform: translate(-50%, 0);
	z-index: 1;
}
.fullSlide .hd ul {
	padding: 0 0 0 0;
	text-align: center;
}
.fullSlide .hd ul li {
	display: inline-block;
	width: 45px;
	height: 10px;
	line-height: 999px;
	cursor: pointer;
	border-radius: 25px;
	margin: 0 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.75);
	zoom: 1;
}
.fullSlide .hd ul .on {
	background: rgba(227, 6, 19, 0.95);
}
.fullSlide .prev {
	display: none;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.15) url(../images/slider-arrow.png) no-repeat -118px -137px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 17%;
	z-index: 1;
}
.fullSlide .next {
	display: none;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.15) url(../images/slider-arrow.png) no-repeat -58px -137px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 17%;
	z-index: 1;
}
.fullSlide .next {
	left: auto;
	right: 20%;
	display: none;
}
.fullSlide .prev:hover {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	background: #2F318B url(../images/slider-arrow.png) no-repeat -118px -137px;
}
.fullSlide .next:hover {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	background: #2F318B url(../images/slider-arrow.png) no-repeat -58px -137px;
}
.hproduct {
	width: 100%;
	padding: 25px 0;
	background: #F5F5F5;	
}
.hproduct .h2title {
	padding: 25px 0;
	margin-bottom: 15px;
	position: relative;
}
.hproduct .h2title h2 {
	color: #080808;
	font-size: 27px;
	font-weight: normal;
	padding: 0 0 20px 0;
	position: relative;
}
.hproduct .h2title h2:after {
	content: ' ';
	width: 52px;
	height: 1px;
	background: #080808;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.hproduct .h2title p {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}
.hproduct .h2title .more a {
	display: block;
	width: 175px;
	height: 45px;
	line-height: 45px;
	color: #666;
	font-size: 16px;
	text-align: center;
	border: 1px solid #CBCBCB;
	position: absolute;
	right: 0px;
	bottom: 35px;
}
.hproduct .h2title .more a:hover {
	color: #282828;
}
.hproduct .main {
	padding: 10px 0 0;
}
.hproduct .main .listinfo {
	width: 280px;
	float: left;
	margin: 0 26px 26px 0;
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
}
.hproduct .main .listinfo .thumb {
	width: 280px;
	height: 157px;
	background: #FFF;
}
.hproduct .main .listinfo .thumb img {
	width: 280px;
	height: 157px;
	object-fit: scale-down;
}
.hproduct .main .listinfo .title {
	width: 280px;
	height: 68px;
	color: #565656;
	font-size: 27px;
	font-weight: 500;
	text-align: center;
	padding-top: 25px;
	background: #F8F8F8;
	position: relative;
}
.hproduct .main .listinfo .title:after {
	content: ' ';
	width: 25%;
	height: 2px;
	background: #2F318B;
	position: absolute;
	left: 50%;
	bottom: 12px;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari and Chrome */
	-o-transform: translate(-50%, 0); /* Opera */
	-moz-transform: translate(-50%, 0); /* Firefox */
	transform: translate(-50%, 0);
}
.hproduct .main .listinfo:nth-child(4n) {
	float: right;
	margin: 0 0 26px 0;
}
.hproduct .main .listinfo:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.0725);
}
.hproduct .main .listinfo:hover .title {
	width: 280px;
	height: 68px;
	color: #2F318B;
	font-size: 27px;
	font-weight: 500;
	text-align: center;
	padding-top: 25px;
	background: #F8F8F8;
	position: relative;
}
.hproduct .main .listinfo:hover .title:after {
	content: ' ';
	width: 25%;
	height: 2px;
	background: #565656;
	position: absolute;
	left: 50%;
	bottom: 12px;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari and Chrome */
	-o-transform: translate(-50%, 0); /* Opera */
	-moz-transform: translate(-50%, 0); /* Firefox */
	transform: translate(-50%, 0);
}
.habout {
	width: 100%;
	height: 500px;
	padding: 15px 0 35px;
	margin-bottom: 30px;
	background: url(../images/habout.jpg) no-repeat center bottom;
	background-size: cover;
}
.habout .h2title {
	padding: 25px 0;
	margin-bottom: 15px;
	position: relative;
}
.habout .h2title h2 {
	color: #080808;
	font-size: 27px;
	font-weight: normal;
	padding: 0 0 20px 0;
	position: relative;
}
.habout .h2title h2:after {
	content: ' ';
	width: 52px;
	height: 1px;
	background: #080808;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.habout .h2title p {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}
.habout .main {
	width: 840px;
	height: 370px;
	overflow: hidden;
	position: relative;
}
.habout .thumb {
	width: 340px;
	height: 370px;
	position: absolute;
	top: 30%;
	right: -4%;
	-ms-transform: translate(0, -40%);
	-webkit-transform: translate(0, -40%);
	-o-transform: translate(0, -40%);
	-moz-transform: translate(0, -40%);
	transform: translate(0, -40%);
}
.habout .main p {
	color: #333;
	font-size: 15px;
	line-height: 28px;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 25px;
}
.habout .main .more a {
	display: block;
	width: 175px;
	height: 45px;
	line-height: 45px;
	color: #666;
	font-size: 16px;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #CBCBCB;
	position: absolute;
	left: 0px;
	bottom: 35px;
}
.habout .main .more a:hover {
	color: #282828;
}
.hnews {
	width: 100%;
	padding: 0 0 15px 0;
}
.hnews .h2title {
	padding: 25px 0;
	margin-bottom: 15px;
	position: relative;
}
.hnews .h2title h2 {
	color: #080808;
	font-size: 27px;
	font-weight: normal;
	padding: 0 0 20px 0;
	position: relative;
}
.hnews .h2title h2:after {
	content: ' ';
	width: 52px;
	height: 1px;
	background: #080808;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.hnews .h2title p {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}
.hnews .h2title .more a {
	display: block;
	width: 175px;
	height: 45px;
	line-height: 45px;
	color: #666;
	font-size: 16px;
	text-align: center;
	border: 1px solid #CBCBCB;
	position: absolute;
	right: 0px;
	bottom: 35px;
}
.hnews .h2title .more a:hover {
	color: #282828;
}
.hnews .main {
	padding: 10px 0 0;
}
.hnews .main .listinfo {
	width: 48%;
	height: 90px;
	float: left;
	margin-bottom: 25px;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #F5F5F5;
}
.hnews .main .listinfo:nth-child(2n) {
	float: right;
}
.hnews .main .listinfo .date {
	width: 90px;
	height: 90px;
	float: left;
}
.hnews .main .listinfo .date span {
	display: block;
	color: #333;
	font-size: 21px;
}
.hnews .main .listinfo .date span:nth-child(2) {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 32px;
}
.hnews .main .listinfo .msg {
	width: auto;
	height: 90px;
	margin-left: 100px;
}
.hnews .main .listinfo .msg h2 {
	color: #333333;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 15px;
}
.hnews .main .listinfo .msg p {
	line-height: 28px;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
}
.hnews .main .listinfo:hover {
	cursor: pointer;
	border-bottom: 1px solid #2F318B;
}
.hnews .main .listinfo:hover .msg h2 {
	color: #2F318B;
}
.hnews .main .listinfo:hover .msg p {
	color: #585858;
}
.hpartner {
	width: 100%;
	background: #F5F5F5;
	padding: 10px 0 55px;
}
.hpartner .h2title {
	padding: 25px 0;
	margin-bottom: 15px;
	position: relative;
}
.hpartner .h2title h2 {
	color: #080808;
	font-size: 27px;
	font-weight: normal;
	padding: 0 0 20px 0;
	position: relative;
}
.hpartner .h2title h2:after {
	content: ' ';
	width: 52px;
	height: 1px;
	background: #080808;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.hpartner .h2title p {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}
.hpartner .scrollleft {
	width: 1200px;
	border-bottom: 1px solid #EDEDED;
}
.hpartner .scrollleft ul {
	margin: 0;
	padding: 0;
	display: table;
}
.hpartner .scrollleft ul li {
	float: left;
	width: 230px;
	height: 125px;
	cursor: pointer;
}
.hpartner .scrollleft ul li img {
	width: 220px;
	height: 115px;
	padding: 5px;
	background: #FFF;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	box-sizing: content-box;
}
.hpartner .scrollleft ul li:hover img {
	width: 220px;
	height: 115px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #EDEDED;
	box-sizing: content-box;
	/*
	transform: scale(1);
	border-radius: 5px;
	*/
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.125);
}
#footer {
	width: 100%;
	padding: 50px 0;
	background: #333;
}
#footer .contact {
	width: 300px;
	float: left;
	color: #A9A9A9;
}
#footer .contact h3 {
	line-height: 30px;
	color: #A9A9A9;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}
#footer .contact p {
	line-height: 25px;
}
#footer .contact p.p1 {
	line-height: 30px;
	font-size: 20px;
}
#footer .contact p.tel {
	line-height: 56px;
	font-size: 35px;
	font-family: "Arial";
}
#footer .footnav {
	float: left;
	margin: 0 0 0 70px;
	padding: 0 0 0 70px;
	border-left: 1px solid rgba(255,255,255,0.15);
	border-right: 1px solid rgba(255,255,255,0.15);
	box-sizing: border-box;
}
#footer .footnav dl {
	width: 180px;
	float: left;
}
#footer .footnav dl dt {
	display: block;
	height: 32px;
	line-height: 32px;
	margin-bottom: 15px;
}
#footer .footnav dl dt a {
	color: #A9A9A9;
	font-size: 15px;
	font-weight: bold;
}
#footer .footnav dl dd {
	display: block;
	height: 30px;
	line-height: 30px;
}
#footer .footnav dl dd a {
	color: #A9A9A9;
	font-size: 14px;
}
#footer .footnav dl dd a:hover {
	font-weight: bold;
}
#footer .qrcode {
	float: right;
}
#footer .qrcode dl {
	width: 160px;
}
#footer .qrcode dt img {
	width: 160px;
	height: 160px;
}
#footer .qrcode dd {
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #A9A9A9;
	font-size: 15px;
	text-align: center;
}
#copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #A9A9A9;
	font-size: 14px;
	background: #141414;
}
#copyright a {
	color: #A9A9A9;
}
.pagebanner {
	width: 100%;
	height: 350px;
	margin-top: 100px;
	background-size: 100% 350px;
}
.pagemenu {
	width: 100%;
	height: 70px;
	position: relative;
}
.pagemenu::before {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(245,245,245,1);
	position: absolute;
	bottom: 0;
	left: 0;
}
.pagemenu ul {
	margin: 0;
	padding: 0;
	display: table;
}
.pagemenu li {
	margin-right: 50px;
	display: inline-block;
}
.pagemenu li a {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #6E6E70;
	font-size: 15px;
}
.pagemenu li a:hover {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #FE0000;
	position: relative;
}
.pagemenu li a:hover::before {
	content: '';
	width: 100%;
	height: 3px;
	background: #FE0000;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.pagemenu li .hover {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #FE0000;
	position: relative;
}
.pagemenu li .hover::before {
	content: '';
	width: 100%;
	height: 3px;
	background: #FE0000;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.postion {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
	padding: 0 0 0 22px;
	background: url(../images/ui-icon-home.png) no-repeat left 3px;
	background-size: 15px;
}
.aboutbox {
	width: 100%;
	padding: 0px 0 50px 0;
}
.aboutbox .title {
	color: #FE0000;
	font-size: 29px;
	text-align: center;
}
.aboutbox .main {
	width: 1200px;
	margin-top: 50px;
}
.aboutbox .main .aboutpic {
	width: 615px;
	float: left;
}
.aboutbox .main .aboutpic img {
	width: 615px;
	height: 425px;
}
.aboutbox .main .aboutmsg {
	width: 540px;
	float: right;
}
.aboutbox .main .aboutmsg p {
	color: #322D2A;
	font-size: 17px;
	line-height: 32px;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 25px;
}
.photobox {
	width: 100%;
	padding: 20px 0 50px 0;
}
.photobox .title {
	color: #FE0000;
	font-size: 29px;
	text-align: center;
}
.photobox .scrollleft {
	width: 1200px;
	margin-top: 25px;
	border-bottom: 1px solid #EDEDED;
}
.photobox .scrollleft ul {
	margin: 0;
	padding: 0;
	display: table;
}
.photobox .scrollleft ul li {
	float: left;
	width: 230px;
	height: 125px;
	cursor: pointer;
}
.photobox .scrollleft ul li img {
	width: 220px;
	height: 115px;
	padding: 5px;
	background: #FFF;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	box-sizing: content-box;
}
.photobox .scrollleft ul li:hover img {
	width: 220px;
	height: 115px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #EDEDED;
	box-sizing: content-box;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.125);
}
.photobox .scrollleft .list .txt {
	width: 275px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.contactbox {
	width: 100%;
	padding: 50px 0;
}
.contactbox .title {
	color: #0B4E95;
	font-size: 29px;
	text-align: center;
}
.contactbox .main {
	width: 1200px;
}
.contactbox .main .left {
	width: 40%;
	float: left;
}
.contactbox .main .left h2 {
	color: #322D2A;
	font-size: 23px;
	font-weight: normal;
}
.contactbox .main .left .line {
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 25px 0;
	background: #F3F4F5;
}
.contactbox .main .left p {
	line-height: 35px;
}
.contactbox .main .right {
	width: 50%;
	height: 510px;
	float: right;
	background: #F9F9F9;
}
#allmap {
	width: 100%;
	height: 510px;
	overflow: hidden;
	font-family: "微软雅黑";
}
#allmap b {
	color: #0B4E95;
	font-size: 16px;
	line-height: 32px;
}
#allmap img {
	max-width: none;
}
.productshow {
	width: 1200px;
	margin: 50px auto;
}
.productshow .showtitle dl {
	background: #FFF;
}
.productshow .showtitle dt {
	color: #333;
	font-size: 27px;
	text-align: center;
	line-height: 55px;
}
.productshow .showtitle dd {
	padding: 15px;
	margin-bottom: 15px;
	background: #F8F8F8;
	border-radius: 5px;
}
.productshow .showtitle .ftitle {
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
	background: none;
}
.productshow .showtitle dd p {
	line-height: 28px;
	color: #868686;
	font-size: 15px;
	text-indent: 2em;
	text-align: left;
}
.productshow .showmain {
	width: 100%;
	padding-bottom: 50px;
	background: #FFFFFF;
}
.productshow .showmain img {
	width: auto;
	margin: 0 auto;
}
.productshow .showmain p {
	text-indent: 2em;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 15px;
}
.productshow .barmain {
	width: 100%;
	padding: 15px;
	background: #FFF;
	border-top: 10px solid #EFEDEE;
}
.productshow .barmain p {
	font-size: 15px;
	line-height: 40px;
	padding: 10px 0;
	border-bottom: 1px solid #DEDEDE;
}
.newsmain {
	padding: 15px;
	background: #FFF;
}
.newsmain .listinfo {
	height: 130px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #DDD;
}
.newsmain .listinfo .pimg {
	width: 180px;
	height: 130px;
	float: left;
	margin: 0 15px 0 0;
}
.newsmain .listinfo .pimg img {
	width: 180px;
	height: 130px;
}
.newsmain .listinfo .pmsg {
	width: 960px;
	height: 130px;
	float: right;
	position: relative;
}
.newsmain .listinfo .pmsg h2 {
	color: #565656;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.newsmain .listinfo .pmsg h2 a {
	color: #565656;
}
.newsmain .listinfo .pmsg h2 a:hover {
	color: #0055AF;
}
.newsmain .listinfo .pmsg .addtime {
	color: #AAAAAA;
	font-size: 12px;
	line-height: 25px;
}
.newsmain .listinfo .pmsg p {
	color: #4A4A4A;
	text-indent: 0;
	font-size: 12px;
	line-height: 24px;
}
.newsmain .listinfo .pmsg span {
	position: absolute;
	left: 0;
	bottom: 0;
}
.newsmain .listinfo .pmsg span a {
	display: block;
	width: 145px;
	height: 32px;
	line-height: 32px;
	color: #565656;
	font-size: 12px;
	text-align: center;
	border: 1px solid #B1B2B3;
	border-radius: 25px;
}
.newsmain .listinfo .pmsg span a:hover {
	display: block;
	width: 145px;
	height: 32px;
	line-height: 32px;
	color: #0055AF;
	font-size: 12px;
	text-align: center;
	border: 1px solid #0055AF;
	border-radius: 25px;
}
#pages {
	width: 100%;
	font-size: 14px;
	margin: 0px auto;
	text-align: center;
	padding: 20px 0 10px 0;
}
#pages a {
	height: 32px;
	line-height: 32px;
	color: #858384;
	list-style: none;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 7px 10px 7px 10px;
	border: 1px solid #858384;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pages a.a1 {
	height: 32px;
	line-height: 32px;
	color: #2F318B;
	list-style: none;
	text-align: center;
	border: 1px solid #2F318B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pages a:hover {
	height: 32px;
	line-height: 32px;
	color: #FFF;
	list-style: none;
	text-align: center;
	padding: 7px 10px 7px 10px;
	border: 1px solid #2F318B;
	background-color: #2F318B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pages span {
	height: 32px;
	line-height: 32px;
	color: #FFF;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 7px 10px 7px 10px;
	border: 1px solid #2F318B;
	background-color: #2F318B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.weui-toast {
	width: 15%;
	font-size: 15px;
	padding: 45px 10px;
}
.weui-toast_text {
	margin-top: 30px;
	line-height: 45px;
}
