.header {
  overflow: hidden;
}

.header-top {
  height: 176px;
  background: url(../images/pubhead.jpg) no-repeat center 100%;
  width: 100%;
  min-width: 1200px;
}

.header-top .logo {
  float: left;
  margin-top: 50px;
  width: 220px;
}

.header-top .phone {
  float: right;
  font-weight: bold;
  padding-left: 60px;
  margin-top: 65px;
  background: url(../images/dh.png) left center no-repeat;
}

.header-top .phone span {
  font-size: 16px;
  color: #C80202;
}

.header-top .phone p {
  font-size: 22px;
  color: #C80202;
}

.nav {
  float: left;
  height: 60px;
  background: #163e82;
  width: 100%;
}

.nav ul {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.nav ul li {
  float: left;
  float: left;
  width: 12%;
  text-align: center;
  border-left: 1px solid #9fb1cc;
}

.nav ul li:first-child {
  border-left: none;
}

.nav ul li:hover {
  border-top: 5px solid #bd5252;
  margin-top: -5px;
  background-color: #063870;
}

.nav ul li:hover a {
  font-weight: 600;
}

.nav ul li a {
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  display: block;
}

.nav ul .active {
  border-top: 5px solid #bd5252;
  margin-top: -5px;
  background-color: #063870;
}

.nav ul .active a {
  font-weight: 600;
}

.home-slides {
  height: 420px;
  margin-top: 40px;
}

.slides {
  width: 720px;
  height: 420px;
  float: left;
}

.slides_news {
  float: right;
  width: 460px;
  height: 100%;
  background: red;
  border: 1px solid #fbfcfd;
  box-shadow: #e6e6e6 0px 0px 15px;
  -webkit-box-shadow: #e6e6e6 0px 0px 15px;
  background-color: #fff;
}

.swiper-pagination1 {
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 80% !important;
  bottom: 0 !important;
  width: 20% !important;
}

.swiper-pagination1 .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  background: #eeeeee;
  width: 12px;
  height: 12px;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  background: #163e82;
}

#slides .swiper-slide p {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  padding-left: 20px;
  max-width: 100%;
}

.slides_news {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.slides_news_title {
  border-bottom: #dedede 1px solid;
  height: 44px;
  margin-bottom: 4px;
}

.slides_news_title ul .active a {
  color: #fff;
  background: url(../images/pubdown.png) no-repeat 50% 29px #bd5252;
}

.slides_news_title ul li {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #666;
}

.slides_news_title ul li:hover a {
  color: #fff;
  background: url(../images/pubdown.png) no-repeat 50% 29px #bd5252;
}

.slides_news_title ul li a {
  padding: 5px 8px;
  margin-bottom: 2px;
  display: block;
}

.slides_news_con {
  overflow: hidden;
}

.slides_news_con dd ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #000;
}

.slides_news_con dd ul li a {
  max-width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.slides_news_con dd ul li span {
  float: right;
  width: 106px;
  height: 24px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 14px;
  line-height: 24px;
  text-align: center;
}

.slides_news_con dd ul li:last-child {
  border-bottom: none;
}

.slides_news_con dd ul li:hover {
  color: #265b97;
}

.slides_news_con dd ul li:hover span {
  background-color: #265b97;
  color: #fff;
}

.home_fw {
  margin-top: 20px;
  height: 250px;
  margin-bottom: 20px;
}

.home_fw ul li {
  width: 224px;
  height: 250px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fbfcfd;
  box-shadow: #e6e6e6 0px 0px 15px;
  -webkit-box-shadow: #e6e6e6 0px 0px 15px;
  background-color: #fff;
  margin-right: 20px;
}

.home_fw ul li:nth-child(1) img {
  height: 100%;
}

.home_fw ul li:nth-child(5) {
  margin-right: 0;
}

.home_fw ul li:hover {
  background: #d3e0ff;
}

.f_img {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}

.f_img h3 {
  color: #004BB7;
  font-size: 28px;
}

.f_txt {
  text-align: center;
}

.f_txt a {
  font-size: 14px;
  color: #232323;
  text-decoration: underline;
}

.f_more {
  margin-top: 15px;
  text-align: center;
}

.f_more a {
  font-size: 14px;
  color: #333;
}

.home_box3 {
  margin-top: 20px;
  height: 400px;
}

.home_ry {
  float: left;
  width: 460px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fbfcfd;
  box-shadow: #e6e6e6 0px 0px 15px;
  -webkit-box-shadow: #e6e6e6 0px 0px 15px;
  background-color: #fff;
}

.home_ry .swiper-container {
  padding-bottom: 30px;
}

.home_ry img {
  width: 100%;
  height: 260px;
}

.home_title {
  border-bottom: #dedede 1px solid;
  height: 44px;
  margin-bottom: 4px;
}

.home_title .home_title_tab span:nth-child(1) {
  width: 61px;
  height: 48px;
  line-height: 40px;
  background: url(../images/tit-icon01.jpg) no-repeat;
  text-indent: 14px;
  position: relative;
  display: block;
  float: left;
}

.home_title .home_title_tab span:nth-child(2) {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  background: url(../images/tit-icon03.jpg) repeat-x;
  font-size: 22px;
  color: #265b97;
  padding: 0 10px 0 15px;
  float: left;
}

.home_title .home_title_tab span:nth-child(3) {
  width: 30px;
  height: 48px;
  display: block;
  float: left;
  background: url(../images/tit-icon02.png) no-repeat;
}

.home_title .home_title_more {
  float: right;
  height: 40px;
  width: 30px;
  background: url(../images/gengduo_more.png) no-repeat center center;
}

.swiper-pagination2 {
  bottom: 5px !important;
}

.swiper-pagination2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #0E6CB6;
  opacity: 1;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  background: #CC494F;
}

.home_contact {
  float: right;
  width: 720px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fbfcfd;
  box-shadow: #e6e6e6 0px 0px 15px;
  -webkit-box-shadow: #e6e6e6 0px 0px 15px;
  background-color: #fff;
  background: url(../images/sy_saks.jpg) no-repeat 100% 100%;
  padding-bottom: 11px;
  border: 1px solid #eeeeee;
}

.home_contact .home_contact_left {
  float: left;
  width: 306px;
}

.home_contact .home_contact_right {
  float: right;
  width: 320px;
}

.home_contact_left ul {
  margin-top: 10px;
}

.home_contact_left ul li {
  width: 100%;
  height: 53px;
  background: url(../images/sy_bin.png) no-repeat 100% 100%;
  background-size: contain;
  -webkit-background-size: contain;
  margin-bottom: 6px;
}

.home_contact_left ul li a {
  display: block;
  padding-left: 56px;
  font-size: 18px;
  color: #333;
  line-height: 54px;
}

.home_contact_left ul li:hover {
  background: url(../images/sy_bin_on.png) no-repeat 100% 100%;
  background-size: contain;
  -webkit-background-size: contain;
}

.home_contact_left ul li:hover a {
  color: #FFF;
}

.home_contact_right ul {
  margin-top: 10px;
}

.home_contact_right ul li {
  height: 60px;
  line-height: 60px;
  margin-top: 11px;
  padding-left: 70px;
  background-color: #f7f7f7;
  font-size: 14px;
}

.home_contact_right ul li span {
  font-size: 22px;
  display: block;
  font-weight: 600;
}

.home_contact_right ul li:nth-child(1) {
  background: url(../images/more02.png) no-repeat center left 20px;
  background-size: 30px;
  background-color: #f7f7f7;
}

.home_contact_right ul li:nth-child(2) {
  background: url(../images/sy_mbn1.png) no-repeat center;
  background-size: cover;
  background-color: #f7f7f7;
  line-height: 26px;
}

.home_contact_right ul li:nth-child(3) {
  background: url(../images/sy_mbn2.png) no-repeat center;
  background-size: cover;
}

.home_contact_right ul li:nth-child(4) {
  background: url(../images/sy_mbn3.png) no-repeat center;
  background-size: cover;
}

.home_news_box {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: #e6e6e6 0px 0px 15px;
  -webkit-box-shadow: #e6e6e6 0px 0px 15px;
  background-color: #fff;
  height: 482px;
  overflow: hidden;
}

.home_news ul li {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px dashed #000;
}

.home_news ul li a {
  padding-left: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  max-width: 84%;
  font-size: 16px;
  background: url(../images/shu.png) no-repeat left center;
  float: left;
}

.home_news ul li a:hover {
  background: url(../images/shu_on.png) no-repeat left center;
}

.home_news ul li span {
  color: #999;
  display: block;
  float: right;
}

.home_news dl dd:nth-child(1) {
  display: block;
}

.home_news dl dd {
  display: none;
}

.home_news_left {
  width: 820px;
  float: left;
}

.home_news_right {
  float: right;
  width: 300px;
  font-size: 22px;
}

.home_news_right li {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 20px;
}

.home_news_right li a {
  display: block;
  text-align: left;
  padding-left: 110px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.home_news_right li:nth-child(1) {
  background: url(../images/zhuanli.png) no-repeat 57px center #f2f5f9;
}

.home_news_right li:nth-child(1):hover a {
  background: url(../images/zhuanli_on.png) no-repeat 57px center #265b97;
  color: #fff;
}

.home_news_right li:nth-child(2) {
  background: url(../images/notice.png) no-repeat 57px center #f2f5f9;
}

.home_news_right li:nth-child(2):hover a {
  background: url(../images/notice_on.png) no-repeat 57px center #265b97;
  color: #fff;
}

.home_news_right li:nth-child(3) {
  background: url(../images/xxg_zut4.png) no-repeat 57px center #f2f5f9;
}

.home_news_right li:nth-child(3):hover a {
  background: url(../images/xxg_zut4_1.png) no-repeat 57px center #265b97;
  color: #fff;
}

.home_news_right li:nth-child(4) {
  background: url(../images/faxian-dianlutu.png) no-repeat 57px center #f2f5f9;
}

.home_news_right li:nth-child(4):hover a {
  background: url(../images/faxian-dianlutu_on.png) no-repeat 57px center #265b97;
  color: #fff;
}

.home_title ul {
  float: left;
  font-size: 18px;
  color: #666;
  position: relative;
  top: 6px;
}

.home_title ul .active {
  border-bottom: 2px solid #bd5252;
}

.home_title ul .active a {
  color: #fff;
  background: url(../images/pubdown.png) no-repeat 50% 29px #bd5252;
}

.home_title ul li {
  float: left;
  margin-left: 20px;
  font-size: 18px;
  color: #666;
}

.home_title ul li:hover {
  border-bottom: 2px solid #bd5252;
}

.home_title ul li:hover a {
  color: #fff;
  background: url(../images/pubdown.png) no-repeat 50% 29px #bd5252;
}

.home_title ul li a {
  padding: 5px 8px;
  margin-bottom: 2px;
  display: block;
}

.home_hz {
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #fbfcfd;
  box-shadow: #e6e6e6 0px 0px 15px;
  -webkit-box-shadow: #e6e6e6 0px 0px 15px;
  background-color: #fff;
}

.home-news {
  background: url(../images/news_07.jpg) center center no-repeat;
  padding-top: 40px;
  padding-bottom: 50px;
}

.home-title {
  width: 500px;
  height: 44px;
  line-height: 45px;
  margin: 40px auto;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  background: url(../images/home-title.png) center center no-repeat;
  background-size: cover;
}

.home-title h4 {
  line-height: 44px;
  color: #003B83;
  font-weight: bold;
  text-transform: uppercase;
}

.home-title h4 span {
  color: #333333;
}

.home-news-con {
  overflow: hidden;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.home-news-title h3 {
  float: left;
  font-size: 22px;
  color: #111;
}

.home-news-title a {
  float: right;
  font-size: 12px;
  color: #F5AB18;
}

.home-news-left {
  width: 370px;
  float: left;
  margin-right: 45px;
}

.home-news-left img {
  margin-top: 20px;
  margin-bottom: 5px;
  width: 370px;
  height: 120px;
}

.home-news-left ul li {
  line-height: 48px;
  border-bottom: 2px dashed #e3e3e3;
}

.home-news-right {
  width: 370px;
  float: right;
  margin-right: 0;
}

.home-news-left ul li h3 {
  font-size: 14px;
  color: #333;
}

.home-news-left ul li p {
  font-size: 12px;
  color: #999;
  line-height: 26px;
  margin-bottom: 8px;
  display: none;
}

.home-news-left ul .active p {
  display: block;
}

.home-news-left h1 {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #333;
  border-bottom: 2px dashed #e3e3e3;
  padding-left: 30px;
  background: url(../images/news-bj.png) left center no-repeat;
}

.home-news-left h1 span {
  float: right;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  background: url(../images/news-bj2.png) center center no-repeat;
}

.home-sbzl-box {
  background: url(../images/banner1.jpg) center center no-repeat;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-top: 60px;
}

.home-sbzl-title {
  text-align: center;
}

.home-sbzl-title h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
}

.home-sbzl-title h3::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  width: 150px;
  height: 1px;
  background-color: currentColor;
  font-size: 14px;
}

.home-sbzl-title h3::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: 150px;
  height: 1px;
  background-color: currentColor;
  font-size: 14px;
}

.home-sbzl-title p {
  font-size: 22px;
  color: #FFF;
  margin-bottom: 40px;
}

.home-sbzl-con {
  overflow: hidden;
}

.home-sbzl-left {
  width: 300px;
  height: 418px;
  float: left;
}

.home-sbzl-right {
  height: 250px;
  margin-bottom: 20px;
}

.home-sbzl-right ul li {
  width: 225px;
  height: 280px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  background-color: #fff;
}

.home-sbzl-right ul li:nth-child(1) img {
  height: 100%;
}

.home-sbzl-right ul li:nth-child(5) {
  margin-right: 0;
}

.home-sbzl-right ul li:hover {
  background: #d3e0ff;
}

.home-about {
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 40px;
}

.home-about-img {
  float: left;
  width: 460px;
  height: 300px;
  margin-top: 30px;
}

.home-about-img img {
  width: 100%;
  height: 100%;
}

.home-about-right {
  float: right;
  width: 690px;
  position: relative;
}

.home-about-right .home-about-title {
  height: 81px;
  margin-bottom: 30px;
}

.home-about-right .home-about-title h4 {
  position: absolute;
  right: 60px;
  color: #ffeeee;
  font-size: 54px;
  text-transform: uppercase;
}

.home-about-right .home-about-title h3 {
  position: absolute;
  right: 0;
  top: 30px;
  color: #000;
  font-size: 32px;
}

.home-about-right .home-about-title span {
  height: 2px;
  width: 55px;
  background: #222;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 80px;
}

.home-about-right p {
  font-size: 16px;
  text-indent: 2em;
}

.home-about-right .home-about-more {
  float: right;
  width: 200px;
  height: 50px;
  border: 1px solid #111;
  display: inline-block;
  margin-top: 35px;
  background: url(../images/home-about-more.png) 150px center no-repeat;
}

.home-about-right .home-about-more a {
  line-height: 50px;
  margin-left: 50px;
}

.home-about-right .home-about-more a:hover {
  color: #ff2929;
}

.footer {
  margin-top: 20px;
  background: url(../images/pubfoot.jpg) repeat-x #0154a2;
}

.footer_top {
  height: 240px;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_top ul li {
  float: left;
}

.footer_top ul li:nth-child(1) {
  padding-top: 30px;
}

.footer_top ul li:nth-child(2) {
  width: 715px;
  height: 140px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  margin-left: 20px;
}

.footer_top ul li:nth-child(2) h3 {
  font-size: 16px;
  color: #F2F2F2;
}

.footer_top ul li:nth-child(2) a {
  font-size: 14px;
  color: #FFF;
  margin-right: 20px;
  line-height: 28px;
}

.footer_top ul li:nth-child(3) {
  float: right;
}

.footer_top ul li:nth-child(3) h4 {
  font-size: 14px;
  color: #F4F4F4;
  margin-top: 10px;
}

.footer_bottom {
  text-align: center;
  padding-bottom: 12px;
}

.footer_bottom p {
  color: #FFF;
  font-size: 12px;
}

.footer_bottom p a {
  color: #FFF;
}

.postion {
  width: 1200px;
  height: 41px;
  line-height: 41px;
  background: url(../images/postion.png) 25px 13px no-repeat #FFF;
  font-size: 16px;
  color: #666;
  margin: 10px auto;
  padding-left: 45px;
  box-shadow: #e6e6e6 0px 0px 15px;
  -webkit-box-shadow: #e6e6e6 0px 0px 15px;
  border: #fbfcfd 1px solid;
}

.page_con{
	padding: 20px 0;
}

.page_content {
  background: #fff !important;
  padding: 20px;
  width: 1200px;
  overflow: hidden;
  border: 1px solid #fbfcfd;
  box-shadow: #e6e6e6 0px 0px 15px;
  -webkit-box-shadow: #e6e6e6 0px 0px 15px;
  margin-top: 20px;
  margin: 0 auto;
}

.page_news ul li {
  width: 100%;
  line-height: 53px;
  border-bottom: #000 dashed 1px;
  float: left;
  background: url(../images/active-icon.png) no-repeat 5px 50%;
}

.page_news ul li a {
  max-width: 85%;
  float: left;
  display: block;
  color: #404040;
  padding-left: 28px;
  padding-right: 10px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page_news ul li span {
  float: right;
  color: #999;
  display: block;
}

.page_news ul li:hover a {
  color: #265b97;
}

.page_tabs{
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page_tabs ul li{
  width: 25%;
  height: 68px;
  line-height: 68px;
  text-align:center;
  float: left;
  background: #f7f7f7;
}
.page_tabs ul li a{
  font-size: 25px;
  color: #666666;
}
.page_tabs ul .active{
  background: #265b97;
}
.page_tabs ul .active a{
  color: white;
}
.page_tabs ul li:hover{
  background: #265b97;
}
.page_tabs ul li:hover a{
  color: white;
}
.pglist a{
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #9b9595;
  display: inline-block;
  font-size: 14px;
  padding: 0 1px 0 1px;
  color: #444;
  padding: 0 10px;
  margin: 30px 5px 0 5px;
}
.pglist .page-num-current{
  background-color: #288df0;
  color: #FFF;
  cursor: default;
}
















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