@charset "utf-8";
/* 内页BANNER */
.ny_main_div {
  background: #FAFAFA;
  width: 100%;
}
.ny_main {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}
.ny_main1 {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.ny_main2 {
  width: 1200px;
  margin: 0 auto;
}
.ny_main3 {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.ny_main4 {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.ny_main5 {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
.ny_main6 {
  width: 1200px;
  margin: 0 auto;
  padding: 150px 0 200px 0;
}
.ny_main7 {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 20px 0;
}
.ny_main8 {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 150px 0;
}
.ny_banner_01 {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("../image/12.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
}
.ny_banner_02 {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("../image/14.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
}
.ny_banner_03 {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("../image/15.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  position: relative;
}
.ny_banner_04 {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("../image/16.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  position: relative;
}
.ny_banner_05 {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("../image/17.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  position: relative;
}
.ny_banner_03 img {
  visibility: visible;
  -webkit-animation: scale-bg 2s linear forwards;
  animation: scale-bg 2s linear forwards;
}
@-webkit-keyframes fadeOn {
  0% {
    margin-top: 5rem;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    top: 250px;
    opacity: 0;
  }
  50% {
    top: 150px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadel {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 17rem;
    opacity: 1;
  }
}
@-webkit-keyframes fader {
  0% {
    right: 0;
    opacity: 0;
  }
  50% {
    right: 120px;
    opacity: 0;
  }
  100% {
    right: 240px;
    opacity: 1;
  }
}
.banner_tltle {
  position: relative;
  width: 1200px;
  height: 600px;
  margin: auto;
  -webkit-animation: fade 1s 1 linear;
  animation-direction: normal;
  -webkit-animation-direction: normal;
}
.banner_tltle h1 {
  overflow: 0;
  width: 175px;
  color: #FFF;
  display: block;
  font: 26px/50px "微软雅黑";
  padding: 10px 20px;
  text-align: center;
  background: #254497;
  position: absolute;
  left: 0;
  top: 250px;
  -webkit-animation: fader 1s 1 linear;
  animation-direction: normal;
  -webkit-animation-direction: normal;
}
.banner_tltle1 {
  position: relative;
  width: 1200px;
  height: 600px;
  margin: auto;
  -webkit-animation: fade 1s 1 linear;
  animation-direction: normal;
  -webkit-animation-direction: normal;
}
.banner_tltle1 h1 {
  overflow: 0;
  width: 175px;
  color: #FFF;
  display: block;
  font: 26px/50px "微软雅黑";
  padding: 10px 20px;
  text-align: center;
  background: #E71F24;
  position: absolute;
  left: 0;
  top: 250px;
  -webkit-animation: fader 1s 1 linear;
  animation-direction: normal;
  -webkit-animation-direction: normal;
}
/* 内页二级导航 */
.ny_nav {
  width: 100%;
  height: 60px;
  background: #254497;
}
.ny_nav ul {
  margin: auto;
  width: 1200px;
  overflow: hidden;
}
.ny_nav ul li {
  text-align: center;
  width: 200px;
  height: 60px;
  float: left;
  font: 100 20px/60px "微软雅黑";
}
.ny_nav ul li a {
  display: block;
  color: #FFF;
  font: 100 20px/60px "微软雅黑";
  border-right: 1px solid #254497;
}
.ny_nav ul li a:hover {
  background: #FFF;
  color: #254497;
  display: block;
  font: bold 20px/60px "微软雅黑";
  border-right: 1px solid #254497;
}
.ny_nav ul li span {
  display: block;
}
.ny_nav_first {
  display: block;
  background: #FFF;
  color: #01479D;
  font: bold 20px/60px "微软雅黑";
}
.ny_nav1 {
  width: 100%;
  height: 60px;
  background: #E71F24;
}
.ny_nav1 ul {
  margin: auto;
  width: 1200px;
  overflow: hidden;
}
.ny_nav1 ul li {
  text-align: center;
  width: 200px;
  height: 60px;
  float: left;
  font: 100 20px/60px "微软雅黑";
}
.ny_nav1 ul li a {
  display: block;
  color: #FFF;
  font: 100 20px/60px "微软雅黑";
  border-right: 1px solid #E71F24;
}
.ny_nav1 ul li a:hover {
  background: #FFF;
  color: #E71F24;
  display: block;
  font: bold 20px/60px "微软雅黑";
  border-right: 1px solid #E71F24;
}
.ny_nav_first1 {
  display: block;
  background: #FFF;
  color: #E71F24;
  font: bold 20px/60px "微软雅黑";
}
/* 走进投资_公司简介 */
.about_div {
  overflow: hidden;
  width: 100%;
}
.about_div h1 {
  font: bold 30px/30px "微软雅黑";
}
.about_div h2 {
  font: 2.4rem/4rem "微软雅黑";
  display: block;
  text-align: center;
  margin-top: 5rem;
}
.about_div h3 {
  font: 20px/40px "Arial";
  display: block;
  color: #CCC;
  margin: 30px 0 40px 0;
}
.about_lf {
  width: 50%;
  padding: 0 50px 15px 0;
}
.about_lf img {
  display: block;
  margin: 60px 50px 60px 0;
  width: 100%;
  height: auto;
}
.about_lf p {
  color: #000;
  font: normal 16px/28px "微软雅黑";
  text-indent: 2em;
  text-align: justify;
  text-justify: distribute-all-lines;
  padding: 5px 0;
}
.about_lf .style_05 {
  margin-top: 40px;
  color: #000;
  font: normal 18px/18px "微软雅黑";
  text-align: justify;
  text-justify: distribute-all-lines;
}
.about_rf {
  width: 50%;
  padding: 0 0 15px 50px;
}
.about_rf img {
  display: block;
  margin: 20px 0 60px 0;
  width: 100%;
  height: auto;
}
.about_rf p {
  color: #000;
  font: normal 16px/28px "微软雅黑";
  text-indent: 2em;
  text-align: justify;
  text-justify: distribute-all-lines;
  padding: 5px 0;
}
.about_rf1 {
  width: 45%;
  float: right;
}
.about_cf {
  width: 100%;
  clear: both;
  padding-bottom: 30px;
}
.about_cf img {
  margin: 60px 0;
}
.about_cf p {
  color: #000;
  font: normal 16px/28px "微软雅黑";
  text-indent: 2em;
  text-align: justify;
  text-justify: distribute-all-lines;
  padding: 5px 0;
}
.about_cf li {
  color: #000;
  font: normal 18px/42px "微软雅黑";
  text-align: justify;
  text-justify: distribute-all-lines;
}
.about_div3 {
  border: 1px solid #EEE;
  background: #FAFAFA;
  margin: 60px 0;
}
.about_div3 ul {
  padding: 20px 15px;
  width: 50%;
}
.about_div3 ul li {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
}
.about_div3 ul li span {
  display: block;
}
.about_div3 ul li span.style_01 {
  color: #000;
  font: bold 15px/24px "微软雅黑";
  float: left;
  padding: 5px;
}
.about_div3 ul li span.style_02 {
  color: #E61F24;
  font: bold italic 15px/24px "Arial";
  float: right;
  padding: 5px;
}
.about_div3 ul li span.style_03 {
  color: #666;
  font: 18px/50px "Arial";
  float: left;
}
.about_div4 h1 {
  font: bold 15px/38px "微软雅黑";
}
.about_div4 li {
  color: #fff;
  width: 100%;
  height: 160px;
  margin: 10px 0 0 20px;
}
.about_div4 li:first-child {
  display: block;
  margin-left: 0;
}
.about_div4 li span {
  color: #fff;
  font: 16px/24px "微软雅黑";
  display: block;
  padding: 5px 0;
  height: 70px;
}
.about_div4 li span b {
  color: #fff;
  font: 28px/40px "Arial";
  padding-right: 10px;
}
.about_div4 .style_01 {
  padding: 15px 5px;
  background: #254497;
  text-align: center;
  margin-bottom: 25px;
}
.about_div4 .style_02 {
  padding: 15px 5px;
  background: #E58011;
  text-align: center;
  height:240px;
}
.about_div4 li span {
  color: #FFF;
}
.about_div4 li span b {
  color: #FFF;
  font: italic 20px/20px "Arial";
}




/* 公司介绍_领导致辞 */
.leader_div {
  overflow: hidden;
  border: 5px solid #254497;
  border-radius: 30px;
  margin: 50px 0;
}
.leader_imgdiv {
  width: 300px;
  border-radius: 30px;
  background: #FAFAFA;
  text-align: center;
  font: 16px/400px "微软雅黑";
	margin: 20px;
}
.leader_imgdiv img {
  width: 90%;
  margin:0 10px;
}
.leader_textdiv {
  width: 850px;
  padding: 50px;
  overflow: hidden;
}
.leader_textdiv h1 {
  display: block;
  margin: 0;
  overflow: hidden;
}
.leader_textdiv h1 span {
  display: inline;
}
.leader_textdiv h1 span.name {
  font: bold 30px/30px "微软雅黑";
  color: #000;
  display: inline;
}
.leader_textdiv h1 span.zw {
  font: bold 20px/30px "微软雅黑";
  color: #999;
  display: inline;
  padding-left: 20px;
}
.leader_textdiv h1 span.bd {
  float: right;
  font: italic 100px/70px "微软雅黑";
  color: #DDD;
  padding-right: 50px;
  padding-top: 10px;
}
.leader_textdiv p {
  font: 14px/28px "微软雅黑";
  text-indent: 2em;
  text-align: justify;
  text-justify: distribute-all-lines;
}
/* 公司介绍_历史沿革 */
.history_title_div {
  margin-bottom: 20px;
}
.history_title_div li {
  color: #999;
  font: 16px/34px "Arial";
  text-align: center;
  margin: 0 0 0 20px;
}
.history_title_div li:first-child {
  margin-left: 0;
}
.history_title_div li a {
  color: #999;
  display: block;
  border: 1px solid #CCC;
  padding: 0 20px;
}
.history_title_div li a:hover {
  color: #FFF;
  border: 1px solid #254497;
  background: #254497;
  display: block;
}
.history_title_div li.choose {
  color: #666;
  border: 1px solid #CCC;
  font: 16px/34px "Arial";
  text-align: center;
  background: #fafafa;
}
.history_title_div li.active {
  color: #FFF;
  font: 16px/34px "Arial";
  text-align: center;
  margin: 0 0 0 20px;
  background: #254497;
}
.history_title_div li.active:first-child {
  margin-left: 0;
}
.history_title_div li.active a {
  color: #FFF;
  display: block;
  border: 1px solid #254497;
}
.history_title_div li.active a:hover {
  color: #FFF;
  border: 1px solid #254497;
  background: #254497;
  display: block;
}
.history_content {
  width: 100%;
  overflow: hidden;
}
.history_content h1 {
  width: 100%;
  height: 80px;
  display: block;
  position: relative;
  margin: 0;
}
.history_content h1 span {
  display: inline;
}
.history_content .yuan1 {
  width: 20px;
  height: 20px;
  border: 5px solid #254497;
  border-radius: 50%;
  z-index: 999;
  background: #FFF;
  position: absolute;
  left: 83px;
  top: 40px;
}
.history_content .xt1 {
  width: 5px;
  height: 100px;
  background: #DDD;
  position: absolute;
  left: 90px;
  top: 0;
}
.history_content .history_year {
  font: italic bold 40px/40px "微软雅黑";
  color: #254497;
  position: absolute;
  left: 150px;
  top: 30px;
  margin: 0;
  display: block;
}
.history_content li {
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
  margin: 0 0 20px 0;
}
.history_content .month {
  font: bold 20px/40px "微软雅黑";
  color: #666;
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  text-align: left;
}
.history_content .yuan2 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 999;
  background: #999;
  position: absolute;
  left: 85px;
  top: 53px;
}
.history_content .xt2 {
  width: 50px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 100px;
  top: 60px;
}
.history_content .text {
  width: 1050px;
  height: 80px;
  margin: 20px 0;
  display: block;
  background: #F9F9F9;
  border: 1px solid #EEE;
  font: 14px/20px "微软雅黑";
  position: absolute;
  left: 150px;
  top: 0;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-align: justify;
  text-justify: distribute-all-lines;
}
/* 公司介绍_社会责任 */
.duty_butdiv {
  width: 240px;
  height: 330px;
  border: 5px solid #254497;
  text-align: center;
  padding: 40px 30px;
  font: bold 28px/30px "微软雅黑";
  margin: 50px 0 50px 30px;
  border-radius: 20px;
  color: #254497;
  background: #FFF;
}
.duty_butdiv a {
  color: #254497;
}
.duty_butdiv:hover a {
  color: #254497;
}
.duty_butdiv:first-child {
  margin-left: 0;
}
.duty_butdiv img {
  width: 100%;
  margin-bottom: 40px;
}
.duty_butdiv1 {
  background: #FFF;
  width: 240px;
  height: 330px;
  border: 5px solid #254497;
  border-radius: 20px;
  text-align: center;
  padding: 40px 30px;
  font: bold 28px/30px "微软雅黑";
  margin: 50px 0 50px 30px;
  filter: grayscale(1);
  filter: Alpha(opacity=2=30);
  -moz-opacity: .3;
  opacity: 0.3;
}
.duty_butdiv1:first-child {
  margin-left: 0;
}
.duty_butdiv1 img {
  width: 100%;
  margin-bottom: 40px;
  filter: grayscale(1);
  filter: Alpha(opacity=60);
  -moz-opacity: .6;
  opacity: 0.6;
}
.duty_butdiv1:hover {
  filter: grayscale(0);
  filter: Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.duty_butdiv1:hover img {
  filter: grayscale(0);
  filter: Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.duty_butdiv1 a {
  filter: grayscale(0);
  filter: Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.duty_butdiv1:hover a {
  color: #254497;
}
.duty_text {
  border-top: 1px dashed #CCC;
  padding: 50px 0;
  margin: 40px 0;
}
.duty_text h1 {
  font: 24px/50px "微软雅黑";
  text-align: center;
  margin-bottom: 50px;
}
.duty_imgdiv {
  margin: 50px 0 70px 50px;
}
.duty_imgdiv:first-child {
  margin-left: 0;
}
.duty_imgdiv img {
  width: 99%;
}
.duty_imgdiv1 {
  margin: 0 0 70px 50px;
  width: 575px;
}
.duty_imgdiv1:first-child {
  margin-left: 0;
}
.duty_imgdiv1 img {
  width: 100%;
  height: 430px;
}
.duty_imgdiv1 h1 {
  overflow: hidden;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}
.duty_imgdiv1 h1 span {
  font: 20px/30px "微软雅黑";
  color: #666;
  float: left;
}
.about_cf ul {
  margin: 0 0 0 50px;
}
.about_cf ul:first-child {
  margin-left: 0;
}
.about_cf ul li {
  width: 100%;
  margin-bottom: 20px;
  font: 16px/60px "微软雅黑";
  display: block;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.about_cf ul li a {
  padding: 0 20px;
  background: #FFF;
  color: #000;
  border: 1px solid #CCC;
  width: 100%;
  display: block;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  text-decoration: none;
}
.about_cf ul li a:hover {
  background: #254496;
  color: #FFF;
  border: 1px solid #254496;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  text-decoration: none;
}
.more_duty {
  font: 14px/30px "微软雅黑";
  text-align: center;
  width: 110px;
  height: 32px;
  color: #999;
  background: #FFF;
  border: 1px solid #CCC;
  float: right;
}
.more_duty a {
  color: #999;
  display: block;
}
.duty_imgdiv1:hover h1 {
  border-bottom: 1px solid #254497;
}
.duty_imgdiv1:hover h1 span {
  color: #254497;
  font: bold 20px/30px "微软雅黑";
}
.duty_imgdiv1:hover .more_duty {
  color: #FFF;
  background: #254497;
  border: 1px solid #254497;
}
.duty_imgdiv1:hover .more_duty a {
  color: #FFF;
  background: #254497;
  display: block;
}
.duty_imgdiv1:hover .more_duty a:hover {
  background: #254497;
  color: #FFF;
}
/* 公司介绍_企业文化 */
.about_cf h5 {
  color: #FFF;
  font: bold 30px/30px "微软雅黑";
  display: inline;
  margin: 20px 0;
  padding: 10px 30px 15px 30px;
  background: #254497;
  text-align: center;
}
.about_cf h6 {
  color: #FFF;
  font: bold 30px/42px "微软雅黑";
  display: inline;
  padding: 10px 30px 15px 30px;
  background: #E71F24;
  margin: 20px 0;
  text-align: center;
}
/* 产品服务_荣誉资质 */
.about_div2 {
  overflow: hidden;
  width: 100%;
}
.about_div2 h1 {
  font: bold 30px/30px "微软雅黑";
  margin-bottom: 20px;
}
.about_div2 ul li.zz_div {
  border: 1px solid #EEE;
  color: #999;
  text-align: center;
  margin: 50px 0 0 30px;
  line-height: 30px;
}
.about_div2 ul li.zz_div img {
  width: 100%;
}
.about_div2 ul li:first-child {
  margin-left: 0;
}
/* 新闻中心_公司新闻 */
.ny_news_list1 {
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px solid #EEE;
  background: #FAFAFA;
  overflow: hidden;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1 .imgdiv {
  width: 450px;
  height: 280px;
  float: left;
  background-image: url("../image/logo_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  margin: 50px;
  overflow: hidden;
}
.ny_news_list1 .imgdiv img {
  width: 450px;
  height: 280px;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1 .ny_news_content {
  width: 598px;
  height: 280px;
  float: right;
  margin: 50px 50px 50px 0;
  position: relative;
}
.ny_news_list1 h1 {
  background: #FFF;
  border: 1px solid #EEE;
  display: block;
  width: 100%;
  height: 90px;
  padding: 15px;
  overflow: hidden;
  margin: 0;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1 h1 span {
  display: block;
  float: left;
}
.ny_news_list1 h1 span.date {
  width: 60px;
  text-align: center;
  color: #666;
  font: 16px/60px "Arial";
  background: #FAFAFA;
  border: 1px solid #EEE;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1 h1 span.name {
  font: bold 18px/28px "微软雅黑";
  color: #000;
  padding: 10px 20px;
  width: 488px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 60px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1 p {
  color: #666;
  font: 14px/24px "微软雅黑";
  text-indent: 2em;
  text-align: justify;
  text-justify: distribute-all-lines;
  padding: 20px 20px 0 20px;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.more5_1 {
  font: 14px/30px "微软雅黑";
  background: #FFF;
  text-align: center;
  width: 120px;
  height: 30px;
  margin: 50px auto 0 auto;
  color: #999;
  display: block;
  border: 1px solid #DDD;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ny_news_list1:hover {
  background: #254497;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1:hover h1 span.name {
  font: bold 18px/28px "微软雅黑";
  color: #254497;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1:hover h1 span.date {
  color: #FFF;
  background: #254497;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1:hover p {
  color: #fff;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list1:hover .more5_1 {
  color: #254497;
}
/* 新闻中心_党建动态 */
.ny_news_list {
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px solid #EEE;
  background: #FAFAFA;
  overflow: hidden;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list .imgdiv {
  width: 450px;
  height: 280px;
  float: left;
  background-image: url("../image/logo_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  margin: 50px;
  overflow: hidden;
}
.ny_news_list .imgdiv img {
  width: 450px;
  height: 280px;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list .ny_news_content {
  width: 598px;
  height: 280px;
  float: right;
  margin: 50px 50px 50px 0;
  position: relative;
}
.ny_news_list h1 {
  background: #FFF;
  border: 1px solid #EEE;
  display: block;
  width: 100%;
  height: 90px;
  padding: 15px;
  overflow: hidden;
  margin: 0;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list h1 span {
  display: block;
  float: left;
}
.ny_news_list h1 span.date {
  width: 60px;
  text-align: center;
  color: #666;
  font: 16px/60px "Arial";
  background: #FAFAFA;
  border: 1px solid #EEE;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list h1 span.name {
  font: bold 18px/28px "微软雅黑";
  color: #000;
  padding: 10px 20px;
  width: 488px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 60px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list p {
  color: #666;
  font: 14px/24px "微软雅黑";
  text-indent: 2em;
  text-align: justify;
  text-justify: distribute-all-lines;
  padding: 20px 20px 0 20px;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.more5 {
  font: 14px/30px "微软雅黑";
  background: #FFF;
  text-align: center;
  width: 120px;
  height: 30px;
  margin: 50px auto 0 auto;
  color: #999;
  display: block;
  border: 1px solid #DDD;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ny_news_list:hover {
  background: #E71F24;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list:hover h1 span.name {
  font: bold 18px/28px "微软雅黑";
  color: #E71F24;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list:hover h1 span.date {
  color: #FFF;
  background: #E71F24;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list:hover p {
  color: #fff;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.ny_news_list:hover .more5 {
  color: #E71F24;
}
/* 新闻中心_信息公告 */
.ny_news_list3 {
  border-bottom: 1px solid #EEE;
  overflow: hidden;
  height: 65px;
}
.ny_news_list3 b {
  background: #DDD;
  width: 5px;
  height: 20px;
  margin: 20px 20px 20px 0;
  display: block;
}
.ny_news_list3 p {
  display: block;
  font: 16px/60px "微软雅黑";
  color: #333;
  width: 90%;
  border-bottom: 5px solid #FFF;
}
.ny_news_list3 p a {
  display: block;
  color: #333;
  font: 16px/60px "微软雅黑";
  border-bottom: 5px solid #FFF;
}
.ny_news_list3:hover p a {
  color: #254497;
  font: bold 17px/60px "微软雅黑";
  height: 60px;
}
.ny_news_list3 span {
  display: block;
  color: #999;
  font: 14px/60px "微软雅黑";
  border-bottom: 5px solid #EEE;
  width: 10%;
  text-align: center;
}
.ny_news_list3:hover span {
  border-bottom: 5px solid #254497;
}
.ny_news_list3:hover p {
  border-bottom: 5px solid #254497;
}
.ny_news_list3:hover p b {
  background: #254497;
}
/* 页码栏*/
.page_main {
  width: 1200px;
  margin: 0 auto 100px auto;
  overflow: hidden;
}
.pagination {
  width: 100%;
  clear: both;
  margin: 20px auto 100px auto;
}
.pagination ul {
  user-select: none;
  width: 100%;
  overflow: hidden;
  dispaly:flex;
}
.pagination ul li {
  padding: 0 1rem;
  font: 1.6rem/1.6rem "Arial";
  padding: 0.5rem 1rem;
  cursor: pointer;
  box-sizing: border-box;
  background: #FFF;
  color: #333;
  margin: 0 0.5rem 0 0;
  border: 1px solid #CCC;
  display:inline-block;
}
.pagination ul li:hover {
  border-color: #01479D;
  color: #01479D;
}
.pagination li.active {
  background: #01479D;
  border-color: #01479D;
  color: #FFF;
  cursor: default;
}
.pagination li.active:hover {
  color: #FFF;
}
.pagination li.disabled {
  cursor: pointer;
}
.pagination li.totalPage {
  color: #333;
  cursor: default;
  background: transparent;
  border: none;
  padding: 0.5rem 0 0.5rem 2rem;
  font: 1.6rem/2rem "Arial";
  float: right;
}
.pagination ul li:hover.totalPage {
  color: #333;
}
.pagination li input {
  -webkit-appearance: none;
  background: #FFF;
  border: 1px solid #CCC;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  padding: 0;
  width: 50px;
  height: 2rem;
  margin: 0 0.5rem;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  float: left;
}
.pagination li input:focus {
  border-color: #333;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* .page_main li {
  display:inline-block;
  text-align: right;
  font: 14px/30px "微软雅黑";
  color: #666;
  margin: 20px 0;
}
.page_main li span {
  width: 100px;
  height: 30px;
  text-align: center;
  float: left;
  font: 14px/30px "微软雅黑";
  border: 1px solid #DDD;
  color: #666;
  background: #fff;
  margin: 0 20px 0 0;
}
.page_main li span a {
  color: #666;
  display: block;
  padding: 0 20px;
}
.page_main li span a:hover {
  color: #FFF;
  background: #254497;
} */
/* 新闻中心_新闻详情页 */
.ny_new_list h1 {
  font: bold 30px/50px "微软雅黑";
  color: #000;
  text-align: center;
}
.ny_new_list h2 {
  font: 20px/50px "微软雅黑";
  color: #333;
  text-align: center;
}
.ny_new_list span {
  font: 14px/50px "Arial";
  display: block;
  text-align: center;
  color: #999;
  height: 50px;
  margin: auto;
}
.ny_new_list span a {
  border: 1px solid #999;
  padding: 10px 20px;
  color: #999;
}
.ny_new_list span a:hover {
  border: 1px solid #01479D;
  padding: 10px 20px;
  color: #FFF;
  background: #01479D;
}
.ny_new_text {
  margin: 50px auto 0 auto;
}
.ny_new_text p {
  font: 18px/36px "微软雅黑";
  color: #333;
  text-indent: 36px;
  text-align: justify;
  text-justify: distribute-all-lines;
  margin: 50px 0;
}
.ny_new_text img {
  margin: 100px auto;
  display: block;
}
.ny_new_text b.text_01 {
  background: #01479D;
  padding: 25px 0;
  font: bold 24px/24px "微软雅黑";
  color: #fff;
  display: block;
  width: 100%;
  margin: 50px auto;
  text-align: center;
}
.style_04 {
  text-align: center;
  margin-top: -70px;
  color: #999;
}
/* 产品服务_产品系列 */
.ny_product_title {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 30px 0 80px 0;
}
.line_01 {
  height: 1px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50px;
  background: #CCC;
}
.ny_product_title h1 {
  text-align: center;
  border: 1px solid #CCC;
  font: 40px/80px "微软雅黑";
  width: 450px;
  height: 80px;
  margin: auto;
  color: #999;
  background: #fff;
  z-index: 999;
}
.ny_product_title h2 {
  text-align: center;
  border: 1px solid #CCC;
  font: bold 30px/80px "微软雅黑";
  width: 350px;
  height: 80px;
  margin: auto;
  color: #000;
  background: #fff;
  z-index: 999;
}
.ny_product_list {
  border: 1px solid #CCC;
  overflow: hidden;
  margin: 20px 0 40px 0;
  width: 570px;
  padding-bottom: 30px;
}
.ny_product_imgdiv {
  height: 200px;
  margin: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  background: #254497;
}
.imgdiv_bj_01 {
  background: url("../image/special_09.jpg") no-repeat center;
}
.imgdiv_bj_02 {
  background: url("../image/special_10.jpg") no-repeat center;
}
.imgdiv_bj_03 {
  background: url("../image/special_11.jpg") no-repeat center;
}
.imgdiv_bj_04 {
  background: url("../image/special_12.jpg") no-repeat center;
}
.imgdiv_bj_05 {
  background: url("../image/special_17.jpg") no-repeat center;
}
.imgdiv_bj_06 {
  background: url("../image/special_18.jpg") no-repeat center;
}
.imgdiv_bj_07 {
  background: url("../image/special_19.jpg") no-repeat center;
}
.imgdiv_bj_08 {
  background: url("../image/special_20.jpg") no-repeat center;
}
.ny_product_imgdiv h1 {
  border: 1px solid #FFF;
  text-align: center;
  font: 24px/100px "微软雅黑";
  width: 508px;
  height: 140px;
  color: #FFF;
  margin: 0 auto;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.ny_product_imgtext {
  height: 200px;
  overflow: hidden;
}
.ny_product_text {
  padding: 30px 30px 0 30px;
  overflow: hidden;
}
.ny_product_text h1 {
  border: 1px solid #254497;
  text-align: center;
  margin: 0 20px 0 0;
  font: 14px/36px "微软雅黑";
  width: 90px;
  float: left;
  background: #254497;
  color: #FFF;
}
.ny_product_text h2 {
  border: 1px solid #E71F24;
  text-align: center;
  margin: 0 20px 0 0;
  font: 14px/36px "微软雅黑";
  width: 90px;
  float: left;
  background: #E71F24;
  color: #FFF;
}
.ny_product_text h3 {
  text-align: center;
  margin: 0 20px 0 0;
  font: 16px/50px "微软雅黑";
  width: 100%;
  float: left;
  background: #FAFAFA;
}
.ny_product_text h3 a {
  border: 1px solid #CCC;
  color: #999;
  display: block;
  text-decoration: none;
}
.ny_product_text h3 a:hover {
  border: 1px solid #254497;
  background: #254497;
  color: #FFF;
  text-decoration: none;
}
.ny_product_text p {
  width: 398px;
  height: 36px;
  font: 10px/18px "微软雅黑";
  text-align: justify;
  text-justify: distribute-all-lines;
  margin: 0;
  float: right;
}
/* 人力资源_人才培养 */
.hr_butdiv {
  top: 0px;
  left: 0px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  box-shadow: 0 0 30px #DDD;
  position: relative;
  margin-bottom: 100px;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.hr_butdiv li {
  border: 5px solid #EEE;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.hr_butdiv li h1 {
  width: 120px;
  text-align: center;
  font: 24px/34px '微软雅黑';
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 999;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.hr_butdiv li span {
  width: 140px;
  text-align: center;
  font: 90px/140px '微软雅黑';
  color: #F9F9F9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hr_butdiv:hover {
  box-shadow: 0 0 30px #254497;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.hr_butdiv:hover li {
  border: 5px solid #254497;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.hr_butdiv:hover li h1 {
  font: 24px/34px '微软雅黑';
  color: #254497;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.hr_butdiv1 {
  top: 0px;
  left: 0px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  box-shadow: 0 0 30px #254497;
  position: relative;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.hr_butdiv1 li {
  border: 5px solid #254497;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.hr_butdiv1 li h1 {
  width: 120px;
  text-align: center;
  font: 24px/34px '微软雅黑';
  color: #254497;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 999;
  transition: all 0.50s ease-in-out;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
}
.hr_butdiv1 li span {
  width: 140px;
  text-align: center;
  font: 90px/140px '微软雅黑';
  color: #F9F9F9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hr_jt {
  width: 35px;
  height: 40px;
  background: url("../image/hr_jt.png") repeat-x center;
  margin: 70px 35px;
  filter: grayscale(1);
  filter: Alpha(opacity=20);
  -moz-opacity: .2;
  opacity: 0.2;
}
.hr_jt1 {
  width: 35px;
  height: 40px;
  background: url("../image/hr_jt.png") repeat-x center;
  margin: 70px 35px;
}
.hr_imgdiv {
  margin-left: 50px;
}
.hr_imgdiv img {
  margin-bottom: 50px;
  width: 99%;
  height: auto;
}
.hr_imgdiv:first-child {
  margin-left: 0;
}
.ny_hr_text {
  padding: 0 50px;
  border: 1px solid #ddd;
  width: 600px;
  height: 250px;
}
.ny_hr_text h1 {
  font: bold 20px/80px "Microsoft YaHei";
  margin: 10px 0 0 0;
}
.ny_hr_text p {
  font: 16px/35px "Microsoft YaHei";
}
.ny_hr_text1 h1 {
  font: bold 20px/30px "Microsoft YaHei";
}
.ny_hr_text1 h2 {
  font: 16px/26px "Microsoft YaHei";
  color: #999;
  margin-bottom: 30px;
}
.ny_hr_text1 p {
  font: 16px/35px "Microsoft YaHei";
}
.ny_hr_text1 p b {
  font: bold 16px/50px "Microsoft YaHei";
}
/*投资者关系 */
.about_div5 {
  width: 100%;
  filter: Alpha(opacity=50);
  -moz-opacity: .5;
  opacity: 0.5;
  margin: 0 0 10px 30px;
}
.about_div5:first-child {
  margin-left: 0;
}
.tt_div {
  width: 370px;
  background: #254497;
  height: 130px;
  overflow: hidden;
  margin: 0 0 30px 0;
  filter: grayscale(1);
  filter: Alpha(opacity=50);
  -moz-opacity: .5;
  opacity: 0.5;
}
.tt_bj {
  padding-top: 4px;
  background: #fff;
  height: 80px;
  width: 350px;
  margin: 25px 0;
  position: relative;
}
.tt_bj h1 {
  font: bold 26px/30px "Microsoft YaHei";
  color: #254497;
  border-left: 5px solid #254497;
  padding-left: 30px;
}
.tt_bj span {
  position: absolute;
  background: #E71F24;
  width: 120px;
  height: 35px;
  color: #fff;
  font: 14px/35px "Microsoft YaHei";
  text-align: center;
  right: -30px;
  bottom: 22px;
}
.tt_bj span a {
  color: #FFF;
}
.about_div5:hover {
  filter: grayscale(0);
  filter: Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.about_div5:hover .tt_div {
  filter: grayscale(0);
  filter: Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.about_div5:hover span a:hover {
  background: #E58011;
  display: block;
}
/* 底部版权 */
.section5_ny {
  width: 100%;
  height: 380px;
  background: #113479 url(../image/bottom_bj_01.jpg) no-repeat bottom left;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
}
.bottom_main2 {
  opacity: 1;
  width: 100%;
  height: 380px;
  padding: 55px 0;
  background-color: rgba(17, 52, 121, 0.9);
}
.footer_02 {
  width: 45%;
  float: left;
  height: 200px;
}
.footer_02 h1 {
  color: #FFF;
  font: 18px/18px "微软雅黑";
  margin: 10px 0 40px 0;
}
.footer_02 h1 a {
  color: #FFF;
}
.footer_02 h1 a:hover {
  color: #E71F24;
}
.footer_02 li {
  color: #CCC;
  font: 14px/30px "微软雅黑";
  width: 100%;
  display: block;
}
.footer_02 li a {
  color: #CCC;
}
.footer_02 li a:hover {
  color: #FFF;
}