.main {
  margin: 300px auto 0px auto;
  position: relative;
}
.moreDataList a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 0 17px;
  line-height: 28px;
}
.moreDataList a:hover{
  color: #4467a9e6;
  background: #fff;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.glyphicon-calendar:before {
  color: #ced2d8 !important;
}
.carousel-inner > .item > a {
	    position: relative;
    z-index: 30;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
  height: 603px;
	width: 100%;
}
.mobileBanner {
  display: none;
}
.mobileSearch {
  display: none!important;
}
.banner {
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.banner .coustomer {
  position: fixed;
	bottom: 80px;
  right: 10px;
  z-index: 99;
}
/*
.banner .coustomer img {
  height: 63px;
}
*/
.banner .coustomer ol li {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  margin-left: 60%;
  text-indent: 0;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-align: center;
  border: 1px solid #4467a9e6;
  color: #4467a9e6;
  background-color: #fff;
}
.banner .coustomer ol li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .coustomer ol li.now {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  background: #4467a9e6;
}
.banner .coustomer ol li.now a {
  color: #fff;
}
.center {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: -510px;
 display:none;
}
.center .tab_search .nav-tabs {
  height: 58px;
  border-bottom: none;
}
.center .tab_search .nav-tabs > li {
  margin-top: 12px;
  background: #ffffff;
}
.center .tab_search .nav-tabs > li a {
  padding: 10px 20px;
  height: 46px;
  line-height: 26px;
  border: none;
  color: #333333;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.center .tab_search .nav-tabs > li.active {
  margin-top: 0;
  background:#4467a900;
}
.center .tab_search .nav-tabs > li.active > a {
  height: 58px;
  line-height: 50px;
  background: #4467a9e6;
  color: #fff;
  font-family: SourceHanSansCN-Regular;
}
.center .tab_search .tab-content {
  height: 140px;
  background: #4467a9e6;
  padding-top: 30px;

  background-size: 100%;
  background-position: 0 50%;
}
.center .tab_search .tab-content .search {
  margin-left: 78px;
  /*--下拉选择列表样式--*/

  /*-------------------------------------------------------------------------------------------------*/

}
.center .tab_search .tab-content .search .select {
  cursor: pointer;
  position: relative;
  width: 170px;
  height: 50px;
  padding-right: 20px;
  line-height: 50px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.center .tab_search .tab-content .search .selectVal {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #6b8191;
}
.center .tab_search .tab-content .search .xl-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/xl-icon_03.png");
  background-position: 4px 0px;
  background-repeat: no-repeat;
  right: 10px;
  top: 14px;
}
.center .tab_search .tab-content .search .select:hover {
  background-color: #f7f7f7;
}
.center .tab_search .tab-content .search .sq-icon {
  background-position: 4px -33px;
}
.center .tab_search .tab-content .search .selectList {
  z-index: 100;
  display: none;
  width: 170px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  position: absolute;
  top: 49px;
  left: 0px;
}
.center .tab_search .tab-content .search .listA {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #aaaaaa;
  text-align: center;
  display: block;
  background-color: #ffffff;
}
.center .tab_search .tab-content .search .listA:hover {
  background-color: #f7f7f7;
  color: #4467a9e6;
}
.center .tab_search .tab-content .search .listA:first-child {
  border-radius: 6px 6px 0 0;
}
.center .tab_search .tab-content .search .listA:last-child {
  border-radius: 0 0 6px 6px;
}
.center .tab_search .tab-content .search .frameTriangle {
  width: 10px;
  height: 10px;
  background-image: url(../images/xl-icon_03.png);
  background-position: -1px -35px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -10px;
  left: 95px;
  background-color: #fff;
}
.center .tab_search .tab-content .search .dropDown {
  position: relative;
}
.center .tab_search .tab-content .search .selectListNext {
  top: 58px;
}
.center .tab_search .tab-content .search .search_box {
  margin-left: 15px;
  position: relative;
}
.center .tab_search .tab-content .search .search_box input {
  display: inline-block;
  width: 790px;
  height: 50px;
  border: none;
  outline: none;
  text-indent: 2em;
  font-size: 16px;
  font-family: MicrosoftYaHei;
}
.center .tab_search .tab-content .search .search_box input::-webkit-input-placeholder {
  color: #acc0d2;
}
.center .tab_search .tab-content .search .search_box span {
    display: inline-block;
    width: 116px;
    height: 50px;
    line-height: 50px;
    color: #5070aa;
    background-color: #ffffff;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    /* position: absolute; */
    /* right: 0; */
    /* top: 20px; */
    /* margin-top: -19px; */
    /* margin-right: 9px; */
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 2px;
}
.center .tab_search .tab-content .search .search_box span img {
  vertical-align: middle;
  width: 20px;
  margin-left: 19px;
  margin-right: 5px;
}
/* 说明-start*/
.center .tab_search .tab-content .search_tip {
	 margin-left: 78px;
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
}
.center .tab_search .tab-content .search_tip a {
	 padding: 0 5px;
    color: #aec2d3;
}
.center .tab_search .tab-content .search_tip a:hover {
	color:#fff;
}
/* 说明-end*/
.center .tab_search .tab-content .data_base {
  margin-left: 78px;
  padding: 12px 0;
  color: #fafafa;
  font-family: MicrosoftYaHei;
  font-size: 14px;
}
.center .tab_search .tab-content .data_base p span {
  display: inline-block;
}
.center .tab_search .tab-content .data_base p span.first-line {
 width: 68%;
 margin-left: 10px;
 margin-right: 10px;
 vertical-align: middle;
 border-top: 1px solid #fff;
}
.center .tab_search .tab-content .wailian {
  margin-left: 78px;
}
.center .tab_search .tab-content .wailian div {
  margin-bottom: 5px;
}
.center .tab_search .tab-content .wailian p {
  height: 28px;
  line-height: 28px;
  color: #fafafa;
  font-family: MicrosoftYaHei;
  font-size: 14px;
}
.center .tab_search .tab-content .wailian ul > li {
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 17px;
  border: 1px solid #ffffff;
  margin-left: 10px;
}
.center .tab_search .tab-content .wailian ul > li a {
  color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.serve-box {
  position: relative;
  top: -130px;
  background: #ffffff;
  box-shadow: 0px 1px 14px 2px rgba(204, 204, 204, 0.7);
  border-radius: 4px;
	display:none;
}
.serve-box .serve .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.serve-box .serve .row .col-lg-2 {
	width: 171.42857142857142px;
  text-align: center;
  padding: 20px 0px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.serve-box .serve .row .col-lg-2 a {
  display: block;
}
.serve-box .serve .row .col-lg-2 a img {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.serve-box .serve .row .col-lg-2:nth-child(7n) {
  border-right: 0;
}
.serve-box .serve .row .col-lg-2.action {
  background-color: #4467a9e6;
}
.serve-box .serve .row .col-lg-2.action img {
  display: none;
}
.serve-box .serve .row .col-lg-2.action img:nth-of-type(2) {
  display: inline-block;
}
.serve-box .serve .row .col-lg-2.action p {
  color: #fff;
}
.serve-box .serve .row .col-lg-2 p {
  padding-top: 15px;
  text-align: center;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.serve-box .serve .row .col-lg-2 img:nth-of-type(2) {
  display: none;
}
.serve-box .serve .row .col-lg-2 span {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #333;
}
.news .news-title {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.news .nav-tabs > li {
  background: #ffffff;
  margin-bottom: 0;
}
.news .nav-tabs > li:last-child {
  float: right;
}
.news .nav-tabs > li:last-child a {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.news .nav-tabs > li a {
  padding: 15px 22px;
  height: 46px;
  line-height: 16px;
  border: none;
  color: #333333;
  border-radius: 0;
  margin-right: 0;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.news .nav-tabs > li.active {
  background: #4467a9e6;
}
.news .nav-tabs > li.active > a {
  background: #4467a9e6;
  color: #fff;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.news .nav-tabs > li.active > a,
.news .nav-tabs > li.active > a:focus,
.news .nav-tabs > li.active > a:hover {
  border: none;
}
.news .tab-content {
  padding-top: 30px;
  height: 295px;
}
.news .tab-content li {
  margin-top: 10px;
}
.news .tab-content li p {
  display: none;
}
.news .tab-content li .news-left {
  width: 80%;
}
.news .tab-content li .news-left h4 {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .tab-content li .news-left h4:hover {
  color: #4467a9e6;
}
.news .tab-content li .news-right div {
  display: inline-block;
}
.news .tab-content li:first-child {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news .tab-content li:first-child a .news-left {
  width: 80%;
}
.news .tab-content li:first-child a .news-left h4 {
  display: block;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .tab-content li:first-child a .news-left p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}
.news .tab-content li:first-child a .news-right {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #eeeeee;
}
.news .tab-content li:first-child a .news-right span {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.news .tab-content li:first-child a .news-right div {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  background: #eeeeee;
}
.news .tab-content li a:hover {
  color: #4467a9e6;
}
.news .today-active .tab-content .news_top {
  margin-top: -10px;
}
.news .today-active .tab-content .news_top .container {
  width: 180px;
  top: 10px;
  position: relative;
  padding-right: 0;
}
.news .today-active .tab-content .news_top .container .form-control {
  padding-left: 35px;
  background-color: #fff;
}
.news .today-active .tab-content .news_top .container .form-control::-webkit-input-placeholder {
  padding-left: 20px;
  color: #ccc;
}
.news .today-active .tab-content .news_top .container .input-group-addon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 990;
  padding: 9px 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width:auto;
}
.news .today-active .tab-content .news_top ul > li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #4467a9e6;
  float: left;
  text-align: center;
  margin-left: 5px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4467a9e6;
}
.news .today-active .tab-content .news_foot .carousel {
  width: 100%;
  margin: auto;
  display: inherit;
}
.news .today-active .tab-content .news_foot .carousel-indicators {
  bottom: unset;
  top: -42px;
  left: 0;
  margin-left: 0;
  width: auto;
}
.news .today-active .tab-content .news_foot .carousel-indicators li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: 0;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  line-height: 32px;
  border: 1px solid #4467a9e6;
  color: #4467a9e6;
  margin-top: 0;
}
.news .today-active .tab-content .news_foot .carousel-indicators li:first-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news .today-active .tab-content .news_foot .carousel-indicators li.active {
  background-color: #4467a9e6;
  color: #fff;
}
.news .today-active .tab-content .news_foot img {
  height: 220px;
  width: 100%;
}
.hotServeBox {
  display: block;
  margin-top: 100px;
  background-image: url("../images/bg(1).png");
  background-size: 100% 100%;
}
.hotserve {
  padding-top: 80px;
  padding-bottom: 76px;
}
.hotserve .hot-title {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.hotserve .role .serve-main {
  display: flex;
  justify-content: space-between;
}
.hotserve .role .serve-main .serve-item {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 1px 18px 2px rgba(179, 206, 199, 0.5);
  border-radius: 4px;
}
.hotserve .role .serve-main .serve-item p {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4467a9e6;
  margin-bottom: 10px;
}
.hotserve .role .serve-main .serve-item .serve-wailian ul {
  margin: 0 15px;
  float: left;
}
.hotserve .role .serve-main .serve-item .serve-wailian li {
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hotserve .role .serve-main .serve-item .serve-wailian li a {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #333333;
}
.hotserve .wailian-extend {
  margin-top: 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 4px;
}
.hotserve .wailian-extend div {
  padding: 20px 0;
}
.hotserve .wailian-extend div.extend-3 {
  border-bottom: none;
}
.hotserve .wailian-extend div ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.hotserve .wailian-extend div ul::after {
  width: 0;
  content: "";
  border: 1px solid transparent;
}
.hotserve .wailian-extend div ul .extend-item {
  flex-grow: 1;
  width: 20%;
  margin-bottom: 15px;
}
.hotserve .wailian-extend div ul .extend-item h4 {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4467a9e6;
  margin-bottom: 10px;
}
.hotserve .wailian-extend div ul .extend-item ol li a {
  width: 100%;
  display: inline-block;
  font-family: Source Han Sans CN-Light;
  font-weight: 300;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.special-serve {
  margin-top: 40px;
}
.special-serve .special-title {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.special-serve .special-box ul {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.special-serve .special-box ul li {
  padding-left: 20px;
  margin-bottom: 50px;
  flex-grow: 1;
}
.special-serve .special-box ul li a {
  display: block;
  position: relative;
}
.special-serve .special-box ul li a img {
  display: inline-block;
  width: 280px;
  height: 267px;
}
.special-serve .special-box ul li a .shade {
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.5;
  position: absolute;
  transition: all .3s;
}
.special-serve .special-box ul li a:hover .shade{
  opacity: 0;
}
.special-serve .special-box ul li a span {
  width: 151px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -70px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.special-serve .special-box ul li a:hover span{
  text-shadow: 2px 2px 2px #333;
}
.reader {
  margin-top: 100px;
  margin-bottom: 100px;
}
.reader .reader-title {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.reader .reader-tab .nav-tabs {
  margin-bottom: 30px;
  display: inline-block;
}
.reader .reader-tab .nav-tabs > li {
  margin-right: 55px;
}
.reader .reader-tab .nav-tabs > li:nth-last-child(1) {
  margin-right: 0;
}
.reader .reader-tab .navCenter {
  text-align: center;
}
.reader .reader-tab .navCenter .readerMore {
  position: absolute;
  left: 50%;
  margin-left: -62px;
}
.reader .reader-tab .navCenter .readerMore a {
  display: block;
  margin: 10px auto;
  width: 124px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border: 1px solid #333333;
}
.reader .reader-tab .tab-content {
  height: 360px;
}
.reader .reader-tab .tab-content .tab-pane {
  height: 100%;
  overflow: hidden;
}
.reader .reader-tab .tab-content .slider-center {
  width: 1000px;
  margin-left: 100px;
  padding: 0 10px;
}
.reader .reader-tab .tab-content .slick-track {
  min-width: 100%;
}
.reader .reader-tab .tab-content .slick-slide img {
  display: inline-block;
  width: 130px;
  height: 180px;
}
.reader .reader-tab .tab-content .slick-current {
  background: #ffffff;
  box-shadow: 0px 3px 8px 1px rgba(204, 204, 204, 0.5);
  height: 330px;
}
.reader .reader-tab .tab-content .slick-prev:before,
.reader .reader-tab .tab-content .slick-next:before {
  color: #ccc;
}
.reader .reader-tab .tab-content .slick-prev,
.reader .reader-tab .tab-content .slick-next {
  background: white;
}
.reader .reader-tab .tab-content .slick-track {
  height: 352px;
  padding-top: 10px;
  overflow: hidden;
}
.reader .reader-tab .tab-content .slick-arrow {
  width: 30px;
  height: 72px;
  border: 1px solid #dddddd;
}
.reader .reader-tab .tab-content .slick-arrow:hover {
  background: #4467a9e6;
}
.reader .reader-tab .tab-content .slick-initialized .slick-slide {
  width: 192px!important;
  height: 331px;
}
.reader .reader-tab .tab-content .slick-initialized .slick-slide figure {
  margin-top: 20px;
}
.reader .reader-tab .tab-content .slick-initialized .slick-slide figure figcaption {
  margin-top: 34px;
}
.reader .reader-tab .tab-content .slick-initialized .slick-slide figure figcaption h4 {
  width: 160px;
  margin: 0 auto 10px;
  line-height: 28px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.reader .reader-tab .nav-tabs > li > a {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.reader .reader-tab .nav-tabs > li.active {
  background: #4467a9e6;
  border-bottom: 1px solid #4467a9e6;
}
.reader .reader-tab .nav-tabs > li.active > a {
  background: #4467a9e6;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.reader .reader-tab .nav-tabs > li.active > a,
.reader .reader-tab .nav-tabs > li.active > a:focus,
.reader .reader-tab .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 1px solid #4467a9e6;
}
