/*通用样式*/
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
/* body{font-family: Helvetica,Hiragino Sans GB,Microsoft Yahei,sans-serif;color:#1D2129;} */
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu,
    Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
}
html,
body,
h1,
h2,
h3,
h4,
ul,
li,
dl,
input {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
a {
  color: #1d2129;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #003a77;
}
a img {
  border: none;
}
div,
ul,
li,
p,
form {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
em {
  font-style: normal;
  font-weight: normal;
}
table {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
dt,
dl,
dd {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
form {
  margin: 0px;
  padding: 0px;
}
tr {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
h3,
h4 {
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.radius10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.shadow1 {
  -moz-box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.12);
}
.alp8 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.mytrans {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mytrans6 {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.mytrans10 {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@font-face {
  font-family: 'ding';
  src: url('../fonts/dingding.ttf');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}

.nav {
  width: 100%;
  min-width: 1400px;
  height: 65px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.nav .navwrapper {
  width: 1400px;
  height: 65px;
  margin: 0 auto;
}
.nav .logo {
  width: 124px;
  height: 40px;
  float: left;
  margin-top: 12px;
}
.nav .logo a {
  display: block;
  width: 124px;
  height: 40px;
  background: url(../images/logo.png);
  background-size: 124px 40px;
}
.nav .topbar {
  width: auto;
  float: right;
  height: 65px;
}
.nav .topbar .search {
  width: 20px;
  height: 20px;
  background: url(../images/icons.png) -258px -40px;
  border-right: 1px solid #c8c9cc;
  padding-right: 20px;
  margin-top: 22px;
  float: left;
}
.nav .topbar .language {
  width: 90px;
  height: 65px;
  float: left;
  line-height: 62px;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 20px;
}
.nav .topbar .language i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icons.png) -228px -9px;
  float: left;
  margin-top: 22px;
  margin-right: 8px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.nav .topbar .sellang {
  height: 150px;
}
.nav ul {
  width: 780px;
  height: 65px;
  float: left;
  padding-left: 100px;
}
.nav ul li {
  width: 70px;
  height: 65px;
  float: left;
  margin: 0 30px;
}
.nav ul li a {
  display: block;
  width: 70px;
  line-height: 65px;
  color: rgba(255, 255, 255, 0.8);
}
.nav ul li span {
  display: block;
  width: 70px;
  line-height: 65px;
  color: rgba(255, 255, 255, 0.8);
}

/* 白色nav */
.navwhite {
  width: 100%;
  min-width: 1400px;
  height: 65px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
}
.navwhite .navwrapper {
  width: 1400px;
  height: 65px;
  margin: 0 auto;
}
.navwhite .logo {
  width: 124px;
  height: 40px;
  float: left;
  margin-top: 12px;
}
.navwhite .logo a {
  display: block;
  width: 124px;
  height: 40px;
  background: url(../images/logob.png);
  background-size: 124px 40px;
}
.navwhite .topbar {
  width: auto;
  float: right;
  height: 65px;
  position: relative;
}
.navwhite .topbar .search {
  width: 20px;
  height: 20px;
  background: url(../images/icons.png) -258px -40px;
  border-right: 1px solid #c8c9cc;
  padding-right: 20px;
  margin-top: 22px;
  float: left;
}
.navwhite .topbar .language {
  width: 90px;
  height: 65px;
  float: left;
  line-height: 62px;
  color: rgba(255, 255, 255, 0.8);
  color: #323232;
  padding-left: 20px;
  cursor: pointer;
}
.navwhite .topbar .language i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icons.png) -228px -39px;
  float: left;
  margin-top: 22px;
  margin-right: 8px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.navwhite .topbar .sellang {
  width: 90px;
  height: 150px;
  position: absolute;
  top: 65px;
  left: 10px;
  background: #fff;
  padding-top: 0;
  -moz-box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.12);
}
.navwhite .topbar .sellang a {
  display: block;
  width: 90px;
  height: 40px;
  float: left;
  text-align: center;
  padding-top: 0;
  color: #000 !important;
}
.navwhite .topbar .sellang a.on {
  font-weight: 600;
  color: #005195 !important;
}
.navwhite ul {
  width: 780px;
  height: 65px;
  float: left;
  padding-left: 100px;
}
.navwhite ul li {
  width: 70px;
  height: 65px;
  float: left;
  margin: 0 30px;
}
.navwhite ul li a.nosub {
  display: block;
  width: 70px;
  line-height: 65px;
  color: #1d2129;
}
.navwhite ul li a.nosub:hover {
  color: #005095;
  font-weight: 600;
}
.navwhite ul li span {
  display: block;
  width: 70px;
  line-height: 65px;
  color: #1d2129;
  cursor: pointer;
  text-align: center;
}
.navwhite ul li span a {
  color: #1d2129 !important;
}
.navwhite ul li span.on {
  display: block;
  width: 70px;
  line-height: 61px;
  color: #005095;
  border-bottom: 4px solid #005095;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.navwhite ul li .submenu,
.nav ul li .submenu {
  display: none;
  width: 100%;
  height: auto;
  background: #fff;
  position: absolute;
  left: 0;
  top: 65px;
  -moz-box-shadow: 0px 6px 16px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 6px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 16px 16px 0 rgba(0, 0, 0, 0.12);
}
.navwhite ul li .submenu .submenua,
.nav ul li .submenu .submenua {
  height: auto;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  width: 1146px;
  padding: 40px 0 60px 256px;
}
.navwhite ul li .submenu .submenua a,
.nav ul li .submenu .submenua a {
  display: block;
  width: 70px;
  float: left;
  padding-right: 60px;
  line-height: 30px;
}
.navwhite ul li .submenu .submenub,
.nav ul li .submenu .submenub {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  width: 1146px;
  padding: 40px 0 60px 256px;
}
.navwhite ul li .submenu .submenub dl,
.nav ul li .submenu .submenub dl {
  width: 250px;
  height: auto;
  float: left;
  padding-right: 80px;
}
.navwhite ul li .submenu .submenub dl dt {
  width: 250px;
  height: 50px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}
.navwhite ul li .submenu .submenub dl dd {
  width: 250px;
  height: 40px;
  float: left;
}
.navwhite ul li .submenu .submenua a {
  line-height: 40px;
  display: block;
}
/* banner */
.banner {
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: #041d3c;
  text-align: center;
  float: left;
}
.banner-swiper {
  position: relative;
  width: 100%;
  min-width: 1400px;
  height: 900px;
  z-index: 1;
  overflow: hidden;
}
.banner-swiper .swiper-slide {
  z-index: 2;
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 900px;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  overflow: hidden;
}
.banner-swiper .swiper-slide .bannerinfo {
  width: 100%;
  height: auto;
  text-align: left;
  position: absolute;
  left: 450px;
  top: 30%;
  opacity: 0;
  transition: 0.4s 0.4s;
}
.banner-swiper .swiper-slide .bannerinfo h2 {
  font-size: 64px;
  font-weight: lighter;
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 120px;
  letter-spacing: 6px;
}
.banner-swiper .swiper-slide .bannerinfo p {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  line-height: 180%;
}

.banner-swiper .swiper-button-prev {
  width: 70px;
  height: 70px;
  left: 250px;
  bottom: 150px;
  position: absolute;
  background: url(../images/icons.png) -10px -10px;
}
.banner-swiper .swiper-button-next {
  width: 70px;
  height: 70px;
  left: 350px;
  bottom: 150px;
  position: absolute;
  background: url(../images/icons.png) -90px -10px;
}
.ui-loop {
  position: absolute;
  width: 74px;
  height: 74px;
  bottom: 148px;
  left: 350px;
  z-index: 3;
}

.path-loop {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}

.path-loop-bg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  opacity: 0.3;
}
.banner-swiper .swiper-slide-active img {
  -webkit-animation-name: centerBig;
  animation-name: centerBig;
  animation-duration: 9s;
  animation-delay: 1s;
}
@-webkit-keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
.banner-swiper .swiper-slide-active .bannerinfo {
  opacity: 1;
  left: 250px;
}

/* 业务板块 */
.business-swiper {
  width: 100%;
  float: left;
  min-width: 1400px;
  height: 900px;
  background: #013c78;
  position: relative;
  overflow: hidden;
}
.business-swiper .swiper-pagination {
  position: absolute;
  height: 450px;
  left: 200px;
  top: 230px;
  text-align: left;
  width: 160px;
  background: url(../images/business_tabbg.png);
}
.business-swiper .swiper-pagination-bullet {
  background: none;
  width: 160px;
  height: 150px;
  float: left;
  color: #fff;
  padding: 0;
  margin: 0;
  float: left;
  border-radius: 0;
  opacity: 0.5;
  font-size: 20px;
  /* transition: .2s; */
  text-align: center;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0;
  transform: translate3d(0, 0, 0);
}
.business-swiper .swiper-pagination-bullet-active {
  width: 160px;
  border-right: 2px solid #fff;
  background: none;
  opacity: 1;
  box-sizing: border-box;
}
.business-swiper .swiper-pagination-bullet .business1 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icons.png) 0px -100px;
  margin: 35px 60px 10px 60px;
}
.business-swiper .swiper-pagination-bullet-active .business1 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icons.png) 0px -150px;
}

.business-swiper .swiper-pagination-bullet:hover {
  opacity: 1;
}

.business-swiper .swiper-pagination-bullet .business2 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icons.png) -40px -100px;
  margin: 35px 60px 10px 60px;
}
.business-swiper .swiper-pagination-bullet-active .business2 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icons.png) -40px -150px;
}
.business-swiper .swiper-pagination-bullet .business3 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icons.png) -80px -100px;
  margin: 35px 60px 10px 60px;
}
.business-swiper .swiper-pagination-bullet-active .business3 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icons.png) -80px -150px;
}

.business-swiper .swiper-slide img {
  width: 100%;
  height: 900px;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.business-swiper .swiper-slide .businessinfo {
  width: 500px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 430px;
  top: 350px;
  opacity: 0;
  transition: 0.4s 0.4s;
}
.business-swiper .swiper-slide-active .businessinfo {
  position: absolute;
  top: 260px;
  opacity: 1;
}
.business-swiper .swiper-slide .businessinfo h2 {
  font-size: 32px;
  display: block;
  text-align: left;
  width: 500px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  color: #fff;
  padding-bottom: 30px;
}
.business-swiper .swiper-slide .businessinfo p {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.business-swiper .swiper-slide .businessinfo .more1 {
  width: 110px;
  height: 46px;
  display: block;
  margin-top: 60px;
  font-size: 15px;
  color: #fff;
  line-height: 46px;
  background: url(../images/icons.png) -300px -10px;
  text-decoration: none;
  padding-left: 30px;
  opacity: 0.6;
  transition: 0.5s;
  position: relative;
}
.business-swiper .swiper-slide .businessinfo .more1 i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icons.png) -636px -7px;
  position: absolute;
  top: 13px;
  right: 30px;
}
.business-swiper .swiper-slide .businessinfo .more1:hover {
  opacity: 1;
}
.business-swiper .swiper-slide .businessinfo .more1:hover i {
  right: 22px;
}

/* 新奥动态 */
.news {
  width: 100%;
  height: 900px;
  float: left;
  background: url(../images/newsbg.jpg) center no-repeat;
  min-width: 1400px;
  background-size: cover;
}
.news-wrapper {
  width: 1400px;
  height: auto;
  margin: 0 auto;
}
.news-wrapper h1 {
  font-size: 32px;
  color: #1d2129;
  font-weight: 500;
  display: block;
  width: 1400px;
  height: 50px;
  margin-top: 100px;
}
.news-wrapper h1 a {
  width: 110px;
  height: 46px;
  display: block;
  font-size: 15px;
  color: #1d2129;
  line-height: 46px;
  background: url(../images/icons.png) -459px -9px;
  text-decoration: none;
  padding-left: 30px;
  float: right;
  filter: grayscale(1);
  transform: 0.2s 0.2s;
  position: relative;
}
.news-wrapper h1 a:hover {
  background: url(../images/icons.png) -459px -9px;
  color: #005195;
  filter: grayscale(0);
}
.news-wrapper h1 a i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icons.png) -636px -27px;
  position: absolute;
  top: 13px;
  right: 30px;
}
.news-wrapper h1 a:hover i {
  top: 13px;
  right: 22px;
  transform: 0.2s 0.2s;
}

/* 新闻列表 */
.homenewslist {
  width: 1400px;
  height: 510px;
  padding-top: 100px;
  overflow: hidden;
}
.homenewslist li {
  width: 450px;
  height: 510px;
  /* background: #fff; */
  float: left;
  margin: 0 25px 0 0;
}
.homenewslist li a {
  display: block;
  width: 450px;
  height: 445px;
  overflow: hidden;
  display: block;
  background: #fff url(../images/newlibg.png) right top no-repeat;
  margin-top: 30px;
  position: relative;
}
.homenewslist li a .newsdate {
  width: 400px;
  height: 80px;
  padding-top: 30px;
  font-size: 16px;
  color: #1d2129;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.homenewslist li a .newsdate span {
  display: block;
  width: 400px;
  height: 60px;
  font-family: ding, Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #003f84;
  line-height: 60px;
}
.homenewslist li a .newstitle {
  width: 400px;
  height: 60px;
  font-size: 20px;
  line-height: 30px;
  color: #1d2129;
  position: absolute;
  left: 0;
  top: 140px;
  padding: 25px 25px 0 25px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.homenewslist li a .newsintro {
  width: 400px;
  height: 100px;
  font-size: 15px;
  line-height: 25px;
  color: #323233;
  position: absolute;
  left: 0;
  top: 220px;
  padding: 25px 25px 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.homenewslist li a .newssource {
  width: 400px;
  height: 30px;
  font-size: 14px;
  color: #8c8d8f;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 350px;
  padding: 25px;
}
.homenewslist li a .newsimg {
  width: 450px;
  height: 285px;
  position: absolute;
  left: 0;
  top: 450px;
}
.homenewslist li a .newsimg img {
  width: 450px;
  height: 285px;
}
.homenewslist li a:hover {
  width: 450px;
  height: 510px;
  border-top: 4px solid #6fb92d;
  background: #003a77 url(../images/newlibg.png) right top no-repeat;
  margin-top: 0;
}
.homenewslist li a:hover .newsdate,
.homenewslist li a:hover .newsdate span {
  color: #fff;
}
.homenewslist li a:hover .newstitle {
  color: #fff;
  top: 100px;
}
.homenewslist li a:hover .newsintro {
  color: #fff;
  top: -120px;
}
.homenewslist li a:hover .newssource {
  color: #fff;
  top: -50px;
}
.homenewslist li a:hover .newsimg {
  left: 0;
  top: 221px;
}

/* 底部 */
.footer {
  width: 100%;
  min-width: 1400px;
  height: auto;
  overflow: hidden;
  background: #f1f2f6;
  float: left;
}
.footer .footerwrapper {
  width: 1400px;
  height: auto;
  overflow: hidden;
  padding: 65px 0;
  margin: 0 auto;
}
.footer .footerwrapper .footerlogo {
  width: 1400px;
  height: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cbdbdb;
  float: left;
}
.footer .footerwrapper .footerlogo img {
  width: 155px;
  height: 50px;
  float: left;
}
.footer .footerwrapper .footerlogo ul {
  width: 280px;
  height: 50px;
  float: right;
}
.footer .footerwrapper .footerlogo ul li {
  width: 110px;
  height: 50px;
  float: left;
  padding-left: 30px;
}
.footer .footerwrapper .footerlogo ul li a {
  font-size: 16px;
  color: #323233;
  font-weight: 600;
  line-height: 50px;
}
.footer .footerwrapper .footerlogo ul li a i {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin: 13px 10px 13px 0;
}
.footer .footerwrapper .footerlogo ul li a i.icon_contact {
  background: url(../images/icons.png) -680px 0 no-repeat;
}
.footer .footerwrapper .footerlogo ul li a i.icon_law {
  background: url(../images/icons.png) -710px 0 no-repeat;
}
.footer .footerwrapper .footermenu {
  width: 1400px;
  height: 450px;
  float: left;
}
.footer .footerwrapper .footermenu li {
  width: 80px;
  height: auto;
  float: left;
  padding: 60px 60px 50px 60px;
}
.footer .footerwrapper .footermenu li span {
  display: block;
  width: 150px;
  height: 30px;
  color: #323233;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  float: left;
  line-height: 30px;
  cursor: default;
}
.footer .footerwrapper .footermenu li span .nosub {
  line-height: 30px;
}
.footer .footerwrapper .footermenu li a {
  display: block;
  width: 150px;
  float: left;
  font-size: 16px;
  color: #323233;
  line-height: 35px;
  float: left;
}
.footer .footerwrapper .footermenu li a:hover {
  color: #003a77;
}
.footer .footerwrapper .copyright {
  width: 1400px;
  height: 80px;
  border-top: 1px solid #cbdbdb;
  float: left;
}
.footer .footerwrapper .copyright span {
  color: #868686;
  font-size: 16px;
  line-height: 80px;
  float: left;
  display: block;
  width: 500px;
  height: 80px;
}
.footer .footerwrapper .copyright ul {
  width: auto;
  overflow: hidden;
  height: 80px;
  float: right;
  display: block;
}
.footer .footerwrapper .copyright ul a {
  padding: 0 0 0 25px;
  float: left;
  display: block;
  color: #323232;
  font-size: 16px;
  line-height: 80px;
}
.footer .footerwrapper .copyright ul a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.low_version_tip_show {
  padding-top: 80px;
}
.low_version_tip_show .groupHeader.hideNav {
  top: -175px;
}
.low_version_tip {
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #003f84;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  overflow: hidden;
}
.low_version_tip .content_warp {
  width: 83.33333333%;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
}
.low_version_tip .tip_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.low_version_tip .tip_close {
  float: right;
  cursor: pointer;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
}

/* 内容页 */
.mycontent {
  width: 1400px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.mycontent h2 {
  width: 100%;
  font-size: 32px;
  color: #1d2129;
  margin-bottom: 60px;
  float: left;
  font-weight: 600;
}
.mycontent h4 {
  font-size: 28px;
  color: #1d2129;
  float: left;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
}
.mycontent h3 {
  font-size: 20px;
  color: #1d2129;
  float: left;
  font-weight: normal;
  margin-bottom: 20px;
}
.mycontent p {
  font-size: 16px;
  color: #323232;
  line-height: 180%;
  display: block;
  padding: 10px 0;
}
.subbanner {
  width: 100%;
  height: auto;
  height: 550px;
  min-width: 1400px;
  position: relative;
  float: left;
}
.subbanner span {
  display: block;
  text-align: left;
  width: 500px;
  height: 80px;
  font-size: 48px;
  color: #fff;
  line-height: 80px;
  position: absolute;
  left: 15%;
  top: 330px;
}
.aboutbanner {
  background: url(../images/about_tit.jpg) center no-repeat;
  background-size: cover;
}
.newsbanner {
  background: url(../images/news_tit.jpg) center no-repeat;
  background-size: cover;
}
.talentbanner {
  background: url(../images/hr_tit.jpg) center no-repeat;
  background-size: cover;
}
.innovatebanner {
  background: url(../images/innovate_tit.jpg) center no-repeat;
  background-size: cover;
}
.energybanner {
  background: url(../images/energy_tit.jpg) center no-repeat;
  background-size: cover;
}
.lifebanner {
  background: url(../images/life_tit.jpg) center no-repeat;
  background-size: cover;
}
.intelligentbanner {
  background: url(../images/intelligent_tit.jpg) center no-repeat;
  background-size: cover;
}
.c_submenu_wrapper {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #dcdde0;
  float: left;
}
.c_submenu_position {
  position: fixed;
  left: 0;
  top: 65px;
  background: #fff;
  z-index: 100;
}
.c_submenu_wrapper .c_submenu {
  width: 1400px;
  height: 70px;
  margin: 0 auto;
}
.c_submenu_wrapper .c_submenu li,
.c_submenu_wrapper .c_submenu li.oncurr {
  width: auto;
  float: left;
  min-width: 68px;
  margin-right: 60px;
  height: 70px;
  position: relative;
  white-space: nowrap;
}
.c_submenu_wrapper .c_submenu li.oncurr a {
  color: #000;
  border-bottom: 3px solid #003a78;
  position: absolute;
  bottom: -2px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}
.c_submenu_wrapper .c_submenu li a {
  min-width: 68px;
  height: 70px;
  font-size: 16px;
  color: #1d2129;
  line-height: 70px;
  text-align: center;
  display: block;
}
.c_submenu_wrapper .c_submenu li a:hover {
  color: #003a78;
}
/* 集团简介 */
.jtjj_wrapper {
  width: 100%;
  min-width: 1400px;
  height: 860px;
  background: url(../images/about_text_bg.png) right center no-repeat;
  float: left;
}
.jtjj_wrapper .jtjj {
  width: 780px;
  height: 700px;
  overflow: hidden;
  float: left;
}
.jtjj_wrapper .jtjj dl {
  margin-top: 36px;
  height: 100px;
  float: left;
  background: url(../images/line45.gif) right center no-repeat;
}
.jtjj_wrapper .jtjj dl dt {
  width: 100%;
  height: 60px;
  color: #003f84;
  line-height: 60px;
  font-family: ding, Arial, Helvetica, sans-serif;
  font-size: 36px;
}
.jtjj_wrapper .jtjj dl dt i {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.jtjj_wrapper .jtjj dl dd {
  width: 100%;
  height: 40px;
  font-size: 20px;
  color: #1d2129;
  line-height: 40px;
}
/* 企业文化 */
.qywh_wrapper {
  width: 100%;
  min-width: 1400px;
  height: 436px;
  background: url(../images/culture_bg.jpg) center no-repeat;
  background-size: cover;
  float: left;
}
.qywh_wrapper .qywh {
  width: 1000px;
  padding-left: 400px;
}
.qywh_wrapper .qywh dl {
  width: 1000px;
  height: auto;
  overflow: hidden;
  padding-bottom: 25px;
  float: left;
}
.qywh_wrapper .qywh dl dt {
  width: 220px;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  float: left;
  color: #fff;
  font-size: 28px;
  font-family: ding, Arial, Helvetica, sans-serif;
}
.qywh_wrapper .qywh dl dd {
  width: 780px;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

/* 社会职责 */
.shzz_wrapper {
  width: 100%;
  height: 860px;
  float: left;
  background: #f1f2f6;
  min-width: 1400px;
}
.shzz_wrapper .shzz {
  position: relative;
}
.shzz_wrapper .shzz ul {
  width: 1400px;
  /* height: 590px; */
  height: 500px;
  float: left;
  overflow: hidden;
}
.shzz_wrapper .shzz ul li {
  width: 450px;
  /* height: 590px; */
  height: 500px;
  float: left;
  background: #fff;
  margin-right: 25px;
}
.shzz_wrapper .shzz ul li .shzzimg {
  width: 450px;
  height: 300px;
  overflow: hidden;
}
.shzz_wrapper .shzz ul li .shzzimg img {
  width: 450px;
  height: 300px;
}
.shzz_wrapper .shzz ul li .shzzinfo {
  width: 380px;
  height: 220px;
  padding: 35px;
}
.shzz_wrapper .shzz ul li .shzzinfo span {
  font-size: 32px;
  color: #003f84;
  font-family: ding, Arial, Helvetica, sans-serif;
  padding-top: 25px;
  text-align: left;
  width: 100%;
  float: left;
}
.shzz_wrapper .shzz ul li .shzzinfo span i {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.shzz_wrapper .shzz ul li:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -moz-transform: scale(1.1); /* Firefox */
  -webkit-transform: scale(1.1); /* Safari 和 Chrome */
  -o-transform: scale(1.1); /* Opera */
}

/* 发展历程 */
.fzlc_wrapper {
  width: 100%;
  height: 650px;
  float: left;
  background: url(../images/his_bg.jpg) center no-repeat;
  background-size: cover;
  min-width: 1400px;
}
.hisSwiper {
  width: 1400px;
  height: 300px;
  padding-top: 30px;
  float: left;
  position: relative;
}

.hisSwiper .swiper-slide {
  width: 280px;
  height: 150px;
  background: url(../images/hislibg.png) bottom left no-repeat;
}
.hisSwiper .swiper-slide span {
  font-size: 28px;
  font-family: ding, Arial, Helvetica, sans-serif;
  color: #003f84;
  float: left;
  width: 100%;
}
.hisSwiper .swiper-slide p {
  display: block;
  padding-right: 60px;
  font-size: 17px;
  color: #1d2129;
  float: left;
}
.hisSwiper .swiper-button-next,
.hisSwiper .swiper-button-prev {
  width: 55px;
  height: 55px;
}
.hisSwiper .swiper-button-next {
  background: url(../images/icons.png) -70px -210px;
  position: absolute;
  bottom: 10px;
  right: 630px;
}
.hisSwiper .swiper-button-next:hover {
  background: url(../images/icons.png) -200px -210px;
}
.hisSwiper .swiper-button-prev {
  background: url(../images/icons.png) -10px -210px;
  position: absolute;
  bottom: 10px;
  left: 630px;
}
.hisSwiper .swiper-button-prev:hover {
  background: url(../images/icons.png) -140px -210px;
}
/* 领导团队 */
.ldtd_wrapper {
  width: 100%;
  height: auto;
  float: left;
  background: #f1f2f6;
}
.chairman {
  background: #fff;
  width: 1030px;
  height: 375px;
  margin-right: 370px;
  float: left;
}
.chairman:hover .ldtdimg img {
  transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -moz-transform: scale(1.1); /* Firefox */
  -webkit-transform: scale(1.1); /* Safari 和 Chrome */
  -o-transform: scale(1.1); /* Opera */
}
.chairman .ldtdimg {
  width: 330px;
  height: 375px;
  overflow: hidden;
  float: left;
}
.chairman .ldtdimg img {
  width: 330px;
  height: 375px;
}
.chairman .ldtdinfo {
  width: 600px;
  height: 275px;
  padding: 50px;
  float: left;
}
.ldtdinfo span {
  font-size: 28px;
  color: #1d2129;
  font-weight: 500;
}
.ldtd li {
  width: 330px;
  height: 570px;
  margin-right: 20px;
  float: left;
  margin-top: 35px;
}
.ldtd li .ldtdimg {
  width: 330px;
  height: 330px;
  overflow: hidden;
  float: left;
}
.ldtd li .ldtdimg img {
  width: 330px;
  height: 330px;
}
.ldtd li:hover .ldtdimg img {
  transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -moz-transform: scale(1.1); /* Firefox */
  -webkit-transform: scale(1.1); /* Safari 和 Chrome */
  -o-transform: scale(1.1); /* Opera */
}
.ldtd li .ldtdinfo {
  width: 280px;
  height: 190px;
  padding: 25px;
  overflow: hidden;
  float: left;
  background: #fff;
}

/* 股票信息 */
.gpxx {
  width: 1400px;
  height: 425px;
}
.gpxx li {
  background: #f1f2f6;
  width: 335px;
  height: 425px;
  float: left;
  margin-right: 15px;
}
.gpxx li .gpxximg {
  width: 335px;
  height: 234px;
  position: relative;
  overflow: hidden;
}
.gpxx li .gpxximg img {
  width: 335px;
  height: 234px;
  position: absolute;
  left: 0;
  top: 0;
}
.gpxx li:hover .gpxximg img {
  transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -moz-transform: scale(1.1); /* Firefox */
  -webkit-transform: scale(1.1); /* Safari 和 Chrome */
  -o-transform: scale(1.1); /* Opera */
}
.gpxx li .gpxximg span {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 80px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.gpxx li .gpxximg p {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 125px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.gpxx li .gpxxinfo {
  width: 335px;
  height: 190px;
  position: relative;
}
.gpxx li .gpxxinfo span {
  position: absolute;
  display: block;
}
.gpxx li .gpxxinfo span i {
  font-style: normal;
  padding-left: 20px;
  font-weight: 600;
}
.gpxx li .gpxxinfo span.jiage {
  width: 200px;
  height: 40px;
  top: 25px;
  left: 25px;
  font-size: 36px;
  font-weight: 900;
}
.gpxxinfo .green {
  color: #308f40;
}
.gpxxinfo .red {
  color: #cc4646;
}
.gpxx li .gpxxinfo span.zhangfu {
  width: auto;
  height: 28px;
  top: 35px;
  right: 25px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding: 0 5px;
}
.gpxx li .gpxxinfo span.greenbg {
  background: #308f40;
}
.gpxx li .gpxxinfo span.redbg {
  background: #cc4646;
}
.gpxx li .gpxxinfo span.zuigao {
  width: 120px;
  height: 30px;
  left: 25px;
  top: 100px;
  font-size: 16px;
  color: #323233;
}
.gpxx li .gpxxinfo span.zuidi {
  width: 120px;
  height: 30px;
  left: 25px;
  top: 130px;
  font-size: 16px;
  color: #323233;
}
.gpxx li .gpxxinfo span.chengjiaoe {
  width: 160px;
  height: 30px;
  left: 155px;
  top: 100px;
  font-size: 16px;
  color: #323233;
}
.gpxx li .gpxxinfo span.chengjiaoliang {
  width: 160px;
  height: 30px;
  left: 155px;
  top: 130px;
  font-size: 16px;
  color: #323233;
}
/* //锚点定位 */
.profile_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 485px;
  left: 0;
  z-index: -10000;
}
.culture_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 1345px;
  left: 0;
  z-index: -10000;
}
.responsibility_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 1780px;
  left: 0;
  z-index: -10000;
}
.course_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 2641px;
  left: 0;
  z-index: -10000;
}
.leaders_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 3291px;
  left: 0;
  z-index: -10000;
}
.stock_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 5770px;
  left: 0;
  z-index: -10000;
}
/* //新闻 */
.newslist {
  width: 1400px;
  height: auto;
  overflow: hidden;
}
.newslist li {
  width: 700px;
  height: 230px;
  overflow: hidden;
  float: left;
}
.newslist li a {
  display: block;
  width: 620px;
  height: 150px;
  padding: 25px;
  margin: 15px;
}
.newslist li .newsimg,
.newslist li .newsimg img {
  width: 235px;
  height: 150px;
  overflow: hidden;
  float: left;
}
.newslist li a:hover {
  background: #f1f2f6;
}
.newslist li a:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -moz-transform: scale(1.1); /* Firefox */
  -webkit-transform: scale(1.1); /* Safari 和 Chrome */
  -o-transform: scale(1.1); /* Opera */
}
.newslist li a:hover .newsinfo span {
  color: #003a77;
  font-weight: 600;
}
.newslist li .newsinfo {
  width: 360px;
  height: 150px;
  float: left;
  padding-left: 25px;
}
.newslist li .newsinfo p {
  font-size: 14px;
  color: #1d2129;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newslist li .newsinfo span {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #1d2129;
  overflow: hidden;
}
.pagesshow {
  width: 1400px;
  text-align: center;
  border-top: 2px solid #f6f6f6;
  padding: 20px 0;
}
.pagesshow span {
  width: 120px;
  height: 46px;
  display: inline-block;
  font-size: 15px;
  color: #1d2129;
  line-height: 46px;
  margin: 0 10px;
  text-decoration: none;
  transform: 0.2s 0.2s;
  cursor: pointer;
  opacity: 0.5;
}
.pagesshow #nextPage {
  background: url(../images/icons.png) -850px -140px;
  padding-right: 20px;
}
.pagesshow #nextPage:hover {
  opacity: 1;
}
.pagesshow #prevPage {
  background: url(../images/icons.png) -700px -140px;
  padding-left: 20px;
}
.pagesshow #prevPage:hover {
  opacity: 1;
}
/* 创新能力 */
.introduce_wrapper {
  width: 100%;
  height: 940px;
  float: left;
  overflow: hidden;
  background: url(../images/innovate1.jpg) center no-repeat;
  min-width: 1400px;
  background-size: cover;
}
/* 重点 */
.keynote {
  height: 720px;
  overflow: hidden;
}
.keynote ul {
  width: 1400px;
  height: 580px;
  margin: 0 auto;
}
.keynote li {
  float: left;
  width: 450px;
  height: 580px;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
}
.keynote li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.keynote li span {
  position: absolute;
  left: 0;
  top: 315px;
  width: 450px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  z-index: 20;
}
.keynote li i {
  position: absolute;
  left: 185px;
  top: 215px;
  width: 80px;
  height: 80px;
  z-index: 20;
}
.keynote li i.keynoteicon1 {
  background: url(../images/icons.png) -300px -100px;
}
.keynote li i.keynoteicon2 {
  background: url(../images/icons.png) -380px -100px;
}
.keynote li i.keynoteicon3 {
  background: url(../images/icons.png) -460px -100px;
}
.keynote li .keynoteinfo .keynoteicon1on {
  background: url(../images/icons.png) -300px -180px;
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 150px;
}
.keynote li .keynoteinfo .keynoteicon2on {
  background: url(../images/icons.png) -380px -180px;
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 150px;
}
.keynote li .keynoteinfo .keynoteicon3on {
  background: url(../images/icons.png) -460px -180px;
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 150px;
}
.keynote li .keynoteinfo {
  width: 380px;
  height: 510px;
  position: absolute;
  left: 0;
  bottom: -580px;
  z-index: 30;
  background: #013b78;
  padding: 35px;
  color: #fff;
}
.keynote li .keynoteinfo .keynotetit {
  width: 380px;
  text-align: center;
  color: #fff;
  float: left;
  font-size: 28px;
  line-height: 60px;
}
.keynote li .keynoteinfo p {
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  padding-top: 0;
}
.keynote li:hover .keynoteinfo {
  left: 0;
  bottom: 0;
}
/* 生态 */
.ecology_wrapper {
  width: 100%;
  height: 650px;
  float: left;
  overflow: hidden;
  background: url(../images/innovate5.jpg) center no-repeat;
  min-width: 1400px;
  background-size: cover;
}
.ecology_wrapper p {
  font-size: 16px;
  color: #fff;
  line-height: 150%;
}
/* //锚点定位 */
.introduce_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 485px;
  left: 0;
  z-index: -10000;
}
.keynote_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 1425px;
  left: 0;
  z-index: -10000;
}
.ecology_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 2305px;
  left: 0;
  z-index: -10000;
}
.introduce_wrapper .introduce_info1 {
  color: #fff;
  width: 600px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 80px;
}
.introduce_wrapper .introduce_info2 {
  width: 465px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 920px;
  top: 80px;
}
.introduce_wrapper .introduce_info3 {
  width: 740px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 00px;
  top: 580px;
}
.introduce_wrapper .introduce_info4 {
  width: 1400px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  left: 00px;
  top: 780px;
}
.introduce_wrapper .introduce_info4 dl {
  float: left;
  width: auto;
  height: 80px;
  padding-right: 80px;
}
.introduce_wrapper .introduce_info4 dl dt {
  font-family: ding;
  font-size: 36px;
  color: #003f84;
}
.introduce_wrapper .introduce_info4 dl dd {
  font-size: 16px;
  color: #323233;
  padding-top: 10px;
}
.introduce_wrapper .introduce_info4 dl dt i {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.introduce_wrapper .introduce_info1 h2,
.introduce_wrapper .introduce_info1 p {
  color: #fff;
}
.margintop70 {
  margin-top: 70px;
}
/* 人才 */
.talentinfo {
  width: 100%;
  height: 269px;
  background: url(../images/hr2.jpg) right center no-repeat;
  float: left;
}
.talentinfo .talenttext {
  font-size: 32px;
  color: #003a77;
  width: 1400px;
  margin: 0 auto;
  text-align: left;
  line-height: 180%;
  padding-top: 45px;
  font-weight: 600;
}
.talentlink {
  width: 100%;
  min-width: 1400px;
  height: auto;
  overflow: hidden;
  float: left;
  background: #f1f2f6;
}
.talentlink a {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.talentlink a img {
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  height: auto;
  float: left;
}
.talentlink a:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -moz-transform: scale(1.2); /* Firefox */
  -webkit-transform: scale(1.2); /* Safari 和 Chrome */
  -o-transform: scale(1.2); /* Opera */
}
.talentlink a span {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  position: absolute;
}
.talentlink a span::after {
  content: '';
  width: 66px;
  height: 6px;
  display: block;
  background: #fff;
  margin-top: 20px;
}

.business_info_big {
  width: 100%;
  height: 625px;
  float: left;
  min-width: 1400px;
  background: url(../images/bussiness_infobg2.jpg) center no-repeat;
  background-size: 100% 100%;
}

.business_info {
  width: 100%;
  height: 325px;
  float: left;
  min-width: 1400px;
  background: url(../images/bussiness_infobg.jpg) bottom no-repeat;
}
.business_info dl {
  width: auto;
  height: auto;
  /* overflow: hidden; */
  float: left;
  margin-right: 100px;
  padding-top: 30px;
}
.business_info dl dt {
  font-size: 16px;
}
.business_info dl dd {
  padding-top: 10px;
  font-size: 32px;
  color: #013b78;
  font-family: ding, Arial, Helvetica, sans-serif;
}
.business_info dl dd i {
  font-weight: 600;
  /* font-style: normal; */
  font-size: 20px;
}
.business_con_tit {
  position: absolute;
  width: 830px;
  height: 100px;
}
.business_con_tit h5 {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #003f84;
  font-weight: 400;
  padding-top: 10px;
}
.business_con_tit h6 {
  float: left;
  width: 100%;
  font-size: 36px;
  color: #1d2129;
  font-weight: 600;
}
.business_con_info {
  position: absolute;
  width: 400px;
  height: 600px;
  overflow: hidden;
}
.business_con_info p {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}
.business_con_info dl {
  padding-top: 15px;
  float: left;
  width: auto;
  padding-right: 40px;
}
.business_con_info dl dt {
  font-size: 32px;
  color: #fff;
  font-family: ding;
}
.business_con_info dl dt i {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.business_con_info dl dd {
  font-size: 16px;
  color: #fff;
}
.moreb {
  font-size: 16px;
  display: block;
  width: 110px;
  height: 46px;
  background: url(../images/icons.png) -850px -40px;
  color: #fff;
  line-height: 46px;
  padding-left: 30px;
  float: left;
  margin-top: 30px;
}
.moreb:hover {
  background: url(../images/icons.png) -710px -40px;
  color: #003a78;
}
.moreg {
  font-size: 16px;
  display: block;
  width: 110px;
  height: 46px;
  background: url(../images/icons.png) -850px -90px;
  color: #333;
  line-height: 46px;
  padding-left: 30px;
  float: left;
  margin-top: 30px;
  cursor: pointer;
}
.moreg:hover {
  background: url(../images/icons.png) -710px -90px;
  color: #fff;
}
.bct_left {
  left: 0;
  top: 35px;
}
.bct_right {
  right: 0;
  top: 35px;
}
.bci_left {
  left: 0;
  top: 80px;
}
.bci_right {
  right: 0px;
  top: 80px;
}
.energy_logo {
  background: url(../images/energy_logo.png) right center no-repeat;
}

/* 能源业务 */
.energy_p1 {
  width: 100%;
  height: 750px;
  float: left;
  background: url(../images/energy_p1.jpg) center no-repeat;
  min-width: 1400px;
}

.energy_p2 {
  width: 100%;
  height: 750px;
  float: left;
  background: url(../images/energy_p2.jpg) center no-repeat;
  min-width: 1400px;
}
.energy_p3 {
  width: 100%;
  height: 590px;
  float: left;
  min-width: 1400px;
}
.energy_p3 h5 {
  font-size: 30px;
  color: #fff;
  width: 100%;
  float: left;
  padding: 20px 0;
  font-weight: 400;
}
.energy_p3 h6 {
  font-size: 36px;
  color: #fff;
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.energy_p3 h6 span {
  border-bottom: 4px solid #6ec222;
  padding-bottom: 10px;
}
.energy_p3 p {
  font-size: 16px;
  color: #fff;
  display: block;
  width: 500px;
  line-height: 140%;
}
/* //锚点定位 */
.business_info_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 485px;
  left: 0;
  z-index: -10000;
}
.energyp1_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 810px;
  left: 0;
  z-index: -10000;
}
.energyp2_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 1560px;
  left: 0;
  z-index: -10000;
}
.energyp3_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 2483px;
  left: 0;
  z-index: -10000;
}
.energyp4_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 3093px;
  left: 0;
  z-index: -10000;
}

/* 产业智能 */
.intelligent_p1 {
  width: 100%;
  height: 710px;
  float: left;
  background: url(../images/intelligent_p1.jpg) center no-repeat;
  min-width: 1400px;
  margin-top: 40px;
}
.ennew_logo {
  background: url(../images/ennew_logo.png) right center no-repeat;
  background-size: 178px 70px;
}
.intelligent_p2 {
  width: 100%;
  height: 710px;
  float: left;
  background: url(../images/intelligent_p2.jpg) center no-repeat;
  min-width: 1400px;
  margin-top: 40px;
}
.xzgz_logo {
  background: url(../images/xzgz_logo.png) right center no-repeat;
}
.intelligent_p3 {
  width: 100%;
  height: 710px;
  float: left;
  background: url(../images/intelligent_p3.jpg) center no-repeat;
  min-width: 1400px;
  margin-top: 40px;
}
.haoqiwang_logo {
  background: url(../images/haoqiwang_logo.png) right center no-repeat;
  background-size: 194px 70px;
}
.intelligent_p4 {
  width: 100%;
  height: 710px;
  float: left;
  background: url(../images/intelligent_p4.jpg) center no-repeat;
  min-width: 1400px;
  margin-top: 40px;
}
.fanneng_logo {
  background: url(../images/fanneng_logo.png) right center no-repeat;
  background-size: 177px 70px;
}
.intelligent_p5 {
  width: 100%;
  height: 710px;
  float: left;
  background: url(../images/intelligent_p5.jpg) center no-repeat;
  min-width: 1400px;
  margin-top: 40px;
}
.juan_logo {
  background: url(../images/juan_logo.png) right center no-repeat;
  background-size: 198px 70px;
}
.intelligent_p6 {
  width: 100%;
  height: 710px;
  float: left;
  background: url(../images/intelligent_p6.jpg) center no-repeat;
  min-width: 1400px;
  margin-top: 40px;
}
.zczg_logo {
  background: url(../images/zczg_logo.png) right center no-repeat;
  background-size: 269px 60px;
}
.intelligent_p7 {
  width: 100%;
  height: 710px;
  float: left;
  background: url(../images/intelligent_p7.jpg) center no-repeat;
  min-width: 1400px;
  margin-top: 40px;
}
.laikang_logo {
  background: url(../images/laikang_logo.png) right center no-repeat;
  background-size: 163px 60px;
}
.intelligent_p8 {
  width: 100%;
  height: 710px;
  float: left;
  background: url(../images/intelligent_p8.jpg) center no-repeat;
  min-width: 1400px;
  margin-top: 40px;
}
.enaowa_logo {
  background: url(../images/enaowa_logo.png) right center no-repeat;
  background-size: 182px 72px;
}
.show2_eowqr {
  width: 146px;
  height: 170px;
  position: absolute;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  left: 0px;
  bottom: 50px;
  background: #fff;
  z-index: 1000;
  display: none;
}
.show2_eowqr img {
  width: 146px;
  height: 146px;
}
.bct2_left {
  left: 0;
  top: 5px;
}
.bct2_right {
  right: 0;
  top: 5px;
}
.bci2_left {
  left: 0;
  top: 130px;
}
.bci2_right {
  right: 0px;
  top: 130px;
}
.business2_con_tit {
  position: absolute;
  width: 850px;
  height: 100px;
}
.business2_con_tit h5 {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #003f84;
  font-weight: 400;
  padding-top: 10px;
}
.business2_con_tit h6 {
  float: left;
  width: 100%;
  font-size: 36px;
  color: #1d2129;
  font-weight: 600;
}
.business2_con_info {
  position: absolute;
  width: 290px;
  height: 500px;
  overflow: hidden;
}
.business2_con_info p {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}
/* //锚点定位 */
.business_info_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 485px;
  left: 0;
  z-index: -10000;
}
.intelligent_p1_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 1150px;
  left: 0;
  z-index: -10000;
}
.intelligent_p2_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 1900px;
  left: 0;
  z-index: -10000;
}

.intelligent_p3_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 2650px;
  left: 0;
  z-index: -10000;
}

.intelligent_p4_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 3400px;
  left: 0;
  z-index: -10000;
}

.intelligent_p5_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 4150px;
  left: 0;
  z-index: -10000;
}

.intelligent_p6_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 4900px;
  left: 0;
  z-index: -10000;
}

.intelligent_p7_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 5650px;
  left: 0;
  z-index: -10000;
}

.intelligent_p8_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 6400px;
  left: 0;
  z-index: -10000;
}

/* 品质生活 */

/* 健康家 */
.lifefamily {
  width: 100%;
  height: 1310px;
  min-width: 1400px;
  float: left;
  background: url(../images/familybg.jpg) center top no-repeat;
}
.life_con_right {
  padding: 60px 0 60px 50px;
  width: 510px;
  height: 370px;
  float: right;
  position: relative;
}
.life_con_left {
  padding: 60px 50px 60px 0;
  width: 510px;
  height: 370px;
  float: left;
  position: relative;
  z-index: 1;
}

.show_eowqr {
  width: 146px;
  height: 170px;
  position: absolute;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  left: 150px;
  top: 220px;
  background: #fff;
  z-index: 1000;
  display: none;
}
.show_eowqr img {
  width: 146px;
  height: 146px;
}
.show_lkjqr {
  width: 480px;
  height: 200px;
  position: absolute;
  left: 50px;
  top: 170px;
  background: #fff;
  z-index: 1000;
  display: none;
}
.show_lkjqr li {
  width: 160px;
  height: 200px;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}
.show_lkjqr li img {
  width: 146px;
  height: 146px;
  padding: 7px 7px 7px 7px;
}

.show_kllyqr {
  width: 480px;
  height: 200px;
  position: absolute;
  left: 50px;
  top: 170px;
  background: #fff;
  z-index: 1000;
  display: none;
}
.show_kllyqr li {
  width: 160px;
  height: 200px;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}
.show_kllyqr li img {
  width: 146px;
  height: 146px;
  padding: 7px 7px 7px 7px;
}
.life_con_wrapper {
  width: 100%;
  height: 490px;
  min-width: 1400px;
  float: left;
}

/* 健康游 */
.lifetravel {
  width: 100%;
  height: 1310px;
  min-width: 1400px;
  float: left;
  background: url(../images/travelbg.jpg) center top no-repeat;
}

/* 健康 */
.lifehealth {
  width: 100%;
  height: 627px;
  min-width: 1400px;
  float: left;
}
/* //锚点定位 */
.lifefamily_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 895px;
  left: 0;
  z-index: -10000;
}
.lifetravel_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 2205px;
  left: 0;
  z-index: -10000;
}
.lifehealth_position {
  width: 0;
  height: 0;
  position: absolute;
  top: 3515px;
  left: 0;
  z-index: -10000;
}

/* 联系我们 */
.contactus_info {
  width: 700px;
  height: auto;
  float: left;
}
.contactus_info span {
  font-size: 18px;
  color: #1d2129;
  font-weight: 600;
  width: 700px;
  float: left;
}
.contactus_info .enngroup_qr {
  width: 660px;
  height: 150px;
  float: left;
  background: #f1f2f6;
  padding: 20px;
  margin: 30px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.contactus_info .enngroup_qr img {
  width: 150px;
  height: 150px;
  float: left;
  padding-right: 50px;
}
.contactus_info ul {
  padding: 20px;
  float: left;
}
.contactus_info ul li {
  width: 660px;
  padding-left: 40px;
  height: 25px;
  float: left;
  margin: 10px 0;
  font-size: 18px;
}
.contactus_info ul li.add {
  background: url(../images/icons.png) 0 -280px no-repeat;
}
.contactus_info ul li.tel {
  background: url(../images/icons.png) 0 -305px no-repeat;
}
.contactus_info ul li.fax {
  background: url(../images/icons.png) 0 -330px no-repeat;
}
.contactus_info ul li.url {
  background: url(../images/icons.png) 0 -380px no-repeat;
}
.contactus_map {
  width: 600px;
  height: auto;
  float: right;
}
/* 法律声明 */
.leagl_title {
  width: 400px;
  height: auto;
  overflow: hidden;
  float: left;
  font-size: 32px;
  color: #1d2129;
}
.leagl_con {
  width: 900px;
  height: auto;
  float: right;
}
.leagl_con p {
  padding: 10px;
  text-align: left;
  color: #323233;
}
/**新闻内容**/
.news_title {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  font-size: 32px;
  color: #000;
  font-weight: 600;
}
.news_info {
  width: 100%;
  height: 50px;
  background: #f1f2f6;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 50px;
  border-bottom: 3px solid #005096;
}
.news_con {
  font-size: 18px;
  line-height: 200%;
  color: #333;
  padding: 50px;
}
.news_con img {
  width: 70% !important;
  margin: 20px 15% 0 15%;
  border-radius: 5px;
}
.news_con h6 {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.news_con p {
  padding: 10px 0;
  display: block;
  /*text-indent: 2em;*/
  font-size: 18px;
}
.news_con .imginfo {
  display: block;
  width: 70%;
  margin: 0 15%;
  height: auto;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #999;
}
.news_con a {
  color: #003a77 !important;
  text-decoration: underline;
}
.news_con a:hover {
  color: #1d2129 !important;
  text-decoration: none;
}
