@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
*:focus {outline: none }
html { width:100%; height:100%; font-size:62.5%; /* 10÷16=62.5% */ }
body { font-size:14px; font-size:1.4rem; /* 12÷10=1.2 */ }
body { line-height: 1.5em; font-family: "Hiragino Sans GB", "STHeiti", Helvetica, "Microsoft Yahei", 微软雅黑, 黑体, 新細明體, Arial, "Lucida Grande", sans-serif; color: #000; background: #fff; width: 100%; height: 100% }
em, q, cite, address { font-weight:400; font-style:normal }
h1, h2, h3, h4, h5, h6 { font-weight:400 }
address { display:inline }
img { border:none }
li { list-style:none }
q { quotes:none }
strong { font-weight:bold }
table { border-collapse:collapse }
th { text-align:left; font-weight:400 }
small { -webkit-text-size-adjust:none; font-size:10px }
i { font-style:normal } 

::selection { background-color:#0057B6; color:#fff }
::-moz-selection { background-color:#0057B6; color:#fff }

/* link */
a { color:#000; outline-style:none; text-decoration:none; cursor:pointer; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }

/* clear float */
.cf { zoom:1 } /* for IE */
.cf:after { content:"."; display: block; clear:both; font-size:0; height:0; visibility:hidden; overflow:hidden } /* for other */
/* end of clear float */

/* float */
.fleft { float:left!important }
.fright { float:right!important }
.fnone { float:none!important }
/* text-align */
.tleft { text-align:left }
.tright { text-align:right }
.tcenter { text-align:center }
/* display */
.dis { display:block }
.undis { display:none }
.disinline { display:inline }
.disinblock { display:inline-block }

/*-------------------结构-------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time { display:block }

.cd-main-content { width:100%; margin:0 auto; overflow: hidden }

.container { width: 92%; max-width:1440px; margin:0 auto }
.container:before, .container:after { content:" "; display:table }
.container:after { clear: both }

/*-------------------定位-------------------*/
.positionRelative { position: relative }
.positionAbsolute { position: absolute } 
.positionStatic { position:static!important; top: 0!important; margin-top: 0!important }

.poabsolute-wh50 { position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.poabsolute-w50 { position:absolute; left:50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0) }
.poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%) }
.poabsolute-t { position:absolute; top:0 }
.poabsolute-b { position:absolute; bottom:0 }

.left0 { left:0!important }
.right0 { right:0!important }

.zindex2 { z-index:2 }
.zindex3 { z-index:3 }

.overhidden { overflow:hidden }

/*-------------------通用圆角-------------------*/
.border-radius3 { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px }
.border-radius10 { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px }
.border-radius50 { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50% }

/*-------------------透明度-------------------*/
.opacity0_1 { filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 }
.opacity0_2 { filter:alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2 }
.opacity0_5 { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5 }
.opacity0_6 { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6 }
.opacity0_7 { filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7 }
.opacity0_8 { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }

/*-------------------字体颜色、样式、字体间距-------------------*/
.iconfont { line-height: 1em }
.fa-0_8x { font-size: 0.8em!important }
.fa-1x { font-size: 1em!important }
.fa-1_2x { font-size: 1.2em!important }
.fa-1_6x { font-size: 1.6em!important }
.fa-2x { font-size: 2em!important }
.fa-2_4x { font-size: 2.4em!important }
.fa-3x { font-size: 3em!important }
.fa-4x { font-size: 4em!important }

.font-bold { font-weight: 800 }
.font-thin { font-weight: 300 }

.fontSize12 { font-size:12px }

h1, .h1 { font-size: 44px; line-height:1.1em }
h2, .h2 { font-size: 30px; line-height:1.1em }
h3, .h3 { font-size: 24px; line-height:1.1em }
h4, .h4 { font-size: 20px; line-height:1.1em }
h5, .h5 { font-size: 18px }
h6, .h6 { font-size: 16px }

/*-------------------颜色--------------------*/
.colorfff { color: #fff }
.color1f66bb { color: #1f66bb }
.colorfcda01 { color: #fcda01 }

.bgfff { background: #fff }
.bgf5f5f5 { background: #f5f5f5 }
.bgf8f8f8 { background: #f8f8f8 }
.bgf2f9ff { background: #f2f9ff }
.bge7edf4 { background: #e7edf4 }

/*-----------------间距---------------------*/ 
.line-height1em { line-height:1em }
.line-height1_1em { line-height:1.1em }
.line-height1_3em { line-height:1.3em }
.line-height1_5em { line-height:1.5em }
.line-height1_6em { line-height:1.6em }
.line-height2em { line-height:2em }

/*-------------------宽度、高度--------------------*/
.width40 { width:40% }
.width60 { width:60% }
.width100 { width:100% }

.height100 { height: 100% }

.imgw100 { display:block; max-width:100%; height:auto }

/*-------------------区块-------------------*/
.area_80 { float:left; width:80% }
.area_66 { float:left; width:66.66% }
.area_50 { float:left; width:50% }
.area_33, .area_33_50 { float:left; width:33.33% }
.area_25, .area_25_50 { float:left; width:25% }

.box-sizing { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.margintop5 { margin-top:5px }
.margintop10 { margin-top:10px }
.margintop15 { margin-top:15px }
.margintop20 { margin-top:20px }
.margintop30 { margin-top:30px }
.margintop40 { margin-top:40px }
.margintop50 { margin-top:50px }
.margintop60 { margin-top:60px }

.marginbottom5 { margin-bottom:5px }
.marginbottom10 { margin-bottom:10px }
.marginbottom15 { margin-bottom:15px }
.marginbottom20 { margin-bottom:20px }
.marginbottom30 { margin-bottom:30px }
.marginbottom40 { margin-bottom:40px }

.marginleft5 { margin-left:5px }
.marginleft10 { margin-left:10px }
.marginleft20 { margin-left:20px }
.marginleft30 { margin-left:30px }
.marginleft40 { margin-left:40px }

.marginright5 { margin-right:5px }
.marginright10 { margin-right:10px }
.marginright20 { margin-right:20px }
.marginright30 { margin-right:30px }
.marginright40 { margin-right:40px }

.marginauto { margin-left:auto; margin-right:auto }

.paddingtop0 { padding-top:0!important }
.paddingtop5 { padding-top:5px }
.paddingtop10 { padding-top:10px }
.paddingtop15 { padding-top:15px }
.paddingtop20 { padding-top:20px }
.paddingtop30 { padding-top:30px }
.paddingtop40 { padding-top:40px }

.paddingbottom0 { padding-bottom:0!important }
.paddingbottom5 { padding-bottom:5px }
.paddingbottom10 { padding-bottom:10px }
.paddingbottom15 { padding-bottom:15px }
.paddingbottom20 { padding-bottom:20px }
.paddingbottom30 { padding-bottom:30px }
.paddingbottom40 { padding-bottom:40px }

.paddingleft0 { padding-left:0!important }
.paddingleft5 { padding-left:5px }
.paddingleft10 { padding-left:10px }
.paddingleft15 { padding-left:15px }
.paddingleft20 { padding-left:20px }
.paddingleft30 { padding-left:30px }
.paddingleft40 { padding-left:40px }

.paddingright0 { padding-right:0!important }
.paddingright5 { padding-right:5px }
.paddingright10 { padding-right:10px }
.paddingright15 { padding-right:15px }
.paddingright20 { padding-right:20px }
.paddingright30 { padding-right:30px }
.paddingright40 { padding-right:40px }

.padding10 { padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding20 { padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding30 { padding:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding10_20 { padding:10px 20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.row5 { margin-left: -5px; margin-right: -5px }
.row10 { margin-left: -10px; margin-right: -10px }

.mo_dis { display: none }
.mo_undis { display:block }

.borderdot-b1eee { border-bottom: 1px dashed #eee }

/*-------------------通用-------------------*/ 
.com-rows_1 { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.com-rows_2 { height:2.75em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_3 { height:4.15em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_4 { height:5.55em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }

.zoomimg { -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
a:hover .zoomimg, .zoomimg:hover { transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05) }

.com-link { display: block; overflow: hidden; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }
.com-link:hover { color: #000; -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1) }
.com-link.colorfff:hover { color: #fff }

/*--------------------------------------*/ 
.head { height: calc(100vh - 70px); background: url(../images/head-bg.jpg?v0.2) center center no-repeat; background-size: cover }
.logo { width: 15%; position: absolute; top: 5%; left: 3% }
.slogan { width: auto; max-width: 80%; max-height: 80% }

.nav { background: #e7edf4; color: #000; white-space: nowrap; z-index: 1000 }
.nav a { display: inline-block; padding: 0 30px; height: 70px; line-height: 70px; white-space: nowrap }
.nav a:hover, .nav .active { background: #2167bb; color: #fff }
.nav a.nav-item:nth-of-type(3) span { margin-right: 60px }

.block-padding { padding-top: 80px; padding-bottom: 80px }
.block-padding-t { padding-top: 80px }

/* .section01-con .area_25:nth-of-type(1) { width: 28% }
.section01-con .area_25:nth-of-type(2) { width: 22% }*/
.section01-icon { height: 60px } 

/* 2021改版 */
.section01-con { display: flex; align-items: center; justify-content: space-between; flex-flow:row wrap; width: 100% }
.section01-con>div { padding-bottom: 20px }

.section02 { background: url(../images/section02-bg.jpg) #003b83 top center no-repeat; background-size: 100% auto }
.section02-icon { width: auto; height: 60px; margin-right: 15px }
.section02 .more { padding: 30px; box-sizing: border-box }

.more .iconfont { line-height: 20px; margin-left: 5px } 
.more:hover { color:#003286 } 

.tabs { overflow: hidden; width: 100% }
.tabs li { display: block; width: 50%; float: left }
.tabs a { display: block; width: 100%; padding-left: 40px; box-sizing: border-box; height: 70px; line-height: 70px; font-size: 18px; background: #dadada }
.tabs a:hover, .tabs a:focus, .tabs .current { background: #2167bb; color: #fff }
.content { margin-top: 20px }

.hot { background: #ff0000; color: #fff; position: absolute; top: -16px; left: -26px; z-index: 10; padding: 25px 20px 0; transform: rotate(-45deg) }

.video-box { height: calc(70vh) }
.index-toplay { width: 80px; height: 80px; line-height: 80px; top: 50%; margin-top: -40px; left: 50%; margin-left: -40px; z-index: 100 }
.index-toplay a { background: rgba(255,255,255,0.8); border-radius: 50% }
.index-toplay a:hover { background: rgba(255,255,255,1) }
.index-toplay .icon-play { line-height: 80px; color: #000; margin-left: 5px }
.index-toplay.toplay a { background: rgba(255,255,255,0.2) }
.index-toplay.toplay .icon-play { opacity: 0.2; margin-left: 0 }
.index-toplay.toplay .icon-play:before { content: "\e640" }

.pop-toplay { width: 50px; height: 50px; line-height: 50px; top: 50%; margin-top: -25px; left: 50%; margin-left: -25px; z-index: 100 }
.pop-toplay a { background: rgba(255,255,255,0.8); border-radius: 50% }
.pop-toplay a:hover { background: rgba(255,255,255,1) }
.pop-toplay .icon-play { line-height: 50px; color: #000; margin-left: 5px }

.video-popbox { width: calc(60vw); max-width: 1200px; height: calc(70vh) }


.ed-popbox { width: calc(60vw); max-width: 1200px; height: calc(70vh); overflow-x: hidden; overflow-y: auto }
.ed-popbox::-webkit-scrollbar {
width:6px;
height:6px
}
.ed-popbox::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,.2)
}
.ed-popbox::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,.1)
}
.ed-popbox::-webkit-scrollbar-thumb:vertical:hover {
background-color:rgba(0,0,0,.3)
}
.ed-popbox::-webkit-scrollbar-thumb:vertical:active {
background-color:rgba(0,0,0,.7)
}


/*-------------------通用底部-------------------*/ 
.footbox { width: 100%; background: #ccc }
.footbox .width92 { width: 92%; max-width:1440px; margin:0 auto }
.foot-link { height: 90px; line-height: 90px; float: left; width: auto }
.foot-link li { margin: 0 1rem; margin: 0 10px\9; font-size: 1em; display: inline-block; }
.foot-link li:first {margin-left:0;}
.foot-img { height: 90px; line-height: 90px }
.foot-img a { display:inline-block }
.foot-img img { margin-left: 20px; display: inline-block; vertical-align: middle }
.foot-img a:first-of-type img { margin-left: 0 }
.foot-img p { margin: 0px 0px 0px 5px; color:#939393; display: inline-block }
.copyright { float: right; height: 45px; line-height:1.5em; text-align:right; padding-top:15px }
.foot-logobox { margin-top: 10px }

.del-logo { width: auto; height: 40px; margin-top: 15px; margin-bottom: 15px }
.del-logo img { height: 100% }
.del-con { padding: 40px }
 
.del-btn { display: block; width: 72px; text-align: center; color: #000; background: #eee; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; height: 30px; line-height: 30px; padding: 0 10px; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s }
.del-btn span { margin-right: 5px }
.del-btn:hover { background: #d4d4d4 }

.fa-stack { margin-top: 16px }
.fa-stack .fa-circle { color: #999 }
.share-mask { width: 100%; height: 100%; background: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 9999; cursor: pointer; display: none }
.share-mask img { border: 8px solid #fff }
 
 
.gototop { display:block; width:40px; height:40px; text-align: center; line-height: 40px; background:#2167bb; border-radius: 5px; position:fixed; right:10px; bottom:-50px; z-index:1001; transition-duration:0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s }
.gototop .iconfont { line-height: 40px; color: #fff }
.gototop:hover { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6 }
.gototop.up { bottom:10px }
 
 
/*-------------------响应式css-------------------*/

@media ( min-width:1260px ) and ( max-width:1440px ) {
h1, .h1 { font-size: 40px }
h2, .h2 { font-size: 26px }
h3, .h3 { font-size: 22px }
h4, .h4 { font-size: 18px }
h5, .h5 { font-size: 16px }
h6, .h6 { font-size: 14px }

.margintop50, .margintop60 { margin-top:40px }

.block-padding { padding-top: 60px; padding-bottom: 60px }
.block-padding-t { padding-top: 60px }

}

@media ( min-width:801px ) and ( max-width:1259px ) {
h1, .h1 { font-size: 36px }
h2, .h2 { font-size: 26px }
h3, .h3 { font-size: 22px }
h4, .h4 { font-size: 18px }
h5, .h5 { font-size: 16px }
h6, .h6 { font-size: 14px }

.margintop50, .margintop60 { margin-top:40px }

.block-padding { padding-top: 60px; padding-bottom: 60px }
.block-padding-t { padding-top: 60px }

.section01-icon { width: auto; height: 68px }

.del-con { padding: 30px }

}


/*屏幕小于等于800*/
@media ( max-width:800px ) {	
html { font-size:56% }
.container { width:100%; padding-left: 20px; padding-right: 20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; max-width: auto }

/* float */
.mo_fleft { float:left!important }
.mo_fright { float:right!important }
.mo_fnone { float:none!important }

/* text-align */
.mo_tleft { text-align:left!important }
.mo_tright { text-align:right!important }
.mo_tcenter { text-align:center!important }

.mo_positionStatic { position:static!important; top: 0; left: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) }

.mo_margintop0 { margin-top: 0 }
.mo_margintop5 { margin-top:5px }
.mo_margintop10 { margin-top:10px }
.mo_margintop15 { margin-top:15px }
.mo_margintop20 { margin-top:20px }

.mo_marginright10 { margin-right: 10px }

.mo_paddingtop5 { padding-top: 5px }
.mo_paddingtop10 { padding-top: 10px }
.mo_paddingtop20 { padding-top: 20px }
.mo_paddingbottom0 { padding-bottom: 0px!important }
.mo_paddingbottom20 { padding-bottom: 20px }

.mo_dis { display:block }
.mo_undis { display:none }

.area_80, .area_66, .area_50, .area_33, .area_25 { float:none; width:100% }
.area_25_50, .area_33_50 { width: 50% }

.com-rows_1 { height:auto; display:block; white-space:inherit; overflow:visible; text-overflow:inherit }
.com-rows_2, .com-rows_3, .com-rows_4 { max-height: 100%; height:auto; line-height:1.3em; overflow:visible; text-overflow:inherit; display:block }

.mo_com-rows_2 { height:2.55em; line-height:1.3em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.mo_com-rows_3 { height:3.85em; line-height:1.3em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical/*最多显示3行，超出省略号*/ }

h1, .h1 { font-size: 2.2rem }
h2, .h2 { font-size: 2rem }
h3, .h3 { font-size: 1.8rem }
h4, .h4 { font-size: 1.6rem }
h5, .h5 { font-size: 1.5rem }
h6, .h6 { font-size: 1.4rem }

.fontSize10 { font-size:1rem }

.head { height: calc(100vh) }
.slogan { width: 80%; max-height: 80% }

.mo_top { width: 100%; height: 60px; background: #e7edf4; position: fixed; z-index: 1000 }
.mo_top .logo { width: auto; height: 30px; top: 15px; left: 20px }
.mo_top .logo img { width: auto; height: 100% }
.menu { width: 24px; text-align: center; height:18px; line-height: 18px; position: absolute; right: 20px; top: 20px; cursor: pointer; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
.bar { height: 2px; width: 24px; display: block; position: absolute; background-color: #1f66bb; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
.menu .bar:nth-of-type(1) {
  top: 0px;
  -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0s;
  -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0s;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.3s, 0s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0s; 
}
.menu .bar:nth-of-type(2) {
  top: 8px;
  -moz-transition: ease 0.1s 0.2s;
  -o-transition: ease 0.1s 0.2s;
  -webkit-transition: ease 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: ease 0.2s 0.2s;
}
.menu .bar:nth-of-type(3) {
  top: 16px;
  -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0s;
  -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0s;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.3s, 0s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0s;
}
.menu.hover .bar:nth-of-type(1) {
  top: 8px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: top 0.2s ease 0s, -moz-transform 0.2s ease-out 0.3s;
  -o-transition: top 0.2s ease 0s, -o-transform 0.2s ease-out 0.3s;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: top 0.2s ease 0s, transform 0.2s ease-out 0.3s;
}
.menu.hover .bar:nth-of-type(2) {
  opacity: 0;
}
.menu.hover .bar:nth-of-type(3) {
  top: 8px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: top 0.2s ease 0s, -moz-transform 0.2s ease-out 0.3s;
  -o-transition: top 0.2s ease 0s, -o-transform 0.2s ease-out 0.3s;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: top 0.2s ease 0s, transform 0.2s ease-out 0.3s;
}


.nav-mobile {
	width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    padding-top: 60px;
    position: fixed;    
    z-index: 999;
    top: 0;  
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -o-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    overflow: hidden;
}


.nav-mobile.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nav-mobile .menu-items {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -o-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}

.nav-mobile.open .menu-items {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nav-mobile a { 
	display: block;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #eee; 
}

.anchor { width: 100%; height: 0; position: absolute; top: -60px }


.block-padding { padding-top: 40px; padding-bottom: 30px }
.block-padding-t { padding-top: 40px }

.section01-con { width: 240px; margin-left: auto; margin-right: auto }
.section01-con .area_25:nth-of-type(1), .section01-con .area_25:nth-of-type(2) { width: 100% }

.section02-con { width: 212px; margin-left: auto; margin-right: auto }

.tabs a { padding-left: 20px; height: 60px; line-height: 60px }
.content { margin-top: 10px }

.video-popbox, .ed-popbox { width: calc(90vw); height: calc(80vh) }


.foot-link{ text-align:center;width:100%;padding:1.3rem 0 0.8rem 0;height:auto;  }
.foot-link li { display:inline-block !important; font-size:1.5rem;line-height:1.2em; margin:0 0.4rem !important;float:left;}
.copyright { height:auto;clear:both;float:none; text-align:left; padding-top:5px; padding-bottom:10px }
.foot-logobox { margin-top:0 !important }
.foot-img {line-height: 48px;height: 48px; text-align: left!important }
.foot-img img:nth-last-child(1){width: 45px;margin-left: 5px;}

 .gototop { width: 30px; height: 30px; line-height: 30px }
 .gototop .iconfont { line-height: 30px }
 
.del-con { padding: 20px }

.video-box, .video-box #video1 { width: 100%; height: auto }


.list-l01 { width: 30%; float: left }
.list-r01 { width: 70%; float: left; padding: 10px 10px 0 }

.list-l02 { width: 50%; float: left }
.list-r02 { width: 50%; height: 100%; padding: 15px 15px 0; position: absolute; right: 0 }
.list-r02 .width40, .list-r02 .width60 { width: 50% }
.swiper04 .more { padding: 10px 15px 5px }

.section01-con>div { padding-bottom: 10px }

}