.top {
  height: 30px;
  background-color: #38393c;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
}

.top .btnlink {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: #101010;
  text-align: center;
}

.body {
  background: #f0f0f0;
  font-size: 14px;
}

.bgwrap {
  background: #f0f0f0 url(../images/bodybg.png) no-repeat center bottom;
}

.form-control:focus{
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

a:hover,
a:active {
  text-decoration: none;
}

.telicon {
  position: relative;
  top: -2px;
}

.swiper-slide img {
  width: 100%;
}

.navbar-brand {
  padding: 20px 0;
  height: auto;
}

#nav {
  background: #f0f0f0;
  margin-bottom: 0;
}

.navbar-nav>li {
  margin-left: 25px;
  padding-top: 32px;
}

.navbar-nav>li>span>a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #444444;
  padding: 5px 12px;
}

a,
img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.navbar-nav>li.current>span>a {
  position: relative;
  background: #c40606;
  color: #fff;
  border-radius: 2px;
}

.banner .swiper-pagination {
  bottom: 86px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #c40606;
}

.indextab {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.indextab .nav-tabs {
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
}

.indextab .nav-tabs li a {
  width: 240px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  border: 0;
  position: relative;
}

.indextab .nav-tabs li a img {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 44px;
  display: none;
}


.indextab .nav-tabs>li.active>a{
  width: 240px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: 0;
  color: #212121;
  font-size: 20px;
  border: 0;
}

.indextab .nav-tabs>li.active>a img{
  display: block;
}
.nav-tabs>li>a {
  margin-right: 0;
}

.indexnewspanel {
  padding: 50px 30px;
  background: #fff;
}

.indexnewspanel .pull-left {
  padding-right: 40px;
}

.indexnewspanel .media-heading {
  font-size: 18px;
  color: #c40606;
  padding-top: 6px;
  margin-bottom: 18px;
  display: block;
}

.indexnewspanel p {
  color: #7d7d7d;
}

.indexnewspanel .left {
  padding-right: 40px;
}

.indexnewspanel p a {
  color: #323030;
}

li {
  list-style: none;
}

.indexnewspanel .newslist {
  padding-left: 0;
  margin-bottom: 0;
}

.indexnewspanel .newslist li+li {
  margin-top: 10px;
}

.indexnewspanel .newslist li {
  padding-left: 25px;
  background: url(../images/listdian.png) no-repeat center left;
}

.indexnewspanel .newslist li a {
  font-size: 16px;
  color: #323030;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: block;
}

.indexnewspanel .newslist li a .pull-left {
  width: 80%;
}

.indexnewspanel .newslist li a .date {
  font-size: 14px;
  color: #aeaeae;
}

.bootom {
  padding: 15px 0;
  background: #38393c;
}

.inlinewrap {
  width: 210px;
  display: inline-block;
  margin-right: 10px;
}

p {
  margin-bottom: 0;
}

.bootom .copright {
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.mainwrap {
  background: rgba(255, 255, 255, 0.6);
}

.sections {
  padding: 0 30px;
}

.sections .row {
  margin: 0 -10px;
}

.sections .row .col-sm-12 {
  padding: 0 10px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

.section-tit {
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
}

.section-tit .pull-left {
  position: relative;
  padding-left: 10px;
}

.section-tit .pull-left::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 17px;
  background: #c40606;
  left: 0;
  top: 19px;
}

.red {
  font-style: normal;
  color: #c40606;
}

.section-tit .sectonmore {
  font-size: 12px;
  color: #a9a9a9;
  border: 1px solid #a9a9a9;
  padding: 5px 5px;
  border-radius: 2px;
  line-height: 1;
  margin-top: 20px;
  margin-right: 20px;
}

.thumbimg {
  margin: 0 26px 20px 0;
}

.abouts .tit {
  font-size: 20px;
  color: #174487;
  margin-bottom: 31px;
}

.abouts p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 24px;
  margin-bottom: 14px;
}

.sectionmain {
  padding: 20px;
  background: #fff;
  height: 300px;
}

.redmore {
  background: #c40606;
  color: #fff;
  padding: 3px 5px;
  color: #fff;
  border-radius: 2px;
}

.sectinad {
  position: relative;
}

.sectinad .sectionad-info {
  position: absolute;

  left: 45px;
  top: 32px;
}

.sectinad .sectionad-info .tiit {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 4px;
}

.sectinad .sectionad-info .whitemore {
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  margin-top: 5px;
}

.serverlsider .name {
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #343434;
  margin-bottom: 0;
}

.thumb {
  overflow: hidden;
}


.serverlsidernav {
  font-size: 0;
}

.serverlsidernav a {
  margin-left: 10px;
}

.footer {
  padding: 40px 30px;
}

.footer dl {
  float: left;
  width: 200px;

  border-left: 1px solid #c1c1c1;
}

.footer dl a {
  display: block;
  color: #38393c;
}


.footer dl dt {
  height: 44px;
  padding-left: 31px;
  margin-left: -1px;
  position: relative;
  font-size: 20px;
}

.footer dl dt::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background: #555555;
  left: 0;
  top: 0;
}

.footer dl dd {
  padding-left: 31px;
  margin-left: -1px;
  font-size: 14px;
  line-height: 26px;
}

.w276 {
  width: 276px !important;
}

.footer .tel {
  font-size: 30px;
  color: #c40606;
  margin-bottom: 10PX;
}

.footer .contacttext {
  font-size: 14px;
  line-height: 26px;
  color: #606060;
}

/* 内页 */
.breadcrumb {
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -40px;
  text-align: right;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}

.breadcrumb .active {
  color: #c40606;
}

.basebanner img {
  width: 100%;
}

.breadcrumb .current {
  padding-left: 26px;
  background: url(../images/home.png) no-repeat center left;
}

.breadcrumb a {
  color: #fff;
}

.page {
  padding: 30px;
}

.page .page-tit {
  height: 45px;
  line-height: 45px;
  background: url(../images/pagetbg_03.jpg) no-repeat center left;
  padding-left: 58px;
  font-size: 20px;
  color: #fff;
  background-size: cover;
  position: relative;
}

.page .page-tit .page-titicon{
  position: absolute;
  left: 20px;
  top: 13px;
  height: 20px;
}

.page .col-sm-5 {
  padding-right: 17px;
}

.page .saidenav {
  padding: 0 18px;
}

ul {
  padding-left: 0
}

.saidenav {
  background: #fff;
}

.page .saidenav li a {
  display: block;
  font-size: 16px;
  color: #4c4c4c;
  height: 60px;
  line-height: 60px;
  background: url(../images/navbg2.png) no-repeat center right;
  border-bottom: 1px dashed #d3d3d3;
}

.page .saidenav .active a{
  background-image: url(../images/navbg.png);
  color: #c40606;
}


.saidelink {
  padding: 30px 0;
  ;
}

.page .sectionmain {
  padding: 26px 38px;
  height: auto;
  padding-bottom: 46px;
}

.page .content-t {
  font-size: 24px;
  color: #174487;
  margin-bottom: 16px;

}

.page .content-text {
  font-size: 16px;
  color: #595959;
  line-height: 28px;
}

.page .section-tit {
  padding-left: 40px;
  height: 48px;
  line-height: 48px;
}

.page .section-tit .pull-left::before {
  top: 16px;
}

.historylist {
  padding-left: 22px;
  border-left: 1px solid #d3d3d3;
}


.historylist .history-item {
  padding: 26px 0;
  border-bottom: 1px dashed #d3d3d3;
}

.historylist .history-item .tiitle {
  font-size: 20px;
  color: #343434;
  margin-bottom: 10px;
  position: relative;
}

.historylist .history-item .tiitle img {
  position: absolute;
  left: -28px;
  top: 9px;
}

.historylist .history-item .text {
  font-size: 14px;
  color: #474747;
}

.historylist .history-item .text a {
  color: #474747;
}

.historylist .history-item:nth-of-type(1) {
  padding-top: 0;
}



/* 荣誉奖状 */
.honerlist {
  margin: 0 -10px;
}

.honerlist .col-sm-8 {
  padding: 0 10px;
}

.honerlist .thumb {
  border: 1px solid #d3d3d3;
  text-align: center;
  padding: 10px 0;
}

.honerlist .text {
  padding: 14px 10px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #343434;
}

.pagenationwrap {
  text-align: center;
}

.pagination>li>a>span {
  margin: 0 3px;
}

.pagination>li>a,
.pagination>li>span {
  color: #343434;
}


.cultureitem {
  padding: 18px 0;
  border-bottom: 1px dashed #d3d3d3;
}

.cultureitem .tit {
  font-size: 20px;
  color: #343434;
  margin-bottom: 2px;
}

.cultureitem .text {
  color: #595959;
  font-size: 18px;
}

.cultureimg {
  margin-bottom: 19px;
  position: relative;
  top: 19px;
}

.culture .row {
  margin: 0 -30px;
}

.culture .row .col-sm-12 {
  padding: 0 30px;
}


/* 服务 */
.sever1item {
  margin-bottom: 20px;
  background: #f6f6f6;
}

.sever1item .media-heading {
  font-size: 24px;
  color: #303030;
  margin-bottom: 14px;
}

.sever1item p {
  font-size: 14px;
  color: #686868;
  line-height: 22px;
}

.sever1item .media-body {
  vertical-align: middle;
}


.sever1item .media-body .cener {
  padding: 0 30px;
}

.media-left {
  padding-right: 0;
}

.sever1item .media-left {
  overflow: hidden;
}


.casetext {
  font-size: 14px;
  color: #434343;
  line-height: 24px;
  padding: 20px 0 40px 0;
}

.caseslide {
  margin-bottom: 20px;
}

.caseslider .name {
  font-size: 18px;
  color: #343434;
  padding: 15px 0;
  text-align: center;

}

.caseslidernav {
  text-align: center;
  position: relative;
  width: 194px;
  margin: 0 auto;
  text-align: center;
}

.caseslidernav .swiper-pagination-bullet {
  border: 1px solid #c40606;
  margin: 0 7px;
}

.caseslider {
  margin-bottom: 20px;
}

.pagebtns {
  width: 260px;
  position: relative;
  margin: 0 auto;
  top: -28px;
  margin-bottom: 40px;
}

.pagebtns a {
  position: absolute;
}

.pagebtns .casel {
  left: 0;
  top: 0;
}

.pagebtns .caser {
  right: 0;
  top: 0;
}


.newsitem {
  padding: 20px 0;
  border-bottom: 1px dashed #d3d3d3;
  margin: 0;
}

.newsitem .media-body {
  padding-left: 40px;
}

.newsitem .media-heading {
  display: block;
  font-size: 18px;
  color: #303030;
  margin-bottom: 6px;
  ;
}


.newsitem p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 12px;
}

.newsitem .more {
  display: inline-block;
  color: #c40606;
  padding: 3px 5px;
  border: 1px solid #c40606;
  border-radius: 2px;

}

.detail-t {
  text-align: center;
  font-size: 22px;
  color: #303030;
  margin-bottom: 16px;
}

.detail-des {
  padding: 8px 0;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 38px;
}

.detail-des span {
  font-size: 12px;
  color: #818181;
  margin: 0 9px;
}

.detailcontent {
  font-size: 16px;
  line-height: 28px;
  color: #585858;
}

.detailcontent img {
  /*display: block;*/
  /*margin: 0 auto;*/
}

.detailpage {
  padding: 18px 0;
  border-top: 1px dashed #d3d3d3;
  border-bottom: 1px dashed #d3d3d3;
  font-size: 16px;
  color: #585858;
}

.detailpage a {
  color: #585858;
}

.lnitems .row {
  margin: 0 -10px;
}

.lnitems .row .col-sm-8 {
  padding: 0 10px;
}

.lnitems .row .info {
  height: 170px;
  padding: 47px 24px 0;
  background: #f6f6f6;
}

.lnitems .row .info .info-t {
  font-size: 18px;
  color: #303030;
  margin-bottom: 10px;
}

.lnitems .row .info .info-text {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 24px;
}

.lnitems-t {
  margin-bottom: 38px;
}

.lntext {
  padding: 22px 0;
  font-size: 14px;
  line-height: 24px;
  color: #7d7d7d;

}

.panel-default {
  border: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border: 0;
}

.zpgroup .panel-title {
  display: block;
  padding: 18px;
  font-size: 18px;
  background: #f6f6f6;
  position: relative;
}

.zpgroup .panel-title .icon {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 10px;
  top: 13px;
  /*background: url(../images/op.png) no-repeat center;*/
  font-size: 16px;
  color: #002b79;
}

.zpgroup .collapsed .icon {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 13px;
  /*background: url(../images/jia.png) no-repeat center;*/
}

.zpgroup .panel-body {
  font-size: 14px;
  line-height: 28px;
  color: #686868;
  padding: 18px;
}

.panel-group .panel+.panel {
  margin-top: 10px;
}

.adress .content-t {
  font-size: 22px;
  color: #174487;
  margin-bottom: 20px;
}


.adress .content-text {
  font-size: 16px;
  color: #303030;
  line-height: 18px;
}

.adress .content-text p {
  margin-bottom: 18px;
  ;
}

.mapwrap {
  width: 100%;
  height: 235px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 10px 0 0 10px;
}

.mapwrap .map {
  width: 335px;
  height: 235px;
  background: #ccc;
}
.mapwrap .map{
  width: 97%;
  height: 214px;
  overflow: hidden;
}


textarea {
  height: 65px;
  resize: none;
}

.submite {
  width: 125px;
  height: 35px;
  border-radius: 2px;
  background: #c40606;
  color: #fff;
}


.three {
  margin: 0 -5px;
}

.three .col-sm-8 {
  padding: 0 5px;
}

 .sectinad img{
  max-width: 100%;
}
.copright a{
  color: #fff;
}
.indextab{
  position: relative;
}
.tablinkab{
  position: absolute;
  right: 30px;
  top: 13px
}
.tablinkab img{
  display: block!important;
}



/* =================================修改*/
.redmore{
  display: inline-block;
  margin-top: 15px;
}
.m_txt{
  font-size: 14px;
  line-height: 24px;
  color: #7d7d7d;
}
.contacttext:after{
  content: "";
  display: block;
  clear: both;
}
.ewm_div,.ewm_txt{
  float: left;
}
.ewm_div{
  width: 75px;
}
.ewm_div img{
  width: 100%;
}
.ewm_txt{
  width: 170px;
  padding-left: 20px;
}
.historylist .history-item .tiitle img{
  width: auto !important;
}
.navbar-nav>li .nav_erji{
  display: none;
}
@media screen and (max-width: 1920px) and (min-width: 1024px){
.submite:hover {
  color: #fff;
}

.zpgroup .panel-title:active,
.zpgroup .panel-title:hover,
.zpgroup .panel-title:focus {
  color: #303030;
  text-decoration: none;
}

.detailpage a:hover {
  color: #c40606;
  text-decoration: underline;
}
.newsitem .media-heading:hover {
  color: #c40606;
}
.sever1item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
.sever1item:hover {
  background: #e9e9e9;
}

.sever1item:hover .media-heading {
  color: #c40606;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>.active>a {
  color: #fff;
  background: #c40606;
  border-color: #c40606;
}
.historylist .history-item:hover .tiitle,
.historylist .history-item:hover .text {
  color: #c40606;
}

.historylist .history-item:hover a {
  color: #c40606;
}
.page .saidenav li:hover a {
  background-image: url(../images/navbg.png);
  color: #c40606;
}
.footer dl a:hover {
  color: #c40606;
}
.thumb img{
  max-width: 100%;
}
.thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.indexnewspanel .newslist li a:hover .pull-left {
  color: #c40606;
}

.indextab .nav-tabs a:hover img {
  display: block;
}
.navbar-nav>li>span>a:hover {
  background: transparent;
},
.navbar-nav>li>span>a:hover {
  position: relative;
  background: #c40606;
  color: #fff;
  border-radius: 2px;
},
.indextab .nav-tabs>li.active>a:hover,
.indextab .nav-tabs>li.active>a:focus {
  width: 240px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: 0;
  color: #212121;
  font-size: 20px;
  border: 0;
},
.indextab .nav-tabs>li.active>a:hover img,
.indextab .nav-tabs>li.active>a:focus img {
  display: block;
}

.indextab .nav-tabs>li>a:hover {
  background: #fff;
  color: #212121;
  border: 0;
}
}
@media screen and (max-width: 768px){
  .footer{
    display: none;
  }
  .page .col-sm-5{
    display: none;
  }
  .indextab .nav-tabs>li{
    width: 30%;
  }
  .indextab .nav-tabs a.tablinkab{
    display: none;
  }
  .indextab .nav-tabs li a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .navbar-nav>li.current a, .navbar-nav>li a:hover{
    background-color: rgba(0,0,0,0);
  }
  .navbar-nav>li a{
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
  }
  .navbar-nav>li span{
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: 100%;
  }
  .navbar-nav>li>span>a{
    padding: 0;
  }
  .navbar-nav>li.current span{
    background: #c40606;
  }
  #bs-navbar .navbar-nav>li{
    margin-bottom: 0 !important;
  }
  .nav_erji{
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-nav>li .nav_erji a{
    height: auto;
    line-height: 30px;
    display: block;
  }
  .navbar-nav>li.current .nav_erji a{
    color: #666;
  }
}
.navbar-nav>li{
  padding-bottom: 5px;
  position: relative;
}
.navbar-nav>li .nav_erji{
  position: absolute;
  top: 59px;
  left: 0;
  display: block;
  width: 100%;
  background-color: rgba(196,6,6,.8);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  top: 70px;
}
.navbar-nav>li .nav_erji li{
  border-bottom: solid 1px #fff;
}
.navbar-nav>li .nav_erji a{
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}


/*
----------------------------------------------修改
*/
.leftse,.rightse{
  width: 25px;
  height: 25px;
  display: inline-block;
  border: solid 1px #c40606;
  border-radius: 2px;
  position: relative;
  top: 15px;
}
.leftse{
  background: url(../images/ind-left.png) no-repeat center center;
  background-size: 100%;
}
.rightse{
  background: url(../images/ind-right.png) no-repeat center center;
  background-size: 100%;
}
.leftse:hover{
  background: url(../images/left2.png) no-repeat center center;
  background-size: 100%;
}
.rightse:hover{
  background: url(../images/right2.png) no-repeat center center;
  background-size: 100%;
}

.sectinad .sectionad-info .tiit{
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.serverlsider .name{
  font-size: 14px;
}
.media-object{
  width: 170px;
}
.thumbimg{
  width: 150px;
}