header {
  width: 100%;
  background: #fff;
  line-height: 146px;
  background: #faf6fd  url(../images/headBg.png) no-repeat center;
}
header .logo {
  margin-right: 20px;
}
header .logo img {
  width: 100%;
}
header .title {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  padding-left: 20px;
  border-left: 1px solid #b9b9b9;
  line-height: 80px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  header .title {
    display: none;
  }
}
nav {
  background-color: #0079e9;
  font-size: 16px;
  text-align: center;
}
.mainSite {
  background-color: #0079e9;
  border: 0;
  margin: 0;
}
.mainSite .nav {
  width: 100%;
}
.mainSite .nav > li.activeBg > a {
  background-color: #006acc !important;
}
.mainSite .nav > li {
  width: 12.5%;
}
.mainSite .nav > li > a {
  color: #fff;
  background-color: #0079e9 !important;
  border-left: 1px solid #006acc;
  border-right: 1px solid #148eff;
}
.mainSite .nav > li:hover > a,
.mainSite .nav > li:focus > a,
.mainSite .nav > li.active > a {
  color: #fff;
  background-color: #006acc;
}
.mainSite .activeBg a {
  color: #fff;
  background-color: #006acc;
}
@media (min-width: 767px) {
  .mainSite .navbar-nav li:hover ul {
    display: block;
  }
}
.mainSite .navbar-inverse .navbar-nav > .open > a,
.mainSite .navbar-inverse .navbar-nav > .open > a:hover,
.mainSite .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent !important;
}
.mainSite .navbar-inverse .navbar-nav > .open > a,
.mainSite .navbar-inverse .navbar-nav > .open > a:hover,
.mainSite .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}
.mainSite .navbar-inverse .navbar-nav li a {
  color: #fff !important;
}
.mainSite .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.mainSite .navbar-inverse .navbar-inverse .navbar-toggle:hover,
.mainSite .navbar-inverse .navbar-inverse .navbar-toggle:focus {
  background-color: transparent !important;
}
.mainSite .navbar-inverse .navbar-collapse,
.mainSite .navbar-inverse .navbar-form {
  border: 0;
}
.mainSite .navbar-inverse .navbar-toggle {
  border-color: #fff !important;
}
.mainSite .navbar-inverse .navbar-toggle:focus,
.mainSite .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}
.mainSite .dropdown-menu > li > a:hover,
.mainSite .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0079e9;
}
@media (max-width: 767px) {
  .mainSite .navbar-nav .open .dropdown-menu {
    background-color: rgba(38, 89, 194, 0.95);
  }
  .mainSite .nav {
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .mainSite .nav > li {
    width: 100%;
  }
  .mainSite .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
  }
}
.footer-bottom {
  color: #666;
  font-size: 14px;
}
.footer-bottom .copyright {
  padding: 18px 0px;
}
.footer-bottom .copyright p {
  text-align: center;
  margin: 0px;
  line-height: 32px;
}
.footer-bottom .copyright p a {
  color: #666;
}
.index .banner {
  margin-bottom: 24px;
}
.index .banner .carousel-indicators li {
  width: 22px;
  height: 7px;
  background: #fff;
  border: 0;
  margin: 0 7px;
}
.index .banner .carousel-indicators .active {
  width: 22px;
  height: 7px;
  background: #0079e9;
}
.index .bannerImg {
  margin-top: 20px;
}
.index .bannerImg img {
  width: 100%;
}
.index .headline {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ff8900;
  position: relative;
}
.index .headline .line {
  width: 91px;
  height: 2px;
  background-color: #0172b0;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.index .headline .title {
  color: #0079e9;
  font-size: 16px;
  line-height: 31px;
  cursor: pointer;
  padding-left: 24px;
  background: url(../images/title-bg.png) no-repeat center left;
}
.index .headline .more {
  font-size: 10px;
  line-height: 32px;
}
.index .headline .more a {
  color: #0079e9;
  font-size: 16px;
}
.index .shadow {
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(178, 178, 178, 0.35);
  border: solid 1px #f1f1f1;
  padding: 15px;
}
.index .more-bottom {
  width: 100%;
  line-height: 43px;
  font-size: 14px;
}
.index .more-bottom a {
  color: #a3a3a3;
}
.index .more-bottom img {
  top: -1px;
  position: relative;
}
.index .m-b-25 {
  margin-bottom: 24px;
}
.index .b-t {
  border-top: 4px solid #0079e9;
}
.index ul.list {
  margin-top: 10px;
}
.index ul.list li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #e5e5e5;
}

.index ul.list li a {
  width: 64%;
  padding-left: 12px;
  display: block;
  float: left;
  color: #333;
  font-size: 16px;
}
.index ul.list li a:hover {
  color: #0079e9;
}
.index ul.list li img {
  position: relative;
  top: -8px;
  margin-left: 8px;
}
.index ul.list li span {
  float: right;
  font-size: 14px;
  color: #999;
}
.index ul.list li:last-child {
  border: 0;
}
.index .notice .headline {
  background: url(../images/title.png) center no-repeat;
  border: 0;
}
.index .notice ul.list li {
  border-bottom: 1px solid #e5e5e5;
}
.index .notice ul.list li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.index .download ul.list li a {
  width: 80%;
}
.index .business ul.list li {
  background: none;
}
.index .business ul.list li:hover {
  background: none;
}
.index .business ul.list li a {
  padding-left: 0;
}
.index .fasto {
  height: 94px;
  text-align: center;
  padding-top: 23px;
}
.index .fasto h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
}
.index .fasto a {
  color: #ffffff;
  line-height: 30px;
}
.index .fasto1 {
  background: url(../images/bg1.png) no-repeat;
}
.index .fasto2 {
  background: url(../images/bg2.png) no-repeat;
}
.index .fasto3 {
  background: url(../images/bg3.png) no-repeat;
}
@media (max-width: 767px) {
  .index .fasto1,
  .index .fasto2,
  .index .fasto3 {
    background-size: 100%;
  }
}
.index .tabpanel .nav-tabs {
  border: none;
  background: #f3f3f3;
}
.index .tabpanel .nav-tabs > li.active > a,
.index .tabpanel .nav-tabs > li.active > a:hover,
.index .tabpanel .nav-tabs > li.active > a:focus {
  color: #0079e9;
  cursor: default;
  background-color: #fff;
  border-top: 4px solid #0079e9;
  border-bottom-color: transparent;
}
.index .tabpanel .nav-tabs > li > a {
  border: 0;
  border-top: 4px solid #f3f3f3;
  background: #f3f3f3;
  margin-right: 0;
  border-radius: 0;
  font-size: 16px;
  color: #393939;
  padding: 10px 60px;
}
.index .tabpanel .nav-tabs > li > a:hover {
  border: 0;
  border-top: 4px solid #0079e9;
  background: #fff;
}
@media (max-width: 992px) {
  .index .tabpanel .nav > li > a {
    padding: 10px 15px;
  }
}
@media (max-width: 412px) {
  .index .tabpanel .nav > li > a {
    padding: 10px 8px;
  }
}
.index .tabpanel ul.list {
  margin-top: 20px;
}
.index .tabpanel ul.list li {
  background: none;
  border-bottom: 0;
}
.index .tabpanel ul.list li > div {
  height: 40px;
  border-bottom: 1px dashed #e5e5e5;
}
.index .tabpanel ul.list li:hover {
  background: none;
}
.index .tabpanel ul.list li a {
  width: 80%;
  padding-left: 0;
}
.index .tabpanel ul.list li:last-child {
  border-bottom: 0;
}
.index .tabpanel .more-bottom {
  padding-right: 13px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .index .tabpanel .table-responsive {
    width: 100%;
    margin-bottom: 0px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0;
  }
}
.index .tabpanel table {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
}
.index .tabpanel table thead > tr > th {
  border-bottom: 1px solid #cdcdcd;
  font-weight: 600;
}
.index .tabpanel table tbody tr {
  border-bottom: 1px dashed #ccc;
}
.index .tabpanel table tbody tr td {
  border: 0;
  padding: 10px 8px;
}
.index .tabpanel table tr .title {
  color: #333;
}
.index .tabpanel table tr .title img {
  position: relative;
  top: -8px;
  margin-left: 8px;
}
.index .tabpanel table tr .title:hover {
  color: #0079e9;
}
.index .tabpanel table tr .time {
  color: #999;
}


.index .tabpanel table a:hover{color:#026dcf;}
.index .login {
  background: linear-gradient(#fff, #fdfaeb);
  border: 2px solid #ffaa31;
}
.index .login .col-lg-6 {
  text-align: center;
}
.index .login .login1,
.index .login .stulogin,
.index .login .worklogin {
  display: inline-block;
  line-height: 90px;
}
.index .login .cookbook {
  margin: 15px 0;
  line-height: 30px;
}
.index .login .cookbook a {
  display: block;
}
.index .login .cookbook a img {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .index .login .col-lg-3 {
    text-align: center;
  }
}
.index .aboutUs {
  min-height: 228px;
}
.index .aboutUs .ewm {
  margin-top: 15px;
}
.index .aboutUs .ewm p {
  font-size: 14px;
}
.index .aboutUs .m-r-10 {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .index .aboutUs .m-l-10 {
    margin-left: 10px;
  }
}
.index .aboutUs .tel {
  margin-top: 34px;
  color: #0079e9;
}
.index .aboutUs .tel .title {
  font-size: 12px;
}
.index .aboutUs .tel .phone {
  font-size: 22px;
}
.index .aboutUs .email {
  margin-top: 20px;
  color: #0079e9;
}
.index .aboutUs .email .title {
  font-size: 12px;
}
.index .aboutUs .email .phone {
  font-size: 15px;
}
.index .aboutUs ul.list {
  margin-top: 28px;
}
.index .aboutUs ul.list li {

  border: 0;
  height: 30px;
  line-height: 30px;
}

.index .aboutUs ul.list li a {
  width: 100%;
  font-size: 14px;
  color: #333;
}
.index .friendLink {
  min-height: 228px;
}
.index .friendLink ul {
  margin-top: 10px;
}
.index .friendLink ul > li {
  float: left;
  margin-right: 26px;
}
.index .friendLink ul > li > a {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
#breadcrumb .active {
  color: #0079e9;
}
#breadcrumb ul {
  padding: 15px 0;
  background: none;
  margin: 10px 0 5px;
  font-size: 16px;
}
#breadcrumb ul li:last-child a {
  color: #0079e9;
}
.list-article {
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(178, 178, 178, 0.35);
  border: solid 1px #f1f1f1;
}
.list-article h3 {
  background: #eeeeee;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  padding: 20px 28px;
}
.list-article .inner {
  padding: 0 6px;
}
.list-article li {
  border-bottom: 1px solid #f2f2f2;
  padding: 14px 0px;
}
.list-article li:hover .title a {
  color: #0079e9;
}
.list-article li .noImg {
  width: 100%;
}
.list-article li .conbox {
  width: 70%;
}
.list-article li .imgbox {
  width: 25%;
}
.list-article li .imgbox img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .list-article li .conbox {
    width: 100%;
  }
  .list-article li .imgbox {
    display: none;
  }
}
.list-article li .title {
  margin: 10px 0;
}
.list-article li .title a {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-article li .date {
  font-size: 12px;
  color: #555;
  line-height: 25px;
}
.list-article li .con {
  margin: 4px 0;
  height: 50px;
}
.list-article li .con a {
  font-size: 12px;
  color: #555;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
  line-height: 25px;
}
.list-article li .more a {
  font-size: 12px;
  color: #0079e9;
}
.list-article li .more a:hover {
  text-decoration: underline;
}
.list-article .page {
  font-size: 14px;
  text-align: center;
  margin: 50px 0px;
}
.list-article .page a {
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
  background-color: #fff;
  color: #919191;
  border: 1px solid #919191;
}
.list-article .page .start,
.list-article .page .next,
.list-article .page .prev,
.list-article .page .end {
  width: 64px;
  height: 30px;
  border-radius: 20px;
}
.list-article .page .num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .list-article .page .num,
  .list-article .page .dian,
  .list-article .page input {
    display: none;
  }
}
.list-article .page .dian {
  border: 0;
}
.list-article .page .active {
  background-color: #0079e9;
  color: #fff;
  border: 0;
}
.list-article .page input {
  width: 60px;
}
.show-article .title {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
margin-bottom:40px;
padding-bottom:30px;
}
.show-article .title h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  padding: 29px 120px;
}
@media (max-width: 767px) {
  .show-article .title h3 {
    padding: 29px 0px;
  }
}
.show-article .title .time {
  font-size: 14px;
  color: #000000;
}
.show-article .content {
  padding: 30px 0px;
}
.show-article .content p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding-bottom: 8px;
  text-align: justify;
}
.show-article .paging {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.show-article .paging .prev a,
.show-article .paging .next a {
  color: #0079e9;
}