@charset "UTF-8";


/*¹«¹²*/
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-filter: none;
    color: #424242;
    font-size: 14px;}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;}

a:link,
a:visited {
    text-decoration: none;
    color: #424242;}

a:hover,
a:active {
    text-decoration: none;
    color: #4ba097;}

a img {
    border: 0;}

img, video {
    height: auto;
    max-width: 100%;
    vertical-align: middle;}

:root {
    --swiper-theme-color: #c6c6c6;}

.tooltip-inner {
    background: #fff !important;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;}

.bs-tooltip-top .arrow::before {
    border-top-color: #fff;}

/*Ê×Ò³*/
.main-header {
    display: block;
    height: 470px;}

.logo {
    position: absolute;
    top: 45px;
    left: 50px;
    z-index: 99999;}

.logo img {
    height: 75px;}

.menu {
    height: 60px;
    position: absolute;
    top: 55px;
    right: 50px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);}

.topMenu {
    font-size: 13px;
    padding: 0 4px;
    display: flex;
    align-items: center;}

.topMenu a {
    color: #fff;
    padding: 0 4px;}

.head-tool .form-inline .form-control {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    border-radius: 0;
    background-clip: unset;
    border: 0px solid #ffffff;
    margin-left:10px;
    opacity: 0.75;}

.head-tool-search button {
    border-radius: 0;}

.input-group-append {
    background-color: #fff;
    height: 31px;
    padding: 8px;
    margin-left: 0;
    opacity: 0.75;}

.searchicon {
    width: 16px;
    height: 16px;}

.mainMenu a {
    font-size: 15px;
    padding: 0 7px;
    color: #fff;
    font-weight: bold;}

.mainMenu .nav-item{
    margin: 8px 7px;
    padding: 10px 0;
    box-sizing: border-box;}

.mainMenu .nav-pills>li:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
    margin-left: -20px;}

.mainMenu .nav-pills .dropdown-menu {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000;
    display: none;
    text-align: center;
    min-width: 100px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.3);}

.mainMenu .dropdown-items-1 {
    width: 100px;
    line-height: 29px;}

.mainMenu .dropdown-items-1 a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 13px;}

.mainMenu .dropdown-items-1 a:hover,
.mainMenu .dropdown-items-1 a:focus {
    background-color: #4ba097;
    color: #fff;}

.mainMenu .dropdown-items-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 480px;
    line-height: 29px;}

.mainMenu .dropdown-items-2 a {
    display: block;
    min-width: 160px;
    max-width: 160px;
    text-align: left;
    font-size: 13px;}

.mainMenu .dropdown-items-2 a:hover,
.mainMenu .dropdown-items-2 a:focus {
    background-color: #4ba097;
    color: #fff;}

.mainMenu .nav-pills .nav-link {
    padding: 0;}

.mainMenu .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: none;}

.banner {
    width: 100%;
    height: 470px;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;}

.banner .title {
    position: absolute;
    z-index: 999;
    width: 1150px;
    text-align: right;
    font-size: 46px;
    color: #fff;
    top: 360px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);}

.banner .bg img {
    object-fit: cover;
    height: 470px;
    width: 100%;}

.main-content {
    display: flex;
    min-height: 240px;
    flex-direction: column;
    align-items: center;}

.main-content .nav {
    width: 1150px;}

.main-content .nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;}

.main-content .nav ul li {
    margin-right: 30px;
    font-size: 15px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;}

.main-content .nav .cur {
    border-bottom: 4px solid #4ba097;
    padding-bottom: 5px;}

.main-content .nav ul li a:hover {
    border-bottom: 4px solid #4ba097;
    padding-bottom: 5px;}

.info-list {
    width: 1150px;
    margin-top: 20px;}

.info-list ul {
    display: flex;
    flex-direction: column;
    align-items: center;}

.info-item {
    width: 1150px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D6F0EE;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
    background-image: linear-gradient(142deg, rgb(221, 243, 241) 10px, rgb(255, 255, 255) 230px);}

.info-item .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4ba097;
    font-style: italic;
    font-size: 14px;}

.info-item .date h1 {
    margin: 2px 0 0;
    font-size: 27px;}

.info-item .title {
    width: 990px;
    display: flex;
    flex-direction: column;}

.info-item .title h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;}

.info-item .title span {
    color: #6c757d;
    line-height: 25px;
    font-size: 13px;}

.page{
    width: 1150px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;}

.listpage span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;}

.main-footer {
    background-color: #4ba097;
    height: 230px;
    width: 100%;
    display: flex;
    justify-content: center;}

.footer-container {
    width: 1150px;
    display: flex;
    justify-content: space-between;}

.footer-left {
    width: 440px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;}

.footer-left img {
    height: 65px;
    width: 322px;}

.footer-left .icons {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;}

.footer-left .icons img {
    object-fit: scale-down;
    height: 30px;
    width: auto;
    margin-right: 22px;}

.footer-right {
    width: 710px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;}

.contact {
    width: 450px;}

.contact .text {
    color: #fff;
    border-left: 1px solid #62B9B0;
    padding-left: 60px;}

.contact .text a {
    color: #fff;}

.contact .text p {
    margin: 0;
    line-height: 30px;
    height: 30px;}

.friendLink {
    width: 180px;
    height: 150px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;}