.header {
	height: 40px;
	line-height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #2e3b64;
	z-index: 1;
}

.header .logo {
	vertical-align: middle;
}

.header .public-container {
	text-align: left;
	line-height: 40px;
	font-size: 0;
}

.header .link-content {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	top: 0;
	bottom: 0;
	height: 20px;
	margin: auto 0;
	right: 0;
}

.header a {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	padding: 0 10px;
	border-right: 2px solid #FFF;
}

.header a:hover {
	color: #c30d23;
}

body {
	background-color: #efefef;
}

.pannel {
	background-position: center top;
	background-repeat: no-repeat;
	background-origin: border-box;
	overflow: hidden;
	position: relative;
}

.banner {
	height: 794px;
	background-image: url(../images/bg01.jpg);
}

.banner .public-container {
	/* padding-top: 158px; */
}

.banner img {
	position: absolute;
}

.banner .banner-title {
	top: 196px;
	left: 137px;
}

.banner .banner-title-left {
	top: 189px;
	left: 22px;
}

.banner .banner-title2 {
	top: 112px;
	left: 170px;
}

.banner .banner-person-right {
	top: 141px;
	left: 820px;
}

.banner .banner-title-bottom {
	top: 383px;
	left: 24px;
}

.banner .banner-light {
	top: 106px;
	left: -42px;
}

.banner .banner-person-left {
	top: 0;
	left: -26px;
}

.banner .banner-links {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: absolute;
	padding-left: 26px;
	padding-right: 14px;
	left: 0;
	right: 0;
	bottom: 30px;
}

.banner .banner-links a {
	display: block;
	width: 276px;
	height: 58px;
	border: 1px solid #c30d23;
	position: relative;
}

.banner .banner-links a i {
	position: absolute;
	display: block;
	width: 276px;
	height: 58px;
	line-height: 58px;
	font-size: 24px;
	color: #f6e9d2;
	font-weight: bold;
	background-color: #c30d23;
	bottom: 3px;
	right: 5px;
	background-image: url(../images/banner_link_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.pannel2 {
	/* height: 5244px; */
	background-image: url(../images/bg02.jpg);
	border-bottom: 0px solid transparent;
}

.pannel2 .public-container {
	padding-top: 73px;
}

.pannel2 .part {
	width: 1000px;
	margin: 0 auto 0;
	border-radius: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: #c30d23;
	background-color: #ffe6e9;
	position: relative;
	margin-bottom: 88px;
}

.pannel2 .part .part-top-img {
	position: absolute;
	left: 33px;
	top: -4px;
}

.pannel2 .part .part-top-i {
	width: 822px;
	height: 20px;
	display: block;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #c30d23;
}

.pannel2 .part .part-title {
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.pannel2 .part .part-title i {
	display: block;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	border: 4px solid #efefef;
	line-height: 69px;
	font-size: 45px;
	color: #f8ca75;
	background-color: #c30d23;
	margin-right: -21px;
	padding-right: 17px;
	text-align: right;
}

.pannel2 .part .part-title i:last-of-type {
	padding: 0;
	margin-right: 0;
	text-align: center;
}

.pannel2 .part2 {
	height: 467px;
	padding: 107px 66px 36px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}

.pannel2 .part2 .part2-every {
	position: relative;
	width: 238px;
}

.pannel2 .part2 .part2-every h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: -38px;
	font-size: 28px;
	line-height: 28px;
	color: #c30d23;
}

.pannel2 .part2 .part2-every a {
	position: relative;
	display: block;
	height: 54px;
	border: 1px solid #c30d23;
	border-radius: 10px 0 10px 10px;
}

.pannel2 .part2 .part2-every a:first-of-type {
	margin-bottom: 10px;
}

.pannel2 .part2 .part2-every a i {
	display: block;
	position: absolute;
}

.pannel2 .part2 .part2-every a i.i1 {
	width: 229px;
	height: 55px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 55px;
	border-radius: 11px;
	color: #3e3a39;
	font-size: 22px;
}

.pannel2 .part2 .part2-every a:hover i.i1 {
	background-color: #c30d23;
	color: #ffe6e9;
}

.pannel2 .part2 .part2-every a i.i2 {
	background-color: #c30d23;
	width: 3px;
	height: 34px;
	top: 0;
	bottom: 0;
	left: -2px;
	margin: auto 0;
	border-radius: 2px;
}

.pannel2 .part2 .part2-every a i.i3 {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #c30d23;
	background-color: #ffe6e9;
	top: -4px;
	right: -4px;
}

.pannel2 .part3 {
	border-color: #2e3b64;
	background-color: #cfe0e1;
	height: 665px;
}

.pannel2 .part3 .part-top-i {
	background-color: #2e3b64;
}

.pannel2 .part3 .part-title i {
	background-color: #2e3b64;
}

.pannel2 .part3 .part3-six {
	position: absolute;
	top: 209px;
	left: 358px;
	width: 281px;
	height: 281px;
	border: 10px solid #2e3b64;
	border-radius: 50%;
	background-color: #cfe0e1;
}

.pannel2 .part3 .part3-six i {
	display: block;
	background-color: #2e3b64;
	position: absolute;
}

.pannel2 .part3 .part3-six i.i-circle {
	border-radius: 15px;
}

.pannel2 .part3 .part3-six i.i-circle1 {
	width: 114px;
	height: 30px;
	top: 43px;
	left: 72px;
}

.pannel2 .part3 .part3-six i.i-circle2 {
	width: 30px;
	height: 172px;
	top: 43px;
	left: 72px;
}

.pannel2 .part3 .part3-six i.i-circle3 {
	width: 114px;
	height: 20px;
	top: 195px;
	left: 72px;
}

.pannel2 .part3 .part3-six i.i-circle4 {
	width: 30px;
	height: 101px;
	top: 113px;
	left: 156px;
}

.pannel2 .part3 .part3-six i.i-circle5 {
	width: 114px;
	height: 31px;
	top: 113px;
	left: 72px;
}

.pannel2 .part3 .part3-six i.i-content {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	border: 2px solid #efefef;
	line-height: 43px;
	font-size: 30px;
	color: #efefef;
	font-weight: bold;
	bottom: 30px;
}

.pannel2 .part3 .part3-six i.i-content1 {
	left: 69px;
}

.pannel2 .part3 .part3-six i.i-content2 {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.pannel2 .part3 .part3-six i.i-content3 {
	right: 69px;
}

.pannel2 .part3 .part3-every {
	width: 385px;
	position: absolute;
	left: 28px;
}

.pannel2 .part3 .part3-every span {}

.pannel2 .part3 .part3-every h1 {
	width: 263px;
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	color: #efefef;
	background-color: #2e3b64;
	border-radius: 0 0 10px 10px;
}

.pannel2 .part3 .part3-every i.i-circle {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #2e3b64;
	position: absolute;
}

.pannel2 .part3 .part3-every a {
	display: block;
	position: absolute;
	width: 130px;
	height: 40px;
	border: 1px solid #c30d23;
}

.pannel2 .part3 .part3-every a i {
	position: absolute;
	display: block;
	width: 130px;
	line-height: 40px;
	color: #f6e9d2;
	height: 40px;
	background-color: #c30d23;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/a1.png);
	font-weight: bold;
	font-size: 20px;
	right: 2px;
	bottom: 2px;
}

.pannel2 .part3 .part3-every span {
    height: 73px;
    display: block;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    color: #3e3a39;
    text-align: left;
    padding: 0 12px;
    font-weight: bold;
}

.pannel2 .part3 .part3-every1 {
	height: 423px;
	top: 97px;
	background: url(../images/part3_every1.png) center top no-repeat;
}

.pannel2 .part3 .part3-every1 h1 {
	margin-left: 47px;
}

.pannel2 .part3 .part3-every1 a {
	left: 123px;
	top: 115px;
}

.pannel2 .part3 .part3-every1 i.i-circle {
	top: 120px;
	right: 8px;
}

.pannel2 .part3 .part3-every2 {
	height: 250px;
	top: 285px;
	background: url(../images/part3_every2.png) center top no-repeat;
}

.pannel2 .part3 .part3-every2 a {
	left: 115px;
	top: 115px;
}

.pannel2 .part3 .part3-every2 span {
	padding-right: 63px;
}

.pannel2 .part3 .part3-every2 h1 {
	margin-left: 36px;
}

.pannel2 .part3 .part3-every2 i.i-circle {
	right: 47px;
	top: 120px;
}

.pannel2 .part3 .part3-every3 {
	height: 423px;
	top: 186px;
	background: url(../images/part3_every3.png) center top no-repeat;
	padding-top: 289px;
}

.pannel2 .part3 .part3-every3 a {
	left: 115px;
	top: 402px;
}

.pannel2 .part3 .part3-every3 h1 {
	margin-left: 49px;
}

.pannel2 .part3 .part3-every3 span {
	height: 63px;
}

.pannel2 .part3 .part3-every3 i.i-circle {
	right: 7px;
	bottom: 121px;
}

.pannel2 .part3 .part3-every4 {
	width: 389px;
	height: 425px;
	left: 583px;
	top: 95px;
	background: url(../images/part3_every4.png) center top no-repeat;
}

.pannel2 .part3 .part3-every4 a {
	left: 134px;
	top: 117px;
}

.pannel2 .part3 .part3-every4 a i {
	background-image: url(../images/a2.png);
	right: auto;
	left: 2px;
}

.pannel2 .part3 .part3-every4 h1 {
	margin-left: 77px;
}

.pannel2 .part3 .part3-every4 span {
	text-align: right;
}

.pannel2 .part3 .part3-every4 i.i-circle {
	left: 10px;
	top: 122px;
}

.pannel2 .part3 .part3-every5 {
	width: 389px;
	height: 252px;
	left: 583px;
	top: 283px;
	background: url(../images/part3_every5.png) center top no-repeat;
}

.pannel2 .part3 .part3-every5 a {
	left: 142px;
	top: 117px;
}

.pannel2 .part3 .part3-every5 a i {
	background-image: url(../images/a2.png);
	right: auto;
	left: 2px;
}

.pannel2 .part3 .part3-every5 h1 {
	margin-left: 88px;
}

.pannel2 .part3 .part3-every5 span {
	padding-left: 65px;
	text-align: right;
}

.pannel2 .part3 .part3-every5 i.i-circle {
	top: 122px;
	left: 49px;
}

.pannel2 .part3 .part3-every6 {
	width: 389px;
	height: 425px;
	left: 583px;
	top: 186px;
	background: url(../images/part3_every6.png) center top no-repeat;
	padding-top: 287px;
}

.pannel2 .part3 .part3-every6 a {
	left: 132px;
	top: 402px;
}

.pannel2 .part3 .part3-every6 a i {
	background-image: url(../images/a2.png);
	right: auto;
	left: 2px;
}

.pannel2 .part3 .part3-every6 h1 {
	margin-left: 75px;
}

.pannel2 .part3 .part3-every6 span {
	text-align: right;
}

.pannel2 .part3 .part3-every6 i.i-circle {
	left: 9px;
	bottom: 123px;
}

.pannel2 .part4 {
    height: 763px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 50px 0px;
}

.pannel2 .part4 .part4-part {
	position: absolute;
	width: 90px;
	height: 106px;
	font-size: 0;
	line-height: 90px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.pannel2 .part4 .part4-part h1 {
	position: absolute;
	font-size: 22px;
	color: #c30d23;
	margin-bottom: 9px;
	white-space: nowrap;
	text-align: left;
}

.pannel2 .part4 .part4-part span {
	position: absolute;
	font-size: 18px;
	color: #3e3a39;
	text-align: left;
	line-height: 22px;
	/* font-weight: bold; */
}

.pannel2 .part4 .part4-part .part4-img2 {
	position: absolute;
}

.pannel2 .part4 .part4-part i {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c30d23;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.pannel2 .part4 .part4-part i.i1 {
	right: -11px;
}

.pannel2 .part4 .part4-part i.i2 {
	right: -50px;
}

.pannel2 .part4 .part4-part1 {
	width: 106px;
	height: 90px;
	background: url(../images/part4_every1.png) center top no-repeat;
	top: 64px;
	left: 458px;
	padding-right: 16px;
}

.pannel2 .part4 .part4-part1 h1 {
	top: 0;
	bottom: 0;
	left: 198px;
	line-height: 90px;
}

.pannel2 .part4 .part4-part1 span {
	left: 198px;
	width: 275px;
	top: 62px;
}

.pannel2 .part4 .part4-part1 .part4-img2 {
	top: 0;
	bottom: 0;
	right: -46px;
	margin: auto 0;
}

.pannel2 .part4 .part4-part2 {
	background: url(../images/part4_every2.png) center top no-repeat;
	left: 392px;
	bottom: 136px;
	padding-top: 16px;
}

.pannel2 .part4 .part4-part2 h1 {
	top: -37px;
	right: 107px;
	line-height: 22px;
}

.pannel2 .part4 .part4-part2 span {
	text-align: right;
	right: 107px;
	width: 271px;
	top: -7px;
}

.pannel2 .part4 .part4-part2 .part4-img2 {
	right: 44px;
	top: -31px;
}

.pannel2 .part4 .part4-part2 i.i1 {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -12px;
	bottom: auto;
}

.pannel2 .part4 .part4-part2 i.i2 {
	left: 20px;
	top: -32px;
	bottom: auto;
}

.pannel2 .part4 .part4-part3 {
	width: 105px;
	height: 90px;
	background: url(../images/part4_every3.png) center top no-repeat;
	bottom: 71px;
	left: 442px;
	padding-left: 16px;
}

.pannel2 .part4 .part4-part3 h1 {
	text-align: right;
	top: 0;
	bottom: 0;
	right: 190px;
	line-height: 90px;
}

.pannel2 .part4 .part4-part3 span {
	text-align: right;
	right: 190px;
	width: 289px;
	top: 66px;
}

.pannel2 .part4 .part4-part3 .part4-img2 {
	top: 0;
	bottom: 0;
	left: -40px;
	margin: auto 0;
}

.pannel2 .part4 .part4-part3 i.i1 {
	left: -14px;
}

.pannel2 .part4 .part4-part3 i.i2 {
	left: -44px;
}

.pannel2 .part4 .part4-part4 {
	background: url(../images/part4_every4.png) center top no-repeat;
	top: 129px;
	right: 385px;
	padding-bottom: 17px;
}

.pannel2 .part4 .part4-part4 h1 {
	text-align: left;
	top: 120px;
	left: 119px;
	line-height: 22px;
}

.pannel2 .part4 .part4-part4 span {
	text-align: left;
	left: 119px;
	width: 282px;
	top: 150px;
}

.pannel2 .part4 .part4-part4 .part4-img2 {
	left: 44px;
	bottom: -28px;
}

.pannel2 .part4 .part4-part4 i.i1 {
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -11px;
	top: auto;
}

.pannel2 .part4 .part4-part4 i.i2 {
	top: auto;
	bottom: -28px;
	right: 10px;
}

.pannel2 .part4 section{
    text-align: left;
    position: relative;
    padding-left: 113px;
	width: 100%;
}

.pannel2 .part4 section h1{
    line-height: 31px;
    color: #c30d23;
    position: relative;
    margin-bottom: 10px;
}

.pannel2 .part4 section h1 img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -18px;
}

.pannel2 .part4 section h1 i{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 36px;
    height: 31px;
    background: url(../images/part4_title_circle.png);
    left: -60px;
    font-size: 28px;
    color: #ffe6e9;
    text-align: center;
    padding-right: 5px;
}

.pannel2 .part4 section p{
    font-size: 16px;
    line-height: 28px;
    color: #3e3a39;
}

.pannel2 .part4 section p.p-last{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pannel2 .part4 section p.p-last span{
    flex: 48%;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-bottom: 6px;
}

.pannel2 .part4 section p.p-last span i{
    display: inline-block;
    width: 77px;
    height: 22px;
    background-color: #c30d23;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin-right: 10px;
}

.pannel2 .part4 section p i.i-center{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #c30d23;
    width: 2px;
}

.pannel2 .part5 {
	border-color: #2e3b64;
	background-color: #cfe0e1;
	/* min-height: 1503px; */
	margin-bottom: 146px;
	padding-top: 82px;
}

.pannel2 .part5 .online-offline {}

.pannel2 .part5 .part5-tap2 {
	display: none;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 {
	display: none;
}

.pannel2 .part5 .part5-public-content {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 10px 48px 0;
}

.pannel2 .part5 .part-top-i {
	background-color: #2e3b64;
}

.pannel2 .part5 .part-title i {
	background-color: #2e3b64;
}

.pannel2 .part5 .public-table-title {
	position: relative;
	width: 197px;
	line-height: 63px;
	background-color: #2e3b64;
	border-radius: 0 10px 10px 0;
	left: -20px;
	font-size: 22px;
	color: #efefef;
}

.pannel2 .part5 .public-table-title i {
	position: absolute;
	display: block;
}

.pannel2 .part5 .public-table-title i.i1 {
	width: 18px;
	height: 8px;
	left: 0;
	top: -8px;
	border-bottom: 4px solid #121e43;
	border-top: 4px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid #121e43;
}

.pannel2 .part5 .public-table-title i.i2 {
	width: 18px;
	height: 8px;
	left: 0;
	bottom: -8px;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #121e43;
	border-left: 9px solid transparent;
	border-right: 9px solid #121e43;
}

.pannel2 .part5 .public-table-title i.i3 {
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 1px;
	background-color: #2e3b64;
	width: 795px;
	left: 174px;
}

.pannel2 .part5 .public-table-title i.i4 {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #2e3b64;
	left: 968px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.pannel2 .part5 .part5-public-content a {
	display: block;
	height: 43px;
	line-height: 41px;
	border-radius: 21px;
	border: 1px solid #2e3b64;
	font-size: 20px;
	color: #3e3a39;
	padding: 0 16px;
	margin-right: 15px;
	margin-bottom: 11px;
	cursor: pointer;
}

.pannel2 .part5 .part5-public-content3 {
	min-height: 75px;
	border-bottom: 2px solid #2e3b64;
}

.pannel2 .part5 .part5-public-content a.part5-clicked {
	background-color: #2e3b64;
	color: #efefef;
}

.pannel2 .part5 .o2o-part {
	display: none;
}

.pannel2 .part5 .class-feature {
	display: none;
	text-align: left;
	font-size: 20px;
	line-height: 32px;
	color: #2e3b64;
	margin-left: 350px;
	margin-top: 48px;
	margin-bottom: 30px;
	position: relative;
	max-height: 176px;
	height: 140px;
}

.pannel2 .part5 .class-feature span.feature-content {
	display: block;
	max-height: 140px;
	overflow: auto;
	margin-right: 10px;
}

.pannel2 .part5 .class-feature span.feature-content::-webkit-scrollbar {
	width: 16px;
}

.pannel2 .part5 .class-feature span.feature-content::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
}

.pannel2 .part5 .class-feature span.feature-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #2e3b64;
}

.pannel2 .part5 .class-feature span.feature-content::-webkit-scrollbar-thumb:window-inactive {
	background: #2e3b64;
}

.pannel2 .part5 .class-feature i {
	display: inline-block;
	width: 20px;
	line-height: 20px;
	background-color: #2e3b64;
	font-size: 16px;
	color: #efefef;
	text-align: center;
	font-weight: bold;
	vertical-align: text-top;
	margin-right: 8px;
}

.pannel2 .part5 .class-feature-img {
	position: absolute;
	left: -334px;
	top: -38px;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box {
    display: none;
    overflow: hidden;
    border-radius: 20px;
    /* border: 2px solid #2e3b64; */
    background-color: #2e3b64;
    position: relative;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table {
	background-color: #faffff;
	width: 100%;
	border-collapse: collapse;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table i.i-center{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 6px;
    text-align: center;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table td:nth-child(4){
	/* text-align: left; */
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table tr {
	border: none;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table th {
	background-color: #2e3b64;
	font-size: 22px;
	color: #efefef;
	border-right: 2px solid rgb(207, 224, 225);
	height: 69px;
	white-space: nowrap;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table th:nth-last-child(1) {
	border: none
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table td {
	border-right: 2px solid #2e3b64;
	border-bottom: 2px solid #2e3b64;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table tr:nth-last-child(1) td {
	border-bottom: none;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table td:nth-last-child(1){
	border-right: none;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table td:nth-last-child(1){
    padding: 4px 0;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table tr:nth-last-child(1) td:nth-last-child(1) {
	border: none
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table td:last-of-type .last_lh_box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table a {
    display: flex;
    display: -webkit-flex;
    width: 114px;
    height: 44px;
    background: url(../images/table_a_bg.png?v=2.0) center top no-repeat;
    font-size: 20px;
    color: #f6e9d2;
    font-weight: bold;
    position: relative;
    margin: 0 auto 4px;
    line-height: 40px;
    padding-right: 2px;
    justify-content: center;
}

.pannel2 .part5 .part5-tap2 .part5-tap3 .table_box table a:last-of-type {
	margin-bottom: 0;
}

.pannel2 .part5 .less {
	height: 62px;
	overflow: hidden;
}

.pannel2 .part5 .more-place {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #2e3b64;
}

.pannel2 .part5 .more-place i {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.pannel2 .part5 .more-place i.search-more {
	border-top: 16px solid #2e3b64;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

.pannel2 .part5 .more-place i.search-less {
	border-bottom: 16px solid #2e3b64;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* .pannel2 .part5 .part5-tap2 .part5-tap3 */

.pannel2 .part5 .switch-on {
	display: block;
}

.pannel2 .part5 .class-feature-content {
	width: 56px;
	height: 147px;
	border: 2px solid #2e3b64;
	position: absolute;
	left: -95px;
	top: 7px;
}

.pannel2 .part5 .class-feature-content i {
	display: flex;
	display: -webkit-flex;
	width: 56px;
	height: 147px;
	background-color: #2e3b64;
	position: absolute;
	right: 4px;
	bottom: 4px;
	align-items: center;
	justify-content: center;
	color: #cfe0e1;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
}

.pannel2 .part6 {
	height: 469px;
}

.pannel2 .part6 .part6-change {
	width: 170px;
	position: absolute;
	left: -2px;
	top: 111px;
}

.pannel2 .part6 .part6-change span {
	display: block;
	margin-bottom: 20px;
	height: 58px;
	border: 2px solid #c30d23;
	border-radius: 0 16px 16px 0;
	line-height: 54px;
	font-size: 24px;
	color: #c30d23;
	font-weight: bold;
	cursor: pointer;
}

.pannel2 .part6 .part6-change span.part6-choosed {
	background-color: #c30d23;
	color: #ffe6e9;
}

.pannel2 .part6 .part6-right {
	position: absolute;
	width: 716px;
	height: 312px;
	border: 12px solid #c30d23;
	top: 86px;
	right: 64px;
	background-color: #faffff;
}

.pannel2 .part6 .part6-right .part6-inside {
	height: 100%;
	display: none;
}

.pannel2 .part6 .part6-right .part6-inside1 {
	/* display: block; */
}

.pannel2 .part6 .part6-right .part6-inside1 .part6-inside-one {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 0 12px;
	justify-content: space-between;
}

.pannel2 .part6 .part6-right .part6-inside1 .part6-inside-one div {
	width: 209px;
	height: 239px;
	border: 2px solid #c30d23;
}

/* .pannel2 .part6 .part6-right .part6-inside1 .part6-inside-one div */

.pannel2 .part6 .part6-right .part6-inside1 .part6-inside-one div h1 {
	width: 119px;
	line-height: 60px;
	margin: -2px auto 0;
	background-color: #c30d23;
	border-radius: 0 0 10px 10px;
	font-size: 24px;
	color: #faffff;
}

.pannel2 .part6 .part6-right .part6-inside1 .part6-inside-one div span {
	display: block;
	text-align: left;
	height: 156px;
	overflow: auto;
	padding: 0px 8px;
	font-size: 20px;
	line-height: 28px;
	color: #3e3a39;
	margin-top: 20px;
}

.pannel2 .part6 .part6-right .part6-inside1 .part6-inside-one div span::-webkit-scrollbar {
	width: 16px;
}

.pannel2 .part6 .part6-right .part6-inside1 .part6-inside-one div span::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(213, 21, 0, 0.4);
}

.pannel2 .part6 .part6-right .part6-inside1 .part6-inside-one div span::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(213, 21, 0, 1);
}

.pannel2 .part6 .part6-right .part6-inside1 .part6-inside-one div span::-webkit-scrollbar-thumb:window-inactive {
	background: #d51500;
}

.pannel2 .part6 .part6-right .part6-inside2 {}

.pannel2 .part6 .part6-right .part6-inside2-two {
	width: 606px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 0 36px;
}

.pannel2 .part6 .part6-right .part6-inside2-two i {
	display: block;
}

.pannel2 .part6 .part6-right .part6-inside2-two i.i1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 6px;
	border-radius: 3px;
	background-color: #c30d23;
}

.pannel2 .part6 .part6-right .part6-inside2-two div {
	height: 100%;
	width: 30px;
	background-color: #faffff;
	border-radius: 50%;
	position: relative;
	font-weight: bold;
}

.pannel2 .part6 .part6-right .part6-inside2-two div i.i-one {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #c30d23;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 22px;
	font-size: 18px;
	color: #c30d23;
}

.pannel2 .part6 .part6-right .part6-inside2-two div i.i-two {
	width: 2px;
	height: 21px;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #ce131c;
}

.pannel2 .part6 .part6-right .part6-inside2-two div span {
	width: 148px;
	height: 78px;
	position: absolute;
	display: block;
	top: 50px;
	background: url(../images/part6_s1.png) center top no-repeat;
	left: 50%;
	margin-left: -74px;
	padding-top: 8px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.pannel2 .part6 .part6-right .part6-inside2-two div span i {
	display: block;
	color: #c30d23;
	font-size: 20px;
	line-height: 22px;
}

.pannel2 .part6 .part6-right .part6-inside2-two div.d2 i.i-two,
.pannel2 .part6 .part6-right .part6-inside2-two div.d4 i.i-two,
.pannel2 .part6 .part6-right .part6-inside2-two div.d6 i.i-two {
	bottom: auto;
	top: -21px;
}

.pannel2 .part6 .part6-right .part6-inside2-two div.d2 span,
.pannel2 .part6 .part6-right .part6-inside2-two div.d4 span,
.pannel2 .part6 .part6-right .part6-inside2-two div.d6 span {
	top: auto;
	bottom: 50px;
	background: url(../images/part6_s2.png) center top no-repeat;
	padding-top: 0;
	padding-bottom: 8px;
}

.pannel2 .part6 .part6-right .part6-inside3 {}

.pannel2 .part6 .part6-right .part6-inside3 img {
	position: absolute;
}

.pannel2 .part6 .part6-right .part6-inside3 img.part6-circle {
	top: 35px;
	left: 35px;
}

.pannel2 .part6 .part6-right .part6-inside3 img.part6-question {
	top: 90px;
	left: 126px;
}

.pannel2 .part6 .part6-right .part6-inside3 img.part6-shadow {
	top: 58px;
	right: 33px;
}

.pannel2 .part6 .part6-right .part6-inside3 .part6-content {
	width: 377px;
	height: 150px;
	background: url(../images/part6_content3.png) center top no-repeat;
	position: absolute;
	top: 66px;
	right: 41px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.pannel2 .part6 .part6-right .part6-inside3 .part6-content span {
	display: block;
	font-size: 22px;
	line-height: 28px;
	color: #3e3a39;
	text-align: left;
	padding-left: 44px;
	padding-right: 27px;
}

.pannel2 .part6 .part6-right .part6-inside4 .part6-direction {
	width: 138px;
	height: 87px;
	position: absolute;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
	color: #2e3b64;
	padding-top: 45px;
}

.pannel2 .part6 .part6-right .part6-inside4 .part6-direction1 {
	background: url(../images/part6_direction1.png) center top no-repeat;
	bottom: 28px;
	left: 51px;
}

.pannel2 .part6 .part6-right .part6-inside4 .part6-direction2 {
	background: url(../images/part6_direction2.png) center top no-repeat;
	color: #c30d23;
	bottom: 40px;
	left: 201px;
}

.pannel2 .part6 .part6-right .part6-inside4 .part6-direction3 {
	background: url(../images/part6_direction3.png) center top no-repeat;
	bottom: 53px;
	left: 352px;
}

.pannel2 .part6 .part6-right .part6-inside4 .part6-direction4 {
	background: url(../images/part6_direction4.png) center top no-repeat;
	color: #c30d23;
	bottom: 65px;
	left: 503px;
}

.pannel2 .part6 .part6-right .part6-inside4 .part6-shadow4 {
	position: absolute;
	left: 0;
	right: 0;
	top: 29px;
	margin: 0 auto;
}

.pannel2 .part6 .part6-right .part6-inside4 .part6-content4 {
	width: 423px;
	height: 100px;
	background: url(../images/part6_content4.png) center top no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 36px;
	margin: 0 auto;
	line-height: 83px;
	font-size: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding-bottom: 17px;
}

.pannel2 .part6 .part6-right .part6-inside4 .part6-content4 span {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #3e3a39;
	text-align: left;
	padding: 0 10px;
}

.pannel2 .part6 .part6-triangle {
	position: absolute;
	bottom: -56px;
	left: -52px;
}

.float-content {
	position: fixed;
	top: 10%;
	text-align: center;
	border-radius: 12px;
	padding: 28px 6px 0;
	border: 2px solid #efefef;
}

.float-content .float-title {
	width: 132px;
	height: 45px;
	line-height: 45px;
	color: #f8ca75;
	font-weight: bold;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -22px;
	font-size: 20px;
}

.float-content a {
	line-height: 30px;
	border-bottom: 1px dashed #efefef;
	font-size: 18px;
	color: #efefef;
	display: block;
	white-space: nowrap;
}

.float-content a:last-of-type {
	border: none;
}

.float-content .float-close {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	line-height: 19px;
	font-size: 0;
	cursor: pointer;
	background-color: #efefef;
}

.float-content .float-close img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.float-right {
	width: 176px;
	/* height: 185px; */
	background-color: #2e3b64;
	right: 0px;
}

.float-right .float-title {
	background: url(../images/float_title2.png) center top no-repeat;
}

.float-right .float-close {
	border-color: #2e3b64;
	bottom: -27px;
}

.float-left {
	left: 0px;
	width: 215px;
	/* height: 235px; */
	background-color: #c30d23;
}

.float-left .float-title {
	background: url(../images/float_title1.png) center top no-repeat;
}

.float-left .float-close {
	bottom: -28px;
	border-color: #c30d23;
}

.float-right3 {
	width: 120px;
	height: 190px;
	background-color: #efefef;
	border-width: 7px 8px;
	border-style: solid;
	border-color: #2e3b64;
	top: auto;
	bottom: 10%;
	right: 24px;
	border-radius: 0;
	padding: 32px 0 0;
	cursor: pointer;
	display: none;
}

.float-right3 .float-title3 {
	position: absolute;
	left: -30px;
	top: -20px;
}

.float-right3 h1 {
	font-size: 24px;
	line-height: 24px;
	color: #c30d23;
	margin-bottom: 10px;
}

.float-right3 .float-close {
	width: 26px;
	height: 26px;
	line-height: 22px;
	border-color: #2e3b64;
	bottom: -38px;
}

.float-right3 .float3-bottom {
	position: absolute;
	left: -8px;
	bottom: -7px;
}

.float-closed {
	width: 45px;
	height: 132px;
	position: fixed;
	top: 20%;
	cursor: pointer;
	display: none;
}

.float-closed i {
	display: block;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #f8ca75;
}

.float-left-closed {
	left: 0;
	background: url(../images/float_left_close.png) center top no-repeat;
}

.float-right-closed {
	right: 0;
	background: url(../images/float_right_close.png) center top no-repeat;
}

.footer {
	background-color: #2e3b64;
	border-bottom: 1px solid #2e3b64;
}

.footer .public-container {
	padding-top: 42px;
	/* border-bottom: 1px solid #2e3b64; */
}

.footer .footer-title {
	font-size: 45px;
	line-height: 45px;
	color: #efefef;
	margin-bottom: 26px;
}

.footer .place-choose {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 17px;
}

.footer .place-choose a {
	display: block;
	padding: 0 26px;
	height: 41px;
	line-height: 37px;
	border: 2px solid #cfe0e1;
	color: #cfe0e1;
	font-size: 20px;
	border-radius: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

.footer .place-choose a.place-clicked {
	color: #ffe6e9;
	background-color: rgb(195, 13, 35);
	border: none;
	line-height: 41px;
	background-image: -moz-linear-gradient(90deg, rgb(195, 13, 35) 0%, rgb(217, 20, 44) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(195, 13, 35) 0%, rgb(217, 20, 44) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(195, 13, 35) 0%, rgb(217, 20, 44) 100%);
}

.footer .place-choose>i {
	display: block;
	width: 96px;
	height: 0;
}

.footer .footer-address-tel {
	width: 1000px;
	height: 205px;
	border: 2px solid #cfe0e1;
	border-radius: 10px;
	position: relative;
	margin-bottom: 54px;
	display: flex;
	display: -webkit-flex;
	padding-left: 300px;
	flex-wrap: wrap;
	align-items: center;
}

.footer .footer-address-tel i.outside {
	position: absolute;
	display: block;
	width: 1px;
	height: 162px;
	border-left: 1px dashed rgb(207, 224, 225);
	top: 0;
	bottom: 0;
	left: 282px;
	margin: auto 0;
}

.footer .footer-address-tel .footer-qr {
	width: 142px;
	height: 142px;
	position: absolute;
	background-color: #FFF;
	font-size: 0;
	line-height: 142px;
	top: 13px;
	left: 70px;
}

.footer .footer-address-tel .footer-qr img {
	width: 140px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.footer .footer-address-tel .footer-qr h1 {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	left: 50%;
	top: 155px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	white-space: nowrap;
	color: #efefef;
}

.footer .footer-address-tel .footer-right {
	width: 528px;
	text-align: left;
	border-bottom: 1px dashed rgb(207, 224, 225);
	font-size: 20px;
	line-height: 30px;
	color: #efefef;
	position: relative;
	padding-left: 32px;
}

.footer .footer-address-tel .footer-right img {
	position: absolute;
	left: 0;
	top: 0px;
}

.footer .footer-right span:first-of-type {
	white-space: nowrap;
}

.footer .footer-address-tel .footer-address {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
}

.footer .footer-address-tel .footer-tel {}

.footer .footer-right span.address-content {
	/* display: none; */
	max-height: 120px;
	overflow: auto;
}

.footer .footer-right span.address-content::-webkit-scrollbar {
	width: 16px;
}

.footer .footer-right span.address-content::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(207, 224, 225, 0.4);
}

.footer .footer-right span.address-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #cfe0e1;
}

.footer .footer-right span.address-content::-webkit-scrollbar-thumb:window-inactive {
	background: #cfe0e1;
}

.footer .footer-right span.tel-content {
	/* display: none; */
}

.public-footer {
	height: 140px;
	line-height: 140px;
	background: #221815;
	font-size: 0px;
	text-align: center;
}

.public-footer .public-container{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.public-footer p {
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
	width: 100%;
}