@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;}

.infos {
    width: 1150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 50px;}

.infos-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    height: 40px;}

.infos-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;}

.info-item {
    width: 100%;
    margin-top: 50px;}

.info-item .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;}

.info-item .title p {
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #d7d7d7;
    width: auto;
    padding: 0 10px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: -10px;
    font-size: 18px;
    font-weight: bold;}

.info-item .list {
    width: 100%;}

.info-item .list ul {
    display: grid;
    grid-template-columns: 280px 280px 280px 280px;
    justify-content: space-between;}

.info-item .list ul li {
    display: flex;
    background-color: #e6eff1;
    border-bottom: 3px #4ba097 solid;
    height: 70px;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    font-size: 16px;}

.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;}