* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
img {
  vertical-align: top;
}
.conw {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g_pub_footer {
  margin-top: 0 !important;
}
.g-wrap {
  width: 100%;
  max-width: 1920px;
  min-height: 1420px;
  margin: 0 auto;
  font-family: "microsoft yahei";
  background: url("../images/header.jpg") center top no-repeat;
}
.g-wrap .m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.g-wrap .m-title a {
  position: absolute;
  width: 36px;
  height: 13px;
  right: 0;
  top: 59px;
  background: url("../images/more.png") 0 0 no-repeat;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 799px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 1060px;
  height: 262px;
  top: 194px;
  left: 70px;
  animation: zoomIn 1.5s .3s backwards;
  -webkit-animation: zoomIn 1.5s .3s backwards;
}
.g-wrap .g-header .u-host {
  position: absolute;
  width: 462px;
  top: 520px;
  left: 360px;
  animation: fadeIn 1.5s 1.4s backwards;
  -webkit-animation: fadeIn 1.5s 1.4s backwards;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.g-wrap .g-introduce {
  width: 960px;
  height: 411px;
  padding: 105px 187px 0 188px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: url("../images/introduce.png") center center no-repeat;
}
.g-wrap .g-introduce div {
  font-size: 28px;
  text-indent: 2em;
  line-height: 52px;
  text-align: justify;
  color: #75470b;
}
.g-wrap .g-news {
  margin-top: 70px;
}
.g-wrap .g-news .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  zoom: 1;
}
.g-wrap .g-news .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-news-left {
  float: left;
  width: 680px;
  height: 500px;
}
.g-wrap .g-news .m-news-left .slideNews {
  width: 680px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-news .m-news-left .slideNews .bd {
  position: relative;
}
.g-wrap .g-news .m-news-left .slideNews .bd li {
  position: relative;
}
.g-wrap .g-news .m-news-left .slideNews .bd li img {
  width: 100%;
  height: 420px;
}
.g-wrap .g-news .m-news-left .slideNews .bd li p {
  font-size: 20px;
  color: #555;
  line-height: 58px;
  margin-top: 20px;
  padding-right: 110px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-news .m-news-left .slideNews .bd li p a {
  color: #555;
}
.g-wrap .g-news .m-news-left .slideNews .prev,
.g-wrap .g-news .m-news-left .slideNews .next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 450px;
  right: 50px;
  cursor: pointer;
  background: url("../images/arrow-left.jpg") 0 0 no-repeat;
}
.g-wrap .g-news .m-news-left .slideNews .prev:hover,
.g-wrap .g-news .m-news-left .slideNews .next:hover {
  background: url("../images/arrow-left-on.jpg") 0 0 no-repeat;
}
.g-wrap .g-news .m-news-left .slideNews .next {
  left: auto;
  right: 0;
  background: url("../images/arrow-right.jpg") 0 0 no-repeat;
}
.g-wrap .g-news .m-news-left .slideNews .next:hover {
  background: url("../images/arrow-right-on.jpg") 0 0 no-repeat;
}
.g-wrap .g-news .m-news-right {
  width: 480px;
  float: right;
}
.g-wrap .g-news .m-news-right dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
}
.g-wrap .g-news .m-news-right dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: -4px 0 10px 0;
}
.g-wrap .g-news .m-news-right dl dt a {
  color: #333;
}
.g-wrap .g-news .m-news-right dl dd {
  font-size: 16px;
  text-indent: 2em;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #555;
}
.g-wrap .g-news .m-news-right dl dd a {
  color: #cf7934;
}
.g-wrap .g-news .m-news-right ul {
  margin-top: -10px;
}
.g-wrap .g-news .m-news-right ul li {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  padding: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 14px;
  background: url("../images/icon-list.png") 0 22px no-repeat;
}
.g-wrap .g-news .m-news-right ul li a {
  color: #000;
}
.g-wrap .g-news .m-news-right ul li:hover {
  text-indent: 34px;
  color: #FFF;
  background: url("../images/list-bg.png") 0 center no-repeat;
}
.g-wrap .g-news .m-news-right ul li:hover a {
  color: #FFF;
}
.g-wrap .g-news .u-more {
  font-size: 14px;
  text-align: right;
}
.g-wrap .g-news .u-more a {
  color: #2a4881;
}
.g-wrap .g-talk {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
.g-wrap .g-talk .m-main {
  margin-top: 15px;
  zoom: 1;
}
.g-wrap .g-talk .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-talk .m-main .m-left {
  float: left;
  width: 839px;
  height: 488px;
  position: relative;
  background: url("../images/pic-bg.png") 0 0 no-repeat;
}
.g-wrap .g-talk .m-main .m-left .videoUrl {
  display: none;
}
.g-wrap .g-talk .m-main .m-left .m-video {
  width: 800px;
  height: 450px;
  margin: 20px 0 0 20px;
}
.g-wrap .g-talk .m-main .m-left .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
}
.g-wrap .g-talk .m-main .m-right {
  float: right;
  width: 344px;
  height: 449px;
  margin-top: 20px;
  background: url("../images/txt-bg.png") 0 0 no-repeat;
}
.g-wrap .g-talk .m-main .m-right dl {
  padding: 38px 26px 0 34px;
}
.g-wrap .g-talk .m-main .m-right dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #ed7a14;
}
.g-wrap .g-talk .m-main .m-right dl dt a {
  color: #ed7a14;
}
.g-wrap .g-talk .m-main .m-right dl dd {
  font-size: 16px;
  margin-top: 24px;
  line-height: 32px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.g-wrap .g-talk .m-slide1 {
  margin-top: 50px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.g-wrap .g-talk .m-slide1 .bd {
  height: 230px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-talk .m-slide1 .bd li {
  float: left;
  position: relative;
  width: 270px;
  margin-right: 40px;
  cursor: pointer;
}
.g-wrap .g-talk .m-slide1 .bd li .videoUrl{
  display:none;
}
.g-wrap .g-talk .m-slide1 .bd li img {
  width: 100%;
  height: 200px;
}
.g-wrap .g-talk .m-slide1 .bd li p {
  font-size: 16px;
  color: #412a0b;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-talk .m-slide1 .bd li p a {
  color: #412a0b;
}
.g-wrap .g-talk .m-slide1 .prev,
.g-wrap .g-talk .m-slide1 .next {
  position: absolute;
  width: 21px;
  height: 40px;
  top: 80px;
  left: -50px;
  cursor: pointer;
  background: url("../images/arrow-left1.png") 0 0 no-repeat;
}
.g-wrap .g-talk .m-slide1 .prev:hover,
.g-wrap .g-talk .m-slide1 .next:hover {
  background: url("../images/arrow-left1-on.png") 0 0 no-repeat;
}
.g-wrap .g-talk .m-slide1 .next {
  left: auto;
  right: -50px;
  background: url("../images/arrow-right1.png") 0 0 no-repeat;
}
.g-wrap .g-talk .m-slide1 .next:hover {
  background: url("../images/arrow-right1-on.png") 0 0 no-repeat;
}
.g-wrap .g-poster {
  margin-top: 60px;
}
.g-wrap .g-poster .m-wrap {
  height: 1198px;
  margin-top: 27px;
  overflow: hidden;
  background: url("../images/by-bg.jpg") center center no-repeat;
}
.g-wrap .g-poster .m-wrap .poster-main {
  width: 1200px;
  height: 532px;
  margin: 70px auto 0;
  position: relative;
}
.g-wrap .g-poster .m-wrap .poster-main .poster-btn {
  width: 52px!important;
  height: 52px!important;
  position: absolute;
  top: 478px;
  cursor: pointer;
}
.g-wrap .g-poster .m-wrap .poster-main .poster-prev-btn {
  left: -80px;
  background: url(../images/arrow-left2.png) 0 0 no-repeat;
}
.g-wrap .g-poster .m-wrap .poster-main .poster-next-btn {
  right: -80px;
  background: url(../images/arrow-right2.png) 0 0 no-repeat;
}
.g-wrap .g-poster .m-wrap .poster-main .poster-list li {
  position: absolute;
  top: 0;
  left: 0;
}
.g-wrap .g-poster .m-wrap .poster-main .poster-list li .u-pic img {
  width: 100%;
  height: 100%;
}
.g-wrap .g-welfar {
  padding: 114px 0 100px 0;
  background: url("../images/bottom-bg.jpg") center bottom no-repeat;
}
.g-wrap .g-welfar .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  overflow: hidden;
}
.g-wrap .g-welfar .m-main ul {
  width: 1300px;
}
.g-wrap .g-welfar .m-main ul li {
  float: left;
  width: 360px;
  height: 595px;
  margin-right: 60px;
}
.g-wrap .g-welfar .m-main ul li img {
  width: 360px;
  height: 595px;
}
