::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(102, 102, 102, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(102, 102, 102, 0.4);
}

@media \0screen\,screen\9 {
  .opacity-ie {
    background-color: #000000;
    filter: Alpha(opacity=50);
    position: static;
    *zoom: 1;
  }
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.last-item {
  margin-right: 0 !important;
}

.header {
  width: 100%;
  background-color: #fff;
}

.header .container {
  width: 1006px;
  line-height: 31px;
  margin: 0 auto;
}

.clearfix a {
  border: none;
}

.top {
  width: 100%;
  background-color: #fff;
}

.top-tools {
  width: 1006px;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  margin: 0 auto;
}

.top-tools li {
  float: left;
  color: #404040;
  font-size: 12px;
  margin-right: 20px;
}
.top-tools li .padd {
  padding: 3px 10px;
  background-color: #5586e8;
  color: #fff;
}
.top-tools li a {
  font-size: 12px;
  color: #404040;
}
.top-tools li .fa {
  font-size: 14px;
  color: #279dd9;
  margin-right: 9px;
}
.top-tools .login {
  margin-right: 14px;
}

.nav-head {
  width: 100%;
  height: 178px;
  background: url(../images/nav-head-bj.png);
}
.nav-head .nav-head-center {
  width: 1000px;
  margin: 0 auto;
}
.nav-head .nav-head-center .nav-head-center-tools {
  overflow: hidden;
  height: 127px;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-logo, .nav-head .nav-head-center .nav-head-center-tools .nav-head-search {
  float: left;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-logo {
  width: 508px;
  height: 69px;
  margin: 30px 154px 0 0;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-logo .logo {
  width: 100%;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-search {
  margin-top: 30px;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-search .form-group {
  position: relative;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-search .form-group .form-control {
  width: 267px;
  height: 30px;
  line-height: 28px\9;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0 46px 0 12px;
  font-size: 14px;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-search .form-group .fa-search {
  position: absolute;
  right: 22px;
  top: 5px;
  font-size: 20px;
  color: #3b9aef;
  cursor: pointer;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-search .hot {
  margin-top: 10px;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-search .hot .title {
  font-size: 14px;
  color: #fcf308;
  margin-right: 4px;
}
.nav-head .nav-head-center .nav-head-center-tools .nav-head-search .hot a {
  font-size: 14px;
  margin-right: 6px;
  color: #fff;
}
.nav-head .nav-head-center .nav {
  width: 100%;
  height: 51px;
  position: relative;
}
.nav-head .nav-head-center .nav li.navHover {
  text-decoration: none;
  background-color: #6aabf1;
}
.nav-head .nav-head-center .nav li.navHover > a {
  color: #fff;
}

/*导航栏增加样式*/
.nav-head .nav-head-center .nav ul{
	padding: 0 25px;
	overflow: hidden;
	
}
.nav-head .nav-head-center .nav .li-item {
  float: left;
  margin-right: 42px;
}
.nav-head .nav-head-center .nav .li-item:last-child{
	margin-right: 0;
}
/*导航栏增加样式end*/
.nav-head .nav-head-center .nav .li-item {
  float: left;
}
.nav-head .nav-head-center .nav .li-item > a {
  height: 51px;
  line-height: 51px;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
}
.nav-head .nav-head-center .nav .li-item .nav-show {
  position: absolute;
  left: 0;
  top: 51px;
  display: none;
}
.nav-head .nav-head-center .nav .li-item:hover .nav-show {
  display: block;
  z-index: 99;
}
.nav-head .nav-head-center .nav .li-item .nav-show {
  width: 960px;
  height: 306px;
  padding: 19px 19px 10px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  display: none;
  z-index: 99;
}
.nav-head .nav-head-center .nav .li-item .nav-show .head {
  height: 25px;
  border-bottom: 1px solid #c1c1c1;
}
.nav-head .nav-head-center .nav .li-item .nav-show .head h3 {
  color: #00a0ec;
  font-size: 16px;
}
.nav-head .nav-head-center .nav .li-item .nav-show .head h3 a {
  color: #00a0ec;
  font-size: 16px;
  height: 24px;
  border-bottom: 2px solid #00a0ec;
  padding: 0 13px;
  display: inline-block;
  _zoom: 1;
  _display: inline;
}
.nav-head .nav-head-center .nav .li-item .nav-show .tab-bd .tab-bd-a {
  overflow: hidden;
  height: 102px;
}
.nav-head .nav-head-center .nav .li-item .nav-show .tab-bd .tab-bd-a li {
  position: relative;
  padding-left: 17px;
  margin-top: 15px;
}
.nav-head .nav-head-center .nav .li-item .nav-show .tab-bd .tab-bd-a li .ico-tra {
  background: url("../images/tra.png") no-repeat;
  width: 6px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 5px;
}
.nav-head .nav-head-center .nav .li-item .nav-show .tab-bd .tab-bd-a li a {
  font-size: 14px;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* 1 */
  text-overflow: ellipsis;
  table-layout: fixed;
  word-break: break-all;
}
.nav-head .nav-head-center .nav .item-2 .nav-show .item-left {
  width: 457px;
  float: left;
  margin-right: 48px;
}
.nav-head .nav-head-center .nav .item-2 .nav-show .item .ad-a {
  margin-top: 54px;
}
.nav-head .nav-head-center .nav .item-2 .nav-show .item-right {
  float: left;
}
.nav-head .nav-head-center .nav .item-2 .nav-show .item-right .ad-a {
  margin-top: 25px;
}
.nav-head .nav-head-center .nav .item-2 .nav-show .item-right figure {
  height: auto;
}
.nav-head .nav-head-center .nav .item-2 .nav-show .item-right .thumbnail {
  width: 137px;
  height: 88px;
  display: block;
}
.nav-head .nav-head-center .nav .item-2 .nav-show .item-right .btm, .nav-head .nav-head-center .nav .item-2 .nav-show .item-right .item-right-b {
  margin-top: 12px !important;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item {
  width: 288px;
  float: left;
  margin-right: 48px;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item:last-child {
  margin-right: 0;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item .tab-hd li {
  float: left;
  height: 25px;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item .tab-hd a {
  font-size: 16px;
  padding: 0 10px;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item .tab-hd .active {
  height: 24px;
  border-bottom: 2px solid #00a0ec;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item .tab-hd .active a {
  color: #00a0ec;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item-1 .btm {
  overflow: hidden;
  padding: 0 22px;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item-1 .btm figure {
  width: 112px;
  float: left;
  margin: 20px 18px 0 0;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item-1 .btm figure:nth-child(2n+0) {
  margin-right: 0;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item-1 .btm figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #c1c1c1;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item-1 .btm figure figcaption {
  text-align: center;
  margin-top: 10px;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item-1 .btm figure figcaption a {
  font-size: 14px;
}
.nav-head .nav-head-center .nav .item-3 .nav-show .item-2 .tab-bd .tab-bd-a {
  height: 245px;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item {
  width: 456px;
  float: left;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item-left {
  margin-right: 48px;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item-left .btm {
  overflow: hidden;
  margin-top: 20px;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item-left .btm figure {
  width: 97px;
  float: left;
  margin-right: 22px;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item-left .btm figure:last-child {
  margin-right: 0;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item-left .btm figure img {
  width: 100%;
  height: 100%;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item-left .btm figure figcaption {
  margin-top: 5px;
  text-align: center;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item-left .btm figure figcaption a {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* 1 */
  text-overflow: ellipsis;
  table-layout: fixed;
  word-break: break-all;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item-left .item-left-b {
  margin-top: 15px;
}
.nav-head .nav-head-center .nav .item-4 .nav-show .item-right .tab-bd .tab-bd-a {
  height: 279px;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item {
  width: 456px;
  float: left;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-left {
  margin-right: 48px;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-left .tab-bd .tab-bd-a {
  height: 245px;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm {
  height: 240px;
  overflow: hidden;
  padding: 20px;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm .img {
  width: 200px;
  height: 150px;
  float: left;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm .img img {
  width: 100%;
  height: 100%;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm .img figcaption {
  text-align: center;
  margin-top: 10px;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm .dic {
  padding-left: 220px;
  font-size: 14px;
  line-height: 24px;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm figure {
  width: 198px;
  float: left;
  margin: 10px 20px 0 0;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm figure:nth-child(2n+0) {
  margin-right: 0;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm figure:nth-child(1) {
  margin-top: 0;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm figure:nth-child(2) {
  margin-top: 0;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm figure .text-img {
  width: 198px;
  height: 100px;
  display: block;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm figure figcaption {
  text-align: center;
  margin-top: 6px;
}
.nav-head .nav-head-center .nav .item-5 .nav-show .item-right .btm figure figcaption a {
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* 1 */
  text-overflow: ellipsis;
  table-layout: fixed;
  word-break: break-all;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item {
  width: 456px;
  float: left;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-left {
  margin-right: 48px;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-left .tab-bd .tab-bd-a {
  height: 245px;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm {
  overflow: hidden;
  margin-top: 20px;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm .thumbnail {
  width: 137px;
  height: 88px;
  display: block;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm .btn-main {
  width: 118px;
  height: 109px;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 40px;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm figure {
  width: 137px;
  float: left;
  margin-right: 22px;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm figure:last-child {
  margin-right: 0;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm figure img {
  width: 100%;
  height: 100%;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm figure figcaption {
  margin-top: 5px;
  text-align: center;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm figure figcaption a {
  font-size: 14px;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* 1 */
  text-overflow: ellipsis;
  table-layout: fixed;
  word-break: break-all;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm .names {
  overflow: hidden;
  height: 109px;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm .names a {
  margin: 0 38px 18px 0;
  display: inline-block;
  _zoom: 1;
  _display: inline;
  font-size: 14px;
  width: 56px;
  white-space: nowrap;
  overflow: hidden;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .btm, .nav-head .nav-head-center .nav .item-6 .nav-show .item-right .item-right-b {
  margin-top: 12px !important;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 {
  width: 118px;
  height: 109px;
  overflow: hidden;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 .txt-center {
  text-align: center;
  margin-top: 4px;
  width: 137px;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 .txt-center a {
  font-size: 13px;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 .img-opcity {
  height: 20px;
  line-height: 20px;
  bottom: 20px;
  bottom: 20px\0;
  bottom: 20px\9\0;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 .img-opcity a {
  font-size: 12px;
  padding: 0;
  text-indent: 0;
  text-align: center;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 .img-opcity a img {
  width: 100%;
  height: 100%;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 .slick-slide {
  position: relative;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 .slick-slide .thumbnail {
  width: 88px;
  height: 101px;
  display: block;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 .slick-slide .thumbnail img {
  width: 100%;
  height: 100%;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .mod_unslider_img_2 .slick-slide .dic {
  display: block;
  width: 88px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  background: transparent\9;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
  color: #fff;
}
.nav-head .nav-head-center .nav .item-6 .nav-show .item-right .item-right-b {
  margin-top: 20px;
}
.nav-head .nav-head-center .nav .item-7 .nav-show .item {
  width: 456px;
  float: left;
}
.nav-head .nav-head-center .nav .item-7 .nav-show .item-left {
  margin-right: 48px;
}
.nav-head .nav-head-center .nav .item-7 .nav-show .item-left .btm {
  padding-top: 10px;
}
.nav-head .nav-head-center .nav .item-7 .nav-show .item-left .btm figure {
  width: 127px;
  float: left;
  margin-right: 22px;
  margin-top: 10px;
}
.nav-head .nav-head-center .nav .item-7 .nav-show .item-left .btm figure:nth-child(3n+0) {
  margin-right: 0;
}
.nav-head .nav-head-center .nav .item-7 .nav-show .item-left .btm figure img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.nav-head .nav-head-center .nav .item-7 .nav-show .item-left .btm figure figcaption {
  margin-top: 5px;
  text-align: center;
}
.nav-head .nav-head-center .nav .item-7 .nav-show .item-left .btm figure figcaption a {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* 1 */
  text-overflow: ellipsis;
  table-layout: fixed;
  word-break: break-all;
}
.nav-head .nav-head-center .nav .item-7 .nav-show .item-left .btm figure .img-w {
  width: 127px;
  height: 96px;
  display: block;
}

/*# sourceMappingURL=head.css.map */
