@font-face { font-family: "SYHT"; src: url("../font/SourceHanSansCN-Regular.ttf") format("truetype"); }
@font-face { font-family: "SYSTBOOD"; src: url("../font/SourceHanSerifCN-Bold.ttf") format("truetype"); }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

.overflow { height: 100vh; overflow: hidden !important; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1600px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 10000; }
.header .head-box { background-image: url("../images/head_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header .head-box > .container { position: relative; z-index: 1; padding: .36rem 0; }
.header .right-box { position: absolute; top: 0.32rem; right: calc(50% - 800px); bottom: auto; left: auto; z-index: 3; display: -ms-flexbox; display: flex; flex-direction: column; align-items: flex-end; }

.logo a { display: -ms-flexbox; display: flex; align-items: center; }
.logo img { max-height: 1rem; }

.top-link { margin: 0 0 .15rem; text-align: right; }
.top-link a { display: inline-block; margin: 0 0 0 .2rem; font-size: 0.15rem; font-weight: 500; line-height: 0.36rem; color: #ccc; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.top-link a::before { display: inline-block; width: 5px; height: 5px; margin: 0 .05rem 0 0; border: 2px solid #b3875f; border-radius: 50%; content: ""; }
.top-link a:hover { color: #fff; text-decoration: underline; }
.top-link a:hover::before { border-color: #fff; }

.search { width: 2.8rem; background: #fff; overflow: hidden; }
.search .form { display: -ms-flexbox; display: flex; }
.search .input { width: calc(100% - .45rem); height: .38rem; padding: 0 .15rem 0 .15rem; font-size: 0.15rem; font-weight: 500; line-height: 0.38rem; color: #333; text-align: left; }
.search .submit { width: .45rem; height: .38rem; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; }

.search2 { width: 100%; max-width: 7.5rem; margin: .3rem auto; padding: .12rem; box-shadow: 0 0 14px 0 #ccc; background: #fff; border-radius: 2px; }
.search2 .input { width: calc(100% - .57rem); height: .5rem; padding-left: .15rem; font-size: 0.15rem; font-weight: 500; line-height: 0.48rem; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee;  border-radius: 2px; }
.search2 .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 70% 50%; background-color: transparent; background-size: auto; }
.search2 form { white-space: nowrap; font-size: 0; }

.nav { position: relative; z-index: 2; background-image: url("../images/nav_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.nav .container { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 0 3%; }
.nav li { position: relative; }
.nav li.line { width: 1px; height: .15rem; background: #ad845f; }
.nav li a { position: relative; display: block; font-family: "SYHT"; font-size: 0.2rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: center; }
.nav li > a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 1; width: 0%; height: 3px; border-radius: 3px; background: #1d3759; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li:hover > a { font-weight:700; }
.nav li:hover > a::after { left: 0; width: 100%; }
.nav li:hover .sub-nav { visibility: visible; top: 100%; opacity: 1; }
.nav .sub-nav { position: absolute; top: 135%; right: auto; bottom: auto; left: calc(50% - .9rem); z-index: 1; width: 1.8rem; padding: .1rem 0; background: #fff; box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; opacity: 0; border-radius: 4px; visibility: hidden; }
.nav .sub-nav dd { position: relative; padding: 0 .12rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: #1d3759; opacity: 0; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.nav .sub-nav dd:last-child a { border: none; }
.nav .sub-nav dd:hover::before { right: 0; width: 100%; opacity: 1; }
.nav .sub-nav dd:hover a { color: #fff; border-color: transparent; }
.nav .sub-nav a { position: relative; z-index: 2; width: 100%; padding: .14rem 0; font-size: .15rem; font-weight: 500; line-height: .2rem; color: #333; border-bottom: 1px dashed #ddd; -webkit-transition: background, border 0.15s ease-out 0s; -moz-transition: background, border 0.15s ease-out 0s; -ms-transition: background, border 0.15s ease-out 0s; -o-transition: background, border 0.15s ease-out 0s; transition:background, border 0.15s ease-out 0s; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 10px; overflow: hidden; border: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.pad-btn { display: none; align-items: center; }
.pad-btn .nav-btn { display: inline-block; width: 36px; height: 35px; font-size: 0; padding: 2px 0 0; border-radius: 2px; text-align: right; }
.pad-btn .nav-btn i { display: inline-block; width: 25px; height: 2px; margin: 6px 0 0; background: #fff; -webkit-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; -moz-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; -ms-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; -o-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s; }
.pad-btn .nav-btn i:nth-child(2) { width: 20px; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 8px) rotate(45deg); -moz-transform: translate(0, 8px) rotate(45deg); -ms-transform: translate(0, 8px) rotate(45deg); -o-transform: translate(0, 8px) rotate(45deg); transform: translate(0, 8px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); -moz-transform: translate(0, -8px) rotate(-45deg); -ms-transform: translate(0, -8px) rotate(-45deg); -o-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }

.column { position: relative; width: 100%; margin: .55rem 0 .4rem; text-align: center; }
.column h3 { font-family: "SYSTBOOD"; padding: 0 30px 0 0; font-size: 0.38rem; font-weight: 700; line-height: 0.54rem; color: #1d3759; text-align: left; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 100% 0; background-color: transparent; background-size: auto; }

.more { display: block; padding: 0 .11rem; font-size: 0.15rem; font-weight: 500; line-height: 0.28rem; color: #777; text-align: left; border: 1px solid #777; border-radius: .26rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.more:hover { color: #fff; background: #b3875f; border-color: #b3875f; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #222; text-align: left; }

.info { font-size: 0.15rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { font-family: Arial, Helvetica, sans-serif; padding: 0 0 0 22px; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #b3875f; text-align: left; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.date1 { display: inline-block; vertical-align: top; width: 66px; padding: 8px 0 6px; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #fff; text-align: center; background: #b3875f; }
.date1 p:first-child { font-size: .32rem; line-height: .3rem; }

.main-box { padding: 0 0 .7rem; background-image: url("../images/body_bg.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: #fff; background-size: 100%; }

.xydt { width: 71.875%; }
.xydt .list1 { width: 39%; }

.tzgg { width: 25%; }

.ymfc { width: 100%; }
.ymfc .column { margin-bottom: .2rem; }

.news-swiper1 { width: 56.5%; }
.news-swiper1 .img { padding: 4.2rem 0 0; }
.news-swiper1 .text { position: relative; padding: .2rem 0 0; }
.news-swiper1 .date1 { position: absolute; top: -0.22rem; right: auto; bottom: auto; left: 0.1rem; z-index: 1; border: none; width: 70px; padding: 10px 0 8px; }
.news-swiper1 .title { margin: 0 0 .15rem; padding: 0 0 0 100px; font-size: .18rem; color: #1d3759; }
.news-swiper1 .pagination { text-align: right; }
.news-swiper1 .pagination span { background: #c0bfbf; }
.news-swiper1 .pagination span.swiper-pagination-bullet-active { background: #b3875f; }
.news-swiper1 .arrow { position: absolute; top: 32%; right: auto; bottom: auto; left: auto; z-index: 1; width: .46rem; height: .46rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(29, 55, 89, 0.5); background-size: auto; cursor: pointer; }
.news-swiper1 .arrow.swiper-next { right: 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.picture3 { position: relative; font-size: 0; margin: .5rem -.2rem 0; }
.picture3 li { display: inline-block; vertical-align: top; width: 25%; padding: 0 .2rem; }
.picture3 .img { padding: 64% 0 0; background-position-y: 5%; }
.picture3 .text { padding: .24rem .08rem .28rem; }
.picture3 .title { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; height: .3rem; text-align: center; }
.picture3 .line { width: .9rem; height: 1px; margin: .1rem 0; background: #1d3759; }

.ymfc .slide-tag {display: flex; align-items: center; }
.ymfc .slide-tag span { width: 1px; height: .3rem; margin: 0 .22rem; transform: rotate(15deg); background: #bbb; }
.ymfc .slide-tag h3 { cursor: pointer; transition: all .3s;}
.ymfc .slide-tag h3.no { color: #666; opacity: .5; transform: scale(.93); }

.ymfc .more { display: none; }
.ymfc .more.on { display: block; }

.slide-item { display: none; }
.slide-item.on { display: block; animation: ani-up 1s; }
@keyframes ani-up {
    0% {
        opacity: 0;
        transform: translateY(.3rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.list1 { display: flex; flex-direction: column; justify-content: space-between; height: 5.4rem; }
.list1 li { position: relative; z-index: 1; }
.list1 li::before { position: absolute; top: 0; left: 0; z-index: 1; content: ""; width: 1px; height: 100%; background: rgba(29, 55, 89, 0.29); }
.list1 li:first-child { margin: 0; }
.list1 a { display: block; padding: 0 .2rem; }
.list1 .title { line-height: .28rem; max-height: .28rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; transition: all 1s; }
.list1 .date { margin: .12rem 0 0; line-height: .25rem; }
.list1 .info { height: 0; transition: height .4s; }

@keyframes ani-H {
    0% {
        height: 0;
        width: 2px;
        background: #1d3759;
    }
    100% {
        height: 100%;
        width: 2px;
        background: #1d3759;
    }
}

.list2 li { position: relative; border-bottom: 1px solid rgba(29, 55, 89, 0.29); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
.list2 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; width: 0; height: 1px; background: #1d3759; content: ""; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
.list2 li:first-child a { padding-top: 0; }
.list2 li:hover { transform: translateX(.08rem); }
.list2 li:hover::after { width: 100%; }
.list2 li:hover .date1 { background: #1d3759; color: #fff; border-color: #1d3759; }
.list2 li:hover .title { color: #1d3759; }
.list2 a { padding: .24rem 0; }
.list2 .date1 { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list2 .title { width: calc(100% - 66px); padding: 0 0 0 .25rem; }

.foot-bg { background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer .container { padding: .25rem 0 .12rem; }

.foot-link { width: 5.8rem; }
.foot-link h3 { margin: 0 0 .1rem; font-size: 0.24rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: left; }
.foot-link a { position: relative; display: inline-block; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: rgba(255, 255, 255, 0.9); text-align: left; }
.foot-link a::after { position: absolute; top: auto; right: 0; bottom: 2px; left: auto; z-index: 1; width: 0; height: 1px; background: #fff; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.foot-link a:hover { color: #fff; }
.foot-link a:hover::after { right: auto; left: 0; width: 100%; }
.foot-link ul li { width: 33.33%; }

.foot-contact { padding: 0 .5rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: center; }
.foot-contact img { margin: 0 0 .07rem; }

.QR-code { margin-left: 8%; }
.QR-code img { width: 1.15rem; height: auto; }
.QR-code p { margin: 3px 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: center; }

.copy { padding: .1rem; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; background: #142e50; }

.aside { position: relative; z-index: 3; width: 2.8rem; margin: .45rem 0 0; }
.aside h3 { position: relative; font-family: "SYSTBOOD"; font-size: 0.28rem; font-weight: 700; line-height: 0.8rem; color: #fff; text-align: center; background: #1d3759; }

.aside-nav { position: relative; margin: 0 0 .4rem; background: #fff; border-left: 5px solid #1d3759; }
.aside-nav li { position: relative; padding: 0 .2rem 0 .38rem; border-bottom: 1px dashed rgba(158, 1, 5, 0.1); }
.aside-nav li:last-child { border: none; }
.aside-nav li.cur > a { color: #1d3759; font-weight: 700; }
.aside-nav li.cur .lv3 { display: block; }
.aside-nav li:hover > a { color: #1d3759; }
.aside-nav a { display: block; padding: 0 .25rem 0 0; font-size: 0.18rem; font-weight: 500; line-height: 0.65rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.aside-nav .down { position: absolute; top: 0; right: .18rem; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .65rem; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.aside-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.aside-nav .lv3 { display: none; padding: 0 0 .15rem; margin: -.1rem 0 0 .16rem; }
.aside-nav .lv3 a { height: auto; padding: .1rem 0; font-size: .16rem; line-height: .22rem; }
.aside-nav .lv3 a::before { display: inline-block; width: 4px; height: 4px; background: #bbb; margin: 0 .1rem 3px 0; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.aside-nav .lv3 a:hover { color: #1d3759; }
.aside-nav .lv3 a:hover::before { background: #1d3759; }
.aside-nav .lv3 a.cur { color: #1d3759; font-weight: 700; }
.aside-nav .lv3 a.cur::before { background: #1d3759; }

.main { position: relative; z-index: 4; width: calc(100% - 3.4rem); min-height: 4rem; margin: .35rem 0 0; }
.main .list2 { margin: .3rem 0 0; }

.main .list2 .title { font-size: .17rem; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #1d3759; }
.position h3 { margin: 0 0 -1px; white-space: nowrap; font-family: "SYSTBOOD"; font-size: 0.24rem; font-weight: 700; line-height: 0.56rem; color: #333; text-align: left; }

.place { font-size: 0.15rem; font-weight: 500; line-height: 0.56rem; color: #999; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/j_icon7.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #999; }
.place a:hover { color: #1d3759; }
.place a:last-child { color: #1d3759; }

.article { padding: .5rem 4% 0; min-height: 5rem; }
.article .title { font-size: 0.28rem; font-weight: 700; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: .1rem 0 0; padding: .15rem 0 .25rem; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #868686; text-align: center; border-bottom: 1px solid rgba(29, 55, 89, 0.15); }
.article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; margin:.16rem 0; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: .2rem auto; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: .2rem auto; }
.article .cont-page { padding: .25rem 0 .28rem; border-top: 2px solid #1d3759; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #666; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.article .cont-page a span { position: relative; }
.article .cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #1d3759; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; }
.article .cont-page a:hover { text-decoration: none; color: #1d3759; }
.article .cont-page a:hover span::after { width: 100%; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

.picture1 { font-size: 0; margin: 0 -0.2rem; margin-top: .3rem; }
.picture1 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.picture1 li { margin: 0 0 .4rem; }
.picture1 .img-zoom { border: 1px solid #B9B9B9; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture1 .img-zoom:hover { border-color: #1d3759; background: #fff; box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2); }
.picture1 .img-zoom:hover .title { color: #fff; background: #1d3759; font-weight: 700; }
.picture1 .img-frame .img { padding: 62.3% 0 0; background-position-y: 5%; }
.picture1 .title { font-size: .17rem; padding: 0 .1rem; line-height: .6rem; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.picture2 { margin: .2rem 0 0; }
.picture2 a { display: block; padding: 0.28rem 0.25rem; font-size: 0; border-bottom: 1px solid rgba(29, 55, 89, 0.15); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture2 a:hover { background: #f9f9f9; box-shadow: 0.05rem 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1); }
.picture2 a:hover .title { font-weight: 700; color: #1d3759; }
.picture2 .img-frame { display: inline-block; vertical-align: top; width: 2.4rem; }
.picture2 .img-frame .img { padding: 1.6rem 0 0; }
.picture2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.4rem); padding: 0 0 0 .3rem; }
.picture2 .date { margin: .15rem 0; }
.picture2 .title { font-size: .18rem; font-weight: 700; color: #333; }
.picture2 .info { height: .44rem; }

.fzlc-list { position: relative; margin: .5rem 0 0 .2rem; }
.fzlc-list::after { position: absolute; content: ""; width: 1px; height: 100%; background: rgba(29, 55, 89, 0.29); top: .15rem; left: .08rem; }
.fzlc-list li { position: relative; z-index: 3; display: flex; align-items: flex-start; border-radius: .08rem; margin: 0 0 .4rem; }
.fzlc-list .p1 { display: flex; align-items: center; font-size: .18rem; line-height: .32rem;  font-weight: 700; color: #142e50; white-space: nowrap; }
.fzlc-list .p1 i { display: block; border-radius: 50%; border: 1px solid rgba(29, 55, 89, 0.29); padding: 4px; margin: 0 .12rem 0 0; background: #e5eaf0; }
.fzlc-list .p1 i::after { display: block; width: 6px; height: 6px; content: ""; border-radius: 50%; background: #1d3759; }
.fzlc-list .p1 span { margin: 0 .15rem; }
.fzlc-list .p2 { font-size: .17rem; line-height: .32rem; text-align: left;  flex: 1; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

#list-page { margin: .4rem auto .3rem; }
#list-page > table { margin: 0 auto;  }
#list-page td, #list-page span, #list-page a,#list-page input { font-family: Arial; }
#list-page td { font-size: .15rem;  }
#list-page span, #list-page a, #list-page input, #list-page div { display: inline-block; width: auto; height: 31px;  font-size: 14px; font-family: Arial; }
#list-page span, #list-page a, #list-page #gotopagebut {padding: 0px 10px; line-height: 30px;   border-radius: 2px;    border: 1px solid #b3875f; margin: 0px 5px 0;font-family: Arial; }
#list-page a { color:#ae5a42; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
#list-page a:hover { color: #fff; background: #b3875f; }
#list-page .defaultInputStyle { width: 40px; height: 31px; border: 1px solid #b3875f; border-radius: 2px; padding: 0 4px; line-height: 28px; outline: none; vertical-align: top; margin: 0 7px 0 2px !important; }
#list-page #gotopagebut { background: #b3875f; color: #fff; }

@media screen and (min-width: 1025px) { .list1 li.on::before { animation: ani-H 1s; animation-fill-mode: forwards; }
  .list1 li.on .title { color: #1d3759; -webkit-line-clamp: 3;  max-height: .84rem; }
  .list1 li.on .date { color: #1d3759; background-image: url("../images/f_icon2.png"); }
  .list1 li.on .info { height: .24rem;  }
  .picture3 .img-zoom { transition: all .42s; }
  .picture3 .img-zoom:hover { background: #fff; box-shadow: 0 0.1rem 0.15rem 0 rgba(29, 55, 89, 0.2); -webkit-transform: translateY(-0.2rem); -moz-transform: translateY(-0.2rem); -ms-transform: translateY(-0.2rem); -o-transform: translateY(-0.2rem); transform: translateY(-0.2rem); }
  .picture3 .img-zoom:hover .title { color: #1d3759; }
  .picture3 .img-zoom:hover .line { height: 2px; margin: .15rem 0; background: #fff; }
  .picture3 .img-zoom:hover .date { color: #fff; background-image: url("../images/f_icon3.png"); } }
@media screen and (max-width: 1777px) { .header .right-box { right: 5%; } }
@media screen and (max-width: 1400px) { .QR-code { margin-left: 4%; } .foot-contact { max-width: 45%; } }
@media screen and (max-width: 1024px) { .header .right-box { right: 4%; }
  .container { max-width: 92%; }
  html { font-size: 90px; }
  .header { position: fixed; top: 0; left: 0; width: 100%; z-index: 10000; }
  .header .head-box { position: relative; z-index: 10; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3); border-bottom: 2px solid #1d3759; }
  .header .head-box > .container { padding: 9px 0; justify-content: space-between; }
  .header .right-box { position: static; }
  .logo { max-width: calc(100% - 48px); }
  .logo a { height: 42px; }
  .logo img { max-height: 100%; }
  .logo p { margin: 0 0 0 .1rem; font-size: .21rem; line-height: .22rem; }
  .pad-btn { display: block; }
  .mobile-box { position: fixed; top: 62px; right: -100%; bottom: auto; left: auto; z-index: 1; width: 100%; height: calc(100vh - 62px); padding: .2rem 5% .3rem; opacity: .6; visibility: hidden; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; background: #dee5ed; }
  .mobile-box .right-box { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
  .mobile-box.show { right: 0; opacity: 1; visibility: visible; }
  .search { width: 100%; padding: 0; border-radius: 0; }
  .search .input { width: calc(100% - .65rem); height: .5rem; font-size: .17rem; padding: 0 .2rem; line-height: .48rem; border: 1px solid #1d3759; color: #313131; }
  .search .input::placeholder { color: #777; }
  .search .submit { width: .65rem; height: .5rem; background-position: 50% 50%; background-color: #1d3759; background-image: url("../images/search2.png"); }
  .top-link { width: 100%; text-align: center; margin: 0 0 .16rem; }
  .top-link a { color: #666; }
  .top-link a.en { background-image: url("../images/b_icon7_1.png"); }
  .nav { margin: .1rem 0 0; height: calc(100% - 1.1rem); overflow-y: auto; background: none; box-shadow: none; }
  .nav .container { max-width: 100%; padding: 0; align-items: flex-start; flex-wrap: wrap; }
  .nav li { width: 100%; background: none !important; border-left: none; border-bottom: 1px solid rgba(29, 55, 89, 0.29); }
  .nav li.line { display: none; }
  .nav li a { position: static; text-align: left; padding: 0 .1rem; line-height: .6rem; font-size: .2rem; color: #333 !important; }
  .nav li a::after { display: none; }
  .nav .sub-nav { display: none; width: 100%; position: static; opacity: 1; visibility: visible; transition: none; box-shadow: none; padding: 6px 0 6px .15rem; }
  .nav .sub-nav a { font-size: .17rem; height: auto !important; opacity: 1; visibility: visible; justify-content: flex-start; background: none !important; border-color: #ddd !important;  }
  .nav .sub-nav .tri { display: none; }
.nav .sub-nav dd:hover::before { display: none; }
  .nav .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .nav .icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .main-box { margin: 62px 0 0; }
.list1 .title { -webkit-line-clamp: 2; line-height: .24rem; max-height: none; }
  .column { margin: .3rem 0 .25rem; }
  .column h3 { font-size: .32rem; }
  .xydt { width: 100%; }
  .tzgg { width: 100%; } .title { font-size: .2rem; } .date { font-size: .18rem; } .info { font-size: .17rem; }
  .list1 a { padding: 0 .15rem; }
  .list1 .date { margin: 6px 0; }
  .news-swiper1 .title { font-size: .2rem;; }
  .list1 .info { height: .24rem; -webkit-line-clamp: 1; opacity: 1; }
  .list1 li { margin: .3rem 0 0; }
  .list2 a { padding: .15rem 0; }
  .xydt .list1 { width: 40%; }
  .news-swiper1 .img { padding: 3.8rem 0 0; }
  .ymfc .slide-item .img-zoom { background: #fff; max-width: none; }
  .ymfc .slide-item .img-zoom .text { padding: .1rem 0 .1rem; }
  .ymfc .slide-item .img-zoom .title { -webkit-line-clamp: 2; }
  .ymfc .slide-item .img-zoom .line { height: 2px; margin: .1rem 0; }
  .ymfc .slide-item .swiper-scrollbar { display: block; width: calc(100% - 1rem); margin: .35rem 0 0; }
  .ymfc .slide-item .arrow { display: block; top: calc(100% - .2rem); width: .4rem; height: .4rem; background-size: 8px; }
  .ymfc .slide-item .arrow.swiper-prev { left: auto; right: .5rem; }
  .ymfc .slide-item .arrow.swiper-next { right: 0; }
  .footer .container { padding: .2rem 0; }
  .foot-link { width: 100%; }
  .foot-link h3 { margin: 0 0 .12rem; text-align: center; }
  .foot-link ul { justify-content: center; }
  .foot-link ul li { width: auto; margin-right: .2rem; }
  .foot-contact { width: 100%; max-width: 100%; padding: .15rem 0; text-align: center; }
  .QR-code { width: 100%; margin: 0; text-align: center; }
  .aside { position: relative; z-index: 1; width: 100%; margin: .3rem 0 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .aside h3 { position: relative; font-size: .22rem; line-height: .5rem; text-align: center; padding: 0 .5rem; margin: 0; background: #1d3759; }
  .aside h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; display: block !important; width: .5rem; height: .5rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .aside h3 .return-btn { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block !important; width: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .aside-nav { display: none; min-height: auto; font-size: 0; background: #fff; border-radius: 0 0 2px 2px; }
  .aside-nav::after { display: none; }
  .aside-nav li.cur > a { font-size: .21rem; }
  .aside-nav a { padding: 0 .1rem; height: auto; min-height: auto; text-align: left; font-size: .18rem; line-height: .55rem; }
  .aside-nav .sub-nav { padding-left: .15rem; }
  .aside-nav .sub-nav a { line-height: .24rem; }
  .main { width: 100%; margin: .2rem 0 0; }
.picture3 { margin: .3rem -.1rem 0; }
.picture3 li { width: 25%; padding:0 .1rem;  }
.main-box { padding:0 0 .3rem; }
  .place { justify-content: center; } }
@media screen and (max-width: 768px) { .xydt .list1 { width: 100%; }
  .news-swiper1 { width: 100%; margin: 0; }
  .news-swiper1 .img { padding: 65% 0 0; }
  .news-swiper1 .pagination { text-align: center; }
  .list1 li { margin: 0; padding: .17rem 0; border: none; border-bottom: 1px dashed rgba(29, 55, 89, 0.29); }
  .fzlc-list  { margin: .3rem 0 0; }
  .fzlc-list::after { display: none; }
  .fzlc-list li { flex-wrap: wrap; margin: 0 0 .25rem; }
  .fzlc-list .p1 { width: 100%; }
  .fzlc-list .p1 span { display: none; }
  .fzlc-list .p2 { width: 100%; }
.list1 { height:auto; }
  .list1 a { padding: 0; }
  .list1 .date { margin: 10px 0 0; }
  .list1 .title { line-height: 140%;-webkit-line-clamp: 10; max-height: none; }
  .list1 .info { display: none; }
.list1 li::before { display: none; }
  .main-box { padding: 0 0 .1rem; }
  .position h3 { display: none; }
  .place { line-height: .22rem; padding: .1rem 0 .1rem 26px; background-position-y: 9px; }
  .date1 { width: 60px; }
  .list2 .title { padding: 0 0 0 .1rem; }
  .news-swiper1 { padding: 0 0 .15rem; background: #fff; }
  .news-swiper1 .text { padding: .2rem .1rem 5px; }
  .news-swiper1 .arrow { width: .38rem; height: .38rem; background-size: 10px; }
  .news-swiper1 .title { padding: 0 0 0 75px; }
  .news-swiper1 .date1 { width: 62px; padding: 6px 0; background: #1d3759; color: #fff; }
  .column { margin: .3rem 0 .1rem; }
  .column h3 { padding: 0 26px 0 0; font-size: .28rem; background-position: 100% 5px; }
  .main { margin: .1rem 0 0; }
  .main .list2 { margin: .15rem 0 0; }
  .main .list2 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .aside { margin: .2rem 0 0; }
  .article { padding: .25rem 2.5% .2rem; }
  .article .title { font-size: .21rem; }
  .picture1 { margin: .2rem -.12rem 0; }
  .picture1 > li { width: 50%; padding: 0 .12rem; }
  .picture2 { margin: .1rem 0 0; }
  .picture2 .img-frame { width: 1.8rem; }
  .picture2 .img-frame .img { padding: 1.2rem 0 0; }
  .picture2 .text { width: calc(100% - 1.8rem); padding: 0 0 0 .17rem; }
  .picture2 .img-zoom { background-color: #fff !important; } }
@media screen and (max-width: 520px) { .picture1 { margin: .2rem 0 0; }
  .picture1 > li { width: 100%; margin: 0 0 .3rem; padding: 0 0; }
  .picture2 a { padding: .2rem 0; }
  .picture2 .img-frame { width: 100%; }
.ymfc .slide-item .img-zoom .title { height: auto; }
  .picture2 .img-frame .img { padding: 66.66% 0 0; }
  .picture2 .text { width: 100%; padding: .1rem 0 0 !important; } 
  .ymfc .slide-tag span { margin: 0 .1rem; }
  .picture3 { margin: .1rem 0 0; }
.picture3 li { width: 100%; padding: 0; margin: 0 0 .3rem; }
  .column h3 { padding-right: 16px; font-size: .24rem; background-size: .16rem; }
  .more { font-size: .13rem; line-height: .26rem; padding: 0 .08rem; }
}