body {
    font-family: Heiti SC Medium, -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
    line-height: 200%;
    mso-pagination: none;
    text-autospace: ideograph-numeric;
}

#header {
    height: 80px;
}

#header .navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
}

h1,
h4,
h6 {
    margin: 0;
    padding: 0;
}

#header .navbar-header .logo {
    width: 220px;
    height: 80px;
}

#header .navbar-header .logo a {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 80px;
    text-indent: -9999px;
    background: url(../img/logo.png) no-repeat;
    overflow: hidden;
}

#nav_list li {
    height: 80px;
}

#nav_list li a {
    height: 80px;
    color: #000;
    font-size: 16px;
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Heiti SC Medium";
}

#nav_list ul li a.current {
    color: #00a0dc;
}

#nav_list li a:visited {
    color: #000;
}

#nav_list li a:hover {
    color: #00a0dc;
}

#main_ad>.carousel-inner>.item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    #main_ad>.carousel-inner>.item {
        height: 410px;
    }
}

#main_ad>.carousel-inner>.item>img {
    width: 100%;
}

.introduce p {
    color: #000;
    text-indent: 2em;
    line-height: 200%;
    font-size: 16px;
    font-family: "Heiti SC Medium";
}

.introduce h2 {
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 200%;
    font-family: "Heiti SC Medium";
}

.introduce h3 {
    font-size: 16px;
    text-align: center;
    color:#000;
    padding-bottom: 30px;
    line-height: 200%;
    font-family: "Heiti SC Medium";
}

.introduce h4 {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 200%;
    font-family: "Heiti SC Medium";
}

.introduce h5 {
    font-size: 16px;
    color: #000;
    line-height: 200%;
    font-family: "Heiti SC Medium";
}

.introduce ul li,
.introduce ol li {
    color: #000;
    font-size: 16px;
    line-height: 200%;
    font-family: "Heiti SC Medium";
    padding-top: 6px;
}

.introduce table {
 margin-top: 10px;
}

table {
    width: 100%;
    color: #000;
    border: 1px solid #333;
}

tr {
    height: 35px;
}

td,
th {
    border: 1px solid #333;
}

table,
td,
th {
    border-collapse: collapse;
    /*合并相邻边框*/
}

table td .text-center {
    text-align: center;
}

table td:nth-of-type(1) {
    width: 20%;
    font-size: 16px;
    line-height: 200%;
    font-family: "Heiti SC Medium";
}

table td:nth-of-type(2) {
    width: 80px;
    font-size: 16px;
    line-height: 200%;
    font-family: "Heiti SC Medium";

}

.part-apply table td:nth-of-type(1) {
    width: 80%;
    padding-left: 10px;
    font-size: 16px;
    line-height: 200%;
    font-family: "Heiti SC Medium";
}

.footer {
    /*background-color: #f8f8f8;*/
    background-color: #fff;
}

.footer {
    margin-top: 50px;
    border-top: 1px solid #e1e1e1;
    /*box-shadow: 0 4px 10px 0 rgba(0,0,0,.05);*/
}

.footer .container {
    margin-top: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.footer .container h4,
.footer .container h6 {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    font-family: "Heiti SC Medium";
}

.footer .container a,
.footer .container a:visited,
.footer .container a:hover {
    font-size: 14px;
    color: #000;
    font-family: "Heiti SC Medium";
}

.footer .container .licence {
    margin-left: 10px;
}

.h1-style {
    font-size: 18px;
    padding-bottom: 20px;
    color: #000;
    font-weight: 600;
    font-family: "Heiti SC Medium";
}

.h1-style-padding-top {
    padding-top: 10px;
}

.h5-style {
    font-size: 16px !important;
    padding-top: 8px;
    font-family: "Heiti SC Medium";
}

.h3-small {
    font-size: 14px !important;
    font-family: "Heiti SC Medium";
}

.li_normal {
    font-size: 16px !important;
    font-family: "Heiti SC Medium";
}

.part-apply table td:nth-child(2) {
    text-align: center;
}

.carousel-control {
    width: 6%;
  }
  

  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .3)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4D000000', GradientType=1);
    background-repeat: repeat-x;
  }

.fixed-size {
    width: 15%;
    object-fit: cover; /* 保持图片比例并填充指定区域 */
}

.fixed-margin-end {
    margin-right: 13%;
}

.font-size-18 {
    font-size: 18px !important;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-top-30{
    margin-top: 30px;
}