* {
  box-sizing: border-box;}
:focus {
  outline: none;}
a {
  text-decoration: none;}
img {
  border: none;}
body,
ul,
p {
  margin: 0;
  padding: 0;}
body {
  font-family: 'microsoft yahei', 'Helvetica Neue';}
ul {
  list-style: none;}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;}
.clearfix:after {
  clear: both;}
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;}
.unslider-wrap {
  position: relative;}
.unslider-wrap.unslider-carousel > li {
  float: left;}
.unslider-vertical > ul {
  height: 100%;}
.unslider-vertical li {
  float: none;
  width: 100%;}
.unslider-fade {
  position: relative;}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;}
.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;}
.unslider-arrow.next {
  left: auto;
  right: 20px;}
/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center;}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;}
.w-news__hd {
  height: 40px;
  line-height: 39px;
  border-bottom: solid 1px #ed7115;}
.w-news__hd span {
  font-size: 20px;
  font-weight: bold;
  color: #ed7115;
  border-left: solid 7px #ed7115;
  padding-left: 10px;}
.w-news__hd .more {
  float: right;
  text-decoration: none;}
.w-news__hd .more:link,
.w-news__hd .more:visited {
  color: rgba(0, 0, 0, 0.5);}
.w-news > ul {
  font-size: 14px;}
.w-news > ul > li {
  line-height: 36px;
  height: 36px;
  border-bottom: dashed 1px #e6e6e6;}
.w-news > ul > li a {
  text-decoration: none;}
.w-news > ul > li a:link,
.w-news > ul > li a:visited {
  color: rgba(0, 0, 0, 0.8);}
.w-news > ul > li a:hover {
  color: #ed7115;}
.w-news > ul > li span {
  float: right;}
.w-sideMenu {
  background: #f4f4f4;
  font-size: 20px;
  width: 225px;}
.w-sideMenu li {
  height: 52px;
  line-height: 52px;
  padding-left: 40px;
  font-weight: bold;}
.w-sideMenu li a {
  display: block;
  border-bottom: dashed 1px #ed7115;}
.w-sideMenu li a:link,
.w-sideMenu li a:visited {
  color: #ed7115;}
.w-sideMenu li.active {
  height: 70px;
  line-height: 70px;
  background: #ffc200;
  border-left: solid 5px #ed7115;}
.w-sideMenu li.active a {
  border-bottom: none;}
.w-sideMenu li.active a:link,
.w-sideMenu li.active a:visited {
  color: #FFF;}
.w-crumb {
  color: #000000;
  font-size: 16px;}
.w-pagination {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;}
.w-pagination a {
  display: inline-block;
  min-width: 28px;
  text-align: center;
  padding: 6px;
  border: solid 1px #d6dce1;
  border-radius: 3px;}
.w-pagination a.active {
  background: #e9f2fa;
  font-weight: bold;}
.w-dropMenu {
  position: relative;
  display: inline-block;}
.w-dropMenu .w-dropMenu-mask {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 990;}
.w-dropMenu.expand .w-dropMenu-mask {
  display: block;}
.w-dropMenu.expand .w-dropMenu-list {
  display: block;}
.w-dropMenu button {
  cursor: pointer;
  border: none;
  background: none;
  color: #FFF;
  outline: inherit;
  outline: 5px auto #e8e8e8;
  outline-offset: -2px;
  padding: 4px 16px;
  position: relative;}
.w-dropMenu button .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;}
.w-dropMenu .w-dropMenu-list {
  display: none;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 6px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);}
.w-dropMenu .w-dropMenu-list > li:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;}
.w-dropMenu .w-dropMenu-list > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;}
.icon {
  display: inline-block;}
.icon-search {
  width: 13px;
  height: 13px;
  background-image: url(imgs/icon-search.jpg);}
.icon-new {
  width: 28px;
  height: 11px;
  background-image: url(imgs/icon-new.jpg);}
.header {
  background: #FFF;}
.header__top {
  height: 38px;
  background-color: #f0f0f0;}
.header .nav {
  float: right;
  line-height: 38px;
  font-size: 14px;
  margin-right: 20px;}
.header .nav span {
  color: #686868;
  padding-right: 10px;}
.header .nav a {
  text-decoration: none;}
.header .nav a:link,
.header .nav a:visited {
  color: #686868;}
.header .nav a:hover {
  color: #ed7115;}
.header .searchForm {
  float: right;
  margin-top: 3px;}
.subHeader {
  background: #FFF;}
.subHeader__top {
  height: 130px;}
.subHeader .subLogo {
  float: left;}
.subHeader .subLogo img {
  display: block;}
.subHeader__top__r {
  float: right;
  padding-top: 15px;}
.subHeader__top__r .nav {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;}
.subHeader__top__r .nav span {
  color: #686868;
  padding-right: 10px;}
.subHeader__top__r .nav a {
  text-decoration: none;}
.subHeader__top__r .nav a:link,
.subHeader__top__r .nav a:visited {
  color: #686868;}
.subHeader__top__r .nav a:hover {
  color: #ed7115;}
.subHeader .searchForm {
  float: right;}
.searchForm input {
  width: 150px;
  height: 30px;
  background-color: #FFF;
  border: solid 1px #c6ccd2;
  border-radius: 5px;
  padding-left: 30px;
  background-image: url(imgs/icon-search-o.jpg);
  background-repeat: no-repeat;
  background-position: 10px 50%;}
.searchForm button {
  width: 33px;
  height: 31px;
  background-color: #ed7115;
  border: none;
  border-radius: 5px;}
.menuWrap {
  height: 42px;
  background: #ed7115;}
.menuWrap .menu {
  height: 100%;
  line-height: 42px;
  font-size: 16px;}
.menuWrap .menu > li {
  position: relative;
  height: 100%;
  width: 91px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 5px;}
.menuWrap .menu > li:last-child {
  margin-right: 0;}
.menuWrap .menu > li > a {
  display: block;
  text-decoration: none;
  transition-duration: .2s;
  height: 100%;
  width: 100px;}
.menuWrap .menu > li > a:link,
.menuWrap .menu > li > a:visited {
  color: #FFF;}
.menuWrap .menu > li > a:hover {
  background: #ffc200;}
.menuWrap .menu > li:hover .menu__sub {
  visibility: visible;}
.menuWrap .menu > li .menu__sub {
  position: relative;
  visibility: hidden;
  z-index: 99;}
.menuWrap .menu > li .menu__sub > li {
  transition-duration: .2s;
  background: #f5b484;}
.menuWrap .menu > li .menu__sub > li > a {
  text-decoration: none;}
.menuWrap .menu > li .menu__sub > li > a:link,
.menuWrap .menu > li .menu__sub > li > a:visited {
  color: #FFF;}
.menuWrap .menu > li .menu__sub > li:hover {
  background: #ffc200;}
.footer {
  height: 275px;
  background-color: #4d4d4d;}
.footer .footLogo {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 50px;
  float: left;}
.footer .info {
  line-height: 36px;
  font-size: 16px;
  color: #FFF;
  float: left;
  padding-left: 22px;
  padding-right: 110px;
  margin-top: 60px;
  border-left: solid 1px #FFF;}
.footer .info p {
  margin: 0;}
.footer .info a:link,
.footer .info a:visited {
  color: #FFF;}
.footer .info a:hover {
  color: #ed7115;}
.footer .qrcode {
  float: left;
  margin-top: 72px;
  text-align: center;
  color: #FFF;
  line-height: 40px;}
.footer .qrcode li {
  float: left;
  width: 92px;
  margin-right: 30px;}
.footer .qrcode li img {
  width: 100%;
  display: block;}
.w {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;}
a {
  text-decoration: none;}
a:link,
a:visited {
  color: rgba(0, 0, 0, 0.8);}
a:hover {
  color: #ed7115;}
body {
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(imgs/bg_all_tran.jpg);}
.pageIndex .moduleList {
  margin-top: 8px;
  overflow: hidden;}
.pageIndex .moduleList a {
  float: left;
  margin-right: 7px;}
.pageIndex .moduleList a:last-child {
  margin-right: 0;}
.pageIndex .moduleList img {
  display: block;}
.pageIndex .container {
  background-color: #FFF;
  padding-bottom: 20px;}
.pageIndex .container__footer {
  background-color: #ed7115;
  height: 75px;
  line-height: 75px;
  padding-left: 44px;
  padding-right: 26px;}
.pageIndex .container__footer .friendLink {
  float: left;
  color: #FFF;}
.pageIndex .container__footer .friendLink strong {
  font-size: 20px;
  padding-right: 10px;}
.pageIndex .container__footer .friendLink a {
  text-decoration: none;}
.pageIndex .container__footer .friendLink a:link,
.pageIndex .container__footer .friendLink a:visited {
  font-size: 16px;
  color: #FFF;}
.pageIndex .container__footer .linkCollect {
  float: right;
  width: 1000px;
  padding: 5px 10px;
  height: 30px;
  line-height: 20px;
  margin-top: 22px;
  text-align: center;}
.pageIndex .container__footer .linkCollect .w-dropMenu {
  margin-right: 145px;
  display: inline-block;}
.pageIndex .container__footer .linkCollect .w-dropMenu:last-child {
  margin-right: 0;}
.pageIndex .unslider {
  position: relative;
  width: 1476px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;}
.pageIndex .unslider img {
  display: block;}
.pageIndex .unslider .unslider-arrow {
  font-size: 0;
  width: 30px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -26px;}
.pageIndex .unslider .unslider-arrow.prev {
  left: 70px;
  background-image: url(imgs/left_arrow.jpg);}
.pageIndex .unslider .unslider-arrow.next {
  right: 70px;
  background-image: url(imgs/right_arrow.jpg);}
.pageIndex .unslider .unslider-nav {
  position: absolute;
  width: 100%;
  bottom: 8px;}
.pageIndex .unslider .unslider-nav li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: none;
  background: #FFF;
  opacity: .5;
  margin-left: 7px;
  margin-right: 7px;}
.pageIndex .unslider .unslider-nav li.unslider-active {
  opacity: 1;}
.pageIndex .indexLogo {
  padding-top: 10px;
  padding-bottom: 10px;}
.pageIndex .indexLogo img {
  display: block;}
.pageIndex .section-01 {
  margin-top: 8px;}
.pageIndex .section-01 .slider {
  width: 50%;
  float: left;
  overflow: hidden;}
.pageIndex .section-01 .w-news {
  float: right;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;}
.pageIndex .section-02,
.pageIndex .section-03 {
  margin-top: 25px;
  margin-bottom: 25px;}
.pageIndex .section-02 .w-news,
.pageIndex .section-03 .w-news {
  width: 50%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;}
.pageList .container {
  background: #FFF;
  padding-top: 12px;
  padding-right: 50px;}
.pageList .container .w-sideMenu {
  float: left;
  min-height: 930px;}
.pageList .container .main {
  float: right;
  height: 930px;
  width: 890px;
  font-size: 16px;}
.pageList .container .main .w-crumb {
  line-height: 65px;
  border-bottom: solid 1px #ebebeb;}
.pageList .container .main .text-list {
  padding-top: 8px;}
.pageList .container .main .text-list li {
  line-height: 45px;
  border-bottom: dashed 1px #ebebeb;}
.pageList .container .main .text-list li .date {
  float: right;}
.pageArticleDetail .container {
  background: #FFF;
  padding-top: 12px;
  padding-right: 50px;
  overflow: hidden;}
.pageArticleDetail .w-sideMenu {
  float: left;
  min-height: 800px;
  padding-bottom: 999em;
  margin-bottom: -999em;}
.pageArticleDetail .main {
  float: right;
  min-height: 800px;
  padding-bottom: 30px;
  width: 890px;
  font-size: 16px;}
.pageArticleDetail .main .w-crumb {
  line-height: 65px;
  border-bottom: solid 1px #ebebeb;}
.pageArticleDetail .articleCon .title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;}
.pageArticleDetail .articleCon .meta {
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px dashed #e8e8e8;}
.pageArticleDetail .articleCon .meta__date {
  margin-left: 15px;
  margin-right: 15px;}
.pageArticleDetail .articleCon .content {
  margin: 15px 0;
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: justify;}
.pageArticleDetail .articleCon .content p {
  margin: 15px 0;}