body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
    line-height: 1;
    text-size-adjust: none;
    font-family: "microsoft yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.show{
    display: block !important;
}
@font-face {
    font-family: 'gchw00u'; 
    src: url('gchw00u.ttf'); 
}
.wrap{
    width: 1500px;
    margin: auto;
    font-family: "noto sans sc";
}
.head{
    height: 498px;
    background: url(../img/head_bg.jpg) no-repeat;
    background-position: top center;
    background-size: contain;
}
.nav{
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    width: 100%;
}
.nav a{
    display: inline-block;
    font-size: 22spx;
    margin: 0 8px;
    color: #fff;
}
@font-face {
    font-family: 'pmzd'; 
    src: url('pmzd.ttf'); 
}
.slogan_box{
    text-align: center;
    margin-top: 62px;
}
.slogan_box p span{
    position: relative;
    z-index: 1;
}
.slogan_box p:nth-of-type(1) span{
    font-size: 60px;
    font-family: "pmzd";
    background-image: -webkit-linear-gradient(#fdfae6 30%,#f3c97a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    filter: drop-shadow(0 2px 0px #013331);
}
.slogan_box p:nth-of-type(2) span{
    font-size: 67px;
    font-family: "pmzd";
    background-image: -webkit-linear-gradient(#f0e8c2 30%,#efc983);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-top: 4px;
    filter: drop-shadow(0 2px 0px #013331);
}
.slogan_box p:nth-of-type(3){
    font-size: 23px;
    margin-top: 20px;
    color: #f0daa5;
}
.slogan_box p:nth-of-type(4) span{
    font-size: 19px;
    margin-top: 30px;
    color: #f0daa5;
    box-shadow: 0 0 10px 2px #109591 inset;
    display: inline-block;
    padding: 4px 24px;
    border-radius: 100px;
}
.main{
    width: 1122px;
    margin: 40px auto;
}
.sw1{
	padding-bottom: 20px;
}
.sw1 a{
    width: 559px;
    border-radius: 10px;
    position: relative;
    display: block;
}
.sw1 a img{
    width: 559px;
    height: 306px;
    border-radius: 14px;
    object-fit: cover;
}
.sw1 a p{
    font-size: 16px;
    width: 475px;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    background: #03726e;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    padding: 6px 0px;
    text-align: center;
    border-radius: 8px;
}
.news_right{
    width: 537px;
    box-sizing: border-box;
}
.nr_box{
    height: 260px;
    margin-top: 24px;
    padding-right: 18px;
    overflow-y: auto;
    display: none;
}
.nr_btn{
    background: #03726e;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #398f8b;
}
.nr_btn span{
    padding: 7px 15px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
}
.nr_btn_sele{
    background: linear-gradient(to bottom,#fefdfc,#ccaa6d);
    color: #03726e !important;
}
.nr_box a{
    display: block;
    margin-bottom: 24px;
}
.nr_box a h1{
    font-size: 16px;
    line-height: 1.45;
    color: #3c7876;
}
.nr_box h2{
    font-size: 14px;
    line-height: 1.45;
    color: #737373;
}
.title{
    padding: 82px 0 52px;
    text-align: center;
}
.title span{
    font-size: 28px;
    color: #034f4c;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.title span::before{
    content: '';
    position: absolute;
    background: url(../img/title_before.png) no-repeat;
    width: 62px;
    height: 17px;
    top: 6px;
    left: -90px;
}
.title span::after{
    content: '';
    position: absolute;
    background: url(../img/title_after.png) no-repeat;
    width: 62px;
    height: 17px;
    top: 6px;
    right: -90px;
}
.pel_box{
    padding: 41px 66px;
    background: #ecf6f6;
    border-radius: 10px;
}
.pel p{
    color: #252525;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
}
.more{
    text-align: center;
    margin-top: 40px;
}
.more a{
    font-size: 14px;
    padding: 7px 30px;
    border-radius: 100px;
    background: #026763;
    color: #fff;
}
.b1_box{
    background: linear-gradient(to right,#0da399,#40d6c4);
    padding: 34px 66px;
    border-radius: 8px;
    margin-left: 160px;
    position: relative;
}
.guest_con{
    /* background: url(../img/guest_bg.png) no-repeat; */
    width: 200px;
    height: 180px;
    position: absolute;
    display: inline-block;
    left: -150px;
    top: -14px;
}
.guest_con img{
    width: 100.6%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.guest_con::after{
    width: 215px;
    height: 192px;
    background: url(../img/g_border.png) no-repeat;
    content: '';
    position: absolute;
    margin: auto;
    top: -6px;
    left: -7px;
}
.b1_block{
    margin-bottom: 60px;
    display: block;
}
.b1 h1{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 18px;
}
.b1 h2{
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
}
.b1 h3{
    font-size: 12px;
    margin-left: 160px;
    padding: 8px 0 8px 66px;
    border-radius: 10px;
    margin-top: 9px;
    color: #286462;
    background: linear-gradient(to bottom,#fef7eb,#cba96a);
    font-weight: bold;
}
.b2tl{
    width: 560px;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
}
.b2tl img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b2tr{
    width: 522px;
}
.b2 h1{
    font-size: 24px;
    color: #1e4c4b;
    margin-bottom: 20px;
}
.b2 h2{
    font-size: 12px;
    line-height: 1.6;
    color: #595757;
    margin-bottom: 24px;
}
.b2 h3 b{
    font-size: 14px;
    line-height: 2;
    color: #286462;
    display: block;
}
.b2 h3 span{
    font-size: 12px;
    padding-left: 60px;
    margin-bottom: 10px;
    display: block;
    color: #595757;
}
.b2b{
    margin-top: 36px;
}
.b2_guest_con{
    width: 165px;
    height: 147px;
    margin-right: 14px;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
}
.b2_guest_con img{
    width: 100.6%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.b2_guest_con::after {
    width: 175px;
    height: 160px;
    background: url(../img/g_border.png) no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    margin: auto;
    top: -4px;
    left: -5px;
}
.b2_guest_con p{
    font-size: 14px;
    color: #286462;
    margin-top: 12px;
    text-align: center;
}
.video{
}
.v_left{
	height: 400px;
    position: relative;
}
.video_title{
	position: absolute;
    bottom: 22px !important;
    left: 0;
    right: 0;
    font-size: 16px !important;
    color: #fff !important;
}
.pic{
	display: flex;
    height: 100%;
    cursor: pointer;
    background: #03726e;
    border-radius: 16px;
    overflow: hidden;
}
.slider_circle_10 a img{
    height: 80%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.slider_circle_10 .active{
	width: 564px;
	height: 338px;
	margin: 0;
	left: 50px;
	top: 0;
	z-index: 99;
	position: relative;
	cursor: pointer;
}
.slider_circle_10 .prev1, .slider_circle_10 .next1{
    top: 20px;
	height: 290px;
	width: 344px;
}
.slider_circle_10 .prev1{
	left: 254px;
}
.slider_circle_10 .next1{
	left: 320px;
	margin: 0;
}
.slider_circle_10 {
    position: relative;
    width: inherit;
    height: inherit;
}	
div.slider > div:not(.nav_indicators):not(.next_button):not(.prev_button){
	box-shadow: none;
	border: none;
	/*filter: brightness(0.6);*/
	border-radius: 6px;
}
.prev_button{
	background: url(../img/v_lbtn.png) !important;
    left: -30px !important;
}
.next_button{
	background: url(../img/v_rbtn.png) !important;
	right: -150px !important;
	left: inherit !important;
}
.prev_button,.next_button{
	border: none !important;
	width: 28px !important;
	height: 29px !important;
    border-radius: 0 !important;
}
.prev_button::after,.next_button::after{
	display: none !important;
}
.v_right{
	width: 385px;
	height: 340px;
	padding: 12px 20px 12px 12px;
	float: right;
	box-sizing: border-box;
	background: #ecf6f6;
	overflow: auto;
}
.v_right h3{
	color: #323232;
	margin-bottom: 14px;
	cursor: pointer;
	font-size: 14px;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	overflow: hidden;
}
.v_right a{
    display: block;
    color: #595757;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
}
video{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 9999;
	background: #ccc;
	width: 80%;
	height: 80%;
	display: none;
}
.media{
    margin-top: 30px;
    background: #ecf6f6;
    border-radius: 10px;
}
.media .title{
    padding: 34px 0 67px;
}
.media_box{
    padding: 0 84px 30px;
}
.media a{
    width: 406px;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    color: #247b78;
    font-size: 16px;
    line-height: 22px;
    height: 50px;
}
.media_box a::before{
    content: '';
    position: absolute;
    background: url(../img/media_icon.png) no-repeat;
    width: 12px;
    height: 18px;
    top: 2px;
    left: 0;
}
.review_box{
    padding: 0 72px;
}
.review a {
    width: 465px;
    max-width: 46%;
    border-radius: 16px;
    overflow: hidden;
    background: #026763;
}
.review a img{
    width: 100%;
    height: 236px;
    object-fit: cover;
}
.review a p{
    font-size: 65px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}
 .preview_box {
    max-width: 1200px;
    margin: auto;
    background: #eafcf9;
    box-sizing: border-box;
    position: relative;
}
/* .sw1 {
    overflow-x: clip;
    overflow-y: inherit;
} */
.sw2 .swiper-slide {
    display: grid;
    grid-template-columns: repeat(4, 225px);
    justify-content: space-between;
    padding: 29px 80px 21px;
    box-sizing: border-box;
}
.pb_con {
    width: 225px;
    padding: 27px 21px 26px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px 1px #c6c8c7;
    color: #333333 !important;
}
.pb_con a{
    color: inherit;
}
.pb_con h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px;
}
.pb_con h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal !important;
    margin-bottom: 21px;
    color: #333333 !important;
}
.pb_con h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    color: #333333 !important;
}
.pb_con h4:nth-of-type(1)::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 4px;
    top: 0;
    left: 0;
    background: #286462;
}
.pb_con h4 {
    font-size: 14px;
    padding-top: 24px;
    margin-bottom: 29px;
    position: relative;
}
.pb_con h6 a {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 31px;
    border: 3px solid #286462;
    color: #286462;
    display: inline-block;
}
.pb_con i {
    width: 12px;
    display: inline-block;
}
.swiper-button-next,
.swiper-container-rtl ,.swiper-button-prev {
    background: none !important;
}
.group_box{
    display: flex;
    justify-content: space-between;
    color: #252525;
    width: 1000px;
    margin: auto;
}
.gc1{
    width: 440px;
    margin-right: 30px;
    word-break: keep-all;
}
.gc1 p{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
}
.gc2{
    margin-top: -10px;
}
.gc2 div{
    text-align: center;
    margin-bottom: 20px;
}
.gc2 img{
    display: block;
}
.gc2 span{
    font-size: 12px;
    color: #1b2d43;
}
.group_con img {
}
.gc3 p:not(:first-of-type){
    font-size: 14px;
}
.gc3 p:not(:last-of-type){
    margin-bottom: 16px;
}
.qrcode{
	margin-top: 12px;
}
.qrcode img{
	width: 100px;
	height: 100px;
}
.qrcode p{
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
}
.footerwrap {
    background: #014f4c;
    padding-bottom: 30px;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
    margin-top: 32px;
}
.footer_r {
    float: right;
    width: 80%;
}
.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
    margin-top: 60px;
}
.footerwrap {
    background: #014f4c;
    padding-bottom: 30px;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
    margin-top: 32px;
}
.footer_r {
    float: right;
    width: 80%;
}
.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 60px;
}