@charset "utf-8";
/* CSS Document */
/*edit:wangshuo
@ update: 2019-01-24 */

/*轮播*/
.ico-home {
  background: url(https://static.web.sdo.com/dn/pic/dn/web11/sprites-home.png)
    no-repeat;
}

.bg-row-gm {
  position: absolute;
  background: #f2f2f2;
  top: 950px;
  width: 100%;
}

.bg-row-gmb {
	position: absolute;
  background: #f2f2f2;
	top:1520px;
	width: 100%;
  /* height: 1170px; */
}

.g-wrapIn {
  /* min-height: 2100px; */
}

.g-row {
  position: relative;
}
.g-wrapIn .g-row.btn-ver {
  width: 100%;
  height: 390px;
  display: block;
}

.g-row-1 {
  padding-top: 40px;
}

.g-row-1 .slide {
  width: 705px;
  height: 300px;
  position: relative;
  background: #fff;
}

.g-row-1 .slide .slide_img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.g-row-1 .slide .slide_img ul {
  width: 15000px;
  overflow: hidden;
}

.g-row-1 .slide .slide_img li {
  float: left;
  width: 1166px;
  height: 480px;
}

.g-row-1 .slide .slide_img li img {
  width: 100%;
  height: 100%;
}

.g-row-1 .slide_info {
  background: #000;
  height: 300px;
  left: 710px;
  color: #fff;
  top: 0;
  font-size: 50px;
}

.g-row-1 .slide .point {
  height: 15px;
  font-size: 0;
  position: absolute;
  bottom: 30px;
  left: 60px;
}

.g-row-1 .slide .point a {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
  margin-right: 25px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  transition: 0.3s;
}

.g-row-1 .slide .point a.cur {
  background: #dd3a1f;
}

.g-row-1 .slide .point .line {
  height: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}

.g-row-1 .news {
  width: 480px;
  height: 460px;
  background-color: #fff;
  _overflow: hidden;
  position: absolute;
  box-shadow: 0px 1px 16px 1px rgba(69, 80, 95, 0.64);
  right: 40px;
  top: 0;
  overflow: hidden;
}

.g-row-1 .news .grid-top {
  margin: 10px 30px;
  border-bottom: 1px solid #d8d8d8;
  height: 54px;
  position: relative;
}

.g-row-1 .news .more {
  width: 30px;
  height: 28px;
  display: block;
  margin: 0 auto;
  line-height: 0.5;
  font-size: 42px;
  text-align: center;
  color: #dd3a1f;
  transition: transform 0.3s;
}
.g-row-1 .news .more:hover {
  transform: translate3d(0, 3px, 0);
}

.g-row-1 .news .tab li.last {
  margin: 0;
}

.g-row-1 .news .tab li {
  margin-right: 33px;
  line-height: 54px;
  font-size: 16px;
  float: left;
  cursor: pointer;
  font-weight: bold;
}

.g-row-1 .news .tab li.active {
  color: #dd3a1f;
}

.g-row-1 .news .tab li {
  position: relative;
  width: 80px;
  text-align: center;
  transition: transform 0.3s;
}
.g-row-1 .news .tab li:hover {
  color: #dd3a1f;
  transform: translate3d(0, -4px, 0);
}

.g-row-1 .news .tab .ico-news {
  position: absolute;
  right: -13px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url(https://static.web.sdo.com/dn/pic/dn/web10/ico_news.png)
    no-repeat;
}

.g-row-1 .news #tab-line {
  font-size: 0;
  top: 49px;
  left: 29px;
  width: 22px;
  height: 11px;
  font-size: 0;
  background-color: #9760e0;
  position: absolute;
  background: url(https://static.web.sdo.com/dn/pic/dn/web11/sprites-list.png)
    no-repeat -3px 0;
}

.g-row-1 .news .new-list {
  width: 420px;
  height: 335px;
  margin: 0 30px;
  overflow: hidden;
}

.g-row-1 .new-list ul {
  width: 420px;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  color: #5e6164;
}

.g-row-1 .new-list li {
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-right: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.g-row-1 .new-list li .date {
  position: absolute;
  right: 0;
  width: 42px;
}

.g-row-1 .new-list li a {
  color: #5e6164;
  transition: 0.3s;
}

.g-row-1 .new-list li.blue a {
  color: #8285bb;
}

.g-row-1 .new-list li.hot a {
  color: #dd3a1f;
}
.g-row-1 .new-list li:hover a {
  color: #dd3a1f;
}
.g-row-1 .new-list li:hover {
  color: #dd3a1f;
  transform: translateY(1px);
  /* 	text-shadow: 1px 5px 20px #c5c6d0; */
  background: #fafafd;
}

.g-row-1 .news-top {
  position: relative;
  width: 400px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  background: #9b9dc1;
  margin: 20px 30px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.g-row-1 .news-top a {
  color: #fff;
}

.g-row-1 .slide-ban {
  width: 100%;
  height: 480px;
}

.g-row-2 {
  margin-top: 30px;
  overflow: hidden;
  height: 460px;
}

.g-row-2 .m-left {
  border: 1px solid #d7d7d7;
}

.g-row-2 .tit {
  display: block;
  margin: 20px 30px 17px;
}

.g-row-2 .tit h2 {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  line-height: 1;
}

.g-row-2 .more {
  font-size: 14px;
  color: #9e9e9e;
  transition: letter-spacing 0.3s;
  display: inline-block;
}
.g-row-2 .more:hover {
  color: #dd3a1f;
  letter-spacing: 5px;
}

.g-row-2 .m-left {
  width: 735px;
  height: 455px;
  background: #fff;
}

.g-row-2 .col-gm {
  height: 385px;
  margin-left: -1px;
}

.g-row-2 .col-gm dd {
  height: 100%;
  border-left: 1px solid #d7d7d7;
  float: left;
  position: relative;
  width: 67px;
  overflow: hidden;
}

.g-row-2 .col-gm dd.first {
  width: 531px;
}

.g-row-2 .col-gm .gm-preview {
  width: 67px;
  text-align: center;
  position: absolute;
  left: 0;
  color: #2d2d2d;
  height: 100%;
  transition: transform 0.3s;
}

.g-row-2 .col-gm .gm-preview:hover {
  color: #dd3a1f;
  transform: translate3d(0, -10px, 0);
}

.g-row-2 .col-gm .gm-theme {
  position: absolute;
  bottom: 60px;
  width: 21px;
  left: 23px;
  font-size: 16px;
  transition: 0.3s;
}

.g-row-2 .col-gm dd.active .gm-theme {
  color: #dd3a1f;
  font-weight: bold;
  transform: scale(1.1);
  transform-origin: 50% 100%;
}

.g-row-2 .col-gm .ico-home-1 {
  width: 9px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  left: 29px;
  background-position: 1px 0px;
}

.g-row-2 .col-gm .gm-con {
  width: 464px;
  margin-left: 67px;
}

.g-row-2 .gm-col-zl {
}

.g-row-2 .gm-col-zl .zl-img {
  width: 210px;
  height: 180px;
}

.g-row-2 .gm-col-zl .zl-desc {
  width: 210px;
  margin-left: 20px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.g-row-2 .gm-col-zl .zl-author {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.g-row-2 .gm-col-zl .zl-txt {
}

.g-row-2 .gm-col-zl .zl-add {
  margin-top: 15px;
}

.g-row-2 .gm-col-list h3 {
  line-height: 1;
}

.g-row-2 .gm-col-list .top-li {
  position: relative;
  width: 415px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #9b9dc1;
  margin: 18px 0;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-row-2 .gm-col-list .top-li a {
  color: #fff;
}

.g-row-2 .gm-col-list {
  margin-top: 20px;
}

.g-row-2 .gm-col-list ul {
  width: 435px;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  color: #5e6164;
}

.g-row-2 .gm-col-list li {
  height: 32px;
  line-height: 32px;
  position: relative;
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.g-row-2 .gm-col-list li .date {
  position: absolute;
  right: 0;
  width: 42px;
}

.g-row-2 .gm-col-list li a {
  color: #5e6164;
}
.g-row-2 .gm-col-list li a:hover {
  color: #dd3a1f;
}

.g-row-2 .m-right {
  width: 420px;
  height: 456px;
}

.g-row-2 .m-right .clo-1 {
  background: #fff;
  height: 165px;
  margin-bottom: 10px;
}

.g-row-2 .c-entry-play {
  width: 254px;
  height: 163px;
  border: 1px solid #d7d7d7;
  border-right: none;
  color: #fff;
  position: relative;
}

.g-row-2 .c-entry-play h3 {
  color: #dd3a1f;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
}

.g-row-2 .c-entry-play li.line {
  border-right: 1px solid #d7d7d7;
  width: 0;
}

.g-row-2 .c-entry-play li {
  float: left;
  width: 84px;
  text-align: center;
  color: #555555;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.g-row-2 .c-entry-play li a {
  color: #555555;
  display: inline-block;
  transition: transform 0.3s;
}

.g-row-2 .c-entry-play li a:hover {
  color: #dd3a1f;
  transform: translate3d(0, -3px, 0);
}

.g-row-2 .c-entry-activeC {
  width: 165px;
  height: 165px;
  color: #fff;
  position: relative;
  text-align: center;
}

.g-row-2 .c-entry-activeC img {
  width: 100%;
  height: 100%;
}

.g-row-2 .c-entry-activeC h4 {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 60px;
  color: #fff;
  transition: 0.5s;
}

.g-row-2 .c-entry-activeC p {
  font-size: 12px;
  position: absolute;
  width: 100%;
  top: 97px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
}

.g-row-2 .c-entry-activeC:hover h4 {
  transform: translate3d(0, 0, 0);
  letter-spacing: 5px;
}

.g-row-2 .c-entry-activeC:hover p {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}

.g-row-2 .m-right .clo-2 {
  border: 1px solid #d7d7d7;
  background: #fff;
  height: 280px;
}

.g-row-2 .m-right .hd {
  height: 36px;
  margin-left: -1px;
}

.g-row-2 .m-right .hd a {
  width: 139px;
  height: 36px;
  display: block;
  float: left;
  color: #434343;
  position: relative;
  background: #fff;
}

.g-row-2 .m-right .hd span {
  display: block;
  height: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.g-row-2 .m-right .hd a i {
  background: #dd3a1f;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s;
  left: 0;
}

.g-row-2 .m-right .hd a.border {
  width: 141px;
}

.g-row-2 .m-right .hd a.border span {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.g-row-2 .m-right .hd .active,
.g-row-2 .m-right .hd a:hover {
  color: #fff;
}
.g-row-2 .m-right .hd a.active i,
.g-row-2 .m-right .hd a:hover i {
  background: #dd3a1f;
  width: 100%;
}

.g-row-2 .m-right .hd .active.border span,
.g-row-2 .m-right .hd .border:hover span {
  border-color: #dd3a1f;
}

.g-row-2 .m-right .bd {
  width: 418px;
  height: 244px;
}

.g-row-2 .m-right .bd .img {
  position: absolute;
  display: none;
}

.g-row-2 .m-right .bd .img.active {
  position: absolute;
  display: block;
}

.g-row-3 {
  margin-top: 40px;
  padding-top: 35px;
  overflow: hidden;
}

.g-row-3 .m-tit {
  display: inline-block;
  margin-right: 35px;
  font-weight: bold;
  line-height: 1;
  color: #dd3a1f;
  font-size: 30px;
}

.g-row-3 .tab-hd {
  position: absolute;
  top: 35px;
  left: 160px;
  z-index: 10;
}

.g-row-3 .tab-hd a {
  border: 1px solid #ccc;
  width: 108px;
  height: 34px;
  display: block;
  float: left;
  text-align: center;
  line-height: 32px;
  margin-left: -1px;
  color: #2d2d2d;
  box-sizing: border-box;
  font-size: 14px;
}

.g-row-3 .tab-hd a.active {
  color: #dd3a1f;
  border-bottom: 2px solid #dd3a1f;
}

.g-row-3 .sub-tab-hd {
  position: relative;
  margin-left: 146px;
  margin-top: 30px;
  height: 16px;
  z-index: 1;
}
.g-row-3 .sub-tab-hd .role-nav {
  position: absolute;
}

.g-row-3 .sub-tab-hd a {
  color: #2d2d2d;
  display: block;
  border-right: 1px solid #c7c7c7;
  transition: 0.3s;
  float: left;
  padding: 0 15px;
  height: 16px;
  line-height: 16px;
}

.g-row-3 .sub-tab-hd a:hover {
  color: #dd3a1f;
  transform: translate3d(0, -3px, 0);
}

.g-row-3 .sub-tab-hd a.active {
  color: #dd3a1f;
}

.g-row-3 .sub-tab-hd a.last {
  border: none;
}

.g-row-3 .sub-tab-bd {
  width: 100%;
  height: 320px;
  position: relative;
  margin-top: 70px;
  color: #2d2d2d;
}

.g-row-3 .sub-tab-bd .role {
  display: none;
  height: 100%;
  width: 100%;
}

.g-row-3 .sub-tab-bd .role.active {
  display: block;
}

.g-row-3 .sub-tab-bd .r-side {
  border-left: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
  height: 100%;
  width: 102px;
  display: block;
  opacity: 0.7;
  transition: 0.3s;
  position: relative;
}

.g-row-3 .sub-tab-bd .r-side:hover {
  opacity: 1;
}

.g-row-3 .sub-tab-bd .r-side .txt {
  width: 20px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 20px;
}

.g-row-3 .sub-tab-bd .r-active {
  width: 860px;
  margin: 0 auto;
  height: 320px;
  position: relative;
  background: url(https://static.web.sdo.com/dn/pic/dn/web11/home-slide-roleBg.jpg)
    no-repeat center;
}

.g-row-3 .rIn-img {
  position: absolute;
  right: -10px;
  bottom: 0;
}

.g-row-3 .rIn-desc {
  position: absolute;
  left: 0;
  top: 50px;
  width: 120px;
  color: #434343;
  font-size: 14px;
}

.g-row-3 .rIn-desc li {
  float: right;
  width: 14px;
  text-align: center;
  line-height: 1;
  padding: 0 5px;
  word-break: break-word;
  writing-mode: vertical-rl;
}

.g-row-3 .rIn-name {
  position: absolute;
  left: 175px;
  width: 150px;
  height: 320px;
  color: #434343;
}

.g-row-3 .rIn-name .en {
  width: 46px;
  height: 280px;
  display: block;
  position: relative;
  margin-top: 20px;
}

.g-row-3 .rIn-name .ch {
  width: 83px;
  font-size: 83px;
  line-height: 1;
  font-weight: 100;
  position: absolute;
  bottom: 187px;
  right: 0;
}

.g-row-3 .rIn-name .line {
  border-right: 1px solid #434343;
  height: 65px;
  position: absolute;
  right: 41px;
  bottom: 70px;
}

.g-row-3 .rIn-name .btn-role {
  background: url(https://static.web.sdo.com/dn/pic/dn/web11/sprites-home.png)
    no-repeat 2px -34px;
  height: 33px;
  width: 33px;
  position: absolute;
  right: 25px;
  bottom: 30px;
  transition: 0.3s;
}

.g-row-3 .rIn-name .btn-role:hover {
  transform: scale(1.2);
}

.g-row-3 .pre,
.g-row-3 .next {
  width: 50px;
  height: 20px;
  position: absolute;
  top: 150px;
  background: url(https://static.web.sdo.com/dn/pic/dn/web11/home-role-arrow.png)
    no-repeat;
  transition: 0.3s;
}

.g-row-3 .pre {
  left: 80px;
  background-position: 0% 50%;
}

.g-row-3 .next {
  right: 80px;
  background-position: 100% 50%;
}

.g-row-3 .pre:hover {
  background-image: url(https://static.web.sdo.com/dn/pic/dn/web11/home-role-arrow-h.png);
}
.g-row-3 .next:hover {
  background-image: url(https://static.web.sdo.com/dn/pic/dn/web11/home-role-arrow-h.png);
}

.g-row-3 .ico-enMin {
  background: url('https://static.web.sdo.com/dn/pic/dn/web11/sprites-min-enJob.png');
  position: absolute;
  bottom: 0;
  left: 45px;
}

.g-row-3 .min-en1 {
  width: 13px;
  height: 124px;
  background-position: -10px -10px;
}

.g-row-3 .min-en2 {
  width: 13px;
  height: 136px;
  background-position: -43px -10px;
}

.g-row-3 .min-en3 {
  width: 13px;
  height: 91px;
  background-position: -76px -10px;
}

.g-row-3 .min-en4 {
  width: 13px;
  height: 103px;
  background-position: -109px -10px;
}

.g-row-3 .min-en5 {
  width: 13px;
  height: 139px;
  background-position: -142px -10px;
}

.g-row-3 .min-en6 {
  width: 13px;
  height: 55px;
  background-position: -175px -10px;
}

.g-row-3 .min-en7 {
  width: 13px;
  height: 130px;
  background-position: -208px -10px;
}

.g-row-3 .min-en8 {
  width: 13px;
  height: 98px;
  background-position: -241px -10px;
}

.g-row-3 .min-en9 {
  width: 13px;
  height: 124px;
  background-position: -274px -10px;
}

.g-row-3 .min-en10 {
  width: 13px;
  height: 110px;
  background-position: -307px -10px;
}

.g-row-3 .min-en11 {
  width: 13px;
  height: 104px;
  background-position: -340px -10px;
}

.g-row-3 .min-en12 {
  width: 13px;
  height: 128px;
  background-position: -373px -10px;
}

.g-row-3 .min-en13 {
  width: 13px;
  height: 82px;
  background-position: -406px -10px;
}

.g-row-3 .min-en14 {
  width: 13px;
  height: 140px;
  background-position: -439px -10px;
}

.g-row-3 .min-en15 {
  width: 13px;
  height: 79px;
  background-position: -472px -10px;
}

.g-row-3 .min-en16 {
  width: 13px;
  height: 70px;
  background-position: -505px -10px;
}

.g-row-3 .min-en17 {
  width: 13px;
  height: 122px;
  background-position: -538px -10px;
}

.g-row-3 .ico-enMax {
  background: url('https://static.web.sdo.com/dn/pic/dn/web11/sprites-max-enJob.png');
  position: absolute;
  top: 66px;
  left: 0px;
}
.g-row-3 .icon-job {
  width: 35px;
  height: 45px;
  border-right: none;
  border-bottom: 1px solid #939393;
}

.g-row-3 .max-en1 {
  width: 38px;
  height: 213px;
  background-position: -628px -10px;
}
.g-row-3 .max-en2 {
  width: 38px;
  height: 230px;
  background-position: -686px -10px;
}
.g-row-3 .max-en3 {
  width: 38px;
  height: 150px;
  background-position: -744px -10px;
}
.g-row-3 .max-en4 {
  width: 38px;
  height: 180px;
  background-position: -802px -10px;
}
.g-row-3 .max-en5 {
  width: 36px;
  height: 231px;
  background-position: -10px -10px;
}
.g-row-3 .max-en6 {
  width: 36px;
  height: 83px;
  background-position: -66px -10px;
}
.g-row-3 .max-en7 {
  width: 36px;
  height: 202px;
  background-position: -122px -10px;
}
.g-row-3 .max-en8 {
  width: 36px;
  height: 164px;
  background-position: -178px -10px;
}
.g-row-3 .max-en9 {
  width: 36px;
  height: 209px;
  background-position: -234px -10px;
}
.g-row-3 .max-en10 {
  width: 38px;
  height: 179px;
  background-position: -860px -10px;
}
.g-row-3 .max-en11 {
  width: 37px;
  height: 180px;
  background-position: -514px -10px;
}
.g-row-3 .max-en12 {
  width: 36px;
  height: 223px;
  background-position: -290px -10px;
}
.g-row-3 .max-en13 {
  width: 36px;
  height: 140px;
  background-position: -346px -10px;
}
.g-row-3 .max-en14 {
  width: 36px;
  height: 232px;
  background-position: -402px -10px;
}
.g-row-3 .max-en15 {
  width: 36px;
  height: 127px;
  background-position: -458px -10px;
}
.g-row-3 .max-en16 {
  width: 37px;
  height: 132px;
  background-position: -571px -10px;
}
.g-row-3 .max-en17 {
  width: 38px;
  height: 213px;
  background-position: -918px -10px;
}

/* g-row-4 */
.g-row-4 {
  margin-top: 50px;
}

.g-row-4 .ml-tit {
  margin-bottom: 30px;
}

.g-row-4 .ml-tit h2 {
  display: inline-block;
  margin-right: 35px;
  font-weight: bold;
  line-height: 1;
  color: #dd3a1f;
  font-size: 30px;
  float: left;
}

.g-row-4 .ml-tit a {
  border: 1px solid #ccc;
  width: 108px;
  height: 32px;
  display: block;
  float: left;
  text-align: center;
  line-height: 32px;
  color: #2d2d2d;
  margin-right: 20px;
  transition: 0.3s;
  font-size: 14px;
}

.g-row-4 .ml-tit a:hover {
  background: #dd3a1f;
  color: #fff;
}

.g-row-4 .ml-video {
  margin-top: 30px;
  width: 730px;
}

.g-row-4 .ml-video li {
  float: left;
  width: 210px;
  margin-right: 33px;
  color: #2d2d2d;
}

.g-row-4 .m-right {
  width: 420px;
}

.g-row-4 .ml-video h4 {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.g-row-4 .v-info {
  font-size: 12px;
  margin: 16px 0;
}

.g-row-4 .v-img {
  width: 210px;
  height: 210px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.g-row-4 .v-img-h {
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}

.g-row-4 .v-img p {
  position: absolute;
  left: 13px;
  right: 13px;
  color: #fff;
  top: 85px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.g-row-4 .v-img:hover .v-img-h {
  display: block;
  animation: fadeIn 0.5s both;
}
.g-row-4 .v-img:hover p {
  animation: fadeOut 0.5s both;
}

.g-row-4 .v-img p .line {
  border-bottom: 1px solid #fff;
  width: 115px;
  display: block;
  transition: 0.3s;
}

.g-row-4 .v-img:hover p .line {
  width: 30px;
}

.g-row-4 .mr-tit {
  height: 60px;
  position: relative;
}

.g-row-4 .mr-tit h2 {
  display: inline-block;
  margin-right: 35px;
  font-weight: bold;
  line-height: 1;
  color: #dd3a1f;
  font-size: 30px;
}

.g-row-4 .mr-tit p {
  font-size: 14px;
  color: #a1a1a1;
  line-height: 1.7;
}

.g-row-4 .mr-tit .btn-recruit {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: #dd3a1f;
  width: 65px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dd3a1f;
  border-radius: 3px;
  transition: 0.3s;
}

.g-row-4 .mr-tit .btn-recruit:hover {
  background: #dd3a1f;
  color: #fff;
}

.g-row-4 .mr-listTit {
  height: 27px;
  line-height: 27px;
  position: relative;
  text-align: center;
  margin: 5px 0 16px;
}

.g-row-4 .mr-listTit span {
  background: #fff;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.g-row-4 .mr-listTit .line {
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  display: block;
  position: absolute;
  top: 13px;
}

.g-row-4 .mr-list {
  width: 420px;
  color: #2d2d2d;
  line-height: 1;
}

.g-row-4 .mr-list li {
  height: 128px;
  border: 1px solid #d7d7d7;
  margin-bottom: -1px;
  padding: 0 170px 0 60px;
  position: relative;
}

.g-row-4 .mr-list h4 {
  font-size: 20px;
  margin-top: 28px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-row-4 .mr-list .l-hot {
  font-size: 14px;
  padding-left: 23px;
  margin: 10px 0;
  position:relative;
}

.g-row-4 .mr-list .l-hot span{
    background: url(https://static.web.sdo.com/dn/pic/dn/web11/sprites-home.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 19px;
    background-position: 0 -88px;
}


.g-row-4 .mr-list .l-btn {
  width: 118px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: block;
  text-align: center;
  color: #2d2d2d;
  border: 1px solid #d7d7d7;
  transition: 0.3s;
}
.g-row-4 .mr-list .l-btn:hover {
  letter-spacing: 3px;
}

.g-row-4 .mr-list .l-btn.active {
  color: #fff;
  border: 1px solid #9b9dc1;
  background: #9b9dc1;
}

.g-row-4 .mr-list .l-head {
  position: absolute;
  top: 14px;
  right: 63px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 5px;
  border: 1px solid #eacdcd;
}


/* g-row-4 */
.g-row-4b {
	overflow: hidden;
	margin-left: 10px;

}

.g-row-4b .ml-tit {
  margin-bottom: 30px;
}

.g-row-4b .ml-tit h2 {
  display: inline-block;
  margin-right: 35px;
  font-weight: bold;
  line-height: 1;
  color: #dd3a1f;
  font-size: 30px;
  float: left;
}

.g-row-4b .ml-tit a {
  border: 1px solid #ccc;
  width: 108px;
  height: 32px;
  display: block;
  float: left;
  text-align: center;
  line-height: 32px;
  color: #2d2d2d;
  margin-right: 20px;
  transition: 0.3s;
  font-size: 14px;
}

.g-row-4b .ml-tit a:hover {
  background: #dd3a1f;
  color: #fff;
}

.g-row-4b .ml-video {
  margin-top: 30px;
  width: 730px;
}

.g-row-4b .ml-video li {
  float: left;
  width: 210px;
  margin-right: 33px;
  color: #2d2d2d;
}

.g-row-4b .m-right {
  width: 360px;
	margin-left: 10px;
	padding: 0 30px;
	background-color: #FFF;
}

.g-row-4b .ml-video h4 {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.g-row-4b .v-info {
  font-size: 12px;
  margin: 16px 0;
}

.g-row-4b .v-img {
  width: 210px;
  height: 210px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.g-row-4b .v-img-h {
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}

.g-row-4b .v-img p {
  position: absolute;
  left: 13px;
  right: 13px;
  color: #fff;
  top: 85px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.g-row-4b .v-img:hover .v-img-h {
  display: block;
  animation: fadeIn 0.5s both;
}
.g-row-4b .v-img:hover p {
  animation: fadeOut 0.5s both;
}

.g-row-4b .v-img p .line {
  border-bottom: 1px solid #fff;
  width: 115px;
  display: block;
  transition: 0.3s;
}

.g-row-4b .v-img:hover p .line {
  width: 30px;
}

.g-row-4b .mr-tit {
  height: 60px;
	margin-top: 20px;
  position: relative;
}

.g-row-4b .mr-tit h2 {
  display: inline-block;
  margin-right: 35px;
  font-weight: bold;
  line-height: 1;
  color: #dd3a1f;
  font-size: 30px;
}

.g-row-4b .mr-tit p {
  font-size: 14px;
  color: #a1a1a1;
  line-height: 1.7;
}

.g-row-4b .mr-tit .btn-recruit {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: #dd3a1f;
  width: 65px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dd3a1f;
  border-radius: 3px;
  transition: 0.3s;
}

.g-row-4b .mr-tit .btn-recruit:hover {
  background: #dd3a1f;
  color: #fff;
}

.g-row-4b .mr-listTit {
  height: 27px;
  line-height: 27px;
  position: relative;
  text-align: center;
  margin: 5px 0 16px;
}

.g-row-4b .mr-listTit span {
  background: #fff;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.g-row-4b .mr-listTit .line {
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  display: block;
  position: absolute;
  top: 13px;
}

.g-row-4b .mr-list {
  width: 360px;
  color: #2d2d2d;
  line-height: 1;
}

.g-row-4b .mr-list li {
  height: 128px;
  border: 1px solid #d7d7d7;
  margin-bottom: -1px;
  padding: 0 170px 0 60px;
  position: relative;
}

.g-row-4b .mr-list h4 {
  font-size: 20px;
  margin-top: 28px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-row-4b .mr-list .l-hot {
  font-size: 14px;
  padding-left: 23px;
  margin: 10px 0;
  position:relative;
}

.g-row-4b .mr-list .l-hot span{
    background: url(https://static.web.sdo.com/dn/pic/dn/web11/sprites-home.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 19px;
    background-position: 0 -88px;
}


.g-row-4b .mr-list .l-btn {
  width: 118px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: block;
  text-align: center;
  color: #2d2d2d;
  border: 1px solid #d7d7d7;
  transition: 0.3s;
}
.g-row-4b .mr-list .l-btn:hover {
  letter-spacing: 3px;
}

.g-row-4b .mr-list .l-btn.active {
  color: #fff;
  border: 1px solid #9b9dc1;
  background: #9b9dc1;
}

.g-row-4b .mr-list .l-head {
  position: absolute;
  top: 14px;
  right: 63px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 5px;
  border: 1px solid #eacdcd;
}

/* 	g-row-5  */
.g-row-5 {
  margin-top: 35px;
}

.g-row-5 .m-tit {
  display: inline-block;
  margin-right: 35px;
  font-weight: bold;
  line-height: 1;
  color: #dd3a1f;
  font-size: 30px;
}

.g-row-5 .tab-hd {
  position: absolute;
  top: 7px;
  left: 160px;
}

.g-row-5 .tab-hd a {
  border-right: 1px solid #c7c7c7;
  padding: 0 18px;
  height: 20px;
  line-height: 20px;
  display: block;
  float: left;
  text-align: center;
  margin-left: -1px;
  color: #2d2d2d;
  box-sizing: border-box;
  font-size: 14px;
  transition: transform 0.2s;
}

.g-row-5 .tab-hd a:hover {
  color: #dd3a1f;
  transform: translate3d(0, -3px, 0);
}

.g-row-5 .tab-hd a.active {
  color: #dd3a1f;
}

.g-row-5 .tab-hd .last {
  border: none;
}

.g-row-5 .tab-wrap {
  border: 1px solid #d7d7d7;
  height: 337px;
  position: relative;
  margin-top: 30px;
	background-color: #FFF;
}

.g-row-5 .tab-wrap .btn-more {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 152px;
  right: 10px;
  background-position: 3px -119px;
  transition: 0.3s;
}

.g-row-5 .tab-wrap .btn-more:hover {
  transform: translateY(3px);
}

.g-row-5 .tab-wrap .m-wallpaper {
  margin: 11px 8px;
  width: 1110px;
}

.g-row-5 .m-wallpaper li {
  margin: 6px 8px;
  width: 261px;
  height: 145px;
  float: left;
  position: relative;
}

.g-row-5 .m-wallpaper .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.g-row-5 .m-wallpaper .pic img {
  width: 100%;
  display: block;
}

.g-row-5 .m-wallpaper .h {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #565878;
  background: rgba(69, 71, 107, 0.9);
  color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  line-height: 1;
}

.g-row-5 .m-wallpaper .h dd {
  margin-bottom: 15px;
  height: 15px;
}

.g-row-5 .m-wallpaper .h dd.first {
  margin-top: 19px;
}

.g-row-5 .m-wallpaper .h dd a {
  border-bottom: 1px solid #b7b7c2;
  color: #fff;
}

.g-row-5 .m-wallpaper li:hover .h {
  display: block;
  animation: fade 0.5s;
}

.g-row-5 .m-video {
  width: 1113px;
  height: 338px;
}

.g-row-5 .m-video ul {
  margin: 16px 0;
}

.g-row-5 .m-video li {
  width: 539px;
  height: 303px;
  background: #000;
  margin-left: 17px;
  float: left;
  position: relative;
}

.g-row-5 .m-video .v-cover {
  display: block;
  opacity: 0.8;
  transition: 0.3s;
}

.g-row-5 .m-video li:hover .v-cover {
  opacity: 0.6;
}

.g-row-5 .m-video .v-play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 124px;
  left: 240px;
  background-position: 10px -174px;
  transition: 0.3s;
}

.g-row-5 .m-audio {
  padding-left: 460px;
  padding-right: 55px;
  position: relative;
}

.g-row-5 .m-audio .a-cover {
  /* 	width: 370px;
	height: 370px; */
  position: absolute;
  top: -20px;
  left: 50px;
}

.g-row-5 .a-list {
  width: 230px;
  height: 270px;
  margin-top: 36px;
  position: relative;
  text-align: justify;
  overflow: hidden;
}

.g-row-5 .a-list ul::-webkit-scrollbar {
  width: 17px;
  height: 17px;
}

.g-row-5 .a-list ul {
  width: 205px;
  height: 287px;
  padding-left: 16px;
  padding-right: 25px;
  overflow: scroll;
}

.g-row-5 .a-list li {
  list-style-position: outside;
  list-style: decimal;
  font-size: 14px;
  color: #555555;
  margin-bottom: 10px;
}

.g-row-5 .a-list h5 {
  font-size: 14px;
  color: #555555;
}

.g-row-5 .a-list p {
  font-size: 12px;
  color: #a5a5a5;
  transition: 0.3s;
}

.g-row-5 .a-list li:hover p {
  color: #dd3a1f;
}

.g-row-5 .a-speed {
  width: 384px;
  height: 6px;
  position: relative;
  color: #555555;
  font-size: 14px;
  margin-top: 160px;
}
.g-row-5 .a-title {
  position: absolute;
  left: 0;
  top: -40px;
  font-size: 16px;
}
.g-row-5 .slot {
  width: 384px;
  height: 6px;
  background: #9b9dc1;
  border-radius: 8px;
}

.g-row-5 .slot .bar {
  width: 0%;
  height: 6px;
  background: #dd3a1f;
  position: absolute;
  left: 0;
  border-radius: 8px;
}

.g-row-5 .slot .bar i {
  width: 12px;
  height: 12px;
  background: #dd3a1f;
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 12px;
}

.g-row-5 .a-speed .time-start {
  position: absolute;
  left: 0;
  top: 20px;
}

.g-row-5 .a-speed .time-end {
  position: absolute;
  right: 0;
  top: 20px;
}
.g-row-5 .play-audio {
  width: 55px;
  height: 65px;
  position: absolute;
  top: 130px;
  left: 213px;
  z-index: 1;
  background-position: 0 -278px;
}
.g-row-5 .play-audio.pause {
  background-position: 0 -359px;
}
.g-row-5 .a-cover {
  -webkit-animation-name: roll 6s linear infinite both;
  animation: roll 6s linear infinite both;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.g-row-5 .a-cover.ani-roll {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}

/*--弹层--*/
.alert_bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888;
  display: none;
}
.dialog {
  position: absolute;
  z-index: 999;
  color: #4b4b4b;
  top: 50px;
  display: none;
}
.close_dialog {
  width: 44px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  right: -45px;
  background: url(https://static.web.sdo.com/dn/pic/dn/web10/index/p-close.png)
    no-repeat;
}

/* 动画 */
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}

@-webkit-keyframes roll {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes roll {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

/* 合作媒体 */
.g-side .col-5 .partner {
  position: relative;
}

.g-side .col-5 .media {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 10;
}

.g-side .col-5 .media li {
  width: 241px;
  background: #a11c06;
}

.g-side .col-5 .media a {
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 28px;
  color: #eda5a5;
  border-bottom: 1px solid #b81a00;
  background: #a11c06;
}

.g-side .col-5 .media li:last-of-type a {
  border: none;
}

.ten-pic {
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: 88;
}

/* 10周年logo */
@media screen and (max-width: 1500px) {
  .g-wrap .ten-pic {
    animation: fadeOut 1s forwards;
	pointer-events: none;
  }
}
