@charset "UTF-8";
@font-face { font-family: 'Poppins'; src: url("/static/index/fonts/Poppins-Regular.eot"); src: local("Poppins Regular"), local("Poppins-Regular"), url("/static/index/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("/static/index/fonts/Poppins-Regular.woff2") format("woff2"), url("/static/index/fonts/Poppins-Regular.woff") format("woff"), url("/static/index/fonts/Poppins-Regular.ttf") format("truetype"), url("/static/index/fonts/Poppins-Regular.svg") format("svg"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url("/static/index/fonts/Poppins-Bold.eot"); src: local("Poppins Bold"), local("Poppins-Bold"), url("/static/index/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("/static/index/fonts/Poppins-Bold.woff2") format("woff2"), url("/static/index/fonts/Poppins-Bold.woff") format("woff"), url("/static/index/fonts/Poppins-Bold.ttf") format("truetype"), url("/static/index/fonts/Poppins-Bold.svg") format("svg"); font-weight: bold; font-style: normal; font-display: swap; }
body { font-family: 'Poppins' , 'Microsoft YaHei'; color: #333; margin: 0; font-size: 14px; line-height: 1.6; -webkit-text-size-adjust: none; }

.header { position: fixed; z-index: 99; top: 0; width: 100%; height: 150px; -webkit-transition: all .4s; transition: all .4s; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.header .top { height: 100px; background: #C02020; color: #fff; overflow: hidden; }
.header .top .logo { height: 60px; margin-top: 20px; float: left; }
.header .top .logo img { height: 100%; }
.header .top .top-info { float: left; margin-left: 30px; padding-left: 30px; font-size: 14px; border-left: 1px solid rgba(255, 255, 255, 0.3); line-height: 25px; margin-top: 25px; }
.header .top .top-info .big { font-size: 19px; font-weight: bold; }
.header .top .top-tel { float: right; padding-left: 60px; line-height: 25px; margin-top: 25px; background: url(/static/index/images/icon-tel.png) no-repeat left center; }
.header .top .top-tel .telnum { font-size: 24px; font-weight: bold; }
.header .nav { height: 50px; line-height: 50px; width: 100%; }
.header .nav .container { display: flex; align-items: center; }
.header .nav .navlogo { height: 40px; margin-right: 10px; display: none; }
.header .nav .navlogo img { height: 100%; }
.header .nav .nav-list1 { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.header .nav .nav-list1 > li { width: 11.11%; float: left; position: relative; text-align: center; }
.header .nav .nav-list1 > li > a { display: block; font-size: 16px; position: relative; }
.header .nav .nav-list1 > li > a:before { position: absolute; right: 0; height: 20px; top: 50%; margin-top: -10px; width: 1px; background: #ddd; content: ''; }
.header .nav .nav-list1 > li.active > a { color: #C02020; }
.header .nav .nav-list1 > li.active > a:after { position: absolute; bottom: 0; left: 50%; margin-left: -25px; width: 50px; background: #C02020; height: 2px; content: ''; }
.header .nav .nav-list1 > li:last-child > a:before { content: none; }
.header .nav .nav-list1 > li ul { background: #fff; background-clip: padding-box; box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15); }
.header .nav .nav-list1 > li .nav-list2 { position: absolute; left: 0; right: 0; top: 100%; display: none; z-index: 99; padding: 15px 0; }
.header .nav .nav-list1 > li .nav-list2 > li { text-align: center; padding: 0 15px; margin: 8px 0; line-height: 24px; font-weight: normal; box-sizing: border-box; position: relative; }
.header .nav .nav-list1 > li .nav-list2 > li > a { display: block; font-size: 14px; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.header .nav .nav-list1 > li .nav-list2 > li:hover a { text-decoration: underline; color: #C02020; }
.header .nav .nav-list1 > li .nav-list2 > li .nav-list3 { position: absolute; left: 100%; top: 0; min-width: 100px; border-left: 1px solid transparent; display: none; padding: 10px 0; }
.header .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li { text-align: left; padding: 0 15px; margin: 8px 0; line-height: 24px; font-weight: normal; box-sizing: border-box; }
.header .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li > a { display: block; font-size: 14px; color: #666; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.header .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li:hover a { text-decoration: underline; color: #C02020; }
.header.fixed-header { top: -100px; height: 160px; background: #C02020; color: #fff; }
.header.fixed-header .nav { height: 60px; line-height: 60px; }
.header.fixed-header .nav .navlogo { display: block; }
.header.fixed-header .nav .nav-list1 > li > a { color: #fff; }
.header.fixed-header .nav .nav-list1 > li > a:before { content: none; }

.header-m { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 60px; color: #fff; background: #C02020; box-sizing: border-box; z-index: 99; }
.header-m .logo { height: 40px; margin-top: 10px; margin-left: 15px; float: left; }
.header-m .logo img { height: 100%; }
.header-m .iconfont { float: right; padding: 0 15px; line-height: 60px; color: #fff; font-size: 20px; }

.fastnav { width: 100%; height: 100%; position: fixed; right: -100%; top: 0; color: #fff; background: rgba(0, 0, 0, 0.9); z-index: 9999; overflow: auto; }
.fastnav .fastnav-logo { position: absolute; left: 15px; top: 15px; height: 30px; }
.fastnav .fastnav-logo img { height: 100%; }
.fastnav .close { font-size: 18px; position: absolute; right: 0; top: 0; text-align: center; width: 60px; height: 60px; line-height: 60px; }
.fastnav h1 { font-size: 16px; padding: 0 20px; height: 40px; line-height: 40px; background: #5fa82a; }
.fastnav > .dropdown { padding: 100px 30px 0; text-align: center; letter-spacing: 2px; }
.fastnav > .dropdown > li { font-size: 16px; line-height: 35px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.fastnav > .dropdown > li a { display: block; color: #fff; }
.fastnav > .dropdown > li > ul { padding-top: 10px; }
.fastnav > .dropdown > li > ul > li { font-size: 14px; line-height: 25px; padding: 5px 0; }
.fastnav > .dropdown > li > ul > li a { color: rgba(255, 255, 255, 0.7); }
.fastnav > .dropdown > li > ul > li > ul { padding-top: 10px; }
.fastnav > .dropdown > li > ul > li > ul > li { font-size: 13px; line-height: 25px; padding: 2px 0; }
.fastnav > .dropdown > li > ul > li > ul > li a { color: rgba(255, 255, 255, 0.5); }

@media (max-width: 1439px) { .header .nav .nav-list1 > li > a { font-size: 15px; }
  .header .nav .nav-list1 > li .nav-list2 > li { padding: 0 10px; }
  .header .nav .nav-list1 > li .nav-list2 > li > a { font-size: 13px; }
  .header .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li { padding: 0 10px; }
  .header .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li > a { font-size: 13px; } }
@media (max-width: 1199px) { .header .nav .nav-list1 > li > a { font-size: 14px; }
  .header .nav .nav-list1 > li .nav-list2 > li { padding: 0 10px; }
  .header .nav .nav-list1 > li .nav-list2 > li > a { font-size: 12px; }
  .header .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li { padding: 0 10px; }
  .header .nav .nav-list1 > li .nav-list2 > li .nav-list3 > li > a { font-size: 12px; } }
@media (max-width: 991px) { .header { display: none; }
  .header-m { display: block; } }
.banner { position: relative; z-index: 1; width: 100%; padding-top: 150px; font-size: 0; }
.banner .slickbanner { margin: 0 !important; }
.banner img { width: 100%; }
.banner .item { position: relative; font-size: 0; }
.banner .slick-dots { position: absolute; bottom: 30px; left: 50%; display: block; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.banner .slick-dots li { position: relative; display: inline-block; width: 8px; height: 8px; margin: 0 5px; cursor: pointer; -webkit-transition: all .35s; transition: all .35s; border-radius: 50%; background-color: #fff; }
.banner .slick-dots li button { display: none; }
.banner .slick-dots .slick-active { width: 20px; border-radius: 4px; background-color: #c02020; }
.banner .slick-arrow { font-size: 46px; text-align: center; position: absolute; z-index: 8; top: 50%; margin-top: -25px; display: block; width: 50px; height: 50px; line-height: 50px; color: #fff; border: none; opacity: .5; background: none; cursor: pointer; outline: none; }
.banner .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.banner .slick-arrow:hover { opacity: 1; }
.banner .slick-prev { left: 2%; }
.banner .slick-prev:before { content: '\e625'; }
.banner .slick-next { right: 2%; }
.banner .slick-next:before { content: '\e626'; }
.banner .vr { position: absolute; bottom: 30px; right: 3%; width: 260px; height: 130px; border: 3px solid #fff; background: #000; box-sizing: border-box; }
.banner .vr img { width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.banner .vr .cont { color: #fff; font-size: 18px; text-align: center; position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.banner .vr .icon-vr { display: block; margin: 0 auto; width: 40px; height: 40px; background: url(/static/index/images/icon-vr.png) no-repeat; background-size: cover; }

@media (max-width: 1439px) { .banner .slick-dots { bottom: 20px; }
  .banner .slick-arrow { font-size: 36px; }
  .banner .vr { width: 200px; height: 100px; }
  .banner .vr .cont { font-size: 16px; }
  .banner .vr .icon-vr { width: 30px; height: 30px; } }
@media (max-width: 991px) { .banner { padding-top: 60px; }
  .banner .slick-dots { bottom: 10px; }
  .banner .slick-arrow { display: none !important; } }
@media (max-width: 767px) { .banner .vr { width: 120px; height: 60px; bottom: 20px; border-width: 2px; }
  .banner .vr .cont { font-size: 12px; }
  .banner .vr .icon-vr { width: 20px; height: 20px; } }
.icon { float: left; width: 30px; height: 28px; margin-right: 10px; }

.index-head { overflow: hidden; padding-bottom: 20px; height: 30px; line-height: 30px; position: relative; }
.index-head:before { position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: #c02020; content: ''; }
.index-head:after { position: absolute; left: 0; bottom: 0; width: 120px; height: 5px; background: #c02020; content: ''; }
.index-head .icon { float: left; display: block; width: 28px; height: 28px; margin-right: 10px; }
.index-head .index-head-cn { font-size: 28px; float: left; margin-right: 10px; }
.index-head .index-head-en { font-size: 16px; color: #888; float: left; text-transform: uppercase; }
.index-head .more { font-size: 16px; color: #c02020; float: right; }

@media (max-width: 1439px) { .index-head .icon { width: 26px; height: 26px; }
  .index-head .index-head-cn { font-size: 24px; }
  .index-head .index-head-en { font-size: 15px; }
  .index-head .more { font-size: 14px; } }
@media (max-width: 1199px) { .index-head { padding-bottom: 15px; line-height: 28px; height: 28px; }
  .index-head:after { width: 100px; }
  .index-head .icon { width: 22px; height: 22px; }
  .index-head .index-head-cn { font-size: 20px; }
  .index-head .index-head-en { font-size: 14px; }
  .index-head .more { font-size: 13px; } }
@media (max-width: 991px) { .index-head { padding-bottom: 10px; line-height: 26px; height: 26px; }
  .index-head:after { width: 80px; }
  .index-head .icon { width: 20px; height: 20px; }
  .index-head .index-head-cn { font-size: 18px; }
  .index-head .index-head-en { font-size: 12px; }
  .index-head .more { font-size: 12px; } }
.news-xydt { width: 72%; float: left; padding-right: 40px; box-sizing: border-box; }
.news-xydt .icon-xydt { background: url(/static/index/images/icon-xydt.png) no-repeat; background-size: cover; }
.news-xydt .news-xydt-box { overflow: hidden; margin-top: 30px; }
.news-xydt .news-xydt-box .news-xydt-l { width: 480px; float: left; margin-right: 40px; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice { margin: 0 !important; font-size: 0; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .item { position: relative; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .item .itembox { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .item .itembox img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .6s; object-fit: cover; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .item .itembox .itemcont { position: absolute; left: 0; bottom: 0; right: 0; height: 50px; line-height: 50px; font-size: 16px; padding: 0 100px 0 20px; background: rgba(0, 0, 0, 0.7); color: #fff; box-sizing: border-box; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .item .itembox:hover img { transform: scale(1.1); }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-dots { position: absolute; bottom: 21px; right: 20px; display: block; text-align: right; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-dots li { position: relative; display: inline-block; width: 8px; height: 8px; margin: 0 3px; cursor: pointer; -webkit-transition: all .35s; transition: all .35s; border-radius: 50%; background-color: #fff; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-dots li button { display: none; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-dots .slick-active { background-color: #fe6100; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-arrow { font-size: 28px; text-align: center; position: absolute; z-index: 8; opacity: .2; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: block; color: #fff; border: none; cursor: pointer; outline: none; background: none; transition: all .4s ease; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-arrow:hover { opacity: 1; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-prev { left: 0; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-prev:before { content: '\e625'; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-next { right: 0; }
.news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-next:before { content: '\e626'; }
.news-xydt .news-xydt-box .news-xydt-r { overflow: hidden; }
.news-xydt .news-xydt-box .news-xydt-r li { padding: 11px 0; font-size: 16px; border-bottom: 1px dashed #eee; }
.news-xydt .news-xydt-box .news-xydt-r li a:hover { color: #c02020; }
.news-xydt .news-xydt-box .news-xydt-r .topnews { font-size: 14px; padding-top: 0; }
.news-xydt .news-xydt-box .news-xydt-r .topnews .tit { font-size: 18px; color: #C02020; display: block; }
.news-xydt .news-xydt-box .news-xydt-r .topnews .tit:hover { text-decoration: underline; }
.news-xydt .news-xydt-box .news-xydt-r .topnews .date { color: #999; margin-top: 5px; }
.news-xydt .news-xydt-box .news-xydt-r .topnews .txt { color: #666; margin-top: 5px; }

@media (max-width: 1439px) { .news-xydt .news-xydt-box .news-xydt-l { width: 400px; margin-right: 30px; }
  .news-xydt .news-xydt-box .news-xydt-l .slicknotice .item .itembox .itemcont { font-size: 14px; height: 45px; line-height: 45px; padding: 0 80px 0 10px; }
  .news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-dots { bottom: 18px; right: 10px; }
  .news-xydt .news-xydt-box .news-xydt-r li { font-size: 14px; padding: 9px 0; }
  .news-xydt .news-xydt-box .news-xydt-r .topnews { font-size: 12px; }
  .news-xydt .news-xydt-box .news-xydt-r .topnews .tit { font-size: 16px; }
  .news-xydt .news-xydt-box .news-xydt-r .topnews .date, .news-xydt .news-xydt-box .news-xydt-r .topnews .txt { margin-top: 0; } }
@media (max-width: 1199px) { .news-xydt { padding-right: 30px; }
  .news-xydt .news-xydt-box .news-xydt-l { width: 350px; margin-right: 20px; }
  .news-xydt .news-xydt-box .news-xydt-l .slicknotice .item .itembox .itemcont { font-size: 13px; }
  .news-xydt .news-xydt-box .news-xydt-r li { padding: 6px 0; } }
@media (max-width: 991px) { .news-xydt { width: 100%; float: none; padding-right: 0; } }
@media (max-width: 767px) { .news-xydt .news-xydt-box { margin-top: 20px; }
  .news-xydt .news-xydt-box .news-xydt-l { width: 100%; margin-right: 0; float: none; }
  .news-xydt .news-xydt-box .news-xydt-l .slicknotice .item .itembox .itemcont { font-size: 14px; height: 45px; line-height: 45px; padding: 0 80px 0 10px; }
  .news-xydt .news-xydt-box .news-xydt-l .slicknotice .slick-dots { bottom: 18px; right: 10px; }
  .news-xydt .news-xydt-box .news-xydt-r { margin-top: 20px; } }
.news-tzgg { width: 28%; float: left; }
.news-tzgg .icon-tzgg { background: url(/static/index/images/icon-tzgg.png) no-repeat; background-size: cover; }
.news-tzgg .news-tzgg-box { margin-top: 30px; overflow: hidden; }
.news-tzgg .news-tzgg-box li { padding: 26px 0; border-bottom: 1px dashed #eee; overflow: hidden; }
.news-tzgg .news-tzgg-box li .date { width: 100px; text-align: center; float: left; line-height: 1; border-right: 1px solid #eee; margin-right: 15px; }
.news-tzgg .news-tzgg-box li .date .day { font-size: 30px; }
.news-tzgg .news-tzgg-box li .tit { font-size: 16px; line-height: 1.4; }
.news-tzgg .news-tzgg-box li:hover .tit { color: #C02020; }
.news-tzgg .news-tzgg-box li:first-child { padding-top: 0; }

@media (max-width: 1439px) { .news-tzgg .news-tzgg-box li { padding: 18px 0; }
  .news-tzgg .news-tzgg-box li .date { width: 80px; font-size: 12px; }
  .news-tzgg .news-tzgg-box li .date .day { font-size: 26px; }
  .news-tzgg .news-tzgg-box li .tit { font-size: 15px; } }
@media (max-width: 1199px) { .news-tzgg .news-tzgg-box li { padding: 15px 0; }
  .news-tzgg .news-tzgg-box li .date .day { font-size: 22px; }
  .news-tzgg .news-tzgg-box li .tit { font-size: 14px; } }
@media (max-width: 991px) { .news-tzgg { width: 100%; float: none; margin-top: 30px; } }
.xstd { background: url(/static/index/images/xstd-bg.jpg) no-repeat top center; }
.xstd .icon-xstd { background: url(/static/index/images/icon-xstd.png) no-repeat; background-size: cover; }
.xstd .icon-xyly { background: url(/static/index/images/icon-xyly.png) no-repeat; background-size: cover; }
.xstd .xstd-box { margin: 20px -10px 0 !important; font-size: 0; }
.xstd .xstd-box .item { position: relative; padding: 10px; box-sizing: border-box; }
.xstd .xstd-box .item .itembox { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; }
.xstd .xstd-box .item .itembox img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.xstd .xstd-box .item .itembox .itemcont { position: absolute; left: 0; bottom: -40px; right: 0; text-align: center; height: 40px; line-height: 40px; font-size: 14px; padding: 0 15px; background: rgba(0, 0, 0, 0.4); color: #fff; box-sizing: border-box; transition: all .6s; }
.xstd .xstd-box .item .itembox:hover .itemcont { bottom: 0; }
.xstd .xstd-box .slick-arrow { font-size: 28px; text-align: center; position: absolute; z-index: 8; opacity: .5; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: block; color: #fff; border: none; cursor: pointer; outline: none; background: none; transition: all .4s ease; }
.xstd .xstd-box .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.xstd .xstd-box .slick-arrow:hover { opacity: 1; }
.xstd .xstd-box .slick-prev { left: 0; }
.xstd .xstd-box .slick-prev:before { content: '\e625'; }
.xstd .xstd-box .slick-next { right: 0; }
.xstd .xstd-box .slick-next:before { content: '\e626'; }

.xyly { background: #fff; padding-bottom: 60px; }

@media (max-width: 1199px) { .xstd .xstd-box { margin: 20px -5px 0 !important; }
  .xstd .xstd-box .item { padding: 5px; }
  .xyly { padding-bottom: 40px; } }
@media (max-width: 991px) { .xstd .xstd-box { margin: 10px -5px 0 !important; }
  .xstd .xstd-box .item .itembox .itemcont { bottom: 0; height: 30px; line-height: 30px; font-size: 12px; padding: 0 10px; }
  .xstd .xstd-box .slick-prev { left: -10px; }
  .xstd .xstd-box .slick-next { right: -10px; }
  .xyly { padding-bottom: 30px; } }
.news-hyxw { width: 32%; float: left; }
.news-hyxw .icon-hyxw { background: url(/static/index/images/icon-hyxw.png) no-repeat; background-size: cover; }
.news-hyxw .news-hyxw-box { margin-top: 20px; overflow: hidden; }
.news-hyxw .news-hyxw-box li { padding: 10px 0; line-height: 30px; border-bottom: 1px dashed #eee; }
.news-hyxw .news-hyxw-box li .date { float: right; color: #999; margin-left: 5px; }
.news-hyxw .news-hyxw-box li .tit { font-size: 16px; padding-left: 16px; display: block; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.news-hyxw .news-hyxw-box li .tit:before { position: absolute; left: 0; top: 50%; margin-top: -4px; width: 6px; height: 6px; border-radius: 50%; background: #ccc; content: ''; transition: all .4s ease; }
.news-hyxw .news-hyxw-box li .tit:hover { color: #C02020; }
.news-hyxw .news-hyxw-box li .tit:hover:before { background: #C02020; }

.news-zsxx { width: 34%; float: left; padding-left: 40px; box-sizing: border-box; }
.news-zsxx .icon-zsxx { background: url(/static/index/images/icon-zsxx.png) no-repeat; background-size: cover; }
.news-zsxx .icon-rcpy { background: url(/static/index/images/icon-rcpy.png) no-repeat; background-size: cover; }
.news-zsxx .news-zsxx-box { margin-top: 20px; overflow: hidden; }
.news-zsxx .news-zsxx-box li { padding: 10px 0; line-height: 24px; }
.news-zsxx .news-zsxx-box li .date { float: right; color: #999; margin-left: 5px; }
.news-zsxx .news-zsxx-box li .tit { font-size: 16px; padding-left: 16px; display: block; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.news-zsxx .news-zsxx-box li .tit:before { position: absolute; left: 0; top: 50%; margin-top: -4px; width: 6px; height: 6px; border-radius: 50%; background: #ccc; content: ''; transition: all .4s ease; }
.news-zsxx .news-zsxx-box li .tit:hover { color: #C02020; }
.news-zsxx .news-zsxx-box li .tit:hover:before { background: #C02020; }
.news-zsxx .news-zsxx-box .first { border-bottom: 1px dashed #eee; margin-bottom: 10px; }
.news-zsxx .news-zsxx-box .first .img { width: 100%; padding-top: 55%; height: auto; overflow: hidden; position: relative; }
.news-zsxx .news-zsxx-box .first .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; transition: all .6s; }
.news-zsxx .news-zsxx-box .first .title { font-size: 16px; margin-top: 10px; height: 50px; line-height: 25px; overflow: hidden; }
.news-zsxx .news-zsxx-box .first:hover .img img { transform: scale(1.1); }
.news-zsxx .news-zsxx-box .first:hover .title { color: #C02020; }

@media (max-width: 1439px) { .news-hyxw .news-hyxw-box li { line-height: 25px; }
  .news-hyxw .news-hyxw-box li .date { font-size: 12px; }
  .news-hyxw .news-hyxw-box li .tit { font-size: 14px; }
  .news-zsxx .news-zsxx-box li .date { font-size: 12px; }
  .news-zsxx .news-zsxx-box li .tit { font-size: 14px; }
  .news-zsxx .news-zsxx-box .first .title { font-size: 14px; } }
@media (max-width: 1199px) { .news-hyxw .news-hyxw-box li { line-height: 22px; }
  .news-zsxx { padding-left: 30px; } }
@media (max-width: 991px) { .news-hyxw { width: 100%; float: none; }
  .news-zsxx { width: 100%; float: none; padding-left: 0; margin-top: 30px; } }
.indexsort { background: #f4f4f4; }
.indexsort .indexsort-box { margin: 0 -10px; overflow: hidden; }
.indexsort .indexsort-box li { width: 33.33%; float: left; padding: 0 10px; box-sizing: border-box; }
.indexsort .indexsort-box li a { display: block; background: #fff; border-radius: 5px; padding: 30px; overflow: hidden; position: relative; transition: all .4s ease; }
.indexsort .indexsort-box li a:before { position: absolute; right: 30px; top: 50%; font-size: 22px; color: #999; font-family: "iconfont"; content: "\eb94"; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); transition: all .4s ease; }
.indexsort .indexsort-box li a img { width: 40px; height: 40px; float: left; margin-right: 30px; }
.indexsort .indexsort-box li a .img1 { display: block; }
.indexsort .indexsort-box li a .img2 { display: none; }
.indexsort .indexsort-box li a .cont { overflow: hidden; line-height: 1.2; }
.indexsort .indexsort-box li a .cont .tit { font-size: 22px; }
.indexsort .indexsort-box li a .cont .more { font-size: 12px; color: #888; margin-top: 3px; }
.indexsort .indexsort-box li a:hover { background: #C02020; padding-left: 40px; color: #fff; }
.indexsort .indexsort-box li a:hover:before { color: #fff; right: 40px; }
.indexsort .indexsort-box li a:hover .img1 { display: none; }
.indexsort .indexsort-box li a:hover .img2 { display: block; }
.indexsort .indexsort-box li a:hover .cont .more { color: #fff; }

@media (max-width: 1439px) { .indexsort .indexsort-box li a { padding: 20px 30px; }
  .indexsort .indexsort-box li a .cont .tit { font-size: 20px; } }
@media (max-width: 1199px) { .indexsort .indexsort-box { margin: 0 -5px; }
  .indexsort .indexsort-box li { padding: 0 5px; }
  .indexsort .indexsort-box li a:before { font-size: 20px; }
  .indexsort .indexsort-box li a img { width: 35px; height: 35px; margin-right: 20px; }
  .indexsort .indexsort-box li a .cont .tit { font-size: 18px; } }
@media (max-width: 991px) { .indexsort .indexsort-box li a { padding: 20px; }
  .indexsort .indexsort-box li a:before { font-size: 18px; }
  .indexsort .indexsort-box li a img { width: 30px; height: 30px; margin-right: 15px; }
  .indexsort .indexsort-box li a .cont .tit { font-size: 16px; } }
@media (max-width: 767px) { .indexsort .indexsort-box { margin: 0; }
  .indexsort .indexsort-box li { width: 100%; float: none; padding: 5px 0; overflow: hidden; }
  .indexsort .indexsort-box li a { padding: 15px; }
  .indexsort .indexsort-box li a:before { font-size: 16px; } }
.footer { background: url(/static/index/images/footer-bg.jpg) no-repeat bottom center #a61717; color: #fff; padding: 20px 0; }
.footer .footer-top { padding: 30px 0; display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-top .footer-nav { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.footer .footer-top .footer-nav a { display: inline-block; margin-right: 18px; padding-right: 18px; color: #fff; border-right: 1px solid #fff; line-height: 1.1; }
.footer .footer-top .footer-nav a:last-child { border-right: none; margin-right: 0; }
.footer .footer-top .footer-link { float: right; width: 260px; height: 42px; padding: 0 20px; line-height: 42px; border: 1px solid #fff; box-sizing: border-box; position: relative; cursor: pointer; }
.footer .footer-top .footer-link .linkcon { display: none; position: absolute; left: -1px; right: -1px; top: 100%; border: 1px solid #fff; background: #a61717; max-height: 160px; overflow-y: auto; }
.footer .footer-top .footer-link .linkcon::-webkit-scrollbar { display: none; }
.footer .footer-top .footer-link .linkcon a { display: block; line-height: 30px; padding: 5px 10px; border-top: 1px solid #fff; color: #fff; transition: all .4s ease; }
.footer .footer-top .footer-link .linkcon a:hover { padding-left: 15px; }
.footer .footer-top .footer-link .linkcon a:first-child { border-top: none; }
.footer .footer-box { padding: 30px 0; display: flex; align-items: center; }
.footer .footer-box p { margin: 0; }
.footer .footer-box a { color: #fff; }
.footer .footer-box .footer-cont { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.footer .footer-box .footer-cont .tel { font-size: 30px; font-weight: bold; }
.footer .footer-box .footer-copy { width: 500px; text-align: right; }
.footer .footer-box .footer-copy img { height: 60px; margin-bottom: 20px; }

@media (max-width: 1199px) { .footer { font-size: 13px; }
  .footer .footer-top .footer-nav a { margin-right: 14px; padding-right: 14px; } }
@media (max-width: 991px) { .footer { font-size: 12px; }
  .footer .footer-top { padding: 0 0 20px; display: block; }
  .footer .footer-top .footer-nav a { margin-right: 10px; padding-right: 10px; }
  .footer .footer-top .footer-link { float: none; margin-top: 10px; width: 80%; }
  .footer .footer-box { padding: 20px 0 0; display: block; }
  .footer .footer-box .footer-cont .tel { font-size: 26px; }
  .footer .footer-box .footer-copy { width: 100%; text-align: left; }
  .footer .footer-box .footer-copy img { display: none; } }
.wap-nav-add { margin-top: 10px; height: 20px; line-height: 20px; text-align: right; }
.wap-nav-add .add-home { color: #C02020; }
.wap-nav-add a { display: inline; margin-left: 15px; background: url(/static/index/images/icon-arr.png) no-repeat left center; padding-left: 15px; font-size: 12px; color: #929292; }
.wap-nav-add a:hover { color: #C02020; }
.wap-nav-add a:first-child { padding-left: 0; background: none; margin-left: 0; }

.wap-nav-box { overflow: hidden; border-bottom: 1px solid #e6e6e6; height: 70px; line-height: 70px; }
.wap-nav-box a { float: left; display: block; margin-right: 30px; font-size: 14px; font-weight: bold; color: #555; position: relative; }
.wap-nav-box a:after { position: absolute; left: 0; bottom: 0; height: 2px; background: #fe6100; content: ''; z-index: 9; }
.wap-nav-box a.active { color: #C02020; }
.wap-nav-box a.active:after { right: 0; }
.wap-nav-box a:hover { color: #C02020; }

.wap-nav-box-2 { margin-top: 20px; }
.wap-nav-box-2 a { padding: 0 20px; display: inline-block; color: #555; font-size: 13px; margin-right: 10px; margin-bottom: 10px; height: 32px; line-height: 32px; border: 1px solid #ddd; box-sizing: border-box; transition: all .4s ease; }
.wap-nav-box-2 a:hover, .wap-nav-box-2 a.active { background: #C02020; color: #fff; border: 1px solid #C02020; }

@media (max-width: 1199px) { .wap-nav-box { height: 60px; line-height: 60px; }
  .wap-nav-box a { margin-right: 25px; font-size: 12px; }
  .wap-nav-box-2 { margin-top: 15px; }
  .wap-nav-box-2 a { font-size: 12px; } }
@media (max-width: 991px) { .wap-nav-add { margin-top: 0; text-align: left; padding: 10px 0; background: #f2f2f2; height: auto; }
  .wap-nav-add a { margin-left: 8px; padding-left: 10px; }
  .wap-nav-box { height: 50px; line-height: 50px; overflow-x: scroll; white-space: nowrap; -webkit-overflow-scrolling: touch; border-bottom: 1px solid #e8e8e8; box-sizing: border-box; }
  .wap-nav-box a { float: none; display: inline-block; margin-right: 15px; height: 49px; }
  .wap-nav-box::-webkit-scrollbar { display: none; }
  .wap-nav-box-2 { margin-top: 15px; }
  .wap-nav-box-2 a { padding: 0 12px; height: 30px; margin-right: 7px; margin-bottom: 7px; line-height: 30px; } }
.wap-title { font-size: 24px; font-weight: bold; color: #202020; }
.wap-title span { color: #999; font-size: 20px; font-weight: normal; margin-left: 20px; }

@media (max-width: 1199px) { .wap-title { font-size: 22px; }
  .wap-title span { font-size: 18px; } }
@media (max-width: 991px) { .wap-title { font-size: 20px; }
  .wap-title span { font-size: 16px; margin-left: 15px; } }
.zanwu { padding: 100px; text-align: center; font-size: 16px; }
.zanwu img { width: 240px; }
.zanwu .tit { margin-top: 20px; color: #999; }

@media (max-width: 1439px) { .zanwu { font-size: 14px; } }
@media (max-width: 767px) { .zanwu { padding: 50px; }
  .zanwu img { width: 100%; } }
.newslist-1 { overflow: hidden; }
.newslist-1 li { width: 100%; background: #fff; padding: 20px 0; border-bottom: 1px solid #ddd; overflow: hidden; }
.newslist-1 li .img { width: 160px; height: 120px; float: left; margin-right: 30px; overflow: hidden; }
.newslist-1 li .img img { width: 100%; height: 100%; transition: all 2s; -webkit-transition: all 2s; }
.newslist-1 li .img2 { width: 120px; height: 90px; }
.newslist-1 li .cont { padding: 0 20px; font-size: 15px; box-sizing: border-box; }
.newslist-1 li .cont .tit { font-size: 18px; }
.newslist-1 li .cont .txt { color: #666; margin-top: 10px; }
.newslist-1 li .cont .date { color: #999; margin-top: 10px; }
.newslist-1 li:hover .img img { transform: scale(1.3); }
.newslist-1 li:hover .cont .tit { color: #C02020; }
.newslist-1 li:first-child { padding-top: 0; }

@media (max-width: 1199px) { .newslist-1 li .img { width: 140px; height: 105px; margin-right: 15px; }
  .newslist-1 li .img2 { width: 107px; height: 80px; }
  .newslist-1 li .cont { padding: 0 15px; font-size: 14px; }
  .newslist-1 li .cont .tit { font-size: 16px; }
  .newslist-1 li .cont .txt { margin-top: 8px; }
  .newslist-1 li .cont .date { margin-top: 8px; } }
@media (max-width: 767px) { .newslist-1 li { padding: 15px 0; }
  .newslist-1 li .img { width: 120px; height: 90px; }
  .newslist-1 li .img2 { width: 88px; height: 66px; }
  .newslist-1 li .cont { padding: 0; font-size: 12px; }
  .newslist-1 li .cont .tit { font-size: 14px; }
  .newslist-1 li .cont .txt { margin-top: 5px; }
  .newslist-1 li .cont .date { margin-top: 5px; } }
.newspage .newspage-head { text-align: center; }
.newspage .newspage-head .newspage-tit { font-size: 36px; }
.newspage .newspage-head .newspage-txt { color: #666; font-size: 15px; margin-top: 15px; }
.newspage .newspage-head .newspage-txt span { padding: 0 10px; }
.newspage .newspage-pic { text-align: center; margin-top: 40px; }
.newspage .newspage-pic img { max-width: 100%; }
.newspage .newspage-turn { width: 100%; font-size: 15px; }
.newspage .newspage-turn .newspage-into { display: block; margin-bottom: 10px; padding: 15px 30px; background: #f6f6f6; border-radius: 5px; color: #555; overflow: hidden; transition: all .4s ease; }
.newspage .newspage-turn .newspage-into:hover { background: #C02020; color: #fff; }

@media (max-width: 1439px) { .newspage .newspage-head .newspage-tit { font-size: 34px; }
  .newspage .newspage-head .newspage-txt { font-size: 14px; }
  .newspage .newspage-turn { font-size: 14px; } }
@media (max-width: 1199px) { .newspage .newspage-head .newspage-tit { font-size: 30px; } }
@media (max-width: 991px) { .newspage .newspage-head .newspage-tit { font-size: 28px; } }
@media (max-width: 767px) { .newspage .newspage-head .newspage-tit { font-size: 24px; }
  .newspage .newspage-head .newspage-txt { font-size: 12px; margin-top: 10px; }
  .newspage .newspage-head .newspage-txt span { padding: 0 5px; }
  .newspage .newspage-turn { font-size: 12px; }
  .newspage .newspage-turn .newspage-into { padding: 15px; } }
.pub-content { color: #555; line-height: 2; font-size: 15px; }
.pub-content p { margin-top: 20px; }
.pub-content p:first-child { margin-top: 0; }
.pub-content img { max-width: 100%; }

@media (max-width: 1199px) { .pub-content { font-size: 14px; } }
.newslist-2 { overflow: hidden; }
.newslist-2 li { padding: 40px 0; border-bottom: 1px solid #ddd; overflow: hidden; }
.newslist-2 li .time { width: 160px; float: left; border-right: 1px solid #ddd; padding-left: 20px; box-sizing: border-box; }
.newslist-2 li .time .day { font-size: 30px; color: #C02020; }
.newslist-2 li .time .year { font-size: 16px; color: #999; }
.newslist-2 li .cont { overflow: hidden; padding: 0 30px; }
.newslist-2 li .cont .tit { font-size: 18px; transition: all .6s; }
.newslist-2 li .cont .txt { font-size: 14px; color: #999; margin-top: 5px; }
.newslist-2 li:hover .cont .tit { color: #C02020; }

@media (max-width: 1439px) { .newslist-2 li .time { width: 140px; }
  .newslist-2 li .time .day { font-size: 28px; }
  .newslist-2 li .time .year { font-size: 14px; }
  .newslist-2 li .cont .tit { font-size: 16px; }
  .newslist-2 li .cont .txt { font-size: 13px; } }
@media (max-width: 1199px) { .newslist-2 li { padding: 30px 0; }
  .newslist-2 li .time .day { font-size: 26px; }
  .newslist-2 li .cont { padding: 0 25px; }
  .newslist-2 li .cont .tit { font-size: 15px; }
  .newslist-2 li .cont .txt { font-size: 12px; } }
@media (max-width: 991px) { .newslist-2 li .time { width: 80px; padding-left: 0; }
  .newslist-2 li .time .day { font-size: 22px; }
  .newslist-2 li .cont { padding: 0 15px; }
  .newslist-2 li .cont .tit { font-size: 14px; }
  .newslist-2 li .cont .txt { margin-top: 0; } }
.newslist-3 { overflow: hidden; }
.newslist-3 li { padding: 15px 30px; line-height: 30px; background: #f9f9f9; }
.newslist-3 li .date { float: right; color: #999; margin-left: 5px; }
.newslist-3 li .tit { font-size: 16px; padding-left: 16px; display: block; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newslist-3 li .tit:before { position: absolute; left: 0; top: 50%; margin-top: -4px; width: 6px; height: 6px; border-radius: 50%; background: #ccc; content: ''; transition: all .4s ease; }
.newslist-3 li .tit:hover { color: #C02020; }
.newslist-3 li .tit:hover:before { background: #C02020; }
.newslist-3 li:nth-child(2n) { background: #fff; }

@media (max-width: 1199px) { .newslist-3 li .tit { font-size: 15px; } }
@media (max-width: 991px) { .newslist-3 li { padding: 10px; }
  .newslist-3 li .date { font-size: 12px; }
  .newslist-3 li .tit { font-size: 14px; } }
.about-leader ul { overflow: hidden; margin: 0 -15px; }
.about-leader li { width: 33.33%; float: left; padding: 15px; box-sizing: border-box; }
.about-leader li .cont { display: block; }
.about-leader li .cont .img { display: block; width: 100%; padding-top: 100%; height: auto; overflow: hidden; background: #eee; position: relative; }
.about-leader li .cont .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .6s; }
.about-leader li .cont .info { background: #f6f6f6; padding: 20px; color: #666; }
.about-leader li .cont .info .name { font-size: 16px; color: #333; }
.about-leader li .cont:hover .img img { transform: scale(1.1); }
.about-leader li .cont:hover .info { background: #C02020; color: #fff; }
.about-leader li .cont:hover .info .name { color: #fff; }

@media (max-width: 1199px) { .about-leader ul { margin: 0 -10px; }
  .about-leader li { padding: 10px; } }
@media (max-width: 991px) { .about-leader li .cont .info { padding: 10px; font-size: 12px; }
  .about-leader li .cont .info .name { font-size: 14px; } }
@media (max-width: 767px) { .about-leader ul { margin: 0; }
  .about-leader li { width: 100%; float: none; padding: 10px 0; } }
.about-video ul { overflow: hidden; margin: 0 -15px; }
.about-video li { width: 33.33%; float: left; padding: 15px; box-sizing: border-box; }
.about-video li a { display: block; }
.about-video li a .cont { display: block; width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; background: #000; color: #fff; }
.about-video li a .cont img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; transition: all .6s; }
.about-video li a .cont .play { position: absolute; left: 0; right: 0; text-align: center; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.1); font-size: 70px; box-sizing: border-box; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; }
.about-video li a .tit { text-align: center; font-size: 16px; margin-top: 15px; }
.about-video li a:hover .cont img { transform: scale(1.1); }
.about-video li a:hover .tit { color: #C02020; }

@media (max-width: 1439px) { .about-video li a .tit { font-size: 15px; } }
@media (max-width: 1199px) { .about-video ul { margin: 0 -10px; }
  .about-video li { padding: 10px; }
  .about-video li a .cont .play { font-size: 60px; }
  .about-video li a .tit { font-size: 14px; } }
@media (max-width: 991px) { .about-video li { width: 50%; } }
@media (max-width: 767px) { .about-video ul { margin: 0 -5px; }
  .about-video li { padding: 5px; }
  .about-video li a .cont .play { font-size: 40px; }
  .about-video li a .tit { margin-top: 10px; } }
.signup { overflow: hidden; }
.signup .item { width: 800px; margin-top: 20px; box-sizing: border-box; }
.signup .item .fieldname { width: 80px; height: 45px; line-height: 45px; float: left; text-align: right; margin-right: 10px; overflow: hidden; }
.signup .item .fieldcont { overflow: hidden; position: relative; }
.signup .item .fieldcont .arrow { position: absolute; right: 12px; text-align: right; top: 0; line-height: 45px; color: #999; }
.signup .item .btn { font-size: 15px; float: left; background: #fff; border: 1px solid #C02020; color: #C02020; padding: 15px 50px; margin-right: 20px; border-radius: 50px; box-sizing: border-box; outline: none; cursor: pointer; }
.signup .item .tijiao { background: #C02020; color: #fff; }

@media (max-width: 991px) { .signup .item { width: 100%; }
  .signup .item .btn { font-size: 14px; padding: 12px 40px; margin-right: 10px; } }
/**·µ»Ø¶¥²¿**/
.floatbox { position: fixed; right: 3%; bottom: 50px; z-index: 9990; }
.floatbox a { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; border-radius: 50%; background: rgba(0, 0, 0, 0.4); }
.floatbox a:hover { background-color: rgba(0, 0, 0, 0.6); }

.friendlink { padding: 20px 0; overflow: hidden; line-height: 20px; }
.friendlink .bt { font-size: 16px; float: left; margin: 5px 0; }
.friendlink .cont { overflow: hidden; }
.friendlink .cont a { float: left; margin: 5px 12px; color: #555; display: block; }
.friendlink .cont a:hover { color: #C02020; }

@media (max-width: 991px) { .friendlink { padding: 10px 0; line-height: 18px; }
  .friendlink .bt { font-size: 14px; margin: 3px 0; }
  .friendlink .cont a { font-size: 12px; margin: 3px 10px; } }
table { border-collapse: collapse; }

tr, th, td { border: 1px solid #ddd; padding: 10px; }

/*# sourceMappingURL=style.css.map */
