:root {
    --color: #32B2AD;
    --lightcolor: #17D1BB
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: Source Han Sans;
    font-size: 16px;
    min-width: 1240px;
    background-size: cover;
}

img {
    max-width: 100%;
    display: block;
    border: 0px;
}

ul,
li {
    list-style: none;
}

.ov {
    overflow: hidden;
}

.pr {
    position: relative;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--color);
    text-decoration: none;
}

.main {
    width: 1200px;
    margin: 0px auto;
}

.flex_box {
    display: flex;

}

.justify_between {
    justify-content: space-between;
}

.mt20 {
    margin-top: 10px;
}

.top {
    background: url(../images/top_bg.jpg) top center no-repeat;
    height: 112px;
    align-items: flex-end;
    padding-bottom: 10px;
}

.top .logo {
    margin-left: 70px;
}

.top .search_box {
    margin-right: 70px;
	display:flex;
}

.search_box .search_inp {
    border: 2px solid var(--lightcolor);
    height: 30px;
    line-height: 30px;
    width: 160px;
    text-indent: 10px;
    vertical-align: middle;
	/* border-left:0px; */
}
.search_box .search_sel{
	border: 2px solid var(--lightcolor);
    height: 30px;
    line-height: 30px;
    width: 70px;
	border-right:0px;
	text-align:center;
}
.search_box .search_btn {
    width: 50px;
    height: 30px;
    background: linear-gradient(0deg, #17D1BB, #18BCA9);
    border: 0px;
    color: #fff;
    vertical-align: middle;
}

.nav {
    background: url(../images/top.png);
    height: 46px;
    line-height: 46px;
}

.nav li {
    flex: 1;
    text-align: center;
    position: relative;
}

.nav li::after {
    background: url(../images/tiao.png) center center no-repeat;
    width: 2px;
    height: 25px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 12px;
}

.nav li:last-child::after {
    display: none;
}

.nav li>a {
    display: block;
    color: #fff;
	font-size:18px;
}

.nav li:hover .subnav {
    display: block;
}

.subnav {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    display: none;
}

.subnav a {
    color: var(--color);
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.subnav a:hover {
    background-color: var(--color);
    color: #fff;
}
.banner img{
	width:100%;
}
.index_swiper_box {
    width: 355px;
    border: 2px solid #ddd;
    min-height: 321px;
    padding: 10px;
}

.index_yyjj {
    width: 485px;
    min-height: 321px;
}

.index_yygg {
    width: 340px;
    min-height: 321px;
}

.news_swiper_page span {
    background-color: #fff;
    border-radius: 0px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    opacity: 1;
    margin-bottom: 5px !important;
    color: #333;
    border: 1px solid #333;
    margin-left: 0px !important;
}

.news_swiper_page .swiper-pagination-bullet-active {
    background-color: #F9010B;
    color: #fff;
}

.news_swiper_page {
    text-align: right;
    bottom: 0px !important;
    line-height: 32px;
}

.news_swiper img {
    width: 333px;
    height: 300px;
}

.yy_title {
    background: url(../images/bt1.png) left bottom no-repeat;
    height: 33px;
    position: relative;
}

.yy_title a {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #000;
}

.yy_title p {

    font-size: 18px;
    padding-top: 3px;
    margin-left: 20px;
    font-weight: bold;
    color: #000;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.index_yyjj_box {
    min-height: 290px;
    background: linear-gradient(0deg, #FFFFFF 0%, #E3F1F1 100%);
    padding: 0px 10px;

}

.index_yyjj_box p {
   
    color: #333;
    line-height: 28px;
    padding-top: 10px;
}

.index_yyjj_box p img {
    display: inline;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
	width: 250px;
    height: 160px;
	object-fit: cover;
}

.index_yygg_box {
    min-height: 290px;
    background: linear-gradient(0deg, #FFFFFF 0%, #E3F1F1 100%);
    padding: 0px 10px;
    padding-top: 5px;
}

.index_news_list a {
    
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    height: 33px;
}

.index_news_list a img {
    margin-right: 10px;
}

.index_news_list a p {
    width: calc(100% - 20px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_xwdt {
    width: 355px;
    min-height: 290px;
    background: linear-gradient(0deg, #FDFDFD 0%, #DEF1EF 69%, #FDFDFD 100%);
	border:1px solid #DDDDDD
}

.xwdt_title {
    background: url(../images/dt-xs.png);
    height: 37px;
    position: relative;
}

.xwdt_title a {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    color: #fff;
}

.xwdt_title p {
    font-size: 18px;
    padding-top: 7px;
    margin-left: 20px;
    font-weight: bold;
    color: #000;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.index_xwdt_box {
    padding: 0px 10px;
   padding-top: 5px;
	
}

.index_ksdh {
    width: 485px;
}

.ksdh_box {
    padding: 10px;
    min-height: 117px;
    border: 1px solid #E8EDF0;
    background: linear-gradient(0deg, #ECF5FC 0%, #F7FCFE 100%);
}

.index_dwgk {
    width: 340px;
}

.ksdh_title {
    display: flex;
    align-items: center;
}

.ksdh_title p {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.ksdh_title a {
    background: url(../images/dh-xs.png);
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    flex: 1;
    margin-left: 20px;
    text-align: right;
    padding-right: 10px;
    color: #000;
}

.ksdh_list a {
    width: 148px;
    height: 60px;
    background: linear-gradient(0deg, #CDE9EA 0%, #A6CFD0 100%);
    display: block;
    margin-top: 10px;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
	border-bottom:2px solid #C3C6CF;
}

.bmfw_title {
    writing-mode: vertical-lr;
    color: #65C7C4;
}

.bmfw_table {
    width: 100%;
}

.bmfw_table td {
    padding-top: 10px;
}

.nopad {
    padding: 0px !important;
}

.bmfw_table a img {
    margin: 0px auto;
}

.dwgk_tabs a {
    border-radius: 10px 10px 0px 0px;
    display: block;
    flex: 1;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #000;
    border: 1px solid #E4E4E4;
    background: linear-gradient(0deg, #EEEDED 0%, #FCFCFC 100%);
    font-size: 15px;
}

.dwgk_tabs a.act {
    border: 1px solid #42A9AB;
    background: linear-gradient(0deg, #4EB6BE 0%, #76CFD1 100%, #FFFFFF 100%, #72C4D4 100%);
    font-weight: bold;
}

.dwgk_container li {
    min-height: 250px;
    background: linear-gradient(0deg, #FCFEFE 0%, #DEF1EF 69%, #F1F9F8 100%);
    display: none;
    padding: 0px 10px;
    padding-top: 5px;
}

.dwgk_container li.act {
    display: block;
}

.zjjs_title {
    background: url(../images/zj-xs.png) left top no-repeat;
    height: 52px;
    position: relative;
    margin-top: 10px;
}

.zjjs_title a {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 14px;
    color: #fff;
}

.zjjs_title p {
    font-size: 18px;
    padding-top: 18px;
    margin-left: 60px;
    font-weight: bold;
    color: #000;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.zjjs_box {
    min-height: 210px;
    background: #DCF1F2;
    padding: 10px;
}

.zjjs_swiper a {
    display: flex;
    background: #D1E9E9;

}

.zjjs_swiper a p {
    padding: 10px;
    font-size: 16px;
    color: #666;



}

.zjjs_swiper a p span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}
.zjjs_swiper  img{
	height:185px
}
.index_jxjy {
    width: 260px;
}

.index_jxjy_box {
    min-height: 210px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E6F4F4 100%);
    padding: 0px 10px;
    padding-top: 5px;
}

.index_yywh {
    min-height: 240px;
    background: #E9F4F0;
    width: 290px;
}

.index_hottel {
    width: 355px;
    min-height: 240px;
    background: linear-gradient(0deg, #F8F7FC 0%, #EFF4FA 100%);
    padding: 10px;
}

.index_yywh_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.index_yywh_list a {
    width: 50%;
    text-align: center;
    display: block;
    margin-top: 17px;
    
}

.index_yywh_list a img {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}

.index_hottel_title {
    display: flex;
    align-items: center;
}

.index_hottel_title p {
    color: #7AB34C;
    font-size: 26px;
    margin-left: 10px;
}

.index_hottel_box {
    margin-top: 5px;
	width:335px;
	height:181px;
	overflow:hidden;
}

.index_hottel_box p {
    font-size: 16px;
    margin-top: 6px;
    overflow: hidden;
}

.index_hottel_box p span {
    display: block;
    text-align: left;
    float: right;
    width: 207px;
}

.frlink {
    padding-bottom: 20px;
    min-height: 100px;
    border: 1px solid #DFE3E2;
    background: linear-gradient(0deg, #FDFDFD 0%, #ECFAFA 100%);
}

.frlink_title {
    height: 38px;
    border-bottom: 1px solid #ddd;
}

.frlink_title p {
    background: url(../images/lj-xs.png) left -1px no-repeat;
    width: 119px;
    height: 39px;
    line-height: 39px;
    color: #22766C;
    font-size: 18px;
    text-align: center;
    margin-left: 40px;
    font-weight: bold;
}

.frlink_box {
    display: flex;
    flex-flow: wrap;
}

.frlink_box a {
    display: block;
    margin-top: 20px;
    width: 16.6%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.footer {
    background: linear-gradient(0deg, #FFFFFF 0%, #CCEBEE 100%);
    border-top: 4px solid #62A5A2;
    padding: 20px 0px;
    text-align: center;
}

.footer p {
    font-size: 14px;
    line-height: 30px;
}

/* 二级页面 */
.left_box {
    width: 280px;
}

.left_box .classname {

    color: #fff;
    font-size: 18px;

    text-align: center;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #64D5DB, #2FB0AB);
}

.class_list {
    border: 1px solid #ddd;
    border-bottom: 0px;

}

.class_list a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
	background-color:#F2F9F9 ;
}

.class_list a.act {
    background-color: #62D4DA;
    color: #fff;
}

.class_list a:hover {
    background-color: #62D4DA;
    color: #fff;
}
.class_list .jzzn.act {
    background-color: #fff;
    color: #333;
}
.right_box {
    min-height: 600px;
    width: 910px;
    background: linear-gradient(0deg, #FFFFFF 0%, #E6F4F4 100%);
    box-sizing: border-box;
    padding: 0px 10px;

}

.right_title {
    height: 40px;
    border-bottom: 2px solid #32B2AD;
    align-items: center;
}

.right_title .currclass {
    color: #32B2AD;
  
   font-weight:bold;
    line-height: 35px;
}

.speedlink {
    color: #666;
    font-size: 14px;
}

.speedlink a {
    color: #32B2AD;
}

.news_list a {
    display: flex;
    align-items: center;

    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    height: 33px;
    font-size: 16px;
}

.news_list a p {
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list a p img {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}

.news_list span {
    color: #666;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
}


.page-link {
    position: relative;
    display: block;
    height: 35px;
    padding: 0px 14px;
    color: #666;
    background-color: #EAEAEA;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    margin: 0px 6px;
}

.page-link:hover {
    background-color: var(--color);
    color: #FFF;
}

.active .page-link {
    background-color: var(--color);
    color: #FFF;
}

.news_content .news_title {

    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
    color: #333333;

    text-align: center;
}

.news_content .news_date {

    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    color: #999;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    display: block;
}

.news_content .news_date span {
    display: inline-block;
    margin: 0px 10px;
}

.news_content .news_info {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
min-height:350px;
}

.news_content img {
    display: inline;
}
.zhuanjia_list{
    display: flex;
    flex-flow: wrap;
}
.zhuanjia_list .zhuanjia_item {
    width: 290px;
    min-height: 255px;
    background: #D1E9E9;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
}
.zhuanjia_list .zhuanjia_item:nth-child(3n+1){
    margin-left: 0px;
}
.zhuanjia_item > .flex_box >img{
    width: 135px;
    height: 185px;
    object-fit: contain;
}
.zhuanjia_item > .flex_box >p{
    font-weight: bold;
    color: #000;
    padding: 10px;
    padding-right: 0px;
    padding-top: 20px;
}
.zhuanjia_item > .flex_box >p span{
    display: block;
    font-size: 14px;
    color: #7A8C8F;
    font-weight: normal;
    margin-top: 20px;
}
.zhuanjia_item > .flex_box >p a{
    width: 80px;
    height: 30px;
    background: #37B6B2;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
}
.zhuanjia_item>p{
    font-size: 14px;
    color: #7A8C8F;
    margin-top: 10px;
}
.search_zjlist{
	display: flex;
    flex-flow: wrap;
}
.search_zjlist .zhuanjia_item:nth-child(4n+1){
    margin-left: 0px;
}
.search_zjlist .zhuanjia_item{
	 width: 287px;
    min-height: 255px;
    background: #D1E9E9;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
}
.zj_content img{
    width: 135px;
    height: 185px;
    object-fit: contain;
}
.zj_content .zj_info{
    flex: 1;
    margin-left: 20px;
}
.zj_content .zj_info p{
    font-weight: bold;
    color: #000;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.zj_content .zj_info span{
    display: block;
    font-size: 14px;
    color: #7A8C8F;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.zj_text{
    font-size: 14px;
    color: #7A8C8F;
    margin-top: 20px;
    line-height: 25px;
}
.keshi_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.keshi_list a{
    width: 156px;
    margin-left: 20px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    line-height: 32px;
    font-size: 16px;
}
.keshi_list a:nth-child(5n+1){
    margin-left: 0px;
}
.keshi_list a img{
    margin-right: 5px;
}
.search_kslist{
	display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.search_kslist a{
    width: 220px;
    margin-left: 20px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    line-height: 38px;
    font-size: 16px;
}
.search_kslist a img{
    margin-right: 5px;
}
.search_kslist a:nth-child(5n+1){
    margin-left: 0px;
}
.img_list{
    display: flex;
    flex-wrap: wrap;
}
.img_list a{
    width: 290px;
    background-color: #D1E9E9;
    padding: 10px;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}
.img_list a:nth-child(3n+1){
    margin-left: 0px;
}
.img_list a p{
    font-size: 16px;
    color: #7A8C8F;
    margin-top: 10px;
	text-align:center;
	width:calc(100% - 10px);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.subclass{
    display: block;
}
.jzzn{
    position: relative;
}
.jzzn::after{
    content: "+";
    color: var(--color);
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
   line-height: 20px;
   background-color: #fff;
   padding: 1px;
   border:1px solid #ddd;
   width: 24px;
   height: 24px;
}
.jzzn.act::after{
    content:"-"
}
.msg_content .tip{
    font-size: 14px;
}
.msg_content .tip{
    color: #666;
    line-height: 25px;
}
.msg_content .tip i{
    font-style: normal;
    color: #32B2AD;
}
.msg_content .tip span{
color: #32B2AD;
display: block;
margin-top: 10px;
}
.form_item{
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    align-items: center;
}
.form_item span{
    width: 75px;
    text-align: right;
    margin-right: 20px;
    color: #666;
}
.form_item span i{
    font-style: normal;
    color: #32B2AD;
}
.form_item .inp{
    width: 760px;
height: 34px;
border: 1px solid #DDDDDD;
text-indent: 10px;
}
.form_item .biginp{
    width: 760px;
   padding: 10px;
   resize: none;
    border: 1px solid #DDDDDD;
}
.form_item .sminp{
    width: 110px;
height: 34px;
border: 1px solid #DDDDDD;
text-indent: 10px;
margin-right: 10px;
}
.form_btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.form_btn .btn{
    width: 116px;
height: 42px;
background: #32B2AD;
border-radius: 4px;
color: #fff;
text-align: center;
line-height: 42px;
border: 0px;
font-size: 14px;
margin: 20px 10px;
}
.msg_list li{
    margin-top: 10px;
    background-color: #D1E9E9;
    padding: 10px;
}
.msg_list{
    font-size: 14px;
    
   
    color: #333;
}
.msg_username{
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 10px;
}
.msg_username span{
    margin-right: 40px;
}
.msg_msgcontent {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 10px;
}
.msg_msgcontent p{
    margin-top: 10px;
}
.msg_msgreplay p{
    margin-top: 10px;
}
.detail_video{
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}
.n_hottel{
	width:280px;
	margin-top:10px;
}
.n_hottel .index_hottel_box{
	    margin-top: 5px;
    width: 265px;
    height:auto;
    overflow: hidden;
}
.n_hottel .index_hottel_box p{
	font-size:14px;
}
.pf{
	margin-top:20px;
	border-top:1px dashed #ddd;
	padding-top:10px;
}
.foot_img{
	margin:0px auto;
	width:150px;
	margin-top:10px;
	}