body {
	margin: auto;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1300px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}
.container_111{
    width: 1300px;
	margin: auto;
	box-sizing: border-box;
	/*display: flex;*/
}
.gg-box {
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.gg-colse {
	height: 27px;
	background: rgba(0, 0, 0, .29);
	padding: 0 10px;
	font-size: 16px;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
}

.gg-colse span {
	line-height: 27px;
	display: inline-block;
	vertical-align: middle;
}

.gg-colse img {
	width: 10px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.gg-bo {
	width: 100%;
	margin: 60px auto;
	background: white;
	border-radius: 10px;
	box-shadow: 3px 1px 4px rgba(149, 149, 149, .33);
	padding: 40px 80px;
}

.gg-bo1 {
	width: 100%;
	font-size: 36px;
	color: #333333;
}

.gg-bo2 {
	width: 100%;
	margin-top: 25px;
	font-size: 24px;
	color: #666666;
}

.gg-bo3 {
	width: 100%;
	margin-top: 75px;
	display: inline-block;
}

.gg-bo3_1 {
	float: left;
	font-size: 16px;
	color: #999999;
}

.gg-bo3_2 {
	float: right;
	width: 240px;
	height: 50px;
	border-radius: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	background: #0088FF;
	font-size: 16px;
	color: white;
	box-shadow: 1px 8px 16px rgba(149, 149, 149, .44);
}

.in-latests {
	width: 100%;
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
}

.in-latest {
	width: 100%;
	margin: 60px auto;
}

.in-latest1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.in-latest1 img {
	width: 40px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.in-latest1 span {
	display: inline-block;
	vertical-align: middle;
}

.in-latest2 {
	width: 100%;
	margin-top: 45px;
	display: inline-block;
}

.in-latest3 {
	width: 32%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 7px rgba(236, 100, 111, .15);
}

.in-latest3:nth-child(3n) {
	margin-right: 0;
}

.in-latest3_1 {
	width: 100%;
	height: 225px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.in-latest3_2 {
	width: 100%;
	padding: 20px;
}

.in-latest3_2 div {
	width: 100%;
	height: 44px;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.tg-gg {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 60px;
	position: relative;
}

.tg-gg1 {
	width: 100%;
	display: block;
}

.tg-colse {
	height: 27px;
	background: rgba(0, 0, 0, .29);
	padding: 0 10px;
	font-size: 16px;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
}

.tg-colse span {
	line-height: 27px;
	display: inline-block;
	vertical-align: middle;
}

.tg-colse img {
	width: 10px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.gg_cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .51);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.gg_cnts {
	width: 1300px;
	background: white;
	border-radius: 10px;
	padding: 30px 100px;
	padding-top: 50px;
	box-shadow: 3px 1px 4px rgba(149, 149, 149, .33);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gg_colse {
	height: 27px;
	background: rgba(0, 0, 0, .29);
	padding: 0 10px;
	font-size: 16px;
	color: white;
	position: absolute;
	right: 10px;
	top: 15px;
}

.gg_colse span {
	line-height: 27px;
	display: inline-block;
	vertical-align: middle;
}

.gg_colse img {
	width: 10px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.gg_cnt1 {
	width: 100%;
	font-size: 36px;
	color: #333333;
}

.gg_cnt2 {
	width: 100%;
	margin-top: 25px;
	font-size: 24px;
	color: #666666;
}

.gg_cnt3 {
	width: 100%;
	margin-top: 25px;
}

.gg_cnt3 img {
	width: 100%;
	display: block;
}

.gg_cnt4 {
	width: 80%;
	height: 50px;
	border-radius: 50px;
	margin: auto;
	margin-top: 60px;
	background: #0088FF;
	text-align: center;
	line-height: 50px;
	box-shadow: 1px 8px 16px rgba(149, 149, 149, 0.44);
	font-size: 16px;
	color: white;
}

.contact-box {
	width: 100%;
}

.contact-bo {
	width: 100%;
	margin: 70px auto;
}

.contact-tit {
	width: 100%;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.contact-cnt {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #535353;
}

.contact-cnt a {
	color: #D9364A;
	text-decoration: underline;
}

.term-box {
	width: 100%;
}

.term-bo {
	width: 100%;
	margin: 65px auto;
}

.term-tit {
	width: 100%;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.term-cnt {
	width: 100%;
	margin-top: 45px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.zptx-box {
	width: 100%;
	background: #F2F2F2;
}

.zptx-bo {
	width: 100%;
	margin: 60px auto;
}

.zptx-fls {
	width: 100%;
	display: inline-block;
}

.zptx-fl {
	border: 1px solid #E5E5E5;
	min-width: 110px;
	height: 40px;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	display: block;
	background: white;
	margin-right: 10px;
	font-size: 16px;
	color: #333333;
	float: left;
	margin-bottom: 10px;
}

.zptx-fl:last-child {
	margin-right: 0;
}

.zptx-fl.on {
	border: none;
	background: linear-gradient(to bottom, #969FD8, #AB7BA8);
	color: white;
	font-weight: bold;
}

.zptx-list {
	width: 100%;
	display: inline-block;
}

.zptx-li {
	width: 32%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 7px rgba(236, 100, 111, .15);
}

.zptx-li:nth-child(3n) {
	margin-right: 0;
}

.zptx-li1 {
	width: 100%;
	height: 225px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.zptx-li2 {
	width: 100%;
	padding: 20px;
}

.zptx-li2 div {
	width: 100%;
	height: 55px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.sczp-box {
	width: 100%;
	background: #F2F2F2;
}

.sczp-bo {
	width: 100%;
	margin: 40px auto;
	display: inline-block;
}

.sczp-right {
	width: 435px;
	float: left;
	margin-left: 20px;
}

.sczp-rigg {
	width: 100%;
	height: 270px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.sczp-rigg1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.sczp-rigg2 {
	height: 27px;
	background: rgba(0, 0, 0, .29);
	padding: 0 10px;
	font-size: 16px;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
}

.sczp-rigg2 span {
	line-height: 27px;
	display: inline-block;
	vertical-align: middle;
}

.sczp-rigg2 img {
	width: 10px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.sczp-ribox {
	width: 100%;
	margin-top: 50px;
}

.sczp-ritit {
	width: 100%;
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.sczp-rilist {
	width: 100%;
}

.sczp-rili {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
	background: white;
	box-shadow: 0 1px 7px rgba(236, 100, 111, .15);
	padding: 10px;
	display: block;
	font-size: 16px;
	color: #333333;
}

.sczp-rili:last-child {
	margin-bottom: 0;
}

.sczp-rili img {
	width: 205px;
	height: 110px;
	border-radius: 10px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.sczp-rili div {
	width: calc(100% - 215px);
	display: inline-block;
	vertical-align: middle;
}

.sczp-rili span {
	width: 100%;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.sczp-left {
	width: calc(100% - 455px);
	float: left;
}

.sczp-letop {
	width: 100%;
	background: white;
	border-radius: 20px;
	padding: 30px 15px;
}

.sczp-letop1 {
	width: 100%;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}

.sczp-letop2 {
	    border: 1px solid #E5E5E5;
	width: 100%;
	height: 500px;
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.sczp-letop2_1 {
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sczp-letop2_2 {
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.sczp-letop2_3{
	width: 190px;
	height: 105px;
	display: none !important;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.sczp-letop3 {
	width: 100%;
	margin-top: 50px;
}

.sczp-letop3_1 {
	border: none;
	outline: none;
	width: 465px;
	max-width: 100%;
	height: 80px;
	border-radius: 10px;
	padding: 0;
	background: #7C8AC3;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 22px;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

.sczp-letop3_1 img {
	width: 35px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.sczp-letop3_1 span {
	line-height: 80px;
	display: inline-block;
	vertical-align: middle;
}

.sczp-letop3_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #999999;
	text-align: center;
}

.sczp-letop4 {
	border: 1px solid #E5E5E5;
	width: 100%;
	height: 500px;
	border-radius: 10px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

.sczp-letop4_1{
	max-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.sczp-letop4_2{
	max-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.sczp-letop5 {
	width: 100%;
	margin-top: 45px;
	text-align: center;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}

.sczp-letop6 {
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

.sczp-letop6_1 {
	width: 140px;
	height: 55px;
	border-radius: 55px;
	background: #F0F0F1;
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin-right: 20px;
	display: inline-block;
}

.sczp-letop6_1:last-child {
	margin-right: 0;
}

.sczp-letop6_1 img {
	max-width: 35px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.sczp-letop6_1 span {
    height: 55px;
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
}

.sczp-letop6_1.on {
	background: #E0D9F6;
	color: #F73B37;
}

.sczp-letop7 {
	border-top: 1px solid #DCDCDC;
	width: 100%;
	margin-top: 40px;
	padding: 30px 0;
}

.sczp-letop7_1 {
	border: none;
	outline: none;
	width: 465px;
	height: 80px;
	background: #7C8AC3;
	padding: 0;
	font-size: 24px;
	color: white;
	text-align: center;
	line-height: 80px;
	font-weight: bold;
	display: block;
	margin: auto;
	border-radius: 10px;
	margin-bottom: 10px;
}

.sczp-letop7_1:last-child {
	margin-bottom: 0;
}

.sczp-legg {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.sczp-legg2 {
	height: 27px;
	background: rgba(0, 0, 0, .29);
	padding: 0 10px;
	font-size: 16px;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
}

.sczp-legg2 span {
	line-height: 27px;
	display: inline-block;
	vertical-align: middle;
}

.sczp-legg2 img {
	width: 10px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.sczp-lebox {
	width: 100%;
	margin-top: 60px;
}

.sczp-lebo1 {
	width: 100%;
	font-size: 16px;
	color: #FF0B0B;
	font-weight: bold;
}

.sczp-lebo1 span {
	font-size: 30px;
	color: #333333;
}

.sczp-lelist {
	width: 100%;
	display: inline-block;
}

.sczp-leli {
	width: 49%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 7px rgba(236, 100, 111, .15);
}
.sczp-leli.sczp-leli_left{
    width: 100%;
}
.sczp-leli:nth-child(2n) {
	margin-right: 0;
}

.sczp-leli1 {
	width: 100%;
	height: 220px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.sczp-leli2 {
	width: 100%;
	padding: 20px;
}

.sczp-leli2 div {
	width: 100%;
	height: 44px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.caq-box {
	width: 100%;
	margin-bottom: 30px;
}

.caq-bof {
	width: 100%;
}

.caq-bf {
	width: 100%;
	background: white;
	border-radius: 20px;
	padding: 30px 20px;
}

.caq-bf1 {
	width: 100%;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}

.caq-bf2 {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.caq-bf2 img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.caq-bot {
	width: 100%;
	margin-top: 45px;
}

.caq-bt1 {
	width: 100%;
	font-size: 24px;
	color: #333333;
}

.caq-bt1 span {
	font-size: 30px;
	color: #EA3D6A;
}

.caq-bt2 {
	width: 100%;
	background: white;
	border-radius: 20px;
	box-shadow: 0 6px 0 rgba(1, 141, 204, .22);
	margin-bottom: 6px;
	margin-top: 20px;
	overflow: hidden;
}

.caq-bt3 {
	width: 100%;
	padding: 15px 40px;
	background: linear-gradient(to bottom, #9E90C5, #D8384D);
	font-size: 24px;
	color: white;
}

.caq-bt4 {
	width: 100%;
	display: block;
}

.caq-bt5 {
	width: 100%;
	padding: 20px 30px;
	display: inline-block;
}

.caq-bt5_1 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 10px;
	background: #FDEDF3;
	border-radius: 10px;
	/*padding: 20px 30px;*/
	/*font-size: 18px;*/
	/*color: #333333;*/
}

.caq-bt5_1:nth-child(2n) {
	margin-right: 0;
}

input[type=radio] {
	border: 1px solid #D64157;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	position: relative;
	width: 25px;
	height: 25px;
	font-size: 19px;
	margin: 0;
	border-radius: 50%;
	-webkit-appearance: none;
	background-color: inherit;
	display: inline-block;
	vertical-align: middle;
}

input[type=radio]::after {
	position: absolute;
	top: 0;
	width: 25px;
	height: 25px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
}

input[type=radio]:checked {
	border: none;
}

input[type=radio]:checked::after {
	content: "✓";
	font-size: 18px;
	font-weight: bold;
	background: #D64157;
	color: white;
	border-radius: 50%;
}
.caq-bt5_2{
    width: 100%;
	/*background: #FDEDF3;*/
	/*border-radius: 10px;*/
	padding: 20px 30px;
	font-size: 18px;
	color: #333333;
}
.caq-bt5_2 span {
	width: calc(100% - 36px);
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
}
.caq-bt5_3{
    width: 100%;
    height: 240px;
    padding: 0 10px;
    /*padding-bottom: 10px;*/
}
.caq-bt5_3 img{
    width: 100% !important;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.caq-bow {
	border: none;
	outline: none;
	width: 375px;
	height: 80px;
	border-radius: 10px;
	display: block;
	margin: auto;
	background: #D24159;
	margin-top: 50px;
	font-size: 20px;
	color: white;
}

.sczp-letop8 {
	width: 100%;
	margin-top: 25px;
}

.sczp-letop8_1 {
	width: 100%;
	display: block;
}

.sczp-letop8_2 {
	width: 100%;
	margin-top: 25px;
}

.sczp-letop8_2_1 {
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.sczp-letop8_2_2 {
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.sczp-showf {
	width: 100%;
}

.sczp-showt {
	width: 100%;
	display: none;
}
.sczp-letop9{
	width: 100%;
	 margin-top: 30px;
	display: flex;
}
.sczp-letop9_1{
	    border: 1px solid #E5E5E5;
	    width: 100%;
	    height: 430px;
	    border-radius: 10px;
	    overflow: hidden;
	    position: relative;
}
.sczp-letop9_2{
	width: 18%;
	height: 430px;
	margin-left: 2%;
		display: none;
	/*display: inline-block;*/
	overflow: hidden;
	overflow-y: auto;
}
.sczp-letop9_3{
	/*width: 49%;*/
	width: 100%;
	/*height: 50px;*/
	height: 80px;
	float: left;
	/*margin-right: 2%;*/
	/*margin-bottom: 2%;*/
}
.sczp-letop9_3:nth-child(2n){
	margin-right: 0;
}
.sczp-letop9_3 img{
	width: 100%;
	height: 100% !important;
	display: block;
	object-fit: cover;
	object-position: center;
}
.sczp-letop9_3.on{
	border: 2px solid #D63A51;
}
.sczp-letop9_4{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	    font-size: 16px;
	    color: #999999;
		box-sizing: border-box;
}
.sczp-letop9_4 img{
	width: 100%;
	height: 95px;
	margin-bottom: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.sczp-letop9_4:last-child{
	margin-bottom: 0;
}
.sczp-letop9_4.on img{
	border: 2px solid #D63A51;
}


.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	font-size: 14px;
	background: white;
	color: #0D4064;
	text-align: center;
	line-height: 40px;
	border-radius: 8px;
	margin: 0 2px;
}

.pagination a img {
	height: 10px;
}

.pagination span {
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	font-size: 14px;
	background: white;
	color: #0D4064;
	text-align: center;
	line-height: 40px;
	margin: 0 2px;
	border-radius: 8px;
}

.pagination a.active {
	/* background: #FFAE5F;
	border-color: #FFAE5F; */
	color: #0082FF;
	/* font-weight: 700; */
}

.pagination a:active {
	/* background: #FFAE5F;
	border-color: #FFAE5F; */
	color: #0082FF;
	/* font-weight: 700; */
}
.pages{
	text-align: center;
	padding-top: 50px
}
.cjtc-box{
    width: 100%;
    height: 100%;
    background: white;
    padding: 20px;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
}
.cjtc-bo{
    border: 1px solid #f5f5f5;
    width: 100%;
    height: calc(100% - 55px);
    border-radius: 10px;
}
.cjtc-bo img{
    max-width: 100%;
}
.cjtc-buts{
    width: 100%;
    padding: 10px;
    text-align: center;
}
.cjtc-but1{
       border: none;
    outline: none;
    background: #D63A51;
    width: 180px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}
.cjtc-but1:last-child{
    margin-right: 0;
}