body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

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;
}

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

input,
textarea {
	outline: none;
}
textarea {
	resize: none;
	overflow: auto;
}
*{-webkit-text-size-adjust: none;}
/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "microsoft yahei";
}
.clearf::after {
	content: '';
	display: block;
	clear: both;
}
.show {
	display: block !important;
}
.flex{
	display: flex !important;
}
.wrap {
	position: relative;
	width: 1600px;
	margin: auto;
	background: #ffffff;
}
.head{
	height: 426px;
	background: url(../img/head_bg.jpg);
	position: relative;
    text-align: center;
}
.nav {
    text-align: center;
    display: inline-block;
    margin-top: 32px;
    width: 100%;
}
.nav a {
    background: linear-gradient(to bottom,#d4f9f8, #feba69);
    color: #0f5d69;
    font-size: 21px;
    display: inline-block;
    border-radius: 20px;
    padding: 4px 20px 5px;
    margin: 0 6px;
}
.slogan{
	margin-top: 60px;
}
svg{
	display: block;
	margin: auto;
	text-shadow: 0px 1px 4px #555;
}
.svg1{
	font-size: 48px;
	font-weight: bold;
	height: 50px;
	font-family: "";
	width: 198px;
}
.svg2{
	font-size: 72px;
	font-weight: bold;
	margin-top: 10px;
	height: 70px;
	width: 620px;
	margin-bottom: 20px;
}
.slogan p{
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	margin-top: 30px;
}
.slogan p:nth-of-type(2){
	font-size: 22px;
	text-align: center;
	color: #ffffff;
}
.main{
	width: 1062px;
	margin: auto;
	padding-top: 80px;
}
.news{
    margin-top: 64px;
    background: #fffbf6;
    border-radius: 10px;
    box-shadow: 1px 2px 13px 3px #ddd;
    width: 976px;
    height: 328px;
    box-sizing: border-box;
    padding-left: 432px;
    float: right;
    position: relative;
}
.news_left{
    width: 468px;
    height: 328px;
    position: absolute;
    top: -42px;
    left: -84px;
}
.news_right{
    width: 514px;
    box-sizing: border-box;
    padding-right: 30px;
    position: relative;
}
.nr_box{
    height: 274px;
    margin-top: 20px;
    overflow: hidden;
    display: none;
}
.nr_btn{
    position: absolute;
    top: -52px;
    left: -24px;
    width: 100%;
}
.nr_btn span{
    background: linear-gradient(to bottom,#f9f5e6 40%,#f2c371);
    position: relative;
    padding: 8px 14px 8px 30px;
    margin-right: 30px;
    color: #646464;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 0px;
}
.nr_selected{
    color: #0f5d69 !important;
}
.nr_btn span::before{
    content: '';
    position: absolute;
    border-left: 27px solid transparent;
    border-top: 38px solid #fff;
    top: 0px;
    right: -22px;
    z-index: 9;
}
.nr_btn span::after{
    content: '';
    position: absolute;
    width: 22px;
    height: 40px;
    top: 0;
    right: -22px;
    background: linear-gradient(to bottom,#f9f5e6 40%,#f2c371);
}
.news_right h6{
    color: #0f5d69;
    font-size: 14px;
}
.news_right p{
    color: #646464;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
}
.scroll-bar1,.scroll-bar2,.scroll-bar3{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:5px;
	background:rgba(201,201,201,.25);
	border-radius: 10px;
}
.scroll-slider1,.scroll-slider2,.scroll-slider3{
	position:absolute;
	height:50px;
	width:5px;
	background:rgba(242,194,127,.73);
	cursor:pointer;
	border-radius: 10px;
}
.title{
    color: #0f5d69;
    font-size: 22px;
    background: linear-gradient(to bottom,#f9f5e6 40%,#f2c371);
    display: inline-block;
    padding: 8px 14px 8px 30px;
    position: relative;
    /* box-shadow: 1px 0px 3px 2px #eee; */
    border-radius: 8px 6px 0 8px;
    margin-top: 100px;
}
.title::after{
    content: '';
    position: absolute;
    width: 32px;
    height: 45px;
    top: 0;
    right: -32px;
    background: linear-gradient(to bottom,#f9f5e6 40%,#f2c371);
}
.title::before{
    content: '';
    position: absolute;
    border-left: 20px solid transparent;
    border-top: 45px solid #fff;
    top: 0;
    right: -32px;
    z-index: 9;
}
.pel{
    margin-top: 280px;
    position: relative;
}
.pel p{
    color: #2f2f2f;
    font-size: 14px;
    line-height: 22px;
    margin-top: 22px;
}
.more{
    color: #005f5a;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: -60px;
    background: #e6f1f0;
    padding: 10px 26px;
    border-radius: 10px;
}
.video_box{
    display: flex;
    justify-content: space-between;
    background: #fffbf6;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 10px;
}
.video_left{
    width: 616px;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
}
.sw2 p{
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    background: rgba(14,119,112,.7);
    border-radius: 10px;
}
.lbtn2,.rbtn2{
    width: 21px !important;
    height: 22px !important;
    top: inherit !important;  
    bottom: 10px;
    /* opacity: 1 !important; */
    z-index: 99;
    pointer-events: all !important;
}
.video_right{
    width: 345px;
    position: relative;
}
.vr_box a{
    color: #0f5d69;
    font-size: 14px;
    margin-bottom: 16px;
    display: block;
}
.live_box .title{
    margin: 50px 0 20px;
}
.b1_con{
    padding: 0 40px;
    position: relative;
    margin-bottom: 70px;
    display: block;
}
.guest{
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
}
.guest img{
    padding: 7px;
    border-radius: 50%;
    border: 8px solid #6aa4a2;
    background: #ffffff;
}
.mes{
    background: #398583;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    padding: 6px 12px;
    border-radius: 12px;
}
.guest h3{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.guest h6{
    font-size: 13px;
    color: #ffffff;
}
.guest_con{
    padding: 57px 63px 40px 173px;
    border: #3a837e solid 5px;
    border-radius: 12px;
    position: absolute;
    right: 42px;
    top: 100px;
    width: 820px;
    box-sizing: border-box;
    z-index: 0;
}
.guest_con h3{
    color: #09645e;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.guest_con h6{
    color: #646464;
    font-size: 16px;
    line-height: 22px;
}
.guest_con::before{
    content: '';
    position: absolute;
    background: url(../img/guest_con_before.png) no-repeat center;
    width: 55px;
    height: 52px;
    left: 95px;
    top: -43px;
    background-color: #ffffff;
    padding: 10px 20px;
}
.guest_con::after{
    content: '';
    position: absolute;
    background: url(../img/guest_con_after.png) no-repeat center;
    width: 55px;
    height: 52px;
    right: 25px;
    bottom: -43px;
    background-color: #ffffff;
    padding: 10px 20px;
}
.b2_top{
    display: flex;
    justify-content: space-between;
    padding-right: 44px;
}
.b2tl{
    width: 490px;
    height: 256px;
    border-radius: 12px;
    overflow: hidden;
}
.b2_top img{
    border-radius: 10px;
}
.b2_top h3{
    color: #09645e;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.b2_top h6{
    color: #646464;
    font-size: 16px;
    line-height: 22px;
}
.b2tr{
    width: 490px;
}
.b2_bottom{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.b2_guest_con{
    text-align: center;
    margin: 10px;
}
.b2_guest_con img{
    border-radius: 50%;
    border: 4px solid #3a837e;
}
.b2_guest_con h3{
    color: #09645e;
    font-size: 21px;
    margin: 6px 0 4px;
}
.b2_guest_con h6{
    color: #9f9f9f;
    font-size: 16px;
    line-height: 20px;
}
.review{
    position: relative;
}
.review_top{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.img_link{
	width: 337px;
	height: 213px;
	border: 6px solid #398583;
	border-radius: 8px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}
.img_link span{
	position: absolute;
	background: rgba(14,119,112,.8);
	color: #ffffff;
	width: 100%;
	bottom: 0;
	left: 0;
	border-radius: 50% 50% 0 0;
	padding: 20px 43px 9px;
	box-sizing: border-box;
	font-size: 13px;
}
.img_link img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.others{
	display: flex;
	justify-content: space-between;
    margin-top: 160px;
}
.others_con{
	width: 507px;
	box-sizing: border-box;	
    background: #fffbf6;
    border-radius: 12px;
    padding-bottom: 100px;
    box-shadow: 1px 2px 4px 2px #ddd;
    position: relative;
}
.others_con .title{
    margin: -20px 0 20px;
}
.others_con p{
    color: #2f2f2f;
    line-height: 22px;
    font-size: 14px;
    width: 387px;
    margin: auto;
    margin-bottom: 20px;
}
.others_con .more{
    right: 60px;
    bottom: 20px;
}
.group_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
    padding: 30px 40px;
}
.group_con h3{
	color: #454545;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.group_con p{
	color: #454545;
	font-size: 14px;
	line-height: 24px;
}
.img_con{
	width: 110px;
	height: 100px;
	margin: 0 12px 0 0;
}
.img_con img{
	width: 100%;
}
.img_con span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #454545;
}
.img_box{
	display: flex;
}
.footerwrap {
    background: #10736d;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
    margin-top: 3%;
}
.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;
}