﻿@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

fieldset,
button,
input,
textarea,

/* form elements 表单元素 */

th,
td {/* table elements 表格元素 */margin: 0;padding: 0;}


body {overflow: hidden;font-size: 15px;}

input,
textarea {border: 2 none;box-shadow: none;outline: none;}


/* 设置默认字体 */

body,
button,
input,
select,
textarea
 {font-family: "Microsoft Yahei";color: #333;font-size: 14px;font-style: normal;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4,
h5,
h6 {font-size: 100%;}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {margin: 0px;}
/* 重置列表元素 */
ul,
ol,
li {list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none;color: #333;word-wrap: break-word;}
/*英文换行*/
a:hover {text-decoration: none;}
/* for ie6 */
fieldset,
img {border: none;vertical-align: middle;}
/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {font-size: 100%;/* 使表单元素在 ie 下能继承字体大小 */}
/* 重置表格元素 */
table {border-collapse: collapse;border-spacing: 0;}
/* 全局 */
html {-webkit-text-size-adjust: none;-webkit-text-size-adjust: none;text-align: justify;text-justify: inter-ideograph;}
/* 浏览器滚动轴修改 */
* {-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-touch-callout: none;margin: 0;}
::-webkit-scrollbar {width: 4px;height: 4px}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 0;background: rgba(0, 0, 0, 0.1)}
::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: rgba(0, 0, 0, 0.2)}
::-webkit-scrollbar-thumb:hover {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: rgba(0, 0, 0, 0.4)}
input,
textarea {-webkit-user-select: text}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/* 转换元素类型 */
em,i,span{display: inline-block;}
/*基础*/
.j_tab{ display:table; width:100%; height:100%;}
.j_tab_cel{ display:table-cell; vertical-align:middle; width:100%; height:100%;}

.print {color: #fff;padding: 0 20px;background: #666;line-height: 30px;display: inline-block;margin-top: 10px;display: none}
.content-tag a {color: #666;padding: 4px 8px;margin-right: 10px;font-size: 12px;margin-top: 5px;background: #e5e5e5;}
.content-tag a:hover {background: #072fa8;color: #fff;}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr {position: relative;}
.pa {position: absolute;}
/*清除浮动*/
.clearfix:before,
.clearfix:after {content: '';display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

/* -- 页面整体布局 -- */
.content {width: 1280px;margin: 0 auto;position: relative;}
.header,
.footer {width: 100%;margin: 0 auto;}
.auto {margin: 0 auto}
.marT40 {margin-top: 40px;}
.marB40 {margin-bottom: 40px;}
/*分页样式*/
.pglist {padding: 25px 0;float: left;width: 100%;line-height: 34px;text-align: center;}
.pglist a {color: #333333;padding: 0 10px;margin: 0 5px;font-weight: bold;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist * {display: inline-block;_zoom: 1;_display: inline;vertical-align: middle;line-height: 28px;height: 28px;padding-bottom: 1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display: inline-block;color: #fff;background: #072fa8;}
.pglist a:hover {display: inline-block;color: #fff;background: #072fa8;}
.pglist .curpage {display: inline-block;color: #fff;background: #072fa8;}

/*顶部*/
.nfb_head {margin: 0 auto;position: relative;z-index: 5; height: 140px;box-sizing: border-box;}
.nfb_head .logo {margin: 0 0 0;position: relative;text-align: center;z-index: 3;padding-top:45px; box-sizing: border-box;}
.nfb_head .logo img {width: 180px;}
.nfb_head .mid {font-size: 24px;color: #333;margin-left: 10px;padding-left: 10px;margin-top: 40px;font-weight: bold; margin-right: 50px;}
.nfb_head .mid em{font-size: 24px;color: #072fa8;font-style: normal;}
.nfb_head .mid p{margin-top: 5px;}
.nfb_head .mid p strong{font-size: 26px;color: rgb(233, 94, 36);font-weight: bold;line-height: 1.5;display: inline-block;}
.nfb_head .ewm{display:flex; padding-top: 25px; float: left;}
.nfb_head .ewm .ewmimg{margin-left: 20px;}
.nfb_head .ewm .ewmimg img{max-height: 100px; border: 1px solid #072fa8;}
.nfb_head .ewm .ewmtxt{width:22px;line-height: 14px; display: flex; align-items: center; background: #072fa8; color: #FFF; font-size: 12px; text-align: center;}
.nfb_head .hottel{ float: right; padding-top: 35px; margin-left: 50px;}
.nfb_head .hottel .telbox{display:flex;}
.nfb_head .hottel .telbox .tb{padding:0 10px; color: #072fa8; font-size: 60px;}
.nfb_head .hottel .telbox .tb i{font-size:72px;}
.nfb_head .hottel .telbox .tlx {}
.nfb_head .hottel .telbox .tlx .t1{font-size: 24px; color: #072fa8; font-weight: bold; margin-top: 5px;}


.nfb_head .right {margin-top: 20px;display: flex;flex-wrap: nowrap;justify-content: space-between;height: 102px;}
.nfb_head .right .tel{padding-left:80px;text-align:left;font-size: 18px;color: #333;padding-top:0;background: url(../images/h_pho.png) no-repeat;font-weight: bold;margin-top: 20px;}
.nfb_head .right .tel i {display: block;font-size: 36px;font-style: normal;color:#FF0004;font-family:'Times New Roman', Times, serif;font-weight: bold;}
.nfb_head .right .tel em{font-size: 36px;color: #888;margin-right: 5px;}



.navBar {width: 100%;z-index: 9999;height: 55px;box-sizing: border-box;position: relative;z-index: 1; background: #072fa8;}
.nav {z-index: 3;flex-wrap: nowrap;justify-content: flex-start;display: flex;box-sizing: border-box;}
.nav li{text-align: center;position: relative;}
.nav li+li{margin-right: 1px;}
.nav li em{margin-right: 10px;}
.nav li:last-child::before{content: '';}

.nav h3 {font-weight: normal;font-size: 16px;position: relative;}
.nav h3 a{line-height: 55px;display: block;color: #FFF;padding: 0 40px; font-size:18px;}
.nav h3 a:hover{color: #fff;position: relative;z-index: 2;background: #ffa200;}
.nav .active{color: #fff;position: relative;z-index: 2;background: #ffa200;}
.nav .sub {display: none;width: 100%;padding: 0 0;position: absolute;left: 0;top: 60px;background: #072fa8; z-index: 999;padding-top: 10px;padding-bottom: 10px;}
.nav .sub li {text-align: center;}
.nav .sub li a {color: #fff;display: block;zoom: 1;line-height: 3;}
.nav .sub dl {display: inline-block;*display: inline;zoom: 1;vertical-align: top;padding: 15px 29px;line-height: 26px;}
.nav .sub dl a:hover {color: #fff;}
.nav .sub dl dt a {color: #000;}
.nav .sub dl dd a {color: #999;padding-left: 7px;background: url(../images/icon.png) 0 -332px no-repeat;}
.nav #m2 .sub {z-index: 1;width: 160px;left: -20px;}

/*导航跟随*/
#mainMenuBar {position: absolute;z-index: 9999}
/*导航跟随*/
.stick {position: fixed;top: 0;left: 0;background: #fff;width: 100%;box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);z-index: 999}
.slideBox {position: relative;display: block;width: 100%;height: 522px;overflow: hidden;z-index: 1;}
.slideBox li {height: 522px;position: relative;width: 100%;}
.slideBox .bd .p1 {position: absolute;top: 50%;left: 65%;transform: translate(-50%, -65%);}
.slideBox .bd .p2 {position: absolute;top: 48%;left: 30%;transform: translate(-48%, -30%);}
.slideBox .bd .p3 {position: absolute;top: 50px;left: 50%;transform: translate(-50%, -10%);}
.slideBox .bd .pic img {margin: 0 auto;}
.slideBox .prev {display: none;position: absolute;padding: 0;left: 5%;top: 50%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;z-index: 9999;}
.slideBox .next {display: none;position: absolute;padding: 0;right: 5%;top: 50%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;z-index: 9999;}
.slideBox .hd {position: relative;top: -20px;z-index: 1;}
.slideBox .hd ul {text-align: center;margin-top: -15px;}
.slideBox .hd ul li {width: 30px;height: 10px;display: inline-block;margin: 0 3px;cursor: pointer;background: #fff;border-radius: 8px;}
.slideBox .hd ul li.on {background: #072fa8;}

/*内页benner*/
.mbanner {overflow: hidden;line-height: 0;text-align: center;position: relative;}
.mbanner img{z-index: 0; width:100%; height: auto;}
.mbanner .j_tab{position: absolute;width: 100%; height: 100%;top: 0;left: 0;}
.mbanner h4 {font-size: 2.2rem;color: #fff;margin: .75rem 0 0;line-height: 2;}
.mbanner h3 {font-size: 2rem;color: #fff;margin: .75rem 0 0;font-weight: lighter;}

.zixunBtn{text-align: center;margin-bottom: 30px;}
.zixun{padding: 15px 30px;background: rgb(233, 94, 36);border-radius: 30px;color: #fff;text-align: center;margin: 0 auto;display: inline-block;font-size: 18px; transition: 0.5s ease all; }
.zixun:hover{transform: scale(1.05)}

/*公用TITLE*/
.nfb_t1{font-size: 36px;font-weight: bold;color: #333;text-align: center;}
.nfb_t1 span{background: #072fa8;color: #fff;padding: 0 10px;}
.nfb_t1 em{padding: 0 5px;font-size: 48px;color: #072fa8;font-style: normal;}
.nfb_t1 .zixunBtn{padding: 10px 10px;background: #072fa8;border-radius: 0;color: #fff;text-align: center;margin: 0 auto;display: inline-block;font-size: 24px;margin-left: 10px;top: -5px;position: relative;}

.nfb_t2{font-size: 36px;font-weight: bold;color: #333;text-align: center;padding: 15px 0;position: relative;z-index: 2;}
.nfb_t2 span{position: relative;display: inline-block;z-index: 2;}
.nfb_t2 span::after{content: url(../images/t01.png);position: absolute;right: -15px;top: -15px; z-index:-1;}
.nfb_t2 strong{padding: 0 5px;font-size: 36px;color: #072fa8;font-style: normal;}
.nfb_t2 p{font-size: 15px;color: #999;line-height: 3;font-weight: lighter;letter-spacing: 3px;}
.nfb_t2 p img{padding-top: 10px;}
.nfb_t2 .zixunBtn{padding: 10px 30px;background: #072fa8;border-radius: 30px;color: #fff;text-align: center;margin: 0 auto;display: inline-block;font-size: 16px;margin-left: 20px;top: -5px;position: relative;}
/* 内页tit */
.tit_m {position: relative;}
.tit_m h3 {text-align: center;font-weight: normal;margin-bottom: 30px;padding-top: 35px;}
.tit_m h3 span {display: block;font-size: 38px;color: #000;padding-bottom: 14px;}
.tit_m h3 em {font-size: 14px;color: #b4b4b4;position: relative;padding: 0 18px;font-style: normal;text-transform: uppercase;}
.tit_m h3 em:before {position: absolute;width: 52px;height: 1px;background: #999;content: "";top: 8px;left: -52px;}
.tit_m h3 em:after {position: absolute;width: 52px;height: 1px;background: #999;content: "";top: 8px;right: -52px;}


/*底部*/
.nfb_foot {width: 100%;color: #fff;overflow: hidden;position: relative; background: #1f1f1f}
.nfb_foot .footlist{padding: 30px 0;display: flex;flex-wrap: nowrap;justify-content:flex-start;}
.nfb_foot .footlist dl{width: 30%;color: #FFF;position: relative;}
.nfb_foot .footlist dl a{color: #fff;font-size: 18px;}
.nfb_foot .footlist dl dt{margin-bottom:10px;}
.nfb_foot .footlist dl dt a{font-size: 24px;font-weight: normal;}
.nfb_foot .footlist dl dd a{line-height: 2.5;font-size: 14px;display: block;color:#FFF;}
.nfb_foot .footlist dl dd em{color: #d2d2d2;}
.nfb_foot .footlist dl dd{line-height: 2.5;width: 50%;float: left;}
.nfb_foot .footlist dl.contact{width: 40%;position: relative;}
.nfb_foot .footlist dl.contact em{font-size: 24px;margin-right: 10px;color:#FFF;}
.nfb_foot .footlist dl.contact dd{line-height: 1.8;color:#FFF;width: 100%;}
.nfb_foot .footlist dl .wechat{position: absolute;right: 0;top: 50px;}
.nfb_foot .footlist dl ul{display: flex;flex-wrap: nowrap;justify-content: space-around;padding-top: 20px;}
.nfb_foot .footlist dl ul li{text-align: center;line-height: 2;}
.nfb_foot .footlist dl ul li img{width: 128px;}
.nfb_foot .footlist dl .t400{color: #072fa8;font-size: 18px;font-weight: bold;}
.nfb_foot .footlist dl .t400 strong{font-family: 'Times New Roman', Times, serif;font-size: 26px;}
.nfb_foot .footlist dl.links{width: 40%;position: relative; display: flex; flex-flow: wrap;}
.nfb_foot .footlist dl.links dd{line-height: 1.8;color:#333;width: 33.3333%;}
.nfb_foot .footlist dl.links .tit{font-size:24px; color: #FFF; width:100%; margin-bottom: 10px;}
.nfb_foot .footlist dl.links .fewm{width:30%; margin-right: 10%}
.nfb_foot .footlist dl.links .fewm dt{text-align:center; line-height: 30px; font-size: 16px;}
.nfb_foot .footlist dl.links .fewm img{width:100%; height: auto;}
.nfb_bq {width: 100%;color: #fff;text-align: center;font-size: 14px;background: #000; padding:15px 0;}
.nfb_bq a {color:#fff;}


/*面包削导航*/
.mbx{height: 50px !important; line-height: 50px !important;font-size: 14px !important; text-align: left !important; position: relative;color: #666; border-bottom:1px dashed #ddd;padding-left: 20px;box-sizing: border-box;}
.mbx::before{content: '';width:5px;height: 16px;background: #072fa8;position: absolute;left: 5px;top: 50%;transform: translateY(-50%);}
.mbx a{font-size: 15px !important;color: #666;}
.mbx span{font-family: 'Kaiti';padding: 0 10px;font-size: 14px;}

/*内页二级导航*/

.navtow {margin: 20px auto 0;}
.navtow ul {display: flex;justify-content: flex-start;flex-wrap: nowrap;}
.navtow li {width: 20%;margin-bottom: 10px;}
.navtow li:nth-child(5n+0){margin-right: 0;}
.navtow li a {background:#efefed;color: #333;font-size: 16px;line-height: 55px;display: inline-block;cursor: pointer;position: relative;width: 100%;text-align: center;}
.navtow li a:hover {background:#072fa8;color: #fff;border-color: #072fa8;}
.navtow .on {background:#072fa8;color: #fff}
.navtow .on::after{content: '';width: 0;height: 0;border: 8px solid transparent;border-bottom-color: #fff;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.navtow li a:hover::after{content: '';width: 0;height: 0;border: 8px solid transparent;border-bottom-color: #fff;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
/* 浮动工具 */

.c-tools {position: fixed;z-index: 9999;text-align: center;right: 10px;bottom: 50%;margin-bottom: -144px;}

.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 70px;height: 70px;margin: 1px;background: #072fa8;color: #fff;margin-bottom: 2px;}

.c-tools ul li em{font-size: 30px;margin-top: 10px;margin-bottom: 5px;}
.c-tools ul li:hover {background-color: #072fa8;}

.c-tools ul .top-ico {background: #072fa8 url(../images/tools-ico.png) no-repeat;background-position: center -115px;}


/*下一篇、下一篇*/

.sx {line-height: 30px;overflow: hidden;margin: 15px 0px;padding: 0 0;}

.sx span {overflow: hidden;height: 30px;display: block;margin: 0 0 10px 0}

.sx a {color: #201618;}

.img {transition: 0.3s all;overflow: hidden; position: relative;}
.img img{width:100%; height: auto;}

.img img:hover {transform: scale(1.1);overflow: hidden;}

.ititle{font-size: 32px; font-weight: bold; color: #333; text-align: center; position: relative; height: 60px;}
.ititle:after{position:absolute; content: ""; width:50px;  height: 3px; border-radius: 20px; background:#072fa8; bottom: 0; left: 50%; margin-left: -25px;}
.ititle span{color:#072fa8; padding-left: 5px;}
.iftitle{ font-size: 18px; color: #333; text-align: center; font-weight: 300; margin-top: 10px; margin-bottom: 20px;}

/* donghua */

.dh {animation-duration: 1s;/*动画时间*/animation-fill-mode: both;/*播放后的状态*/}

.dh {animation-iteration-count: infinite;/*动作循环的次数：infinite 无限循环*/}

.dh {animation-duration: 3s;/*动画时间*/}

.dhh {animation-name: dhh;/*动画的名称*/transform-origin: center bottom;/*设置动画旋转元素的基点为：居中靠下*/cursor: pointer;}

.dhh:hover {animation-name: dhh;/*动画的名称*/transform-origin: center bottom;/*设置动画旋转元素的基点为：居中靠下*/cursor: pointer;}


@keyframes scaleDraw {
	  0% {
	    transform: scale(1); /*开始为原始大小*/
	  }
	  25% {
	    transform: scale(1.1); /*放大1.1倍*/
	  }
	  50% {
	    transform: scale(1);
	  }
	  75% {
	    transform: scale(1.1);
	  }



@keyframes dhh {
0%,100%,20%,50%,80% {transition-timing-function: cubic-bezier(0.215, .61, .355, 1);/*贝塞尔曲线 ： X1 Y1 X2 Y2*/transform: translate3d(0, 0, 0);/*设置只在Z轴上移动*}
40%,43% {transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);transform: translate3d(0, -30px, 0)}
70% {transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);transform: translate3d(0, -15px, 0)}
90% {transform: translate3d(0, -4px, 0)}
}
	
	
	