#gFooter .power {
	margin-top: 20px;
}
.posi {
	background: #3870cc;
	padding: 30px 0;
	font-size: 15px;
	color: #fff;
}
.posi img {
	width: 30px;
	margin-right: 5px;
}
.posi a {
	color: #fff;
}
.proBox {
	margin: 40px auto;
}
.proBox>.fl {
	width: 23%;
	background: #3870cc;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}
.proBox>.fl .title {
	padding-left: 65px;
	background: url(../images/icon23.png) no-repeat left center;
	background-size: 50px;
	color: #fff;
	margin-bottom: 20px;
}
.proBox>.fl .title h2 {
	font-size: 34px;
	line-height: 60px;
	font-weight: 500;
}
.proBox>.fl .title strong {
	font-size: 20px;
	font-weight: 500;
	opacity: 0.6;
}
.proBox .flBox ul.ul1 {
	padding: 30px 20px 20px;
	background: #fff;
}
.proBox .flBox ul.ul1 li {
	background: #fafafa;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.proBox .flBox ul.ul1 li h4 {
	font-size: 17px;
	line-height: 50px;
	padding: 0 12px;
	font-weight: 500;
	cursor: pointer;
	background: url(../images/icon24.png) #fff no-repeat right 10px center;
	background-size: 26px;
	color: #333;
}
.proBox .flBox ul.ul1 li.on h4 {
	background-image: url(../images/icon25.png);
	background-size: 20px;
	background-color: #3870cc;
	color: #fff;
}
.proBox .flBox ul.ul1 li .submenu {
	background: #fff;
	padding: 5px 10px 8px;
	display: none;
}
.proBox .flBox ul.ul1 li.on {
	box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
	margin-bottom: 20px;
}
.proBox .flBox ul.ul1 li.on .submenu {
	display: block;
}
.proBox .flBox ul.ul1 li .submenu a {
	display: block;
	line-height: 44px;
	color: #333;
	font-size: 16px;
	padding-left: 42px;
	position: relative;
	transition: 0.3s;
	border-bottom: 1px dashed rgba(0, 156, 75, .1);
}
.proBox .flBox ul.ul1 li .submenu a:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #dedede;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.proBox .flBox ul.ul1 li .submenu a:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 1px dashed #dedede;
	box-sizing: border-box;
	background: #fff;
	border-radius: 50%;
	z-index: 99;
	transition: 0.3s;
}
.proBox .flBox ul.ul1 li .submenu a.on, .proBox .flBox ul.ul1 li .submenu a:hover {
	color: #3870cc;
	background-image: url(../images/icon25.png);
}
.proBox .flBox ul.ul1 li .submenu a.on:after, .proBox .flBox ul.ul1 li .submenu a:hover:after {
	border-color: #3870cc;
}
.proBox .flBox ul.ul1 li .submenu a.on:before, .proBox .flBox ul.ul1 li .submenu a:hover:before {
	background: #3870cc;
}
.proBox>.fl .tjBox {
	margin-top: 30px;
	background: #fff;
	padding-bottom: 10px;
}
.proBox>.fl .tjBox h3 {
	line-height: 50px;
	padding: 0 10px;
	font-size: 20px;
	border-bottom: 1px dashed rgba(0, 156, 75, .3);
	color: #333;
	margin-bottom: 8px;
}
.proBox>.fl .tjBox h3 img {
	width: 30px;
	vertical-align: middle;
	margin-right: 7px;
}
.proBox>.fl .tjBox li {
	line-height: 40px;
	font-size: 15px;
	padding: 0 15px;
}
.proBox>.fl .tjBox li a {
	display: block;
	border-bottom: 1px dashed #ededed;
	padding-left: 30px;
	background: url(../images/icon27.png) no-repeat left center;
	background-size: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.proBox>.fl .tjBox .text {
	padding: 10px;
}
.proBox>.fl .tjBox .text img {
	margin-bottom: 8px;
}
.proBox>.fl .tjBox .text p {
	line-height: 30px;
	font-size: 15px;
	color: #565656;
}
.proBox .fr {
	width: 74%;
}
/*22.2.25*/
.proBox .fr p {
	width: 100%;
	height: auto;
	float: left;
	line-height: 35px;
	margin: 5px 0;
	color: #565656;
	font-size: 16px;
	text-indent: 2em;
}
.proBox .frBox .table {
	border-bottom: 1px solid #dedede;
	margin-top: 10px;
}
.proBox .frBox .table .tab a {
	display: table;
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}
.proBox .frBox .table .tab a .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 12px 8px;
	border: 1px solid #dedede;
	border-bottom: none;
}
.proBox .frBox .table .tab a .box1 {
	width: 25%;
}
.proBox .frBox .table .tab a .box1 img {
	width: 70%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.proBox .frBox .table .tab a .box2 {
	width: 18%;
}
.proBox .frBox .table .tab a .box3 {
	width: 35%;
}
.proBox .frBox .table .tab a .box4 {
	width: 11%;
}
.proBox .page {
	text-align: center;
	margin-top: 30px;
}
.proBox .fr .page li span {
	display: inline-block;
}
.proBox .page a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #dedede;
	margin: 0 5px;
}
.proBox .page a.page-num-current {
	background: #3870cc;
	border-color: #3870cc;
	color: #fff;
}
.showBox .fr .comBox {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 8px;
	overflow: hidden;
}
.showBox .fr .comBox .pho {
	width: 38%;
}
.showBox .fr .comBox .text {
	width: 62%;
	padding: 50px 4% 0;
	box-sizing: border-box;
}
.showBox .fr .comBox .text h1 {
	font-size: 30px;
	color: #333;
	padding-bottom: 10px;
}
.showBox .fr .comBox .text h1 span {
	display: inline-block;
	width: 50px;
	height: 5px;
	background: #3870cc;
	position: relative;
	top: -7px;
	left: 0px;
	margin-right: 10px;
}
.showBox .fr .comBox .text .dl {
	position: relative;
	overflow: hidden;
}
.showBox .fr .comBox .text .dl:after {
	content: "";
	left: 20%;
	right: 20%;
	height: 6px;
	background: #3870cc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.showBox .fr .comBox .text dl {
	width: 20%;
	margin: 20px 14%;
	padding: 20px 0px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	z-index: 99;
	float: left;
	background: linear-gradient(0, #4583e6 50%, #3870cc 99%);
}
.showBox .fr .comBox .text dl img {
	width: 40px;
	position: relative;
	z-index: 10;
}
.showBox .fr .comBox .text dd {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
.showBox .fr .comBox .text .info {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}
.showBox .fr .comBox .text a {
	display: inline-block;
	background: #4583e6;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	line-height: 40px;
	font-size: 15px;
	border-radius: 4px;
	margin-right: 10px;
}
.showBox .fr .comBox .text a img {
	width: 26px;
	vertical-align: middle;
	margin-right: 8px;
}
.showBox .fr .lkBox {
	margin-top: 30px;
}
.showBox .fr h3.tit {
	background: #4583e6 url(../images/icon34.png) no-repeat left 12px center;
	background-size: 32px;
	line-height: 52px;
	color: #fff;
	font-size: 20px;
	padding-left: 50px;
}
.showBox .fr .lkBox .ul1 li {
	width: 25%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.showBox .fr .lkBox .ul1 li a {
	display: block;
}
.showBox .fr .lkBox .ul1 li p {
	line-height: 50px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #4583e6;
	color: #fff;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.showBox .fr .desc .text {
	padding: 5px;
	line-height: 35px;
	font-size: 16px;
}
.showBox .fr .desc .text h2 {
	font-size: 18px !important;
	margin: 5px 0;
	width: 100% !important;
	border-bottom: 2px solid #3870cc !important;
	line-height: 30px;
	color: #3870cc;
}
.showBox .fr .desc .text img {
	width: auto !important;
	height: inherit !important;
	max-width: 750px !important;
}
.showBox .fr .desc .text table {
	border-collapse: collapse;
}
.showBox .fr .desc .text table td {
	border: 1px solid #dedede !important;
	padding: 4px;
}
.showBox .fr .fy li {
	width: 48%;
	float: left;
	margin: 0 1%;
	line-height: 40px;
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #dedede;
}
.showBox .fr .desc .fy li a {
	color: #666;
}
.showBox .fr .lkBox .ul2 li {
	width: 48%;
	float: left;
	margin: 5px 1%;
}
.showBox .fr .lkBox .ul2 li a {
	display: block;
	line-height: 42px;
	position: relative;
	padding: 0 6px;
	border-bottom: 1px solid #efefef;
}
.showBox .fr .lkBox .ul2 li p {
	padding-right: 100px;
	font-size: 16px;
}
.showBox .fr .lkBox .ul2 li span {
	display: block;
	
	right: 0;
	top: 0;
	color: #555;
	font-size: 14px;
}
.proBox .fr .dl1 dl {
	padding: 20px;
	position: relative;
	margin-bottom: 36px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 86, 156, 0.3);
}
.proBox .fr .dl1 dl dt {
	float: right;
	width: 15%;
}
.proBox .fr .dl1 dl dd {
	float: left;
}
.proBox .fr .dl1 dl dd.dd1 {
	width: 25%;
}
.proBox .fr .dl1 dl dd.dd1 h3 {
	font-size: 18px;
	line-height: 40px;
}
.proBox .fr .dl1 dl dd.dd1 span {
	display: block;
	position: absolute;
	left: 30px;
	bottom: 40px;
	color: #565656;
	font-size: 15px;
}
.proBox .fr .dl1 dl dd.dd2 {
	width: 60%;
	padding: 0 30px;
	box-sizing: border-box;
}
.proBox .fr .dl1 dl dd.dd2 p {
	font-size: 15px;
	color: #565656;
	line-height: 30px;
}
.proBox .fr .dl1 dl dd.dd2 span {
	display: block;
	width: 100px;
	font-size: 14px;
	line-height: 40px;
	color: #3870cc;
	margin-top: 20px;
	background: url(../images/icon20.png) no-repeat right center;
	background-size: 30px;
}
.showBox .fr .title1 {
	background: #fafafa;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}
.showBox .fr .title1 h1 {
	font-size: 28px;
	line-height: 50px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	padding-bottom: 10px;
}
.showBox .fr .title1 h1:after {
	content: "";
	position: absolute;
	left: 45%;
	right: 45%;
	bottom: -2px;
	height: 4px;
	background: #3870cc;
}
.showBox .fr .title1 p {
	line-height: 30px;
	font-size: 14px;
	color: #acacac;
	margin-top: 10px;
}
.showBox .fr .title1 p a {
	color: #acacac;
}
.showBox .nBox .text img {
	width: auto !important;
	display: block;
	margin: 0 auto;
	max-width: 750px !important;
	height: inherit !important;
}
.showBox .nBox .text video {
	width: 100%;
}
.vd_box li {
	width: 25%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}
.vd_box li a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 86, 156, 0.3);
}
.vd_box li .pho {
	position: relative;
}
.vd_box li span {
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon21.png) no-repeat center;
	background-size: cover;
}
.vd_box li p {
	line-height: 50px;
	background: url(../images/dd_bg.png) #fff repeat;
	font-size: 18px;
	text-align: center;
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.abBox h2 {
	line-height: 70px;
	font-size: 35px;
	color: #3870cc;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.abBox .text p {
	font-size: 16px;
	line-height: 40px;
	text-indent: 2em;
}
.abBox img {
	width: 40%;
	float: right;
	margin-left: 30px;
}
.abBox1 {
	background: url(../images/bg7.jpg) no-repeat center;
}
.abBox1 li {
	width: 25%;
	float: left;
	text-align: center;
	color: #fff;
	padding: 220px 40px;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, .1);
}
.abBox1 li:hover {
	background: #3870cc;
}
.abBox1 li span {
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #fefefe;
	border-radius: 50%;
	margin: 0 auto;
	line-height: 82px;
	text-align: center;
}
.abBox1 li span img {
	width: 42px;
	vertical-align: middle;
}
.abBox1 li h4 {
	margin: 20px 0 10px;
	font-size: 22px;
	line-height: 30px;
}
.abBox1 li p {
	font-size: 15px;
	line-height: 25px;
	height: 50px;
}
.lxBox .text {
	width: 40%;
	float: left;
}
.lxBox .text h2 {
	font-size: 35px;
	line-height: 70px;
	color: #3870cc;
}
.lxBox .text h3 {
	font-size: 26px;
	color: #3870cc;
	font-weight: 500;
	margin-top: 30px;
}
.lxBox .text span {
	display: block;
	width: 40px;
	height: 3px;
	background: #3870cc;
	margin: 8px 0 5px;
}
.lxBox .text p {
	line-height: 40px;
	font-size: 16px;
	color: #565656;
}
.lxBox .pho {
	width: 60%;
	float: right;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
.proBox .flBox ul.ul1 {
	padding: 20px 12px;
}
.proBox .flBox ul.ul1 li h4 {
	font-size: 16px;
	background-size: 20px;
}
.proBox .flBox ul.ul1 li .submenu a {
	font-size: 15px;
	padding-left: 26px;
}
.proBox .flBox ul.ul1 li .submenu a:after {
	left: 3px;
}
.proBox .flBox ul.ul1 li .submenu a:before {
	left: 7px;
}
.proBox>.fl .tjBox .text p {
	line-height: 28px;
	font-size: 14px;
}
.showBox .fr .comBox .pho {
	width: 40%;
}
.showBox .fr .comBox .text {
	width: 60%;
	padding-top: 30px;
}
.showBox .fr .comBox .text dl {
	margin: 12px 6%;
}
.showBox .fr .lkBox .ul1 li {
	padding: 16px 12px;
}
.showBox .fr .lkBox .ul1 li p {
	line-height: 40px;
	font-size: 16px;
}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
.proBox>.fl {
	padding: 14px;
	width: 24%;
}
.proBox .frBox .table .tab a .box {
	font-size: 15px;
}
.showBox .fr .comBox .pho {
	width: 42%;
}
.showBox .fr .comBox .text {
	width: 58%;
}
.showBox .fr .comBox .text h1 {
	font-size: 26px;
}
.showBox .fr .comBox .text h1 span {
	width: 40px;
	height: 3px;
}
.showBox .fr .comBox .text dl {
	padding: 13px 0;
}
.showBox .fr .comBox .text dl img {
	width: 32px;
}
.showBox .fr .comBox .text dd {
	font-size: 16px;
}
.showBox .fr .comBox .text .dl:after {
	height: 4px;
}
.showBox .fr .comBox .text dl {
	width: 23%;
	margin: 10px 5%;
}
.proBox .fr .dl1 dl dd.dd1 h3 {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.proBox .fr .dl1 dl dd.dd2 p {
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.proBox .fr .dl1 dl dd.dd2 span {
	line-height: 30px;
	font-size: 13px;
	margin-top: 15px;
}
.showBox .fr .comBox .text .info {
	line-height: 26px;
}
.showBox .fr .lkBox .ul2 li p {
	font-size: 15px;
}
.vd_box li {
	padding: 15px 12px;
}
.vd_box li span {
	width: 48px;
	height: 48px;
}
.vd_box li p {
	line-height: 45px;
	font-size: 16px;
}
.abBox1 li {
	padding: 200px 20px;
}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
.showBox .fr .comBox .text {
	padding-top: 20px;
}
.showBox .fr .comBox .text dl {
	padding: 10px 0;
}
.showBox .fr .comBox .text .info {
	font-size: 14px;
	line-height: 26px;
}
}

@media all and (min-width: 0) and (max-width: 767px) {
.posi {
	padding: 20px 0;
	font-size: 13px;
}
.proBox {
	margin: 30px auto;
}
.proBox>.fl {
	width: 100%;
}
.proBox>.fl .title h2 {
	font-size: 30px;
}
.proBox .flBox ul.ul1 {
	padding: 20px 14px 20px;
	display: none;
}
.proBox .flBox ul.ul1 li h4 {
	font-size: 16px;
	line-height: 45px;
	background-size: 22px;
}
.proBox .flBox ul.ul1 li.on h4 {
	background-size: 22px;
}
.proBox .flBox ul.ul1 li .submenu a {
	line-height: 42px;
	font-size: 15px;
	padding-left: 36px;
}
.proBox>.fl .tjBox {
	display: none;
}
.proBox .fr {
	width: 100%;
}
.proBox .frBox .table .tab:nth-child(1) {
	display: none;
}
.proBox .frBox .table .tab {
	margin-top: 20px;
}
.proBox .frBox .table .tab a {
	font-size: 15px;
	display: block;
	overflow: hidden;
}
.proBox .frBox .table .tab a .box {
	box-sizing: border-box;
	padding: 12px 10px;
	display: block;
}
.proBox .frBox .table .tab a .box1 {
	width: 100%;
}
.proBox .frBox .table .tab a .box1 img {
	width: 70%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.proBox .frBox .table .tab a .box2 {
	width: 100%;
}
.proBox .frBox .table .tab a .box2 span.sp {
	display: inline-block !important;
	margin-left: 5px;
}
.proBox .frBox .table .tab a .box3 {
	width: 100%;
}
.proBox .frBox .table .tab a .box4 {
	width: 50%;
	border-bottom: 1px solid #dedede;
	float: left;
	display: none;
}
.showBox .fr .comBox {
	margin-top: 30px;
}
.showBox .fr .comBox .pho {
	width: 100%;
}
.showBox .fr .comBox .text {
	width: 100%;
	padding: 20px 10px;
}
.showBox .fr .comBox .text h1 {
	font-size: 26px;
}
.showBox .fr .comBox .text h1 span {
	width: 40px;
	height: 3px;
}
.showBox .fr .comBox .text .dl:after {
	height: 4px;
}
.showBox .fr .comBox .text dl {
	width: 28%;
	margin: 10px 10%;
}
.showBox .fr .comBox .text dl img {
	width: 30px;
}
.showBox .fr .comBox .text dd {
	font-size: 16px;
}
.showBox .fr .comBox .text .info {
	font-size: 15px;
	line-height: 26px;
}
.showBox .fr .comBox .text a {
	padding: 0 16px;
}
.showBox .fr .lkBox {
	margin-top: 27px;
}
.showBox .fr h3.tit {
	background: #4583e6 url(../images/icon34.png) no-repeat left 10px center;
	background-size: 28px;
	font-size: 18px;
	padding-left: 46px;
	border-radius: 4px;
}
.showBox .fr .lkBox .ul1 li {
	width: 50%;
	padding: 12px 8px;
}
.showBox .fr .lkBox .ul1 li p {
	line-height: 40px;
	font-size: 15px;
}
.showBox .fr .desc .text img {
	width: 100% !important;
	height: inherit !important;
	max-width: 750px !important;
}
.showBox .fr .fy li {
	width: 100%;
	float: inherit;
	margin: 0%;
	line-height: 40px;
	font-size: 14px;
}
.showBox .fr .lkBox .ul2 li {
	width: 100%;
	float: inherit;
	margin: 5px 0%;
}
.showBox .fr .lkBox .ul2 li a {
	line-height: 40px;
}
.showBox .fr .lkBox .ul2 li p {
	font-size: 15px;
}
.proBox .fr .dl1 dl {
	padding: 12px;
	margin-bottom: 0px;
	margin-top: 30px;
}
.proBox .fr .dl1 dl dt {
	float: inherit;
	width: 100%;
}
.proBox .fr .dl1 dl dd {
	float: inherit;
}
.proBox .fr .dl1 dl dd.dd1 {
	width: 100%;
	margin-top: 10px;
}
.proBox .fr .dl1 dl dd.dd1 h3 {
	font-size: 16px;
	line-height: 32px;
}
.proBox .fr .dl1 dl dd.dd1 span {
	display: none
}
.proBox .fr .dl1 dl dd.dd2 {
	width: 100%;
	padding: 0 0px;
}
.proBox .fr .dl1 dl dd.dd2 p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.proBox .fr .dl1 dl dd.dd2 span {
	width: 100px;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.showBox .fr .title1 {
	margin-top: 30px;
}
.showBox .fr .title1 h1 {
	font-size: 26px;
	line-height: 40px;
}
.showBox .fr .title1 p {
	line-height: 20px;
	font-size: 13px;
}
.showBox .nBox .text img {
	width: 100% !important;
}
.vd_box li {
	width: 50%;
	padding: 10px 8px;
}
.vd_box li span {
	width: 42px;
	height: 42px;
}
.vd_box li p {
	line-height: 45px;
	font-size: 15px;
}
.abBox h2 {
	line-height: 70px;
	font-size: 35px;
	color: #3870cc;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.abBox .text p {
	font-size: 16px;
	line-height: 40px;
}
.abBox img {
	width: 100%;
	float: inherit;
	margin-left: 0px;
	margin-bottom: 12px;
}
.abBox1 {
	background: url(../images/bg7.jpg) no-repeat center;
	background-size: cover;
}
.abBox1 li {
	width: 100%;
	float: inherit;
	padding: 40px;
	border-left: none;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.abBox1 li:last-child {
	border-bottom: 0;
}
.abBox1 li span {
	width: 60px;
	height: 60px;
	line-height: 62px;
}
.abBox1 li span img {
	width: 36px;
}
.abBox1 li h4 {
	font-size: 18px;
}
.abBox1 li p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
}
.lxBox .text {
	width: 100%;
	float: inherit;
}
.lxBox .text h2 {
	font-size: 26px;
	line-height: 50px;
}
.lxBox .text h3 {
	font-size: 23px;
	margin-top: 20px;
}
.lxBox .text p {
	line-height: 30px;
	font-size: 15px;
}
.lxBox .pho {
	width: 100%;
	float: inherit;
	padding: 12px;
	border-radius: 7px;
	margin-top: 20px;
}
.showBox .fr .desc .text table {
	width: 100% !important;
}
}
