* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
table,
td,
tr,
th {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
img {
  vertical-align: top;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}
address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}
.clearfix,
.main,
.t-nav,
.conter-box {
  *zoom: 1;
}
.clearfix:after,
.main::after,
.t-nav:after,
.conter-box::after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
a {
  text-decoration: none;
  color: #5F5F5F;
  transition: color 0.2s linear 0s;
}
a:hover {
  color: #09a3ea;
  text-decoration: none;
}
body {
  font: 12px/1.5 "Microsoft yahei", arial, Simsun, sans-serif;
}
.main {
  width: 1100px;
  margin: 0 auto;
}
.pron {
  position: relative;
}
.header-top {
    width: 100%;
    min-height:550px;
    position: relative;
}
.fiex-top {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  height: 80px;
}
.fiex-top .t-logo {
  float: left;
  padding-top: 8px;
  margin-right: 15px;
}
.fiex-top .t-nav {
  float: left;
}
.fiex-top .t-nav li {
  padding-left: 18px;
  padding-right: 18px;
  float: left;
}
.fiex-top .t-nav li a {
  border-top: 3px solid transparent;
  display: block;
  padding-top: 12px;
  color: #fff;
  text-align: center;
  font-size: 17px;
}
.fiex-top .t-nav li a span {
  display: block;
}
.fiex-top .t-nav li a:hover {
  color: #09a3ea;
}
.fiex-top .t-nav li.active a {
  border-top: 3px solid #09a3ea;
  color: #09a3ea;
}
.fiex-top .t-right {
  float: right;
}
.fiex-top .t-right a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 5px;
  font-size: 15px;
}
.fiex-top .t-right a.englist {
  border-bottom: 1px solid;
  border-color: #fff;
  padding: 5px 0;
}
.fiex-top .t-right a.conslis {
  padding: 5px 20px;
  border: 1px solid;
  border-color: #fff;
}
.fiex-top .t-right a:hover {
  color: #09a3ea;
  border-color: #09a3ea;
}
.fiex-top.open {
  background: #fff;
  box-shadow: 0 1px 5px 2px #eee;
}
.fiex-top.open .t-right a {
  color: #555555;
  border-color: #555555;
}
.fiex-top.open .t-nav li a{
  color: #555555;
}
.fiex-top.open .t-right a:hover {
  color: #09a3ea;
  border-color: #09a3ea;
}
.header-top{
  min-width: 1100px;
}
.viimg{
  z-index: 1;
  width: 100%;
  position: relative;;
}
.viimg img{
  width: 100%;		
}
.search-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: -300px;
  z-index: 2;
}
.t-search {
  width: 450px;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  border-radius: 5px;
  margin: 0px auto;
}
.t-search .inputbox {
  width: 100%;
  position: relative;
  padding-right: 80px;
}
.t-search .inputtxt {
  font-size: 11px;
  padding-top: 10px;
}
.t-search .inputtxt a {
  color: #fff;
  padding: 0 2px;
}
.t-search .inputtxt a:hover {
  color: #09a3ea;
}
.input-text {
  width: 100%;
  border: none;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #555555;
}
.seabtn {
  position: absolute;
  width: 60px;
  height: 35px;
  line-height: 35px;
  border: none;
  border-radius: 5px;
  background: #09a3ea url(/images/search.png) no-repeat;
  background-size: 30px;
  background-position: 15px 3px;
  color: #fff;
  cursor: pointer;
  right: 5px;
  top: 0px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
}
.seabtn:hover {
  opacity: 0.9;
  background-size: 35px;
  background-position: 15px 1px;
}
input:focus {
  border: 1px solid;
  border-color: #09a3ea;
  outline: 0;
  -webkit-box-shadow: inset 0 10px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 10px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.conter-box {
  width: 100%;
}
.pdt50 {
  padding-top: 50px;
}
.pdb30 {
  padding-bottom: 30px;
}
.footer-box {
  width: 100%;
  background: #393939;
}
.footer-box .footer-left {
  float: left;
}
.footer-box .footer-left .ermbox {
  margin-right: 5px;
  float: left;
}
.footer-box .footer-left .ermbox li {
  float: left;
  width: 97px;
  height: 118px;
  background: #fff;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 5px;
}
.footer-box .footer-left .ermbox li img {
  display: block;
  width: 82px;
  height: 82px;
  margin: 3px auto;
}
.footer-box .footer-left .ermbox li span {
  color: #444;
}
.footer-box .footer-left .left-img {
  float: left;
  margin-top: 15px;
}
.footer-box .footer-right {
  float: right;
}
.footer-box .footer-right .f-nav {
  display: block;
  margin-top: 70px;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: right;
}
.footer-box .footer-right .f-nav span {
  color: #5F5F5F;
}
.footer-box .footer-right .f-nav a {
  display: inline-block;
  padding: 0 15px;
}
.footer-box .footer-right .f-nav a:last-child {
  padding-right: 0;
}
.footer-box .footer-right .t-text {
  font-size: 13px;
  color: #5F5F5F;
}
.cont-title {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
}
.cont-title span {
  padding-top: 15px;
  border-top: 3px solid #09a3ea;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}
.cont-title em {
  font-size: 13px;
  color: #bfc3c8;
}
.mabo30 {
  margin-bottom: 30px;
}
.index-chanp {
  width: 100%;
}
.index-chanp li {
  float: left;
  width: 18%;
  margin-right: 2%;
  padding: 15px;
  border: 1px solid #fff;
}
.index-chanp li img,
.index-chanp li span,
.index-chanp li em {
  display: block;
  text-align: center;
}
.index-chanp li .aimg {
  width: 100%;
  overflow: hidden;
  height:180px;
}
.index-chanp li img {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.28s linear;
  -ms-transition: all 0.28s linear;
  -moz-transition: all 0.28s linear;
  transition: all 0.28s linear;
}
.index-chanp li:last-child {
  margin-right: 0;
}
.index-chanp li span {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 10px;
}
.index-chanp li em {
  font-size: 12px;
  color: #b8bbc0;
}
.index-chanp li em.lobule {
  color: #09a3ea;
}
.index-chanp li:hover {
  box-shadow: 0 2px 12px 1px #ccc;
}
.index-chanp li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.index-chanp li:hover span,
.index-chanp li:hover em {
  color: #09a3ea;
}
.bgf8 {
  background: #f8f8f8;
}
.pad20 {
  padding: 20px 0;
}
.mr0 {
  margin-right: 0!important;
}
.nonbans {
  width: 100%;
}
.nonbans li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.nonbans li img {
  width: 100%;
  -webkit-transition: all 0.28s linear;
  -ms-transition: all 0.28s linear;
  -moz-transition: all 0.28s linear;
  transition: all 0.28s linear;
}
.nonbans li::last-child {
  margin-right: 0;
}
.nonbans li a {
  display: block;
  overflow: hidden;
}
.nonbans li a .uuimg {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.nonbans li a span {
  font-size: 16px;
  font-weight: bold;
  color: #8b8b8b;
  display: block;
  margin-bottom: 4px;
}
.nonbans li a em {
  font-size: 13px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nonbans li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.nonbans li a:hover span {
  color: #09a3ea;
}
.swipe-box {
  width: 100%;
  padding: 25px;
  position: relative;
  min-height: 250px;
}
.swipe-box .swiper-container {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  background: #ecedef;
  overflow: hidden;
  min-height: 250px;
}
.swipe-box .swiper-slide {
  width: 100%;
  padding: 10px;
  padding-left: 315px;
  position: relative;
}
.swipe-box .swiper-slide a {
  display: block;
}
.swipe-box .swiper-slide a .uiimg {
  width: 290px;
  height: 220px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 10px;
}
.swipe-box .swiper-slide a .uiimg img {
  width: 100%;
  height: 100%;
}
.swipe-box .swiper-slide a .uiitext {
  width: 100%;
  position: relative;
}
.swipe-box .swiper-slide a .uiitext h3 {
  font-size: 15px;
  color: #09a3ea;
  padding-bottom: 5px;
  padding-top: 10px;
}
.swipe-box .swiper-slide a .uiitext .context {
  width: 100%;
  padding-top: 15px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  position: relative;
  padding-left: 10px;
}
.swipe-box .swiper-slide a .uiitext .context::after {
  content: '';
  width: 2px;
  height: 40px;
  background: #09a3ea;
  position: absolute;
  left: 0;
  top: 20px;
}
.conlins {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.conlins .cokkss {
  display: inline-block;
  padding: 10px 60px;
  border: 1px solid #09a3ea;
  color: #09a3ea;
  margin-bottom: 30px;
}
.conlins .cokkss:hover {
  background: #09a3ea;
  color: #fff;
}
.pintile {
  width: 100%;
  position: relative;
  text-align: center;
}
.pintile i {
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1;
}
.pintile span {
  display: inline-block;
  background: #fff;
  z-index: 3;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  color: #7f7f7f;
  position: relative;
}
.pipto {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.pipto li {
  float: left;
  margin-bottom: 15px;
  text-align: center;
}
.guanyuwomen {
  width: 100%;
  position: relative;
  padding-left: 220px;
  min-height: 600px;
  margin: 30px 0 0 0;
  padding-bottom: 40px;
}
.guanyuwomen .uilef {
  width: 220px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f8f8f8;
}
.guanyuwomen .uilef .conul {
  width: 100%;
}
.guanyuwomen .uilef .conul li {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.guanyuwomen .uilef .conul li .gywmx {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  border-left: 2px solid transparent;
  position: relative;
  cursor: pointer;
}
.guanyuwomen .uilef .conul li .gywmx .posia {
  width: 15px;
  height: 15px;
  background: #09a3ea;
  position: absolute;
  border-radius: 50%;
  right: 15px;
  top: 15px;
}
.guanyuwomen .uilef .conul li .gywmx .posia::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 1px;
  background: #fff;
  left: 3px;
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.guanyuwomen .uilef .conul li .gywmx .posia::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 1px;
  background: #fff;
  right: 3px;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.guanyuwomen .uilef .conul li .gywnav {
  width: 100%;
}
.guanyuwomen .uilef .conul li .gywnav a {
  display: block;
  padding: 9px 25px;
  position: relative;
  font-size: 13px;
}
.guanyuwomen .uilef .conul li .gywnav a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #09a3ea;
  border-radius: 50%;
  left: 10px;
  top: 17px;
}
.guanyuwomen .uilef .conul li .gywnav a.active {
  color: #09a3ea;
}
.guanyuwomen .uilef .conul li.active {
  background: #fff;
}
.guanyuwomen .uilef .conul li.active .gywmx {
  color: #09a3ea;
  border-left: 2px solid #09a3ea;
}
.guanyuwomen .uilef .conul li.active .gywmx .posia::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 7px;
}
.guanyuwomen .uilef .conul li.active .gywmx .posia::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 7px;
}
.uirigth {
  width: 100%;
  position: relative;
  padding: 0 15px;
}
.uirigth .urir-tile {
  width: 100%;
  padding: 0px 20px 18px 0px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #5F5F5F;
}
.uirigth .urir-text {
  width: 100%;
  position: relative;
  padding: 25px 0 0px 0;
}
.uirigth .urir-text p {
  font-size: 13px;
  color: #555555;
  line-height: 24px;
}
.posf-nav {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 10px 1px #eee;
  margin-top: 50px;
  border-radius: 6px;
}
.posf-nav .posf-ul {
  width: 100%;
}
.posf-nav .posf-ul li {
  float: left;
  width: 20%;
}
.posf-nav .posf-ul li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
}
.posf-nav .posf-ul li a span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}
.posf-nav .posf-ul li a em {
  color: #cbcbcb;
}
.posf-nav .posf-ul li a:hover span,
.posf-nav .posf-ul li a:hover em {
  color: #09a3ea;
}
.posf-nav .posf-ul li:last-child a {
  border-right: none;
}
.posf-nav .posf-ul li.active a {
  background: #09a3ea;
}
.posf-nav .posf-ul li.active a span {
  color: #fff;
}
.posf-nav .posf-ul li.active:hover a {
  opacity: 0.8;
}
.chanp-boxs {
  width: 100%;
  position: relative;
}
.chanp-boxs .coin-lef {
  width: 500px;
  float: left;
  height: 500px;
  padding: 25px;
}
.chanp-boxs .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.chanp-boxs .gallery-top {
  height: 80%;
  width: 100%;
}
.chanp-boxs .gallery-top .swiper-slide {
  width: 100%;
  height: 100%;
}
.chanp-boxs .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
}
.chanp-boxs .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.chanp-boxs .gallery-thumbs .swiper-slide {
  width: 100%;
  border: 1px solid #ccc;
  height: 100%;
}
.chanp-boxs .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}
.chanp-boxs .gallery-thumbs .swiper-slide {
  width: 60px;
  height: 60px;
  opacity: 0.5;
}
.chanp-boxs .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.coin-rig {
  width: 600px;
  height: 500px;
  float: left;
  padding: 25px;
}
.coin-rig .chntilte {
  width: 100%;
  position: relative;
}
.coin-rig .chntilte span {
  font-weight: bold;
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.coin-rig .chntilte em {
  color: #09a3ea;
  font-size: 15px;
}
.coin-rig .chtn-text {
  width: 100%;
  margin-top: 40px;
}
.coin-rig .chtn-text span {
  display: block;
  overflow: hidden;
  font-size: 15px;
  color: #b3b3b3;
  margin-bottom: 10px;
}
.coin-rig .chtn-text span em {
  width: 80px;
  float: left;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.coin-rig .chtn-text span i {
  font-weight: bold;
  display: inline-block;
  margin-top: -7px;
  color: #f13b49;
  vertical-align: middle;
}
.coin-rig .chtn-text span i b {
  font-size: 24px;
  margin-right: 8px;
}
.bor1 {
  border: 1px solid #eee;
}
.jjh3 {
  width: 100%;
  display: block;
  margin-bottom: 9px;
}
.jjh3 span {
  padding-bottom: 10px;
  border-bottom: 1px solid #09a3ea;
  color: #09a3ea;
  font-size: 16px;
}
.jjh4 {
  padding: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.jjh4 .tt {
  font-size: 14px;
  color: #a0a0a0;
}
.jjh4 .uulin {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.jjh4 .uulin li {
  float: left;
  width: 33%;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #a0a0a0;
}
.coppimg {
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}
.coppimg img {
  width: 100%;
  vertical-align: top;
}
.About-box {
  width: 100%;
  padding: 15px;
  min-height: 500px;
  box-shadow: 0 10px 20px 5px #eee;
  position: absolute;
  top: -50px;
  background: #fff;
}
.About-box .About-main {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}
.About-box .About-main .gosjj {
  width: 100%;
  position: relative;
}
.About-box .About-main .gosjj span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
  color: #555555;
}
.About-box .About-main .gosjj span::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #555555;
  position: absolute;
  right: 4px;
  top: 11px;
  border-radius: 50%;
}
.About-box .About-main .gosjj a {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 15px;
  border-radius: 4px;
  border: 1px solid #555555;
  color: #555555;
}
.About-box .About-main .gosjj a:hover {
  opacity: 0.8;
  background: #09a3ea;
  color: #fff;
  border: 1px solid #09a3ea;
}
.About-box .About-main .gosstxt {
  width: 80%;
  position: relative;
  margin-top: 15px;
}
.About-box .About-main .gosstxt li {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.About-box .About-main .gosstxt li a {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b8bbc0;
  overflow: hidden;
}
.About-box .About-main .gosstxt li a span {
  font-size: 14px;
  color: #555555;
  float: left;
}
.About-box .About-main .gosstxt li a em {
  float: right;
  font-size: 13px;
  margin-top: 1px;
}
.About-box .About-main .gosstxt li a::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #555555;
  position: absolute;
  left: 4px;
  top: 21px;
  border-radius: 50%;
}
.About-box .About-main .gosstxt li a:hover span {
  color: #09a3ea;
}
.About-box .About-main .gosstxt li a:hover::after {
  background: #09a3ea;
}
.Newsbox {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
}
.Newsbox .Newbox-left {
  width: 80px;
  float: left;
  min-height: 500px;
  padding-right: 20px;
}
.Newsbox .Newbox-left .uttlti {
  width: 100%;
  background: #09a3ea;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0;
}
.Newsbox .Newbox-left .uttul {
  width: 100%;
  margin-bottom: 20px;
}
.Newsbox .Newbox-left .uttul li {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  border-left: 1px solid #09a3ea;
  font-weight: bold;
  cursor: pointer;
}
.Newsbox .Newbox-left .uttul li:hover {
  color: #09a3ea;
}
.Newsbox .Newbox-left .uttul li.active {
  color: #09a3ea;
}
.Newsbox .Newbox-right {
  width: 1020px;
  float: left;
  min-height: 500px;
}
.Newsbox .Newbox-right .Newob-text {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 20px;
}
.Newsbox .Newbox-right .newboul {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.Newsbox .Newbox-right .newboul li {
  width: 100%;
  margin-bottom: 15px;
}
.Newsbox .Newbox-right .newboul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.Newsbox .Newbox-right .newboul li a .newimg {
  width: 320px;
  height: 210px;
  float: left;
  overflow: hidden;
}
.Newsbox .Newbox-right .newboul li a .newimg img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.28s linear;
  -ms-transition: all 0.28s linear;
  -moz-transition: all 0.28s linear;
  transition: all 0.28s linear;
}
.Newsbox .Newbox-right .newboul li a .newtext {
  float: left;
  width: 660px;
  height: 210px;
  padding: 20px;
}
.Newsbox .Newbox-right .newboul li a .newtext p {
  width: 100%;
  font-size: 14px;
  padding-top: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.Newsbox .Newbox-right .newboul li:hover {
  box-shadow: 0 2px 12px 1px #ccc;
}
.Newsbox .Newbox-right .newboul li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.new-nav {
  width: 100%;
  position: relative;
  font-size: 13px;
}
.new-nav .nn1 {
  color: #b3b3b3;
}
.newbox {
  width: 100%;
  margin-top: 30px;
}
.newbox .new-hd {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.newbox .new-hd h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.newbox .new-hd span {
  font-size: 14px;
  color: #666666;
}
.newbox .new-hd span em {
  color: #444;
  font-weight: 600;
}
.newbox .new-bd {
  width: 100%;
  padding: 15px 0;
}
.newbox .new-bd p {
  color: #8b8b8b;
  padding: 10px 0;
  line-height: 25px;
}
.newbox .new-bd img {
  vertical-align: top;
  max-width: 100%;
}
.footer-box {
  min-width: 1100px;
}
.header-top{
  min-width: 1100px;
}