body {
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    margin: 0;
    height: 1px;
}

img {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #424242;
}

a:hover,
a:active {
    text-decoration: none;
    color: #1e65a7;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@font-face {
    font-family: STXingkai;
    src: url('../font/STXingkai.ttf'), url('../font/STXingkai.eot');
}

.carousel-item {
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.tooltip-inner {
    padding: 4px;
    background-color: white;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}


.top-wrap {
    width: 100%;
    background-image: linear-gradient(#5179bb, #3963a9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.top {
    width: 1200px;
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 70px;
    align-items: center;
}

.logo span {
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    height: 50px;
    font-size: 33px;
    color: #fff;
    font-family: STXingkai;
    
}

.tool {
    width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}

.tool>.text a {
    color: #fff;
    margin: 0 8px;
}

.tool-search {
    margin-left: 10px;
}

.tool .form-inline>.form-control {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    border-Radius: 0;
}

.tool-search button {
    border-Radius: 0;
}

.menu-wrap {
    width: 100%;
    background-image: linear-gradient(#ffffff, #dbdbdb);
    border-top: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    width: 1200px;
    font-size: 16px;
}

.menu li {
    font-weight: bold;
}

.menu>.nav-pills>li:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 0;
    margin-top: 0px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.menu>.nav-pills .dropdown-items-1 {
    width: 160px;
    line-height: 32px;
}

.menu>.nav-pills .dropdown-items-1 a {
    display: block;
    width: 160px;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-items-1 a:hover,
.menu>.nav-pills .dropdown-items-1 a:focus {
    background-color: #1e65a7;
    color: white;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-items-2 {
    width: 340px;
    line-height: 32px;
}

.menu>.nav-pills .dropdown-items-2 a {
    display: block;
    width: 170px;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
}

.menu>.nav-pills .dropdown-items-2 a:hover,
.menu>.nav-pills .dropdown-items-2 a:focus {
    background-color: #1e65a7;
    color: white;
    border-Radius: 0;
}

.menu>.nav-pills .nav-link {
    line-height: 45px;
    border-Radius: 0;
    padding: 0;
}

.menu>.nav-pills .nav-link.active {
    background-image: linear-gradient(#ffffff, #e9e9e9);
    border-bottom: 3px solid #1e65a7;
    color: #1e65a7;
}

.menu>.nav-pills .nav-link:hover {
    background-image: linear-gradient(#ffffff, #e9e9e9);
    border-bottom: 3px solid #1e65a7;
    color: #1e65a7;
}

.menu>.nav-pills .show>.nav-link {
    background-color: #efefef;
    border-bottom: 3px solid #1e65a7;
}

.slides {
    width: 100%;
}

.slides .carousel-item {
    height: 450px;
}

.slides .carousel-item img {
    height: 450px;
    object-fit: cover;
}

.slides .carousel-indicators li {
    width: 65px;
    height: 3px;
}

.slides .iconfont {
    font-size: 3rem;
}

.news-wrap {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}


.news {
    width: 1200px;
    margin: 40px 0 50px;
    display: flex;
    justify-content: space-between;
}

.news>.item {
    width: 370px;
    background-color: #fff;
}

.news>.item>.title {
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    text-transform: capitalize;
    border-bottom: 1px solid #eeeeee;
}

.news>.item>.title>.text {
    font-size: 17px;
    color: #8a8a8a;
    font-weight: bold;
}

.news>.item>.title>.text span{
    font-size: 14px;
    color: #b5b5b5;
    margin-right: 5px;
}

.news>.item>.title>.more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    font-size: 30px;
    color: #b5b5b5;
}

.news>.item>.content-pic {
    margin: 0;
}

.news>.item>.content-pic li {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}

.news>.item>.content-pic img{
    width: 60px;
    height: 40px;
    object-fit: cover;
}

.news>.item>.content-pic .text{
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news>.item>.content-pic .datetime{
    color: #afafaf;
    font-size: 13px;
    height: 25px;
}

.news>.item>.content {
    margin: 12px 0;
}

.news>.item>.content li {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 32px;
}

.news>.item>.content .point {
    font-size: 13px;
    margin-right: 5px;
    color: #afafaf;
}

.news>.item>.content li>.datetime {
    color: #afafaf;
    font-size: 13px;
}

.news>.item .content-cal {
    margin-top: 15px;
}

.news>.item .content-cal-ul .list {
    width: 100%;
    margin: 6px 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.news>.item .content-cal-ul .list>.text {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news>.item .date {
    display: flex;
    flex-direction: column;
    flex: none;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: #ebebeb;
    justify-content: center;
    align-items: center;
}

.news>.item .date .date-day {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    height: 20px;
    background-color: #1e65a7;
}

.news>.item .date .date-month {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    font-size: 12px;
    height: 20px;
    color: #1e65a7;
    transform: scale(0.75);
}

.shortcut-wrap {
    width: 100%;
    background-color: #f2f2f2;
    background-image: url("../image/bg.jpg");
    object-fit: cover;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shortcut {
    color: #fff;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shortcut>.item-wrap {
    display: flex;
    width: 280px;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#f9f9f9, #d8d8d8);
    border: 1px solid #e1e1e1;
    height: 90px;
}

.shortcut>.item-wrap>.item {
    display: flex;
    width: 190px;
    align-items: center;
    justify-content: flex-start;
    color: #424242;
    font-size: 16px;
}

.shortcut>.item-wrap>.item>span {
    font-size: 38px;
    color: #1e65a7;
    margin-right: 20px;
    display: block;
}

.shortcut>.item-wrap>.item>img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.bottom-wrap {
    width: 100%;
    background-image: linear-gradient(#3969b9, #5986d1);
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom {
    color: #fff;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.copyright span{
    height: 25px;
    display: flex;
    align-items: center;
}

.friendlink{
    width: 600px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.friendlink>.title{
    width: 600px;
    display: flex;
    align-items: center;
}

.friendlink>.title span{
    display: block;
    width: 5px;
    height: 15px;
    background-color: #fff;
    margin-right: 15px;
}

.friendlink>.items{
    width: 600px;
    display: flex;
    justify-content: space-between;
}

.friendlink>.items select {
    border: 1px;
}

.friendlink>.items option{
    color: #424242;
}

.friendlink>.items .select {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: thin solid #fff;
    text-align: center;
    border-radius: 0;
    height: 28px;
    width: 270px;
}


.list-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.list {
    width: 1200px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.list-l {
    width: 250px;
    display: flex;
    flex-direction: column;
}

.list-l>.nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-l>.nav>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #1e65a7;
    border-bottom: 3px solid #2382d8;
}

.list-l>.nav>.title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.nav>.title .icontext {
    font-size: 1.2rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.nav>.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-l>.link {
    width: 100%;
    margin: 20px 0;
}

.list-l>.link>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #9ca4b6;
    border-bottom: 3px solid #c2c7d2;
}

.list-l>.link>.title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.link>.title .icontext {
    font-size: 1.2rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.link>.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-r {
    width: 920px;
    display: flex;
    flex-direction: column;
}

.list-r .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #1e65a7;
}

.list-r .title .text {
    color: #1e65a7;
    font-size: 18px;
}

.list-r .title .nav,
.list-r .title .nav a {
    color: #767676;
}

.list-r .content {
    margin-bottom: 20px;
}

.list-r .content li {
    line-height: 55px;
    color: #767676;
    height: 55px;
    font-size: 17px;
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
}

.list-r .content li>span {
    color: #9b9b9b;
    float: right;
}

.list-r .listpage {
    display: flex;
    justify-content: center;
}


.info-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info {
    width: 1200px;
    margin: 20px 0 50px;
    display: flex;
    flex-direction: column;
}

.info>.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #1e65a7;
}

.info>.title>.text {
    color: #1e65a7;
    font-size: 18px;
}

.info>.title>.nav,
.info>.title>.nav a {
    color: #767676;
}

.info>.content {
    line-height: 35px;
    font-size: 16px;
}

.info>.content>.title {
    width: 90%;
    margin: 30px auto 0;
    display: block;
    text-align: center;
}

.info>.content>.title h3 {
    line-height: 50px;
}

.info>.content>.items {
    display: block;
    text-align: center;
    line-height: 75px;
    border-bottom: 1px dashed #ccc;
}

.info>.content>.text {
    font-size: 17px;
    line-height: 38px;
    display: block;
    margin: 30px 0;
}

.info>.content>.text p {
    padding: 0;
    margin: 0;
}

.listpage span {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info>.textpage a {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info>.textpage>b {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #1e65a7;
    border: 1px solid #1e65a7;
}

.info>.page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.info>.page>.item {
    width: 100%;
    display: flex;
    height: 35px;
    align-items: center;
}

.info>.page>.item span {
    margin-right: 10px;
}
