:root {
    --primary-color: #1ca7c4;
}

body {
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #333333;
}

a {
    color: #333333;
}

a, a:hover, a:visited {
    text-decoration: none
}

a:hover {
    color: var(--primary-color);
}

a:visited {
    /*color: inherit;*/
}

.primary {
    color: var(--primary-color);
}

.container {
    width: 1200px;
    /*overflow: hidden;*/
    margin: 0 auto;
}

.flex {
    flex-direction: row;
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mt-1 {
    margin-top: 5px
}

.mt-2 {
    margin-top: 8px
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bold {
    font-weight: bold;
}

/*=============*/

header {
    height: 90px;
    background-color: #ffffff;
}

header .logo {
    font-size: 16px;
}

header .logo img {
    max-width: 200px;
}

nav {
    height: 90px;
    line-height: 90px;
    margin-right: 10px;
}

nav a {
    text-align: center;
    padding: 0 5px;
    font-size: 16px;
    margin: 0 20px;
}

nav a:hover, nav a.active {
    color: #1ca7c4;
    border-bottom: 2px solid #1ca7c4;
}

.top-tel {
    font-size: 24px;
}

.top-tel img {
    margin-right: 5px;
}

footer {
    padding: 20px 0 0;
    background-color: #2e2e2e;
    color: #afafaf;
}

footer a {
    color: #333333;
}

footer a:hover {
    color: var(--primary-color) !important;
}

footer .fnav {
    padding: 20px 0;
    font-size: 16px;
    margin-bottom: 50px;
}

.footer-left {
    width: 55%;
}

footer .fnav a {
    margin-right: 60px;
    color: #ffffff;
}

footer .qrcode {
    width: 120px;
}

footer .qrcode span {
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .copyright {
    margin-top: 100px;
    padding: 5px 0;
    color: #787878;
    border-top: 1px solid #434242;
}

footer .copyright a {
    color: #787878;
}

footer .contact {
    line-height: 30px;
}

.footer-right {
    padding-left: 115px;
    padding-top: 30px;
}

.footer-right .en-name {
    font-size: 40px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.footer-right .top-tel {
    margin-top: 40px;
    font-size: 30px;
}


.links {
    padding: 0 0 25px 0;
    color: #787878;
}

.links a {
    color: #787878;
    margin-right: 5px;
}


/*首页*/
.swiper {
    width: 100%;
    height: 450px;
}

.swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #f0f0f0;
    opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
    background-color: #1ca7c4;
}

.title {
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
}

.title .name {
    font-size: 34px;
}

.title span {
    background-color: var(--primary-color);
    height: 4px;
    width: 60px;
    margin-top: 15px;
    display: inline-block;
}

.more {
    color: #002049;
    display: flex;
    align-items: center;
}

.more a {
    color: #002049;
}

.more img {
    margin-left: 3px;
}

.ads {
    height: 407px;
    display: block;
    margin-top: 40px;
}

.tbanner {
    height: 400px;
    width: 100%;
}

.tbanner .cat-name {
    font-size: 36px;
    color: #ffffff;
}
.tbanner .cat-name span{
    font-size: 20px;
    margin-top: 5px;
    display: inline-block;
}

.main {
    padding: 30px 0;
}


.article {
    width: 920px;
}

.article .title {
    line-height: 40px;
    height: 40px;
}

.article .title .name {
    font-size: 18px;
}

.breadcrumb-c {
    /*background-color: #f5f5f5;*/
    height: 46px;
    line-height: 46px;
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumb {
    font-size: 13px;
    color: #666666;
}

.breadcrumb a {
    color: #666666;
}

.breadcrumb a:hover {
    color: #e3ae5a;
}

.acon {
    line-height: 30px;
}


.page {
    width: 90%;
    clear: both;
    margin: 0 auto;
}

.pagination {
    width: 100%;
    line-height: 2rem;
    text-align: center;
    border-top: none;
    margin: 10px 0 10px 10px;
}

.pagination li {
    display: inline-block
}

.pagination a {
    padding: 6px 10px !important;
    color: #666 !important;
    margin: 0 6px;
    border: 1px solid #E2E2E2;
    background: #fff;
    border-radius: 3px;
}

.pagination a:hover {
    background: #E2E2E2;
    color: #555;
    border-radius: 3px
}

.pagination span {
    padding: 6px 10px;
    color: #666666;
    margin: 0 6px;
    border: 1px solid #E2E2E2;
    background: #E2E2E2;
    border-radius: 3px
}

.pagination font {
    color: #000
}

.pagination .active span {
    background: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}


.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.detail .attr {
    padding-bottom: 10px;
    color: #999999;
}
.detail .atitle {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.detail .atitle span{
    border:1px solid #777777;
    color: #777777;
    display: inline-block;
    padding: 15px 30px;
    font-size: 24px;
}
.detail .ntitle{
    font-size: 24px;
    color: #555555;
    font-weight: normal;
}
.detail .content {
    color: #777777;
    line-height: 28px;
    padding-bottom: 20px;
}

.detail .content video {
    margin: 0 auto;
    display: block;
}

.feedback {

}

.feedback .input {
    display: flex;
    margin-bottom: 20px;
}

.feedback .input .label {
    width: 136px;
    text-align: right;
    line-height: 40px;
}

.feedback .input .label span {
    color: red;
}

.feedback .input input, .feedback .input textarea {
    border: 1px solid #e7e7e7;
    width: 310px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}

.feedback .input textarea {
    width: 600px;
    height: 320px;
}

.feedback .btn {
    background-color: #e3ae5a;
    color: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
}

.feedback button {
    background-color: #dcdcdc !important;
    color: #333333 !important;
    margin-left: 50px;
}

.feedback .btns {
    margin-left: 136px;
}

.toTop {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 20px;
    border-radius: 50%;
    z-index: 99;
    background-color: #ffffff;
    cursor: pointer;
}

.toTop img {
    max-width: 90%;
}


.side {
    width: 260px;
    flex-shrink: 0;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side .catname {
    height: 68px;
    line-height: 68px;
    color: #ffffff;
    background-color: #e3ae5a;
    text-align: center;
    width: 100%;
}

.side a {
    display: inline-block;
    padding: 18px 0;
    width: 260px;
    text-align: center;
    background-color: #f5f5f5;
}


.side a:hover, .side a.active {
    color: #ffffff;
    background-color: #002049;
}

.cat-17 {

}

.cat-17 a {
    width: 24%;
    /*margin-right: 2%;*/
    box-sizing: border-box;
    margin-bottom: 22px;
    padding: 32px 24px;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.cat-17 a .name {
    font-size: 18px;
    margin: 12px 0;
}

.cat-17 a:hover {
    border: 1px solid var(--primary-color);
}

.cat-28 a {
    width: 192px;
    height: 134px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
}

.cat-28 a img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s linear;
}

.cat-28 a:hover {
    border: 1px solid var(--primary-color);
}

.cat-28 a:hover img {
    transform: scale(1.1);
}


.cat-3 {
    margin-bottom: 50px;
}

.cat-3 .news-left, .cat-3 .news-right {
    width: 50%;
}

.cat-3 .news-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 22px;
}

.cat-3 .news-left a {
    border-bottom: 1px solid #e7e7e7;
    padding: 14px 0;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 20px;
    width: 90%;
}

.cat-3 .news-left a:last-child {
    border-bottom: none;
}

.cat-3 .news-left a .name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}

.cat-3 .news-left a .desc {
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-3 .news-right {
    margin-left: 5%;
    width: 45%;
}

.cat-3 .news-right a {
    width: 254px;
    padding-bottom: 15px;
}

.cat-3 .news-right a .name {
    font-weight: bold;
    margin: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-3 .news-right a .desc {
    color: #666666;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.cat-3 a .img{
    overflow: hidden;
    width: 254px;
    height: 130px;
}
.cat-3 .news-right a img {
    width: 254px;
    height: 130px;
    transition: all 0.3s linear;
}

.cat-3 a:hover img {
    transform: scale(1.1);
}

.prenext {
    line-height: 30px;
}

.yewu-nav{
    height: 62px;
    line-height: 62px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    color: #666666;
    margin-top: -31px;
    margin-bottom: 10px;
}
.yewu-nav a{
    padding: 0 40px;
}
.yewu-nav a:hover,.yewu-nav a.active{
    background-color: var(--primary-color);
    color: #ffffff;
}
.new{
    padding-bottom: 50px;
}
.new a {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}

.new a .time {
    background-color: var(--primary-color);
    width: 80px;
    height: 80px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 12px;
    flex-shrink: 0;
}

.new a .day {
    font-size: 30px;
    font-weight: bold;
}

.new a .name {
    font-size: 18px;
}

.new a .desc {
    margin: 10px auto;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.new a .time {
    font-size: 13px;
    color: #666666;
}

.border-top {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}