@charset "UTF-8";
/* 悬停图片放大 IE9+*/
.img-scale { display: block; overflow: hidden; }

.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }

.img-scale .img-frame { overflow: hidden; }

.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: cover; background-size: cover; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.img-scale .img img { min-height: 100%; }

.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

html { min-width: 320px; }

body { display: none; overflow-x: hidden; }

body.hide { overflow: hidden; }

.tt1 { display: block; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.container { width: 80%; max-width: 1360px; margin: 0 auto; }

.spirit { display: inline-block; *display: inline; *zoom: 1; background-image: url(../images/spirit.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: middle; }

.spirit.sj { background-position: -166px 5px; }

.spirit.dd { background-position: -199px 5px; }

.header { position: relative; z-index: 200; }

.header .head1 { padding: 26px 0; background-image: url(../images/t_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.header .logo a { outline: none; }

.header .logo img { height: 97px; vertical-align: middle; }

.header .xiaoxun { display: inline-block; *display: inline; *zoom: 1; width: 355px; height: 40px; margin: 0 0 0 100px; background-image: url(../images/xiaoxun.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: 100%; background-size: 100%; vertical-align: middle; }

.header .head1 .container { position: relative; }

.header .head1 .container > .fr { padding: 31px 0 0; }

.header.fixed .nav { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.top-link { display: inline-block; *display: inline; *zoom: 1; font-size: 14px; font-weight: 500; line-height: 35px; color: #fff; text-align: left; vertical-align: top; }

.top-link a { color: #fff; }

.top-link a:last-child { margin-right: 8px; }

.top-link span { margin: 0 10px; }

.top-link span:last-child { margin-right: 5px; }

.pad-round { display: none; }

.search { display: inline-block; *display: inline; *zoom: 1; padding: 5px 0; white-space: nowrap; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.search .input { width: 0px; height: 25px; font-size: 14px; font-weight: 500; line-height: 25px; color: #333; text-align: left; border: 1px solid transparent; vertical-align: top; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.search .input::-webkit-input-placeholder { color: #bbb; }

.search .input:-moz-placeholder { color: #bbb; }

.search .input::-moz-placeholder { color: #bbb; }

.search .input:-ms-input-placeholder { color: #bbb; }

.search .input::placeholder { color: #bbb; }

.search .submit { width: 25px; height: 25px; background-position: 0 3px; vertical-align: top; }

.search:hover { padding-left: 7px; padding-right: 7px; background: #fff; }

.search:hover .input { width: 170px; padding-left: 7px; padding-right: 7px; border-color: #eee; }

.search:hover .submit { background-image: url(../images/search.png); background-position: 4px 3px; }

.nav { position: relative; z-index: 2; background: #015198; }

.nav ul { height: 50px; }

.nav li { position: relative; float: left; width: 9.09%; }

.nav li a { display: block; letter-spacing: 1px; font-size: 16px; font-weight: 500; line-height: 50px; color: #fff; text-align: center; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.nav li:first-child { margin-left: 0; }

.nav li:last-child { margin-right: 0; }

.nav li:hover > a { background: #0064af; }

.nav li:hover .lv2 { top: calc(100% + 9px); visibility: visible; opacity: 1; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s;}

.nav li .lv2 .tri { position: absolute; bottom: calc(100% - 1px); width: 100%; height: 10px; background-image: url(../images/g_icon7.png); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; -o-background-size: auto; background-size: auto 100%; }

.nav li .lv2 { position: absolute; top: 150%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: 8px 0 12px; border: 1px solid #0064af; border-top: 0; background: rgba(255, 255, 255, .8 ); opacity: 0; visibility: hidden; }

.nav li .lv2 a { padding: 7px 4px; letter-spacing: 0; font-size: 14px; line-height: 18px; color: #333; }

.nav li .lv2 a:hover { color: #0064af; }

.banner { z-index: 1; font-size: 0; }

.banner .slick-active img { -webkit-transition: transform 6s linear 0s; -moz-transition: transform 6s linear 0s; -o-transition: transform 6s linear 0s; -webkit-transition: -webkit-transform 6s linear 0s; transition: -webkit-transform 6s linear 0s; -o-transition: -o-transform 6s linear 0s; -moz-transition: transform 6s linear 0s, -moz-transform 6s linear 0s; transition: transform 6s linear 0s; transition: transform 6s linear 0s, -webkit-transform 6s linear 0s, -moz-transform 6s linear 0s, -o-transform 6s linear 0s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.banner a { display: block; position: relative; padding: 33.82% 0 0; }

.banner a img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; }

.banner .slick-arrow { position: absolute; top: -webkit-calc(50% - 27px); top: -moz-calc(50% - 27px); top: calc(50% - 27px); right: auto; bottom: auto; left: auto; z-index: 1; width: 55px; height: 53px; opacity: .4; background-image: url(../images/spirit.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.banner .slick-arrow.slick-prev { left: 38px; background-position: -34px 0; }

.banner .slick-arrow.slick-next { right: 38px; background-position: -90px 0; }

.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 18px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.banner .slick-dots li { display: inline-block; *display: inline; *zoom: 1; margin: 0 7px; width: 12px; height: 12px; border: 2px solid #fff; border-radius: 50%; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.banner .slick-dots li.slick-active { background: #fff; }

.banner:hover .slick-arrow { opacity: 1; }

.section { padding: 15px 0 40px; }

.tt1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tt2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.tt3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.tt4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.column { margin: 40px 0 32px; border-bottom: 2px solid #0174ca; }

.column .more { font-size: 14px; font-weight: 500; line-height: 40px; color: #999; text-align: left; }

.column .more:hover { color: #0064af; }

.column h3 { display: inline-block; padding: 0 12px 0 50px; font-size: 20px; font-weight: 700; line-height: 40px; color: #fff; text-align: left; background: url(../images/t_icon1.png) no-repeat 8px 50% #0174ca; }

.column h3 span { font-size: 16px; color: #999; }

.column.c1 { border-color: #015198; }
.column.c1 h3 { background-color: #015198; }

.column.c2 { border-color: #019881; }
.column.c2 h3 { background-color: #019881; }

.column.c3 { border-color: #0016ba; }
.column.c3 h3 { background-color: #0016ba; }

.column.c4 { border-color: #ce7e00; }
.column.c4 h3 { background-color: #ce7e00; }

.column.c5 { border-color: #840198; }
.column.c5 h3 { background-color: #840198; }

.column.c6 { border-color: #ab0101; }
.column.c6 h3 { background-color: #ab0101; }

.column.c7 { border-color: #0098be; }
.column.c7 h3 { background-color: #0098be; }

.title { font-size: 16px; font-weight: 500; line-height: 44px; color: #000; text-align: left; }

.info { font-size: 14px; font-weight: 500; line-height: 25px; color: #666; text-align: justify; }

.date { font-size: 14px; font-weight: 500; line-height: 44px; color: #999; text-align: left; }

.first { margin: 0 0 8px; padding: 0 0 22px; border-bottom: 1px solid #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.first .text { width: -webkit-calc(100% - 78px); width: -moz-calc(100% - 78px); width: calc(100% - 78px); }

.first .text .title { font-weight: 700; line-height: 16px; color: #0064af; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.first .text .info { margin: 6px 0 0; height: 50px; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.first .date { width: 65px; font-size: 12px; font-weight: 500; line-height: 27px; color: #fff; text-align: center; background: #7fb1d7; border-radius: 5px; overflow: hidden; }

.first .date p:first-child { font-size: 24px; line-height: 38px; background: #0064af; }

.first:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); border-color: #0064af; }

.first2 {  padding: 0 0 5px; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.first2 .text { width: -webkit-calc(100% - 140px); width: -moz-calc(100% - 140px); width: calc(100% - 140px); }

.first2 .text .title { margin: 0 0 5px; line-height: 30px; font-weight: 700; }

.first2 .text .info { line-height: 25px; text-indent: 2em; height: 50px; }
.first2 .text .info span { color: #ac0000; }
.first2 .img-frame { width: 120px; }

.first2 .img-frame .img { padding: 72.5% 0 0; }

.first2:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); border-color: #0064af; }

.first2:hover .title { color: #0064af; }

.list1 li { border-bottom: 1px dashed #ddd; }
.list1 li:last-child { border: none; }
.list1 .title { display: block; width: -webkit-calc(100% - 90px); width: -moz-calc(100% - 90px); width: calc(100% - 90px); line-height: 55px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.list1 .title::before { display: inline-block; *display: inline; *zoom: 1; content: ""; width: 7px; height: 7px; margin: 0 10px 2px 0; background: #2975d3; border-radius: 50%; }
.list1 .date { line-height: 55px; }
.list1 .title:hover { color: #0064af; }

.list2 li { padding: 10px 0; border-top: 1px dashed #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.list2 li:first-child { padding-top: 0; border: none; }

.list2 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.list2 li:hover .title { color: #0064af; }

.list2 .date { width: 56px; font-size: 12px; font-weight: 500; line-height: 22px; color: #2975d3; border: 1px solid #2975d3; text-align: center; }

.list2 .date p:first-child { font-size: 20px; line-height: 34px; color: #fff; background: #2975d3; }

.list2 .title { display: block; display: -webkit-box; -webkit-box-orient: vertica; -webkit-line-clamp: 2; overflow: hidden; width: -webkit-calc(100% - 65px); width: -moz-calc(100% - 65px); width: calc(100% - 65px); height: 58px; line-height: 58px; }

.list2 .title span { display: inline-block; line-height: 29px; vertical-align: middle; }

.list3 li { padding: 13px 0; font-size: 0; border-bottom: 1px dashed #ddd; }
.list3 li:first-child { padding-top: 0; }
.list3 li:last-child { padding-bottom: 0; border: none; }
.list3 .date { display: inline-block; vertical-align: top; width: 56px; font-size: 12px; font-weight: 500; line-height: 22px; color: #2975d3; border: 1px solid #2975d3; text-align: center; }
.list3 .date p:first-child { font-size: 20px; line-height: 34px; color: #fff; background: #2975d3; }
.list3 .text { display: inline-block; vertical-align: top; width: calc(100% - 57px); padding: 0 0 0 10px; }
.list3 .text .title { line-height: 25px; margin: 0 0 5px; }
.list3 .text .title:hover { color: #2975d3; }
.list3 .text .info { margin: 7px 0 0; line-height: 20px; }

.pic-list li { padding: 20px 0; border-top: 1px solid #ddd; }

.pic-list li:first-child { padding-top: 0; border: none; }

.pic-list li a { -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.pic-list li a:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.pic-list li a:hover .text .title { color: #0064af; }

.pic-list .text { width: -webkit-calc(100% - 130px); width: -moz-calc(100% - 130px); width: calc(100% - 130px); }

.pic-list .text .title { margin: 0 0 10px; line-height: 18px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.pic-list .text .spirit { width: 22px; height: 25px; }

.pic-list .img-frame { width: 120px; }

.pic-list .img-frame .img { padding: 66.66% 0 0; }

.xyxw { width: 65.8%; }
.xyxw .column { margin-top: 20px; }
.xyxw .xyxw-slick { width: 48.31%; font-size: 0; box-shadow: 0 0 10px 1px #ccc; }

.xyxw .xyxw-slick .img-scale { position: relative; }

.xyxw .xyxw-slick .img { padding: 244px 0 0; }

.xyxw .xyxw-slick .title { width: 100%; padding: 0 10px; font-size: 16px; font-weight: 700; line-height: 67px; color: #000; text-align: center; background: #fff; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.xyxw .xyxw-slick .slick-dots { position: absolute; top: auto;  bottom: 67px; z-index: 1; width: 100%; padding: 12px 0; text-align: center; background: rgba(0, 0, 0, .6); }

.xyxw .xyxw-slick .slick-dots li { display: inline-block; *display: inline; *zoom: 1; margin: 0 4px; width: 12px; height: 12px; background: #ddd;border-radius: 50%; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.xyxw .xyxw-slick .slick-dots li.slick-active { background: #0174ca; }

.xyxw .xyxw-slick .slick-arrow { position: absolute; top: -webkit-calc(40% - 27px); top: -moz-calc(40% - 27px); top: calc(40% - 27px); right: auto; bottom: auto; left: auto; z-index: 1; width: 32px; height: 42px; background-image: url(../images/spirit.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, .5); -o-background-size: auto; background-size: auto; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.xyxw .xyxw-slick .slick-arrow.slick-prev { left: 0px; background-position: -160px -15px; }

.xyxw .xyxw-slick .slick-arrow.slick-next { right: 0px; background-position: -186px -15px; }

.xyxw > .fr { width: 48.31%; }

.tzgg { width: 31.6%; }
.tzgg .column { margin-bottom: 0; margin-top: 20px; }
.tzgg .list2 { padding: 30px 19px 8px; border: 1px solid #e5e5e5;  }

.llxx, .xsjl, .txgz, .zsjy, .djyd, .yqlj { width: 31.6%; }

.xsjl, .yqlj { margin: 0 2.6%; }
.zsjy { margin-right: 2.6%; }
.zsjy .column, .djyd .column { margin-bottom: 14px; }

.kjtd { padding: 1px 0 0; }
.links { margin: 0 -10px; font-size: 0; }
.links li { display: inline-block; width: 11.11%; padding:0 10px; vertical-align: top; }
.links li a { display: block; margin: 10px 0 0; font-size: 16px; line-height: 25px; color: #000; text-align: center; }
.links li a:hover { color: #2975d3; }

.links .icon { display: block; width: 90px; height: 90px; margin: 0 auto 5px; background: url(../images/k_icon1.png) no-repeat 50% 50% #eee; border-radius: 50%; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.links a:hover .icon { background-color: #2975d3; background-image: url(../images/k_icon1_2.png); }

.links .icon.i2 { background-image: url(../images/k_icon2.png); }
.links a:hover .icon.i2 { background-image: url(../images/k_icon2_2.png); }

.links .icon.i3 { background-image: url(../images/k_icon3.png); }
.links a:hover .icon.i3 { background-image: url(../images/k_icon3_2.png); }

.links .icon.i4 { background-image: url(../images/k_icon4.png); }
.links a:hover .icon.i4 { background-image: url(../images/k_icon4_2.png); }

.links .icon.i5 { background-image: url(../images/k_icon5.png); }
.links a:hover .icon.i5 { background-image: url(../images/k_icon5_2.png); }

.links .icon.i6 { background-image: url(../images/k_icon6.png); }
.links a:hover .icon.i6 { background-image: url(../images/k_icon6_2.png); }

.links .icon.i7 { background-image: url(../images/k_icon7.png); }
.links a:hover .icon.i7 { background-image: url(../images/k_icon7_2.png); }

.links .icon.i8 { background-image: url(../images/k_icon8.png); }
.links a:hover .icon.i8 { background-image: url(../images/k_icon8_2.png); }

.links .icon.i9 { background-image: url(../images/k_icon9.png); }
.links a:hover .icon.i9 { background-image: url(../images/k_icon9_2.png); }

.footer { padding: 22px 0; background: #0064af; }

.copy { width: 37%; margin: 10px 0 0; font-size: 14px; font-weight: 500; line-height: 25px; color: #fff; text-align: left; }

.foot-logo { width: 43%; margin: 10px 0 0; text-align: center; }

.foot-logo img { height: 76px; vertical-align: top; }

.ewm { width: 20%; font-size: 0; text-align: right; }

.ewm li { display: inline-block; *display: inline; *zoom: 1; width: 82px; margin: 0 0 0 8px; }

.ewm li img { width: 100%; }

.decoration { max-height: 300px; overflow: hidden; }

.decoration img { width: 100%; vertical-align: top; }

.sidebar { width: 17%; margin: 30px 0 0; }

.sidebar h1 { padding: 5px 0 15px; font-size: 24px; font-weight: 500; line-height: 50px; color: #fff; text-align: center; background: #0064af; }

.sidebar h1 i {  }

.sidebar .lv2-nav { padding: 20px 0 30px 10px; background: #eff4f9; user-select: none; }

.sidebar .lv2-nav a { display: block; padding: 11px 40px 11px 20px; font-size: 18px; font-weight: 500; line-height: 28px; color: #000; }

.sidebar .lv2-nav a:hover { color: #0064af; }

.sidebar .lv2-nav li { position: relative;  border-left: 4px solid transparent; }

.sidebar .lv2-nav li.cur { background: #fff; border-color: #0064af; }

.sidebar .lv2-nav li.cur > a { color: #0064af; }

.sidebar .lv2-nav .lv3 { display: none; padding: 0 0 10px 0; }

.sidebar .lv2-nav .lv3 a { padding-left: 40px; padding-top: 0; padding-bottom: 0; font-size: 15px; font-weight: 500; line-height: 35px; color: #000; text-align: left; }

.sidebar .lv2-nav .lv3 a:hover { color: #0064af; }

.sidebar .lv2-nav .lv3 a.cur { color: #0064af; font-weight: 700; }

.sidebar .lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50px; height: 50px; background-image: url(../images/down.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; transform: rotate(-90deg); -ms-transform: rotate(-90deg); }
.sidebar .lv2-nav .down.s { transform: rotate(0deg); -ms-transform: rotate(0deg); }
.sidebar .lv2-nav li.cur .down { color: #274480; }

.main { width: 80%; min-height: 400px; margin: 30px 0 0; }

.position { margin-top: 0; padding-bottom: 15px; }

.place { font-size: 14px; font-weight: 500; line-height: 40px; color: #999; text-align: left; }

.place a { color: #999; }

.place a:hover { color: #0064af; }

.jgsz-box .jgsz-item { margin: 0 0 20px; }

.jgsz-box h4 { font-size: 18px; font-weight: 700; line-height: 75px; color: #0064af; text-align: left; border-bottom: 1px solid #0064af; }

.jgsz-box ul li { float: left; width: 31%; margin: 0 3.5% 0 0; padding: 25px 0 18px; border-bottom: 1px solid #ddd; }

.jgsz-box ul li:nth-child(3n) { margin-right: 0; }

.jgsz-box ul .title { font-size: 16px; font-weight: 700; line-height: 32px; color: #000; text-align: left; }

.jgsz-box ul .text { height: 32px; font-size: 16px; font-weight: 500; line-height: 32px; color: #000; text-align: left; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.jgsz-box ul .text span { color: #0064af; }

.two { display: none; }

.btn { display: none; margin: 13px 0 0 5px; vertical-align: top; }

.btn .search-btn { display: inline-block; *display: inline; *zoom: 1; width: 35px; height: 35px; background-image: url(../images/search2.png); background-repeat: no-repeat; background-position: 50% 20%; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: top; cursor: pointer; }

.nav-btn { display: inline-block; *display: inline; *zoom: 1; width: 35px; height: 35px; font-size: 0; margin: 0 0 0 30px; text-align: right; vertical-align: top; cursor: pointer; }

.nav-btn i { display: inline-block; *display: inline; *zoom: 1; width: 100%; height: 2px; margin: 10px 0 0; background: #fff; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.nav-btn i:nth-child(1) { margin-top: 0; }

.nav-btn i:nth-child(2) { width: 70%; }

.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 16px) rotate(45deg); -moz-transform: translate(0, 16px) rotate(45deg); -o-transform: translate(0, 16px) rotate(45deg); -ms-transform: translate(0, 16px) rotate(45deg); transform: translate(0, 16px) rotate(45deg); }

.nav-btn.close i:nth-child(2) { opacity: 0; }

.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); -moz-transform: translate(0, -8px) rotate(-45deg); -o-transform: translate(0, -8px) rotate(-45deg); -ms-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.75); }

.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.mask .close { position: absolute; top: 12%; right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 80px; height: 80px; }

.mask .close i { display: block; width: 100%; height: 2px; background: #fff; }

.mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); -ms-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg); }

.mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); -ms-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); }

.main .list1 { margin: -10px 0 0; }

.main .list1 li { border-bottom: 1px solid #ddd }

.main .list2 li {  padding: 17px 0; }

.main .list1 li .date, .main .list1 li .title { line-height: 55px; }

.main .list2 .text { width: -webkit-calc(100% - 70px); width: -moz-calc(100% - 70px); width: calc(100% - 70px); }

.main .list2 .title { display: block; width: 100%; height: auto; margin: 0 0 3px; line-height: 30px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.main .list2 .info { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.main .list2 li:hover { box-shadow: 7px 7px 7px 0 #ccc; }

.main .pic-list li { -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.main .pic-list li:hover { box-shadow: 7px 7px 7px 0 #ccc; }

.lrld-list { font-size: 0; margin: 0 -13px; }

.lrld-list > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 33.33333%; padding: 0 13px; }

.lrld-list .content { padding: 10px 0 30px; margin: 0 0 15px; border-bottom: 1px solid #ddd; font-size: 16px; font-weight: 500; line-height: 32px; color: #000; text-align: left; }

.lrld-list .content .name span { font-weight: 700; }

.lrld-list .content .text span { color: #0064af; }

.lrld-list.xrld li { width: 50%; }

.teach-box .item { margin: 0 0 30px; }

.teach-box .item h3 { margin: 0 0 12px; font-size: 16px; font-weight: 700; line-height: 50px; color: #000; text-align: left; border-bottom: 1px solid #0064af; }

.teach-box .name { font-size: 0; }

.teach-box .name .zc { display: inline-block; *display: inline; *zoom: 1; width: 68px; font-size: 16px; font-weight: 500; line-height: 35px; color: #000; text-align: justify; vertical-align: top; }

.teach-box .name .mz { display: inline-block; *display: inline; *zoom: 1; width: -webkit-calc(100% - 68px); width: -moz-calc(100% - 68px); width: calc(100% - 68px); font-size: 16px; font-weight: 500; line-height: 35px; color: #666; text-align: justify; }

.teach-box .name .mz a { color: #666; }

.teach-box .name .mz a:hover { color: #0064af; text-decoration: underline !important; }

.teach-box .tips { font-size: 16px; font-weight: 500; line-height: 35px; color: #666; text-align: justify; text-indent: 14px; margin: 10px 0 0; }

.article h1.title { font-size: 20px; font-weight: 700; line-height: 35px; color: #000; text-align: center; }

.article .sub { margin: 25px 0; padding: 10px 0; font-size: 14px; font-weight: 500; line-height: 26px; color: #444; text-align: center; border-top: 1px dashed #aaa; border-bottom: 1px dashed #aaa; opacity: .7; }

.article .content { font-size: 16px; font-weight: 500; line-height: 34px; color: #000; text-align: justify; }

.article .content p { text-indent: 2em; }

.article .content img { display: block; }

.article .content img, .article .content table { max-width: 100%; height: auto !important; margin: 0 auto; }

.article .content table p { text-indent: 0; }

.article .content video, .article .content iframe { max-width: 100%; height: auto !important; }

.yqlj {
    margin: 40px 0 0;
}

.round {
    position: relative;
    width: 416px;
    height: 416px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.round .block {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 208px;
    height: 208px;
    border-top-right-radius: 210px;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    overflow: hidden;
    cursor: pointer;
    border-top: 18px solid #fff;
    border-right: 18px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.round .block .txt {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #0016ba;
    font-weight: 700;
    background: url(../images/yuan1.png) no-repeat 50% 50% #0016ba;
    background-size: cover;
    text-shadow: 1px 0px #fff, -1px 0px #fff, 0px 1px #fff, 0px -1px #fff;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.round .block.b1 .txt {
    padding: 60px 0 0 35px;
}

.round .block.b2 {
    z-index: 2;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.round .block.b2 .txt {
    padding: 79px 0 0 100px;
    color: #ce7e00;
    background-color: #ce7e00;
    background-image: url(../images/yuan2.png);
    -webkit-transform: rotate(-60deg) translate(2px, 95px);
    -moz-transform: rotate(-60deg) translate(2px, 95px);
    -ms-transform: rotate(-60deg) translate(2px, 95px);
    -o-transform: rotate(-60deg) translate(2px, 95px);
    transform: rotate(-60deg) translate(2px, 95px);
}

.round .block.b3 {
    z-index: 3;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.round .block.b3 .txt {
    padding: 98px 0 0 35px;
    color: #015198;
    background-color: #015198;
    background-image: url(../images/yuan3.png);
    -webkit-transform: rotate(-120deg) translate(0px, 190px);
    -moz-transform: rotate(-120deg) translate(0px, 190px);
    -ms-transform: rotate(-120deg) translate(0px, 190px);
    -o-transform: rotate(-120deg) translate(0px, 190px);
    transform: rotate(-120deg) translate(0px, 190px);
}

.round .block.b4 {
    z-index: 4;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.round .block.b4 .txt {
    padding: 98px 58px 0 0;
    text-align: right;
    color: #ab0101;
    background-color: #ab0101;
    background-image: url(../images/yuan4.png);
    -webkit-transform: rotate(-180deg) translate(-165px, 190px);
    -moz-transform: rotate(-180deg) translate(-165px, 190px);
    -ms-transform: rotate(-180deg) translate(-165px, 190px);
    -o-transform: rotate(-180deg) translate(-165px, 190px);
    transform: rotate(-180deg) translate(-165px, 190px);
}

.round .block.b5 {
    z-index: 5;
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}

.round .block.b5 .txt {
    padding: 78px 103px 0 0;
    text-align: right;
    color: #019881;
    background-color: #019881;
    background-image: url(../images/yuan5.png);
    -webkit-transform: rotate(-240deg) translate(-190px, 96px);
    -moz-transform: rotate(-240deg) translate(-190px, 96px);
    -ms-transform: rotate(-240deg) translate(-190px, 96px);
    -o-transform: rotate(-240deg) translate(-190px, 96px);
    transform: rotate(-240deg) translate(-190px, 96px);
}

.round .block.b6 {
    z-index: 6;
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg);
    border-right-color: transparent;
}

.round .block.b6 .txt {
    padding: 60px 35px 0 0;
    text-align: right;
    color: #0098be;
    background-color: #0098be;
    background-image: url(../images/yuan6.png);
    -webkit-transform: rotate(-300deg) translate(-190px, 0px);
    -moz-transform: rotate(-300deg) translate(-190px, 0px);
    -ms-transform: rotate(-300deg) translate(-190px, 0px);
    -o-transform: rotate(-300deg) translate(-190px, 0px);
    transform: rotate(-300deg) translate(-190px, 0px);
}

.round .spot {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: url(../images/t_bg2.png);
    border-radius: 50%;
}

.round .block.first {
    z-index: 7;
    -webkit-transform: skew(0deg, -30deg);
    -moz-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    -o-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg);
    border: none;
}

.round .block.b2:hover {
    -webkit-transform: rotate(60deg) scale(1.09);
    -moz-transform: rotate(60deg) scale(1.09);
    -ms-transform: rotate(60deg) scale(1.09);
    -o-transform: rotate(60deg) scale(1.09);
    transform: rotate(60deg) scale(1.09);
}

.round .block.b3:hover {
    -webkit-transform: rotate(120deg) scale(1.09);
    -moz-transform: rotate(120deg) scale(1.09);
    -ms-transform: rotate(120deg) scale(1.09);
    -o-transform: rotate(120deg) scale(1.09);
    transform: rotate(120deg) scale(1.09);
}

.round .block.b4:hover {
    -webkit-transform: rotate(180deg) scale(1.09);
    -moz-transform: rotate(180deg) scale(1.09);
    -ms-transform: rotate(180deg) scale(1.09);
    -o-transform: rotate(180deg) scale(1.09);
    transform: rotate(180deg) scale(1.09);
}

.round .block.b5:hover {
    -webkit-transform: rotate(240deg) scale(1.09);
    -moz-transform: rotate(240deg) scale(1.09);
    -ms-transform: rotate(240deg) scale(1.09);
    -o-transform: rotate(240deg) scale(1.09);
    transform: rotate(240deg) scale(1.09);
}

.round .block.b6:hover {
    -webkit-transform: rotate(300deg) scale(1.09);
    -moz-transform: rotate(300deg) scale(1.09);
    -ms-transform: rotate(300deg) scale(1.09);
    -o-transform: rotate(300deg) scale(1.09);
    transform: rotate(300deg) scale(1.09);
}

.round .block.first:hover+.block.b1 {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

#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; }

.pad-round { display: none; font-size: 0; margin: 6px -8px 0; }
.pad-round li { display: inline-block; vertical-align: top; width: 50%; padding: 0 8px; margin: 0 0 16px; }
.pad-round li a { display: block; padding: 12px 10px 12px 25px; font-size: 18px; line-height: 30px; color: #0016ba; font-weight: 700; background: url(../images/yuan1.png) no-repeat 50% 50% #0016ba; background-size: cover; text-shadow: 1px 0px #fff, -1px 0px #fff, 0px 1px #fff, 0px -1px #fff; }
.pad-round li:nth-child(2) a{ color: #ce7e00; background-color: #ce7e00; background-image: url(../images/yuan2.png); }
.pad-round li:nth-child(3) a{ color: #015198; background-color: #015198; background-image: url(../images/yuan3.png); }
.pad-round li:nth-child(4) a{ color: #ab0101; background-color: #ab0101; background-image: url(../images/yuan4.png); }
.pad-round li:nth-child(5) a{ color: #019881; background-color: #019881; background-image: url(../images/yuan5.png); }
.pad-round li:nth-child(6) a{ color: #0098be; background-color: #0098be; background-image: url(../images/yuan6.png); }

@media screen and (max-width: 1500px) { .container { width: 85%; }
  .header .logo img { height: 80px; }
  .header .logo .xiaoxun { width: 270px; }
  .header .head1 .container > .fr { padding: 22px 0 0; }
.round { -webkit-transform: scale(.85); -moz-transform: scale(.85); -ms-transform: scale(.85); -o-transform: scale(.85); transform: scale(.85); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
  .links li a { font-size: 14px; }
.sidebar .lv2-nav a { font-size: 16px; }
.sidebar { width: 20%; } .main { width: 77%; }
}

@media screen and (max-width: 1200px) { .container { width: 90%; }
.header .xiaoxun { margin-left: 15px; }
  .sidebar h1 { font-size: 22px; }
  .sidebar .lv2-nav a { font-size: 16px; }
  .jgsz-box ul li { width: 48%; margin-right: 4% !important; }
  .jgsz-box ul li:nth-child(2n) { margin-right: 0 !important; }
  .column h3 { font-size: 22px; }
.round { -webkit-transform: scale(.76); -moz-transform: scale(.76); -ms-transform: scale(.76); -o-transform: scale(.76); transform: scale(.76);}
  .links .icon { width: 70px; height: 70px; }
  .lrld-list li { width: 50%; } }



@media screen and (max-width: 992px) { .container { width: 100%; padding-left: 20px; padding-right: 20px; }

  .xyxw { width: 100%; }
    .tzgg, .xsjl, .llxx { width: 48%; margin: 0; }
.tzgg { float: left; width: 48%; margin: 0 4% 0 0; }
.llxx { float: right;  }
  .txgz { width: 48%; margin: 0 0 0 4%; }
  .one { display: none; }
.xyxw > .fr .list3 li { padding: 13px 0; }
  .list3 li { padding: 22px 0; }
  .two { display: block; }
.xyxw .xyxw-slick .img { padding: 56.51% 0 0; }
  .header .head1 { padding: 8px 0; }
  .header .head1 .container > .fr { padding: 0; }
  .header .xiaoxun { display: none; }
  .header .logo img { height: 55px; }
  .header .head1 .container > .fr { position: static; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; }
  .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); position: absolute; top: 100%; right: 0; bottom: auto; left: 0; z-index: 1; width: 100%; height: -webkit-calc(100vh - 71px); height: -moz-calc(100vh - 71px); height: calc(100vh - 71px); padding: 20px 0 30px; background: rgba(0, 0, 0, 0.85); overflow-x: hidden; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
  .nav ul { height: auto; }
  .nav li { width: auto; float: none; margin: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .nav li a { text-align: left; background: none !important; }
  .nav li .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50px; height: 50px; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
  .nav li .down.close { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }
  .nav li .lv2 { display: none; position: static; width: 100%; visibility: visible; opacity: 1; padding-left: 40px; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; transition: none !important; border: none; background: none !important; }
  .nav li .lv2 a { color: #fff !important; }
  .nav li:last-child { margin-bottom: 50px !important; }
.nav li .lv2 .tri { display: none; }
  .banner, .decoration { padding: 0; }
  body { overflow-x: hidden; }
  .top-link { display: none; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40vh; right: calc(50vw - 210px); bottom: auto; z-index: 200; padding: 10px 15px !important; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
  .search .input { width: 350px !important; height: 35px; padding: 0 8px !important; line-height: 35px; border-color: #eee !important; }
  .search .submit { width: 35px; height: 35px; background-image: url(../images/search.png); background-position: 11px 50% !important; }
  .search.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  .btn { display: inline-block; *display: inline; *zoom: 1; }
  .ewm { width: 50%; text-align: center; }
  .foot-logo { width: 50%; }
  .copy { margin: 20px 0 0; width: 100%; text-align: center; }
  .djyd { width: 48%; margin: 0; }
.yqlj { margin: 20px 0 0; }
  .zsjy { width: 48%; margin: 0 4% 0 0; }
.round { transform-origin: center; transform: scale(1); }
.place { float: none; margin:0 0 16px; }
.yqlj { width: 100%; }
  .sidebar { width: 100%; margin: 10px 0 0; }
  .sidebar h1 { position: relative; padding: 0 20px; line-height: 55px; text-align: left; }
  .sidebar h1 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 55px; height: 55px; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; cursor: pointer; }
  .sidebar .lv2-nav { display: none; }
  .sidebar .lv2-nav a { text-align: left; text-indent: 20px; }
  .main { width: 100%; margin: 0; } }

@media screen and (max-width: 800px) { .xyxw .xyxw-slick { width: 100%; margin: 0 0 30px; }
  .xyxw > .fr { width: 100%; }
  .llxx, .tzgg, .xsjl, .txgz { width: 100%; margin: 0; }
  .foot-logo img { max-width: 90%; height: auto; }
  .search .input { width: 230px !important; }
  .search { right: calc(50vw - 150px); }
  .jgsz-box ul li { width: 100%; margin: 0 !important; height: auto !important; }
  .zsjy { width: 100%; margin: 0; }
  .djyd { width: 100%; }
  .links li { width: 20%; }
.round { display: none; }
.pad-round { display: block; }
  .column, .tzgg .column { margin-top: 25px; } .place { line-height: 20px; }
  .copy { font-size: 12px; }
  .lrld-list.xrld li { width: 100%; } 
.round { display: none; }
.pad-round { display: block; }
.yqlj { margin: 20px 0 0; }
}

@media screen and (max-width: 600px) { .ewm, .foot-logo, .copy { width: 100%; }
  .foot-logo { margin: 20px 0 0; }
  .title { font-size: 15px; }
  .date { font-size: 12px; }
.yqlj { margin: 15px 0 10px; } .xyxw .column { margin-top: 0; }
  .column h3 { font-size: 18px; }
  .round { transform: scale(1);  } .column, .tzgg .column { margin-top: 12px; }
  .links li { width: 33.33%; }
  .lrld-list li { width: 100%; }
 }

@media screen and (max-width: 450px) { .banner .slick-arrow { display: none !important; }
  .nav-btn { margin: 0 0 0 10px; }
  .search .input { width: 180px !important; }
  .search { right: calc(50vw - 125px); }
.pad-round { margin: 5px -5px; }
.pad-round li { padding: 0 5px; margin: 0 0 10px; }
 .pad-round li a { font-size: 15px; color: #fff !important; text-shadow: none; padding: 10px 5px 10px 10px; }
  .round { transform: scale(.7); transform-origin: left; }
  .header .logo img { margin-top: 5px; width: 185px; height: auto; } }

#page-list {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#page-list .p_pages a, #page-list span, #page-list .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d, #page-list .p_goto a {padding: 8px 10px; border: 1px solid #eee; border-radius: 4px; color: #428bca;}
#page-list .p_pages .p_no_d, #page-list a:hover, #page-list .p_goto a {background: #0064af; font-weight: bold; color: #fff; border-color: #0064af;}
#page-list .p_t{ padding: 0 2px 0 0; color: #777;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #aaa;}
#page-list .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }