.pub_bg {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/*公共部分开始*/
li {
  list-style: none;
}
* {
  padding: 0;
  margin: 0;
}
a {
  outline: none;
  text-decoration: none;
}
.wrap {
  width: 100%;
  min-width: 1200px;
}
.wrap .wrap_box {
  width: 1100px;
  margin: 0 auto;
}
.nav .nav-top {
  padding: 20px 0;
}
.nav .nav-top ul::after {
  content: "";
  display: table;
  clear: both;
}
.nav .nav-top ul li {
  float: left;
  border-left: 1px solid #cccccc;
}
.nav .nav-top ul li:first-child {
  border-left: none;
}
.nav .nav-top ul li a {
  color: #333333;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
.nav .nav-dh {
  background-color: #3a4971;
  position: relative;
}
.nav .nav-dh ul::after {
  content: "";
  display: table;
  clear: both;
}
.nav .nav-dh ul li {
  float: left;
  width: 11%;
  text-align: center;
}
.nav .nav-dh ul li .btm {
  position: absolute;
  background-color: #FFF;
  border: 1px solid  #3a4971;
  top: 68px;
  padding: 0;
  z-index: 4;
  width: 100%;
  left: 0;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
  display: none;
  border-top: none;
}
.nav .nav-dh ul li .btm a {
  display: inline-block;
  margin-right: 20px;
  color: #333;
  width: 14.2%;
}
.nav .nav-dh ul li.active a {
  border-bottom: 2px solid #FFF;
}
.nav .nav-dh ul li img {
  max-width: 100%;
  width: 82px;
  vertical-align: middle;
}
.nav .nav-dh ul li a {
  cursor: pointer;
  color: #FFF;
  line-height: 66px;
  display: inline-block;
}
.index_banner {
  overflow: hidden;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3a4971 !important;
}
.index_banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #FFF;
  border: 1px solid #3a4971;
}
.index_banner img {
  width: 100%;
}
.index_icon {
  padding: 40px 0;
}
.index_icon ul::after {
  content: "";
  display: table;
  clear: both;
}
.index_icon ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.index_icon ul li .icon {
  width: 160px;
  margin: 0 auto;
}
.index_icon ul li .icon img {
  width: 100%;
}
.index_icon ul li .text {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
}
.title {
  text-align: center;
}
.title .text1 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
}
.title .text1 span {
  display: inline-block;
  min-width: 224px;
}
.title .text1::before {
  background: url(../img/title_left.png) no-repeat center;
  display: inline-block;
  background-size: 100%;
}
.title .text1::after {
  background: url(../img/title_right.png) no-repeat center;
  display: inline-block;
  background-size: 100%;
}
.title .text1::after,
.title .text1::before {
  content: "";
  width: 157px;
  height: 5px;
  vertical-align: middle;
}
.title .text2 {
  color: #cccccc;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.wel {
  width: 100%;
  background-color: #3a4971;
  padding: 30px 0;
}
.wel .wel_come .wel_come_top {
  width: 550px;
  position: relative;
  margin: 0 auto;
}
.wel .wel_come .wel_come_top .img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -75px;
}
.wel .wel_come .wel_come_top .img img {
  width: 100%;
}
.wel .wel_come .wel_come_top .text {
  padding-left: 170px;
  line-height: 150px;
  color: #FFF;
  font-size: 30px;
}
.wel .wel_center {
  color: #FFF;
}
.wel .wel_center p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 32px;
  text-indent: 2em;
}
.wel .wel_btn {
  margin-top: 20px;
  text-align: center;
}
.wel .wel_btn a {
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  background-color: #FFF;
  font-size: 20px;
  color: #1a2b56;
}
.swiper-button-prev {
  background: none !important  ;
  height: 28px;
  width: 54px;
  outline: none;
}
.swiper-button-next {
  background: none !important  ;
  right: 10px;
  height: 28px;
  width: 54px;
  background-size: 100%;
  left: auto;
  outline: none;
}
.news {
  padding: 99px 0 0;
}
.news ul {
  padding: 0 100px;
}
.news ul li {
  padding-right: 300px;
  cursor: pointer;
  position: relative;
  padding-left: 70px;
  margin-top: 20px;
}
.news ul li .more {
  width: 150px;
  height: 32px;
  background: url(../img/btn_bg1.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  text-align: center;
  color: #666;
  line-height: 32px;
  position: absolute;
}
.news ul li .text1 {
  color: #333;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news ul li .text1 .font {
  color: #663300;
}
.news ul li .text2 {
  text-align: right;
  margin-top: 10px;
  color: #999;
}
.news ul li:hover .num {
  background: url(../img/news_bg.png) no-repeat center;
  background-size: 100%;
  color: #FFF;
}
.news ul li:hover .more {
  width: 150px;
  height: 32px;
  background: url(../img/btn_bg.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  text-align: center;
  color: #666;
  line-height: 32px;
  position: absolute;
}
.news ul li .num {
  display: inline-block;
  width: 58px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  top: 50%;
  color: #999;
  margin-top: -25px;
  font-weight: bold;
}
.yzb {
  margin-top: 60px;
}
.yzb:after {
  content: "";
  display: table;
  clear: both;
}
.yzb .yzb_left {
  width: 50%;
  float: left;
}
.yzb .yzb_left img {
  width: 100%;
}
.yzb .yzb_right {
  padding-left: 20px;
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
}
.yzb .yzb_right .title1 {
  font-size: 40px;
  letter-spacing: 8px;
  font-weight: bold;
  color: #3a4971;
}
.yzb .yzb_right .title1 img {
  vertical-align: middle;
  margin-top: -10px;
  margin-left: 10px;
}
.yzb .yzb_right .title2 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 4px;
}
.yzb .yzb_right .text {
  margin-top: 20px;
  color: #666666;
  line-height: 22px;
  font-size: 14px;
}
.yzb .yzb_right .btn {
  margin-top: 20px;
}
.yzb .yzb_right .btn a.more {
  display: inline-block;
  background-color: #3a4971;
  color: #FFF;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
}
.data {
  background-color: #eaeaea;
}
.data .data_mian {
  padding: 90px 0;
}
.data ul::after {
  content: "";
  display: table;
  clear: both;
}
.data ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  margin-top: 40px;
}
.data ul li .mian {
  background: url(../img/data_icon.png) no-repeat top left;
  padding-left: 90px;
  font-size: 18px;
}
.data ul li .mian .text1 {
  line-height: 26px;
  font-weight: bold;
  font-size: 24px;
}
.data ul li .mian .text2 {
  margin-top: 10px;
  color: #666;
}
.rc_bg {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.yzt1_list {
  margin: 0 -20px;
}
.yzt1_list .mian {
  padding: 0 20px;
  margin-top: 40px;
}
.yzt1_list .title {
  font-size: 16px;
  text-align: left;
  color: #FFF;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.yzt1_list .title1 {
  font-size: 16px;
  text-align: left;
  color: #FFF;
  margin-top: 10px;
}
.yzt1_list img {
  width: 100%;
}
.yzt1 {
  background-color: #3a4971;
  margin-top: 100px;
  padding: 90px 0;
}
.yzt1 .yzt_title {
  font-size: 24px;
  color: #FFF;
}
.yzt1 .yzt_title img {
  vertical-align: middle;
  width: 30px;
  margin-left: 10px;
}
.yzt {
  position: relative;
  padding: 90px 0;
}
.yzt .yzt_title {
  font-size: 24px;
  color: #333;
}
.yzt .yzt_title img {
  vertical-align: middle;
  width: 30px;
  margin-left: 10px;
}
.yzt .title {
  margin-bottom: 40px;
}
.yzt .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 0 10px;
}
.yzt .swiper-wrapper img {
  width: 100%;
}
.index_yzt1 img {
  width: 100%;
}
.foot {
  width: 100%;
  background-color: #232e34;
  padding: 80px 0;
}
.foot .foot_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.foot .foot_wrap .foot_right {
  width: 200px;
}
.foot .foot_wrap .foot_right .img img {
  width: 100%;
}
.foot .foot_wrap .foot_right .text {
  color: #FFF;
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
}
.foot .foot_wrap .foot_left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 ;
  flex: 1;
}
.foot .foot_wrap .foot_left .logo {
  width: 140px;
}
.foot .foot_wrap .foot_left .logo img {
  width: 100%;
}
.foot .foot_wrap .foot_left .text {
  font-size: 16px;
  color: #FFF;
  margin-top: 20px;
  line-height: 30px;
}
.ny_banner img {
  width: 100%;
}
.ny .place {
  padding: 20px 0;
  color: #333;
  font-size: 16px;
}
.ny .place a {
  display: inline-block;
  margin: 0 10px;
  color: #333;
}
.news_title {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}
.news_title span {
  display: inline-block;
  padding-bottom: 20px;
  background: url(../img/title_left.png) repeat-x bottom center;
  background-size: 100% 2px;
}
.info {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: #666;
}
.ny_box {
  margin-top: 30px;
  font-size: 14px;
  line-height: 32px;
  padding-bottom: 60px;
}
.ny_box p {
  margin-top: 20px ;
}
.place {
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 0;
}
.navbar-nav .dropdown-toggle {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding: 10px 0;
  min-width: 240px;
  cursor: pointer;
}
.navbar-nav .dropdown-toggle img {
  vertical-align: middle;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 20px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.navbar-nav .dropdown-menu li {
  font-size: 16px;
  line-height: 30px;
}
.navbar-nav .dropdown-menu li a {
  color: #333333;
}
.navbar-nav .dropdown {
  position: relative;
}
.navbar-nav .navbar-nav li {
  float: left;
  display: block;
}
