/*----------Reset----------*/
body {
    width: 100%;
    overflow-x: hidden;
}
body,p,ul,li,ol{
	margin:0;
	padding:0;
	border:0;
}

html{
    background-color: #F8F8F8;
}

ul,li,ol{
	list-style-type:none;
}

*{
	font-family:'微软雅黑','Microsoft YaHei';
	outline:none;
}

a{
	display: block;
}

a,a:hover,a:focus,p,p:hover{
	text-decoration:none;
	outline:none;
}

.clearfix:before,
.clearfix:after{
  	content: " ";
  	display: table;
}

.clearfix:after {
  	clear: both;
}

.clearfix {
  	*zoom: 1;
  	/*IE/7/6*/
}

/*font*/
@font-face {
	font-family: heavy;
	src: url("../../font/AlibabaPuHuiTi-3-105-Heavy.ttf");
}

/*==========Common==========*/
.unit {
    width: 1440px;
    height: auto;
    margin: 0 auto;
}

.unit_title {
    height: 88px;
    margin-bottom: 64px;
    background-image: url("../../img/unit_title_bg.png");
    background-position: center 24px;
    background-size: 458px;
    background-repeat: no-repeat;
}

.unit_title p {
    text-align: center;
    font-size: 40px;
    height: 48px;
    line-height: 48px;
    color: #051A33;
    font-family: heavy;
    margin-bottom: 16px;
}

.unit_title span {
    display: block;
    text-align: center;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: rgba(5, 26, 51, 0.4);
}

button {
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 0;
    outline: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    background-color: #4DABAE;
    margin: 32px auto 88px;
    display: block;
    transition: all 0.2s;
}

button:hover {
    background-color: #5db1b3;
    cursor: pointer;
    transition: 0.2s all;
}

.nav_sec_bg {
    height: 392px;
    background-image: url("../../img/sec_bg.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 160px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.nav_sec_bg span {
    display: block;
    width: 1440px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 32px;
    font-family: heavy;
    margin: 0 auto;
}

.nav_sec_bg a {
    display: block;
    float: left;
    margin-right: 32px;
    font-family: heavy;
    color: rgba(255, 255, 255, 0.64);
    transition: all 0.2s;
}

.nav_sec_bg a.active {
    color: rgba(255, 255, 255, 1);
}

.nav_sec_bg a:hover {
    color: rgba(255, 255, 255, 1);
    transition: 0.2s all;
}

.nav_sec {
    width: 1440px;
    margin: 264px auto 8px;
}

.nav_sec a {
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    font-size: 16px;
    color: rgba(5, 26, 51, 0.64);
    display: block;
    float: left;
    margin-right: 8px;
	margin-bottom: 8px;
    background-color: #ffffff;
    transition: all 0.2s;
}

.nav_sec a.active {
    color: #3E8C96;
    font-weight: bold;
}

.nav_sec a:hover {
    color: #3E8C96;
    transition: 0.2s all;
}

.crumbs {
    height: 64px;
    box-sizing: border-box;
    border-bottom: 1px solid #E1E3E6;
    padding: 20px 32px;
    background-color: #ffffff;
}

.crumbs span,
.crumbs a {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #9BA3AD;
    margin-right: 24px;
    position: relative;
    transition: all 0.2s;
}

.crumbs a::after {
    content: '/';
    display: block;
    position: absolute;
    width: 8px;
    height: 24px;
    right: -16px;
    color: rgba(155, 163, 173, 0,64);
    top: 0px;
}

.crumbs a:last-child::after {
    display: none;
}

.crumbs a:hover {
    color: #3E8C96;
    text-decoration: underline;
    transition: 0.2s all;
}

.interval {
    height: 144px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("../../img/footer_top.png");
}

/*==========Header==========*/
header {
    width: 100%;
    height: 96px;
    background-color: rgba(77, 171, 174, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    top: 0;
    padding: 0 40px;
}

.logo_nav {
    display: block;
    float: left;
    height: 64px;
    margin-top: 16px;
}

nav {
    position: absolute;
    left: 464px;
    right: 280px;
    display: flex;
    flex-direction: row;
}

nav div {
    width: calc(100%/11);
    position: relative;
}

nav div > a {
    display: block;
    height: 96px;
    line-height: 96px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-bottom: 4px solid rgba(157, 236, 225, 0);
    transition: all 0.4s;
}

nav div > a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 96px;
    background-color: #35898C;
    z-index: -1;
    transition: all 0.2s;
}

nav div > a.active,
nav div:hover > a {
    border-bottom: 4px solid rgba(157, 236, 225, 1);
    transition: 0.4s all;
}

nav div > a.active::after,
nav div:hover > a::after {
    top: 0;
    bottom: 0;
    transition: 0.2s all;
}

nav ul {
    width: 144px;
    padding: 8px 0;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(5, 26, 51, 0.12);
    position: absolute;
    left: 0;
    top: 96px;
}

nav ul a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 0 24px;
    color: #515255;
    font-size: 15px;
    border-bottom: 1px solid rgba(225, 227, 230, 0.32);
    transition: all 0.2s;
}

nav ul li:last-child a {
    border-bottom: 0;
}

nav ul a:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(53, 137, 140, 1);
    transition: 0.2s all;
}

.search {
    height: 36px;
    box-sizing: border-box;
    width: 200px;
    position: absolute;
    right: 40px;
    top: 30px;
}

.search i {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../../img/icon_linear_search02.png");
    background-size: contain;
    left: 16px;
    top: 10px;
}

.search input {
    width: 100%;
    height: 36px;
    border-radius: 18px;
    background-color: rgba(62, 154, 165, 0.8);
    color: #ffffff;
    border: 1px solid rgba(62, 154, 165, 1);
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 14px;
    transition: all 0.2s;
}

.search input::placeholder {
    color: rgba(255, 255, 255, 0.64);
}

.search input:hover,
.search input:focus{
    background-color: rgba(62, 154, 165, 1);
    border: 1px solid #9DECE1;
    transition: 0.2s all;
}

/*==========Section==========*/
section {
    width: 1440px;
    margin: 0 auto 88px;
}

.section_page {
    float: left;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(5, 26, 51, 0.12);
	width: 100%;
}

.section_main {
    display: none;
}

.section_text {
    box-sizing: border-box;
    padding: 32px 64px 64px;
}

.text_title {
    margin-bottom: 32px;
}

.text_title p {
    font-size: 20px;
    line-height: 28px;
    color: #051A33;
    font-weight: bold;
    text-align: center;
}

.section_text i {
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    display: block;
    text-align: center;
    font-style: normal;
}

.text_title i {
    color: #9BA3AD;
    margin-top: 16px;
}

.text_img {
    margin-bottom: 20px;
}

.section_text img {
     /*display: block;*/
    /*margin: 8px auto;*/
    /*max-width: 640px;*/
    /*width: 100% !important;*/
	/*height:auto !important;*/
}

.text_img i {
    color: #515255;
}

.section_text span {
    color: #051A33;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    display: block;
}

.section_tab {
    width: 160px;
    float: left;
    background-color: #ffffff;
}

.section_tab div {
    height: 64px;
    line-height: 64px;
    box-sizing: border-box;
    padding-left: 24px;
    font-size: 16px;
    color: rgba(5, 26, 51, 0.64);
    background-color: #EDEEEF;
    border-bottom: 1px solid #ffffff;
    transition: all 0.2s;
}

.section_tab div.active {
    background-color: #3E9AA5;
    color: #ffffff;
}

.section_tab div:hover {
    background-color: #3E9AA5;
    color: #ffffff;
    transition: 0.2s all;
    cursor: pointer;
}

section .section_tab + .section_page {
    width: calc(100% - 160px);
}

.section_panel {
    width: 100%;
}

.section_group {
    width: calc(100% - 416px - 16px);
    float: left;
    margin-right: 16px;
}

.section_list {
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(5, 26, 51, 0.12);
    box-sizing: border-box;
    padding: 32px;
    margin-bottom: 32px;
}

.section_item {
    display: block;
    margin-bottom: 32px;
    height: 144px;
}

.section_item:last-child {
    margin-bottom: 0;
}

.section_item > div {
    float: left;
}

.section_item > div:nth-of-type(1) {
    width: 256px;
    height: 144px;
    margin-right: 24px;
    overflow: hidden;
}

.section_item > div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.section_item > div:nth-of-type(2) {
    width: calc(100% - 256px - 24px);
    padding: 8px 0;
    box-sizing: border-box;
}

.section_item > div:nth-of-type(2) p {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    color: #051A33;
    font-weight: bold;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s;
}

.section_item > div:nth-of-type(2) span {
    font-size: 15px;
    height: 48px;
    line-height: 24px;
    color: #515255;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 24px;
}

.section_item > div:nth-of-type(2) i {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #9BA3AD;
    font-style: normal;
}

.section_item:hover div img {
    transform: scale(1.1,1.1);
    transition: 0.2s all;
}

.section_item:hover div:nth-of-type(2) p {
    color: #3E8C96;
    transition: 0.2s all;
}

.section_item_media {
    float: left;
    height: 256px;
    width: calc((100% - 64px)/3);
    margin: 0 32px 32px 0;
}

.section_item_media:nth-child(3n) {
    margin-right: 0;
}

.section_item_media div {
    float: none;
}

.section_item_media div:nth-of-type(1) {
    height: 144px;
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
}

.section_item_media div:nth-of-type(2) {
    width: 100%;
    padding: 0;
}

.section_item_media div:nth-of-type(2) p {
    margin-bottom: 24px;
}

.page_turn {
    text-align: center;
}

.page_turn span,
.page_turn a {
    display: inline-block;
}

.page_turn span,
.page_turn i {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #515255;
    font-style: normal;
}

.page_turn i {
    margin: 0 4px;
}

.page_turn a {
    width: 40px;
    height: 36px;
    line-height: 36px;
    background-color: #ffffff;
    margin: 0 4px;
    font-size: 14px;
    color: #515255;
    text-align: center;
    transition: all 0.2s;
}

.page_turn a.prev,
.page_turn a.next {
    width: 64px;
}

.page_turn a.active {
    background-color: #3E8C96;
    color: #ffffff;
}

.page_turn a:hover {
    background-color: #3E8C96;
    color: #ffffff;
    transition: 0.2s all;
}

.page_turn a.noClick {
    pointer-events: none;
    background-color: transparent;
}

.page_turn a.noClick:hover {
    background-color: transparent;
    color: #515255;
}

.extend {
    width: 1440px;
    margin: 0 auto 64px;
}

.extend_title {
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    font-family: heavy;
    color: #051A33;
    margin-bottom: 64px;
}

.extend_list .unit_achi_item {
    width: calc((100% - 32px * 3)/4);
}

.extend_list .unit_achi_item:last-child {
    margin-right: 0;
}

.section_recommend {
    width: 416px;
    float: left;
}

.recommend_part {
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(5, 26, 51, 0.12);
    margin-bottom: 16px;
}

.recommend_part .title {
    padding: 0 32px;
    height: 64px;
    box-sizing: border-box;
    border-bottom: 1px solid #E1E3E6;
}

.recommend_part .title span {
    display: inline-block;
    line-height: 64px;
    height: 64px;
    position: relative;
    font-weight: bold;
}

.recommend_part.news .title span::after {
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 24px;
    background-image: url("../../img/tips_new.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -48px;
    top: 20px;
}

.recommend_part.hots .title span::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../../img/tips_hot.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -24px;
    top: 24px;
}

.recommend_list {
    padding: 32px;
}

.recommend_item {
    margin-bottom: 16px;
}

.recommend_item:last-child {
    margin-bottom: 0;
}

.recommend_item > div {
    float: left;
}

.recommend_item > div:nth-of-type(1) {
    width: 144px;
    height: 80px;
    margin-right: 16px;
    overflow: hidden;
    display: none;
}

.recommend_item > div:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.recommend_item > div:nth-of-type(2) {
    width: 100%;
}

.recommend_item > div:last-child p {
    color: #051A33;
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 4px;
}

.recommend_item > div:last-child i {
    color: rgba(5, 26, 51, 0.64);
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    font-style: normal;
}

.recommend_item:nth-of-type(1),
.recommend_item:nth-of-type(2) {
    margin-bottom: 24px;
}

.recommend_item:nth-of-type(1) > div:nth-of-type(1),
.recommend_item:nth-of-type(2) > div:nth-of-type(1) {
    display: block;
}

.recommend_item:nth-of-type(1) > div:nth-of-type(2),
.recommend_item:nth-of-type(2) > div:nth-of-type(2) {
    width: calc(100% - 144px - 16px);
}

.info_group {
    width: 100%;
}

.info_group .section_list {
    padding: 0;
    padding-top: 32px;
    background-color: transparent;
    box-shadow: none;
}

.info_group .section_item {
    float: left;
    height: 264px;
    width: calc((100% - 32px * 2)/3);
    position: relative;
    margin: 0 32px 32px 0;
}

.info_group .section_item:nth-child(3n) {
    margin-right: 0;
}

.info_group .section_item div:nth-of-type(1) {
    width: 150px;
    height: 200px;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 32px;
    overflow: hidden;
}

.info_group .section_item div:nth-of-type(2) {
    position: absolute;
    z-index: 8;
    left: 32px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    width: auto;
    padding: 32px 32px 32px 150px;
    box-shadow: 0 1px 2px rgba(5, 26, 51, 0.12);
}

.info_group .section_item div:nth-of-type(2) p {
    padding-bottom: 24px;
    border-bottom: 1px solid #E1E3E6;
    margin-bottom: 24px;
    transition: all 0.2s;
}

.info_group .section_item div:nth-of-type(2) span {
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.info_group .section_item:hover div:nth-of-type(1) img {
    transform: scale(1.1,1.1);
}

.info_group .section_item:hover div:nth-of-type(2) p {
    color: #3E8C96;
    text-decoration: underline;
    transition: 0.2s all;
}

.search_box {
    margin: 328px auto 88px;
}

strong.keywords {
    color: red;
}

/*==========Footer==========*/
footer {
    width: 100%;
    box-sizing: border-box;
    padding-top: 64px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../../img/footer_bg.jpeg");
}

.logo_foot {
    width: 1440px;
    margin: 0 auto 64px;
    overflow: hidden;
}

.logo_foot > span {
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.logo_foot > span:nth-of-type(1) {
    max-width: 384px;
    width: 80%;
}
.logo_foot > span:nth-of-type(1) img{
    max-width: 100%;
}
.logo_foot > span:nth-of-type(2) {
    float: right;
    text-align: right;
    line-height: 64px;
    font-size: 40px;
    font-weight: bold;
    color: #429395;
    margin-right: 154px
}

.foot_list {
    width: 1440px;
    margin: 0 auto 64px;
    padding-top: 64px;
    box-sizing: border-box;
    border-top: 1px solid #E1E3E6;
}

.foot_list_left {
    width: calc(100% - 484px);
    float: left;
}

.foot_list_right {
    width: 484px;
    float: left;
}

.foot_item {
    margin-bottom: 32px;
}

.foot_item:last-child {
    margin-bottom: 0;
}

.foot_list_left .foot_item:nth-of-type(1) {
    margin-bottom: 24px;
}

.foot_list_left .foot_item:nth-of-type(2) {
    margin-bottom: 62px;
}

.foot_item p {
    font-size: 16px;
    line-height: 24px;
    color: #051A33;
    margin-bottom: 8px;
    font-weight: bold;
}

.foot_info_panel > span {
    display: block;
    float: left;
    line-height: 24px;
    font-size: 15px;
    color: #515255;
    margin-right: 20px;
    position: relative;
}

.foot_info_panel > span::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 4px;
    bottom: 4px;
    right: -10px;
    background-color: rgba(81, 82, 85, 0.24);
}

.foot_info_panel > span:last-child::after {
    display: none;
}

.foot_info_panel.noLink > span {
    float: none;
}

.foot_info_panel.noLink > span::after {
    display: none;
}

.foot_info_panel > span a {
   color: #515255; 
}

.foot_info_panel.code > div {
    float: left;
    width: 104px;
    height: 134px;
    margin-right: 24px;
}

.foot_info_panel.code > div > span {
    display: block;
}

.foot_info_panel.code > div > span:nth-of-type(1) {
    width: 104px;
    height: 104px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 8px;
}

.foot_info_panel.code > div:nth-of-type(1) > span:nth-of-type(1) {
    background-image: url("../../img/code_home.jpeg");
}

.foot_info_panel.code > div:nth-of-type(2) > span:nth-of-type(1) {
    background-image: url("../../img/code_weChat.jpeg");
}

.foot_info_panel.code > div > span:nth-of-type(2) {
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #515255;
}

.foot_list_left .foot_item:nth-of-type(3) {
    display: flex;
    flex-direction: row;
}

.foot_list_left .foot_item:nth-of-type(3) > div {
    margin-right: 80px;
}

.copyRight {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    border-top: 1px solid #E1E3E6;
    text-align: center;
    padding: 20px 0px;
}

.copyRight > span {
    margin-right: 20px;
    font-size: 14px;
    line-height:1.7;
    color: rgba(81, 82, 85, 0.64);
    position: relative;
}

.copyRight > span::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 4px;
    bottom: 4px;
    right: -12px;
    background-color: rgba(81, 82, 85, 0.24);
}

.copyRight > span:last-child::after {
    display: none;
}

/*==========Banner==========*/
.banner {
    width: 100%;
    height: 100vh;
    margin-bottom: 88px;
}

.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 16px !important;
}

.swiper-pagination-bullet {
    width: 88px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
}

.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.swiper-slide > div {
    width: 100%;
    height: 100%;
    position: relative;
}

.g_code {
    position: absolute;
    right: 120px;
    top: 120px;
}

.g_code i {
    font-style: normal;
    color: #3d8c96;
    font-size: 32px;
    line-height: 40px;
    font-weight: bolder;
    float: left;
    margin-left: 40px;
}

/*==========News==========*/
.unit_news_top a {
    display: block;
    float: left;
    width: calc((100% - 64px)/3);
    height: 528px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(5, 26, 51, 0);
    padding: 68px 32px 32px;
    position: relative;
    transition: all 0.2s;
}

.unit_news_top a::before {
    content: '';
    display: block;
    position: absolute;
    top: 32px;
    left: 32px;
    width: 32px;
    height: 4px;
    background-color: #67C5C7;
    transition: all 0.2s;
}

.unit_news_top a:nth-of-type(2) {
    margin: 0 32px;
}

.unit_news_top a p {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    color: #051A33;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 16px;
    font-weight: bolder;
}

.unit_news_top a span {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    color: #515255;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 32px;
}

.unit_news_top a i {
    display: block;
    font-style: normal;
    color: #051A33;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    font-family: heavy;
    margin-bottom: 32px;
}

.unit_news_top a .box_img {
    height: 224px;
    background-color: #ffffff;
    overflow: hidden;
}

.unit_news_top a .box_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.unit_news_top a:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    box-shadow: 0 1px 1px rgba(5, 26, 51, 0.08);
    transition: 0.2s all;
}

.unit_news_top a:hover::before {
    width: calc(100% - 64px);
    transition: 0.2s all;
}

.unit_news_top a:hover p {
    color: #5db1b3;
}

.unit_news_top a:hover .box_img img {
    transform: scale(1.1,1.1);
    transition: 0.2s all;
}

.unit_news_top button {
    width: 288px;
}

.news_media {
    width: calc(100% - 426px - 64px);
    float: left;
    margin-right: 64px;
}

.news_media .unit_title {
    height: 40px;
    margin-bottom: 64px;
    background-image: none;
}

.news_media .unit_title p {
    font-size: 32px;
    line-height: 40px;
    height: 40px;
}

.news_media_list a {
    background-color: #ffffff;
    height: 110px;
    width: calc((100% - 32px)/2);
    float: left;
    margin: 0 32px 32px 0;
    box-shadow: 0 1px 2px rgba(5, 26, 51, 0.08);
}

.news_media_list a:nth-child(even) {
    margin-right: 0;
}

.news_media_list a:nth-of-type(3),
.news_media_list a:nth-of-type(4) {
    margin-bottom: 0;
}

.news_media_list a div {
    float: left;
}

.news_media_list a div:nth-of-type(1) {
    width: 82px;
    height: 100%;
    overflow: hidden;
}

.news_media_list a div:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.news_media_list a div:nth-of-type(2) {
    width: calc(100% - 82px);
    height: 100%;
    box-sizing: border-box;
    padding: 16px 32px;
}

.news_media_list a div:nth-of-type(2) span {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
    color: #051A33;
}

.news_media_list a div:nth-of-type(2) i {
    display: block;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color: #9BA3AD;
    font-style: normal;
}

.news_media_list a:hover div:nth-of-type(1) img {
    transform: scale(1.1,1.1);
    transition: 0.2s all;
}

.news_media_list a:hover div:nth-of-type(2) span {
    color: #5db1b3;
    text-decoration: underline;
    transition: 0.2s all;
}

.news_media button {
    width: 128px;
    margin-top: 64px;
}

.news_notice {
    width: 426px;
    float: left;
}

.news_notice .unit_title {
    height: 40px;
    margin-bottom: 64px;
}

.news_notice .unit_title p {
    font-size: 32px;
    line-height: 40px;
    height: 40px;
}

.news_notice_list a {
    display: block;
    height: 72px;
    margin-bottom: 18px;
}

.news_notice_list a:last-child {
    margin-bottom: 0;
}

.news_notice_list a div {
    float: left;
}

.news_notice_list a div:nth-of-type(1) {
    width: 72px;
    height: 100%;
    overflow: hidden;
}

.news_notice_list a div:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.news_notice_list a div:nth-of-type(2) {
    width: calc(100% - 72px);
    height: 100%;
    box-sizing: border-box;
    padding: 8px 0 16px 24px;
}

.news_notice_list a div:nth-of-type(2) span {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #051A33;
}

.news_notice button {
    width: 128px;
    margin-top: 64px;
}

.news_notice_list a:hover div:nth-of-type(1) img {
    transform: scale(1.1,1.1);
    transition: 0.2s all;
}

.news_notice_list a:hover div:nth-of-type(2) span {
    color: #5db1b3;
    text-decoration: underline;
    transition: 0.2s all;
}

/*==========Departments==========*/
.unit_department {
    width: 100%;
    margin-bottom: 88px;
}

.group_panel {
    position: relative;
}

.group_item {
    width: calc(100%/3);
    height: 432px;
    float: left;
}

.group_item > div:nth-of-type(1) {
    width: 100%;
    height: 320px;
    position: relative;
    transform: translateY(64px);
    transition: all 0.2s;
}

.group_item > div:nth-of-type(1) > span {
    position: absolute;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #ffffff;
    font-family: heavy;
    text-align: center;
    bottom: 32px;
    z-index: 9;
    transition: all 0.2s;
}

.group_item > div:nth-of-type(1) > .mask_item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(13, 51, 74, 0.56);
    z-index: 8;
    transition: all 0.2s;
}

.group_item > div:nth-of-type(1) > div:last-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 7;
}

.group_item > div:nth-of-type(1) > div:last-child img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.group_item > div:nth-of-type(2) {
    background-color: #35898C;
    height: 112px;
    box-sizing: border-box;
    padding: 24px 24px 8px;
    display: none;
    transition: all 0.2s;
}

.group_item > div:nth-of-type(2) > a {
    display: block;
    float: left;
    position: relative;
    height: 24px;
    line-height: 24px;
    width: calc(100%/3);
    padding-left: 32px;
    box-sizing: border-box;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 16px;
    transition: all 0.2s;
}

.group_item > div:nth-of-type(2) > a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../img/dot_list.png");
    transition: all 0.2s;
}

.group_item > div:nth-of-type(2) > a:hover {
    text-decoration: underline;
    transition: 0.2s all;
}

.group_item > div:nth-of-type(2) > a:hover::before {
    transform: rotate(45deg);
    transition: 0.2s all;
}

.group_item.active > div:nth-of-type(1) {
    transform: translateY(0);
}

.group_item.active > div:nth-of-type(1) span,
.group_item.active > div:nth-of-type(1) .mask_item {
    display: none;
}

.group_item.active > div:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.group_item:hover > div:nth-of-type(1) {
    transform: translateY(0);
    transition: 0.2s all;
}

.group_item:hover > div:nth-of-type(1) span,
.group_item:hover > div:nth-of-type(1) .mask_item {
    display: none;
    transition: 0.2s all;
}

.group_item:hover > div:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.2s all;
}

.group_item:nth-of-type(3) > div:nth-of-type(2) {
    flex-direction: row;
    justify-content: flex-start;
}

.group_item:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1),
.group_item:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(4) {
    margin-left: 24px
}

.group_item:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(3),
.group_item:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(6) {
    width: calc((100% / 3) - 24px);
}

.group_item:nth-of-type(2) > div:nth-of-type(2) > a:nth-of-type(1) {
    width: calc((100% / 3) - 32px);
    margin-left: 32px;
}

.group_item:nth-of-type(2) > div:nth-of-type(2) > a:nth-of-type(2) {
    margin-left: 32px
}

.group_item:nth-of-type(2) > div:nth-of-type(2) > a:nth-of-type(3) {
    width: calc((100% / 3) - 32px);
}

/*.group_item:nth-of-type(3) > div:nth-of-type(2) > a:nth-of-type(2) {
    width: calc((100% / 3) - 24px);
}*/

.group_item:nth-of-type(3) > div:nth-of-type(2) {
    padding-left: 16%;
}

.group_item:nth-of-type(3) > div:nth-of-type(2) > a {
    width: 40%;
}

.group_item:nth-of-type(3) > div:nth-of-type(2) > a:nth-of-type(1),
.group_item:nth-of-type(3) > div:nth-of-type(2) > a:nth-of-type(3) {
    margin-right: 40px;
}

.group_count {
    height: 304px;
    background-color: #4DABAE;
    padding-top: 112px;
    box-sizing: border-box;
    margin-top: -48px;
}

.group_count > div {
    width: 1440px;
    height: 104px;
    margin: 0 auto;
}

.group_count_item {
    width: calc(100%/6);
    height: 100%;
    float: left;
    text-align: center;
}

.group_count_item > div > span,
.group_count_item > div > i {
    display: inline;
}

.group_count_item > div > span {
    font-size: 40px;
    line-height: 48px;
    height: 48px;
    color: #ffffff;
    font-family: heavy;
}

.group_count_item i {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.88);
    font-style: normal;
}

.group_count_item > i {
    display: block;
    height: auto;
    margin-top: 8px;
}

/*==========Achievement==========*/
.unit_achi {
    width: 100%;
}

.unit_achi_top {
    width: 1440px;
    margin: 0 auto 32px;
}

.achi_top_item {
    width: calc((100% - 32px)/2);
    height: 280px;
    float: left;
    position: relative;
}

.achi_top_item div:nth-of-type(1) {
    width: 358px;
    height: 144px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    top: 0;
}

.achi_top_item:nth-of-type(1) div:nth-of-type(1) {
    left: 32px;
}

.achi_top_item:nth-of-type(2) div:nth-of-type(1) {
    right: 32px;
}

.achi_top_item div:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.achi_top_item div:nth-of-type(2) {
    width: 100%;
    height: auto;
    margin-top: 80px;
    background-color: #ffffff;
    box-shadow: 1px 1px 2px rgba(5, 26, 51, 0.08);
    box-sizing: border-box;
    padding: 96px 32px 32px;
    position: relative;
}

.achi_top_item div:nth-of-type(2) span,
.achi_top_item div:nth-of-type(2) i {
    display: block;
    font-style: normal;
}

.achi_top_item div:nth-of-type(2) span {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    color: #051A33;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.2s;
}

.achi_top_item div:nth-of-type(2) i {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #9BA3AD;
    position: absolute;
    top: 42px;
}

.achi_top_item:nth-of-type(1) div:nth-of-type(2) i {
    right: 32px;
    text-align: right;
}

.achi_top_item:nth-of-type(2) div:nth-of-type(2) i {
    left: 32px;
    text-align: left;
}

.achi_top_item:last-child {
    margin-left: 32px;
}

.achi_top_item:last-child div {
    float: right;
}

.achi_top_item:last-child div:nth-of-type(2) {
    box-shadow: -1px 1px 2px rgba(5, 26, 51, 0.08);
}

.achi_top_item:hover div:nth-of-type(1) img {
    transform: scale(1.1,1.1);
    transition: 0.2s all;
}

.achi_top_item:hover div:nth-of-type(2) span {
    color: #3E8C96;
    text-decoration: underline;
    transition: 0.2s all;
}

.unit_achi_list {
    height: 302px;
}

.unit_achi_item {
    width: calc((100% - 32px * 4)/5);
    height: 100%;
    background-color: #FFFFFF;
    float: left;
    margin-right: 32px;
}

.unit_achi_item:nth-child(5n) {
    margin-right: 0;
}

.unit_achi_item > div:nth-of-type(1) {
    height: 184px;
    overflow: hidden;
}

.unit_achi_item > div:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.unit_achi_item > div:nth-of-type(2) {
    box-sizing: border-box;
    height: calc(100% - 144px);
    padding: 32px;
}

.unit_achi_item p {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    color: #051A33;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all 0.2s;
}

.unit_achi_item span {
    padding-top: 24px;
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    color: #515255;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    border-top: 1px solid #E1E3E6;
    margin-bottom: 48px;
    display: none;
}

.unit_achi_item i {
    font-style: normal;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #9BA3AD;
}

.unit_achi_item.noImg > div:nth-of-type(1) {
    display: none;
}

.unit_achi_item.noImg span {
    display: -webkit-box;
}

.unit_achi_item:hover p {
    color: #3E8C96;
    transition: 0.2s all;
}

.unit_achi_item:hover > div:nth-of-type(1) img {
    transform: scale(1.1,1.1);
    transition: 0.2s all;
}

.unit_achi_bottom {
    height: 288px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../../img/achi_bottom.png");
    box-sizing: border-box;
    padding-top: 64px;
}

.unit_achi_bottom button {
    width: 288px;
    margin-top: 0;
}

/*==========Party==========*/
.unit_party {
    width: 100%;
    background-color: #ffffff;
    padding: 88px 0;
}

.unit_party_list {
    width: 1440px;
    height: 120px;
    margin: 64px auto 0;
}

.unit_party_item {
    width: calc((100% - 32px * 3)/4);
    height: 120px;
    margin-right: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: left;
    transition: all 0.2s;
}

.unit_party_item:last-child {
    margin-right: 0;
}

.unit_party_item:nth-of-type(1) {
    background-image: url("../../img/party001.jpeg");
}

.unit_party_item:nth-of-type(2) {
    background-image: url("../../img/party002.jpeg");
}

.unit_party_item:nth-of-type(3) {
    background-image: url("../../img/party003.jpeg");
}

.unit_party_item:nth-of-type(4) {
    background-image: url("../../img/party004.jpeg");
}

.unit_party_item:hover {
    background-size: 110%;
    transition: 0.2s all;
}

/*==========Cooperate==========*/
.unit_cooperate {
    width: 100%;
    padding-top: 88px;
}

.unit_cooperate_list {
    margin-bottom: 88px;
}

.unit_cooperate_item {
    float: left;
    width: calc(100%/3);
    height: 432px;
    position: relative;
}

.unit_cooperate_item > div:nth-of-type(1) {
    position: relative;
    height: 400px;
}

.unit_cooperate_item > div:nth-of-type(1) > .mask_item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(13, 51, 74, 0.56);
    z-index: 8;
    transition: all 0.2s;
}

.unit_cooperate_item > div:nth-of-type(1) > .mask_item > span {
    padding: 60px 40px 0;
    box-sizing: border-box;
    font-size: 15px;
    height: auto;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    display: none;
}

.unit_cooperate_item > div:nth-of-type(1) > .mask_item > span::before {
    content: '';
    display: block;
    position: absolute;
    top: 32px;
    left: 32px;
    width: 32px;
    height: 4px;
    background-color: #56BEC1;
}

.unit_cooperate_item > div:nth-of-type(1) > div:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 7;
}

.unit_cooperate_item > div:nth-of-type(1) > div:nth-of-type(2) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.unit_cooperate_item > div:nth-of-type(2) {
    position: absolute;
    z-index: 10;
    height: 64px;
    bottom: 0;
    left: 50%;
    width: 241px;
    transform:translateX(-50%);-webkit-transform:translateX(-50%);
    background-color: #ffffff;
    text-align: center;
    line-height: 64px;
    color: #051A33;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(5, 26, 51, 0.12);
    transition: all 0.2s;
}

.unit_cooperate_item > div:nth-of-type(2)::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 6px;
    background-image: url("../../img/icon_more_001.png");
    background-size: contain;
    right: 32px;
    top: 28px;
    transition: all 0.2s;
}

.unit_cooperate_item.active > div:nth-of-type(1) > .mask_item,
.unit_cooperate_item:hover > div:nth-of-type(1) > .mask_item {
    top: 120px;
    transition: 0.2s all;
}

.unit_cooperate_item.active > div:nth-of-type(1) > .mask_item > span,
.unit_cooperate_item:hover > div:nth-of-type(1) > .mask_item > span {
    display: -webkit-box;
}

.unit_cooperate_item.active > div:nth-of-type(2),
.unit_cooperate_item:hover > div:nth-of-type(2) {
    background-color: #4DABAE;
    color: #ffffff;
    transition: 0.2s all;
}

.unit_cooperate_item.active > div:nth-of-type(2)::after,
.unit_cooperate_item:hover > div:nth-of-type(2)::after {
    background-image: url("../../img/icon_more_002.png");
    transition: 0.2s all;
}

.drawing_other {
    height: 138px;
    background-image: url("../../img/drawing_top.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.address_panel {
    background-color: #4DABAE;
    padding-top: 172px;
    padding-bottom: 88px;
    background-image: url("../../img/drawing_bottom.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.address_list {
    width: 1440px;
    margin: 0 auto;
}

.address_list > div {
    float: left;
    width: calc(100%/2);
}

.address_list > div > span {
    display: block;
    width: 100%;
}
.address_list > div > span img{
    max-width: 100%;
    height: auto;
}
.address_list > div > span:nth-of-type(1) {

    margin-bottom: 32px;
}


.address_list > div > span:nth-of-type(2) i {
    display: block;
    font-style: normal;
    text-align: center;
}

.address_list > div > span:nth-of-type(2) i:nth-of-type(1) {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    color: #ffffff;
    font-family: heavy;
    margin-bottom: 4px;
}

.address_list > div > span:nth-of-type(2) i:nth-of-type(2) {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

/*==========Elegant==========*/
.unit_ele {
    width: 100%;
    margin-bottom: 88px;
    position: relative;
}

.unit_ele::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 338px;
    height: 240px;
    background-color: #4DABAE;
    z-index: -1;
}

.unit_ele_top {
    width: 1440px;
    margin: 0 auto 32px;
}

.ele_top_item {
    width: 100%;
    height: 288px;
    position: relative;
    display: flex;
}

.ele_top_item div:nth-of-type(1) {
    width: 716px;
    height: 288px;
    overflow: hidden;
}

.ele_top_item div:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.ele_top_item div:nth-of-type(2) {
    width: calc(100% - 716px);
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 32px;
    position: relative;
}

.ele_top_item div:nth-of-type(2) span,
.ele_top_item div:nth-of-type(2) i {
    display: block;
    font-style: normal;
}

.ele_top_item div:nth-of-type(2) span {
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    color: #051A33;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.2s;
    margin-bottom: 16px;
}

.ele_top_item div:nth-of-type(2) i {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #9BA3AD;
}

.ele_top_item:hover div:nth-of-type(1) img {
    transform: scale(1.1,1.1);
    transition: 0.2s all;
}

.ele_top_item:hover div:nth-of-type(2) span {
    color: #3E8C96;
    text-decoration: underline;
    transition: 0.2s all;
}

.unit_ele_list {
    width: 1440px;
    height: 302px;
    margin: 0 auto;
}

.unit_ele_item {
    width: calc((100% - 32px * 3)/4);
    height: 100%;
    background-color: #FFFFFF;
    float: left;
    margin-right: 32px;
}

.unit_ele_item:nth-child(4n) {
    margin-right: 0;
}

.unit_ele_item > div:nth-of-type(1) {
    height: 144px;
    overflow: hidden;
}

.unit_ele_item > div:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.unit_ele_item > div:nth-of-type(2) {
    box-sizing: border-box;
    height: calc(100% - 144px);
    padding: 32px;
}

.unit_ele_item p {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    color: #051A33;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all 0.2s;
}

.unit_ele_item span {
    padding-top: 24px;
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    color: #515255;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    border-top: 1px solid #E1E3E6;
    margin-bottom: 48px;
    display: none;
}

.unit_ele_item i {
    font-style: normal;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #9BA3AD;
}

.unit_ele_item.noImg > div:nth-of-type(1) {
    display: none;
}

.unit_ele_item.noImg span {
    display: -webkit-box;
}

.unit_ele_item:hover p {
    color: #3E8C96;
    transition: 0.2s all;
}

.unit_ele_item:hover > div:nth-of-type(1) img {
    transform: scale(1.1,1.1);
    transition: 0.2s all;
}

/*==========Contact==========*/
.contact_top .address_panel {
    padding-bottom: 128px;
    background-image: none;
}

.contact_main {
    width: 1440px;
    margin: -64px auto 64px;
}

.route_part {
    background-color: #ffffff;
    width: calc((100% - 32px)/2);
    float: left;
    margin-right: 32px;
    box-sizing: border-box;
    padding: 32px;
    min-height: 392px;
    box-shadow: 0 1px 2px rgba(5, 26, 51, 0.12);
}

.route_part > div {
    margin-bottom: 32px;
}

.route_part > div:last-child {
    margin-bottom: 0;
}

.route_part > div p:nth-of-type(1) {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    color: #051A33;
    font-weight: bold;
    margin-bottom: 8px;
}

.route_part > div p:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    color: #515255;
}

.route_part > div p.warning {
    color: #429395
}

.route_part:last-child {
    margin-right: 0;
}

.route_panel:last-child {
    margin-top: 32px;
}

.contact_part {
    float: left;
    width: calc((100% - 32px * 3)/4);
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(5, 26, 51, 0.12);
    margin-right: 32px;
}

.contact_part:last-child {
    margin-right: 0;
}

.contact_part > div:nth-of-type(1) {
    height: 88px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 88px;
    font-size: 18px;
    font-family: heavy;
    color: #ffffff;
}

.contact_part:nth-of-type(1) > div:nth-of-type(1) {
    background-image: url("../../img/contact001.jpeg");
}

.contact_part:nth-of-type(2) > div:nth-of-type(1) {
    background-image: url("../../img/contact002.jpeg");
}

.contact_part:nth-of-type(3) > div:nth-of-type(1) {
    background-image: url("../../img/contact003.jpeg");
}

.contact_part:nth-of-type(4) > div:nth-of-type(1) {
    background-image: url("../../img/contact004.jpeg");
}

.contact_part > div:nth-of-type(2) {
    min-height: 150px;
    display: flex; flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.contact_part > div:nth-of-type(2) span {
    display: block;
    text-align: center;
    color: #515255;
    font-weight: bold;

    font-size: 24px;
}


.contact_part:nth-of-type(2) > div:nth-of-type(2) span {
    font-size: 20px;
    line-height: 28px;
}


@media (max-width: 1680px) {
    .logo_nav {
        height: 56px;
        margin-top: 20px;
    }
    
    .search {
        width: 160px;
    }
    
    nav {
        left: 416px;
        right: 240px;
    }
    
    nav div > a {
        font-size: 16px;
    }
    
    .group_item > div:nth-of-type(2) {
        padding: 24px 16px 8px;
    }
    
    .group_item > div:nth-of-type(2) > a {
        padding-left: 24px;
        font-size: 14px;
    }
    
    .group_item > div:nth-of-type(2) > a::before {
        width: 20px;
        height: 20px;
        top: 2px;
    }
} 

@media (max-width: 1480px) {
    header {
        padding: 0 32px;
    }
    
    .logo_nav {
        height: 48px;
        margin-top: 24px;
    }
    
    .search {
        right: 32px;
    }
    
    nav {
        left: 352px;
        right: 224px;
    }
    
    nav div > a {
        font-size: 14px;
    }
    
    .unit {
        width: 1280px;
    }
    
    .unit_department {
        width: 100%;
    }
    
    .group_item > div:nth-of-type(2) > a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .group_item:nth-of-type(2) > div:nth-of-type(2) > a:nth-of-type(1) {
        margin-left: 0;
        width: calc(100% / 3);
    }

    
    .group_count > div {
        width: 1360px;
    }
    
    .unit_achi {
        width: 100%;
    }
    
    .unit_achi_top {
        width: 1280px;
    }
    
    .unit_party {
        width: 100%;
    }
    
    .unit_party_list {
        width: 1280px;
        height: 104px;
    }
    
    .unit_party_item {
        height: 104px;
    }
    
    .unit_cooperate {
        width: 100%;
    }
    
    .unit_ele {
        width: 100%;
    }
    
    .unit_ele_top {
        width: 1280px;
    }
    
    .unit_ele_list {
        width: 1280px;
    }
    
    .logo_foot {
        width: 1280px;
    }
    
    .foot_list {
        width: 1280px;
    }
    
    .foot_list_right {
        width: 320px;
    }
    
    .foot_list_left {
        width: calc(100% - 320px);
    }
    
    .nav_sec_bg span {
        width: 1280px;
    }
    
    .nav_sec {
        width: 1280px;
    }
    
    .nav_sec a {
        padding: 0 24px;
    }
    
    section {
        width: 1280px;
    }
    
    .extend {
        width: 1280px;
    }
    
    .contact_main {
        width: 1280px;
    }
    
    .route_part {
        min-height: 416px;
    }
}

@media (max-width: 1360px) {
    .unit {
        width: 1120px;
    }
    
    .unit_news_top a {
        width: calc((100% - 32px)/3);
    }
    
    .unit_news_top a:nth-of-type(2) {
        margin: 0 16px;
    }
    
    .unit_department {
        width: 100%;
    }
    
    .group_count > div {
        width: 1200px;
    }
    
    .achi_top_item {
        width: calc((100% - 16px)/2);
    }
    
    .achi_top_item:last-child {
        margin-left: 16px;
    }
    
    .unit_achi {
        width: 100%;
    }
    
    .unit_achi_top {
        width: 1120px;
    }
    
    .unit_achi_item {
        width: calc((100% - 16px * 4) / 5);
        height: 100%;
        background-color: #FFFFFF;
        float: left;

    }
    
    .unit_party {
        width: 100%;
    }
    
    .unit_party_list {
        width: 1120px;
        height: 92px;
    }
    
    .unit_party_item {
        height: 92px;
    }
    
    .unit_cooperate {
        width: 100%;
    }
    
    .unit_ele {
        width: 100%;
    }
    
    .unit_ele_top {
        width: 1120px;
    }
    
    .unit_ele_list {
        width: 1120px;
    }
    
    .address_list {
        width: 1200px;
    }
    
    .logo_foot {
        width: 1120px;
    }
    
    .foot_list {
        width: 1120px;
    }
    
    .foot_list_right {
        width: 320px;
    }
    
    .foot_list_left {
        width: calc(100% - 320px);
    }
    
    .nav_sec_bg span {
        width: 1120px;
    }
    
    .nav_sec {
        width: 1120px;
    }
    
    .nav_sec a {
        padding: 0 24px;
    }
    
    section {
        width: 1120px;
    }
    
    .extend {
        width: 1120px;
    }
    
    .contact_main {
        width: 1120px;
    }
    
    .route_part {
        width: calc((100% - 16px)/2);
        margin-right: 16px;
        min-height: 464px;
    }
    
    .route_panel:last-child {
        margin-top: 16px;
    }
    
    .contact_part {
        width: calc((100% - 16px * 3) / 4);
        margin-right: 16px;
    }
}


/*新增*/
/*移动菜单*/
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 40px;
	right: 0px;
	z-index: 100;
	display: none;
	position: relative;
	margin-left: 15px;
    position: absolute; top: 50%;
    transform:translateY(-50%);-webkit-transform:translateY(-50%); right: 15px;

}

.menubtn .name {
	font-size: 16px;
	left: -60px;
	font-weight: 500;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	font-weight: 600;
}

.menubtn .navbar-icons {
	height: 20px;
	width: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.menubtn .navbar-icons span {
	display: block;
	height: 2px;
	width: 100%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
}

.menubtn .navbar-icons span:first-child {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 70%;
}

.menubtn .navbar-icons span:nth-child(3) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
	opacity: 0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}

.menu-mc {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #67C5C7;
	z-index: 500;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding-top: 65px;
	display: flex;
	flex-direction: column;
	display: none;
    box-sizing: border-box;

}

.menu-mc.active {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.menu-mc .list {
	flex: 1;
	overflow: auto;
}

.menu-mc .list ul {
	padding: 0 24px;
}

.menu-mc .list ul li {
	line-height: 60px;
}

.menu-mc .list ul li .submenu {
	display: none;
    margin: 0px;
}

.menu-mc .list ul li .title {
	border-bottom: 1px solid rgba(255, 255, 255, .19);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	color: #fff;
}
.menu-mc .list ul li .title .icon {
	width: 18px; height: 18px;
	background-image: url(../../img/arrow1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.menu-mc .list ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
}

.menu-mc .list ul li .submenu a {
	padding-left: 20px;
	line-height: 45px;
}

.menu-mc .list ul li .submenu a:hover {

	font-weight: 600;
}
.menu-mc .list ul li .submenu dd{ margin-left: 0px;}

.inline-block{
    font-style: normal;
}

@media screen and (max-width: 1250px) {
   .unit{ width: 90%; margin: 0px auto;}
   .unit_achi{ width: 100%;}
   .unit_department{ width: 100%; margin-bottom: 40px;}
   .news_media{ margin-right: 30px;}
   .group_count > div{ width: 100%;}
}
@media screen and (max-width: 1200px) {
   nav{ display: none;} 
   .menubtn,
	.menu-mc {
		display: flex;
	}
   .news_notice{ width: 40%;}
   .unit_news_other{ display: flex; align-items: flex-start; justify-content: space-between;}
   .unit_news_other:before,.unit_news_other:after{ display: none;}
   .news_media{ flex:1; overflow: hidden;}
   .news_media_list a div:nth-of-type(2){ padding: 16px;}
   .news_media_list{display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:25px 25px;
    align-items: stretch;
    }
.news_media_list a{ width: 100%; margin: 0px;}
.news_media_list:before,.news_media_list:after{ display: none;}
.news_notice_list a{ margin-bottom: 14.5px;}
.unit_achi_top{ width: 90%;}
.unit_party{ width: 100%;}
.unit_party_list{ width: 90%;}
.achi_top_item div:nth-of-type(1){ width: 60%;}
.unit_ele_top{ width: 90%;}
.unit_ele_list{ width: 90%;}
.unit_cooperate{ width: 100%;}
.unit_ele{ width: 100%;}
.ele_top_item div:nth-of-type(1){ width: 63.9%;}
.ele_top_item div:nth-of-type(2){ width: 36.1%;}
.address_list{ width: 90%;}
.logo_foot{ width: 90%;}
.foot_list{ width: 90%; }
.search{ top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%); right:50px; width: 120px;}
.search input{ height: 33px;}
.search{ height: 33px;}
.contact_main{ width: 90%;}
.logo_foot{ display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 34px;}
.logo_foot > span:nth-of-type(2){ margin-right: 0px;font-size: 30px; line-height: 1.2; height: auto;}
.contact_part:nth-of-type(2) > div:nth-of-type(2) span{ font-size: 18px;}
.contact_part > div:nth-of-type(2) span{ font-size: 20px;}
.nav_sec{ width: 90%;}
.nav_sec a{ margin-bottom: 8px;}
.nav_sec_bg span{ width: 90%;}
section{ width: 100%;}
.extend{ width: 90%;}
.section_panel{ width: 90%; margin: 0px auto;}
.section_item > div:nth-of-type(1){ width: 40%;}
.section_item{ display: flex; align-items: flex-start; justify-content: space-between;}
.section_item > div:nth-of-type(2){ flex:1;}
.crumbs{ overflow: hidden; height: auto;}
.info_group .section_list{display: grid;
	grid-template-columns: repeat(2, 1fr);
    width: 90%; margin: 0px auto;
	gap: 25px;
align-items: stretch;}
.info_group .section_item{ margin: 0px; width: 100%;}
.info_group .section_list:before,.info_group .section_list:after{ display: none;}
.section_list_media .section_item > div:nth-of-type(1){ width: 100%;}
.section_list_media .section_item{ flex-direction: column;}
}
@media screen and (max-width: 900px) {
    .news_media_list a div:nth-of-type(2) i{ font-size: 12px;}
    .unit_cooperate_item > div:nth-of-type(2) { width: 160px; padding-right: 20px;}
    .foot_list{ padding-top: 34px;}
    .foot_list_left .foot_item:nth-of-type(3) > div{ margin-right: 20px;}
    .section_text{  padding: 32px 32px 32px;}
    .section_group{ width: 100%; margin-right: 0px; margin-bottom: 25px;}
    .section_recommend{ width: 100%; float: auto;}
}
@media screen and (max-width: 768px) {
.banner{
    margin-top: -40px;
	height: auto;
}

.section_tab {display: flex; background-color: #EDEEEF; overflow: auto;}
.section_tab div{ padding: 0 15px; white-space: nowrap; font-size: 14px;}
.nav_sec_bg{ position: relative;width: 100%;}
.nav_sec_bg{ padding-top: 140px;}
.nav_sec{ margin-top: 16px;}
.unit_news_top a{ width: 100%;margin: 0px auto 24px;padding: 68px 20px 20px;}
.unit_news_top a:nth-of-type(2){width: 100%;margin: 0px auto 24px;}
.swiper-slide img{ min-height: 250px;object-fit: cover;
 object-position: center center;}
 .swiper-pagination-bullet{ width: 20px; height: 2px;}
 .g_code{ top: 10px;right: 10px;}
.g_code i{ margin-left: 24px; line-height: 1.4;font-size: 20px;}
header{ height: 60px; display: flex; align-items: center; justify-content: space-between;}
.logo_nav{ margin-top: 0px;}
.logo_nav{ height: 30px;}
header{ padding: 0px 0px;}
.banner{ margin-bottom: 40px;}
.unit_title p{ font-size: 26px; height: 32px; line-height: 32px; margin-bottom: 5px;}
.unit_title{  background-size: 358px;  background-position: center 17px;  height: auto;    margin-bottom: 34px;}
button{ margin: 0px auto 50px;}
.unit_news_other{ flex-direction: column; }
.news_media{ width: 100%; margin-right: 0px;}
.news_notice{ width: 100%;}
.news_media .unit_title p{ font-size: 26px; height: 32px; line-height: 32px;}
.news_media .unit_title{ margin-bottom: 25px;}
.news_media button{ margin-top: 30px;}
.news_notice .unit_title p{ font-size: 26px;height: 32px; line-height: 32px;}
.news_notice .unit_title{ margin-bottom: 25px;}
.news_notice_list a{ margin-bottom: 18px;}
.news_notice button{margin-top: 30px;}
.group_item{ width: 100%;}
.group_item > div:nth-of-type(2){display: flex;  height: auto; flex-wrap: wrap;}
.group_item.active > div:nth-of-type(2){height: auto;}
.group_item:hover > div:nth-of-type(2){ display: flex; height: auto;}
.group_item > div:nth-of-type(1){ transform: translateY(0px);}
.group_item:nth-of-type(3) > div:nth-of-type(2){ padding-left: 16px;}
.group_count div:nth-of-type(1){display: grid;grid-template-columns: repeat(3, 1fr);align-items: stretch; gap: 16px 0px;}
.group_count div .group_count_item{ width: 100%;}
.group_count div .group_count_item { display: flex; flex-direction: column; gap: 0px;}
.group_count div .group_count_item div:nth-of-type(1){ display: flex; align-items:flex-end; justify-content: center; line-height: 1; gap: 5px;}
.group_count_item > div > span{ height: auto; line-height: 1;}
.group_count_item i{ font-size: 14px;}
.group_count{ margin-top: 0px; padding: 40px 0px; height: auto;}
.group_count > div{ height: auto;}
.unit_achi_top .achi_top_item{ width: 100%;}
.unit_achi_top .achi_top_item:last-child{ margin-left: 0px;}
.achi_top_item div:nth-of-type(2){  padding: 96px 24px 32px;}
.achi_top_item:nth-of-type(2) div:nth-of-type(2) i{ left: 24px;}
.achi_top_item:nth-of-type(2) div:nth-of-type(1){ right: 24px;}
.achi_top_item:nth-of-type(1) div:nth-of-type(1){ left: 24px;}
.achi_top_item:nth-of-type(1) div:nth-of-type(2) i{ right: 24px;}
.unit_achi_list{ padding-left: 5%; padding-right: 5%;display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
align-items: stretch;  height: auto;}
.unit_achi_list .unit_achi_item{  width: 100%; margin-right: 0px;}
.unit_achi_list:before,.unit_achi_list:after{ display: none;}
.unit_achi_list{ grid-template-columns: repeat(1, 1fr); gap: 25px;}
.unit_achi .unit_achi_top { margin-bottom: 15px;}
.unit_achi_bottom{ padding-top: 34px; height: 130px;}
.unit_party{ padding: 40px 0px;}
.unit_party_list{ margin-top: 0px; height: auto; overflow: hidden;display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
align-items: stretch; }
.unit_party_list .unit_party_item{  height: 45px; width: 100%;}
.unit_cooperate{ padding-top: 40px;}
.unit_cooperate_item{ width: 100%; margin-bottom: 25px; height: 332px;}
.unit_cooperate_item > div:nth-of-type(1){ height: 300px;}
.unit_cooperate_item > div:nth-of-type(1) > .mask_item > span{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:4;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.unit_cooperate_item.active > div:nth-of-type(1) > .mask_item, .unit_cooperate_item:hover > div:nth-of-type(1) > .mask_item{ top: 0px;}
.unit_cooperate_list{ margin-bottom: 35px;}
.ele_top_item div:nth-of-type(1){ width: 100%;}
.ele_top_item div:nth-of-type(2){ width: 100%;}
.ele_top_item{ height: auto; display: flex; flex-direction: column;}
.ele_top_item div:nth-of-type(1){ height: 200px;}
.unit_ele_list:before,.unit_ele_list:after{ display: none;}
.unit_ele_list{display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
align-items: stretch; height: auto;}
.unit_ele_list .unit_ele_item{ width: 100%; margin-right: 0px;}
.drawing_other{ height: 100px;}
.address_panel{ padding-top: 78px;}
.address_list > div{ width: 100%; margin-bottom: 35px;}
.address_list > div:last-child{ margin-bottom: 0px;}
.foot_list_left{ width: 100%; margin-bottom: 25px;}
.foot_list_right{ width: 100%;}
.foot_list{ margin-bottom: 34px;}
.foot_list_left .foot_item:nth-of-type(2){ margin-bottom: 30px;}
.route_part{ width: 100%; margin-right: 0px; margin-bottom: 25px; padding: 30px 22px;}
.route_panel{ overflow:hidden;}
.route_panel:before,.route_panel:after{ display: none;}
.route_panel:last-child{ margin-bottom: 10px;display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
align-items: stretch; }
.contact_part{ width: 100%; margin-right: 0px;}
.contact_main{ margin-bottom: 10px;}
.interval{ height: 100px;}.
.crumbs{ height: auto;padding: 20px 20px; overflow: hidden;}
.crumbs span{ margin-right: 10px;}
.section_text{ padding: 25px 20px;}
.section_text span{font-size: 18px;line-height: 180%;}
.section_text img {max-width: 100%;	height: auto;padding: 25px 0 20px 0;}
section{ margin-bottom: 20px;}
.extend_title{ font-size: 26px; line-height: 1.2; height: auto; margin-bottom: 20px;}
.extend_list:before,.extend_list:after{ display: none;}
.extend_list{display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
align-items: stretch;}
.extend_list .unit_achi_item{ width: 100%;}
.extend{ margin-bottom: 40px;}
section .section_tab + .section_page{ width: 100%;}
.section_tab{ width: 100%;}
.section_panel{ width: 100%;}
.section_list{ padding: 30px 20px;}
.page_turn{ display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;}
.page_turn a{ margin: 0px;}
.recommend_part .title{ padding: 0px 20px;}
.recommend_list{ padding: 32px 20px;}
.info_group .section_list{grid-template-columns: repeat(1, 1fr); margin-bottom: 40px;}
.section_group.no2{ margin-bottom: 0px;}
.info_group .section_list{ background-color: #f8f8f8; width: 100%; padding-left:5%; padding-right: 5%;}
footer{ padding-top: 50px;}
.section_list.section_list_media{display: grid;grid-template-columns: repeat(2, 1fr);gap: 0px 25px;align-items: stretch;}
.section_list.section_list_media:before,.section_list.section_list_media:after{ display: none;}
.section_list_media .section_item{ margin: 0px; width: 100%; overflow: hidden;}
.recommend_part{ margin-bottom: 0px;}
.search_box{ margin-bottom: 30px; margin-top: 0;}
}
@media screen and (max-width: 640px) {
    .news_media_list{ grid-template-columns: repeat(1, 1fr);}
    .unit_title{  background-size: 278px;}
    .unit_ele_list{ grid-template-columns: repeat(1, 1fr); gap: 25px;}
    .logo_foot{ flex-direction: column;}
    .logo_foot > span:nth-of-type(2){ font-size: 23px;}
    .extend_list{
	grid-template-columns: repeat(1, 1fr);gap: 25px;}
	.crumbs span, .crumbs a{font-size: 14px;}
	.nav_sec a{ font-size: 14px; padding: 0 5px;}
	.nav_sec_bg{ padding-top: 20%; max-height: 200px;}
	.g_code i{font-size: 14px;}
	.nav_sec_bg span{font-size: 16px; height: auto; line-height: 1.5;}
	header{position: sticky;top:0;}
    .inline-block{
        display: block;
    }
}