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: "Noto sans SC";
}
.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: 403px;
	background: url(../img/head_bg.jpg);
	position: relative;
    text-align: center;
    padding-top: 38px;
    box-sizing: border-box;
}
.nav{
    text-align: center;
}
.nav a{
    color: #f7e6c2;
    font-size: 21px;
    text-shadow: 1px 1px 1px #000;
    margin: 0 10px;
}
.slogan{
    margin-top: 48px;
}
.svg1{
    font-size: 60px;
    width: 244px;
    height: 58px;
    text-shadow: 2px 2px 3px #444;
    font-weight: bold;
}
.svg2{
    font-size: 48px;
    width: 594px;
    height: 46px;
    text-shadow: 2px 2px 3px #444;
    margin-top: 20px;
    font-weight: bold;
}
.slogan p{
    color: #ffffff;
    font-size: 30px;
    margin-top: 24px;
}
.title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #01716b;
    line-height: 48px;
    text-indent: 14px;
    margin: 60px auto 40px;
}
.t1{
    background: url(../img/title_bg1.png);
    width: 209px;
    height: 52px;
}
.t2{
    background: url(../img/title_bg2.png);
    width: 319px;
    height: 51px;
}
.t3{
    background: url(../img/title_bg3.png) no-repeat;
    width: 509px;
    height: 58px;
}
.intro{
    color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
    width: 1066px;
    margin: auto;
}
.main{
    width: 1014px;
    margin: auto;
}
.form_con{
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}
.fl{
	width: 260px;
	background: linear-gradient(to right,#fdf4e4, #f6daa9);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #403d38;
}
.fr p{
	color: #2f2f2f;
	font-size: 19px;
	width: 612px;
	text-align: center;
	padding: 12px 0;
}
.fr p:not(:last-child){
	margin-bottom: 8px;
}
.fr p:nth-child(2n-1){
	background: linear-gradient(to right,transparent,#fcf4e5 10%);
}
.fr p:nth-child(2n){
	background: linear-gradient(to right,transparent,#f6daa9 10%);
}
.download{
    text-align: center;
    margin: 60px auto;
    display: block;
}
.download span{
    background: linear-gradient(to bottom,#f9f4e1,#f3c679);
    padding: 30px 40px;
    border-radius: 18px;
    font-size: 26px;
    color: #2f2f2f;
    box-shadow: 2px 2px 4px 1px #aeaaaa;
}
.download img{
    margin-left: 30px;
}
.live_box{
    display: flex;
    justify-content: space-between;
}
.live_left{
    width: 428px;
    height: 242px;
}
.live_right{
    width: 530px;
    height: 248px;
    overflow: auto;
    padding-right: 12px;
}
.live_right a{
    display: block;
    margin-bottom: 20px;
}
.live_right h3{
    color: #01716b;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
.live_right p{
    color: #6f6f6f;
    font-size: 12px;
    line-height: 20px;
}
.pride_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.pride_box::after{
    content: '';
    width: 320px;
}
.pride a{
    width: 320px;
    height: 220px;
    border: 4px solid #f4cb86;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
}
.pride a img{
    width: 320px;
    height: 175px;
}
.pride a p{
    color: #2f2f2f;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    background: linear-gradient(to right,#f8f4e1,#f4cb86);
    padding: 12px 0;
}
.news_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 140px;
    overflow: auto;
    padding-right: 20px ;
}
.news_box a{
    flex: 0 0 435px;
    position: relative;
    color: #01716b;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 30px;
}
.news_box a::before{
    content: '';
    position: absolute;
    background: url(../img/news_icon.png) no-repeat;
    width: 9px;
    height: 25px;
    top: 0;
    left: 0;
}
.review_box{
	display: flex;
	justify-content: space-between;
    padding: 0 40px;
}
.review_box h2{
	color: #33737d;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}
.review_border{
	border-left: 5px solid #d6e3e5;
	padding-left: 16px;
}
.review_con{
	display: flex;
	align-items: center;
	width: 412px;
	height: 71px;
	background: #eaf1f2;
	border-radius: 8px;
	color: #33737d;
	padding-left: 10px;
	position: relative;
	margin-bottom: 14px;
	padding-right: 20px;
	box-sizing: border-box;
}
.review_con::before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 6px solid #33737d;
	left: -30px;
	background: #ffffff;
}
.review_con h3{
	font-size: 18px;
	font-weight: bold;
	margin-right: 14px;
	white-space: nowrap;
	width: 50px !important;
	flex: none;
}
.review_con p{
	font-size: 12px;
}
.group_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.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: #1b4f57;
}
.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;
}
.side {
    position: fixed;
    margin-top: 500px;
    /* margin-left: 1460px; */
    left: 30px;
    z-index: 97;
    background: #0d9089;
    box-shadow: 3px 2px 2px 0px #d2ccc5;
    top: 0;
    border-radius: 0 14px 0 14px;
    padding: 16px 0;
}
.side span{
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	width: 100%;
	padding: 26px 8px 16px;
	box-sizing: border-box;
	cursor: pointer;
}
.hidden_box{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1024;
	background: rgba(0,0,0,.2);
	margin: auto auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.hidden_con{
	position: fixed;
	width: 80%;
	max-width: 1330px;
	margin: auto;
	padding: 24px 46px;
	background: #f0f0e6;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: min-content;
	height: fit-content;
	max-height: 540px;
	overflow-y: auto;
	box-sizing: border-box;
	display: none;
}
.hb_con{
	margin-bottom: 22px;
}
.hb_title{
	font-size: 16px;
	font-weight: bold;
	color: #d65012;
	margin-bottom: 8px;
}
.hb_text{
	font-size: 14px;
	color: #33364F;
	line-height: 20px;
	margin-bottom: 18px;
}