<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; /** Slider */
#vsb_content table {
    border: 0px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 80%;
    margin: 20px auto
}

#vsb_content table tr td {
    border-left: 0px;
    text-align: center;
    border-top: 0px;
    line-height: 23px;
    padding: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
}

#vsb_content table tr td p {
    text-indent: 0em !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /* margin-left: auto; */
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.web {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

/** sideBox */
#sideBox {
    position: fixed;
    top: 20%;
    right: 10px;
    padding-top: 90px;
    padding-bottom: 15px;
    background: url(../img/img_13.png) no-repeat center top;
    z-index: 99999;
    opacity: 0;
    transition: .5s;
}

#sideBox.show {
    transform: translateY(-30px);
    opacity: 1;
}

#sideBox .btn {
    display: none
}

#sideBox ul {
}

#sideBox ul li {
}

#sideBox ul li a {
    color: #FFF;
    font-size: 13px;
    text-align: center;
    display: block;
    padding: 10px 15px;
}

#sideBox ul li a span.thumb {
    display: block;
    margin-bottom: 5px;
}

#sideBox ul li a span.thumb img {
    width: auto
}

/** header */
#header {
    width: 100%;
    height: 120px;
    position: relative;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
}

#header #logo {
    width: 25%;
    display: block;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 501;
}

#header #logo a {
    display: block;
}

#header #logo a img {
    display: block;
}

#header #topBox_r {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    color: #333;
    z-index: 999;
}

#header #topBox_r #time_box {
    display: flex;
    line-height: 1;
    margin-right: 15px;
    align-items: center;
    text-indent: 0;
}

#header #topBox_r #time_box i {
    vertical-align: bottom;
    margin-right: 6px;
}

#header #topBox_r #seaBtn {
    line-height: 1;
    text-indent: 0;
}

#header #topBox_r #seaBtn button {
    width: 22px;
    height: 22px;
    background: url(../img/img_2.png) no-repeat center;
}

#header #time_box i img {
    width: auto
}

#header #time_box:after {
    width: 18px;
    height: 20px;
    margin-left: -25px;
    background-position: 0 -20px;
}

#seaTopBox {
    display: none;
    position: absolute;
    width: 100%;
    height: 120px;
    top: 120px;
    right: 0;
    padding: 40px 0;
    background: #fff;
    border-radius: 2px;
    z-index: 99999;
    border-top: 1px solid #ddd;
}

#seaTopBox .search_form {
}

#seaTopBox .search_form .search_label {
    font-size: 32px;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
}

#seaTopBox .search_form .btn-close {
    position: absolute;
    top: -8px;
    right: 5px;
    background: none;
    border-radius: 0;
    width: 32px;
    height: 32px;
}

#seaTopBox .search_form .btn-close:before,#seaTopBox .search_form .btn-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #acacac;
    width: 40px;
    height: 2px;
    margin: auto;
    transition: .5s;
}

#seaTopBox .search_form .btn-close:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

#seaTopBox .search_form .btn-close:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

#seaTopBox .search_form .btn-close:hover:before,#seaTopBox .search_form .btn-close:hover:after {
    background: #12213a;
}

#seaTopBox .search_form .btn-close:hover:before {
    transform: rotate(225deg);
}

#seaTopBox .search_form .btn-close:hover:after {
    transform: rotate(135deg);
}

#seaTopBox .search_form .search_input {
    display: block;
    width: calc(100% - 90px);
}

#seaTopBox .search_form .search_input .search_txt {
    width: 100%;
    height: 60px;
    padding: 0 10px 0 0;
    font-size: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid;
}

#seaTopBox .search_form .search_submit {
    width: 90px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#seaTopBox .search_form .search_submit input {
    font-size: 19px;
    border-radius: 2px;
    color: #FFF;
    background: #005eb8;
    margin: 0;
    padding: 0 15px;
    height: 100%;
    display: block;
    cursor: pointer;
}

/** nav */
#nav {
    /* position: relative; */
}

#sea_wrap {
    display: block;
    position: relative;
    margin: 50px auto 20px;
    background: url(../img/index05_bg.jpg) #f4f5f7;
    background-size: cover;
    padding: 30px;
}

#sea_wrap .web {
    padding: 20px 20px 30px;
}

#sea_wrap .tabs2 {
    position: relative;
    width: 100%;
}

#sea_wrap .tabs2 ul {
    text-align: center
}

#sea_wrap .tabs2 ul li {
    display: inline-block;
    width: 19.333%;
}

#sea_wrap .tabs2 ul li a {
    display: flex;
    width: 100%;
    background: none;
    border: none;
    padding: 10px 0;
    font-size: 21px;
    /* font-weight: 600; */
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

#sea_wrap .tabs2 ul li.on a {
    color: #3670ba;
    font-weight: bold;
}

#sea_wrap .tabs2 ul li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/img_5.png);
    transform: translateY(50%);
    opacity: 0;
    border-radius: 10px;
    transition: .5s;
    z-index: -1;
}

#sea_wrap .tabs2 ul li.on a:after {
    transform: translateY(0);
    opacity: 1;
}

#sea_wrap .tabs2 ul li a span {
    display: inline-block;
    width: 33px;
    height: 32px;
    margin-right: 6px;
    vertical-align: -webkit-baseline-middle;
    background: url(../img/bg_ss.png) no-repeat 0 -60px;
    transition: .5s;
}

#sea_wrap .tabs2 ul li.n2 a span {
    background-position: -152px -60px;
}

#sea_wrap .tabs2 ul li.n3 a span {
    width: 44px;
    background-position: -302px -60px;
}

#sea_wrap .tabs2 ul li.n4 a span {
    width: 40px;
    background-position: -460px -58px;
}

#sea_wrap .tabs2 ul li.on.n1 a span {
    background-position: 0 0;
}

#sea_wrap .tabs2 ul li.on.n2 a span {
    background-position: -152px 0;
}

#sea_wrap .tabs2 ul li.on.n3 a span {
    background-position: -152px 0;
}

#sea_wrap .tabs2 ul li.on.n3 a span {
    background-position: -302px 0;
}

#sea_wrap .tabs2 ul li.on.n4 a span {
    background-position: -460px 2px;
}

#sea_wrap .tabs2 ul li a span img {
    width: 100%;
}

#sea_wrap .tabs2 ul li a.over {
    color: #FFF;
}

#sea_wrap .tabs2 ul li a.over:after {
    transform: translateY(0);
    opacity: 1;
}

#sea_wrap .tabs2 ul li .tab_con {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: .5s;
}

#sea_wrap .tabs2 ul li .tab_con.on {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

#sea_wrap .tabs2 ul li:first-child .tab_con {
    display: block;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_label {
    display: none;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_label::before,#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_label::after {
    content: '';
    width: 40%;
    height: 1px;
    background: #2285cc;
    display: inline-block;
    vertical-align: super;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_label span {
    padding: 0 15px;
    font-size: 22px;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_fieldset {
    position: relative;
    background: #FFF;
    padding: 10px;
    border-radius: 50px;
    display: block;
    border: 1px solid #DDD;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_fieldset .sea_way {
    height: 30px;
    line-height: 30px;
    border: 1px solid #DDD;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_fieldset .sea_way option {
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_input .icon:after {
    width: 31px;
    height: 31px;
    background-position: -57px 0;
    top: 15px;
    left: 18px;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_txt {
    height: 40px;
    border: none;
    width: 98%;
    margin: 0 15px;
    font-size: 16px;
    background: #FFF;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_txt.num1 {
    margin-left: 115px;
    width: calc(100% - 140px);
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_submit {
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../img/img_3.png) #c90d0d no-repeat center;
    border: none;
    border-radius: 50px;
    color: #FFF;
    font-size: 0;
    padding: 30px 25px;
    line-height: 1px;
    font-weight: 600;
    letter-spacing: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .5s;
    height: 60px;
    width: 60px;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_form .search_submit:hover {
    background-color: #9c0e0e;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_form .search_submit:after {
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .sea_txt {
    color: #FFF;
    font-size: 16px;
    padding: 25px 0;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .sea_radio {
    /* color: #FFF; */
    margin: 10px 0 15px;
}

#sea_wrap .tabs2 ul li .tab_con .search_wrap .sea_radio input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
}

#nav #nav_bar {
    margin-left: 240px;
}

#nav #nav_bar li {
    display: inline-block;
}

#nav #nav_bar li a {
    padding: 20px 25px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

#menu-wrap {
    position: relative;
    margin: 0 auto
}

#menu-wrap:after {
    clear: both;
    display: block;
    content: ""
}

#menu-wrap .menu-cont {
    width: 76%;
    padding-left: 24%
}

#mn-ctrs-btns {
    display: none
}

#mainNavi-wrap .all-menu {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    background: #ccc;
    z-index: 500
}

/** banner */
#banner {
    margin: 0 3%;
    position: relative;
}

#banner .bannerW:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,0.3); */
}

#banner .slick-arrow {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 69px;
    overflow: hidden;
    transform: translateY(-50%);
    background: url(../img/img_12.png) no-repeat -50px 0;
    z-index: 9;
    text-indent: 99999999999px;
    opacity: 0;
    transition: .5s
}

#banner .slick-arrow.slick-prev {
    left: 40px;
    background-position: 0 0;
}

#banner .slick-arrow.slick-next {
    left: auto;
    right: 40px;
}

#banner:hover .slick-arrow {
    opacity: .6
}

#banner .slick-prev:hover {
    left: 30px;
    opacity: 1;
}

#banner .slick-next:hover {
    opacity: 1;
    right: 30px;
}

#banner .item {
}

#banner .item a {
}

#banner .item a img {
}

#banner .slick-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

#banner .slick-dots li {
    display: inline-block;
}

#banner .slick-dots li button {
    border-radius: 50px;
    font-size: 0;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    transition: .5s;
}

#banner .slick-dots li.slick-active {
}

#banner .slick-dots li.slick-active button {
    background: #ffc107;
    width: 30px;
}

/** main */
main {
    overflow: hidden
}

/** more */
.more {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: -40px;
}

.more span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 53%;
    width: 100%;
    height: 2px;
    background: #c8c8c8;
}

.more span:before {
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 0;
    width: 2px;
    height: 20px;
    background: #c8c8c8;
    content: '';
    transition: .5s;
    -webkit-transition: .5s;
}

.more span:after {
    display: inline-block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 2px;
    height: 20px;
    background: #c8c8c8;
    content: '';
    transition: .5s;
    -webkit-transition: .5s;
}

.more:hover,.more:focus {
    animation: more .7s ease-in .3s alternate infinite;
    -webkit-animation: more .7s ease-in .3s alternate infinite;
}

.more:hover span {
    background: #2c67b4;
}

.more:hover span:before,.more:focus span:before {
    right: 5px;
    top: -2px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #2c67b4;
}

.more:hover span:after,.more:focus span:after {
    right: 5px;
    bottom: -2px;
    height: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #2c67b4;
}

/** 通知公告 */
.noticeWrap .web {
    display: flex;
    align-items: center;
}

.noticeWrap .web dt {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
    z-index:99;
}

.noticeWrap .web dt:before {
    content: '';
    display: inline-block;
    background: url(../img/img_11.png) no-repeat 0 0;
    width: 48px;
    height: 44px;
    transition: all 0.8s;
    vertical-align: middle;
    margin-right: 10px;
}

.noticeWrap .web dd.noticeBox {
    padding: 40px 120px 40px 170px;
    width: 100%;
    border-bottom: 1px solid #DDD;
}

.noticeWrap .web dd.noticeBox .item {
    /* margin: 0 5%; */
}

.noticeWrap .web dd.noticeBox .item a {
    display: block;
    line-height: 1;
    padding: 0 15px;
    font-size: 18px;
}

.noticeWrap .web dd.noticeBox .item a h5 {
    width: calc(100% - 84px);
    font-size: 18px;
    font-weight: unset;
    float: left;
}

.noticeWrap .web dd.noticeBox .item a span {
    display: inline-block;
    float: right;
    color: #999;
}

.noticeWrap .notice_control {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.noticeWrap .notice_control .notice_more {
}
.noticeWrap .notice_control .notice_more .tip{
    font-size: 16px;
    width: 40px;
    font-style: initial;
    position: absolute;
    top: 0px;
    left: -4px;
    font-family: inherit;
    text-align: center;opacity:0;transition:.2s
}
.noticeWrap .notice_control .notice_more:hover .tip{opacity:1}
.noticeWrap .notice_control .notice_more span {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.noticeWrap .notice_control .notice_more span:before,.noticeWrap .notice_control .notice_more span:after {
    display: inline-block;
    position: absolute;
    right: 45%;
    top: 5px;
    width: 2px;
    height: 16px;
    background: #3a3a3a;
    content: '';
    transition: .5s;
    -webkit-transition: .5s;
}

.noticeWrap .notice_control .notice_more:hover :before,.noticeWrap .notice_control .notice_more:hover :after {
    background: #2c67b4;opacity:0
}

.noticeWrap .notice_control .notice_more span:after {
    transform: rotate(-90deg);
}

.noticeWrap .notice_control button,.noticeWrap .notice_control a {
    display: block;
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    font-size: 0;
    /* overflow: hidden; */
    outline-offset: -3px;
}

.noticeWrap .notice_control button:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    transition: all .3s ease
}

.noticeWrap .notice_control .notice_prev:after,.noticeWrap .notice_control .notice_next:after {
    width: 11px;
    height: 11px;
    border-top: 2px solid #3a3a3a;
    border-right: 2px solid #3a3a3a;
}

.noticeWrap .notice_control .notice_prev:after {
    transform: rotate(-135deg)
}

.noticeWrap .notice_control .notice_next:after {
    transform: rotate(45deg);
}

.noticeWrap .notice_control .notice_prev:focus:after,.noticeWrap .notice_control .notice_prev:hover:after,.noticeWrap .notice_control .notice_next:focus:after,.noticeWrap .notice_control .notice_next:hover:after {
    border-color: #2c67b4
}

.noticeWrap .notice_control .slick-pause:after {
    width: 9px;
    height: 15px;
    border-left: 3px solid #3a3a3a;
    border-right: 3px solid #3a3a3a;
}

.noticeWrap .notice_control .slick-pause {
    display: block
}

.noticeWrap .notice_control .slick-pause:focus:after,.noticeWrap .notice_control .slick-pause:hover:after {
    border-color: #2c67b4
}

.noticeWrap .notice_control .slick-play:after {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 10px solid #939293;
    border-right: 0
}

.noticeWrap .notice_control .slick-play:hover:after {
    border-color: transparent transparent transparent #2c67b4
}

/* banner */
.tit {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    color: #FFF;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
}

.tit a {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 15px;
    color: #aaa;
    letter-spacing: -1px;
    width: auto;
    font-weight: normal;
}

.tit a:hover {
    color: #ffe216 !important;
}

.tit a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 20px;
    background-position: -95px 0;
    transition: all 0.8s;
    right: 35px;
}

.section1 {
    padding: 50px 0 65px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.section1::after {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -620px;
    width: 1920px;
    height: 1944px;
    content: '';
    transition: .5s;
    background: url("../img/img_14.png") no-repeat;
    z-index: -1;
}

.section1 .board_wrap {
    position: relative;
    box-sizing: border-box;
    width: 51%;
    overflow: hidden;
    margin-left: 49%;
}

.section1 .board_wrap .tabs21 {
}

.section1 .board_wrap .tabs21 &gt; ul {
}

.section1 .board_wrap .tabs21 &gt; ul:after {
    content: "";
    display: block;
    clear: both
}

.section1 .board_wrap .tabs21 &gt; ul &gt; li {
    float: left;
    padding: 0 .8rem;
    vertical-align: middle;
}

.section1 .board_wrap .tabs21 &gt; ul &gt; li:first-child {
    padding-left: 0;
}

.section1 .board_wrap .tabs21 &gt; ul &gt; li:last-child {
    padding-right: 0;
}

.section1 .board_wrap .tabs21 &gt; ul &gt; li &gt; a {
    display: block;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    transition: .5s;
    z-index: 0;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
}

.section1 .board_wrap .tabs21 &gt; ul &gt; li &gt; a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 15px;
    background: #dcebff;
    transform: scaleX(0);
    transition: all 0.5s;
    z-index: -5;
}

.section1 .board_wrap .tabs21 &gt; ul &gt; li.on&gt;a, .section1 .board_wrap .tabs21 &gt; ul &gt; li&gt;a:hover {
    color: #2c67b4;
}

.section1 .board_wrap .tabs21 &gt; ul &gt; li.on &gt; a:after, .section1 .board_wrap .tabs21 &gt; ul &gt; li &gt; a:hover:after {
    transform: scaleX(1);
}

.section1 .board_wrap .tabs21 &gt; ul &gt; li &gt; a span {
}

.section1 .board_wrap .tabs21 &gt; ul &gt; li:first-child .tab_con {
    display: block
}

.section1 .board_wrap .tabs21 .tab_con {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: .5s;
}

.section1 .board_wrap .tabs21 .tab_con.on {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.section1 .board_wrap .tabs21 .tab_con ul {
    margin-top: -6px;
    box-sizing: border-box;
}

.section1 .board_wrap .tabs21 .tab_con li {
    position: relative;
    padding: 11px 0 11px 17px;
    line-height: 1;
}

.section1 .board_wrap .tabs21 .tab_con li span {
    float: right;
    /* margin-top: 4px; */
    font-size: 15px;
}
.section1 .board_wrap .tabs21 .tab_con li span.tit1{max-width: calc(100% - 35px);float: none;vertical-align: middle;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 17px;}
.section1 .board_wrap .tabs21 .tab_con li span.new{display: inline-block;float: none;margin-left: 10px;position: relative;}
.section1 .board_wrap .tabs21 .tab_con li span.new img{
    width: 28px;
    position: absolute;
}
.section1 .board_wrap .tabs21 .tab_con li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #c0c0c0;
}

.section1 .board_wrap .tabs21 .tab_con li a {
    width: auto;
    display: flex;
    vertical-align: middle;
    overflow: hidden;
    max-width: calc(100% - 95px);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    justify-content: flex-start;
}

.section1 .board_wrap .tabs21 .tab_con &gt; .more {
}

.section1 .board_wrap .tabs21 .tab_con &gt; .more span:after {
}

.section1 .board_wrap .tabs21 .tab_con &gt; .more span:hover:after {
}

.section1 .board_wrap .tabs21 .tab_con .xi-new {
    color: #21a089;
    font-size: .9rem;
    display: inline-block;
    margin-left: .2rem;
    /* margin-top: .1rem; */
}

.section1 .board_wrap .tabs21 .tab_con .xi-new .sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.section1 .visual {
    width: 46%;
    float: left;
}

.section1 .visual .visual_list {
    position: relative;
}

.section1 .visual .visual_list .visual_item {
}

.section1 .visual .visual_list .visual_item a {
}

.section1 .visual .visual_list .visual_item a img {
    width: 100%;
    height: 370px;
}

.section1 .visual .visual_list .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 9;
}

.section1 .visual .visual_list .slick-dots li {
    display: inline-block;
}

.section1 .visual .visual_list .slick-dots li button {
    font-size: 0;
    background: #FFF;
    width: 10px;
    height: 10px;
    margin: 2px;
    border-radius: 50px;
    vertical-align: text-bottom;
    opacity: 0.8;
}

.section1 .visual .visual_list .slick-dots li.slick-active button {
    opacity: 1;
}

.section2 {
    /* background: #e3eefb; */
    /* padding: 80px 0; */
    overflow: hidden;
}

.section2 .web {
    padding: 70px 0;
}

.section2 .web h5 {
    margin-bottom: 20px;
}

.section2 .web h5 a {
    position: relative;
    font-size: inherit;
    color: #FFF;
    top: 0;
    font-weight: bold;
}
.section2 .web h5 a.ygszzy {
    margin-left: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #ffe216;
}
.section2 .web h5 a.ygszzy:hover {
    font-weight: bold;
}
.section2 .web::before {
    content: '';
    position: absolute;
    background: url("../img/bg1.png") no-repeat center;
    width: 2000px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: cover;
}

.section2 .box {
    width: 55%;
    position: relative;
}

.section2 .box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7%;
}

.section2 .box ul li {
    display: inline-block;
    /* margin-right: 13.5%; */
    margin-block: 10px; width: 25%;
}

.section2 .box ul li:nth-child(4n) {
    margin-right: 0
}

.section2 .box ul li a {
    display: block;
    text-align: center;
    color: #FFF;
}

.section2 .box ul li a .img {
    width: 60px;
    height: 55px;
    margin: auto;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 .box ul li a .img img {
    width: auto;
    vertical-align: middle;
    transition: a-bounce;
}

.section2 .box ul li a:hover .tit {
    color: #fbd30f;
}

.section2 .box ul li a:hover {
    animation-name: wobble-horizontalY;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    color: #d01515;
}

@keyframes wobble-horizontalY {
    16.65% {
        transform: translateY(-8px)
    }

    33.3% {
        transform: translateY(3px)
    }

    49.95% {
        transform: translateY(-4px)
    }

    66.6% {
        transform: translateY(2px)
    }

    83.25% {
        transform: translateY(-1px)
    }

    100% {
        transform: translateY(0)
    }
}

.section2 .box ul li a .tit {
    font-size: 17px;
    font-weight: normal;
    padding: 10px 0;
    display: block;
}

.section2 .board_wrap {
    position: relative;
    width: 40%;
    float: right;
}

.section2 .board_wrap .tabs2 {
}

.section2 .board_wrap .tabs2 .more {
    display: none
}

.section2 .board_wrap .tabs2 &gt; ul {
}

.section2 .board_wrap .tabs2 &gt; ul:after {
    content: "";
    display: block;
    clear: both
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li {
    float: left;
    padding: 0 .8rem;
    vertical-align: middle;
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li:first-child {
    padding-left: 0;
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li:last-child {
    padding-right: 0;
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li &gt; a {
    display: flex;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #FFF;
    transition: .5s;
    z-index: 0;
    opacity: 0.7;
    align-items: flex-end;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li &gt; a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 3px;
    background: #FFF;
    transform: scaleX(0);
    transition: all 0.5s;
    z-index: -5;
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li.on&gt;a, .section1 .board_wrap .tabs21 &gt; ul &gt; li&gt;a:hover {
    opacity: 1;
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li.on &gt; a:after, .section1 .board_wrap .tabs21 &gt; ul &gt; li &gt; a:hover:after {
    transform: scaleX(1);
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li &gt; a span {
    position: relative;
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li &gt; a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li &gt; a i img {
    /* width:auto; */
}

.section2 .board_wrap .tabs2 &gt; ul &gt; li:first-child .tab_con {
    display: block
}

.section2 .board_wrap .tabs2 .tab_con {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 40px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: .5s;
}

.section2 .board_wrap .tabs2 .tab_con.on {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.section2 .board_wrap .tabs2 .tab_con ul {
    margin-top: -6px;
    box-sizing: border-box;
}

.section2 .board_wrap .tabs2 .tab_con li {
    position: relative;
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
}

.section2 .board_wrap .tabs2 .tab_con li span {
    float: right;
    margin-top: 4px;
    font-size: 15px;
}

.section2 .board_wrap .tabs2 .tab_con li a {
    display: block;
    padding: 13px;
    margin: 5px;
    font-size: 15px;
    color: #FFF;
    border: 1px solid #FFF;
}

.section2 .board_wrap .tabs2 .tab_con li a:hover {
    background: #FFF;
    color: #333
}

.section2 .board_wrap .tabs2 .tab_con li a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
}

.section2 .board_wrap .tabs2 .tab_con li a:hover:after {
    border-color: #333
}

#footer {
    border-top: 1px solid #DDD;
    padding: 50px 0;
}

#footer .fl {
    width: 87%;
}

#footer .aboutsus {
    float: left;
    line-height: 1.6;
}

#footer .aboutsus &gt; h5 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
}

#footer .aboutsus &gt; p {
    text-indent: 0;
}
#footer .aboutsus &gt; p a {
    margin-left: 10px;
    text-decoration: underline;
}
#footer .board_wrap {
    float: right;
    width: 60%;
}

#footer .board_wrap .tabs2 {
    position: relative;
}

#footer .board_wrap .tabs2 &gt; ul {
}

#footer .board_wrap .tabs2 &gt; ul:after {
    content: "";
    display: block;
    clear: both
}

#footer .board_wrap .tabs2 &gt; ul &gt; li {
    float: left;
    padding: 0 .8rem;
    vertical-align: middle;
}

#footer .board_wrap .tabs2 &gt; ul &gt; li:first-child {
    padding-left: 0;
}

#footer .board_wrap .tabs2 &gt; ul &gt; li:last-child {
    padding-right: 0;
}

#footer .board_wrap .tabs2 &gt; ul &gt; li &gt; a {
    display: block;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    transition: .5s;
    z-index: 0;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
}

#footer .board_wrap .tabs2 &gt; ul &gt; li &gt; a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    /* background: #dcebff; */
    transform: scaleX(0);
    transition: all 0.5s;
    z-index: -5;
}

#footer .board_wrap .tabs2 &gt; ul &gt; li.on&gt;a,#footer .board_wrap .tabs2 &gt; ul &gt; li&gt;a:hover {
    /* color: #2c67b4; */
}

#footer .board_wrap .tabs2 &gt; ul &gt; li.on &gt; a:after,#footer .board_wrap .tabs2 &gt; ul &gt; li &gt; a:hover:after {
    transform: scaleX(1);
}

#footer .board_wrap .tabs2 &gt; ul &gt; li &gt; a span {
}

#footer .board_wrap .tabs2 &gt; ul &gt; li:first-child .tab_con {
    display: block
}

#footer .board_wrap .tabs2 .tab_con {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: .5s;
}

#footer .board_wrap .tabs2 .tab_con.on {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

#footer .board_wrap .tabs2 .tab_con ul {
    margin-top: -6px;
    box-sizing: border-box;
}

#footer .board_wrap .tabs2 .tab_con li {
    display: inline-block;
    width: 30%;
    position: relative;
    padding: 5px 0 5px 15px;
}

#footer .board_wrap .tabs2 .tab_con li span {
    float: right;
    margin-top: 4px;
    font-size: 15px;
}

#footer .board_wrap .tabs2 .tab_con li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #c0c0c0;
}

#footer .board_wrap .tabs2 .tab_con li a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#footer .fr {
    margin-top: 15px;
}

#footer .fr span {
    display: inline-block;
    font-size: 0;
    float: left
}

#footer .fr span+span {
    margin-left: 30px;
}

#footer .fr span em {
    display: block;
    background: #FFF;
    box-sizing: border-box;
    min-width: 120px;
}

#footer .fr span em img {
    display: block;
    margin: auto;
}

#footer .fr span i {
    display: block;
    font-style: normal;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}

#footer .topBt {
    position: fixed;
    bottom: -80px;
    right: 35px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: rgb(208 208 208);
    z-index: 999;
    box-shadow: 0 20px 20px rgba(0,0,0,0.2);
    transition: all .3s ease;
    text-indent: -9999px;
}

#footer .topBt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #FFF;
    border-left: none;
    border-bottom: 0;
    transform: rotate(-45deg);
}

#footer .topBt span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    position: relative
}

#footer .topBt.over {
    bottom: 60px;
}

#footer .topBt:hover {
    background: #0066c1;
}

/*-------------------------subpags.css------------------------------------*/
#side-wrap {
    position: relative;
    top: 0;
    z-index: 10;
    float: left;
    width: 210px;
    margin-bottom: 40px;
}

#side-wrap .submenu {
}

#side-wrap .submenu .sub_title {
    position: relative;
    padding: 30px 0;
    z-index: 1;
    color: #fff;
    /* font-size: 26px; */
    font-weight: bold;
    text-align: center;
    background: #2e9398;
    margin-top: 42px;
}

#side-wrap .submenu .sub_title:before {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
    height: 100%;
    /* background: #b1911f; */
    content: '';
    z-index: -1;
}

#side-wrap .submenu .sub_title:after {
    display: none;
    position: absolute;
    left: -40px;
    top: -30px;
    width: 500%;
    height: 100%;
    background: #fff;
    content: '';
    z-index: -2;
}

/* side-wrap */
#side-wrap .submenu .lm-tit {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: .5s;
}

#side-wrap .submenu .lm-tit h1 {
    display: block;
    font-size: 36px;
    letter-spacing: -.04em;
    line-height: 42px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .7);
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease .6s;
}

#side-wrap .submenu .lm-tit p {
    display: block;
    font-size: 17px;
    text-shadow: 0 0 5px rgb(0 0 0 / 70%);
    opacity: 0;
    transform: translateY(40px);
    transition: all .6s ease 1s;
}

#side-wrap .submenu .submenu-wr {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#side-wrap .submenu .submenu-wr .home {
    display: block;
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    background-color: #000000;
}

#side-wrap .submenu .submenu-wr .home i {
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -6px;
    color: #FFF;
    font-size: 17px;
}

#side-wrap .submenu .submenu-wr #cont-navi-wrap {
    display: block;
    width: 100%;
}

#side-wrap .submenu .submenu-wr .cnavi-fix {
    display: block;
    position: fixed;
    width: 100%;
    height: 52px;
    left: 0;
    top: 0;
    background: rgba(181, 138, 96, .7)
}

.loaded #side-wrap .submenu .lm-tit h1 {
    opacity: 1;
    transform: translateY(0);
}

.loaded #side-wrap .submenu .lm-tit p {
    opacity: 1;
    transform: translateY(20px);
}

/*---------------------------------------------------*/
#side-wrap .submenu .depth1 {
}

#side-wrap .submenu .depth1 .lm_a1 {
    display: none;
}

#side-wrap .submenu .depth2 {
    display: block;
    font-size: 0;
    margin-top: 10px;
}

#side-wrap .submenu .depth2 .lm_l2 {
    position: relative;
    display: block;
    border-bottom: 1px solid #cacaca;
    /* height: 50px; */
}

#side-wrap .submenu .depth2 .lm_a2 {
    padding: 20px 15px 20px 0;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    color: #000;
    line-height: 1.2;
    font-size: 18px;
    word-wrap: break-word;
    word-break: keep-all;
}

#side-wrap .submenu .depth2 .lm_a2 span {
    display: block;
}

#side-wrap .submenu .depth2 .lm_a2 span i {
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
}

#side-wrap .submenu .depth2 .lm_a2 span i:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: 2px;
    background: #b3b3b9;
    content: '';
}

#side-wrap .submenu .depth2 .lm_a2 span i:after {
    display: inline-block;
    position: absolute;
    left: 4px;
    top: -1px;
    width: 2px;
    height: 100%;
    background: #b3b3b9;
    content: '';
}

#side-wrap .submenu .depth2 .over .lm_a2 span i, #side-wrap .submenu .depth2 .is-open .lm_a2 span i {
    color: #FFF
}

#side-wrap .submenu .depth2 .lm_a2[target=_blank]:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 19px;
    width: 15px;
    height: 15px;
    z-index: 100
}

#side-wrap .submenu .depth2 .lm_a2:hover,#side-wrap .submenu .depth2 .lm_a2:focus {
    /* font-weight: 500; */
}

#side-wrap .submenu .depth2 .over .lm_a2,#side-wrap .submenu .depth2 .is-open .lm_a2 {
    font-weight: bold;
    color: #005eb8;
    font-weight: bold;
}

#side-wrap .submenu .depth2 .over .tgl-btn:before,#side-wrap .submenu .depth2 .is-open .tgl-btn:after {
    background: #005eb8;
}

#side-wrap .submenu .depth2 .over .tgl-btn,#side-wrap .submenu .depth2 .is-open &gt; .tgl-btn {
    color: #FFF
}

#side-wrap .submenu .depth2 .over .lm_a2:before,#side-wrap .submenu .depth2 .is-open .lm_a2:before {
    left: 15px;
}

#side-wrap .submenu .depth2 .has-sub .lm_a2 {
}

#side-wrap .submenu .depth3 {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    border-top: 2px solid #005eb8;
    border-bottom: 2px solid #005eb8;
    background: #f9f9f9;
}

#side-wrap .submenu .lm_l2.over .depth3, .submenu .lm_l2.is-open .depth3 {
    background: #f7fbff;
}

#side-wrap .submenu .depth3 .lm_l3 {
    margin: 5px 0;
    position: relative;
}

#side-wrap .submenu .depth3 .lm_a3:before,#side-wrap .submenu .depth3 .lm_a3:after {
    content: '';
    background-color: #aebbc6;
    position: absolute;
    left: 0.6rem;
}

#side-wrap .submenu .depth3 .lm_a3:after {
    width: 7px;
    height: 2px;
    top: calc(.75rem + 5px);
}

#side-wrap .submenu .depth3 .lm_a3 {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 5px 0 5px 25px;
}

#side-wrap .submenu .depth3 .lm_a3[target=_blank]:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border-bottom: 1px solid #d9e0e7;
    z-index: 100
}

#side-wrap .submenu .depth3 .has-sub .lm_a3 {
    padding-right: 31px;
}

#side-wrap .submenu .depth3 .over .lm_a3,#side-wrap .submenu .depth3 .lm_a3:hover,#side-wrap .submenu .depth3 .lm_a3:focus {
    color: #0a56ae;
}

#side-wrap .submenu .depth3 .over .lm_a3:before,#side-wrap .submenu .depth3 .lm_a3:hover:before,#side-wrap .submenu .depth3 .lm_a3:focus:before,#side-wrap .submenu .depth3 .over .lm_a3:after,#side-wrap .submenu .depth3 .lm_a3:hover:after,#side-wrap .submenu .depth3 .lm_a3:focus:after {
    background: #0a56ae;
}

#side-wrap .submenu .depth3 .over .lm_a3,#side-wrap .submenu .depth3 .is-open .lm_a3 {
    font-weight: bold;
    color: #FFF;
    background: #72a3dc;
    padding-left: 30px;
}

#side-wrap .submenu .depth3 .is-open .lm_a3:before,#side-wrap .submenu .depth3 .is-open .lm_a3:after {
    background: #FFF
}

#side-wrap .submenu .depth3 .over .tgl-btn,#side-wrap .submenu .depth3 .is-open &gt; .tgl-btn {
    color: #FFF
}

#side-wrap .submenu .depth4 {
    background: rgb(231 238 245);
    padding: 5px 10px;
    display: none;
}

#side-wrap .submenu .depth4 .lm_l4 {
    position: relative;
    margin: 2px 0;
}

#side-wrap .submenu .depth4 .lm_a4 {
    position: relative;
    font-size: 14px;
    display: block;
    padding: 3px 0 3px 10px;
}

#side-wrap .submenu .depth4 .lm_l4.is-open .lm_a4 {
    background: #fff;
    padding: 3px 0 3px 20px;
}

#side-wrap .submenu .depth4 .lm_l4.is-open .lm_a4:before {
    left: 10px;
}

#side-wrap .submenu .depth4 .lm_a4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #0a56ae;
}

#side-wrap .submenu .depth4 .over .lm_a4,#side-wrap .submenu .depth4 .lm_a4:hover,#side-wrap .submenu .depth4 .lm_a4:focus {
    color: #0a56ae;
}

#side-wrap .submenu .depth4 .over .lm_a4:before,#side-wrap .submenu .depth4 .lm_a4:hover:before,#side-wrap .submenu .depth4 .lm_a4:focus:before {
    background: #0a56ae;
}

#side-wrap .submenu .depth5 {
    background: rgb(255,255,255);
    margin-top: 10px;
    padding: 5px 10px;
    display: none;
}

#side-wrap .submenu .depth5 .lm_l5 {
    position: relative;
    margin: 5px 0;
}

#side-wrap .submenu .depth5 .lm_a5 {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 3px 0 3px 10px;
}

#side-wrap .submenu .depth5 .lm_a5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #0a56ae;
}

#side-wrap .submenu .depth5 .over .lm_a5,#side-wrap .submenu .depth5 .lm_a5:hover,#side-wrap .submenu .depth5 .lm_a5:focus {
    color: #0a56ae;
}

#side-wrap .submenu .depth5 .over .lm_a5:before,#side-wrap .submenu .depth5 .lm_a5:hover:before,#side-wrap .submenu .depth5 .lm_a5:focus:before {
    background: #0a56ae;
}

#side-wrap .lm_a1, #side-wrap .lm_l1 &gt; button {
    display: none;
}

#side-wrap .depth2 .has-sub .tgl-btn {
    position: absolute;
    right: 0;
    top: 18px;
    width: 16px;
    height: 16px;
    background: none;
}

#side-wrap .depth2 .has-sub .tgl-btn:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #b3b3b9;
    content: '';
}

#side-wrap .depth2 .has-sub .tgl-btn:after {
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #b3b3b9;
    content: '';
}

#side-wrap .submenu .depth2 .lm_l2:hover &gt; a {
    color: #005eb8;
}

#side-wrap .depth2 .has-sub:focus .tgl-btn:before, #side-wrap .depth2 .has-sub:focus .tgl-btn:after, #side-wrap .depth2 .has-sub:hover .tgl-btn:before, #side-wrap .depth2 .has-sub:hover .tgl-btn:after {
    background: #005eb8;
}

#side-wrap .depth2 .depth3 .has-sub .tgl-btn {
    top: 7px;
    right: 10px;
    border: none;
}

#side-wrap .depth2 .depth4 .has-sub .tgl-btn {
    top: 1px;
}

#subNav {
    position: relative;
    top: -80px;
    z-index: 10;
    float: right;
    width: 230px;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
}

#subNav h1 {
    position: relative;
    height: 180px;
}

#subNav h1:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 500%;
    height: 180px;
    background: #005eb8;
    content: '';
}

#subNav h1:after {
    display: inline-block;
    position: absolute;
    left: -40px;
    top: -30px;
    width: 500%;
    height: 180px;
    background: #fff;
    content: '';
    z-index: -1
}

#subNav h1 span {
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

#subNav #lnb {
}

#subNav #lnb li {
    border-top: 1px solid #cacaca;
}

#subNav #lnb li:first-child {
    border-top: none;
}

#subNav #lnb li a {
    position: relative;
    display: block;
    color: #000;
    line-height: 1.2;
    font-size: 16px;
    word-wrap: break-word;
    word-break: keep-all;
}

#subNav #lnb li a span {
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
}

#subNav #lnb li a span:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: 2px;
    background: #b3b3b9;
    content: '';
}

#subNav #lnb li a span:after {
    display: inline-block;
    position: absolute;
    left: 4px;
    top: -1px;
    width: 2px;
    height: 100%;
    background: #b3b3b9;
    content: '';
}

#subNav #lnb li a.link_2th_ov span:after {
    display: none;
}

#subNav #lnb li a.link_2th_ov span:before {
    background: #005eb8;
}

#subNav #lnb .th2&gt;a {
    padding: 15px;
}

#subNav #lnb .th2 .link_2th {
}

#subNav #lnb .th2 .link_2th_ov {
    color: #005eb8;
    font-weight: bold;
}

#subNav #lnb .th3 {
    /* display:none; */
    padding: 15px 20px;
    border-top: 2px solid #005eb8;
    border-bottom: 2px solid #005eb8;
    background: #f9f9f9;
}

#subNav #lnb .th3 li {
    border-top: none;
}

#subNav #lnb .th3 li a {
    padding: 7px 30px 7px 0;
    font-size: 15px;
    word-wrap: break-word;
    word-break: keep-all;
}

#subNav #lnb .th3 li a span {
    right: 5px;
}

#subNav #lnb .th3 li a span:after {
    display: none;
}

#subNav #lnb .th3 li a span:before {
    top: 3px;
}

#subNav #lnb .th3 li a.link_3th_ov {
    color: #701e20;
}

#subNav #lnb .th3 li a.link_3th_ov span:before {
    top: -3px;
    width: 8px;
    height: 4px;
    background: transparent;
    border: solid #701e20;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#svisual-wrap {
    position: relative;
    height: 355px;
    margin: 0 3%;
}

#svisual-wrap #visImgWrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#svisual-wrap #visImgWrap #visImg {
    height: 355px;
}

#svisual-wrap #visImgWrap #visImg::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /* background: #00000042; */
    z-index: 9;
}

#svisual-wrap #visImgWrap #visImg .txtBox {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 10;
}

#svisual-wrap #visImgWrap #visImg .txtBox .txt1 {
    display: block;
    color: #fff;
    font-size: 42px;
    opacity: 0;
    transform: translateY(30px);
    transition: all .4s ease .2s;
    display: none;
}

.loaded #svisual-wrap #visImgWrap #visImg .txt1 {
    opacity: 1;
    transform: translateY(0)
}

#svisual-wrap #visImgWrap #visImg .vis-img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translate(-50%);
    transition: transform 3s ease;
}

#container {
    margin: 0 3%;
    overflow: hidden;
}

#container #cont-navi {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 70px;
    margin-top: -90px;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    z-index: 2;
    display: none;
}

#container #cont-navi ul {
    display: flex;
    flex-wrap: wrap;
}

#container #cont-navi ul li {
    float: left;
    position: relative;
    z-index: 5;
    /* width: 11%; */
    height: 100%;
}

#container #cont-navi ul li a {
    display: block;
    position: relative;
    height: 100%;
    padding: 22px 33px;
}

#container #contents {
    float: right;
    width: calc(100% - 255px);
}

#contents .cont-top {
    position: relative;
    margin: 40px 0 10px;
    font-family: 'PingFang SC',Arial,sans-serif,'Microsoft Yahei';
    border-bottom: 1px solid #dedede;
}

#contents .pageTitle {
    line-height: 35px;
    font-size: 26px;
    color: #000;
    float: left;
}

#contents .viewTitWinfo {
    color: #414c51;
    font-size: 13px;
    margin-top: 25px;
    padding: 10px 0;
    background: #f4f7fa;
    text-align: center;
    position: relative;
}

#contents .cont-box {
    font-size: 20px;
    line-height: 2;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    margin-top: 20px;
}
#contents .cont-box .title{
    text-align: center;
    font-size: 32px;
}
#contents .cont-box .infoBar{
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 15px;
}
#contents .cont-box .infoBar span{font-size: 15px;}
#contents .cont-box p {
    text-indent: 2em;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 2;
}

.vsbcontent_img img {
    display: block;
    max-width: 100%
}

#contents .ViewPagination {
    display: block;
    position: relative;
    width: 100%;
    border-top: 1px solid #EEE;
    margin-bottom: 20px;
}

#contents .ViewPagination ul {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    display: block;
}

#contents .ViewPagination li {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#contents .ViewPagination li a {
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 10px;
    display: flex;
    align-items: center;
}

#contents .ViewPagination li .ico {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#contents .ViewPagination li .ico i {
    font-size: 28px;
}

#contents .ViewPagination li .lbl {
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    background: #f8f8f8;
    padding: 5px 15px;
    margin-right: 15px;
    text-indent: 0;
}

#contents .ViewPagination li .subject {
    font-size: 15px;
    display: inline-block;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0;
}

#contents .ViewPagination li .date {
    display: none
}

#contents .ViewPagination li:first-child {
    border-bottom: 1px solid #EEE;
}

#contents .ViewPagination li:first-child a {
}

#contents .ViewPagination li:first-child .ico {
    left: 0;
    right: auto;
}

#contents .location {
    text-align: center;
    padding: 5px 0;
    float: right;
}

#contents .location a {
    display: inline-block;
    color: #444;
    line-height: 1;
}

#contents .location a .home {
    /* content: ''; */
    /* font-size: 0; */
    /* position: relative; */
    /* width: 12px; */
    /* height: 12px; */
    /* display: inline-block; */
    margin-right: 5px;
    /* vertical-align: 12px; */
    background: url(../img/navi_home.png) no-repeat 0 3px;
    padding-left: 26px;
}

#contents .location a span, #contents .location strong {
}

#contents .location a .navi, #contents .location strong {
    content: '';
    display: inline-block;
    margin-right: 5px;
    padding: 5px 5px 5px 15px;
    line-height: 1;
    text-indent: 0;
    /* font-size: 16px; */
    background: url(../img/location_arr.png) no-repeat left center;
}

#contents .location strong {
    font-weight: normal;
    color: #005eb8;
}

#contents .list {
}

#contents .list li {
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
    /* line-height: 1.5; */
}

#contents .list li a {
    display: block;
    padding-right: 110px;
}

#contents .list li a .txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
}

#contents .list li a .txt .tip {
    color: #FFF;
    padding: 2px 6px;
    font-style: normal;
    font-size: 12px;
    border-radius: 5px;
    margin: 0 10px;
    vertical-align: 3px;
}

#contents .list li a .txt .tip.bule {
    background: #2c7fcc;
}

#contents .list li a .txt .tip.red {
    background: #e52d15;
}

#contents .list li a .date {
    position: absolute;
    color: #888;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 15px;
}

#contents .board_view {
    line-height: 2em;
    font-size: 17px;
    margin-top: 30px;
}

#contents .board_view .fjbox {
    color: #f70000;
}

#contents .board_view .fjbox a {
    color: #f70000;
}

#contents .board_view .title {
    font-size: 32px;
    /* padding-left: 20px; */
    line-height: 1.4;
    text-align: center;
    /* border-left: 4px solid #1279db; */
}

#contents .board_view .infoBar {
    display: block;
    margin-left: 25px;
    font-size: 16px;
    padding: 15px 0;
    color: #666;
    text-align: center;
}

#contents .board_view .infoBar .fontsbtn {
    display: inline-block;
    font-size: 0;
}

#contents .board_view .infoBar .fontsbtn span {
    font-size: 12px;
    margin-left: 4px;
    background: #f1f1f1;
    padding: 2px 4px;
    display: inline-block;
    width: 18px;
    text-indent: 0;
    cursor: pointer;
}

#contents .board_view .date_bar {
    margin: 10px 0;
    line-height: 35px;
    font-size: 14px;
    color: #555;
}

#contents .board_view .cont_info p {
    text-indent: 2em;
    margin-bottom: 15px;
}

#contents .board_view .cont_info p * {
    text-indent: 0;
    line-height: inherit;
    font-size: inherit !important;
    width: auto;
}

#contents .board_view .cont_info {
    margin-top: 15px;
    margin-bottom: 20px;
}

#contents .board_view .cont_info table td, #contents .board_view .cont_info table th {
    padding: 15px 0;
    border: 1px solid #999;
    line-height: 22px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 15px;
    word-break: break-all;
}

#contents .board_view .cont_info table tr:first-child th {
    border-top: 3px solid #006ab7;
    background: #f2f4f6;
    padding: 10px 0;
}

#contents .board_view .cont_info table th {
    background: #fafafa;
    font-weight: normal;
}

#contents .board_view .cont_info table td {
    background: #fff;
}

#contents .board_view .cont_info p img {
    display: block;
    /* height: 280px; */
    object-fit: cover;
    margin: auto;
}

#contents .board_list {
    overflow: hidden;
    /* border-top: 2px solid #555; */
}

#contents .board_list ul {
    overflow: hidden;
    width: calc(100% + 5rem);
    margin-bottom: -1px;
}

#contents .board_list ul li {
    float: left;
    width: 28.333%;
    padding: 30px 3% 30px 0;
    border-bottom: 1px solid #ddd;
}

#contents .board_list ul li a {
    position: relative;
    display: block;
    top: 0;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}

#contents .board_list ul li a:hover {
    top: -6px;
    /* box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1); */
}

#contents .board_list ul li a .thumb {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 0;
    margin-bottom: 1rem;
    padding-top: 60%;
    background-color: #000;
    color: #fff;
}

#contents .board_list ul li a .thumb img {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
    min-height: 100%;
    transform: translateY(-50%);
    transition: all 0.2s;
}

#contents .board_list ul li a .thumb {
}

#contents .board_list ul li a .desc {
}

#contents .board_list ul li a .desc .title {
    margin: 20px 0 10px;
    word-break: break-word;
    font-size: 18px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#contents .board_list ul li a .desc .date {
    color: #555;
    font-weight: 500;
    font-size: 15px;
}

#contents .search-list .list_cn, #contents .search-list .list_en {
    width: 49%
}

/*-------------------------reactive.css------------------------------------*/
@media all and (min-width: 999px) {
    #header .logo {
    }

    #menu-wrap .mn-top, #menu-wrap .member-lnk, #menu-wrap .mn-user {
        display: none
    }

    #mainNavi-wrap {
        position: absolute;
        width: 100%;
        height: 120px;
        /* background: #fff; */
        z-index: 500;
        overflow: hidden;
    }

    #mainNavi-wrap.over {
    }

    #mainNavi-wrap .depth1-wrap {
        position: relative;
        padding: 0;
        width: 100%;
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox {
        display: none;
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        min-height: 315px;
        line-height: 1.2;
        margin: 0
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .inwr {
        display: block;
        position: absolute;
        width: 34.85%;
        height: 100%;
        top: 0;
        right: 0
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .inwr strong .f1 {
        display: block;
        position: relative;
        font-size: 35px;
        margin-top: 64px;
        color: #fff
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .inwr strong .f1:before {
        content: "";
        display: block;
        position: absolute;
        width: 26px;
        height: 3px;
        top: -21px;
        left: 1px;
        background-color: #ef4030
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .inwr strong .f2 {
        display: block;
        color: #fff;
        opacity: .4;
        font-size: 17px;
        font-weight: 300;
        margin: 7px 0 0 0
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .btn-wr {
        display: block;
        position: absolute;
        width: 93.94%;
        height: 85px;
        left: 0;
        bottom: 35px
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox button {
        display: block;
        position: absolute;
        width: 48.12%;
        height: 37px;
        line-height: 37px;
        background-color: #00203c;
        color: #fff;
        border-radius: 5px;
        text-indent: 15px;
        font-size: 14px;
        border: 0;
        text-align: left;
        transition: all .3s ease
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox button:after {
        content: "";
        display: block;
        position: absolute;
        width: 3px;
        height: 6px;
        top: 50%;
        right: 16px;
        margin: -3px 0 0 0;
        transition: all .3s ease
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox button:hover {
        background-color: #fff;
        color: #00203c
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox button:hover:after {
        background-position: -3px 0;
        right: 20px
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .btn1 {
        left: 0;
        top: 0
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .btn2 {
        right: 0;
        top: 0
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .btn3 {
        left: 0;
        bottom: 0
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .btn4 {
        right: 0;
        bottom: 0
    }

    #mainNavi-wrap #mainNavi .whypnu-wr {
        display: block;
        position: absolute;
        right: 100%;
        top: 50%;
        margin: -13px -105px 0 0
    }

    #mainNavi-wrap #mainNavi .whypnu-wr img {
        display: block
    }

    #mainNavi-wrap #mainNavi {
        position: relative;
        width: 100%;
        text-align: center;
    }

    #mainNavi-wrap #mainNavi .depth1-ul {
        padding: 0 0 0 10%;
        margin: 0;
    }

    #mainNavi-wrap #mainNavi .depth1-ul:after {
        content: "";
        display: block;
        clear: both
    }

    #mainNavi-wrap #mainNavi &gt; ul &gt; li:first-child {
        padding-left: 8px
    }

    #mainNavi-wrap #mainNavi .mn_li1 {
        display: inline-block;
        text-align: center;
        margin: 0 0;
        position: relative;
    }

    #mainNavi-wrap #mainNavi .mn_li1 .mn_a1 {
        display: block;
        position: relative;
        font-size: 22px;
        font-weight: bold;
        color: #111;
        padding: 42px 20px;
    }

    #mainNavi-wrap #mainNavi .mn_li1 .mn_a1 span {
        display: block;
        font-size: inherit;
        line-height: inherit;
        text-indent: inherit;
        position: relative
    }

    #mainNavi-wrap #mainNavi .mn_li1 .mn_a1 .ico {
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 21px;
        right: 0;
    }

    #mainNavi-wrap #mainNavi .mn_li1 .mn_a1 span:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 3px;
        background: #0067d4;
        transition: all .2s ease
    }

    #mainNavi-wrap #mainNavi .mn_li1.over .mn_a1 span {
        color: #0067d4;
    }

    #mainNavi-wrap #mainNavi .mn_li1.over .mn_a1 span:after, #mainNavi-wrap #mainNavi .mn_li1:hover .mn_a1 span:after {
        width: 100%
    }

    #mainNavi-wrap #mainNavi .mn_li1.nw .mn_a1:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        right: 0;
        top: 21px
    }

    #mainNavi-wrap #mainNavi .depth2-wrap {
        display: none;
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        min-height: 30px;
        z-index: 1000;
        text-align: left;
        font-size: 13px;
        border-left: 0;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #FFF;
    }

    #mainNavi-wrap #mainNavi .n2 .depth2-wrap {
        width: 230px;
    }

    #mainNavi-wrap #mainNavi .n2 .depth2-wrap .depth2-ul {
        text-align: left;
    }

    #mainNavi-wrap #mainNavi .n2 .depth2-wrap .depth2-ul .mn_li2 {
        display: inline-block;
        width: 50%;
        text-align: center;
    }

    #mainNavi-wrap #mainNavi .n3 .depth2-wrap {
        width: 250px;
    }

    #mainNavi-wrap #mainNavi .n3 .depth2-wrap .depth2-ul {
    }

    #mainNavi-wrap #mainNavi .n3 .depth2-wrap .depth2-ul .mn_li2 {
        display: inline-block;
        min-width: 50%;
    }

    #mainNavi-wrap #mainNavi .n4 .depth2-wrap {
        width: 210px;
    }

    #mainNavi-wrap #mainNavi .n4 .depth2-wrap .depth2-ul {
        text-align: left;
    }

    #mainNavi-wrap #mainNavi .n4 .depth2-wrap .depth2-ul .mn_li2 {
        display: inline-block;
        width: 50%;
        text-align: center;
    }

    #mainNavi-wrap #mainNavi .n5 .depth2-wrap .depth2-ul {
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul {
        overflow: hidden;
        width: 100%;
        font-size: 0;
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_li2 {
        display: block;
        vertical-align: top;
        text-align: center;
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2 {
        display: block;
        position: relative;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 0;
        transition: all .5s ease;
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 3px;
        left: 50%;
        bottom: 0;
        background-color: #0067d4;
        z-index: 2;
        transition: all .5s ease;
        display: none;
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2 span {
        position: relative;
        word-wrap: break-word;
        word-break: keep-all
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .nw .mn_a2:hover span:after {
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2 span {
        display: inline;
        vertical-align: top;
        color: #333;
        transition: all .25s ease
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2.over, #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2:hover {
        background: #005eb8;
        color: #FFF;
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2.over:after, #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2:hover:after {
        left: 0;
        width: 100%
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2.over span, #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2:hover span {
        color: #0067d4;
        color: #FFF;
    }

    /* depth2-wrap */
    #mainNavi-wrap #menu-wrap .ovbar {
        display: none
    }

    #mainNavi-wrap #mainNavi .tgl-btn {
        display: none
    }

    /* depth3-wrap */
    #mainNavi-wrap #menu-wrap .depth3-wrap {
        display: block;
        margin: 0 19px
    }

    #mainNavi-wrap #menu-wrap .depth3-ul {
        display: block
    }

    #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 {
        display: block;
        margin: 0 0 11px 0
    }

    #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3 {
        display: block;
        position: relative;
        font-size: 14px;
        color: #555;
        margin: 0;
        letter-spacing: -.05em;
        text-align: left
    }

    #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3 span {
        display: block;
        margin: 0 0 0 8px
    }

    #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3:before {
        content: "";
        display: block;
        position: absolute;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #bdbec0;
        left: 0;
        top: 8px
    }

    #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3:hover, #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3.over {
        color: #0067d4
    }

    #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3:hover:before, #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3.over:before {
        background: #0067d4
    }

    #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3 span {
        display: inline-block;
        padding: 2px 0
    }

    #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3.nw .mn_a3:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: 3px;
        opacity: .5
    }

    .pc-topMenu-open #mainNavi-wrap {
        /* background: #fff; */
        /* box-shadow: 0 40px 30px 0 rgba(0, 0, 0, 0.2); */
    }

    .pc-topMenu-open #menu-wrap {
        border-bottom: 1px solid #ddd;
    }
}

@media only screen and (min-width: 1299px) and (max-width:1499px) {
    #mainNavi-wrap #mainNavi .depth1-ul {
        padding: 0 0 0 8%;
    }

    #mainNavi-wrap #mainNavi .mn_li1 .mn_a1 {
        font-size: 18px;
        padding: 46px 15px;
    }
}

@media only screen and (min-width: 1199px) and (max-width:1299px) {
    #mainNavi-wrap #mainNavi .depth1-ul {
        padding: 0 0 0 8%;
    }

    #mainNavi-wrap #mainNavi .mn_li1 .mn_a1 {
        font-size: 16px;
        padding: 47px 12px;
    }
}

@media only screen and (min-width: 999px) and (max-width: 1199px) {
    #global .global-wrap {
        width: auto;
        margin: 0 10px
    }

    #header,#mainNavi-wrap {
        height: 100px
    }

    #header .logo {
        left: 10px
    }

    #mainNavi-wrap #mainNavi .depth1-ul {
        margin: 0 0 0 13%;
    }

    #mainNavi-wrap #mainNavi .mn_li1 .mn_a1 {
        font-size: 17px;
        padding: 37px 17px;
    }

    #mainNavi-wrap .depth1-wrap .mn-tbox .inwr {
        width: 31%
    }

    #mainNavi-wrap #mainNavi .mn_li1.nw .mn_a1 {
        padding-left: 6px;
        padding-right: 20px
    }

    #mainNavi-wrap #mainNavi .mn_li1.nw .mn_a1:before {
        right: 0
    }

    #seaTopBox {
        top: 100px;
    }
}

@media only screen and (min-width: 1000px) and (max-width:1099px) {
    #global .global-wrap {
        width: auto;
        margin: 0 10px
    }

    #header .logo {
        left: 10px
    }

    #mainNavi-wrap #mainNavi .mn_li1.nw .mn_a1 {
        padding-left: 4px;
        padding-right: 22px
    }

    #mainNavi-wrap #mainNavi .mn_li1.nw .mn_a1:before {
        right: 4px
    }
}

@media only screen and (max-width: 1240px) {
    .web {
    }

    #nav #time_box {
        display: none
    }

    .noticeWrap .web dd.noticeBox .item a h5 {
        font-size: 16px;
    }

    .noticeWrap .web dd.noticeBox .item a span {
        font-size: 13px;
    }

    .section1 .board_wrap {
        width: 50%;
    }

    .section1 .visual {
        width: 45%;
    }

    .section2 .box ul {
        margin: 0 -4%;
    }

    .section3 .board_wrap .tabs2 .tab_con .date_box {
        width: 35%;
    }

    .section3 .board_wrap .tabs2 .tab_con ul {
        width: 55%;
    }

    .noticeWrap .fl, .noticeWrap .fr {
        float: none;
        text-align: center;
        margin: 20px 0;
    }

    .noticeWrap .fr {
        margin: 35px 0 0;
    }

    .noticeWrap .fr span {
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width: 1360px) {
    .web {
        width: 94%;
    }

    .section2 .box {
        width: calc(100% - 510px);
    }

    .section2 .board_wrap {
        width: 490px;
    }
}

@media only screen and (max-width: 1199px) {
    #header #topBox_r #time_box {
        display:none
    }
}

@media only screen and (max-width: 999px) {
    #header #topBox_r #time_box {
        display:none
    }

    #header .logo {
        width: 45%;
    }

    #header {
        height: 85px;
    }

    #header #logo {
        min-width: 270px;
        width: 40%;
        z-index: 0;
    }

    #header #nav #mn-ctrs-btns {
    }

    #header #topBox_r {
        z-index: 99;
    }

    #seaTopBox {
        top: 85px;
        height: auto;
        padding: 30px 0;
        z-index: 99;
    }

    #mainNavi .depth1-tit, #mainNavi .mn_li1.over:before {
        display: none
    }

    #mainNavi-wrap #mainNavi .whypnu-wr {
        display: none
    }

    #mainNavi-wrap {
        position: absolute;
        overflow: inherit;
        top: 0;
        right: 0;
        z-index: 699
    }

    body.mobile-sideMenu-open {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #menu-wrap {
        position: fixed;
        top: 0;
        left: auto;
        right: -100%;
        background: #fff;
        width: 100%;
        height: 100%;
        max-width: 240px;
        overflow-x: hidden;
        box-sizing: border-box;
        transition: right .5s ease, box-shadow .5s ease;
        z-index: 8000;
    }

    #menu-wrap.mn-h-open {
        right: 0;
        overflow: visible;
    }

    #menu-wrap.mn-h-open #mainNavi {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        overflow-y: auto;
        z-index: 0;
    }

    #menu-wrap .member-lnk {
        background: #464c58;
        overflow: hidden;
        text-align: center
    }

    #menu-wrap .member-lnk li {
        display: inline-block;
        vertical-align: top;
        margin: 0 5%
    }

    #menu-wrap .member-lnk li a, #menu-wrap .member-lnk li button {
        color: #fff;
        display: block;
        padding: 13px 0;
        border: 0;
        background: #464c58
    }

    #menu-wrap .member-lnk li.log-time {
        display: block;
        padding-bottom: 5px
    }

    #menu-wrap .member-lnk li.log-time em {
        font-style: normal;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }

    #menu-wrap .member-lnk li.log-time .btn-log {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #282b30;
        background: #3c414b;
        color: #d8d9db;
        margin-left: 5px;
        padding: 2px 0
    }

    #menu-wrap .member-lnk li.log-time .btn-log:before {
        display: none
    }

    #menu-wrap .member-lnk li a:before, #menu-wrap .member-lnk li button:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 14px;
        margin-top: -3px;
        margin-right: 7px;
    }

    #menu-wrap .member-lnk li.home a:before {
        background-position: -23px 0
    }

    #menu-wrap .member-lnk li.login button:before {
        background-position: -36px -1px
    }

    #menu-wrap .member-lnk li.logout button:before {
        background-position: -36px -17px
    }

    #menu-wrap .mn-top {
        position: relative;
        display: block;
        width: 100%;
        color: #fff;
        z-index: 8001;
        overflow: visible
    }

    #menu-wrap .mn-top .mn-tit {
        position: relative;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        line-height: 66px;
        background: #193a65;
        height: 66px;
        padding-left: 20px;
    }

    #menu-wrap .mn-top .btn-close {
        position: absolute;
        top: 16px;
        right: 5px;
        background: none;
        border-radius: 0;
        width: 32px;
        height: 32px;
    }

    #menu-wrap .mn-top .btn-close:before,#menu-wrap .mn-top .btn-close:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        width: 25px;
        height: 2px;
        margin: auto;
        transition: .5s;
    }

    #menu-wrap .mn-top .btn-close:before {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg)
    }

    #menu-wrap .mn-top .btn-close:after {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg)
    }

    #mainNavi li.mn_li1 {
        position: relative;
        border-bottom: 1px solid #397ec8;
        background: #fff
    }

    #mainNavi .mn_li1 .mn_a1 {
        display: block;
        padding: 15px 0 15px 20px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        background: #005eb8;
    }

    #mainNavi .mn_li1.is-open .mn_a1 {
        background: #0c4d8b;
        color: #fff;
    }

    #mainNavi .mn_li1 &gt; .tgl-btn {
        background: transparent
    }

    #mainNavi .mn_li1 &gt; .tgl-btn:after {
        content: '';
        display: block;
        position: absolute;
        right: 5px;
        top: 12px;
        width: 14px;
        height: 2px;
        background: #fff;
    }

    #mainNavi .mn_li1 &gt; .tgl-btn::before {
        content: '';
        display: block;
        position: absolute;
        right: 11px;
        top: 6px;
        width: 2px;
        height: 14px;
        background: #fff;
        transition: all .3s;
    }

    #mainNavi .mn_li1.is-open &gt; .tgl-btn::before {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    #mainNavi .mn_li1.is-close &gt; .tgl-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
        width: 25px;
        height: 25px;
        z-index: 500;
    }

    #mainNavi .depth2-wrap {
        display: none;
        position: relative;
        height: auto;
        background: #f9f9f9;
        transition: display .3s ease
    }

    #mainNavi .mn_li2 {
        position: relative
    }

    #mainNavi .mn_li2.is-close &gt; .tgl-btn {
        display: block;
        position: absolute;
        top: 16px;
        right: 10px;
        width: 24px;
        height: 24px;
        border: 0;
        background: transparent;
        z-index: 500
    }

    #mainNavi .mn_li2.is-close &gt; .tgl-btn:before, #mainNavi .mn_li2.is-close &gt; .tgl-btn:after {
        content: "";
        display: block;
        position: absolute;
        background: #aaa;
        transition: all .3s ease
    }

    #mainNavi .mn_li2.is-close &gt; .tgl-btn:before {
        width: 60%;
        height: 2px;
        left: 20%;
        top: 50%;
        margin: -1px 0 0 0
    }

    #mainNavi .mn_li2.is-close &gt; .tgl-btn:after {
        width: 2px;
        height: 60%;
        left: 50%;
        top: 20%;
        margin: 0 0 0 -1px
    }

    #mainNavi .mn_li2.is-open &gt; .tgl-btn:after {
        transform: rotate(90deg)
    }

    #mainNavi .depth2-wrap .mn_a2 {
        position: relative;
        display: block;
        color: #555;
        font-size: 14px;
        padding: 15px 0 15px 15px;
        border-top: 1px solid #e4e4e4;
        font-weight: bold;
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .nw .mn_a2 span {
        position: relative;
        padding-right: 15px
    }

    #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .nw .mn_a2 span:after {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -5px;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
    }

    #mainNavi .depth2-wrap .mn_li2:first-child a {
        border-top: 0
    }

    #mainNavi .depth2-wrap .mn_a2.over, #mainNavi .depth2-wrap .is-open .mn_a2 {
    }

    /* color:#14a922;background:#e7fbe9 */
    #mainNavi .depth2-wrap .is-open .mn_a2:before, #mainNavi .depth2-wrap .mn_a2.over:before {
        background: #f04e23
    }

    #mainNavi .depth2-wrap .depth3-wrap {
        display: none;
        background: #f7f7ee;
        border-top: 1px solid #ddd
    }

    #mainNavi .depth2-wrap .depth3-wrap li {
        border-bottom: 1px solid #ddd
    }

    #mainNavi .depth2-wrap .depth3-wrap li:last-child {
        border-bottom: 0
    }

    #mainNavi .depth2-wrap .depth3-wrap li a {
        position: relative;
        display: block;
        padding: 13px 0 13px 10px;
        margin: 0 0 0 26px
    }

    #mainNavi .depth2-wrap .depth3-wrap li a span {
        display: inline-block;
        font-size: 13px
    }

    #mainNavi .depth2-wrap .depth3-wrap li a:hover, #mainNavi .depth2-wrap .depth3-wrap li.over a {
        display: block;
        position: relative;
        color: #00bf94
    }

    #mainNavi .depth2-wrap .depth3-wrap li a:hover:before, #mainNavi .depth2-wrap .depth3-wrap li.over a:before {
        content: "";
        display: block;
        position: absolute;
        width: 3px;
        height: 3px;
        background: #00bf94;
        left: 0;
        top: 18px
    }

    #mainNavi .depth2-wrap .depth3-wrap li.over a span {
        display: inline-block;
        border-bottom: 1px solid #00bf94
    }

    #mn-ctrs-btns {
        display: block;
        position: absolute;
        right: 60px;
        top: 27px;
        z-index: 4000;
    }

    #mn-ctrs-btns .mn-ctrs-btn {
        display: block;
        width: 30px;
        height: 30px;
        background: none;
        position: relative;
    }

    #mn-ctrs-btns .mn-ctrs-btn:after {
        content: '';
        display: block;
        width: 20px;
        height: 18px;
        border: 0;
        background: url(../img/common_icons.png) no-repeat -90px 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .body-slide-wr {
        position: relative;
        width: 100%;
        height: 100%;
        transition: margin 0.3s ease
    }

    .body-slider-ovclick {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .7);
        width: 100%;
        height: 0;
        cursor: pointer;
        opacity: 0;
        outline: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        transition: opacity .5s ease;
        z-index: 99;
    }

    .body-slider-ovclick.show {
        height: 100%;
        opacity: 1
    }

    .body-slider-ovclick.hide {
        opacity: 0
    }

    #sea_wrap {
        padding: 10px 0;
        margin: 20px auto 0px;
    }

    #sea_wrap .tabs2 ul li .tab_con {
    }

    #sea_wrap .tabs2 ul li .tab_con .search_wrap .search_submit {
        height: 20px;
        width: 20px;
        padding: 24px;
    }

    #sea_wrap .tabs2 ul li .tab_con .search_wrap .search_form .search_fieldset,#sea_wrap .tabs2 ul li .tab_con .search_wrap .search_fieldset {
        padding: 4px 10px;
        border: 1px solid #DDD;
    }

    #sea_wrap .tabs2 ul li {
        width: 24%;
    }

    #sea_wrap .tabs2 ul li a {
        font-size: 15px;
    }

    #sea_wrap .tabs2 ul li.on a {
    }

    #sea_wrap .tabs2 ul li a span {
        display: none;
    }

    #sea_wrap .tabs2 ul li a:after {
        display: none
    }

    #sea_wrap .tabs2 ul li .tab_con .search_wrap .sea_txt {
        color: #333;
        padding: 25px 0 55px;
    }

    #seaTopBox .search_form .search_label {
        font-size: 20px;
        font-weight: bold;
    }

    #sideBox {
    }

    #sideBox .btn {
        display: block
    }

    #sideBox ul {
        display: none
    }

    #banner {
        margin: 0;
        background: #f5f5f5;
    }

    #banner .web {
        width: 100%
    }

    .noticeWrap .web {
        display: block;
    }

    #sea_wrap .tabs2 ul {
    }

    .noticeWrap .web dt {
        font-size: 20px;
        margin-top: 20px;
        position: relative;
    }

    .noticeWrap .web dt:before {
        width: 28px;
        height: 25px;
        vertical-align: -5px;
        background-size: cover;
    }

    .noticeWrap .notice_control button, .noticeWrap .notice_control a {
        width: 20px;
        height: 20px;
    }

    .noticeWrap .notice_control .notice_prev:after, .noticeWrap .notice_control .notice_next:after {
        width: 9px;
        height: 9px;
    }

    .noticeWrap .notice_control .notice_more span:before, .noticeWrap .notice_control .notice_more span:after {
        top: 3px;
        height: 13px;
    }

    .noticeWrap .notice_control .slick-pause:after {
        /* border-width: 6px; */
    }

    .noticeWrap .web dd.noticeBox {
        padding: 10px 0 20px;
    }

    .noticeWrap .web dd.noticeBox .item a h5 {
    }

    .noticeWrap .notice_control {
        margin-top: -10px;
        right: -6px;
    }

    .noticeWrap .web dd.noticeBox .item a {
        padding: 0
    }

    .section1 {
        padding: 25px 0 25px;
        z-index: 0;
    }

    .section1 .board_wrap {
        width: 100%;
        margin: 0;
    }

    .section1 .visual {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .section1 .board_wrap .tabs21 {
    }

    .section2 {
        padding: 0;
    }

    .section1 .board_wrap .tabs21 &gt; ul &gt; li &gt; a,.section2 .web h5 {
        font-size: 20px
    }

    .section2 .board_wrap .tabs2 &gt; ul &gt; li {
    }

    .section2 .board_wrap .tabs2 &gt; ul &gt; li &gt; a i {
        display: none;
    }

    .section2 .board_wrap .tabs2 &gt; ul &gt; li &gt; a {
        font-size: 16px
    }

    .section2 .web {
        padding: 25px 0;
    }

    .section2 .web::before {
        background-size: cover;
    }

    .section2 .box {
        width: 100%;
    }

    .section2 .board_wrap {
        width: 100%;
    }

    .section2 .board_wrap .tabs2 .tab_con li a {
        padding: 10px
    }

    .noticeWrap .fl, .noticeWrap .fr {
        float: none;
        text-align: center;
        margin: 20px 0;
    }

    .noticeWrap .fr {
        margin: 35px 0 0;
    }

    .noticeWrap .fr span {
        float: none;
        display: inline-block;
        margin: 0 15px;
    }
#contents .cont-box{
    margin: 0;
}
    #contents .cont-box .title{
    text-align: center;
    font-size: 22px;
}
#contents .cont-box .infoBar{
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}
    #contents .cont-box .infoBar span{font-size: 13px;}
    
    #footer {
        padding: 30px 0;
        text-align: center;
    }

    #footer .fl,#footer .fr,#footer .aboutsus,#footer .board_wrap {
        width: 100%;
    }

    #footer .fr span {
        float: none;
    }

    #footer .board_wrap {
        margin: 20px 0 0;
    }

    #footer .board_wrap .tabs2 {
    }

    #footer .board_wrap .tabs2 &gt; ul {
        text-align: center;
    }

    #footer .board_wrap .tabs2 &gt; ul &gt; li {
        float: none;
        display: inline-block;
    }

    #footer .board_wrap .tabs2 &gt; ul &gt; li &gt; a {
        font-size: 17px;
    }

    #footer .board_wrap .tabs2 .tab_con li {
        width: 49%;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        float: left;
    }

    #footer .aboutsus &gt; h5 {
        font-size: 17px;
        line-height: 1;
    }

    #footer .aboutsus &gt; p {
        font-size: 15px;
    }

    #svisual-wrap,#svisual-wrap #visImgWrap #visImg {
        /* height:300px; */
    }

    #svisual-wrap #visImgWrap #visImg .txtBox {
    }

    #svisual-wrap #visImgWrap #visImg .txtBox .txt1 {
        font-size: 30px;
    }

    #svisual-wrap #visImgWrap #visImg .vis-img {
        /* width: 1920px; */
        /* left: 110%; */
    }

    #container #contents {
        width: 100%;
        margin-top: 25px;
    }

    #contents .board_list ul li {
        width: 42.8%;
        padding: 30px 3% 30px 0;
        margin-right: 20px;
    }

    #contents .board_list ul li:nth-child(2n) {
        /* margin-right: 0; */
    }

    #contents .board_list ul li a .thumb {
        padding-top: 50%;
    }

    #contents .board_list ul li a .desc .title {
        font-weight: normal;
        font-size: 16px;
        margin: 10px 0 5px;
    }

    #contents .cont-top {
        display: none
    }

    #contents .list li {
        padding: 10px;
    }

    #contents .list li a {
        width: calc(100% - 77px);
        padding: 0;
    }

    #contents .list li a .txt {
        font-size: 16px
    }

    #container #subNav {
        display: block;
        width: 100%;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        z-index: 2;
    }

    #contents .board_view {
    }

    #contents .board_view .title {
        font-size: 20px;
    }

    #contents .board_view .infoBar {
        font-size: 14px;
        padding: 0;
    }

    #contents .board_view .cont_info {
        font-size: 16px;
    }

    #contents .board_view .cont_info p {
    }

    #side-wrap {
        width: 100%;
        margin: 0 auto;
        top: 0px;
    }

    #side-wrap .lm_a1 {
        display: block;
        width: 100%;
        font-size: 22px;
        padding: 19px 0;
        font-weight: 500;
        text-align: center;
        color: #FFF;
        background: #2196f3;
    }

    #side-wrap .submenu .sub_title {
        font-size: 20px;
        padding: 15px 20px;
        overflow: hidden;
        text-align: center;
    }

    #side-wrap .submenu .sub_title:after {
        display: none
    }

    #side-wrap .submenu .depth1 {
        position: absolute;
        top: auto;
        width: 100%;
    }

    #side-wrap .submenu .depth2 .lm_a2 {
        padding: 15px 0;
        font-size: 16px;
    }

    #side-wrap .submenu .depth3 {
        max-height: 500px;
        overflow: auto;
    }

    #side-wrap .submenu .depth3 .lm_l3 {
        display: block;
        width: 100%;
        margin: 0;
    }

    #side-wrap #leftmenu .lm_l1 &gt; .tgl-btn {
        position: absolute;
        top: -65px;
        left: 0;
        width: 100%;
        height: 65px;
        z-index: 99;
        display: block;
        background: none;
    }

    #side-wrap #leftmenu .lm_l1 &gt; .tgl-btn i {
        font-size: 22px;
        color: #FFF;
        position: absolute;
        top: 21px;
        right: 15px;
    }

    #pubPages .supBox {
        width: 100%;
        margin-top: 30px;
    }

    #svisual-wrap {
        height: auto;
    }

    #svisual-wrap #visImgWrap #visImg img.Img1 {
        display: none
    }

    #svisual-wrap #visImgWrap #visImg img.Img2 {
        display: block
    }

    #svisual-wrap #visImgWrap #visImg img {
        width: 1190px;
        /* margin: 0 0 0 -500px; */
    }

    #side-wrap .submenu .depth2 {
        margin: 0;
        padding: 0 20px 20px 20px;
        display: none;
        background: #FFF;
        box-shadow: 0 0 10px #e6e7e7;
    }

    #container {
        margin: 0;
    }
}

@media only screen and (max-width: 650px) {
    #mn-ctrs-btns {
        right: 55px;
    }

    #banner .slick-dots {
        bottom: 10%;
    }

    .section1 .visual .visual_list .visual_item a img {
        height: 300px;
    }

    #svisual-wrap,#svisual-wrap #visImgWrap #visImg {
        height: 190px;
    }

    #svisual-wrap #visImgWrap #visImg .vis-img {
        /* width: 1050px; */
    }

    #contents .board_list ul li {
        width: 82%;
        margin: 0;
        padding: 25px 0 25px;
    }
}

@media only screen and (max-width: 460px) {
    #mn-ctrs-btns {
        right:40px;
    }

    #header .logo {
        width: 60%;
    }

    #header .logo a {
        margin: 20px 0;
    }

    .section1 .visual .visual_list .visual_item a img {
        height: 220px;
    }

    #svisual-wrap #visImgWrap #visImg {
        /* height: 200px; */
    }
}</pre></body></html>