﻿* {
	-webkit-appearance: none;
	text-decoration: none;
}
a:visited,a {
	text-decoration: none;
	cursor: pointer;
	color: #575757;
}
a.a,.a {
	color: #2876D6;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
body,html,h1,h2,h3,h4,p,ul,li,form {
	margin: 0;
	padding: 0;
	line-height: 21px;
	list-style: none;
}
body,input,textarea,select {
	font-size: 14px;
	font-family: inherit;
	color: #555;
}
img {
	max-height: 100%;
}
input[type=button]: active,
input[type=submit]: active,
input[type=reset]: active {
	-moz-transform: rotate(0deg) scale(1.00,1.00) translate(0px,1px) skew(0deg,0deg);
	-moz-transform-origin: 0% 0%;
	-webkit-transform: rotate(0deg) scale(1.00,1.00) translate(0px,1px) skew(0deg,0deg);
	-webkit-transform-origin: 0% 0%;
	-o-transform: rotate(0deg) scale(1.00,1.00) translate(0px,1px) skew(0deg,0deg);
	-o-transform-origin: 0% 0%;
	transform: rotate(0deg) scale(1.00,1.00) translate(0px,1px) skew(0deg,0deg);
	transform-origin: 0% 0%;
}
textarea {
	resize: none;
	overflow: auto;
}
.com-content {
	background: #d6dbe7;
	margin: auto;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px #000;
}
.com-content-area {
	margin: 12px;
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
.pxui-text,
.pxui-select {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	padding: 8px;
	border: 1px solid #cfcfcf;
	border-top: 2px solid #c4cde0;
	border-left-color: #c4cde0;
	border-radius: 3px;
	background: #fff;
	margin: 6px;
}
textarea {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	padding: 4px;
	border: 1px solid #cfcfcf;
	border-top: 2px solid #c4cde0;
	border-left-color: #c4cde0;
	border-radius: 3px;
	background: #fff;
	margin: 6px;
}
.pxui-select {
	position: relative;
}
.pxui-select i {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #575757;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.pxui-select select {
	opacity: 0;
	width: 100%;
	height: 37px;
	margin: 0;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
}
.pxui-button,
input[type=button],
input[type=submit],
input[type=reset] {
	background: #f7f7f7;
	border: 1px solid #cfcfcf;
	padding: 9px 12px 8px 12px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 6px;
	color: #40597d;
	background-image: -webkit-gradient(linear,0% 0%, 0% 100%, from(#F6F6F6), to(#EEEEEE));
}
.pxui-button: active,
input[type=button]: active,
input[type=submit]: active,
input[type=reset]: active {
	background-image: -webkit-gradient(linear,0% 0%, 0% 100%, from(#DCDCDC), to(#F7F7F7));
}
input[type=button]: disabled,
input[type=submit]: disabled,
input[type=reset]: disabled {
	color: #9ca4b6;
}
input[type=text]: disabled,
input[type=number]: disabled,
input[type=email]: disabled,
input[type=password]: disabled,
.text: disabled,
.pxui-select: disabled {
	background: #d6dbe7;
	color: #7B7B7B;
}
a.pxui-light-button,
.pxui-light-button,
input.pxui-light-button {
	background: #fb4e3a;
	border-color: #fb4e3a;
	color: #fff;
}
.pxui-light-button: active,
input.pxui-light-button: active {
	background: #C93A29;
	border-color: #C93A29;
}
a.pxui-blue-button,
.pxui-blue-button,
input.pxui-blue-button {
	background: #56678e;
	border-color: #56678e;
	color: #fff;
}
.pxui-blue-button: active,
input.pxui-blue-button: active {
	background: #272F42;
	border-color: #272F42;
}
a.pxui-gray-button,
.pxui-gray-button,
input.pxui-gray-button {
	background: #B9B9B9;
	border-color: #B9B9B9;
	color: #fff;
}
.pxui-gray-button: active,
input.pxui-gray-button: active {
	background: #8D8D8D;
	border-color: #8D8D8D;
}
input.pxui-light-button: disabled,
input.pxui-gray-button: disabled,
input.pxui-blue-button: disabled {
	opacity: 0.9;
	color: #ccc;
}
h4 {
	font-size: 16px;
}
h3 {
	font-size: 18px;
}
h2 {
	font-size: 20px;
}
h1 {
	font-size: 22px;
}
input[type=button]: disabled,
input[type=submit]: disabled,
input[type=reset]: disabled {
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}
input[type=button]: disabled: active,
input[type=submit]: disabled: active,
input[type=reset]: disabled: active {
	background: #f7f7f7;
	border: 1px solid #cfcfcf;
}
input.pxui-light-button: disabled: active {
	background: #fb4e3a;
	border-color: #fb4e3a;
}
input.pxui-gray-button: disabled: active {
	background: #B9B9B9;
	border-color: #B9B9B9;
}
input.pxui-blue-button: disabled: active {
	background: #56678e;
	border-color: #56678e;
}
/*箭头*/
	.arrow-right,
.arrow-left,
.arrow-bottom,
.arrow-top {
	display: inline-block;
	position: relative;
	background: red;
	width: 10px;
	height: 2px;
	border-radius: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	vertical-align: middle;
	margin-top: -6px;
}
.arrow-right::before,
.arrow-left::before,
.arrow-bottom::before,
.arrow-top::before {
	content: "";
	display: inline-block;
	position: absolute;
	border-width: 0;
	background: red;
	width: 10px;
	height: 2px;
	border-radius: 5px;
	top: 4px;
	left: 4px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.arrow-left {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.arrow-bottom {
	margin-top: 0px;
}
.arrow-top {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: 0px;
}
.arrow-left::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	top: 4px;
	left: -4px;
}
.arrow-bottom::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	top: -4px;
}
.arrow2-bottom,
.arrow2-top {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 6px solid #fb4e3a;
	position: relative;
	margin-bottom: 4px;
}
.arrow2-bottom::before,
.arrow2-top::before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -2px;
	bottom: -12px;
	border-width: 0;
	background: #fb4e3a;
	width: 4px;
	height: 6px;
}
.arrow2-bottom {
	border-top: 6px solid #fb4e3a;
	border-bottom: 0;
	margin-bottom: -2px;
}
.arrow2-bottom::before {
	bottom: 6px;
}
.pxui-area {
	background: #fff;
	border-bottom: 1px solid #b5bfd7;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 12px;
}
.neilist {
	background: #fff;
	border-bottom: 1px solid #b5bfd7;
	overflow: hidden;
	margin-top: 10px;
}
.pro-area {
    background: #d6dbe7;
    overflow: hidden;
    margin-top: 10px;
}
.sol-area {
	overflow: hidden;
	margin-top: 10px;
}
.news-area {
	overflow: hidden;
	margin-top: 10px;
}
.about-page {
	border-bottom: 1px solid #b5bfd7;
	overflow: hidden;
	margin-top: 10px;
}
.about-page .aboutpp {
	text-indent: 2em;
	background: #fff;
	padding: 10px 12px;
	margin-top: 10px;
}
.pxui-area img {
	width: 100%;
}
.pxui-bg-red {
	background-color: #FB4E3A;
}
.pxui-color-red {
	color: #FB4E3A;
}
.pxui-bg-blue {
	background-color: #56678e;
}
.pxui-color-blue {
	color: #56678e;
}
.pxui-bg-blue2 {
	background-color: #9BA5BD;
}
.pxui-color-blue2 {
	color: #9BA5BD;
}
.pxui-bg-white {
	background-color: #fff;
}
.pxui-color-white {
	color: #fff;
}
.pxui-bg-gray {
	background-color: #ABABAB;
}
.pxui-color-gray {
	color: #ABABAB;
}
.pxui-bg-gray2 {
	background-color: #F2F2F2;
}
.pxui-color-gray2 {
	color: #F2F2F2;
}
.news-list{
	padding: 10px 12px;
	background: #fff;
	margin-top: 10px;
}
.news-list a {
	line-height: 36px;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
	display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list a:first-child {
	border-top-width: 0;
}
.news-list a i {
	float: right;
	float: right;
	top: 36px;
	right: 10px;
	background: #CFCFCF;
	border-radius: 0;
}
.news-list a i.arrow-bottom {
	right: 15px;
}
.news-list a i::before {
	background: #CFCFCF;
	border-radius: 0;
}
.pxui-tab {
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background: #fefefe;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-image: -webkit-gradient(linear,0% 0%, 0% 100%, from(#FEFEFE), to(#f4f4f4));
	background-image: gradient(linear,0% 0%, 0% 100%, from(#FEFEFE), to(#f4f4f4));
}
.pxui-tab a {
	display: inline;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #e2e1e1;
	float: left;
	color: #666;
}
.pxui-tab i.gray {
	border-bottom-color: #a8a8a8;
	border-top-color: #a8a8a8;
}
.pxui-tab i.gray::before {
	background: #a8a8a8;
}
.pxui-tab a .selected {
	background: #e1e1e1;
	border-top: 2px solid #fb4e3a;
	line-height: 33px;
	background-image: -webkit-gradient(linear,0% 0%, 0% 100%, from(#e1e1e1), to(#fdfdfd));
	background-image: gradient(linear,0% 0%, 0% 100%, from(#e1e1e1), to(#fdfdfd));
	color: #046ad2;
	text-shadow: 1px 1px 1px #f8f8f8;
}
.pxui-tab-no-top a .selected {
	border-top: 0;
	line-height: 35px;
}
.pxui-tab a:first-child {
	border-left: 0;
}
.pxui-tab a:last-child {
	border-right: 0;
}
.news-more {
	text-align: center;
	margin-top: 12px;
	overflow: hidden;
}
.news-more a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 0 30px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	font-size: 12px;
	box-shadow: 0px 0px 10px #E9E9E9;
}
.news-more i {
	border-top-color: #BCBCBC;
}
.news-more i::before {
	background: #BCBCBC;
}
.news-more a:active {
	background-image: -webkit-gradient(linear,0% 0%, 0% 100%, from(#DCDCDC), to(#FEFEFE));
	background: gradient(linear,0% 0%, 0% 100%, from(#DCDCDC), to(#FEFEFE));
}
.pxui-pages {
	text-align: center;
	margin: 20px 0;
}
.pxui-pages a,
.pxui-pages span {
	padding: 0 12px;
	line-height: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	display: inline-block;
	-moz-box-shadow: 0px 0px 10px #CBD3E7;
	-webkit-box-shadow: 0px 0px 10px #CBD3E7;
	box-shadow: 0px 0px 10px #CBD3E7;
	vertical-align: middle;
}
.pxui-pages a:active {
	background: #EFEFEF;
}
.pxui-pages span {
	color: #d2d2d2;
}
.pxui-pages .pxui-select span {
	color: #575757;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	padding: 0;
	vertical-align: top;
}
.pxui-pages .pxui-select {
	margin: 0;
	border: 1px solid #dcdcdc;
	padding: 0 8px;
	line-height: 28px;
	height: 28px;
}
.pxui-pages .pxui-select select {
	height: 28px;
}
.pxui-pages i {
	top: -1px;
}
.pxui-pages del {
	margin: 0 5px;
}
.pxui-pages i,
.pxui-pages i::before,
.pxui-pages del,
.pxui-pages del::before {
	background: #d2d2d2;
}
.pxui-message {
	position: absolute;
	width: 100%;
	left: 0;
	top: 12px;
	z-index: 9999;
}
.pxui-message::before {
	content: "";
	position: absolute;
	width: 100000px;
	height: 100000px;
	top: -50000px;
	left: -50000px;
	background: #000;
	opacity: 0.5;
}
.pxui-message > div {
	margin: 0 12px;
	background: #fff;
	position: relative;
}
.pxui-message h3 {
	background: #fb4e3a;
	color: #fff;
	padding-left: 15px;
	line-height: 40px;
	height: 40px;
}
.pxui-message h3 a {
	float: right;
	right: 5px;
	top: 5px;
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
}
.pxui-message h3 a:active {
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	background: #fe361f;
}
.pxui-message h3 a i {
	width: 1px;
	background: #fff;
	height: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	display: inline-block;
}
.pxui-message h3 a i::before {
	content: "";
	display: inline-block;
	position: absolute;
	border-width: 0;
	background: #fff;
	width: 1px;
	height: 30px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.pxui-message .content {
	margin: 12px;
	overflow: auto;
}
.pxui-message .buttons {
	text-align: center;
	padding: 13px 0;
}
.pxui-slide-ad {
	position: relative;
}
.pxui-slide-ad p {
	width: 99999999px;
	overflow: hidden;
	position: relative;
}
.pxui-slide-ad div {
	text-align: center;
	height: 34px;
}
.pxui-slide-ad p a {
	float: left;
}
.pxui-slide-ad img {
	display: block;
	border: 0;
	width: 100%;
}
.pxui-slide-ad div a {
	display: inline-block;
}
.pxui-slide-ad div span {
	display: inline-block;
	vertical-align: middle;
}
.pxui-slide-ad div span a {
	width: 14px;
	height: 2px;
	background: #c1c1c1;
	overflow: hidden;
}
.pxui-slide-ad div span a.hover {
	background: #ff7363;	
}
.pxui-slide-ad div > a:first-child {
	float: left;
	margin-left: 12px;
}
.pxui-slide-ad div > a:last-child {
	float: right;
	margin-right: 12px;
}
.pxui-slide-ad div i {
	width: 16px;
	height: 4px;
}
.pxui-slide-ad div i::before {
	width: 16px;
	height: 4px;
	top: 7px;
	left: 7px;
}
.pxui-slide-ad div i.arrow-left::before {
	left: -7px;
}
.pro-info {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	background-color: #fff;
}
.pro-info h2 {
	margin-left: 3.2%;
    margin-top: 15px;
	margin-bottom: 5px;
}
.pro-info .js-goodlist {
	overflow: hidden;
	margin-bottom: -1px;
	border-top: 1px solid #d3d3d3;
}
.pro-info a {
	float: left;
	overflow: hidden;
	position: relative;
	padding: 5px 0;
	color: #575757;
	width: 100%;
}
.pro-info .name {
	display: block;
	font-size: 14px;
	max-height: 48px;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 100%;
	padding: 0;
}
.pro-info .js-goodlist ul li {
	width: 49%;
	float: left;
	border-left: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 5px;
}
.pro-db a {
	width: 48%;
	text-align: center;
	color: #FFF;
	background-color: #046ad2;
	border-top: 1px solid #d3d3d3;
	margin: 0 1%;
}
.pro-bj {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.pro-bj span {
	font-size: 18px;
	font-weight: 600;
	color: #046ad2;
}
.proyuanli {
	background-color: #fff;
	width: 100%;	
}
.proyuanli h2 {
	margin-left: 3.2%;
	padding: 3.2% 0;
    margin-top: 15px;	
}
.proyuanli p {
	padding: 0 3.2%;
}
.img-pro {
	text-align: center;
}
.img-pro img {
	max-width: 100%;
	height: auto;
}
.pxui-form-info {
	padding: 10px 0 ;
}
.pxui-form-info div {
	overflow: hidden;
}
.pxui-form-info span {
	width: 70px;
	padding-right: 5px;
	text-align: right;
	color: #40597d;
	float: left;
	line-height: 51px;
}
.pxui-form-info p {
	width: 100%;
	float: left;
}
.error-msg,
.pxui-form-info p.error-msg {
	float: none;
	background: #fffbd5;
	padding: 10px;
	width: auto;
	margin: 0;
	margin-bottom: 10px;
	display: none;
}
.pxui-form-info p span {
	display: block;
	float: none;
	width: 100%;
	margin-right: 73px;
	text-align: left;
	color: #575757;
	line-height: 16px;
	padding-bottom: 10px;
}
.pxui-form-info p input,
.pxui-form-info p textarea,
.pxui-form-info p .pxui-select {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 0px;
}
.pxui-area .pxui-form-info {
	margin: 10px;
}
.pxui-form-info p .pxui-select span {
	padding: 0;
	margin: 0;
	text-indent: 10px;
	line-height: 20px;
}
.pxui-form-info p .pxui-select i {
	position: absolute;
	right: 10px;
	top: 16px;
}
.pxui-form-info label {
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	color: #2876d6;
}
.pxui-form-info p input[type=checkbox] {
	line-height: 20px;
	width: auto;
	margin: 0;
	vertical-align: middle;
}
.pxui-noitem {
	text-align: center;
	line-height: 50px;
	display: block;
	float: none;
	clear: both;
	height: 50px;
	overflow: hidden;
}
.pro-title{
	margin-bottom: 10px;
}
.pro-title h1 {
	line-height: 30px;
	text-align: center;
	background: #046ad2;
	border: 1px solid #046ad2;
	border-radius: 5px;
	color: #fff;
	padding-top: 8px;
	position: relative;
	height: 40px;
	overflow: hidden;
	font-size: 20px;	
}
.pro-top {
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;
	background-color: #fff;
	margin-top: 10px;
}
.pro-top li {
	width: 45%;
	height: 40px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	float: left;
	line-height: 40px;
	text-align: center;
	margin-left: 3.2%;
	margin-top: 15px;
}
.pro-top li a {
	color: #333;
	font-size: 16px;
}
.com-header-logo {
	margin: 8px 0;
}
.com-header-area img {
	width: 100%;
	margin-top: 10px;
	height: 60px;
}
.com-header-area input[type=submit],.com-header-area p a del,.com-footer i,.page-title a,.page-title i {
	background-size: 179px 175px;
}
.com-header-area input[type=submit] {
	background-position: -40px -45px;
}
.com-header-search del {
	background-position: 0 -45px;
}
.com-header-user del {
	background-position: 0 -76px;
}
.com-header-cart del {
	background-position: 0 -108px;
}
.com-header-area {
	border-top: 1px solid #757c8d;
	background: #ffffff;
	color: #000;
}
.com-header-area p {
	float: right;
	display: inline;
	height: 51px;
}
.com-header-area p a {
	float: left;
	position: relative;
	line-height: 14px;
	color: #fff;
}
.com-header-area p a del {
	width: 30px;
	height: 22px;
	margin: 14px 10px 15px 10px;
	display: block;
}
.com-header-area p a.selected {
	background: #202f44;
}
.com-header-area p a.selected del {
	opacity: 0.8;
}
.com-header-area p i {
	height: 25px;
	margin-top: 13px;
	float: left;
	border-left: 1px solid #40506f;
	border-right: 1px solid #2e3552;
}
.com-header-area p b {
	top: 6px;
	right: 21px;
	position: absolute;
	border: 1px solid #fff;
	background: #fd5744;
	border-radius: 14px;
	height: 14px;
	padding: 0 3px;
	text-align: center;
	line-height: 14px;
	font-weight: normal;
	margin-left: 0;
	font-size: 12px;
}
.com-header-area form {
	clear: both;
	height: 30px;
	padding: 7px 0;
	background: #202f44;
	position: relative;
	z-index: 5;
	display: none;
}
.com-header-area strong {
	margin: 0 15px;
	position: relative;
	display: block;
}
#js-com-search-recommend {
	display: none;
}
.com-header-area div {
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
}
.com-header-area div.clear {
	position: static;
	top: 0;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.com-header-area div a {
	position: relative;
	z-index: 2;
	display: inline-block;
	height: 36px;
	background: #fff;
	margin: 12px 0 0 12px;
	color: #575757;
	line-height: 36px;
	overflow: hidden;
	padding: 0 20px;
	-moz-box-shadow: 0px 0px 3px #E2E2E2;
	-webkit-box-shadow: 0px 0px 3px #E2E2E2;
	box-shadow: 0px 0px 3px #E2E2E2;
	vertical-align: top;
}
.com-header-area div div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	-moz-box-shadow: 0px 5px 5px #666;
	-webkit-box-shadow: 0px 5px 5px #666;
	box-shadow: 0px 5px 5px #666;
	padding-bottom: 12px;
}
.com-header-area input {
	background: #fff;
	border: 0;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	padding: 0;
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 10px;
}
.com-header-area input[type=submit] {
	border-radius: 0;
	width: 28px;
	height: 28px;
	border: 6px solid transparent;
	display: block;
	right: 1px;
	top: 1px;
	left: auto;
	border-radius: 0 10px 10px 0;
}
/*公共头部-end*/
	/*页面标题*/
.news-title {
	text-align: center;
	background: #FFF;
	color: #555;
	padding-top: 8px;
	position: relative;
	height: 53px;
	overflow: hidden;
	font-size: 20px;
    margin-top: 10px;	
}
.page-role {
	margin-top: 10px;
}
.page-title {
	margin-bottom: 10px;
}
.page-title h1 {
	line-height: 30px;
	text-align: center;
	background: #046ad2;
	border: 1px solid #046ad2;
	border-radius: 5px;
	color: #fff;
	padding-top: 8px;
	position: relative;
	height: 40px;
	overflow: hidden;
	font-size: 20px;
}
.com-footer-nav {
	margin: 10px 12px 0;
	border: 1px solid #c6cdde;
	background: #fff;
	border-radius: 5px;
	height: 28px;
	background-image: -webkit-gradient(linear,0% 0%, 0% 100%, from(#FFFFFF), to(#f4f4f4));
	background-image: gradient(linear,0% 0%, 0% 100%, from(#FFFFFF), to(#f4f4f4));
	padding: 6px 0;
	text-align: center;
}
.com-footer-nav a {
	display: inline-block;
	width: 32%;
	text-align: center;
	height: 28px;
	border-right: 1px solid #bfc7d7;
	font-size: 16px;
	color: #333;
}
.com-footer-nav a:last-child {
	border: 0;
}
.com-footer {
	background: #046ad2;
	text-align: center;
	color: #FFF;
	line-height: 18px;
	padding: 0 0 10px 0;
	font-size: 12px;
}
.com-footer p a {
	font-size: 12px;
}
.com-footer a {
	color: #FFF;
	font-size: 14px;
	font-weight: 501;
}
.com-footer span {
	display: inline-block;
	vertical-align: middle;
}
.com-footer i {
	width: 26px;
	height: 26px;
	display: inline-block;
	background-position: -40px -72px;
	vertical-align: middle;
}
.com-footer p {
	display: inline-block;
}
.com-footer p strong {
	border-bottom: 1px solid #536182;
	display: inline-block;
	line-height: 38px;
	padding: 0 18px;
	font-weight: normal;
}
.com-footer p .com-policy,.com-footer p .com-policy strong {
	line-height: 14px;
}
.com-footer p .com-policy strong {
	padding: 0 35px;
}
.com-footer p .com-policy a {
	display: inline-block;
	padding: 5px 0;
	text-align: left;
	vertical-align: middle;
}
.com-footer .com-policy {
	margin: 5px 30px;
}
.lxdh {
	float: right;
	width: auto;
	line-height: 20px;
	color: #FFF;
}
.lxdha-logo {
	width: 160px;
	height: 40px;
	float: left;
	margin: 9px 8px 9px 0px;
}
.newstime {
	font-size: 12px;
	color: #F00;
	float: right;
	padding-top: 8px;
	padding-right: 3px;
}
.sx {
	font-size: 14px;
	color: #000;
	text-indent: 0px;
}
.sx a {
	color: #F30;
}
.footer {
	margin: 10px 12px;
	text-align: center;
	display: inline-block;
	background: #FFF;
}
.footer1 a {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 27px;
	color: #575757;
}
.footer1 a:hover {
	color: #046ad2;
}
.footer1 {
	width: 33%;
	float: left;
}
.contact-area {
	background: #fff;
    overflow: hidden;
	padding: 15px;
	margin-top: 10px;	
}
.contact-area h2 {
	font-size: 18px;
	line-height: 27px;
}
.contact-area p {
	font-size: 14px;
	line-height: 21px;
	margin: 10px;
}
.about-area {
	background: #fff;
    overflow: hidden;
	padding: 15px;
}
.about-area h2 {
	font-size: 20px;
	line-height: 28px;
	padding: 8px 0;
}
.about-area h3 {
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
}
.about-area p {
	font-size: 14px;
	line-height: 21px;
}
.about-area img {
	width: 90%;
}
.about_table caption {
	font-size: 18px;
	line-height: 27px;
}
.rongyu_box1,.rongyu_box2 {
	text-align: center;
}
.pro-pic {
	margin-top: 10px;
	max-width: 100%;
    height: auto;
	background: #FFF; 
	padding-top: 10px;
}
.pro-pic img {
	width: 100%;
}
.pro-jieshao {
	background: #FFF; 
	padding: 1px 12px 10px;
	line-height: 21px;
}
.pro-jieshao img {
	width: 90%;
}
.pro-jieshao h2 {
    background: url(/skin/images/prodetail-tit.png) no-repeat;
    width: 96%;
    height: 44px;
    display: block;
    padding-left: 20px;
	padding-top: 5px;
	margin-top: 10px;
    color: #fff;
}
.pro-jieshao td {
    vertical-align: middle;
	text-align: center;
}
.pro-cans {
	margin: 10px 0;
	background-color: #FFF;
	padding: 5px 12px;
	line-height: 21px;
	height: 67px;
}
.pro-cans li {
	width: 50%;
    float: left;
}
.pro-yjh {
	margin: 10px 0;
	background-color: #FFF;
	padding: 5px 12px;
	text-align: center;
	line-height: 21px;
}
.pro-yjh span {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.pronews {
	margin: 10px 12px;
    background-color: #FFF;
}
.pro-tuij {
	margin: 10px 12px;
	background-color: #FFF;
	display: inline-block;
}
.pro-tjtit {
    font-size: 20px;
    border-bottom: 2px solid #046ad2;
    margin-bottom: 10px;
    padding: 5px 12px;
	line-height: 30px;
}
.pro-tuij ul li {
	width: 49%;
	float: left;
	border-right: 1px solid #d3d3d3;
	margin-bottom: 5px;
	text-align: center;
}
.pro-tuij ul li a {
	width: 100%;
	float: left;
	line-height: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-tuij ul li a img {
	width: 100%;
}
.right_info {
	width: 100%;
	background: #FFF;
    text-align: center;	
}
.news-jieshao {
	padding: 10px 12px;
	line-height: 21px;
	background: #FFF;
    margin-top: 10px;	
}
.news-jieshao p {
	line-height: 21px;
}
.news-jieshao span {
	font-weight: 600;
}
.news-jieshao img {
	width: 100%;
}
.news-jieshao .xg-l img,.news-jieshao .xg-r img {
	width: 100%;
}
.news-jieshao td {
    vertical-align: middle;
	text-align: center;
}
.news-jieshao h2 {
	width: 95%;
	margin-bottom: 8px;
    color: #046ad2;
    padding: 13px 10px;
    vertical-align: baseline;
    border-left: 3px #046ad2 solid;
    display: block;
    word-wrap: break-word;
    background-color: #f6f6f6;
    margin-top: 5px;
}
.news-jieshao h3 {
	line-height: 27px;
}
.news-jieshao .xg-l {
    text-align: center;
}
.news-jieshao .xg-r {
    text-align: center;
}
.news-jieshao .qa .qa-q {
	font-weight: 600;
	background: url("/skin/images/wenda_q.png") no-repeat left 2px;
}
.news-jieshao .qa .qa-a {
	background: url(/skin/images/wenda_a.png) no-repeat left 2px;
}
.news-jieshao .qa p {
    padding-left: 28px;
}
.news-jieshao .qa .qa-mt {
    margin: 10px;
}
.news-jieshao .qa .qa-m {
	font-weight: normal;
	font-size: 14px;
	padding: 3px 10px;
    border: 1px solid #afafaf;
    border-radius: 3px;
	color: #afafaf;
}
.news-jieshao .qa .qa-t {
	background: url(/skin/images/qa-time.png) no-repeat left 2px;
	font-weight: normal;
	font-size: 14px;
	color: #afafaf;
	margin-left: 20px;
	padding-left: 20px;
}
.fanye {
	overflow: hidden;
	padding: 0 10px;
	background-color: #FFF;
}
.fanye li {
	font-size: 14px;
	line-height: 27px;
	width: 100%;
}
.fanye li a:hover {
	color: #046ad2;	
}
.news-tuijian {
	background-color: #FFF;
	margin-top: 10px;
	padding: 10px 12px;
}
.news-tuijian .news-tjtit {
	border-bottom: 1px solid #aaa;
	font-size: 22px;
	font-weight: 600;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
}
.news-tuijian .tjnews {
	margin-top: 10px;
}
.news-tuijian .tjnews ul li {
    margin-bottom: 5px;
	position: relative;
	border-bottom: 1px dashed #575757;
}
.news-tuijian .tjnews a:hover {
    color: #046ad2;
}
.news-tuijian .tjnews a .atitle {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 501;
	color: #046ad2;
}
.sitemap {
    background: #FFF;
	padding: 10px 12px;
}
.explain {
    background: #FFF;
	margin-top: 10px;
	padding: 10px 12px;
}
.explain span {
    color: #046ad2;	
}
.news-pinglun {
    background: #FFF;
	margin-top: 10px;
	padding: 10px 12px;
}
.news-pinglun .news-pltit {
	border-bottom: 1px solid #aaa;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
}
.news-pinglun .yhpl ul li span {
	font-size: 14px;
    margin-bottom: 5px;
    font-weight: 501;
    color: #046ad2;
}
.ybg {
	text-align: center;
}
.ybg dt {
	margin-bottom: 10px;
}
.ybg dt span {
	font-size: 16px;
}
.ybg .appstyle {
	width: 100%;
    margin-left: -1px;
}
.ybg .appstyle .txt {
	margin: 5px 0;
}

.ym-main h1 {
	text-align: center;
    background: #FFF;
    color: #555;
    padding-top: 8px;
    position: relative;
    height: 40px;
    overflow: hidden;
    font-size: 20px;
    margin-top: 10px;
}
.ym-shebei h2 {
	text-align: center;
    background: #FFF;
    color: #555;
    padding-top: 8px;
    position: relative;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    margin-top: 10px;	
}
.ym-sblist li {
	width: 50%;
	float: left;
}
.ym-sblist li a {
	
}
.ym-sblist li a img {
	width: 100%;
}
.ym-sblist li a p {
	text-align: center;
}
