<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*共同部分*/
.pic img{max-width: 100%;}
.tit {text-align:center;margin-bottom:30px;padding-top:60px;}
.tit .pic {}
.tit .pic img {}
/*更多more*/
.more {text-align:center;margin-top: 20px;}
.more a {font-size:16px;border:1px solid #0092ff;border-radius:20px;height:40px;line-height:40px;padding:0 48px;display:inline-block;color:#0092ff;}
.more a:hover {background-color:#0092ff;color:#ffffff;}

/*头部内容*/
.head{width: 100%;background: url(../images/head_bg_01.png)no-repeat center;height: 130px;overflow: hidden;position: fixed;z-index: 826;}
.head .logo{float: left;padding: 32px 0;}
.head .logo a{}
.head .logo a img{}
.head .nav{float: right;}
.head .nav ul{}
.head .nav ul li{float: left;margin-left: 40px;padding: 36px 0;text-align: center;}
.head .nav ul li a{}
.head .nav ul li a span{display: block;width: 34px;height: 34px;overflow: hidden;margin: 0 auto;}
.head .nav ul li:hover a span{background-position: bottom;}
.head .nav ul li.active a span{background-position: bottom;}
.head .nav ul li a span{background: url(../images/ico_01.png)no-repeat top;}
.head .nav ul li+li a span{background: url(../images/ico_02.png)no-repeat top;}
.head .nav ul li+li+li a span{background: url(../images/ico_03.png)no-repeat top;}
.head .nav ul li+li+li+li a span{background: url(../images/ico_04.png)no-repeat top;}
.head .nav ul li+li+li+li+li a span{background: url(../images/ico_05.png)no-repeat top;}
.head .nav ul li+li+li+li+li+li a span{background: url(../images/ico_06.png)no-repeat top;}
.head .nav ul li+li+li+li+li+li+li a span{background: url(../images/ico_07.png)no-repeat top;}
.head .nav ul li+li+li+li+li+li+li+li a span{background: url(../images/ico_08.png)no-repeat top;}
.head .nav ul li a h2{font-size: 16px;color: #ffffff;font-weight: normal;line-height: 30px;}
.head .nav ul li:hover h2{color: #fffc00;}
.head .nav ul li.active a h2{color: #fffc00;}

/*foot*/
.foot {background:url(../images/foot_bg_08.png)no-repeat center;height: 340px;overflow: hidden;}
.foot .foot_con {padding-top: 40px;}
.foot .foot_con ul {}
.foot .foot_con ul:after {content:"";display:block;height:0;clear:both;}
.foot .foot_con ul li {float:left;}
.foot .foot_con ul li.active a {color: #fffc00;}
.foot .foot_con ul li a:hover {color:#fffc00;}
.foot .foot_con ul li i {color:#ffffff;margin:0 24px;}
.foot .foot_con ul li a {color:#ffffff;font-size:16px;}
.foot .foot_con .info {}
.foot .foot_con .info .logo {float:left;margin-top: 40px;width:334px;}
.foot .foot_con .info .logo img {}
.foot .foot_con .info .copy {margin-top: 36px;}
.foot .foot_con .info .copy ul {width: 428px;float:left;margin-left: 80px;}
.foot .foot_con .info .copy ul li {margin-bottom:20px;}
.foot .foot_con .info .copy ul li span {margin-right: 5px;}
.foot .foot_con .info .copy ul li span img {}
.foot .foot_con .info .copy ul li label {color:#a6d4fb;}
.foot .foot_con .info .copy ul li em {color:#a6d4fb;font-style:normal;}
.foot .foot_con .info .qrs {float:right;}
.foot .foot_con .info .qrs .qr {width: 110px;height: 110px;float:left;margin-left: 40px;text-align: center;}
.foot .foot_con .info .qrs .qr .pic {float:none;width:110px;height:110px;padding: 6px;border: 1px solid #3f97de;overflow:hidden;margin-bottom:10px;}
.foot .foot_con .info .qrs .qr .pic img {}
.foot .foot_con .info .qrs .qr p {color: #9fd2fe;}
.foot .foot_con .info:after{content:"";display:block;height:0;clear:both;}
.foot .foot_con .line {width:1200px;height:1px;background-color: #4aa2ee;margin-top: 10px;}
.foot .foot_con .record{text-align: center;padding: 25px 0;}
.foot .foot_con .record p{color: #a6d4fb;line-height: 22px;}
.foot .foot_con .record p a{color: #a6d4fb;}

/*回到顶部-客服*/
.k_f { position: fixed; right: 30px;bottom: 150px; width: 40px; }
.k_f .item {width: 40px;height: 40px;background: #0089ff;background-position: 0 -40px;margin-top: 5px;cursor: pointer;border-radius: 5px;}
.k_f .qq {background-image: url(../images/k_qq.png);}
.k_f .item:hover {background-color: #e78818;}
.k_f .qq a { height: 40px;display: block; }
.k_f .wx {position: relative;background-image: url(../images/k_wx.png);}
.k_f .wx .pic {display: none;position: absolute;width: 102px;height: 102px;left: -106px;border: 1px solid #dcdcdc;}
.k_f .wx .pic img {  }
.k_f .wx:hover .pic { display: block; }
.k_f .tel {position: relative;background-image: url(../images/k_tel.png);}
.k_f .tel:hover {border-radius: 0 5px 5px 0;}
.k_f .tel .txt {display: none;width: 130px;height: 40px;background: #e78818;position: absolute;left: -130px;border-radius: 5px;text-align: center;line-height: 40px;color: #ffffff;font-size: 16px;}
.k_f .tel .txt span {  }
.k_f .tel:hover .txt { display: block; border-radius: 5px 0 0 5px; }
.top_box {background-color: #999999;color: #ffffff;text-align: center;line-height: 40px;font-size: 20px;cursor: pointer;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;}
.top_box img { width: 50%;margin: 25%; }
.top_box:hover {background-color: #e78818;}


/*column*/
.column_bnr {padding-top: 0;clear: both;}
.column_bnr p {height: 500px;clear: both;background: no-repeat center top;}
/*内页小广告*/
.column_ads{
    margin-top: 15px;
    padding: 10px;
    background-color: #ffffff;
}
.column_ads .pic{}
.column_ads .pic img{}

/*面包屑*/
.crumb_con {background: #ffffff;}
.crumb_con .crumb {line-height: 52px;font-size: 13px;color: #444444;}
.crumb_con .crumb span {color: #444444;display: inline-block;}
.crumb_con .crumb a {color: #444444;display: inline-block;}
.crumb_con .crumb a:hover {color: #0776be;display: inline-block;}


/*栏目*/
.c_tit {}
.c_tit h2 {font-size: 22px;font-weight: normal;padding-left: 10px;margin-top: 15px;padding-bottom: 8px;color: #0776be;}
.c_tit h2 a {font-size: 16px;display: block;color: #333333;font-weight: normal;}
.c_tit h2 a:hover {color: #0776be;}
.c_tit h2 span {font-weight: normal;color: #bbb;margin-left: 15px;font-size: 14px;text-transform: capitalize;}
.column {float: left;margin-top: 40px;width: 260px;}
.column .menu_box {background: #ffffff;/* border: 1px solid #dcdcdc; */padding: 20px;}
.column .menu_box h3 {height: 50px;line-height: 40px;font-size: 22px;font-weight: normal;color: #0ca4f1;border-bottom: 1px solid #dedede;}
.column .menu_box h3 span {text-transform: capitalize;font-size: 14px;color: #a9a9a9;margin-left: 10px;}
.column .menu ul {margin-top: 15px;display: block;}
.column .menu ul li {text-indent: 15px;position: relative;}
.column .menu ul li a {margin-bottom: 7px;color: #666666;height: 40px;line-height: 39px;display: block;font-size: 14px;border: 1px solid #dcdcdc;border-radius: 6px;}
.column .menu ul li.active a{background: #ff8f17;color: #ffffff;border: 1px solid #ff8f17;}
.column .menu ul li:hover a{background: #ff8f17;border: 1px solid #ff8f17;color: #ffffff;}
.column .contact {background: #ffffff;padding: 20px;margin-top: 15px;margin-bottom: 40px;display: block;}
.column .contact h3 {height: 50px;line-height: 40px;font-size: 22px;font-weight: normal;color: #0ca4f1;border-bottom: 1px solid #dedede;}
.column .contact h3 span {color: #a9a9a9;font-size: 14px;text-transform: capitalize;margin-left: 10px;}
.column .contact .info {padding: 10px 6px;}
.column .contact .info .colored { color: #cc6600; }
.column .contact .info h2 {margin: 15px 0;font-size: 16px;display: block;color: #333333;font-weight: normal;}
.column .contact .info p {color: #666666;font-size: 13px;line-height: 21px;margin-bottom: 7px;}
.column .contact .info .line { margin: 10px 0;height: 1px;border-top: 1px dashed #dedede; }

.main_2 {  }
.main_2:after { content: "";
    display: block;
    height: 0;
    clear: both; }
.content_ny {padding: 0 20px 20px;margin-top: 40px;background: #ffffff;width: 920px;float: right;margin-bottom: 40px;}

/*文章详情*/
.article {margin-top: 20px;}
.article h1 {text-align: left;font-weight: normal;line-height: 40px;color: #333333;font-size: 26px;}
.article .info {text-align: left;color: #777777;font-size: 14px;margin-bottom: 25px;}
.article .line { height: 1px; background: #f5f5f5; margin-bottom: 25px; }
.article .info span { margin-right: 15px;  }
.article p { padding-bottom: 10px;line-height: 26px; font-size: 14px; text-indent: 20px; }
.article p img,.article img {display: block;margin: 5px auto;max-width: 100%;}

/*上下篇-分享*/
.share { float: right; }
.PRE-NEX { border-top: 1px solid #f0f0f0; padding: 20px 0; margin-top: 20px; width: 100%; float: left; clear: both; }
.PRE-NEX .numpre { width: 50%; display: inline-block; float: left; text-align: left; }
.PRE-NEX .numnex { width: 50%; display: inline-block; float: left; text-align: right; }
.PRE-NEX a:hover { color: #0776be; }


/*列表1 图文列表*/
.it_l { margin-top: 20px; }
.it_l li {background: #fff;position: relative;margin-bottom: 20px;clear: both;border: 1px solid #f2f2f2;}
.it_l li:first-child {margin-top: 0;}
.it_l li a {display: block;padding: 20px;height: 152px;}
.it_l li a .pic {width: 150px;height: 113px;overflow: hidden;float: left;margin-right: 20px;}
.it_l li a .pic img {max-width: 100%;}
.it_l li a .text {}
.it_l li a .text .info {margin-bottom: 15px;height: 30px;}
.it_l li a .text .info h3 {display: inline-block;overflow: hidden;line-height: 30px;height: 30px;font-size: 18px;font-weight: normal;color: #111111;}
.it_l li a .text .info span {display: inline-block;float: right;height: 30px;line-height: 30px;color: #999999; font-size: 13px;}
.it_l li a .text p {color: #666666;height: 44px;line-height: 22px;overflow: hidden;}
.it_l li:hover {border: 1px solid #f0f5f9;background: #f0f5f9;}
.it_l li:hover a .pic img { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); }
.it_l li:hover a .text .info h3 {color: #e2a233;}

/*列表2 全图列表*/
.al_l {width: 918px;height: 119px;margin-top: 20px;}
.al_l li {margin-right: 20px;float: left;width: 279px;margin-bottom: 20px;transition: all 0.5s;background: #fff;}
.al_l li p a {line-height: 30px;text-align: center;display: block;padding: 10px;font-size: 16px;background: #ffffff;}
.al_l li .pic {width: 279px;height: 279px;overflow: hidden;display: block;position: relative;}
.al_l li img { max-width: 100%;}
.al_l li p a {}
.al_l li:hover p a {color: #e2a233;background: #ffffff;}
.al_l li:hover img { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); }

.al_l li a .tiny {position:absolute;z-index:8;width: 279px;height: 279px;bottom: 286px;background:rgba(0,0,0,.4);overflow:hidden;-webkit-transition:bottom 0.3s ease-out;-moz-transition:bottom 0.3s ease-out;-ms-transition:bottom 0.3s ease-out;-o-transition:bottom 0.3s ease-out;transition:bottom 0.3s ease-out;}
.al_l li a:hover .tiny {bottom:0px;left: 0;}
.al_l li a .tiny img {border-radius:3px;width:112px;height:112px;margin: 83px auto;display:block;}
/*列表3 景点列表*/
.ttr_l {width: 918px;height: 119px;margin-top: 20px;}
.ttr_l li {margin-right: 20px;float: left;width: 279px;margin-bottom: 40px;transition: all 0.5s;background: #fff;border-bottom: 1px solid #ebebeb;}
.ttr_l li p a {height: 48px;overflow: hidden; line-height: 30px;text-align: center;display: block;padding: 10px;font-size: 16px;background: #ffffff;color: #5c5c5c;}
.ttr_l li .pic {width: 279px;height: 210px;overflow: hidden;display: block;}
.ttr_l li img { max-width: 100%;}
.ttr_l li p a {}
.ttr_l li:hover p a {color: #1190fe;background: #ffffff;}
.ttr_l li:hover img { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); }
.ttr_l li:hover{border-bottom: 1px solid #1190fe;}

/*联系方式*/
.mp_box { border: none; margin-top: 30px; }
.t_info {background: #ffffff;height: auto;width: 100%;padding: 20px 15px;clear: both;}
.t_info p {font-size: 15px;line-height: 35px;}


/*留言*/
.from_con_msg {width: 666px;margin-left: auto;margin-right:auto;text-align: center;padding-bottom: 150px; margin-top: 80px; }
.from_con_msg .f_con .bs_input {display: block;height: 45px;width: 666px;line-height: 30px;text-align: left;}
.from_con_msg .f_con textarea.bs_input { height: 150px; font-family: "Microsoft YaHei"; }
.from_con_msg .f_con .bsi_t {padding: 0 15px;margin-bottom: 18px;background: #f9f9f9;line-height: 22px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.from_con_msg .f_con select.bsi_t {padding-left:0; width: 100%; color:#666666; }
.from_con_msg .f_con .bs_input.bsi_t.choice { padding: 0; }
.from_con_msg .f_con .bsi_s {float: right;width: 140px;display: block;cursor: pointer;overflow: hidden;border: none;background: #e2a233;color: #fff;text-align: center;}
.from_con_msg .f_con .bsi_s:hover {background: #0089ff;}
.from_con_msg .f_con .check_img {overflow: hidden;margin-bottom: 0;padding-right: 0;margin-right: 18px;padding-left: 0;width: 140px;float: left;}
.from_con_msg .f_con .check {width: 350px;float: left;}
input{ outline: none;border: 0; }
input:focus{ outline: none;border: 0; }
select{ outline: none;border: 0; }
select:focus{ outline: none;border: 0; }
textarea{ outline: none;border: 0; }
textarea:focus{ outline: none;border: 0; }

/*标准分页*/
.pageborder {border-top:1px solid #e2e2e2;}
.page {padding: 0 60px 61px 100px;width:auto;text-align: center;font-family:Arial, Helvetica, sans-serif;font-size:12px;height: 30px;clear: both;margin-top: 20px;}
.page .Notices {line-height:30px;font-size:14px;display:block;float:left;color:#6e6e6e;margin-right:30px;filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/border-radius:5px;/*opera或ie9*/-webkit-border-radius: 5px;/*safari或chrome*/-moz-border-radius: 5px;/*firefox*/}
.page a {font-weight:bold;display: block;background-color:#fafafa;color: #0f65c7;border: 1px solid #d1d1d1;padding-left: 15px;padding-right: 15px;line-height: 28px;float:left;margin-left:3px;margin-right:3px;text-decoration: none;background-image: url(../images/page_bg1.gif);background-repeat: repeat-x;background-position: top;filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/border-radius:5px;/*opera或ie9*/-webkit-border-radius: 5px;/*safari或chrome*/-moz-border-radius: 5px;/*firefox*/}
.page a:hover {color: #fff;border: 1px solid #004fab;padding-left: 15px;padding-right: 15px;line-height: 28px;background-image:none;background-color:#004fab;}
.page .pagefont {float:left;display:block;color: #FF0000;text-decoration: none;font-weight:bold;padding-left: 8px;padding-right: 8px;line-height: 30px;}
.page .nopage {display: block;background-color:#fff;color: #dcdcdc;text-decoration: none;border: 1px solid #dcdcdc;padding-left:12px;padding-right:12px;line-height: 28px;float:left;margin-left:3px;margin-right:3px;filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/border-radius:5px;/*opera或ie9*/-webkit-border-radius: 5px;/*safari或chrome*/-moz-border-radius: 5px;/*firefox*/}
.page .nopage span{font-family:"宋体";font-weight:bold;}
.page a span {font-family:"宋体";font-weight:bold;}
.page .dd {display: block;color: #000;text-decoration: none;padding-left: 8px;padding-right: 8px;line-height:30px;float:left;margin-left:3px;margin-right:3px;}
</pre></body></html>