* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  font-family: 'Microsoft Yahei', 'Source Sans Pro', 'Helvetica Neue', 'Microsoft YaHei', 'Arial', 'Verdana', 'Helvetica';
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
html,
body {
  min-width: 1200px;
  background: #fff;
}
a {
  text-decoration: none;
}
/* 透明度渐变 */
@keyframes opacityRepeated {
  from,
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes opacityRepeated {
  from,
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* 缩放渐变 */
@keyframes scaleGradient {
  from,
  75%,
  to {
    transform-origin: center center;
  }
  from,
  to {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  75% {
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
  }
}
@-webkit-keyframes scaleGradient {
  from,
  75%,
  to {
    transform-origin: center center;
  }
  from,
  to {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  75% {
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
  }
}
.hinterScale {
  animation: scaleGradient 1s linear 0s 1;
  -webkit-animation: scaleGradient 1s linear 0s 1;
  -moz-animation: scaleGradient 1s linear 0s 1;
  -o-animation: scaleGradient 1s linear 0s 1;
}
/* header */
header {
  width: 1200px;
  height: 128px;
  margin: 0 auto;
  background: url(../images/logo_header.png) no-repeat left center;
}
header > nav {
  float: right;
  height: 100%;
  line-height: 128px;
}
header > nav > a {
  float: right;
  margin-left: 48px;
  font-size: 22px;
  font-weight: 400;
  color: #333;
}
header > nav > a:hover {
  color: #fc5835;
}
/* block-title */
.block-sumary {
  padding: 29px 0;
  width: 1200px;
  margin: 0 auto;
  color: #666;
}
.block-sumary h3 {
  font-size: 24px;
  line-height: 40px;
  padding: 3px 0;
}
.block-title {
  margin-top: 58px;
  font-size: 50px;
  line-height: 1;
  color: #000;
  padding-bottom: 22px;
}
.block-hr {
  height: 1px;
  background: #ccc;
}
.block-select {
  width: 180px;
  height: 3px;
  margin: 0 auto;
  margin-top: -2px;
  background: #969696;
}
.block-desc {
  margin-top: 30px;
  color: #666;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
}
.block-title > h2 > label {
  display: inline-block;
  padding: 0 14px 0 18px;
  background-color: #292929;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.block-title > h3 {
  text-indent: 2em;
  color: #666;
  font-size: 24px;
  font-weight: 300;
}
.block-title > h4 {
  font-size: 26px;
  color: #333;
  font-weight: 400;
}
.block-01 {
  height: 594px;
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.block-01 ul {
  height: 100%;
}
.block-01 ul li {
  height: 100%;
}
.block-01::after {
  display: block;
  content: "";
  padding-bottom: 45%;
}
.block-01 > article {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.block-01 > article > img {
  display: none;
}
.block-01 > article > span,
.block-01 > article > p {
  position: absolute;
  z-index: 7;
}
.block-01 > article > span {
  display: none;
  top: 50%;
  margin-top: -64px;
  width: 64px;
  height: 128px;
  opacity: .4;
  filter: alpha(opacity=40);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.block-01 > article > span.left {
  left: 96px;
  background: rgba(0, 0, 0, 0.6) url(../images/icon_max_arrow_left_w.png) no-repeat center center;
}
.block-01 > article > span.right {
  right: 96px;
  background: rgba(0, 0, 0, 0.6) url(../images/icon_max_arrow_right_w.png) no-repeat center center;
}
.block-01 > article > span.active {
  opacity: .8;
  filter: alpha(opacity=80);
}
.block-01 > article > p {
  left: 50%;
  bottom: 20px;
  display: inline-block;
  height: 12px;
  padding-top: 4px;
}
.block-01 > article > p > i {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 0;
  font-size: 0;
  font-style: normal;
  overflow: hidden;
  margin-left: 10px;
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.block-01 > article > p > i.active {
  background-color: #ff5438;
}
.block-01 > article > div {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-01 > article > div > img {
  width: 100%;
  height: 100%;
}
/* block-02 */
.block-02 {
  width: 100%;
  min-width: 1200px;
  background: #f6f6f6;
  overflow: hidden;
}
.block-02 > div.title {
  font-size: 50px;
  font-weight: 600;
  height: 128px;
  text-align: center;
  line-height: 160px;
}
.block-02 > div.title > span {
  font-size: 50px;
}
.block-02 > div.select {
  width: 180px;
  height: 3px;
  margin: 0 auto;
  margin-top: -2px;
  background: #969696;
}
.block-02 > hr,
.hr {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.block-02 > ul {
  width: 1200px;
  height: auto;
  margin: 37px auto 60px;
  overflow: hidden;
}
.block-02 > ul > li {
  font-size: 0;
  float: left;
  text-align: center;
  margin-right: 64px;
}
.block-02 > ul > li.li1,
.block-02 > ul > li.li2 {
  width: 250px;
}
.block-02 > ul > li.li3 {
  width: 232px;
}
.block-02 > ul > li.last {
  margin-left: -16px;
  width: 290px;
  margin-right: 0;
}
.block-02 > ul > li > img {
  width: 194px;
  height: 194px;
}
.block-02 > ul > li > article {
  margin-top: 37px;
}
.block-02 > ul > li > article h1 {
  line-height: 1;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.block-02 > ul > li > article h2 {
  margin-top: 8px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-align: left;
}
/* block-03 */
.block-03 {
  width: 1200px;
  height: 580px;
  margin: 0 auto;
  background: #fff url(../images/block_03_content_01.jpg) no-repeat -8px bottom;
  background-size: 640px auto;
}
.block-03 > article {
  float: right;
  width: 544px;
  height: 530px;
  background: #fff url(../images/block_03_content_02.jpg) no-repeat right bottom;
  background-size: 544px auto;
}
.block-03 > article > h1 {
  margin-top: 112px;
  height: 104px;
  line-height: 104px;
  text-align: center;
}
.block-03 > article > h1 > label {
  display: inline-block;
  padding: 0 16px;
  background-color: #000;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
}
.block-03 > article > h2 {
  height: 96px;
  line-height: 96px;
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 4px;
}
/* block-04 */
.block-04 {
  position: relative;
  width: 100%;
  min-width: 1200px;
  max-height: 660px;
  /*height: 660px;*/
  background: #f0f0f0 url(../images/block_04_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  overflow: hidden;
}
.block-04::after {
  display: block;
  content: "";
  padding-bottom: 48%;
}
.block-04 > article {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1200px;
  height: 580px;
  margin-left: -600px;
  background: url(../images/block_04_content_01.png) no-repeat left bottom;
  background-size: 432px auto;
}
.block-04 > article > h1,
.block-04 > article > h2,
.block-04 > article > div {
  float: right;
  width: 720px;
}
.block-04 > article > h1 {
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #ff5442;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 4px;
}
.block-04 > article > h2 {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #333;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 4px;
}
.block-04 > article > div {
  margin-top: 80px;
  height: 288px;
}
.block-04 > article > div > p {
  float: right;
  margin-right: 50px;
  width: 180px;
  height: 278px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.block-04 > article > div > p:first-child {
  margin-right: 24px;
}
.block-04 > article > div > p > img {
  width: 180px;
  height: 278px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* block-05 */
.block-05 {
  width: 100%;
  min-width: 1200px;
  background: #2c2724 url(../images/block_05_bg_02.jpg) repeat-x center center;
  padding: 32px 0;
}
.block-05 > ul {
  width: 1200px;
  height: 364px;
  padding: 48px 0 0 0;
  margin: 0 auto;
  /*background: #2c2724 url(../images/block_05_bg_02.jpg) no-repeat center center;
        background-size: 100% auto;*/
  /*background: #fff;*/
}
.block-05 > ul > li {
  float: left;
  height: 100%;
}
.block-05 > ul > li.split {
  width: 100px;
}
.block-05 > ul > li.split > div {
  width: 100%;
  height: 216px;
  background: url(../images/block_05_content_01.png) no-repeat center center;
  background-size: auto 36px;
}
.block-05 > ul > li.content {
  width: 225px;
}
.block-05 > ul > li.content > div {
  width: 208px;
  height: 208px;
  padding: 4px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.block-05 > ul > li.content > div > img {
  width: 208px;
  height: 208px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.block-05 > ul > li.content > p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
/* block-06 */
.block-06 {
  width: 100%;
  background: #F6F6F6;
  padding-top: 54px;
  padding-bottom: 64px;
  overflow: hidden;
}
.block-06 .block-title {
  margin-top: 0;
}
.block-06 .list {
  width: 1200px;
  overflow: hidden;
  margin: 31px auto -70px;
}
.block-06 .item {
  float: left;
  width: 540px;
  height: 542px;
  margin-bottom: 70px;
}
.block-06 .item:nth-child(2n+1) {
  margin-right: 120px;
}
.block-06 .item > p {
  position: relative;
  height: 360px;
  text-align: left;
}
.block-06 .item > p img {
  width: 444px;
  height: 360px;
}
.block-06 .item > p > label {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 96px;
  line-height: 96px;
  background: #fe5a35;
  padding-top: 28px;
}
.block-06 .item > p > label > b {
  display: block;
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}
.block-06 .item > article {
  height: 180px;
  padding-left: 22px;
  background: #f0f0f0;
  border: 1px solid #dedede;
  border-top: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.block-06 .item > article > h1 {
  height: 49px;
  line-height: 49px;
  text-align: left;
  color: #000;
  font-size: 24px;
}
.block-06 .item > article .desc {
  text-align: left;
  font-size: 16px;
  color: #666;
  line-height: 31px;
}
/* block-07 */
.block-07 {
  width: 100%;
  min-width: 1200px;
  padding-top: 40px;
}
.block-07 .block-title {
  margin-top: 0;
}
.block-07 > div.title {
  font-size: 40px;
  font-weight: 600;
  height: 72px;
  text-align: center;
  line-height: 1;
}
.block-07 > div.title > span {
  font-size: 40px;
}
.block-07 > div.select {
  width: 180px;
  height: 3px;
  margin: 0 auto;
  margin-top: -2px;
  background: #969696;
}
.block-07 > ul {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.block-07 > ul > li {
  float: left;
  width: 500px;
  height: 108px;
  margin: 32px 0;
  width: 560px;
  font-size: 0;
}
.block-07 > ul > li img,
.block-07 > ul > li article {
  *display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: top;
}
.block-07 > ul > li:nth-child(2n+1) {
  margin-right: 79px;
}
.block-07 > ul > li > img {
  width: 118px;
  height: 118px;
}
.block-07 > ul > li > article {
  width: 420px;
  margin-left: 20px;
}
.block-07 > ul > li > article h1 {
  margin-top: 9px;
  text-align: left;
  font-weight: 600;
  color: #000;
  font-size: 24px;
  line-height: 1;
}
.block-07 > ul > li > article h2 {
  margin-top: 6px;
  line-height: 24px;
  text-align: left;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
/* block-08 */
.block-08 {
  width: 100%;
  min-width: 1200px;
  background: #ff5438;
  margin-top: 48px;
  padding: 48px 0;
}
.block-08 > ul {
  width: 1200px;
  height: 330px;
  margin: 0 auto;
}
.block-08 > ul > li {
  float: left;
}
.block-08 > ul > li.line {
  background: #fff;
  width: 1px;
  height: 315px;
  margin-top: 16px;
}
.block-08 > ul > li.content {
  width: 398px;
  height: 100%;
}
.block-08 > ul > li.content > p {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.block-08 > ul > li.content > p > img {
  width: 120px;
  height: 120px;
}
.block-08 > ul > li.content > h1 {
  margin: 55px 0 24px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.block-08 > ul > li.content > h2 {
  line-height: 1;
  margin-bottom: 33px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
/* block-09 */
.block-09 {
  width: 100%;
  min-width: 1200px;
  background: #282828;
  padding: 64px 0;
}
.block-09 > div {
  width: 1200px;
  height: 376px;
  margin: 0 auto;
}
.block-09 > div > img {
  float: left;
  width: 376px;
  height: 376px;
  margin-left: 18px;
}
/* block-10 */
.block-10 {
  margin-top: 62px;
  width: 100%;
  min-width: 1200px;
  background: #f0f0f0;
  padding: 51px 0 53px;
}
.block-10 .block-title {
  margin-top: 0;
}
.block-10 .block-desc {
  margin-top: 43px;
  color: #000;
  line-height: 48px;
}
.block-10 .block-desc .space {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 70px;
}
.block-10 > ul {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}
.block-10 > ul > li {
  float: center;
}
.block-10 > ul > li.line {
  width: 3px;
  height: 400px;
  border-right: 1px solid #787878;
  margin-top: 40px;
}
.block-10 > ul > li.content {
  width: 600px;
  height: 100%;
  padding: 0 49px;
  margin: 0 auto;
}
.block-10 > ul > li.content > h1 {
  margin: 0 auto;
  background: #ff5438;
  width: 360px;
  height: 72px;
  line-height: 72px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
}
.block-10 > ul > li.content > h1.long {
  width: 400px;
}
.block-10 > ul > li.content > p {
  margin: 0 auto;
  margin-top: 48px;
  padding-left: 24px;
  line-height: 32px;
  text-align: left;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4px;
}
.block-10 > p {
  margin: 0 auto;
  width: 1200px;
  height: 48px;
  line-height: 48px;
  text-align: left;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4px;
}
.block-10 > p > label {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-left: 140px;
}
.block-10 > p > label:first-child {
  margin-left: 0;
}
/* block-11 */
.block-11 {
  width: 100%;
  min-width: 1200px;
  padding: 0 0 66px;
}
.block-11 .block-desc {
  margin: 44px 0 50px;
}
.block-11 > ul {
  margin: 0 auto;
  width: 1200px;
  /*height: 608px;*/
  height: auto;
  overflow: hidden;
}
.block-11 > ul > li {
  float: left;
  width: 288px;
  height: 288px;
  margin-left: 16px;
  margin-top: 16px;
  background-color: #ff5438;
}
.block-11 > ul > li:nth-child(4n+1) {
  margin-left: 0;
}
.block-11 > ul > li > img {
  width: 288px;
  height: 288px;
}
.block-11 > ul > li > h1 {
  margin: 48px auto 0 auto;
  border-bottom: 2px solid #fff;
  width: 256px;
  height: 94px;
  line-height: 96px;
  color: #fff;
  font-size: 72px;
  font-weight: 600;
}
.block-11 > ul > li > p {
  margin: 16px auto 0 auto;
  width: 256px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.block-11 > ul > li > p > span {
  position: relative;
  top: -16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.block-11 > ul > li.news {
  padding: 8px;
  width: 270px;
  height: 270px;
  border: 1px solid #e4e4e4;
  background: #fff;
  line-height: 270px;
  vertical-align: middle;
}
.block-11 > ul > li.news > a {
  margin: 2px 0;
  display: block;
  border-bottom: 1px dashed #fff;
  height: 24px;
  line-height: 24px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}
.block-11 > ul > li.news > a:hover {
  color: #ff5438;
  border-bottom: 1px dashed #ff5438;
}
.block-11 > ul > li.news > video {
  width: 270px;
  height: auto;
  vertical-align: middle;
}
/* block-12 */
.block-12 {
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
.block-12 .block-title {
  margin-top: 48px;
}
.block-12 > article {
  width: 1152px;
  height: auto;
  margin: 0 auto;
  padding: 48px 0;
}
.block-12 > article > p {
  text-indent: 2em;
  min-height: 40px;
  line-height: 40px;
  text-align: left;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4px;
}
.block-12 > article > p.mark {
  text-indent: 0;
  line-height: 42px;
  margin-top: 18px;
  text-align: center;
}
.block-12 > article > p.mark > mark {
  padding: 4px 8px;
  list-style: none;
  font-style: normal;
  background: #fe5a35;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 5px;
  letter-spacing: 4px;
}
/* block-13 */
.block-13 {
  width: 100%;
  min-width: 1200px;
  background: #fff;
  padding: 44px 0 65px;
  background: #f0f0f0;
}
.block-13 .block-title {
  margin-top: 0;
}
.block-13 > ul {
  width: 1200px;
  height: auto;
  margin: 75px auto 0;
  overflow: hidden;
}
.block-13 > ul > li {
  float: left;
  height: 400px;
}
.block-13 > ul > li.left {
  width: 224px;
}
.block-13 > ul > li.left > a {
  position: relative;
  display: block;
  width: 220px;
  height: 396px;
  background: #fff;
  border: 1px #e4e4e4 solid;
  padding: 1px;
}
.block-13 > ul > li.left > a > img,
.block-13 > ul > li.left > a > label {
  cursor: pointer;
}
.block-13 > ul > li.left > a > img {
  width: 100%;
  height: 100%;
  opacity: .8;
}
.block-13 > ul > li.left > a > label {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.block-13 > ul > li.list {
  width: 976px;
}
.block-13 > ul > li.list > div {
  height: 190px;
  margin-top: 20px;
}
.block-13 > ul > li.list > div:first-child {
  margin-top: 0;
}
.block-13 > ul > li.list > div > a {
  float: left;
  display: block;
  width: 220px;
  height: 186px;
  margin-left: 20px;
  background: #fff;
  border: 1px #e4e4e4 solid;
  padding: 1px;
}
.block-13 > ul > li.list > div > a > i {
  display: inline-block;
  width: 47px;
  height: 47px;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-position: 0 -286px;
  margin-top: 61px;
}
.block-13 > ul > li.list > div > a > img,
.block-13 > ul > li.list > div > a > label {
  cursor: pointer;
}
.block-13 > ul > li.list > div > a > img {
  width: 100%;
  height: 126px;
}
.block-13 > ul > li.list > div > a > label {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 48px;
  line-height: 24px;
  text-align: left;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-13 > ul > li.list > div > a > span {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 48px;
  line-height: 24px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-13 > ul > li.list > div > a:hover > label {
  color: #ff5438;
}
/* footer */
footer {
  width: 100%;
  min-width: 1200px;
  background: #282828;
}
footer > div {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  padding: 16px 0;
}
footer > div > ul {
  margin: 0 auto;
  padding: 16px 0;
}
footer > div > ul > li {
  width: 600px;
  float: left;
  height: 80px;
  margin: 0 auto;
  padding: 0px;
}
footer > div > ul > li > img {
  float: left;
  width: 80px;
  height: 80px;
}
footer > div > ul > li > p {
  margin-left: 96px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}
/* block-float */
.block-float {
  position: fixed;
  right: 48px;
  bottom: 48px;
  width: 50px;
  height: 50px;
  display: none;
}
.block-float > a {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px #c0c0c0 solid;
  background: rgba(255, 255, 255, 0.9) url(../images/navi_top_bg_01.png) no-repeat center center;
}
.block-float > a:hover {
  border: 1px #ff5438 solid;
  background: rgba(255, 84, 56, 0.9) url(../images/navi_top_bg_02.png) no-repeat center center;
}
/* content layer */
.shadow_layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.shadow_layer > .content_layer {
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 50%;
  margin-left: -400px;
  z-index: 100;
  width: 798px;
  background: #fff;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
}
.shadow_layer > .content_layer > a {
  position: absolute;
  top: -16px;
  right: -16px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.shadow_layer > .content_layer > a::before,
.shadow_layer > .content_layer > a::after {
  position: absolute;
  top: 15px;
  left: 6px;
  display: block;
  content: "";
  width: 20px;
  height: 0;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}
.shadow_layer > .content_layer > a::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.shadow_layer > .content_layer > a::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.shadow_layer > .content_layer > a:hover::before,
.shadow_layer > .content_layer > a:hover::after {
  border-color: rgba(0, 0, 0, 0.4);
}
.shadow_layer > .content_layer > .wrapper {
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
.shadow_layer > .content_layer > .wrapper > .title {
  border-bottom: 1px rgba(0, 0, 0, 0.2) dashed;
}
.shadow_layer > .content_layer > .wrapper > .title > h1 {
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.shadow_layer > .content_layer > .wrapper > .title > h2 {
  min-height: 24px;
  line-height: 24px;
  text-align: center;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  font-family: '宋体';
}
.shadow_layer > .content_layer > .wrapper > .title > h2 > label {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  margin-left: 32px;
  font-family: '宋体';
}
.shadow_layer > .content_layer > .wrapper > .title > h2 > label:first-child {
  margin-left: 0;
}
.shadow_layer > .content_layer > .wrapper > .title > h2 > label > a {
  color: #666;
  font-family: '宋体';
}
.shadow_layer > .content_layer > .wrapper > .title > h2 > label > a:hover {
  color: #ff5438;
}
.shadow_layer > .content_layer > .wrapper > .content {
  padding-top: 16px;
  line-height: 24px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.shadow_layer > .content_layer > .wrapper > .content > p {
  line-height: 24px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-indent: 28px;
  margin-top: 16px;
}
.shadow_layer > .content_layer > .wrapper > .content > p:first-child {
  margin-top: 0;
}
.shadow_layer > .content_layer > .wrapper > .content > p.img,
.shadow_layer > .content_layer > .wrapper > .content > p.video {
  line-height: 16px;
  text-align: center;
}
.shadow_layer > .content_layer > .wrapper > .content > p.img > img,
.shadow_layer > .content_layer > .wrapper > .content > p.video > video {
  max-width: 640px;
  /*height: auto;
                            width: 100%;*/
}
.shadow_layer > .content_layer > .wrapper > .content > p.img > label,
.shadow_layer > .content_layer > .wrapper > .content > p.video > label {
  color: #787878;
  font-size: 12px;
}
.shadow_layer > .content_layer > .wrapper > .content > p > a {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}
.shadow_layer > .video_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -240px;
  z-index: 100;
  width: 638px;
  height: 478px;
  background: #282828;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
}
.shadow_layer > .video_layer > a {
  position: absolute;
  top: -16px;
  right: -16px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #282828;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.shadow_layer > .video_layer > a::before,
.shadow_layer > .video_layer > a::after {
  position: absolute;
  top: 15px;
  left: 6px;
  display: block;
  content: "";
  width: 20px;
  height: 0;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}
.shadow_layer > .video_layer > a::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.shadow_layer > .video_layer > a::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.shadow_layer > .video_layer > a:hover::before,
.shadow_layer > .video_layer > a:hover::after {
  border-color: rgba(255, 255, 255, 0.5);
}
.shadow_layer > .video_layer > div {
  width: 100%;
  height: 100%;
  line-height: 480px;
  text-align: center;
  vertical-align: middle;
}
.shadow_layer > .video_layer > div > video {
  width: 630px;
  max-height: 470px;
  vertical-align: middle;
}
/**/
/* news_info */
.news_info > a {
  position: absolute;
  top: -16px;
  right: -16px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.news_info > a::before,
.news_info > a::after {
  position: absolute;
  top: 15px;
  left: 6px;
  display: block;
  content: "";
  width: 20px;
  height: 0;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}
.news_info > a::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.news_info > a::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.news_info > a:hover::before,
.news_info > a:hover::after {
  border-color: rgba(0, 0, 0, 0.4);
}
.news_info > .title {
  border-bottom: 1px rgba(0, 0, 0, 0.2) dashed;
}
.news_info > .title > h1 {
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.news_info > .title > h2 {
  min-height: 24px;
  line-height: 24px;
  text-align: center;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  font-family: '宋体';
}
.news_info > .title > h2 > label {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  margin-left: 32px;
  font-family: '宋体';
}
.news_info > .title > h2 > label:first-child {
  margin-left: 0;
}
.news_info > .title > h2 > label > a {
  color: #666;
  font-family: '宋体';
}
.news_info > .title > h2 > label > a:hover {
  color: #ff5438;
}
.news_info > .content {
  padding-top: 16px;
  line-height: 24px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.news_info > .content > p {
  line-height: 24px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-indent: 28px;
  margin-top: 16px;
}
.news_info > .content > p:first-child {
  margin-top: 0;
}
.news_info > .content > p.img,
.news_info > .content > p.video {
  line-height: 16px;
  text-align: center;
}
.news_info > .content > p.img > img,
.news_info > .content > p.video > video {
  max-width: 640px;
  /*height: auto;
                            width: 100%;*/
}
.news_info > .content > p.img > label,
.news_info > .content > p.video > label {
  color: #787878;
  font-size: 12px;
}
.news_info > .content > p > a {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}
.pageDesc .news-list {
  padding: 32px 0;
  min-width: 1200px;
}
.pageDesc .news-list .news-list-wrapper {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.pageDesc .news-list .list {
  width: 120%;
}
.pageDesc .news-list .list li {
  float: left;
  width: 220px;
  height: 186px;
  margin: 0 20px 32px 0;
  background: #fff;
  border: 1px #e4e4e4 solid;
  padding: 1px;
}
.pageDesc .news-list .list p {
  padding: 0 10px;
  height: 48px;
  line-height: 24px;
  text-align: left;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pageDesc .news-list .list li:hover p {
  color: #ff5438;
}
.pageDesc .page-str {
  color: #333;
  text-align: center;
}
.pageDesc .page-str li {
  margin: 0 16px;
  font-size: 16px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.pageDesc .page-str li:hover a {
  background-color: #ff5438;
  color: #fff;
}
.pageDesc .page-str li a {
  color: #333;
  background-color: #fff;
}
.pageDesc .page-str a,
.pageDesc .page-str span {
  display: block;
}
.pageDesc .page-str span {
  background-color: #ddd;
  color: #fff;
  cursor: no-drop;
}
.pageDesc .video_layer {
  width: 640px;
  height: 480px;
  margin: 0 auto;
}
.pageDesc .article {
  width: 1200px;
  margin: auto;
}
.pageDesc .article-header {
  padding: 15px 0;
  text-align: center;
}
.pageDesc .article-header h1 {
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.pageDesc .article-header h2 {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 24px;
}
.pageDesc .article-header a {
  color: #ff5438;
  text-decoration: underline;
}
.pageDesc .article-header .source-item {
  padding: 0 10px;
}
.pageDesc .article-content {
  padding: 15px 0 30px;
  width: 1200px;
  margin: auto;
}
.pageDesc .article-content p {
  line-height: 24px;
  text-align: left;
  color: #333;
  font-weight: 400;
  text-indent: 28px;
  margin-top: 16px;
}
.pageDesc .article-content img {
  max-width: 100%;
}
.pageDesc .article-desc {
  width: 1000px;
  margin: 19px auto 0;
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 34px;
}
.pageDesc .crm {
  padding: 14px 0;
  width: 1200px;
  margin: 0px auto 0;
  border-bottom: 1px solid #efefef;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.pageDesc .crm a {
  color: #333;
}
.pageDesc .crm a:hover {
  color: #ff5438;
}
.pageDesc .crm .space {
  font-family: "宋体";
  font-style: normal;
  padding: 0 5px;
}
.pageDesc .crm .current {
  cursor: default;
}
/*# sourceMappingURL=./main.css.map */