.menu {
	display: none;
	height: 60px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 99999;
}

.menu i {
	transition: all 0.2s;
	position: relative;
	width: 30px;
	height: 3px;
	margin-top: 20px;
	background: #006FE7;
	display: block;
}

.menu i:before,
.menu i:after {
	position: relative;
	content: "";
	width: 100%;
	height: 100%;
	top: 10px;
	background: #006FE7;
	display: block;
	transition: all 0.2s;
}

.menu i:after {
	top: unset;
	bottom: -18px;
}

.nav3 {
	display: none;
}

.close i:before {
	top: 4px;
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.close i:after {
	top: 4px;
	-webkit-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}

.close i {
	background: transparent;
}

.head1 {
	line-height: 40px;
}

.head1_a {
	display: flex;
	justify-content: space-between;
}

.head1_a p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}

.head1_a p span {
	color: #006fe7;
}

.head2 {
	background: #fff;
	padding-top: 20px;
	box-sizing: border-box;
}

.head2_a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search form {
	width: 580px;
	border: 1px solid #006fe7;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
}

.search form .search_text {
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
}

.search{
    margin-right: 15%;
}

.search_sub {
	position: absolute;
	right: 0;
	height: 100%;
	width: 10%;
	background: #006FE7;
	color: #fff;
	border: 0;
}

.search_d a {
	margin-right: 20px;
	font-size: 14px;
	line-height: 48px;
	color: #7b7b7b;
}

.nav1 {
	position: relative;
	width: 200px;
	z-index: 999;
	display: inline-block;
	vertical-align: middle;
}

.nav1 h3 {
	width: 200px;
	background: #006FE7;
	color: #fff;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 16px;
	line-height: 50px;
}

.header_sj {
	display: none;
}

.head2_b {
	margin-top: 15px;
}

.nav1 ul {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	display: none;
}

.nav1:hover ul {
	display: block;
}

.nav1 ul li {
	margin-bottom: 4px;
}

.nav1 ul li .img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.nav1 ul li .img img {
	width: 18px;
}

.nav1 ul li p {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	color: #7b7b7b;
}

.nav2 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
}

.nav2 li {
	display: inline-block;
	line-height: 50px;
	margin-right: 30px;
}

.nav2 .nav_ce {
	color: #006FE7;
	border-bottom: 1px solid #006FE7;
}

.sanji {
	position: absolute;
	width: 500px;
	left: 200px;
	background: #f7f7f7;
	top: 0;
	z-index: 9;
	padding: 24px 20px;
	box-sizing: border-box;
	display: none;
}

.nav1 ul li:hover .sanji {
	display: block;
}

.sanji .nav_text h5 {
	display: inline-block;
	color: #919191;
	font-size: 16px;
	width: 20%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 4px;
	box-sizing: border-box;
}

.sanji .nav_text h5 span {
	margin: 0 2px;
}

.sanji .nav_text h5:last-child span {
	display: none;
}

.sanji .nav_text {
	margin-top: 10px;
}

.sanji dd {
	margin-bottom: 20px;
}

.sanji dd h6 {
	font-size: 16px;
	font-weight: bold;
	border-left: 4px solid #006fe7;
	padding-left: 4px;
}

.index1 {
	padding-top: 20px;
}

.index1_a {
	width: 750px;
	float: left;
	margin-left: 220px;
}

.banner img {
	width: 100%;
}

.banner .zz {
	background: url(../images/zz_05.png) no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	opacity: 0.6;
}

.banner .yy {
	background: url(../images/zz_03.png) no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	opacity: 0.6;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev';
	display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next';
	display: none;
}

.index1_a_nr {
	background: #fff;
	padding: 11px 20px;
	box-sizing: border-box;
}

.index1_a_nr ul {
	font-size: 0;
}

.index1_a_nr ul li {
	width: 16.6%;
	display: inline-block;
	vertical-align: top;
}

.index1_a_nr ul li img {
	display: block;
	margin: auto;
}

.index1_a_nr ul li p {
	text-align: center;
	font-size: 16px;
	color: #7b7b7b;
	margin-top: 10px;
}

.index1_b {
	background: url(../images/b_03.png) no-repeat;
	background-size: cover;
	float: right;
	width: 200px;
	min-height: 414px;
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
}

.lobb img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.index1_b_b p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.index1_b_b {
	padding-top: 20px;
}

.index1_b_c .inaa_tt {
	margin-top: 100px;
}

.index1_b_c .inaa_tt p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.index1_b_c .inaa_tt img {
	display: inline-block;
	vertical-align: middle;
}

.inaa_cc {
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
}

.index2 .swiper-slide {
	background: #fff;
	text-align: center;
}

.in2_con {
	padding: 10px 2%;
}

.in2_con_tit {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 4px;
}

.in2_con_tit span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	background: #f95d5d;
	color: #fff;
	padding: 0 2px;
	border-radius: 5px;
	margin-right: 2px;
}

.in2_con_des {
	font-size: 14px;
	color: #7b7b7b;
	margin: 6px 0;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
}

.in2_con_y {
	font-size: 16px;
	color: #f95d5d;
}


.index2 .swiper-slide:hover {
	background: #006fe7;
	color: #fff;
}

.index2 .swiper-slide:hover .in2_con_des {
	color: #fff;
}

.index2 .swiper-slide:hover .in2_con_y {
	color: #fff;
}

.index2_tt {
	font-size: 30px;
	line-height: 80px;
}

.index2 {
	padding-top: 30px;
}

.index2_tt {
	position: relative;
}

.index2 .zz {
	background: url(../images/a_78.png) no-repeat;
	background-size: cover;
	width: 58px;
	height: 29px;
}

.index2 .yy {
	background: url(../images/a_76.png) no-repeat;
	background-size: cover;
	width: 58px;
	height: 29px;
	left: auto !important;
	right: 90px !important;
}

.in3_nr dd {
	background: #fff;
	display: inline-block;
	width: 18.3%;
	margin-right: 2.1%;
	text-align: center;
	margin-top: 20px;
}

.in3_nr dd:nth-child(5n) {
	margin-right: 0;
}

.in3_nr dd:hover {
	background: #006fe7;
	color: #fff;
}

.in3_nr dd:hover .in2_con_des {
	color: #fff;
}

.in3_nr dd:hover .in2_con_y {
	color: #fff;
}

.in3_tt_l {
	float: left;
}

.in3_tt_l .on {
	color: #006FE7;
}

.in3_tt_r {
	float: right;
	line-height: 44px;
	color: #7b7b7b;
	font-size: 16px;
}

.in3_tt_l h3 {
	font-size: 30px;
	vertical-align: bottom;
	display: inline-block;
}

.in3_tt_l ul li {
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	color: #7b7b7b;
	margin-left: 30px;
}

.in3_tt_l ul {
	display: inline-block;
	vertical-align: bottom;
}

.in3_tt {
	border-bottom: 1px solid #d0d0d0;
}

.index3 {
	padding-top: 50px;
}

.in3_nr_3 {
	padding-bottom: 50px;
}

.foot1 {
	background: #fff;
	padding: 50px 0;
}

.foot1 ul {
	display: flex;
	justify-content: space-between;
}

.foot1 ul img {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}

.foot1 ul .cont {
	display: inline-block;
	vertical-align: top;
}

.foot2 {
	background: #006fe7;
	padding: 50px 0;
	color: #fff;
}

.foot2_l li {
	display: inline-block;
	vertical-align: top;
	margin-right: 90px;
}

.foot2_l li:last-child {
	margin-right: 0;
}

.foot2_l li h3 {
	font-size: 16px;
	margin-bottom: 20px;
}

.foot2_l dd {
	font-size: 14px;
	line-height: 24px;
}

.foot2_r {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot2_l {
	float: left;
	width: 50%;
	position: relative;
}

.foot2_r {
	float: right;
	width: 50%;
	padding-left: 70px;
}

.foot2_l::after {
	position: absolute;
	content: "";
	width: 1px;
	background: #fff;
	height: 98px;
	right: 0;
	top: 10%;
}

.foot2_r_a img {
	width: 104px;
}

.foot2_r_c {
	width: 116px;
}

.foot2_r_c p {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.foot2_r_b h3 {
	font-size: 16px;
}

.foot2_r_b h4 {
	font-size: 24px;
	font-weight: bold;
}

.foot2_r_b li {
	margin-bottom: 40px;
}

.foot2_r_b li:last-child {
	margin-bottom: 0;
}

.foot3 ul {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 70px;
}

.foot3 {
	background: #3797ff;
	color: #fff;
}

.celan {
	position: fixed;
	right: 4%;
	top: 40%;
	width: 120px;
	border-radius: 10px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0px 0px 5px #eee;
}

.celan_a_img img {
	display: block;
	margin: auto;
}

.celan_a_img .a2 {
	display: none;
}

.celan_a {
	text-align: center;
}

.celan_a p {
	margin-top: 10px;
	font-size: 14px;
	color: #7b7b7b;
}

.celan ul li:hover .celan_a_img .a2 {
	display: block;
}

.celan ul li:hover .celan_a_img .a1 {
	display: none;
}

.celan ul li {
	padding: 20px 0;
	position: relative;
}

.celan ul li:hover .celan_a p {
	color: #006FE7;
}

.celan_b {
	position: absolute;
	right: 130px;
	top: 0;
	background: #fff;
	width: 360px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	z-index: 9999;
	display: none;
	font-size: 14px;
	color: #7b7b7b;
	box-shadow: 0px 0px 5px #e5e5e5;
}

.celan ul li:hover .celan_b {
	display: block;
}

.celan_b ul {
	font-size: 0;
}

.celan_b ul li {
	display: inline-block;
	width: 33%;
	font-size: 14px;
	padding: 5px 0;
	color: #7b7b7b;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

.celan_b ul li .celan_b_img {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	margin-right: 10px;
}

.celan_b ul li .celan_b_img img {
	width: 13px;
	display: block;
}

.celan_b ul li .celan_b_img .a2 {
	display: none;
}

.celan_b ul li p {
	display: inline-block;
	vertical-align: middle;
}

.celan_b ul li:hover {
	background: #006FE7;
	color: #fff;
}

.celan_b ul li:hover .a2 {
	display: block;
}

.celan_b ul li:hover .a1 {
	display: none;
}

.celan_b_ff {
	position: absolute;
	top: 0;
	right: -80px;
	width: 80px;
	height: 80px;
	border: 6px solid #006FE7;
	display: none;
	background: #fff;
	z-index: 9999;
}

.celan_b_ff img {
	width: 100%;
	height: 100%;
}

.celan_b ul li:hover .celan_b_ff {
	display: block;
}

.about1 {
	padding-top: 50px;
	padding-bottom: 60px;
	background: #f1f3f5;
}

.about1_nr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.about1_nr_a {
	width: 50%;
}

.about1_nr_b {
	width: 48%;
}

.about1_nr_b img {
	width: 100%;
}

.main_name {
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	font-size: 30px;
}

.main_name::after {
	width: 54px;
	height: 2px;
	content: "";
	background: #333;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	z-index: 99;
	position: absolute;
}

.about2 {
	background: url(../images/bo_08.jpg) no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 50px;
}

.about2_nr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.about2_nr_a {
	width: 50%;
}

.about2_nr_b {
	width: 46%;
}

.map {
	width: 100%;
	height: 320px;
}

.about2_nr_b li {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.about2_nr_b li img {
	width: 45px;
	margin-right: 15px;
}

.about2_nr_b li p {
	font-size: 16px;
}

.cation3 ul {
	padding-bottom: 50px;
}

.page {
	width: 100%;
	text-align: center;
}

.page .active {
	padding: 0 10px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #3662eb;
	display: inline-block;
	margin-left: 4px;
	margin-top: 5px;
	border: 1px solid #3662eb;
	border-radius: 5px;
}

.page .total {
	padding: 0 10px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #3662eb;
	border: 1px solid #e1e1e1;
	background: #fff;
	display: inline-block;
	margin-top: 5px;
	margin-left: 4px;
	border-radius: 5px;
}

.indexex {
	font-size: 14px;
	color: #7b7b7b;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.indexex li {
	display: inline-block;
	border: 1px solid #d0d0d0;
	background: #fff;
	line-height: 32px;
	padding: 0 6px;
	box-sizing: border-box;
	margin-right: 10px;
}

.cation {
	padding-bottom: 60px;
	border-bottom: 1px solid #d0d0d0;
}

.cation1 {
	background: #fff;
	padding: 0 10px;
	box-sizing: border-box;
}

.cation1 li {
	border-bottom: 1px solid #d0d0d0;
}

.cation1 li:last-child {
	border-bottom: none;
}

.cation1 li h3 {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	font-size: 16px;
	color: #7b7b7b;
	line-height: 50px;
	font-weight: bold;
}

.cation1 li dl {
	display: inline-block;
	vertical-align: top;
}

.cation1 li dd {
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	font-size: 16px;
	margin-right: 24px;
	font-weight: bold;
}

.cation1 select {
	border: 1px solid #eeeeee;
	line-height: 30px;
	height: 30px;
}

.cation2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #919191;
	background: #fff;
	line-height: 50px;
	font-size: 16px;
	margin-top: 20px;
}

.cation2_l h3 {
	display: inline-block;
	vertical-align: middle;
	background: #006FE7;
	color: #fff;
	width: 104px;
	text-align: center;
}

.cation2_l ul {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.cation2_l ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}

.cation2_r p {
	display: inline-block;
	vertical-align: middle;
}

.cation2_r ul {
	display: inline-block;
	vertical-align: middle;
}

.cation2_r ul li {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin-left: 15px;
	background: #006fe7;
}

.cation3 ul {
	font-size: 0;
}

.cation3 li {
	background: #fff;
	display: inline-block;
	width: 18.3%;
	margin-right: 2.1%;
	text-align: center;
	margin-top: 20px;
}

.cation3 li:nth-child(5n) {
	margin-right: 0;
}

.in2_con_tit2 {
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.in2_con_y2 {
	font-size: 16px;
	color: #f95d5d;
}

.in2_con_y2 span {
	font-size: 24px;
}

.pageyg1_r {
	float: right;
	width: 80%;
	background: #fff;
	padding: 30px 2%;
	box-sizing: border-box;
}

.pageyg1_l {
	float: left;
	width: 17%;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
}

.pageyg1_l_a h3 {
	display: inline-block;
	vertical-align: middle;
}

.pageyg1_l_a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.pageyg1_l_a {
	text-align: center;
	line-height: 60px;
	display: block;
	margin: auto;
	width: 80%;
	border-bottom: 1px solid #e4e4e4;
}

.pageyg1_l ul li {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.pageyg1_l ul {
	padding: 10px 0;

}

.pageyg1_l ul li:hover {
	background: #e7edff;
	border-left: 3px solid #3797FF;
}

.pageyg1_l ul .no {
	background: #e7edff;
	border-left: 3px solid #3797FF;
}

.pageyg1_r_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.pageyg1_r_img img {
	width: 100%;
}

.pageyg1_r_img {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.pageyg1_r_cont ul li {
	margin-bottom: 20px;
}

.pageyg1_r_cont {
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
}

.pageyg1_r_cont h3 {
	border-left: 3px solid #006FE7;
	margin-bottom: 10px;
	padding-left: 4px;
	line-height: 16px;
}

.pageyg_idexes {
	font-size: 14px;
	color: #818181;
	line-height: 55px;
}

.public_show {
	padding-bottom: 50px;
}

.public_show1 {
	background: #fff;
	padding: 20px 2% 50px 2%;
	box-sizing: border-box;
}

.public_show1_l {
	width: 45%;
	float: left;
}

.public_show1_r {
	float: right;
	width: 53%;
}

.public_show1_l img {
	width: 100%;
}

.public_show1_r_a {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.public_show1_r_b {
	background: #f7f7f7;
	padding: 0 2%;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}

.public_show1_r_b_1 {
	display: flex;
	align-items: center;
	line-height: 50px;
}

.public_show1_r_b_1 h4 {
	color: #7b7b7b;
	font-size: 16px;
	width: 15%;
}

.public_show1_r_b_1 h5 {
	font-size: 16px;
	color: #ff4b4b;
	width: 85%;
}

.public_show1_r_b_1 .a1 {
	font-size: 24px;
	font-weight: bold;
}

.public_show1_r_b_1 .a2 {
	display: inline-block;
	background: #ff4b4b;
	color: #fff;
	margin-left: 6px;
	line-height: 16px;
	padding: 1px 2px;
	box-sizing: border-box;
}

.public_show1_r_b_2 {
	display: flex;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 2px solid #d0d0d0;
}


.public_show1_r_b_2 h4 {
	color: #7b7b7b;
	font-size: 16px;
	width: 15%;
}

.public_show1_r_b_2 .yongtu {
	font-size: 16px;
	line-height: 24px;
	width: 85%;
}

.public_show1_r_c {
	padding: 0 2%;
	box-sizing: border-box;
	display: flex;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 20px;
}

.public_show1_r_c h3 {
	color: #7b7b7b;
	font-size: 16px;
	width: 15%;
}

.public_show1_r_c ul {
	width: 85%;
}

.public_show1_r_c ul li {
	display: inline-block;
	line-height: 24px;
	border: 1px solid #d0d0d0;
	padding: 0 5px;
	box-sizing: border-box;
	margin-right: 10px;
	background: #f7f7f7;
	color: #7b7b7b;
}

.public_show1_r_d {
	display: flex;
	padding: 0 2%;
	padding-top: 20px;
	box-sizing: border-box;
}

.public_show1_r_d h3 {
	color: #7b7b7b;
	font-size: 16px;
	width: 15%;
}

.public_show1_r_d ul {
	width: 85%;
}

.public_show1_r_d ul li {
	display: inline-block;
	color: #7b7b7b;
	margin-right: 30px;
}

.public_show1_r_d ul li input {
	display: inline-block;
	vertical-align: middle;
}

.public_show1_r_d ul li p {
	display: inline-block;
	vertical-align: middle;
}

.public_show1_r_e {
	padding: 0 2%;
	box-sizing: border-box;
	padding-top: 100px;
}

.public_show1_r_e li {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	line-height: 48px;
	border: 1px solid #006fe7;
	color: #006FE7;
	text-align: center;
	margin-right: 20px;
}

.public_show1_r_e .a1 {
	color: #fff;
	background: #006FE7;
}

.public_show2 {
	margin-top: 20px;
}

.public_show2_l {
	background: #fff;
	width: 18%;
	float: left;
}

.public_show2_l li {
	border-bottom: 1px solid #d0d0d0;
}

.public_show2_l h3 {
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
	line-height: 50px;
}

.public_show2_l ul {
	padding: 0 2%;
	box-sizing: border-box;
}

.public_show2_r {
	float: right;
	width: 80%;
	background: #fff;
}

.in2_con_tit3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.in2_con_desc3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.public_show2_qie {
	font-size: 0;
	padding: 0 4%;
	box-sizing: border-box;
	border-bottom: 1px solid #d0d0d0;
}

.public_show2_qie dd {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	display: inline-block;
	position: relative;
}

.public_show2_qie .no::after {
	position: absolute;
	left: 0;
	right: 0;
	width: 70px;
	height: 3px;
	background: #006FE7;
	bottom: 0;
	z-index: 99;
	content: "";
	margin: auto;
}

.public_show2_huan {
	padding: 10px 4%;
	box-sizing: border-box;
}

.public_show2_huan ul li {
	margin-bottom: 20px;
}

.public_show2_huan {
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
}

.public_show2_huan h3 {
	border-left: 3px solid #006FE7;
	margin-bottom: 10px;
	padding-left: 4px;
	line-height: 16px;
}

.public_show2_huan img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.public_show2_huan video {
	display: block;
	margin: auto;
	max-width: 100%;
}

.jisuan1 ul li {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.jisuan1 ul li .shu {
	display: flex;
	align-items: center;
}

.jisuan1 ul li h3 {
	font-size: 16px;
	color: #7b7b7b;
	margin-right: 20px;
	width: 80px;
}

.jisuan1 select {
	width: 380px;
	line-height: 34px;
	height: 34px;
	border: 1px solid #d0d0d0;
	margin-right: 80px;
}

.jisuan1 .shu p {
	font-size: 16px;
	color: #7b7b7b;
	margin-right: 20px;
}

.reduce {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #d0d0d0 !important;
	text-align: center;
	font-size: 30px;
}

.plus {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #d0d0d0 !important;
	text-align: center;
	font-size: 30px;
}

.jisuan1 .sum {
	width: 60px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #D0D0D0;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.pageyg1_r_name {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pageyg {
	padding-bottom: 60px;
}

.jisuan2 {
	border-top: 3px solid #d0d0d0;
	padding: 30px 0;
	margin-top: 30px;
}

.jisuan2 p {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
}

.jisuan2 h3 {
	display: inline-block;
	vertical-align: middle;
	color: #ff4b4b;
	margin-left: 20px;
}

.jisuan2 h3 span {
	font-size: 20px;
	font-weight: bold;
}
