@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body,
html {
	width: 100%;
}

/* html{font-size:10px;}
@media screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
} */

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Arial;
	line-height: 1.5;
	color: #000;
	width: 100%;
	background: #fff;
	font-size: 14px;
	margin: 0px auto;
	min-width: 1200px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {}

img {
	border: 0;
	display: inline;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
}

.container {
	margin: 0px auto;
	width: 1200px;

}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center-y {
	display: flex;
	align-items: center;
}

.b_class .flex-center-y {
	flex-wrap: wrap;
}

.show_21 .b_class ul li {
	margin-bottom: 10px;
}

* {
	box-sizing: border-box;
}

/* 首页 */
header {
	background: #b63535;
	position: sticky;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 10000;
}

header .container1 {
	max-width: 1500px;
	margin: 0px auto;
	width: 95%;
	height: 6.1rem;
}

header .logo {
	width: 21rem;
}


header .menu ul li {
	position: relative;
}

header .menu ul li a {
	font-size: max(1.2rem, 16px);
	color: #f9e3ad;
	font-weight: bold;
}

header .menu ul li .title {
	display: flex;
	align-items: center;
	height: 6.1rem;
	padding: 0rem 21px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;

}

header .menu ul li .submenu {
	background-color: #b63535;
	width: 176px;
	position: absolute;
	top: 100%;
	padding: 0px;
	z-index: 20;
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	overflow: hidden;
	margin-left: -30px;

}

header .menu ul li .submenu::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background: #cd4848;
	border-radius: 0.20rem;
}

header .menu ul li .submenu::-webkit-scrollbar-thumb {
	background: #f9e3ad;
	scrollbar-arrow-color: #f9e3ad;
	border-radius: 0.20rem;
}


header .menu ul li:hover .submenu {
	transform: scaleY(1) translateZ(0);
	opacity: 1;
}

header .menu ul li .submenu dd {
	border-bottom: 0.5px #f9e3ad solid;
}

header .menu ul li .submenu dd:last-child {
	border-bottom: 0px;
}

header .menu ul li .submenu dd a {
	color: #f9e3ad;
	text-align: center;
	line-height: 2.5;
	text-transform: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	font-weight: normal;
	height: auto;
	width: 100%;
	padding: 0rem 1.4rem;
}

header .menu ul li .submenu dd a:hover {
	color: #fff;
}

header .menu ul li .last img {
	width: 5rem;
}

.index {
	padding: 50px 0px;
	overflow: hidden;
}

.index .effect {
	height: 705px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index .effect .box {
	width: 474px;
	border: 5px #f8b9a3 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 474px;
	border-radius: 100%;
	position: absolute;
}

.index .effect .box .sumcont {
	width: 386px;
	height: 386px;
	border-radius: 100%;
	overflow: hidden;
}

.index .effect .box .sumcont dd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.index .effect .box .sumcont dd {
	display: none;
}

.index .effect .box .list {
	font-family: 'Times New Roman', Times, serif;
}

.index .effect .box .list li .f_icon {
	width: 85px;
	height: 85px;
	background-color: #fdd2b2;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index .effect .box .list li {
	position: absolute;
	cursor: pointer;
}

.index .effect .box .list li.no2 {
	top: -17px;
	right: 67px;
}

.index .effect .box .list li.no1 {
	top: -52px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index .effect .box .list li.no3 {
	top: 72px;
	right: -17px;
}

.index .effect .box .list li.no4 {
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.index .effect .box .list li.no5 {
	bottom: 72px;
	right: -17px;
}

.index .effect .box .list li.no6 {
	bottom: -17px;
	right: 67px;
}

.index .effect .box .list li.no7 {
	bottom: -52px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index .effect .box .list li.no8 {
	bottom: -17px;
	left: 67px;
}

.index .effect .box .list li.no9 {
	bottom: 72px;
	left: -17px;
}

.index .effect .box .list li.no10 {
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.index .effect .box .list li.no11 {
	top: 72px;
	left: -17px;
}

.index .effect .box .list li.no12 {
	top: -17px;
	left: 67px;
}

.index .effect .box .list li .content {
	position: absolute;
	width: 380px;
}

.index .effect .box .list li.no2 .content {
	left: 98px;
	top: 15px;
}

.index .effect .box .list li .content .title {
	background-image: url(../images/Brain_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 236px auto;
	line-height: 1;
	padding-left: 20px;
	padding-bottom: 14px;
	font-size: 27px;
	color: #b63535;
	font-weight: bold;
}

.index .effect .box .list li .desc {
	font-size: 14px;
	padding-left: 20px;
	line-height: 1.3;
}

.index .effect .box .list li.no3 .content {
	left: 75px;
	top: 54px;
}

.index .effect .box .list li.no4 .content {
	left: 75px;
	top: 47px;
	width: 330px;
}

.index .effect .box .list li.no5 .content {
	left: 72px;
	top: 50px;
	width: 330px;
}

.index .effect .box .list li.no6 .content {
	left: 72px;
	top: 50px;
}

.index .effect .box .list li.no7 .content {
	left: 0px;
	top: 95px;
	width: 450px;
}

.index .effect .box .list li.no1 .content {
	left: 0px;
	top: -67px;
	width: 450px;
}

.index .effect .box .list li .content.no1 {
	text-align: right;
}

.index .effect .box .list li .content.no1 .title {
	background-image: url(../images/Brain_19.png);
	padding-right: 20px;
	background-position: right bottom;
}

.index .effect .box .list li .content.no1 .desc {
	padding-right: 20px;
}

.index .effect .box .list li.no8 .content {
	right: 72px;
	top: 50px;
}

.index .effect .box .list li.no9 .content {
	right: 72px;
	top: 50px;
}

.index .effect .box .list li.no10 .content {
	right: 75px;
	top: 47px;
	width: 290px;
}

.index .effect .box .list li.no11 .content {
	right: 80px;
	top: 44px;
}

.index .effect .box .list li.no12 .content {
	right: 98px;
	top: 0px;
}

.index .effect .box .list li.no2 .f_icon {
	background-color: #fdd1b3;
}

.index .effect .box .list li.no3 .f_icon {
	background-color: #fdd0b3;
}

.index .effect .box .list li.no4 .f_icon {
	background-color: #fdd1b3;
}

.index .effect .box .list li.no5 .f_icon {
	background-color: #fcd4b2;
}

.index .effect .box .list li.no6 .f_icon {
	background-color: #fcd7b1;
}

.index .effect .box .list li.no7 .f_icon {
	background-color: #fcdbb0;
}

.index .effect .box .list li.no8 .f_icon {
	background-color: #fcdcb0;
}

.index .effect .box .list li.no9 .f_icon {
	background-color: #fcddb0;
}

.index .effect .box .list li.no10 .f_icon {
	background-color: #fcdbb0;
}

.index .effect .box .list li.no11 .f_icon {
	background-color: #fcd8b1;
}

.index .effect .box .list li.no12 .f_icon {
	background-color: #fcd5b2;
}

footer {
	background-color: #b63535;
	color: #f9e3ad;
	line-height: 1.4;
	padding: 25px 0px;
}

footer .container1 {
	max-width: 1500px;
	margin: 0px auto;
	width: 95%;
}

/*7月24新增*/
.atlas {
	color: #b63535;
	font-size: 14px;
	margin-bottom: 40px;
}

.atlas .list {
	width: 26.7%;
}

.atlas .pic {
	flex: 1;
	margin: 0px 28px;
}

.atlas .list.tpleft {
	text-align: right;
}

.atlas .list ul li {
	padding: 45px 0px;
	border-bottom: 2px #b63535 dotted;
}

.atlas .list ul li:last-child {
	border-bottom: 0px;
}

.atlas .list ul li .txt {
	margin-bottom: 13px;
}

.atlas .list ul li .txt img {
	height: 30px;
	width: auto;
}

.atlas .list ul li .txt.no2 img {
	height: 42px;
}

.index .effect_2 {
	height: 750px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

.index .effect_2 .box {
	width: 504px;
	background-image: url(../images/round_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 504px;
	border-radius: 100%;
	position: absolute;
}

.index .effect_2 .box .sumcont {
	width: 340px;
	height: 340px;
	border-radius: 100%;
	overflow: hidden;
}

.index .effect_2 .box .sumcont dd {
	display: none;
}


.index .effect_2 .box .list {
	font-family: 'Times New Roman', Times, serif;
}

.index .effect_2 .box .list li .f_icon {
	width: 127px;
	height: 127px;
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	border: 1px #b63535 solid;
	justify-content: center;
	overflow: hidden;
}

.index .effect_2 .box .list li .f_icon img {
	width: 90%;
}

.index .effect_2 .box .list li {
	position: absolute;
	cursor: pointer;
}

.index .effect_2 .box .list li.no2 {
	top: 58px;
	right: -28px;
}

.index .effect_2 .box .list li.no1 {
	top: -74px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index .effect_2 .box .list li.no3 {
	bottom: 60px;
	right: -28px;
}

.index .effect_2 .box .list li.no4 {
	bottom: -74px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index .effect_2 .box .list li.no5 {
	bottom: 60px;
	left: -28px;
}

.index .effect_2 .box .list li.no6 {
	top: 58px;
	left: -28px;
}



.index .effect_2 .box .list li .content {
	position: absolute;
	width: 330px;
}

.index .effect_2 .box .list li.no2 .content {
	left: 110px;
	top: 98px;
	width: 315px;
}

.index .effect_2 .box .list li .content .title {
	background-image: url(../images/Brain_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 236px auto;
	line-height: 1;
	padding-left: 20px;
	padding-bottom: 14px;
	font-size: 27px;
	color: #b63535;
	font-weight: bold;
}

.index .effect_2 .box .list li .desc {
	font-size: 14px;
	padding-left: 20px;
	line-height: 1.3;
}

.index .effect_2 .box .list li.no3 .content {
	left: 64px;
	top: 124px;
}

.index .effect_2 .box .list li.no4 .content {
	left: 98px;
	top: 100px;
	width: 340px;
}

.index .effect_2 .box .list li.no5 .content {
	right: 63px;
	top: 100%;

}

.index .effect_2 .box .list li.no6 .content {
	right: 100px;
	top: 90px;
	width: 362px;
}


.index .effect_2 .box .list li.no1 .content {
	left: 115px;
	top: -30px;

}

.index .effect_2 .box .list li .content.no1 {
	text-align: right;
}

.index .effect_2 .box .list li .content.no1 .title {
	background-image: url(../images/Brain_19.png);
	padding-right: 20px;
	background-position: right bottom;
}

.index .effect_2 .box .list li .content.no1 .desc {
	padding-right: 20px;
}


.index .effect_3 {
	height: 720px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0px;
}

.index .effect_3 .box {
	width: 504px;
	background-image: url(../images/round_031.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 504px;
	border-radius: 100%;
	position: absolute;
}

.index .effect_3 .box .sumcont {
	width: 440px;
	height: 440px;
	border-radius: 100%;
	overflow: hidden;
}

.index .effect_3 .box .sumcont dd {
	display: none;
}

.index .effect_3 .box .sumcont dd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.index .effect_3 .box .list {
	font-family: 'Times New Roman', Times, serif;
}

.index .effect_3 .box .list li .f_icon {
	width: 110px;
	height: 110px;
	background-color: #fbe9bc;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.index .effect_3 .box .list li .f_icon img {
	width: 90%;
}

.index .effect_3 .box .list li {
	position: absolute;
	cursor: pointer;
}

.index .effect_3 .box .list li.no2 {
	top: 113px;
	right: -25px;
}

.index .effect_3 .box .list li.no1 {
	top: -74px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index .effect_3 .box .list li.no3 {
	bottom: 7px;
	right: 63px;
}

.index .effect_3 .box .list li.no4 {
	bottom: -74px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index .effect_3 .box .list li.no5 {
	bottom: 7px;
	left: 63px;
}

.index .effect_3 .box .list li.no6 {
	top: 113px;
	left: -42px;
}



.index .effect_3 .box .list li .content {
	position: absolute;
	width: 330px;
}

.index .effect_3 .box .list li.no2 .content {
	left: 100px;
	top: 90px;
	width: 315px;
}

.index .effect_3 .box .list li .content .title {
	background-image: url(../images/Brain_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 236px auto;
	line-height: 1;
	padding-left: 20px;
	padding-bottom: 14px;
	font-size: 27px;
	color: #b63535;
	font-weight: bold;
}

.index .effect_3 .box .list li .desc {
	font-size: 14px;
	padding-left: 20px;
	line-height: 1.3;
}

.index .effect_3 .box .list li.no3 .content {
	left: 33px;
	top: 100%;
}

.index .effect_3 .box .list li.no4 .content {
	left: 98px;
	top: 100px;
	width: 340px;
}

.index .effect_3 .box .list li.no5 .content {
	right: 30px;
	top: 100%;

}

.index .effect_3 .box .list li.no6 .content {
	right: 88px;
	top: 90px;
	width: 362px;
}


.index .effect_3 .box .list li.no1 .content {
	left: 115px;
	top: -30px;

}

.index .effect_3 .box .list li .content.no1 {
	text-align: right;
}

.index .effect_3 .box .list li .content.no1 .title {
	background-image: url(../images/Brain_19.png);
	padding-right: 20px;
	background-position: right bottom;
}

.index .effect_3 .box .list li .content.no1 .desc {
	padding-right: 20px;
}


.index .effect.num1 .box .list li .f_icon {
	background-color: #fff;
	border: 1px #b63535 solid;
}

.index .effect.num1 .box .sumcont {
	width: 366px;
	height: 366px;
}

.pro_show {
	padding-bottom: 10px;

}

.pro_show .show_1 {
	width: 100%;
	padding-bottom: 53px;

	padding-left: 48px;
}

.pro_show .show_1 .photo {
	width: 168px;
}

.pro_show .show_1 .content {
	flex: 1;
	margin-left: 55px;
	padding-left: 25px;
	border-left: 2px #b53534 solid;
	padding-top: 7px;
	padding-bottom: 17px;
}

.pro_show .show_1 .content .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}

.pro_show .show_1 .content .desc {
	line-height: 1.4;
	margin-top: 15px;
	margin-bottom: 22px;
}

.pro_show .show_1 .content .more {
	width: 111px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b53534;
	border: 2px #b53534 solid;
	font-size: 10px;
	text-transform: uppercase;

	font-weight: bold;
}

.pro_show .show_1 .content .more:hover {
	background-color: #b53534;
	color: #fff;
}

.show_2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 54px;
	border-top: 1px #cfc9d0 solid;
	padding-top: 30px;
}

.show_2 .s_book {
	width: 490px;
}

.show_2 .s_book .title {
	margin-bottom: 55px;
	font-weight: bold;
	font-size: 16px;
}

.form_box {
	padding-left: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.form_box ul {
	width: 270px;
}

.form_box ul li {
	width: 100%;
	margin-bottom: 30px;
}

.form_box ul li .txt {
	line-height: 24px;
	margin-bottom: 5px;
}

.form_box .sumbit {
	height: 40px;
	line-height: normal;
	text-align: center;
	width: 90px;
	border-radius: 6px;
	background-color: #b63535;
	color: #fff;
	border: 1px #680000 solid;
	cursor: pointer;
}

.r_cont {
	width: 580px;
	border: 1px #dbdbdb solid;
	border-radius: 7px;
	padding: 27px;
	box-shadow: rgb(0 0 0 / 14%) 0px 0px 16px 0px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.r_cont .photo {
	width: 162px;
	margin-right: 30px;
	margin-left: 35px;
}

.r_cont .infor {
	flex: 1;
}

.r_cont .infor .title {
	color: #b63535;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
}

.r_cont .infor .red {
	color: #b63535;
}

.show_3 {
	border-bottom: 4px #fbe8b7 solid;
}

.show_3 ul li {
	min-width: 200px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff8e8;
	font-weight: bold;
	padding: 0px 20px;
	cursor: pointer;
}

.show_3 ul li span {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	position: relative;
}

.show_3 ul li.cur span {
	color: #b63535;
	border-bottom: 2px #b63535 solid;
}

.show_4 {
	padding-top: 40px;
}

.t_roll {
	border: 1px #dcdcdc solid;
	padding: 42px 20px;
	border-radius: 10px;
	overflow-x: auto;
	margin-top: 36px;
}

.t_roll ul {
	display: flex;
}

.t_roll ul li {
	float: left;
	width: 203px;
	white-space: nowrap;
	margin-right: 20px;
}

.t_roll ul li img {}

.tabcontent_1 .p_show {
	display: none;
}

.tabcontent_1 .p_show.cur {
	display: block;
}


/*选择下拉效果*/

.select-ui {
	width: 100%;
	border: 1px #cfc9d0 solid;
	border-radius: 6px;

}

.select-ui .select {
	position: relative;
}

.select-ui select {
	display: none;
	position: relative;
	width: 100%;
	cursor: pointer;
}

.select-ui .select .button {
	width: 100%;
	padding: 0 8px 0 10px;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #3d5efe;
	cursor: pointer;
}


.select-ui .select.focus {
	padding: 0px;
}


.select-ui .select.focus .button {
	border-color: rgb(55, 65, 81);
}


.select-ui .select .button .text {
	flex: 1;
	color: #b2b2b2;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	overflow: auto;
	box-sizing: border-box;

	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;

}

.select-ui-multiple .select .button .text::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background: #ffffff;
}

.select-ui-multiple .select .button .text::-webkit-scrollbar-thumb {
	background: rgba(214, 216, 221, .7);
	scrollbar-arrow-color: #898989;
	border-radius: 7px;
}


.select-ui .select .button .text .item {
	display: flex;
	margin-right: 5px;
	align-items: center;
	padding: 0 5px;
	color: #ffffff;
	background-color: #333333;
	line-height: 26px;
	white-space: nowrap;
	flex-wrap: nowrap;
	border-radius: 3px;
	font-size: 12px;
}


.select-ui .select .button .text .item i {
	width: 10px;
	height: 10px;
	background-image: url(../images/xsj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 3px;
}


.select-ui .select .button .fill-current {
	fill: rgb(0, 0, 0);
}


.select-ui .select .options {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	position: absolute;
	top: 100%;
	border-radius: 4px;
	background: #ffffff;
	border: 1px #efeff0 solid;
	display: flex;
	flex-direction: column;
	width: 100%;
	z-index: 1000;

	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	margin-top: -8px;


}


.select-ui .select.focus .options {
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
	transition: all .3s;
	-webkit-transition: all .3s;
}


.select-ui .select .options li {
	font-size: 12px;
	text-align: left;
	margin: 0;
	color: #666;
	width: 100%;
	padding: 0px;
	margin-right: 0px !important;
}


.select-ui .select .options li {
	margin-right: 0px !important;
}


.select-ui .select .options li.selected span {
	color: #fff;
	background-color: #b63535;
}


.select-ui .select .options li span {
	display: block;
	padding: 8px 15px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
}

.select-ui .select .options li span:hover {
	background-color: #f9e3ad;
	color: #b63535;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.container_tabs {
	display: none;
}

.cur {
	display: block;
}

.pro_show .show_2 .s_book.no2 {
	width: 100%;
}

.pro_show .show_2 .s_book.no2 .form_box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0px;
}

.pro_show .show_2 .s_book.no2 .form_box ul {
	width: auto;
	display: flex;
	align-items: center;
}

.pro_show .show_2 .s_book.no2 .form_box ul li {
	width: 270px;
	margin-right: 20px;
}

.pro_show .show_2 .s_book.no2 .form_box ul.options {
	max-height: 400px;
	overflow-y: auto;
}

.mammal_1 {
	padding: 20px;
	border-radius: 4px;
	border: 1px #EBEEF5 solid;
	background-color: #FFF;
	box-shadow: 0px 1px 12px rgb(0 0 0 / 10%);
	max-height: 800px;
	overflow-y: auto;
}

.mammal_1 ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 22px 22px;
	align-items: stretch;
}

.mammal_1 ul li {
	border-radius: 8px;
	overflow: hidden;
}

.mammal_1 ul li a {
	display: block;
	text-align: center;
}

.mammal_1 ul li .photo {
	height: 200px;
}

.mammal_1 ul li .photo img {
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: .5s;
	position: relative;
}

.mammal_1 ul li .content {
	background-color: #efefef;
	height: 100px;
	transition: .5s;
	padding: 20px 10px;
	position: relative;
}

.mammal_1 ul li .content .title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	color: #333;
	margin-bottom: 5px;
}

.mammal_1 ul li .content .sml {
	color: #b63535;
	opacity: 0;
	transition: .5s;
}

.mammal_1 ul li:hover .content .sml {
	opacity: 1;
}

.mammal_1 ul li:hover .photo img {
	top: -30px;
}

.mammal_1 ul li:hover .content {
	margin-top: -60px;
	height: 160px;
}

.show_41 {
	padding-top: 26px;
	margin-bottom: 80px;
}

.show_42 {
	padding-top: 26px;
	margin-bottom: 40px;
}

.tabcontent_1 .mammal_1 {
	display: none;
}

.tabcontent_1 .mammal_1.cur {
	display: block;
}

.show_21 {}

.show_21 .book_3 {
	flex: 1;
	margin-right: 57px;

}

.show_21 .book_3 .p_box {
	border: 1px #dbdbdb solid;
	border-radius: 7px;
	padding: 20px 20px 16px;
	box-shadow: rgb(0 0 0 / 14%) 0px 0px 16px 0px;
}

.show_21 .book_3 .p_box .list textarea {
	border: 1px #D9D9D9 solid;
	padding: 15px;
	width: 100%;
	height: 127px;
	outline: none;
}

.show_21 .book_3 .p_box {
	margin-bottom: 25px;
}

.show_21 .book_3 .p_box:last-child {
	margin-bottom: 0px;
}

.show_21 {
	padding-bottom: 34px;
	border-top: 1px #cfc9d0 solid;
	padding-top: 30px;
}

.show_21 .title {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 16px;
}

.show_21 .b_middle {
	display: flex;
	align-items: stretch;
	;
	justify-content: space-between;
}

.r_cont.no1 .photo {
	margin-right: 0px;
}

.show_21 .book_3 .p_box .chico_1 {
	font-size: 12px;
}

.show_21 .book_3 .p_box .chico_1 label {
	display: flex;
	align-items: center;
}

.show_21 .book_3 .p_box .chico_1 label input[type='radio'] {
	width: 13px;
	height: 13px;
	border: 1px #eee solid;
	-webkit-appearance: none;
	outline: none;
	margin-right: 7px;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 0px;
	margin-left: 0px;
}

.show_21 .book_3 .p_box .chico_1 label input[type=radio]:checked {
	width: 13px;
	height: 13px;
	background: url(../images/checkbox-+-spacer.png)no-repeat center;
	background-size: cover;
	border: 0px solid #535353;
}

.show_21 .book_3 .p_box .chico_1 .sumbit {
	height: 25px;
	line-height: normal;
	text-align: center;
	width: 71px;
	border-radius: 6px;
	background-color: #b63535;
	color: #fff;
	border: 1px #6D0707 solid;
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
}

.show_21 .book_3 .p_box .chico_1 .sumbit.no1 {
	color: #B3261E;
	background-color: #fff;
}

.border_5 {
	padding: 20px;
	border-radius: 4px;
	border: 1px #EBEEF5 solid;
	background-color: #FFF;
	box-shadow: 0px 1px 12px rgb(0 0 0 / 10%);
}

.crosstalk ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.crosstalk ul li {
	width: 25%;
	padding: 10px;
}

.crosstalk ul li .photo {}

.crosstalk ul li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.tabcontent_1 .cell_box {
	display: none;
}

.tabcontent_1 .cell_box.cur {
	display: block;
}

.tabcontent_5 .cell_box {
	display: none;
}

.tabcontent_5 .cell_box.cur {
	display: block;
}

.crosstalk ul li.no1 .photo {}

.b_table .b_title {
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBEEF5;
}

.b_table .b_title .down {
	width: 100px;
	height: 40px;
	background-color: #B3261E;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 25px;
}

.tf_box {
	width: 100%;
	overflow-x: auto;
}

.tf_box .ta_cont {
	border-left: 1px solid #EBEEF5;
	word-break: break-word;
	border-top: 1px solid #EBEEF5;
}

.tf_box .ta_cont ul {
	display: flex;
	align-items: stretch;
	-webkit-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

.tf_box .ta_cont ul li {
	flex: 1;
	padding: 12px 10px;
	color: #606266;
	line-height: 23px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EBEEF5;
	overflow: hidden;
	border-right: 1px solid #EBEEF5;
}

.tf_box .ta_cont ul li.no1 {
	flex: none;
	width: 10%;
}

.tf_box .ta_cont ul li.no2 {
	flex: none;
	width: 16%;
}

.tf_box .ta_cont ul.first {
	background-color: #fff !important;
	color: #909399;
	font-weight: bold;
}

.tf_box .ta_cont ul:nth-child(odd) {
	background: #FAFAFA;
}

.tf_box .ta_cont ul.second:hover {
	background-color: #F5F7FA;
}

/*翻页*/
.fany {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.fany.num1 {
	justify-content: space-between;
	padding-top: 21px;
}

.fany.num1 .all {
	text-transform: none;
}

/*分页*/
.divid-a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 13px;
}

.layui-laypage a,
.layui-laypage span {
	background: #f4f4f5;
	color: #606266 !important;
	background-color: #f4f4f5 !important;
	font-size: 13px;
	min-width: 30px;
	padding: 0px 5px;
	height: 28px;
	cursor: pointer;
	margin: 0px 5px !important;
	display: flex;
	line-height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	font-weight: bold;

}

.divid-a span {
	margin: 5px 10px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em,
.divid-a a:hover {
	color: #b63535;
}

.layui-laypage .layui-laypage-curr,
.layui-laypage .layui-laypage-curr .layui-laypage-em,
.divid-a a.active {
	color: #fff;
	background: #b63535;
	border: 1px #b63535 solid;
	box-sizing: border-box;
	background-color: #b63535 !important;
}

.layui-laypage a,
.layui-laypage span {
	padding: 0 !important;
	text-align: center;
}

.divid-a a.active:hover {
	color: #fff;
}

.divid-a .up {
	font-family: 黑体;
	font-weight: bold;
}

.divid-a .up:hover {
	color: #333;
}

.divid-a .se_col {
	width: 130px;
	margin-right: 15px;
}

.divid-a .se_col .select-ui .select .button .text {
	text-align: center;
	color: #606266;
}

.divid-a .se_col .select-ui .select .button {
	height: 28px;
	line-height: 28px;
}

.divid-a .se_col .select-ui .select .options li span {
	margin: 0px;
	white-space: nowrap;
}

.s_book.num3 {
	flex: 1;
	margin-right: 40px;
}

.s_book.num3 .form_box {
	flex-direction: column;
	padding-left: 15px;
}

.s_book.num3 .form_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.s_book.num3 .form_box ul li {
	width: 47%;
}

.s_book.num3 .form_box.rats1 {
	width: 595px;
	padding: 0px;
	margin: 0px auto;
}

.virus_1 {
	margin-bottom: 50px;
}

.virus_1 .virus_list {
	max-height: 1000px;
	overflow-y: auto;
}

.virus_1 .virus_list ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 23px 10px;
	align-items: stretch;
}

.virus_1 .virus_list ul li {
	border: 1px #ececec solid;
	overflow: hidden;
}

.virus_1 .virus_list ul li a {
	display: block;
	padding: 11px;
}

.virus_1 .virus_list ul li a .photo {
	width: 100%;
	overflow: hidden;
}

.virus_1 .virus_list ul li a .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.virus_1 .virus_list ul li a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.virus_1 .virus_list ul li a .txt {
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.virus_1 .virus_list ul li a .desc {
	font-size: 12px;
	color: #666;
	margin: 7px 0px 10px;
}

.virus_1 .virus_list ul li a .more {
	height: 22px;
	line-height: 21px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	padding: 0px 8px;
	border-radius: 2px;
	background-color: #b63535;
	color: #fff;
	border: 1px #680000 solid;
	cursor: pointer;
}

.virus_1 .virus_list ul li a:hover .more {
	color: #f9e3ad;
}


.tf_box3 {
	width: 100%;
	overflow-x: auto;
}

.tf_box3 .ta_cont {
	word-break: break-word;
	border-bottom: 1px solid #808080;
}

.tf_box3 .ta_cont ul {
	display: flex;
	align-items: stretch;
	-webkit-transition: background-color .25s ease;
	border-left: 1px solid #e6e6e6;
	transition: background-color .25s ease;
}

.tf_box3 .ta_cont ul li {
	flex: 1;
	padding: 12px 10px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	border-right: 1px solid #e6e6e6;
	justify-content: center;
}

.tf_box3 .ta_cont ul li.no1 {
	flex: none;
	width: 15%;
}

.tf_box3 .ta_cont ul li.no2 {
	flex: none;
	width: 12.5%;
}

.tf_box3 .ta_cont ul li.no3 {
	flex: none;
	width: 20%;
}

.tf_box3 .ta_cont ul.first {
	background-color: #fff !important;
	color: #333;
	font-weight: bold;
	border: 1px #808080 solid;
}

.tf_box3 .ta_cont ul.first li {
	border: 0px;
}

.tf_box3 .ta_cont ul:nth-child(odd) {
	background: #f9f9f9;
}

.tf_box3 .ta_cont ul.second:hover {
	background-color: #f8f8f8;
}

.b_table .view_title {
	margin-bottom: 23px;
}

.b_table .view_title .tpleft .select-ui {
	margin: 0px 7px;
}

.b_table .view_title .tpleft .select-ui .select .button {
	height: 30px;
	line-height: 30px;
}

.b_table .view_title .search_3 .formbit {
	width: 176px;
	padding: 0px 10px;
	border: 1px #cfc9d0 solid;
	height: 32px;
	line-height: normal;
	border-radius: 2px;
	margin-left: 4px;
	outline: none;
}

.tf_box3 .ta_cont ul li .red {
	color: #b63535;
	cursor: pointer;
}

.show_21 .rbox {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 40px;
}

.rag_class {
	width: 100%;
	overflow-x: auto;
	height: 45px;
	margin-bottom: 20px;
}

.rag_class ul li {
	background-color: #FBE9BC;
	border: 1px #FBE9BC solid;
	min-width: 93px;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	padding: 0px 5px;
	margin-right: 20px;
	color: #1E1E1E;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

.rag_class ul li.cur {
	background-color: #B3261E;
	border: 1px #6D0707 solid;
	color: #fff;
}

.rat_content .rat_desc p {
	margin-bottom: 20px;
}

.rat_content .rat_desc {
	color: #49454F;
}

.rat_content .rat_desc .rat_tit {
	border-top: 1px #cac4d0 solid;
	padding-top: 7px;
}

.rat_content .rat_desc .red {
	color: #b63535;
	text-decoration: underline;
}

.tabcontent_1 .rat_content {
	display: none;
}

.tabcontent_1 .rat_content.cur {
	display: block;
}

.sleep_m {
	margin-bottom: 80px;
}

.sleep_one {}

.sleep_one ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.sleep_one ul li {
	width: 33.3%;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-right: 1px #000 solid;
}

.sleep_one ul.first li {
	font-weight: bold;
	padding-left: 152px;
	padding-bottom: 10px;
}

.sleep_one ul .cont {
	align-items: stretch;
	flex-wrap: wrap;
	flex: 1;
}

.sleep_one ul.first {
	border-bottom: 1px #000 solid;
}

.sleep_one ul.first .cont .lab {
	width: 50%;
}

.sleep_one ul.second .cont .item {
	width: 50%;
	display: flex;
	align-items: center;
	line-height: 2;
}

.sleep_one ul.second li {
	padding-left: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.sleep_one ul.second li .tpleft {
	width: 114px;
	text-align: center;
	margin-right: 9px;
	font-weight: bold;
}

.sleep_one ul.second li .tpleft img {
	width: 78px;
}

.sleep_one ul li:nth-child(3n) {
	border-right: 0px;
}

.sleep_one ul.second .cont .item input[type='checkbox'] {
	width: 13px;
	height: 13px;
	border: 1px #000 solid;
	-webkit-appearance: none;
	outline: none;
	margin-right: 5px;
	cursor: pointer;
}

.sleep_one ul.second .cont .item input[type=checkbox]:checked {

	background: url(../images/check_03.jpg)no-repeat center;
	background-size: cover;
	border: 0px;
}

.s_sumbit {
	text-align: center;
	padding-top: 35px;
}

.s_sumbit button {
	height: 40px;
	line-height: normal;
	text-align: center;
	width: 157px;
	border-radius: 8px;
	background-color: #b63535;
	color: #fff;
	border: 1px #680000 solid;
	cursor: pointer;
}

.tf_box3.num5 .ta_cont ul li {
	justify-content: flex-start;
}

.tf_box3.num5 .ta_cont ul li.no1 {
	width: 75px;
	justify-content: center;
}

.tf_box3.num5 .ta_cont ul li.no2 {
	width: 102px;
	justify-content: center;
}

.tf_box3.num5 .ta_cont ul:nth-child(odd) {
	background-color: #fff;
}

.tf_box3.num5 .ta_cont ul.second li.no1 {
	background-color: #ffdada;
}

.tf_box3.num5 .ta_cont ul.second li.no2 {
	color: #b63535;
}

.tf_box3.ceshi2 .ta_cont ul li.no1 .check_b[type='checkbox'] {
	width: 13px;
	height: 13px;
	border: 1px #000 solid;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

.tf_box3.ceshi2 .ta_cont ul li.no1 .check_b[type=checkbox]:checked {
	background: url(../images/gou1.png)no-repeat center;
	background-size: cover;
	border: 0px;
}



.tf_box3.num51 .ta_cont ul li.no1 .check_b[type='radio'] {
	width: 12px;
	height: 12px;
	border: 1px #000 solid;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

.tf_box3.num51 .ta_cont ul li.no1 .check_b[type=radio]:checked {
	width: 12px;
	height: 12px;
	background: url(../images/gou1.png)no-repeat center;
	background-size: cover;
	border: 0px;
}

.down_1 {
	padding-top: 24px;
}

.down_1 a {
	height: 40px;
	line-height: 40px;
	text-align: center;
	min-width: 188px;
	padding: 0px 10px;
	border-radius: 8px;
	background-color: #fff;
	color: #B3261E;
	border: 1px #680000 solid;
	cursor: pointer;
	margin-right: 19px;
}

.down_1 a:hover,
.down_1 a.active {
	background-color: #b63535;
	color: #fff;

}

.b_Frame2 {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999990;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.b_Frame2.show {
	display: flex;
}

.b_Frame2 .r_cont3 {
	width: 580px;
	border: 1px #dbdbdb solid;
	border-radius: 7px;
	padding: 27px;
	box-shadow: rgb(0 0 0 / 14%) 0px 0px 16px 0px;
	position: relative;
	background-color: #fff;
	position: relative;

}

.b_Frame2 .r_cont3 .closed {
	width: 22px;
	height: 22px;
	background-image: url(../images/closed.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.b_Frame2 .r_cont3 .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.b_Frame2 .r_cont3 .photo {
	width: 162px;
	margin-right: 30px;
	margin-left: 35px;
}

.b_Frame2 .r_cont3 .infor {
	flex: 1;
}

.b_Frame2 .r_cont3 .infor .title {
	color: #b63535;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
}

.b_Frame2 .r_cont3 .infor .red {
	color: #b63535;
}

.dargon_m {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.dargon_m .photo {
	width: 410px;
	margin-left: 20px;
}

.dargon_m .box_2 {
	flex: 1;
}

.b_table .view_title .search_3.no3 .formbit {
	width: 236px;
	border-radius: 8px;
	margin-right: 23px;
	height: 40px;
}

.b_table .view_title .search_3.no3 .sumbit2 {
	height: 40px;
	line-height: normal;
	text-align: center;
	width: 94px;
	border-radius: 6px;
	background-color: #b63535;
	color: #fff;
	border: 1px #680000 solid;
	cursor: pointer;
}

.b_table .view_red {
	color: #B3261E;
	margin-bottom: 7px;
}

.b_table .view_title.num3 {
	margin-bottom: 20px;
}

.tf_box3.num4 .ta_cont ul li {
	justify-content: flex-start;
	padding: 6px 3px;
}

.tf_box3.num4 .ta_cont ul li.no1 {
	width: 20%;
}

.tf_box3.num4 .ta_cont ul:nth-child(odd) {
	background-color: #fff;
}

.show_21 .col-md-10 {
	width: 90% !important;
	margin: 0px auto;
}

.pro_show {
	color: #000;
}

.pro_show .custom-file a {
	color: #b63535;
}

.btn-primary:hover {
	background-color: #680000 !important;
	border-color: #680000 !important;
}

.btn-primary {
	background-color: #b63535 !important;
	border-color: #b63535 !important;
}

.dance5 {
	padding-bottom: 80px;
}

.crosstalk.num5 ul li {
	text-align: center;
}

.crosstalk.num5 ul li .photo {
	border: 1px #dfdfdf solid;
}

.crosstalk.num5 ul li .txt {
	font-weight: bold;
	margin-bottom: 20px;
}

.bog_show.num6 {
	margin-bottom: 70px;
}

.h_midd .case-item {
	float: left;
	margin: 30px 40px;
	margin-bottom: 20px
}

.h_midd .ih-item {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}


.h_midd .ih-item a {
	color: #333
}

.h_midd .ih-item a:hover {
	text-decoration: none
}

.h_midd .ih-item img {
	width: 100%;
	height: 100%
}

.h_midd .ih-item.circle,
.h_midd .ih-item.circle .img {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%
}

.h_midd .ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .3);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.h_midd .ih-item.circle .img img {
	border-radius: 50%
}

.h_midd .ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.h_midd .ih-item.square {
	position: relative;
	width: 316px;
	height: 216px;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.h_midd .ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.h_midd .ih-item.circle.effect1 .spinner {
	width: 130px;
	height: 130px;
	border: 10px solid #f9e3ad;
	border-right-color: #fab1b1;
	border-bottom-color: #fab1b1;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.h_midd .ih-item.circle.effect1 .img {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: auto;
	height: auto
}

.h_midd .ih-item.circle.effect1 .img:before {
	display: none
}

.h_midd .ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, .6)
}

.h_midd .ih-item.circle.effect1 .info {
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	background: #333;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.h_midd .ih-item.circle.effect1 .info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	text-align: center;
	font-size: 13px;
	/* margin: 0 30px; */
	padding: 55px 0 0;
	height: 110px;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3);
}

.h_midd .ih-item.circle.effect1 .info p {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, .5)
}

.h_midd .ih-item.circle.effect1 a:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.h_midd .ih-item.circle.effect1 a:hover .info {
	opacity: 1
}

.show_21 .title.no4 {
	margin-bottom: 0px;
}

.show_21 .h_midd {
	overflow: hidden;
	padding-bottom: 30px;
}

.show_21 .tissue {
	width: 95%;
	margin: 0px auto 50px;
}

.show_21 .tissue .tpleft {
	width: 89px;
	text-align: center;
	color: #b63535;
	font-size: 16px;
	font-style: italic;
}

.show_21 .tissue .list {
	flex: 1;
}

.show_21 .tissue .list ul {
	flex-wrap: wrap;
}

.show_21 .tissue .list ul li {
	width: 89px;
	cursor: pointer;
}

.show_21 .tissue .list ul li:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 3);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 3);
	-webkit-transform: translate3d(0, -1px, 0);
	transform: translate3d(0, -1px, 0);
}

.tf_box3.num7 .ta_cont ul.first {
	border: 0px;
	border-bottom: 1px #808080 solid;
}

.tf_box3.num7 .ta_cont ul {
	border-left: 0px;
}

.tf_box3.num7 .ta_cont ul.second li:last-child {
	border-right: 0px;
}

.tf_box3.num7 .ta_cont ul li {
	justify-content: flex-start;
}

.tf_box3.num7 .ta_cont ul li.no11 {
	flex: none;
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vir_tral {
	width: 90%;
	margin: 0px auto
}

.vir_tral .vir_list {
	margin-bottom: 90px;
}

.vir_tral .vir_list ul li .txt {
	font-size: 16px;
}

.vir_tral .vir_list ul {
	display: flex;
	align-items: center;
}

.vir_tral .vir_list ul li {
	flex: 1;
	text-align: center;
}

.vir_tral .vir_list ul li .select-ui {
	width: 264px;
	margin: 0px auto;
}

.vir_tral .vir_list ul li .select-ui .select .button .text {
	color: #000;
	text-align: left;
}

.vir_tral .vir_item ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.vir_tral .vir_item ul li {
	text-align: center;
	width: 50%;
}

.vir_tral .vir_item ul li .down {
	text-align: center;
}

.show_31 {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 45px;
}

.show_31 .box {
	width: 48%;
}

.show_31 .box .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 17px;
}

.show_31 .box .list {
	width: 280px;
	margin: 0px auto;
}

.show_31 .box .list ul li {
	margin-bottom: 23px;
}

.show_31 .box .list ul li .txt {
	margin-bottom: 5px;
}

.show_31 .box .list ul li.last {
	text-align: center;
}

.show_31 .box .list ul li.last button {}

.sumbit5 {
	height: 40px;
	line-height: normal;
	text-align: center;
	min-width: 93px;
	padding: 0px 7px;
	border-radius: 6px;
	background-color: #b63535;
	color: #fff;
	border: 1px #680000 solid;
	cursor: pointer;
}

.show_31 .box .list.num8 {
	width: 100%;
}

.show_31 .box .list.num8 ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.show_31 .box .list.num8 ul li {
	width: 48%;
}

.show_31 .box .list.num8 ul li.no3,
.show_31 .box .list.num8 ul li.last {
	width: 100%;
}

.show_31 .box {
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 20px;
	border-radius: 30px;
}

.show_31 .box .list.num8 ul li.last .sumbit5 img {
	height: 14px;
	width: auto;
	margin-right: 6px;
}

.show_31 .box .list.num8 ul li.last .sumbit5 {
	padding: 0px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.show_31 .box .list.num8 ul li.last {
	display: flex;
	align-items: center;
	justify-content: center;
}

.s_snake {
	background-color: #fff1d0;
	padding: 10px 20px;
	margin: 0px auto 30px;
}

.s_snake ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.s_snake ul li {
	width: 16.6%;
	padding: 10px 10px;
}

.s_snake ul li .box1 {
	width: 164px;
	margin: 0px auto;
	position: relative;
	border: 1px solid #FFFFFF;
	height: 164px;
	overflow: hidden;
}

.s_snake ul li .box1 img {
	width: 100%;
	height: 100%;
}

.s_snake ul li .box1 .txt {
	position: absolute;
	top: 0px;
	left: -100%;
	width: 100%;
	color: #fff;
	text-align: center;
	height: 100%;
	z-index: 20;
	background: url(../images/new-bg.png);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 5px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.s_snake ul li .box1:hover .txt {
	left: 0px;
}

.s_snake ul li .box1 .txt h2 {
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	border-bottom: 1px dashed #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.s_snake ul li .box1 .txt .btn-primary {
	background-color: #b63535;
	border-color: #680000;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	padding: 0px 12px;
	border-radius: 8px;
	color: #fff;
}

.s_snake ul li .box1 .txt .btn-primary:hover {
	background-color: #f9e3ad;
	color: #b63535;
	font-weight: bold;
}

.snake_1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.snake_1 .tpright {
	margin-left: 30px;
}

.b_table .snake_3 {
	border-bottom: 1px solid #EBEEF5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.b_table .snake_3 .desc {
	text-align: right;
	margin-top: 10x;
}

.b_table .snake_3 .desc .down {
	display: inline-block;
	width: 78px;
	height: 27px;
	background-color: #B3261E;
	color: #fff;
	text-align: center;
	line-height: 27px;
	border-radius: 2px;
}

.fany.num6 {
	padding-top: 30px;
}

.b_table.dance2 {
	margin-bottom: 40px;
}

.b_table .b_title .down.no2 {
	width: 78px;
	height: 27px;
	line-height: 27px;
	border-radius: 2px;
}

.b_table .key_1 {
	margin-bottom: 5px;
}

.b_table .key_1 ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}

.b_table .key_1 ul li {
	margin: 10px 5px;
	border-radius: 3px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0px 10px;
	display: inline-block;
	background-color: #662b2f;
	cursor: pointer;
}

.b_table .key_1 ul li.color2 {
	background-color: #108b96;
}

.b_table .key_1 ul li.color3 {
	background-color: #6d5c3d;
}

.b_table .key_1 ul li.color4 {
	background-color: #99806c;
}

.b_table .key_1 ul li.color5 {
	background-color: #81474c;
}

.b_table .key_1 ul li.color6 {
	background-color: #344b5c;
}

.b_table .key_1 ul li.color7 {
	background-color: #2e59a7;
}

.b_table .key_1 ul li.color8 {
	background-color: #f3993a;
}

.tf_box .ta_cont ul li .red {
	color: #B3261E;
}

.tf_box.height4 {
	max-height: 500px;
	overflow-y: auto;
}

.b_table .snake_title {
	font-size: 20px;
	font-weight: bold;
}

.b_table .snake_all {
	margin-bottom: 10px;
}

.tf_box .ta_cont ul li.no12 {
	flex: none;
	width: 65px;
}

.tf_box .ta_cont ul li.no22 {
	flex: none;
	width: 25%;
}

.tf_box .ta_cont ul li.no33 {
	flex: none;
	width: 20%;
}

.pig_box {
	border: 1px #b3261e dotted;
	padding: 27px;
}

.pig_class ul li a {
	min-width: 111px;
	height: 29px;
	line-height: 29px;
	background-color: #D9D9D9;
	color: #fff;
	font-weight: bold;
	border-radius: 4px 4px 0px 0px;
	display: inline-block;
	text-align: center;
}

.pig_class ul li.redbg a {
	background-color: #b3261e;
}

.show_32 {
	margin-bottom: 60px;
}

.show_32 ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.show_32 ul li {
	width: 48%;
}

.show_32 ul li .txt {
	position: relative;
	color: #B3261E;
	padding-bottom: 10px;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
}

.show_32 ul li .txt:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 80%;
	height: 2px;
	background-color: #b3261e;
}

.pig_class ul li.graybg a {
	background-color: #FBE9BC;
	color: #EAA700;
}

.pig_class ul li.blackdbg a {
	background-color: #000;
}

.show_2.num9 {
	border-top: 0px;
}

.choose_4 {
	margin-bottom: 45px;
}

.choose_4 .tpleft {
	font-size: 30px;
	position: relative;
	padding-top: 15px;
}

.choose_4 .tpleft:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	top: 0;
	left: 0px;
	background: #000;
}

.choose_4 .tpleft:after {
	position: absolute;
	content: "";
	width: 90px;
	height: 2px;
	top: 10px;
	left: 0%;
	background: #b63535;
}

.choose_4 ul li {
	border: 1px #b63535 solid;
	height: 34px;
	line-height: 34px;
	padding: 0px 10px;
	margin-left: 7px;
	cursor: pointer;
}

.choose_4 ul li.cur {
	background-color: #b63535;
	color: #fff;
}

.spe_list ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
}

.spe_list ul li {
	text-align: center;
	border-radius: 4px;
	border: 1px #EBEEF5 solid;
	background-color: #FFF;
	box-shadow: 0px 1px 12px rgb(0 0 0 / 10%);
}

.spe_list ul li .title {
	font-size: 18px;
	font-weight: bold;
}

.spe_list ul li .sml {
	color: #b63535;
	margin-bottom: 15px;
}

.spe_list ul li .photo {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.spe_list ul li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.spe_list ul li:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.spe_list ul li .box4 {
	border-top: 1px #e2e5e9 solid;
}

.spe_list ul li .box4 .item {
	height: 40px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spe_list ul li .box4 .item:last-child {
	border-left: 1px #e2e5e9 solid;
}

.spe_list ul li .box4 .item a {
	display: flex;
	align-items: center;
}

.spe_list ul li .box4 .item a img {
	height: 10px;
	width: auto;
	margin-right: 6px;
}

.spe_list ul li .box4 .item a:hover {
	color: #b63535;
}

.tabcontent_2 .spe_list {
	display: none;
}

.tabcontent_2 .spe_list.cur {
	display: block;
}

.brain_box {
	border-top: 1px #b63535 solid;
}

.brain_box .btitle {
	color: #b63535;
	margin-bottom: 48px;
	padding-top: 5px;
	font-weight: bold;
}

.brain_box .pic {
	margin-bottom: 64px;
}

.brain_box ul {}

.brain_box ul li {
	padding: 5px 0px 10px;
	border-top: 1px #000 solid;
}

.brain_box ul li .title {
	font-weight: bold;
}

.show_21.red_bor {
	border-top: 1px #b63535 solid;
	padding-top: 6px;
	margin-top: 40px;
}

.show_21.red_bor .title {
	color: #b63535;
}

.show_21 .b_class {
	margin-bottom: 24px;
}

.show_21 .b_class ul li {
	background-color: #FBE9BC;
	min-width: 106px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 7px;
	margin-right: 26px;
	cursor: pointer;
}

.show_21 .b_class ul li.cur {
	background-color: #b63535;
	color: #fff;
}

.tf_box3.num51 .ta_cont ul li {
	justify-content: flex-start;
}

.tf_box3.num51 .ta_cont ul li.no1 {
	width: 60px;
	justify-content: center;
}

.tf_box3.num51 .ta_cont ul li.no3 {
	width: 25%;
}

.tf_box3.num51 .ta_cont ul li.no4 {
	flex: none;
	width: 11%;
}

.tf_box3.num51 .ta_cont ul.second li.no1 .check_b[type='checkbox'] {
	width: 12px;
	height: 12px;
	border: 1px #000 solid;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

.tf_box3.num51 .ta_cont ul.second li.no1 .check_b[type=checkbox]:checked {
	width: 12px;
	height: 12px;
	background: url(../images/gou1.png)no-repeat center;
	background-size: cover;
	border: 0px;
}

.tabcontent_4 .b_table {
	display: none;
}

.tabcontent_4 .b_table.cur {
	display: block;
}

.cell_list ul {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 30px 10px;
	align-items: stretch;
	margin-bottom: 80px;
}

.cell_list ul li {
	text-align: center;
	cursor: pointer;
}

.cell_list ul li .txt {
	font-weight: bold;
}

.border_31 {
	padding: 16px;
	border-radius: 9px;
	border: 1px #dbdbdb solid;
	background-color: #FFF;
	box-shadow: 0px 1px 12px rgb(0 0 0 / 10%);
}

.brain_bq {
	display: flex;
	align-items: stretch;
	margin-bottom: 12px;
}

.brain_bq .tpright {
	width: 602px;
	height: 79px;
	margin-left: 12px;
	display: flex;
	align-items: center;
}

.brain_bq .tpleft {
	flex: 1;
	overflow: hidden;
	font-weight: bold;
	height: 79px;
}

.brain_bq .tpleft .txt {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	margin-right: 10px;
}

.brain_bq .tpleft .eng {
	font-size: 21px;
	font-style: italic;
	letter-spacing: 2px;
	color: #B3261E;
}

.brain_bq .tpright .cont {
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 2px;
}

.brain_one {
	display: flex;
	align-items: stretch;
	margin-bottom: 53px;
}

.brain_one .tpright {
	width: 602px;
	margin-left: 12px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	color: #B3261E;
}

.brain_one .tpleft {
	flex: 1;
	display: flex;
	align-items: stretch;
}

.brain_one .tpright .title {
	margin-bottom: 5px;
}

.brain_one .tpleft .box {
	width: 308px;
	margin-right: 12px;
	text-align: center;
}

.brain_one .tpleft .box1 {
	flex: 1;
	overflow: hidden;
}

.brain_one .tpleft .box1 .title {
	font-size: 18px;
	letter-spacing: 2px;
	color: #B3261E;
}

.brain_one .tpleft .box1 .desc {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
}

.tf_box3.num101 .ta_cont ul li.no1 {
	width: 64px;
}

.tf_box3.num101 .ta_cont ul li.no3 {
	width: 12.5%;
}

.tf_box3.num101 .ta_cont ul li.no4 {
	width: 20%;
	flex: none;
}

.tf_box3.num101 .ta_cont ul.first {
	background: #b63535 !important;
	color: #fff;
	border: 1px #b63535 solid;
}

.tf_box3.num101 .ta_cont ul li.no1 input[type='radio'] {
	width: 13px;
	height: 13px;
	border: 1px #B3261E solid;
	-webkit-appearance: none;
	outline: none;
	margin-right: 7px;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 0px;
	margin-left: 0px;
}

.tf_box3.num101 .ta_cont ul li.no1 input[type=radio]:checked {
	width: 13px;
	height: 13px;
	background: url(../images/checkbox-+-spacer.png)no-repeat center;
	background-size: cover;
	border: 0px solid #535353;
}

.tf_box3.ceshi4 .ta_cont ul li.no11 input[type='radio'] {
	width: 13px;
	height: 13px;
	border: 1px #B3261E solid;
	-webkit-appearance: none;
	outline: none;
	margin-right: 7px;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 0px;
	margin-left: 0px;
}

.tf_box3.ceshi4 .ta_cont ul li.no11 input[type=radio]:checked {
	width: 13px;
	height: 13px;
	background: url(../images/checkbox-+-spacer.png)no-repeat center;
	background-size: cover;
	border: 0px solid #535353;
}

.r_cont.num5 {
	margin: 0px auto;
}

.show_21.ceshi {
	margin: 56px 0px;
}

.show_21.red_bor1 {
	border-top: 1px #b63535 solid;
	padding-top: 6px;
}

.show_21.red_bor1 .title {
	color: #b63535;
}

.brain_two {
	border: 1px #727272 dashed;
	padding: 17px;
	text-align: center;
	margin-top: 34px;
	margin-bottom: 73px;
}

.brain_two .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 50px;
}

.tissue_1 {
	margin-bottom: 70px;
}

.tissue_1 ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
}

.tissue_1 ul li {
	text-align: center;
}

.tissue_1 ul li .photo {
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: center;
	width: 143px;
	height: 143px;
	border-radius: 13px;
	border: 3px #b63535 dashed;
	margin: 0px auto 7px;
	cursor: pointer;
}

.tissue_1 ul li .photo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center center;
}

.tissue_1 ul li .tit {
	font-size: 16px;
	font-weight: bold;
}

.tissue_2 {
	margin-bottom: 70px;
}

.tissue_2 .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
}

.show_21.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.show_2 .tis_show {
	padding-top: 50px;
}

.show_3.no2 ul li {
	white-space: nowrap;
	flex: 1;
	min-width: auto;
	overflow: hidden;
}

.tissue_1.no2 ul {
	grid-template-columns: repeat(5, 1fr);
}

.tissue_1.no2 ul li {}

.tissue_1.no2 {
	width: 90%;
	margin: 0px auto 70px;
}

.book_4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.book_4 .book_left {
	width: 272px;
	padding: 0px 21px;
}

.book_4 .book_left .s_bit {
	text-align: center;
	font-weight: bold;
	margin-bottom: 17px;
}

.book_4 .book_left ul li {
	margin-bottom: 23px;
	text-align: left;
}

.book_4 .book_left ul li .txt {
	margin-bottom: 4px;
}

.book_4 .book_left ul li.last {
	text-align: center;
}

.book_4 .book_left ul li.last .sumbit {
	height: 30px;
	line-height: normal;
	text-align: center;
	width: 91px;
	border-radius: 6px;
	background-color: #b63535;
	color: #fff;
	border: 1px #6D0707 solid;
	cursor: pointer;
	font-size: 12px;
}

.book_4 .p_box {
	flex: 1;
	border: 1px #dbdbdb solid;
	border-radius: 7px;
	padding: 20px 20px 16px;
	box-shadow: rgb(0 0 0 / 14%) 0px 0px 16px 0px;
}

.book_4 .p_box .list textarea {
	border: 1px #D9D9D9 solid;
	padding: 15px;
	width: 100%;
	height: 172px;
	outline: none;
}

.book_4 .p_box.no2 {
	width: 410px;
	margin: 0px 16px;
}

.book_4 .p_box .list {
	margin-bottom: 13px;
}

.book_4 .p_box .chico_1 .tpleft {
	font-size: 12px;
}

.book_4 .p_box .chico_1 .sumbit {
	height: 33px;
	line-height: normal;
	text-align: center;
	width: 71px;
	border-radius: 6px;
	background-color: #b63535;
	color: #fff;
	border: 1px #6D0707 solid;
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
}

.book_4 .p_box .chico_1 .sumbit.no1 {
	color: #B3261E;
	background-color: #fff;
}

.enr_list {
	margin-bottom: 20px;
}

.enr_list ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.enr_list ul li {
	width: 49%;
	text-align: center;
	margin-bottom: 24px;
}

.show_21.ceshi1 {
	margin-top: 0px;
	padding-top: 20px;
	border: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 46px;
}

.show_21.ceshi1 .cont_1 {
	width: 235px;
	margin-right: 89px;
}

.show_21.ceshi1 .cont_1 .photo {
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: center;
	width: 235px;
	height: 235px;
	border-radius: 13px;
	border: 3px #b63535 dashed;
	margin: 0px auto 7px;
}

.show_21.ceshi1 .cont_1 .photo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center center;
}

.show_21.ceshi1 .cont_1 .txt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.tim_list ul li {
	display: flex;
	align-items: center;
}

.tim_list ul li .case-item {
	float: left;
	margin: 30px 40px;
	margin-bottom: 20px
}

.tim_list ul li .ih-item {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}


.tim_list ul li .ih-item a {
	color: #333
}

.tim_list ul li .ih-item a:hover {
	text-decoration: none
}

.tim_list ul li .ih-item img {
	width: 100%;
	height: 100%
}

.tim_list ul li .ih-item.circle,
.tim_list ul li .ih-item.circle .img {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%
}

.tim_list ul li .ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .3);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.tim_list ul li .ih-item.circle .img img {
	border-radius: 50%
}

.tim_list ul li .ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.tim_list ul li .ih-item.square {
	position: relative;
	width: 316px;
	height: 216px;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.tim_list ul li .ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.tim_list ul li .ih-item.circle.effect1 .spinner {
	width: 130px;
	height: 130px;
	border: 10px solid #f9e3ad;
	border-right-color: #fab1b1;
	border-bottom-color: #fab1b1;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.tim_list ul li .ih-item.circle.effect1 .img {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: auto;
	height: auto
}

.tim_list ul li .ih-item.circle.effect1 .img:before {
	display: none
}

.tim_list ul li .ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, .6)
}

.tim_list ul li .ih-item.circle.effect1 .info {
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	background: #333;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.tim_list ul li .ih-item.circle.effect1 .info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	text-align: center;
	font-size: 13px;
	/* margin: 0 30px; */
	padding: 55px 0 0;
	height: 110px;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3);
}

.tim_list ul li .ih-item.circle.effect1 .info p {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, .5)
}

.tim_list ul li .ih-item.circle.effect1 a:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.tim_list ul li .ih-item.circle.effect1 a:hover .info {
	opacity: 1
}

.brain_box.num3 ul li .title {
	cursor: pointer;
}

.brain_box.num3 ul li .photo {
	display: none;
}

.brain_box.num3 ul li.active .photo {
	display: block;
}

.brain_box.num3 ul li:last-child {
	border-bottom: 1px #000 solid;
}

.atlas_box {
	display: flex;
	align-items: stretch;
	margin-bottom: 50px;
}

.atlas_box .bpleft {
	flex: 1;
	margin-right: 25px;
}

.atlas_box .brain_one {
	margin-bottom: 0px;
}

.atlas_box .brain_bq .tpleft {
	width: 100%;
	margin-right: 0px;
}

.cell_box iframe {
	width: 100%;
	border: none;
	overflow: hidden;
	/* 隐藏滚动条 */
	display: block;
	vertical-align: bottom;
}

.pig_box.no1 {
	border: 1px #EAA700 dotted;
}

.pig_box.no2 {
	border: 1px #000 dotted;
}

.cel_iframe iframe html {}

.tabcontent_6 .brain_box {
	display: none;
}

.tabcontent_6 .brain_box.cur {
	display: block;
}

.p_box .c_lab {
	font-size: 12px;
	line-height: 1.3;
	color: #666;
	padding-top: 10px;
}

.excel_pop_tab2_tab5,
.excel_pop_tab {
	position: relative;
	z-index: 99999;
	display: none;
}

.excel_pop_tab2_tab5 .r_cont,
.excel_pop_tab .r_cont {
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.selected_data_pop {
	position: relative;
}

.selected_data_pop .cancel {
	position: absolute;
	top: 20px;
	right: 20px;
}

.selected_data_pop .cancel svg {
	width: 15px;
	height: 15px;
}

.no5 p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.moreText,
.no5 {
	position: relative;
}

.moreText p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tf_box .ta_cont ul li {
	overflow: visible!important;
}
.moreText .moreList,
.no5 .pop_desc {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1),
		-2px -2px 10px rgba(0, 0, 0, .1);
	padding: 10px;
	border-radius: 10px;
	max-height: 200px;
	overflow: scroll;
	top: 50%;
	transform: translateY(-50%);
	width: 50vw;
	right: calc(100% - 10px);
}

/*.border_5 .tf_box3,*/
/*.tf_box3 .ta_cont ul li {*/
/*	overflow: visible;*/
/*}*/

.moreText:hover .moreList,
li.no5:hover .pop_desc {
	display: block;
}

.region_list {
	padding-top: 20px;
	margin-bottom: 60px;
}

.region_list ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 53px 43px;
	align-items: stretch;
}

.region_list ul li .photo {
	width: 189px;
	height: 189px;
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 22px 0px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	display: block;
}

.region_list ul li .photo img {
	width: 100%;
	height: 100%;
}

.region_list ul li .photo .xfk {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	background-color: rgba(251, 233, 188, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #B3261E;
	text-align: center;
}

.region_list ul li .photo:hover .xfk {
	top: 0px;
}

.region_list ul li .photo .xfk .content .title {
	font-size: 24px;
	font-size: 600;
}

.region_list ul li .photo .xfk .content .desc {
	font-size: 16px;
	font-style: italic;
}

.layui-box {
	width: 100%;
	display: flex;
	justify-content: center;
}

.select_val_text_search {
	border: none;
	outline-style: none;
}