@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { font-size: 100px; min-width: 320px; }

.overflow { height: 100vh; overflow: hidden; }

.container { width: 85%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.header { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 200; padding: .15rem 15%; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; background: #fff; }
.header .right-box { width: calc(100% - 1.3rem); text-align: right; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }

.logo { min-width: 1.3rem; }
.logo a { display: inline-block; }
.logo img { max-width: 100%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.nav { position: relative; width: calc(100% - 40px); padding: 0 .06rem 0 0; -webkit-transition: margin 0.2s linear 0s; -moz-transition: margin 0.2s linear 0s; -ms-transition: margin 0.2s linear 0s; -o-transition: margin 0.2s linear 0s; transition: margin 0.2s linear 0s; }
.nav::after { position: absolute; top: 0.18rem; right: 0.18rem; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: .2rem; background: rgba(255, 255, 255, 0.8); }
.nav ul { font-size: 0; }
.nav li { position: relative; display: inline-block; vertical-align: top; padding: 0 .24rem; text-align: center; }
.nav li::after { position: absolute; top: 0.17rem; right: 0; bottom: auto; left: auto; z-index: 1; width: 1px; height: .2rem; background: #c7c7c7; content: ""; }
.nav li:last-child::after { background: #589923; }
.nav li a { position: relative; display: block; font-size: 0.2rem; font-weight: 500; line-height: 0.54rem; color: #333; text-align: center; }
.nav li > a { white-space: nowrap; position: relative; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li > a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0%; z-index: 1; width: 0%; height: 3px; border-radius: 3px; background: #589923; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; content: ""; }
.nav li.cur > a { color: #589923; }
.nav li.cur > a::after { left: 0%; width: 100%; }
.nav li:hover > a { color: #589923; }
.nav li:hover > a::after { width: 100%; }
.nav li:hover .lv2 { visibility: visible; top: calc(100% - 3px); opacity: 1; }
.nav .lv2 { position: absolute; top: calc(100% + .22rem); right: auto; bottom: auto; left: calc(50% - 70px); z-index: 1; width: 140px; opacity: 0; visibility: hidden; padding: 7px 0 .12rem; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); background: #fff; border-radius: 2px; -webkit-transition: all 0.26s linear 0s; -moz-transition: all 0.26s linear 0s; -ms-transition: all 0.26s linear 0s; -o-transition: all 0.26s linear 0s; transition: all 0.26s linear 0s; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 12px; height: 12px; 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.2); }
.nav .lv2 a { width: 100%; padding: 9px 5px; font-size: .15rem; font-weight: 400; line-height: .2rem; color: #333; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav .lv2 a:hover { color: #fff; background: #589923; }

.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 36px; height: .54rem; background-image: url(../images/search1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border-radius: 50%; cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 33px; margin: 0 .2rem 0 .48rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 11px) rotate(45deg); -moz-transform: translate(0px, 11px) rotate(45deg); -ms-transform: translate(0px, 11px) rotate(45deg); -o-transform: translate(0px, 11px) rotate(45deg); transform: translate(0px, 11px) 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(0px, -11px) rotate(-45deg); -moz-transform: translate(0px, -11px) rotate(-45deg); -ms-transform: translate(0px, -11px) rotate(-45deg); -o-transform: translate(0px, -11px) rotate(-45deg); transform: translate(0px, -11px) rotate(-45deg); }

#mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.25); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s linear 0.4s; -moz-transition: all 0.3s linear 0.4s; -ms-transition: all 0.3s linear 0.4s; -o-transition: all 0.3s linear 0.4s; transition: all 0.3s linear 0.4s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 30%; opacity: 0; background: rgba(0, 0, 0, 0.4); content: ""; -webkit-transition: all 0.3s linear 0.2s; -moz-transition: all 0.3s linear 0.2s; -ms-transition: all 0.3s linear 0.2s; -o-transition: all 0.3s linear 0.2s; transition: all 0.3s linear 0.2s; }
#mask .search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 10; width: 100%; padding: .2rem 0; overflow: hidden; }
#mask .search-box form { position: relative; background: #fff; white-space: nowrap; padding: .15rem .18rem .15rem .23rem; width: 80%; max-width: 7.5rem; margin: 0 auto; opacity: 0; -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 0s; box-shadow: 0 0 2px 0 #ccc; border-radius: 4px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
#mask .search-box .input { width: calc(100% - .55rem); height: .55rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.15rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; border: 1px solid #dfdfdf; border-radius: .5rem; }
#mask .search-box .submit { width: .5rem; height: .55rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
#mask .search-box .close { width: .55rem; height: .55rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .3rem); z-index: 1; cursor: pointer; -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
#mask .search-box .close .line { display: block; width: 100%; height: 2px; }
#mask .search-box .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
#mask .search-box .close .line.l1 { -webkit-transform: translate(0, 25px) rotate(45deg); -moz-transform: translate(0, 25px) rotate(45deg); -ms-transform: translate(0, 25px) rotate(45deg); -o-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
#mask .search-box .close .line.l2 { -webkit-transform: translate(0, 23px) rotate(-45deg); -moz-transform: translate(0, 23px) rotate(-45deg); -ms-transform: translate(0, 23px) rotate(-45deg); -o-transform: translate(0, 23px) rotate(-45deg); transform: translate(0, 23px) rotate(-45deg); }
#mask .search-box .close:hover .line.l1 i { animation: line-ani1 .5s ease-in-out .3s; }
#mask .search-box .close:hover .line.l2 i { animation: line-ani1 ease-in-out .5s; }
#mask.show { opacity: 1; visibility: visible; -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; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s linear 0s; -moz-transition: all 0.45s linear 0s; -ms-transition: all 0.45s linear 0s; -o-transition: all 0.45s linear 0s; transition: all 0.45s linear 0s; }
#mask.show .search-box form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.banner .img { position: relative; display: block; width: 100%; padding: 22% 0 0; overflow: hidden; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner .slick-active img { -webkit-transition: transform 6.6s linear 0s; -moz-transition: transform 6.6s linear 0s; -ms-transition: transform 6.6s linear 0s; -o-transition: transform 6.6s linear 0s; transition: transform 6.6s linear 0s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.28rem; left: 50%; z-index: 2; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { position: relative; display: inline-block; margin: 0 12px; width: .18rem; height: .35rem; cursor: pointer; background-image: url("../images/icon3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .slick-dots li.slick-active { width: .28rem; background-image: url("../images/icon2.png"); }
.banner:hover .slick-arrow { opacity: .85; }
.banner:hover .slick-arrow.slick-prev { left: 2.5%; }
.banner:hover .slick-arrow.slick-next { right: 2.5%; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { margin: 30px 0 26px; border-bottom: 1px solid #ddd; }
.column .more { font-size: 14px; line-height: 45px; color: #999; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.column .more:hover { color: #589923; letter-spacing: 2px; }
.column h3 { display: inline-block; margin: 0 0 -2px; font-size: 22px; font-weight: 500; line-height: 42px; color: #000; text-align: left; border-bottom: 3px solid #589923; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #333; text-align: left; }
.title:hover { color: #589923; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { font-style: italic; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #aaa; text-align: left; }

.section { padding: .5rem 0; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #ececec; background-size: auto; }
.section .container { min-height: 4rem; padding: .45rem .65rem .6rem; border: 1px solid #e6e6e6; border-radius: .9rem 0 .9rem 0; background: #fff; box-shadow: 0 4px 0.1rem 0 rgba(0, 0, 0, 0.12); overflow: hidden; }
.section .container.position { background: none; min-height: auto; padding-top: .1rem; padding-bottom: .3rem; box-shadow: none; border: none; }
.section .left-box { width: 2.45rem; margin: .3rem 0 0; }
.section .left-box .title { position: relative; margin: .62rem 0 0; padding: 0 5px; line-height: .43rem; color: #fff; background: #589923; text-align: center; }
.section .left-box .title::after { position: absolute; top: auto; right: 0; bottom: 100%; left: auto; z-index: 1; width: .35rem; height: .42rem; background-image: url("../images/icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; content: ""; }

.footer { padding: .22rem 0; background: #474747; }
.footer .container { display: flex; justify-content: space-between; align-items: center; }

.copy { margin: 0 0 0 .26rem; font-size: 0.14rem; font-weight: 500; line-height: 60px; color: #fff; text-align: left; }

.foot-contact .tips { width: 100%; margin: 0 0 .1rem; font-size: .22rem; line-height: .35rem; color: #fff; }
.foot-contact .item1 { width: 100%; border-radius: 4px; }
.foot-contact p { font-size: .15rem; line-height: .26rem; color: #fff; }
.foot-contact a { color: #fff; }
.footer .item2 { background: #555; padding: .15rem .25rem; border-radius: 4px; }
.footer .item2 p { font-size: .16rem; line-height: .3rem; color: #fff; }
.footer .item2 a { color: #fff; }
.footer .item2 a:hover, .foot-contact a:hover { text-decoration: underline; }

.decorate { position: relative; z-index: 1; padding: 22% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.sidebar { width: 2.5rem; margin: .35rem 0 .3rem; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); background: #fff; }
.sidebar h3 { padding: .2rem 0; font-size: 0.27rem; font-weight: 700; line-height: 0.4rem; color: #fff; text-align: left; background: #589923; letter-spacing: 1px; text-indent: .4rem; }

.sidebar-nav { position: relative; padding: 0 0 1rem 5px; }
.sidebar-nav::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 5px; height: 100%; content: ""; background-image: linear-gradient(0deg, #33bcef, #589923); }
.sidebar-nav li { position: relative; }
.sidebar-nav li.cur a { color: #589923; font-weight: 700; background-image: url("../images/down1.png"); background-repeat: no-repeat; background-position: 90% 50%; background-color: transparent; background-size: auto; }
.sidebar-nav li:hover a { color: #589923; }
.sidebar-nav a { display: block; padding: .2rem .1rem .2rem .4rem; font-size: 0.18rem; font-weight: 500; line-height: 0.25rem; color: #000; text-align: left; border-bottom: 1px solid #e8e1d7; }
.sidebar-nav .sub-nav { display: none; }

.main { position: relative; }

.position .place { padding: .09rem 0 .09rem .26rem; font-size: .14rem; line-height: .22rem; color: #888; text-align: left; background: url("../images/place.png") no-repeat 0 50%; }
.position .place a { color: #666; }
.position .place a:hover { color: #589923; }
.position .cur-column { display: inline-block; font-size: 0.3rem; font-weight: 500; line-height: 0.4rem; color: #589923; text-align: left; }

.list1 { margin: .12rem 0 0; }
.list1 li { border-bottom: 1px solid #eee; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 li:hover .title, .list1 li:hover .date { color: #589923; }
.list1 li:hover .title::before { background: #589923; }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - 90px); line-height: .6rem; }
.list1 .title::before { display: inline-block; width: 5px; height: 5px; background: #ccc; margin: 0 .1rem 2px 0; content: ""; }
.list1 .date { line-height: .6rem; }

.abstract-wrapper form { max-width: 9rem; margin: 0 auto; }
.abstract-wrapper .cur-column { margin: 0 0 .3rem; font-size: 0.4rem; font-weight: 500; line-height: 0.4rem; color: #589923; text-align: center; }
.abstract-wrapper .tips { font-size: .18rem; line-height: .5rem; color: #000; text-align: center; }
.abstract-wrapper .input { width: 100%; height: .5rem; padding: 0 .15rem; margin: 0 0 .25rem; font-size: .18rem; line-height: .48rem; text-align: center; border: 1px solid #eee; background: #f6f6f6; color: #000; }
.abstract-wrapper .input::placeholder, .Registration-wrapper .input::placeholder, .abstract-wrapper textarea::placeholder { font-size: .17rem; color: #aaa; text-align: center; }
.abstract-wrapper textarea { padding: 0 .1rem; margin: 0 0 .2rem; width: 100%; max-width: 100%; min-width: 100%; min-height: 1.44rem; font-size: .18rem; line-height: .48rem; color: #000; border: 1px solid #eee; background: #f6f6f6; text-align: center; }
.Registration-wrapper .input::placeholder { text-align: left; }

.Registration-wrapper { padding: 0 5%; }
.Registration-wrapper form { max-width: 9rem; margin: 0 auto; }
.Registration-wrapper .cur-column { margin: 0 0 .3rem; font-size: 0.4rem; font-weight: 500; line-height: 0.4rem; color: #589923; text-align: center; }
.Registration-wrapper .box { display: flex; margin: 0 0 .25rem; }
.Registration-wrapper .box.name .item { display: flex; width: 50%; }
.Registration-wrapper .tips { width: 200px; font-size: .18rem; padding: 0 40px 0 0; height: .5rem; line-height: .3rem; color: #000; display: flex; justify-content: flex-end; align-items: center; }
.Registration-wrapper .input { width: calc(100% - 200px); height: .5rem; padding: 0 .15rem; font-size: .18rem; line-height: .48rem; border: 1px solid #eee; background: #f6f6f6; color: #000; }
.Registration-wrapper label { margin: 0 .4rem 0 0; font-size: .2rem; line-height: .5rem; color: #999; cursor: pointer; }
.Registration-wrapper label input { vertical-align: middle; margin: 0 5px 0 0; }
.submit-btn { display: block; margin: .3rem auto 0; width: 1.5rem; font-size: .18rem; line-height: .5rem; color: #fff; background: #589923; text-transform: uppercase; letter-spacing: 1px; border-radius: 4px; opacity: .7; transition: all .4s; }
.submit-btn:hover { opacity: 1; }
.abstract-wrapper .submit-btn { margin-top: .1rem; }
.Registration-wrapper .content { padding: .1rem 0 0; font-size: 0.18rem; font-weight: 500; line-height:200%; color: #000; text-align: justify; }
.Registration-wrapper .content p { word-break: break-word; }

.article { padding: .1rem 0 0; }
.article .title { padding: 0 0 .1rem; font-size: 0.3rem; font-weight: 500; line-height: 0.4rem; color: #589923; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: left; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #aaa; text-align: left; }
.article .sub { margin: .2rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #aaa; text-align: left; font-style: italic; }
.article .content { padding: .1rem 0 0; font-size: 0.15rem; font-weight: 500; color: #000; text-align: justify; }
.article .content p { word-break: break-word; margin: 0 0; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: 0 auto; }
.article .content table { max-width: 100%; margin: 0 0; }
.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 0; border-top: 1px dashed #aaa; }
.article .cont-page span { color: #589923; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.article .cont-page a:hover { color: #589923; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.article.about { padding-left: 0; padding-right: 0; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }

#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: 25px 0 30px !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #589923; font-weight: bold; color: #fff; border-color: #589923; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

@media screen and (max-width: 1900px) { .header { padding-left: 12%; padding-right: 12%; } }
@media screen and (max-width: 1720px) { .header { padding-left: 8%; padding-right: 8%; } }
@media screen and (max-width: 1200px) { 
  .nav li { padding: 0 .15rem; } 
  .footer .container { padding: 0 5%; }
}
@media screen and (max-width: 1024px) { .container { width: 90%; }
  .header { position: relative; z-index: 102; height: auto; display: flex; justify-content: space-between; align-items: center; padding: 8px 0 8px 5%; }
  .header::after, .header::before { display: none; }
  .header .right-box { display: flex; align-items: center; margin: 0; min-width: auto; max-width: none; width: auto; }
  .logo { width: auto; min-width: auto; height: 50px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 50px; }
  .banner .img { height: 0; padding: 35% 0 0; }
  .banner .slick-dots { bottom: .18rem; }
  .nav { visibility: hidden; position: fixed; top: 110px; right: 0; bottom: 0; left: auto; z-index: 100; width: 100%; height: calc(100vh - 66px); margin: 0; padding: .28rem 0; opacity: 0; background: url("../images/index_bg1.jpg") no-repeat 50% 100% #fff; background-size: cover; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav ul { flex-direction: column; justify-content: flex-start; max-width: 90%; width: 8rem; height: 100%; margin: 0 auto; padding: .1rem .22rem; background: #fff; overflow-x: hidden; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); opacity: 0; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav li { width: 100%; padding: 0; border-top: 1px dashed #fff; border-bottom: 1px dashed #c6d3e4; }
  .nav li a { width: 100%; line-height: .55rem; padding: 0 .1rem !important; text-align: left; }
  .nav li a::after { display: none; }
  .nav li a::before { display: inline-block; width: 5px; height: 5px; background: #589923; margin: 0 12px 2px 0; content: ""; }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; width: 100%; padding: 0 0 12px 30px; border: none; background: none; box-shadow: none; transition: none; }
  .nav li .lv2 a { color: #333 !important; line-height: .4rem; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; transition: none; }
  .nav li::after { display: none; }
  .nav .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav .down-icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav.show { top: 66px; opacity: 1; visibility: visible; }
  .nav.show ul { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: all 0.36s linear 0.3s; -moz-transition: all 0.36s linear 0.3s; -ms-transition: all 0.36s linear 0.3s; -o-transition: all 0.36s linear 0.3s; transition: all 0.36s linear 0.3s; }
  .pad-btn { display: flex; align-items: center; margin-left: 7px; }
  .pad-btn .search-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #589923; }
  .pad-btn .nav-btn { display: inline-block; }
  .pad-btn::after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; border-top: 66px solid #589923; border-bottom: 0px solid transparent; border-right: 66px solid #589923; border-left: 12px solid transparent; }
  .search-box .form { width: calc(80% - .85rem); padding: .1rem; }
  .section { padding: .3rem 0; }
  .section .container { padding: .2rem .25rem .25rem; }
  .section .left-box { width: 2.1rem; }
  .section .left-box .title { font-size: .17rem; }
  .footer .container { flex-wrap: wrap; padding: 0; }
  .foot-contact { width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .1); padding: 0 0 .12rem; margin: 0 0 .15rem; }
  .foot-contact .tips { margin: 0; }
  .foot-logo { padding: 0 .15rem 0 0; }
  .foot-logo img { max-height: .52rem; }
  .copy { width: 100%; margin: .15rem 0 0; text-align: center; line-height: .3rem; } }
@media screen and (max-width: 600px) { .logo { display: flex; align-items: center; height: 32px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 42px; }
  .pad-btn::after { border-top-width: 51px; border-right-width: 52px; }
  .pad-btn .search-btn { width: 35px; height: 35px; background-size: 18px; }
  .pad-btn .nav-btn { width: 30px; margin: 0 14px 0 32px; }
  .pad-btn .nav-btn i { margin: 7px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }
  .nav { height: calc(100vh - 51px); }
  .nav.show { top: 51px; }
  .search-box form { width: calc(95% - .85rem); margin: 0 0 0 5%; }
  .search-box .close { left: calc(100% + 0.15rem); }
  .section { padding: .25rem 0; }
  .section .container { padding: .1rem .15rem .15rem; }
  .section .left-box { width: 100%; margin: 0 0 .2rem; text-align: center; }
  .section .left-box .title { margin: .5rem auto 0; max-width: 2.5rem; }
  .section .right-box { width: 100%; }
  .article .title { text-align: center; }
  .section .container { border-radius: 0.1rem; }
  .section.inset .left-box { display: none; }
  .section.inset .right-box { margin: .12rem 0 0; }
  .footer .item2 { width: 100%; }
  .foot-logo { width: 100%; text-align: center; padding: 0; margin: 0 0 .12rem; }
  .foot-contact .tips { text-align: center; }
  .list1 { margin: 0; }
  .list1 li { padding: .15rem 0; }
  .list1 .title { width: 100%; padding: 0 0 6px; line-height: .26rem; text-align: justify; overflow: visible; text-overflow: clip; white-space: initial; }
  .list1 .title::before { background: #589923; }
  .list1 .date { float: none; line-height: .3rem; color: #589923; } }

/*# sourceMappingURL=style.css.map */