body {
	margin: auto;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1250px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination-bullet {
	width: 45px;
	height: 5px;
	background: white;
	border-radius: 5px;
}

.banner .swiper-pagination-bullet-active {
	background: white;
}

.banne {
	width: 100%;
	height: 650px;
	position: relative;
}

.banne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.banne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3 {
	max-width: 100%;
	width: 430px;
}

.banne3_1 {
	width: 100%;
	font-size: 48px;
	color: white;
	font-weight: bold;
}

.banne3_2 {
	width: 100%;
	font-size: 28px;
	color: white;
	margin-top: 20px;
}

.inde_box {
	width: 100%;
}

.inde_bo {
	width: 100%;
	margin: 70px auto;
}

.inde_top {
	width: 100%;
	display: inline-block;
}

.inde_fls {
	width: 270px;
	float: left;
	margin-right: 45px;
	padding-top: 25px;
}

.inde_fl {
	width: 100%;
	margin-bottom: 45px;
	background: #F6F6F6;
	display: inline-block;
}

.inde_fl:last-child {
	margin-bottom: 0;
}

.inde_fla {
	width: 155px;
	margin-top: -20px;
	position: relative;
}

.inde_fla1 {
	width: 100%;
	display: block;
}

.inde_fla2 {
	width: 145px;
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.inde_fla2 img {
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.inde_fla2 span {
	display: inline-block;
	vertical-align: middle;
}

.inde_flb {
	width: 100%;
	padding: 20px;
	display: inline-block;
}

.inde_flb1 {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	position: relative;
}

.inde_flb1:nth-child(2n) {
	margin-right: 0;
}

.inde_flb2 {
	width: 100%;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.inde_flb1:hover .inde_flb2 {
	color: #0084FF;
}

.inde_flb1:hover .inde_flb3 {
	display: block;
}

.inde_flb3 {
	border: 1px solid #DBDBDB;
	width: 160px;
	background: white;
	padding: 5px 15px;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 10;
}

.inde_flb3_1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 15px 10px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.inde_flb3_2 {
	width: 100%;
	padding: 15px 0;
}

.inde_flb3_3 {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.inde_flb3_3:last-child {
	margin-bottom: 0;
}

.inde_cptjs {
	width: calc(100% - 270px - 45px);
	float: left;
}

.inde_cptja {
	width: 100%;
	display: inline-block;
}

.inde_cptja1 {
	float: left;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.inde_cptja2 {
	display: block;
	float: right;
	font-size: 16px;
	color: #999999;
}

.inde_cptja2:hover {
	color: #0084FF;
}

.inde_cptjb {
	width: 100%;
	display: inline-block;
}

.inde_cptjb1 {
	width: 30%;
	display: block;
	float: left;
	margin-top: 35px;
	margin-right: 5%;
	box-shadow: 0 0 12px rgba(204, 204, 204, .75);
}

.inde_cptjb1:nth-child(3n) {
	margin-right: 0;
}

.inde_cptjb2 {
	width: 100%;
	height: 235px;
	overflow: hidden;
}

.inde_cptjb2 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_cptjb3 {
	width: 100%;
	padding: 30px 25px;
}

.inde_cptjb3_1 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.inde_cptjb3_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制显示的行数为3 */
	overflow: hidden;
}

.inde_cptjb3_3 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #0084FF;
}

.inde_cptjb3_3 span {
	display: inline-block;
	vertical-align: middle;
}

.inde_cptjb3_3 img {
	width: 25px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.inde_down {
	width: 100%;
	display: inline-block;
	margin-top: 90px;
}

.inde_gywm {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.inde_gywm1 {
	width: 100%;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.inde_gywm2 {
	width: 100%;
	height: 210px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-top: 40px;
}

.inde_gywm3 {
	width: 100%;
	margin-top: 35px;
	font-size: 20px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.inde_gywm4 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* 限制显示的行数为3 */
	overflow: hidden;
}

.inde_gywm5 {
	border: 1px solid #0084FF;
	font-size: 16px;
	color: #0084FF;
	display: block;
	width: 135px;
	height: 45px;
	border-radius: 45px;
	margin-top: 30px;
	text-align: center;
	line-height: 45px;
}

.inde_xwzx {
	width: 48%;
	float: left;
}

.inde_xwzxa {
	width: 100%;
	display: inline-block;
}

.inde_xwzxa1 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	float: left;
}

.inde_xwzxa2 {
	float: right;
	display: flex;
}

.inde_xwzxa2_1 {
	border-bottom: 4px solid transparent;
	height: 45px;
	line-height: 45px;
	margin-right: 35px;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}

.inde_xwzxa2_1:last-child {
	margin-right: 0;
}

.inde_xwzxa2_1.on {
	color: #333333;
	border-color: #158BFF;
}

.inde_xwzxb {
	width: 100%;
}

.inde_xwzxb1 {
	width: 100%;
	display: none;
}

.inde_xwzxb2 {
	border-bottom: 1px dashed #CCCCCC;
	width: 100%;
	display: block;
	padding: 30px 10px;
}

.inde_xwzxb2_1 {
	width: 155px;
	height: 100px;
	margin-right: 20px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}

.inde_xwzxb2_2 {
	width: calc(100% - 185px);
	display: inline-block;
	vertical-align: middle;

}

.inde_xwzxb2_3 {
	width: 100%;
	font-size: 14px;
	color: #999999;
}

.inde_xwzxb2_4 {
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制显示的行数为3 */
	overflow: hidden;
}

.inde_xwzxb2_5 {
	width: 100%;
	margin-top: 15px;
	text-align: right;
	font-size: 14px;
	color: #0084FF;
}

.inde_xwzxb2_5 span {
	display: inline-block;
	vertical-align: middle;
}

.inde_xwzxb2_5 img {
	width: 25px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.nybanner {
	width: 100%;
	height: 400px;
	position: relative;
}

.nybanne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.nybanne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nybanne3 {
	max-width: 100%;
	width: 430px;
}

.nybanne3_1 {
	width: 100%;
	font-size: 40px;
	color: white;
	font-weight: bold;
}

.nybanne3_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 28px;
	color: white;
}

.tit_box {
	width: 100%;
}

.tit_bo {
	width: 100%;
	margin: 30px auto;
	font-size: 14px;
	color: #999999;
}

.tit_bo img {
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.tit_bo div {
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
}

.tit_bo span {
	margin: 0 5px;
}

.gywm_box {
	width: 100%;
}

.gywm_bo {
	width: 100%;
	margin-bottom: 20px;
}
.gywm_bo1{
	width: 100%;
	display: inline-block;
	margin-bottom: 130px;
}
.gywm_bo2{
	width: 50%;
	height: 410px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	position: relative;
	z-index: 1;
}
.gywm_bo3{
	border: 1px solid #E1E1E1;
	width: calc(50% + 55px);
	float: left;
	margin-left: -55px;
	margin-top: 50px;
	padding:50px 40px;
	padding-left: 95px;
}
.gywm_bo3_1{
	width: 100%;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
}
.gywm_bo3_1 img{
	width: 25px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.gywm_bo3_2{
	width: 100%;
	margin-top: 35px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.gywm_bo1:nth-child(odd) .gywm_bo2{
	float: right;
}
.gywm_bo1:nth-child(odd) .gywm_bo3{
	padding-left: 40px;
	padding-right: 95px;
	margin-left: 0;
	margin-right: -55px;
}
.news_box{
	width: 100%;
}
.news_bo{
	width: 100%;
	margin-bottom: 60px;
	display: inline-block;
}
.news_left{
	width: 230px;
	float: left;
	margin-right: 45px;
	margin-top: -70px;
	position: relative;
	z-index: 1;
}
.news_lef{
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background: rgba(0,132,255, .87);
	font-size: 28px;
	color: white;
	font-weight: bold;
}
.news_let{
	width: 100%;
	display: block;
	height: 65px;
	padding: 0 25px;
	background: #F3F9FF;
	margin-top: 10px;
}
.news_let1{
	width: calc(100% - 20px);
	line-height: 65px;
	font-size: 18px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.news_let2{
	width: 8px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.news_let2 img{
	width: 100%;
}
.news_let2_1{
	display: block;
}
.news_let2_2{
	display: none;
}
.news_let.on .news_let1{
	font-weight: bold;
	color: #037DED;
}
.news_let.on .news_let2_1{
	display: none;
}
.news_let.on .news_let2_2{
	display: block;
}
.news_right{
	width: calc(100% - 275px);
	float: left;
}
.news_list{
	width: 100%;
}
.news_li{
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
	display: block;
	padding: 50px 0;
}
.news_li1{
	width: 65px;
	background: #F6FAFF;
	margin-left: 25px;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.news_li1_1{
	width: 100%;
	font-size: 34px;
	color: #037CEB;
}
.news_li1_2{
	width: 100%;
	font-size: 12px;
	color: #037CEB;
}
.news_li2{
	width: 220px;
	height: 140px;
	object-fit: cover;
	object-position: center;
	margin-left: 50px;
	display: inline-block;
	vertical-align: middle;
}
.news_li3{
	width: calc(100% - 375px);
	display: inline-block;
	vertical-align: middle;
}
.news_li3_1{
	width: 100%;
	font-size: 20px;
	color: #333333;
	display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  overflow: hidden;
}
.news_li3_2{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
	 white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}
.news_li3_3{
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	color: #0084FF;
}
.news_li3_3 span{
	display: inline-block;
	vertical-align: middle;
}
.news_li3_3 img{
	width: 25px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.pages {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	/* border: 1px solid #DDDDDD; */
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 30px;
	height: 30px;
	font-size: 12px;
	padding: 0 10px;
	background: white;
	color: #333333;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
	border-radius: 2px;
}

.pagination img {
	height: 10px;
}

.pagination span {
	/* border: 1px solid #DCDCDC; */
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 30px;
	height: 30px;
	font-size: 12px;
	padding: 0 10px;
	background: white;
	color: #333333;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
	border-radius: 2px;
}

.pagination a.active {
	/* border: 1px solid #2468F1; */
	background: #0084FF;
	color: white;
}

.pagination a:active {
	/* border: 1px solid #2468F1; */
	background: #0084FF;
	color: white;
}
.news_deta{
	width: 100%;
}
.news_deta1{
	width: 100%;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
}
.news_deta2{
	width: 100%;
	display: inline-block;
}
.news_deta2_1{
	float: left;
	margin-top: 10px;
	margin-right: 35px;
	font-size: 14px;
	color: #999999;
}
.news_deta2_1:last-child{
	margin-right: 0;
}
.news_deta2_1 img{
	max-width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.news_deta2_1 span{
	display: inline-block;
	vertical-align: middle;
}
.news_deta3{
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	width: 100%;
	margin-top: 35px;
	padding: 35px 0;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.news_deta3 img{
	max-width: 100%;
}
.news_deta4{
	width: 100%;
	margin-top: 30px;
}
.news_deta4_1{
	width: 100%;
	margin-bottom: 15px;
	display: flex;
}
.news_deta4_1:last-child{
	margin-bottom: 0;
}
.news_deta4_2{
	height: 25px;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	color: #037CEC;
	position: relative;
}
.news_deta4_2 img{
	height: 100%;
	display: block;
}
.news_deta4_2 div{
	width: 100%;
	padding-right: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_deta4_3{
	width: calc(100% - 80px);
	font-size: 14px;
	color: #999999;
	display: block;
	line-height: 25px;
	 white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}
.pro_box{
	width: 100%;
}
.pro_bo{
	width: 100%;
	margin: 20px auto;
	display: inline-block;
}
.pro_right{
	    width: calc(100% - 270px - 45px);
	    float: left;
}
.pro_detatop{
	width: 100%;
	display: inline-block;
}
.pro_detatopa{
	width: 56%;
	height: 450px;
	float: left;
	margin-right: 35px;
}
.pro_detatopa .swiper{
	width: 100%;
	height: 100%;
}
.pro_detatopa .swiper-slide{
	width: 100%;
	height: 100%;
}
.pro_detatopa .swiper-button-prev::after,.pro_detatopa .swiper-button-next::after{
	display: none;
}
.pro_detatopa .swiper-button-prev{
	width: 55px;
	height: 55px;
	background-image: url(../img/prev_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.pro_detatopa .swiper-button-next{
	width: 55px;
	height: 55px;
	background-image: url(../img/next_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.pro_detatopa1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.pro_detatopb{
	width: calc(44% - 35px);
	float: left;
}
.pro_detatopb1{
	width: 100%;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.pro_detatopb2{
	width: 100%;
	margin-top: 35px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.pro_detatopb3{
	width: 100%;
	margin-top: 35px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.pro_detatopb3 li {
    list-style-type: disc;
}
.pro_detatopb4{
	width: 100%;
	margin-top: 50px;
	display: inline-block;
}
.pro_detatopb4_1{
	width: 46%;
	height: 50px;
	border-radius: 50px;
	background: #E5F2FD;
	color: #037AE7;
	float: left;
	margin-right: 8%;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.pro_detatopb4_1:last-child{
	margin-right: 0;
	background: #037AE7;
	color: white;
}
.pro_detatopb4_1 img{
	max-width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.pro_detatopb4_1 span{
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.pro_detacen{
	width: 100%;
	margin-top: 30px;
}
.pro_detacen1{
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	display: flex;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.pro_detacen1 div{
	border-bottom: 1px solid #107DEB;
	height: 55px;
	line-height: 55px;
}
.pro_detacen2{
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 35px 0;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.pro_detacen2 img{
	max-width: 100%;
}
.lxwm_tops{
	width: 100%;
}
.lxwm_top{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 80px;
	display: inline-block;
}
.lxwm_tople{
	width: 49%;
	float: left;
	padding-right: 20px;
}
.lxwm_tople1{
	width: 100%;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.lxwm_tople2{
	width: 100%;
	font-size: 20px;
	color: #999999;
}
.lxwm_tople3{
	width: 100%;
	margin-top: 45px;
}
.lxwm_tople4{
	width: 100%;
	margin-bottom: 40px;
	
}
.lxwm_tople4:last-child{
	margin-bottom: 0;
}
.lxwm_tople4_1{
	width: 40px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.lxwm_tople4_2{
	width: calc(100% - 65px);
	display: inline-block;
	vertical-align: middle;
}
.lxwm_tople4_3{
	width: 100%;
	font-size: 14px;
	color: #999999;
}
.lxwm_tople4_4{
	width: 100%;
	margin-top: 5px;
	font-size: 18px;
	color: #333333;
}
.lxwm_topri{
	width: 51%;
	height: 490px;
	float: left;
}
.lxwm_downs{
	width: 100%;
	background: #F5FAFF;
}
.lxwm_down{
	width: 100%;
	margin:85px auto;
}
.lxwm_down1{
	width: 100%;
	margin-bottom: 50px;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.lxwm_down2{
	width: 100%;
	display: inline-block;
}
.lxwm_down3{
	width: 45%;
	float: left;
	margin-right: 10%;
	margin-bottom: 20px;
	display: flex;
}
.lxwm_down3:nth-child(2n){
	margin-right: 0;
}
.lxwm_down3_1{
	width: 90px;
	font-size: 18px;
	color: #333333;
	line-height: 45px;
}
.lxwm_down3_2{
	border: none;
	outline: none;
	width: calc(100% - 90px);
	height: 45px;
	background: white;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
}
.lxwm_down4{
	width: 100%;
	float: left;
	display: flex;
}
.lxwm_down4_1{
	border: none;
	outline: none;
	width: calc(100% - 90px);
	height: 120px;
	background: white;
	border-radius: 3px;
	padding: 15px;
	font-size: 14px;
	color: #333333;
}
.lxwm_down5{
	border: none;
	outline: none;
	width: 205px;
	height: 55px;
	border-radius: 55px;
	display: block;
	margin: auto;
	margin-top: 40px;
	background: #0084FF;
	font-size: 20px;
	color: white;
	font-weight: bold;
}