@charset "UTF-8";
body { font-family: 'Microsoft YaHei'; color: #111; margin: 0; font-size: 14px; line-height: 1.6; -webkit-text-size-adjust: none; }

.header { width: 100%; height: 80px; background: #fff; position: relative; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-sizing: border-box; }
.header .logo { float: left; height: 80px; }
.header .logo img { height: 46px; margin-top: 17px; }
.header .header-nav { float: right; height: 80px; }
.header .header-nav .nav-list1 > li { float: left; padding: 0 45px; line-height: 80px; text-align: center; position: relative; }
.header .header-nav .nav-list1 > li > a { font-size: 16px; display: inline-block; position: relative; }
.header .header-nav .nav-list1 > li > a:after { position: absolute; left: 0; right: 0; top: 0; height: 4px; background: none; content: ''; }
.header .header-nav .nav-list1 > li.active > a { color: #C02020; }
.header .header-nav .nav-list1 > li.active > a:after { background: #C02020; }
.header .header-nav .nav-list1 > li:hover > a { color: #C02020; }
.header .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 .header-nav .nav-list1 > li .nav-list2 { position: absolute; left: 0; right: 0; top: 100%; display: none; z-index: 99; padding: 12px 0; }
.header .header-nav .nav-list1 > li .nav-list2 > li { text-align: center; padding: 0 10px; margin: 12px 0; line-height: 24px; font-weight: normal; box-sizing: border-box; position: relative; }
.header .header-nav .nav-list1 > li .nav-list2 > li > a { display: block; font-size: 14px; color: #666; line-height: 20px; }
.header .header-nav .nav-list1 > li .nav-list2 > li:hover a { text-decoration: underline; color: #C02020; }
.header .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 .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 .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 .header-nav .nav-list1 > li .nav-list2 > li .nav-list3 > li:hover a { text-decoration: underline; color: #C02020; }
.header .iconfont { float: right; padding: 0 15px; line-height: 60px; color: #C02020; font-size: 20px; display: none; }

.header-fixed { position: fixed; top: 0px; left: 0; z-index: 999; }

.header-fixed ~ .mainbox { padding-top: 80px; }

@media (max-width: 1439px) { .header .header-nav .nav-list1 > li { padding: 0 40px; } }
@media (max-width: 1199px) { .header .header-nav .nav-list1 > li { padding: 0 25px; }
  .header .header-nav .nav-list1 > li .nav-list2 { padding: 12px 0; }
  .header .header-nav .nav-list1 > li .nav-list2 > li { padding: 0 8px; margin: 10px 0; }
  .header .header-nav .nav-list1 > li .nav-list2 > li > a { font-size: 13px; } }
@media (max-width: 991px) { .header { height: 60px; background: #fff; overflow: hidden; }
  .header .logo { height: 60px; }
  .header .logo img { height: 30px; margin-top: 15px; }
  .header .header-nav { display: none; }
  .header .iconfont { display: block; }
  .nav_fixed ~ .mainbox { padding-top: 60px; }
  .header-fixed ~ .mainbox { padding-top: 60px; } }
.fastnav { width: 100%; height: 100%; position: fixed; right: -100%; top: 0; color: #fff; background: rgba(0, 0, 0, 0.95); z-index: 9999; overflow: auto; }
.fastnav .fastnav-logo { position: absolute; left: 20px; 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; text-transform: uppercase; }
.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.downlist { background: url(../images/s-up.png) no-repeat 98% 27px; background-size: 16px; }
.fastnav > .dropdown > li.selected { background: url(../images/s-down.png) no-repeat 98% 27px; background-size: 16px; }
.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.6); }

.banner { position: relative; z-index: 1; width: 100%; 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'; }

@media (max-width: 991px) { .banner .slick-dots { bottom: 15px; }
  .banner .slick-arrow { display: none !important; } }
.pub-header { text-align: left; line-height: 1.4; }
.pub-header .pub-tit { font-size: 34px; font-weight: bold; }
.pub-header .pub-txt { font-size: 22px; color: #C02020; margin-top: 5px; text-transform: uppercase; }

.pub-more { text-align: center; margin-top: 20px; }
.pub-more a { display: inline-block; font-size: 15px; padding: 8px 20px; border: 1px solid #ddd; border-radius: 5px; transition: all .4s ease; }
.pub-more a:hover { background: #C02020; border-color: #C02020; color: #fff; }

@media (max-width: 1199px) { .pub-header .pub-tit { font-size: 30px; }
  .pub-header .pub-txt { font-size: 18px; }
  .pub-more { margin-top: 15px; }
  .pub-more a { font-size: 14px; } }
@media (max-width: 767px) { .pub-header .pub-tit { font-size: 24px; }
  .pub-header .pub-txt { font-size: 15px; }
  .pub-more { margin-top: 10px; }
  .pub-more a { font-size: 12px; padding: 6px 14px; } }
.news { overflow: hidden; }
.news .news-l { width: 50%; float: left; margin-right: 5%; }
.news .news-l .slicknotice { margin: 0 !important; font-size: 0; }
.news .news-l .slicknotice .item { position: relative; }
.news .news-l .slicknotice .item .itembox { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; }
.news .news-l .slicknotice .item .itembox img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .6s; object-fit: cover; }
.news .news-l .slicknotice .item .itembox .itemcont { position: absolute; left: 0; bottom: 0; right: 0; height: 50px; line-height: 50px; font-size: 15px; padding: 0 100px 0 20px; background: rgba(0, 0, 0, 0.6); color: #fff; box-sizing: border-box; }
.news .news-l .slicknotice .slick-dots { position: absolute; bottom: 21px; right: 20px; display: block; text-align: right; }
.news .news-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 .news-l .slicknotice .slick-dots li button { display: none; }
.news .news-l .slicknotice .slick-dots .slick-active { background-color: #C02020; }
.news .news-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 .news-l .slicknotice .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.news .news-l .slicknotice .slick-arrow:hover { opacity: 1; }
.news .news-l .slicknotice .slick-prev { left: 0; }
.news .news-l .slicknotice .slick-prev:before { content: '\e625'; }
.news .news-l .slicknotice .slick-next { right: 0; }
.news .news-l .slicknotice .slick-next:before { content: '\e626'; }
.news .news-r { width: 45%; float: right; }
.news .news-r .news-r-type { height: 50px; line-height: 50px; width: 100%; font-size: 16px; text-align: center; background: #f4f4f4; display: flex; align-items: center; }
.news .news-r .news-r-type a { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.news .news-r .news-r-type a.active { background: #C02020; color: #fff; }
.news .news-r .news-r-box { margin-top: 20px; overflow: hidden; }
.news .news-r .news-r-box li { padding: 12px 0; line-height: 30px; border-bottom: 1px dashed #eee; }
.news .news-r .news-r-box li .date { float: right; color: #999; margin-left: 10px; }
.news .news-r .news-r-box li .tit { font-size: 16px; display: block; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.news .news-r .news-r-box li .tit:hover { color: #C02020; }
.news .news-r .news-r-box li:last-child { border-bottom: none; }
.news .news-r .news-r-box .firstnews { overflow: hidden; }
.news .news-r .news-r-box .firstnews .date { width: 80px; text-align: center; }
.news .news-r .news-r-box .firstnews .date .day { font-size: 30px; }
.news .news-r .news-r-box .firstnews .tit { font-weight: bold; color: #C02020; font-size: 18px; }
.news .news-r .news-r-box .firstnews .tit:hover { text-decoration: underline; }
.news .news-r .news-r-box .firstnews .txt { font-size: 14px; margin-top: 10px; color: #999; line-height: 25px; height: 50px; }

.newspic { margin: 20px -5px 0 !important; font-size: 0; }
.newspic .item { position: relative; padding: 5px; box-sizing: border-box; }
.newspic .item .itembox { width: 100%; padding-top: 37%; height: auto; overflow: hidden; position: relative; }
.newspic .item .itembox img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.newspic .slick-arrow { font-size: 28px; text-align: center; position: absolute; z-index: 8; opacity: .6; color: #555; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: block; border: none; cursor: pointer; outline: none; background: none; transition: all .4s ease; }
.newspic .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.newspic .slick-arrow:hover { opacity: 1; }
.newspic .slick-prev { left: 0; }
.newspic .slick-prev:before { content: '\e625'; }
.newspic .slick-next { right: 0; }
.newspic .slick-next:before { content: '\e626'; }
.newspic .slick-track { margin-left: 0; }

@media (max-width: 1439px) { .news .news-r .news-r-type { height: 40px; line-height: 40px; }
  .news .news-r .news-r-box li { padding: 11px 0; } }
@media (max-width: 1199px) { .news .news-l .slicknotice .item .itembox .itemcont { font-size: 14px; height: 45px; line-height: 45px; padding: 0 80px 0 10px; }
  .news .news-l .slicknotice .slick-dots { bottom: 18px; right: 10px; }
  .news .news-r .news-r-type { height: 36px; line-height: 36px; }
  .news .news-r .news-r-box { margin-top: 15px; }
  .news .news-r .news-r-box li { padding: 6px 0; }
  .news .news-r .news-r-box li .date { font-size: 13px; }
  .news .news-r .news-r-box li .tit { font-size: 14px; }
  .news .news-r .news-r-box .firstnews .date .day { font-size: 26px; }
  .news .news-r .news-r-box .firstnews .tit { font-size: 16px; }
  .news .news-r .news-r-box .firstnews .txt { font-size: 13px; margin-top: 5px; line-height: 22px; height: 44px; } }
@media (max-width: 991px) { .news .news-l { width: 100%; margin-right: 0; float: none; }
  .news .news-r { width: 100%; float: none; margin-top: 15px; }
  .news .news-r .news-r-type { font-size: 14px; }
  .newspic .slick-arrow { font-size: 24px; } }
.businessbg { background-image: url(../images/businessbg.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
.businessbg .pub-header .pub-tit, .businessbg .pub-header .pub-txt { color: #fff; }

.business { position: relative; width: 100%; overflow: hidden; }
.business .business-nav { overflow: hidden; z-index: 5; box-sizing: border-box; margin: 0 -10px; display: flex; align-items: center; }
.business .business-nav .item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; font-size: 18px; margin: 10px 10px 0; background: #fff; height: 60px; line-height: 60px; color: #555; text-align: center; box-sizing: border-box; position: relative; cursor: pointer; }
.business .business-nav .item .iconfont { margin-right: 5px; }
.business .business-nav .item.active { background: #C02020; height: 70px; line-height: 70px; color: #fff; margin-top: 0; }
.business .business-for { width: 100%; font-size: 0; overflow: hidden; }
.business .business-for .item { width: 100%; position: relative; background: rgba(192, 32, 32, 0.5); z-index: 3; padding: 50px; box-sizing: border-box; overflow: hidden; }
.business .business-for .item .imgbox { width: 40%; float: left; box-sizing: border-box; }
.business .business-for .item .imgbox .img { width: 100%; padding-top: 66.67%; height: auto; overflow: hidden; position: relative; }
.business .business-for .item .imgbox .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; transition: all .6s; }
.business .business-for .item .imgbox .img:hover img { transform: scale(1.1); }
.business .business-for .item .info { width: 55%; float: right; color: #fff; font-size: 15px; }
.business .business-for .item .info .tit { font-size: 28px; font-weight: bold; }
.business .business-for .item .info .txt { margin-top: 10px; line-height: 28px; overflow: hidden; -webkit-line-clamp: 8; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.business .business-for .item .info .more { display: block; margin-top: 25px; height: 40px; line-height: 40px; width: 160px; border: 2px solid #fff; color: #fff; border-radius: 50px; text-align: center; transition: all .4s ease; }
.business .business-for .item .info .more:hover { background: #fff; color: #C02020; }

@media (max-width: 1439px) { .business .business-for .item { padding: 40px; }
  .business .business-for .item .info { font-size: 14px; }
  .business .business-for .item .info .tit { font-size: 26px; }
  .business .business-for .item .info .txt { line-height: 27px; } }
@media (max-width: 1199px) { .business .business-nav .item { font-size: 16px; height: 50px; line-height: 50px; }
  .business .business-nav .item.active { height: 60px; line-height: 60px; }
  .business .business-for .item { padding: 35px; }
  .business .business-for .item .imgbox { width: 45%; padding-right: 30px; }
  .business .business-for .item .info .tit { font-size: 24px; }
  .business .business-for .item .info .txt { line-height: 25px; -webkit-line-clamp: 5; }
  .business .business-for .item .info .more { height: 36px; line-height: 36px; width: 140px; } }
@media (max-width: 991px) { .business .business-nav { margin: 0 -5px; }
  .business .business-nav .item { font-size: 14px; margin: 5px 5px 0; height: 40px; line-height: 40px; }
  .business .business-nav .item.active { height: 45px; line-height: 45px; }
  .business .business-for .item { padding: 30px; }
  .business .business-for .item .info .tit { font-size: 22px; }
  .business .business-for .item .info .txt { line-height: 20px; }
  .business .business-for .item .info .more { height: 34px; line-height: 34px; width: 120px; } }
@media (max-width: 767px) { .business .business-for .item .imgbox { width: 100%; float: none; padding: 0; }
  .business .business-for .item .info { width: 100%; float: none; margin-top: 15px; }
  .business .business-for .item .info .tit { font-size: 22px; }
  .business .business-for .item .info .txt { -webkit-line-clamp: 6; }
  .business .business-for .item .info .more { height: 34px; line-height: 34px; width: 120px; } }
.about { overflow: hidden; width: 100%; position: relative; }
.about .about-img { width: 45%; float: right; font-size: 0; }
.about .about-img img { width: 100%; }
.about .about-box { width: 50%; float: left; }
.about .about-box .intro { margin-top: 30px; color: #555; line-height: 25px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 6; display: -webkit-box; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.about .about-box .more { display: inline-block; margin-top: 30px; padding: 8px 40px; border-radius: 50px; background: #C02020; color: #fff; }

@media (max-width: 1199px) { .about .about-box .intro { margin-top: 20px; -webkit-line-clamp: 5; }
  .about .about-box .more { margin-top: 20px; } }
@media (max-width: 991px) { .about .about-img { width: 100%; float: none; margin-top: 20px; }
  .about .about-box { width: 100%; float: none; } }
@media (max-width: 767px) { .about .about-box .intro { margin-top: 10px; } }
.index-ad { width: 100%; font-size: 0; }
.index-ad img { width: 100%; }

.constructionbg { background: #f5f5f5; }
.constructionbg .pub-header .pub-txt { margin-left: 5px; }
.constructionbg .construction-sort { float: right; }
.constructionbg .construction-sort .item { font-size: 18px; display: inline-block; margin-left: 50px; padding-bottom: 10px; position: relative; cursor: pointer; }
.constructionbg .construction-sort .item.active { color: #C02020; border-bottom: 3px solid #C02020; }

.construction { overflow: hidden; margin: 0 -20px; }
.construction li { width: 33.33%; float: left; padding: 20px; box-sizing: border-box; }
.construction li a { display: block; background: #fff; color: #111; padding: 20px; box-sizing: border-box; position: relative; }
.construction li a:after { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #C02020; content: ''; transition: all .6s; }
.construction li a .img { width: 100%; padding-top: 66.67%; height: auto; overflow: hidden; position: relative; }
.construction li a .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; transition: all .6s; }
.construction li a .img .date { position: absolute; top: 0; right: 0; padding: 10px; font-size: 15px; background: #242122; color: #fff; line-height: 1.2; text-align: center; transition: all .6s; }
.construction li a .img .date .day { font-size: 32px; font-weight: bold; }
.construction li a .tit { font-size: 18px; margin-top: 20px; line-height: 25px; }
.construction li a .txt { color: #666; margin-top: 10px; line-height: 22px; height: 44px; }
.construction li a .more { margin: 10px 0; transition: all .4s ease; }
.construction li a .more .iconfont { margin-left: 5px; }
.construction li a:hover:after { width: 100%; }
.construction li a:hover .img img { transform: scale(1.1); }
.construction li a:hover .img .date { background: #C02020; }
.construction li a:hover .tit { color: #C02020; }

.construction-more { width: 180px; height: 50px; line-height: 50px; font-size: 16px; margin: 40px auto 0; border-radius: 50px; background: #C02020; text-align: center; }
.construction-more a { color: #fff; display: block; }
.construction-more a .iconfont { margin-left: 5px; transition: all .4s ease; }
.construction-more:hover a .iconfont { margin-left: 15px; }

@media (max-width: 1439px) { .construction { margin: 0 -15px; }
  .construction li { padding: 15px; }
  .construction li a { padding: 15px; }
  .construction li a .img .date { font-size: 14px; }
  .construction li a .img .date .day { font-size: 30px; }
  .construction li a .tit { font-size: 16px; }
  .construction li a .txt { font-size: 13px; }
  .construction li a .more { font-size: 13px; } }
@media (max-width: 1199px) { .constructionbg .construction-sort .item { font-size: 16px; margin-left: 40px; }
  .construction { margin: 0 -10px; }
  .construction li { padding: 10px; }
  .construction li a { padding: 10px; }
  .construction li a .img .date { font-size: 13px; }
  .construction li a .img .date .day { font-size: 28px; }
  .construction li a .tit { font-size: 15px; }
  .construction li a .txt { font-size: 12px; }
  .construction li a .more { font-size: 12px; }
  .construction-more { width: 170px; height: 45px; line-height: 45px; font-size: 15px; margin-top: 30px; } }
@media (max-width: 991px) { .constructionbg .construction-sort .item { font-size: 15px; margin-left: 30px; }
  .construction { margin: 0 -5px; }
  .construction li { padding: 5px; }
  .construction li a .img .date { font-size: 12px; }
  .construction li a .img .date .day { font-size: 24px; }
  .construction li a .tit { font-size: 14px; margin-top: 10px; }
  .construction-more { width: 160px; height: 40px; line-height: 40px; font-size: 14px; margin-top: 20px; } }
@media (max-width: 767px) { .constructionbg .pull-left { float: none !important; }
  .constructionbg .construction-sort { float: none; margin-top: 15px; }
  .constructionbg .construction-sort .item { font-size: 16px; margin-left: 0; margin-right: 25px; padding-bottom: 6px; }
  .construction { margin: 0; }
  .construction li { width: 100%; padding: 5px 0; } }
.indexsort { background: #C02020; padding: 25px 0; }
.indexsort .indexsort-box { overflow: hidden; }
.indexsort .indexsort-box li { width: 33.33%; float: left; padding: 10px 0; border-right: 1px solid rgba(255, 255, 255, 0.4); box-sizing: border-box; text-align: center; }
.indexsort .indexsort-box li a { display: block; color: #fff; font-size: 24px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.indexsort .indexsort-box li a .iconfont { font-size: 30px; margin-right: 10px; transition: all .4s ease; }
.indexsort .indexsort-box li:last-child { border-right: none; }
.indexsort .indexsort-box li:hover a .iconfont { margin-right: 15px; }

@media (max-width: 1199px) { .indexsort { padding: 20px 0; }
  .indexsort .indexsort-box li { padding: 5px 0; }
  .indexsort .indexsort-box li a { font-size: 22px; }
  .indexsort .indexsort-box li a .iconfont { font-size: 26px; } }
@media (max-width: 991px) { .indexsort { padding: 15px 0; }
  .indexsort .indexsort-box li a { font-size: 18px; }
  .indexsort .indexsort-box li a .iconfont { font-size: 24px; } }
@media (max-width: 767px) { .indexsort .indexsort-box li { padding: 0; }
  .indexsort .indexsort-box li a { font-size: 14px; }
  .indexsort .indexsort-box li a .iconfont { font-size: 18px; margin-right: 5px; }
  .indexsort .indexsort-box li:hover a .iconfont { margin-right: 5px; } }
.footer { font-size: 14px; color: #333; background: #fff; }
.footer a { color: #333; }
.footer .footer-box { overflow: hidden; padding: 50px 0; }
.footer .footer-nav { overflow: hidden; display: flex; width: 70%; float: left; }
.footer .footer-nav li { flex: 1; padding-right:5px;}
.footer .footer-nav li a { display: block; line-height: 1.5; margin-bottom: 10px;color: rgba(0, 0, 0, 0.7); }
.footer .footer-nav li a.tit { color: #333; font-size: 18px; margin-bottom: 10px; position: relative; }
.footer .footer-nav li a:hover { color: #ff2323; }
.footer .footer-con { overflow: hidden; width: 30%; float: right; }
.footer .footer-con .footer-logo { height: 40px; }
.footer .footer-con .footer-logo img { height: 100%; float: right; }
.footer .footer-con .footer-cont { text-align: right; color: rgba(0, 0, 0, 0.7); margin-top: 15px; }
.footer .footer-con .footer-cont p { margin-top: 5px; }
.footer .footer-con .footer-cont .num { font-size: 24px; font-weight: bold; color: #ff2323; }
.footer .footer-con .footer-cont .iconfont { font-size: 22px; margin-right: 8px; }
.footer .footer-copy { overflow: hidden; border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 15px 0; color: rgba(0, 0, 0, 0.7); }
.footer .footer-copy .footer-sm { float: right; }
.footer .footer-copy .footer-sm a { color: rgba(0, 0, 0, 0.7); margin-left: 30px; }
.footer .footer-copy .footer-sm a:hover { color: #ff2323; }

@media (max-width: 1199px) { .footer { font-size: 13px; }
  .footer .footer-box { padding: 40px 0; }
  .footer .footer-nav li a.tit { font-size: 16px; }
  .footer .footer-con .footer-logo { height: 30px; }
  .footer .footer-con .footer-cont .num { font-size: 22px; } }
@media (max-width: 991px) { .footer { font-size: 12px; }
  .footer .footer-box { padding: 20px 0; }
  .footer .footer-nav { display: none; }
  .footer .footer-con { width: 100%; float: none; text-align: center; }
  .footer .footer-con .footer-logo img { float: none; }
  .footer .footer-con .footer-cont { text-align: center; }
  .footer .footer-copy { text-align: center; padding: 10px 0; }
  .footer .footer-copy .footer-sm { float: none; margin-bottom: 5px; }
  .footer .footer-copy .footer-sm a { margin: 0 10px; }
  .footer .footer-copy .pull-left { float: none !important; } }
/**返回顶部**/
.floatbox { position: fixed; right: 3%; bottom: 50px; z-index: 999; }
.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); }

.page-nav-box { overflow: hidden; border-bottom: 1px solid #e6e6e6; height: 70px; line-height: 70px; }
.page-nav-box a { float: left; display: block; margin-right: 30px; font-size: 14px; position: relative; }
.page-nav-box a:after { position: absolute; left: 0; bottom: 0; height: 2px; background: #C02020; content: ''; z-index: 9; }
.page-nav-box a.active { color: #C02020; }
.page-nav-box a.active:after { right: 0; }
.page-nav-box a:hover { color: #C02020; }

@media (max-width: 1199px) { .page-nav-box { height: 60px; line-height: 60px; }
  .page-nav-box a { margin-right: 25px; } }
@media (max-width: 991px) { .page-nav-box { overflow-x: scroll; white-space: nowrap; -webkit-overflow-scrolling: touch; border-bottom: 1px solid #e8e8e8; box-sizing: border-box; }
  .page-nav-box a { float: none; display: inline-block; margin-right: 20px; height: 59px; }
  .page-nav-box::-webkit-scrollbar { display: none; } }
.zanwu { padding: 50px; 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: 30px; }
  .zanwu img { width: 80%; } }
.main { padding-top: 40px; padding-bottom: 80px; background: #f8f8f8; }

.main-news { background-image: url(../images/main-newsbg.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }

@media (max-width: 1199px) { .main { padding-top: 20px; padding-bottom: 60px; } }
@media (max-width: 767px) { .main { padding-bottom: 40px; } }
.pub-content { color: #666; 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; } }
.information { overflow: hidden; margin-top: 20px; }
.information ul { overflow: hidden; }
.information li { width: 33.33%; float: left; margin-top: 20px; padding-right: 20px; box-sizing: border-box; }
.information li .fieldname span { color: red; margin-right: 5px; }
.information li .fieldname .members-main-txt { margin-left: 5px; color: #999; }
.information li .fieldcont { width: 100%; position: relative; margin-top: 10px; }
.information li .fieldcont .arrow { position: absolute; right: 12px; text-align: right; top: 0; line-height: 45px; color: #999; }
.information li label { float: left; margin-right: 40px; position: relative; }
.information li label input { margin-right: 5px; }
.information .full { width: 100%; }
.information .agree { margin-top: 20px; line-height: 21px; }
.information .agree a { text-decoration: underline; }

@media (max-width: 1199px) { .information li { padding-right: 10px; } }
@media (max-width: 991px) { .information { margin-top: 10px; }
  .information li { width: 100%; } }
.main-l { width: 20%; float: left; margin-right: 5%; }
.main-l .main-l-top { width: 100%; padding: 15px; box-sizing: border-box; background: #C02020; color: #fff; font-weight: bold; }
.main-l .main-l-top .cn { font-size: 22px; }
.main-l .main-l-top .en { text-transform: uppercase; }
.main-l .type-1 { border: 1px solid #eee; border-top: none; background: #fff; padding: 0 20px; box-sizing: border-box; }
.main-l .type-1 > li { display: block; width: 100%; font-size: 16px; }
.main-l .type-1 > li > a { display: block; padding: 20px 0 20px 30px; border-bottom: 1px solid #eee; position: relative; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.main-l .type-1 > li > a:after { position: absolute; left: 0; top: 50%; margin-top: -6px; content: ""; font-size: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid transparent; }
.main-l .type-1 > li.more a:after { position: absolute; right: 20px; top: 0; font-size: 22px; font-family: "iconfont"; content: "\eb0c"; }
.main-l .type-1 > li.current a:after { transform: rotate(90deg); }
.main-l .type-1 > li:last-child > a { border-bottom: none; }
.main-l .type-1 > li:hover > a, .main-l .type-1 > li.active > a { color: #C02020; }
.main-l .type-1 > li:hover > a:after, .main-l .type-1 > li.active > a:after { border-left-color: #C02020; }
.main-l .type-1 > li .type-2 { background: #fff; width: 100%; padding: 0 20px; box-sizing: border-box; display: none; }
.main-l .type-1 > li .type-2 > li { font-size: 14px; font-weight: 300; }
.main-l .type-1 > li .type-2 > li > a { display: block; background: #fff; height: 50px; line-height: 50px; border-bottom: 1px solid #eee; padding: 0 0 0 20px; box-sizing: border-box; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.main-l .type-1 > li .type-2 > li > a:before { position: absolute; left: 0; top: 50%; margin-top: -4px; width: 8px; height: 8px; border: 1px solid #666; border-radius: 50%; box-sizing: border-box; content: ''; }
.main-l .type-1 > li .type-2 > li > a:after { content: none; }
.main-l .type-1 > li .type-2 > li:last-child a { border-bottom: none; }
.main-l .type-1 > li .type-2 > li:hover a, .main-l .type-1 > li .type-2 > li.active a { color: #C02020; }
.main-l .type-1 > li .type-2 > li:hover a:before, .main-l .type-1 > li .type-2 > li.active a:before { border: 1px solid #C02020; }

.main-r { width: 75%; float: right; }
.main-r .main-r-tit { font-size: 26px; line-height: 40px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.main-r .main-r-tit .page-nav-add { font-size: 14px; color: #999; float: right; }
.main-r .main-r-tit .page-nav-add .item { display: inline-block; color: #999; padding: 0 5px; }
.main-r .main-r-tit .page-nav-add .item:first-child { padding-left: 0; }
.main-r .main-r-tit .page-nav-add a:hover { color: #C02020; }

@media (max-width: 1199px) { .main-l .main-l-top { padding: 10px 15px; }
  .main-l .main-l-top .cn { font-size: 20px; }
  .main-l .main-l-top .en { font-size: 13px; }
  .main-l .type-1 > li { font-size: 14px; }
  .main-l .type-1 > li .type-2 { padding: 0 10px; }
  .main-r .main-r-tit { font-size: 24px; }
  .main-r .main-r-tit .page-nav-add { font-size: 13px; } }
@media (max-width: 991px) { .main-l { width: 100%; float: none; margin-right: 0; }
  .main-l .main-l-top { display: none; }
  .main-l .type-1 { border: none; padding: 0; background: none; overflow: hidden; }
  .main-l .type-1 > li { width: 25%; text-align: center; padding: 5px; box-sizing: border-box; float: left; }
  .main-l .type-1 > li > a { background: #fff; border-radius: 3px; padding: 6px 0; border: none; }
  .main-l .type-1 > li > a:after { content: none; }
  .main-l .type-1 > li:hover > a, .main-l .type-1 > li.active > a { background: #C02020; color: #fff; }
  .main-r { width: 100%; float: none; margin-top: 10px; }
  .main-r .main-r-tit { font-size: 22px; }
  .main-r .main-r-tit .page-nav-add { font-size: 12px; float: none; } }
@media (max-width: 767px) { .main-l .type-1 > li { width: 33.33%; } }
.newslist ul { overflow: hidden; }
.newslist ul li { padding: 40px 0; border-bottom: 1px solid #d7dce4; overflow: hidden; }
.newslist ul li a { display: flex; align-items: center; }
.newslist ul li a .newsimg { width: 30%; margin-right: 5%; }
.newslist ul li a .newsimg .img { width: 100%; padding-top: 66.67%; height: auto; overflow: hidden; position: relative; }
.newslist ul li a .newsimg .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .6s; }
.newslist ul li a .cont { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; overflow: hidden; }
.newslist ul li a .cont .date { margin-bottom: 10px; color: #999; }
.newslist ul li a .cont .tit { font-size: 20px; }
.newslist ul li a .cont .txt { margin-top: 10px; color: #999; }
.newslist ul li a .cont .more { margin-top: 20px; }
.newslist ul li a:hover .newsimg .img img { transform: scale(1.1); }
.newslist ul li a:hover .cont .tit, .newslist ul li a:hover .cont .more { color: #C02020; }

@media (max-width: 1439px) { .newslist ul li { padding: 30px 0; } }
@media (max-width: 1199px) { .newslist ul li { padding: 25px 0; }
  .newslist ul li a .cont .date { margin-bottom: 5px; }
  .newslist ul li a .cont .txt { margin-top: 5px; }
  .newslist ul li a .cont .more { margin-top: 10px; } }
@media (max-width: 767px) { .newslist ul li { padding: 15px 0; }
  .newslist ul li a .newsimg { width: 36%; margin-right: 4%; }
  .newslist ul li a .cont { font-size: 12px; }
  .newslist ul li a .cont .tit { font-size: 16px; }
  .newslist ul li a .cont .more { display: none; } }
.newspage { background: #fff; padding: 50px; box-sizing: border-box; border-radius: 2px; }
.newspage .newspage-head { text-align: center; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.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 { padding: 40px; }
  .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 { padding: 30px; }
  .newspage .newspage-head .newspage-tit { font-size: 30px; } }
@media (max-width: 991px) { .newspage { padding: 20px; }
  .newspage .newspage-head { padding-bottom: 20px; }
  .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; } }
.contactinfo { overflow: hidden; margin-top: 20px; padding: 20px; border-radius: 3px; background: #fff; }
.contactinfo li { width: 33.33%; float: left; padding: 20px; box-sizing: border-box; }
.contactinfo li .bt { border-bottom: 1px solid #ddd; padding-bottom: 10px; font-size: 18px; overflow: hidden; }
.contactinfo li .bt .iconfont { float: right; color: #C02020; }
.contactinfo li .cont { padding-top: 10px; font-size: 16px; font-weight: 300; }

@media (max-width: 1199px) { .contactinfo { padding: 15px; }
  .contactinfo li { padding: 15px; } }
@media (max-width: 991px) { .contactinfo { padding: 10px; }
  .contactinfo li { padding: 10px; } }
@media (max-width: 767px) { .contactinfo li { width: 100%; float: none; } }
.floatimg { position: fixed; right: 10px; top: 200px; z-index: 999; text-align: right; }
.floatimg .float-item { position: relative; display: block; margin-bottom: 10px; }
.floatimg .float-item img { width: 160px; }
.floatimg .float-item .close { position: absolute; right: 0; top: 0; z-index: 5; width: 20px; height: 20px; background-color: rgba(0, 0, 0, 0.5); text-align: center; line-height: 20px; color: #FFFFFF; font-size: 12px; border-radius: 0 0 20px 20px; }

@media (max-width: 991px) { .floatimg { display: none; } }

/*# sourceMappingURL=style.css.map */
