* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style-type: none;
	text-decoration: none;
}

a {
	text-decoration: none !important;
}

h3 {
	font-size: 16px !important;
	color: #fff !important;
}

.div {
    display: block;
}

.container {
	min-width: 1200px !important;
}

/* 头部 */
.first {
	position: relative;;
}

.header .container {
	padding-right: 0px !important;
	min-width: 1200px !important;
}

.head-middle {
	font-size: 14px;
	color: #fff;
	position: absolute;
	float: right;
	left: 360px;
	height: 80px;
	display: flex;
}

.middle-title {
	margin-top: 28px;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	height: 36px;
	display: flex;
}

.head-middle span {
	display: inline-block;
	line-height: 150%;
	height: 22px;
}

.header-tab {

}

.header-tab span {
	color: #fff;
}

.navigation {
	position: absolute;
	width: 100%;
	z-index: 999;
}

.header {
    width: 100%;
    height: 80px;
}

.header .sitelogo img{
	margin-top: 10px;
	height: 60px;
}

.header .mod {
	position: relative;
	display: flex;
}

.head-right {
	list-style: none;
    margin-bottom: 0;
    padding-left: 0;
	float: right;
    height: 80px;
    position: absolute;
    right: 15px;
    top: 0px;
	display: flex;
	color: #FFF;
}

.head-right li {
	margin: 0 20px;
	display: inline-block;
	list-style: none;
    position: relative;
    line-height: 150%;
	height: 22px;
}

.btn-list {
	margin-top: 28px;
	font-size: 14px;
	justify-content: center;
	vertical-align: middle;
}

.btn-secondary {
	--bs-btn-bg: none !important;
	--bs-btn-border-color: none !important;
	--bs-btn-hover-bg: none !important;
	--bs-btn-hover-border-color: none !important;
	--bs-btn-active-bg: none !important;
    --bs-btn-active-border-color: none !important;
	font-size: 14px !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.icon-search {
	background-image: url(images/SEARCH.png);
	vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
	width: 22px;
	height: 22px;
	margin-top: 5px;
	background-size: 100% 100%;
}

.icon-admin {
	background-image: url(images/ADMIN.png);
	vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
	width: 22px;
	height: 22px;
	background-size: 100% 100%;
}
/* 导航 */
.nav {
	width: 100%;
	height: 58px;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.nav.fixed {
	width: 100%;
	height: 58px;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
	position: fixed;
	background-color: #1C5DB7;
	top: 0;
}

.nav .wp-menu {
	width: 100%;
	display: table;
	padding: 0;
}

.nav .wp-menu .menu-item {
	height: 56px;
	flex: 1;
	display: table-cell;
	align-items: center;
	justify-content: center;
	position: static;
}

.nav .wp-menu .menu-item a {
	color: white;
	text-decoration: none;
}

.nav .wp-menu .menu-item .sub-list {
	background-color: rgba(28,93,183,1);
	position: absolute;
	width: 100%;
	height: 180px;
	left: 0;
	right: 0;
	padding: 30px 0 50px;
	display: flex;
	justify-content: center;
	visibility: hidden; 
}

@keyframes animate {  
    0% { transform: translateY(20px); opacity: 0;}  
    100% { transform: translateY(0); opacity: 1;}  
}

.animate {  
	animation-name: animate;  
	animation-duration: .6s;
	animation-fill-mode: both; /* 设置动画结束时的状态 */   
}

.nav .wp-menu .menu-item .sub-menu {
	position: absolute;
	display: flex;
	width: 100%;
	padding-left: 0;
	flex-flow: wrap;     
}

.nav .wp-menu .menu-item .hover {
	visibility: visible;       
}

.nav .wp-menu .menu-item .sub-menu .sub-item {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
	float: left;
	position: relative;
}

.nav .wp-menu .menu-item .sub-menu .sub-item a {
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color: white;
}

.nav .wp-menu .menu-item .menu-link {
	display: flex;
	text-decoration: none;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 55px;
	position: relative;
	justify-content: center;
}

.nav .wp-menu .menu-item .menu-link span {
	display: flex;
	justify-content: center;
	text-align: center;
}

.nav .wp-menu .menu-item .menu-link::after {
	content: ''; 
	background: #FAC000; 
	position: absolute;  
	height: 3px; 
	width: 100%;
	top: 53px; 
	left:0; 
	transform: scaleX(0); 
	transform-origin:bottom center; 
	transition: transform 0.2s ease-in-out; 
	z-index: 1;
}

.nav .wp-menu .menu-item .menu-link:hover::after {
	transform: scaleX(1); 
}

.nav .wp-menu .menu-item .menu-arrow {
	width: 20px; 
	height: 20px; 
	position: relative;
	margin-left: 5px;
	top: 18px;
	background-image: url('images/ARROR.png'); 
	background-size: 100% 100%;
	transition: transform .2s ease-in-out;
	/* opacity: 0; */
}

.haveSubMenu {
	opacity: 1 !important;
}

.nav .wp-menu .menu-item:hover .menu-arrow {
	transform: rotate(180deg); 
	transform-origin: center 10px; 
}

.nav .wp-menu .menu-item .sub-menu .sub-item::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 18px;
	right: 20px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	transform: rotate(-135deg);
}

.nav .wp-menu .menu-item .sub-menu .sub-item:hover::after {
	border-left: 1px solid #FAC000;
	border-bottom: 1px solid #FAC000;
}

.nav .wp-menu .menu-item .sub-menu .sub-item:hover a {
	color: #FAC000;
}

/* 轮播图 */
 .mbanner {
	height: 726px;
	width: 100%;
	z-index: -1;
}


.mbanner .banner {
    width: 100%;
    height: 100%;
}

/*多图交替8 图交替 dtjt8.html*/
/* .dtjt8_div_img {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
}

.dtjt8_div_img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.dtjt8_div_img .number {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dtjt8_div_img .number .nomal {
    width: 45px;
    height: 3px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    background: #6C6D6E;
    margin-right: 5px;
    border: 1px solid #6C6D6E;
    font-size: 0;
    TEXT-DECORATION: none
}

.dtjt8_div_img .number .current {
    width: 45px;
    height: 3px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    background: orange;
    margin-right: 5px;
    border: 1px solid orange;
    font-size: 0;
    TEXT-DECORATION: none
} */

.picbase1-content {
	display: none;
}

.picbase1-credit {
	display: none;
}

.picbase1-slidenav {
	width: 100%;
	display:flex;
	justify-content:center;
	-webkit-border-radius: 0 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	bottom: 20px !important;
}

.picbase1-slidenav li {
	width: 45px !important;
	height: 3.5px !important;
	border: none !important;
	background-color: white !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.picbase1-slidenav li.active { 
	background: #FAC000 !important; 
}


/*内容1*/
.main1 {
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 25px;
	/* padding-bottom: 60px; */
}

.main1 .inner {
	height: 100%;
}


.main1 .row::before {
	left: -25px;
}

.main1 .row::after {
	right: -25px;
}

.inner .index-title {
	position: relative;
	display: block;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #ccc;
}

.inner .index-title h2 {
	display: block;
	font-size: 28px;
    margin-bottom: 0px;
    color: #333;
}


.inner .index-title a {
	font-weight: normal;
	border-radius: 0;
	position: absolute;
    right: 0;
    bottom: -1px;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
	background-color: #FAC000;
	text-decoration: none;
	color: white;
	transition: all .3s;
}

.main1 .inner .row {
	display: block;
}

.main1 .inner .row ul {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.main1 .inner .row .news_list {
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 0;
}

.main1 .inner .row .news_list a {
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.main1 .inner .row .news_list .news {
	width: 25%;
	float: left;
	padding-right: 15px;
    padding-left: 15px;
}

.main1 .inner .row .news_list .news .slide {
    margin-bottom: 20px;
    background: #f5f5f5;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
}
.main1 .inner .row .news_list .news .slide .news_imgs{
    padding-bottom: 66.666666%;
    overflow: hidden;
    position: relative;
}
.main1 .inner .row .news_list .news .slide .news_imgs img {
    width: 100%;
	height: 190px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.main1 .inner .row .news_list .news .slide:hover {
    -webkit-box-shadow: 0px 20px 40px -17px rgba(50,50,50,0.2);
    box-shadow: 0px 20px 40px -17px rgba(50,50,50,0.2);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.main1 .inner .row .news_list .news .slide:hover .news_imgs img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.main1 .inner .row .news_list .news .slide .news_imgs{
	height: 0;
    padding-bottom: 66.666666%;
    overflow: hidden;
    position: relative;
}


.main1 .inner .row .news_list .news .slide .news_wz {
	padding: 20px 15px;
    position: relative;
}

.main1 .inner .row .news_list .news .slide .news_wz .news_title {
	font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    line-height: 150%;
    height: 44px;
    color: #333;
}

.main1 .inner .row .news_list .news .slide .news_wz .news_time {
	font-size: 13px;
    padding-top: 8px;
    border-top: 1px dashed #ccc;
	color: #888;
    margin-top: 20px;
	display: block;
}

.main1 .inner .row .news_list .news .slide .news_title a {
	color: black;
}

.main1 .inner .row .news_list .news .slide:hover .news_title a {
	color: #337ab7 !important;
}

/*内容2*/
.main2 {
	height: auto;
	width: 100%;
	position: relative;
	background: #f5f5f5;
	padding: 60px 0;
    overflow: hidden;
}

.main2 .row {
	margin-right: -15px;
    margin-left: -15px;
}

.main2 .row .newslist2 {
	width: 100%;
}

.main2 .row .newslist2 .news {
	width: calc(100% / 3);
	float: left;
	padding-right: 40px;
}

.main2 .row .newslist2 .news .event-item {
	position: relative;
    min-height: 80px;
    display: block;
    margin: 25px 0;
	text-decoration: none;
}

.main2 .row .newslist2 .news .event-item .calendar {
	position: absolute;
    left: 0;
    top: 0;
    background: #1C5DB7;
    color: #fff;
    padding: 9px 6px;
    width: 74px;
    text-align: center;
    border-radius: 2px;
}

.main2 .row .newslist2 .news .event-item .calendar .day {
	font-size: 30px;
    line-height: 1;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin-bottom: 5px;
}

.main2 .row .newslist2 .news .event-item .calendar .month {
	font-size: 13px;
    color: #eee;
    margin-top: 5px;
}

.main2 .row .newslist2 .news .event-item .event-con {
	padding-left: 88px;
}

.main2 .row .newslist2 .news .event-item .event-con .event-title {
	line-height: 1.5;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}


.main2 .row .newslist2 .news .event-item .event-con .event-venue {
	color: #888;
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main2 .row .newslist2 .news .event-item .event-con .event-title a {
	color: black;
	font-size: 14px !important;
}

.main2 .row .newslist2 .news:hover .event-title a {
	color: #337ab7 !important;
}

/*内容3*/
.main3 {
	height: auto;
	width: 100%;
	position: relative;
	padding: 35px 0;
	overflow: hidden;
}

.main3 .index-announcement .row-flex{
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
	margin-right: -15px;
    margin-left: -15px;
}

.main3 .index-announcement .row-flex .slide-announcement {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.main3 .index-announcement .row-flex .slide-announcement .three-list {
	border-bottom: 1px solid #eee;
    padding: 20px 40px 20px 20px;
    display: block;
    position: relative;
    margin-top: -1px;
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
	text-decoration: none;
}

.main3 .index-announcement .row-flex .slide-announcement .three-list .title {
	font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.main3 .index-announcement .row-flex .slide-announcement .three-list .other {
	font-size: 13px;
    padding-top: 8px;
    color: #888;
}

.main3 .index-announcement .row-flex .slide-announcement .three-list .time {
	padding-right: 10px;
}

.main3 .index-announcement .row-flex .slide-announcement .three-list .category-tag {
	padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    background: rgba(28,93,183,.07);
    border-radius: 30px;
}

.main3 .index-announcement .row-flex .slide-announcement .three-list .category-tag a {
	color: rgba(28,93,183,.5);
}

.main3 .index-announcement .row-flex .slide-announcement .three-list .iconfont {
	position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    color: #1C5DB7;
    font-weight: bold;
}

.main3 .index-announcement .row-flex .slide-announcement .three-list .title a {
	color: black;
}

.main3 .index-announcement .row-flex .slide-announcement .three-list:hover .title a {
	color: #337ab7 !important;
}

.main3 .index-announcement .row-flex .slide-announcement .three-list:hover {
	background-color: #f5f5f5;
}


.last-item {
	border-right: none !important;
}

/*尾部2*/
/*.footer2 {*/
/*	height: 380px;*/
/*	width: 100%;*/
/*	background-image: url(images/FOOTERBGI.jpg);*/
/*	background-size: 100% 100%;*/
/*	overflow: hidden;*/
/*	position: relative;*/
/*	padding-top: 60px;*/
/*	backdrop-filter: blur(5px);*/
/*	min-width: 1200px !important;*/
/*}*/

/*.footer2 {*/
/*	height: 276.87px;*/
/*	width: 100%;*/
/*	overflow: hidden;*/
/*	position: relative;*/
/*	!*padding-top: 30px;*!*/
/*	background-color: #282D31;*/
/*	min-width: 1200px !important;*/
/*}*/

/*.footer2 .footer-top {*/
/*	padding: 30px 0;*/
/*}*/

/*.footer2 .footer-top .row {*/
/*	margin-right: -15px;*/
/*    margin-left: -15px;*/
/*}*/

/*.footer2 .footer-top .row .col-md-6 {*/
/*	width: 50%;*/
/*	float: left;*/
/*	position: relative;*/
/*    min-height: 1px;*/
/*    padding-right: 15px;*/
/*    padding-left: 15px;*/
/*}*/

/*.footer2 .footer-top .row .col-md-6 p {*/
/*	list-style: none;*/
/*	line-height: 150%;*/
/*	display: block;*/
/*	margin-top: 0;*/
/*}*/

/*.footer-logo {*/
/*	margin-bottom: 20px !important;*/
/*}*/

/*.footer2 .footer-top .row .col-md-6 p img {*/
/*	display: inline-block;*/
/*    max-width: 100%;*/
/*    max-height: 50px;*/
/*}*/

/*.footer-top p {*/
/*	list-style: none;*/
/*    margin-bottom: 5px;*/
/*    line-height: 150%;*/
/*	color: #fff;*/
/*    font-size: 13px;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 {*/
/*	flex: 0 0 auto;*/
/*    width: 25%;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 h3 {*/
/*	color: #fff;*/
/*    font-size: 16px !important;*/
/*    padding-bottom: 5px;*/
/*	line-height: 150%;*/
/*	margin: 0;*/
/*    margin-bottom: 10px;*/
/*	font-weight: 400;*/
/*	font-family: inherit;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 ul {*/
/*    padding-bottom: 10px;*/
/*    padding-left: 0;*/
/*    list-style: none !important;*/
/*	list-style-type: none !important;*/
/*    text-decoration: none !important;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 ul li {*/
/*    list-style: none !important;*/
/*	list-style-type: none !important;*/
/*    text-decoration: none !important;*/
/*    margin-bottom: 5px;*/
/*    line-height: 150%;*/
/*	font-size: 13px;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 ul li a {*/
/*	color: #fff;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 ul li a:hover {*/
/*	text-decoration: underline !important;*/
/*	color: blue;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 .footer-qrcode {*/
/*	width: 100%;*/
/*    font-size: 12px;*/
/*	display: flex;*/
/*	justify-content: start;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 .footer-qrcode .qrcode-item {*/
/*	display: inline-block;*/
/*    text-align: center;*/
/*    margin-right: 10px;*/
/*	width: 100%;*/
/*    font-size: 12px;*/
/*	color: #aaa;*/
/*}*/

/*.qrcode-item p {*/
/*	text-align: start;*/
/*	margin-left: 4px;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 .footer-qrcode .qrcode-item .qrcode-box {*/
/*    width: 110px;*/
/*    height: 110px;*/
/*    overflow: hidden;*/
/*    !*margin: 0 auto;*!*/
/*    padding: 3px;*/
/*    background: #fff;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.footer2 .footer-top .row .col-md-3 .footer-qrcode img {*/
/*	width: 100%;*/
/*}*/

/*.mail {*/
/*	color: #aaa;*/
/*}*/

/*.mail:hover {*/
/*	text-decoration: underline !important;*/
/*	color: blue;*/
/*}*/

/*.footer-copyright {*/
/*	margin-top: 30px;*/
/*	width: 100%;*/
/*	padding: 15px 0;*/
/*    font-size: 12px;*/
/*    border-top: 1px solid #222;*/
/*	color: #fff;*/
/*}*/

/*.footer-copyright a {*/
/*	color: #fff;*/
/*}*/

/*.footer-copyright a:hover {*/
/*	text-decoration: underline !important;*/
/*}*/

/*尾部2*/
.footer2 {
	height: 276px;
	width: 100%;
	background: #282D31;
	overflow: hidden;
	position: relative;
}

.footer2 .container {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.footer2 .footer-top {
	padding: 30px 0;
}

.footer2 .footer-top .row {
	margin-right: -15px;
	margin-left: -15px;
}

.footer2 .footer-top .row .col-md-6 {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.footer2 .footer-top .row .col-md-6 p {
	list-style: none;
	line-height: 150%;
	display: block;
	margin-top: 0;
}

.footer-logo {
	margin-bottom: 20px !important;
}

.footer2 .footer-top .row .col-md-6 p img {
	display: inline-block;
	max-width: 100%;
	max-height: 50px;
}

.footer-top p {
	list-style: none;
	margin-bottom: 5px;
	line-height: 150%;
	color: #aaa;
	font-size: 13px;
}

.footer2 .footer-top .row .col-md-3 {
	flex: 0 0 auto;
	width: 25%;
}

.footer2 .footer-top .row .col-md-3 h3 {
	color: #fff;
	font-size: 16px !important;
	padding-bottom: 5px;
	line-height: 150%;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: inherit;
}

.footer2 .footer-top .row .col-md-3 ul {
	padding-bottom: 10px;
	padding-left: 0;
	list-style: none !important;
	list-style-type: none !important;
	text-decoration: none !important;
}

.footer2 .footer-top .row .col-md-3 ul li {
	list-style: none !important;
	list-style-type: none !important;
	text-decoration: none !important;
	margin-bottom: 5px;
	line-height: 150%;
	font-size: 13px;
}

.footer2 .footer-top .row .col-md-3 ul li a {
	color: #aaa;
}

.footer2 .footer-top .row .col-md-3 ul li a:hover {
	text-decoration: underline !important;
	color: #1C5DB7;
}

.footer2 .footer-top .row .col-md-3 .footer-qrcode {
	width: 100%;
	font-size: 12px;
	display: flex;
	justify-content: start;
}

.footer2 .footer-top .row .col-md-3 .footer-qrcode .qrcode-item {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	width: 100%;
	font-size: 12px;
	color: #aaa;
}

.qrcode-item p {
	text-align: start;
	margin-left: 4px;
}

.footer2 .footer-top .row .col-md-3 .footer-qrcode .qrcode-item .qrcode-box {
	width: 110px;
	height: 110px;
	overflow: hidden;
	/*margin: 0 auto;*/
	padding: 3px;
	background: #fff;
	margin-bottom: 5px;
}

.footer2 .footer-top .row .col-md-3 .footer-qrcode img {
	width: 100%;
}

.mail {
	color: #aaa;
}

.mail:hover {
	text-decoration: underline !important;
	color: #1C5DB7;
}

.footer-copyright {
	padding: 10px 0;
	font-size: 12px;
	border-top: 1px solid #222;
	color: #aaa;
}

.footer-copyright a {
	color: #aaa;
}

.footer-copyright a:hover {
	text-decoration: underline !important;
}

.icon-right {
	border-right: 1.5px solid white;
	border-bottom: 1.5px solid white;
	height: 10px;
	width: 10px;
	float: right;
	margin-top: 20px;
	transform: rotate(-45deg);
	margin-left: 5px;
}

.search-btn button{
    --bs-btn-color: #fff;
    --bs-btn-bg: unset;
    --bs-btn-border-color: unset;
    --bs-btn-hover-color: unset;
    --bs-btn-hover-bg: unset;
    --bs-btn-hover-border-color: unset;
    --bs-btn-focus-shadow-rgb: unset;
    --bs-btn-active-color: unset;
    --bs-btn-active-bg: unset;
    --bs-btn-active-border-color: unset;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: unset;
    --bs-btn-disabled-bg: unset;
    --bs-btn-disabled-border-color: unset;
	margin-bottom: 10px;
}

/* .modal-dialog .modal-content {
	padding: 30px 30px 50px 30px;
	position: absolute;
	left: -350px;
	width: 1200px;
}

.modal-header .modal-title {
	color: #555;
    font-size: 22px;
}

.modal-header, .modal-body {
	border-bottom: 0;
    padding: 0;
}

.wp_search {
	margin: 30px 0;
    width: 100%;
    position: relative;
}

.wp_search #keyword {
	width: 1000px !important;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    padding: 0 100px 0 15px;

}

.wp_search td {
	height: 60px !important;
}

.wp_search .search {
	position: absolute;
    right: 0;
    top: 0px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: none;
    border: none;
    outline: none;
    color: #1C5DB7;
    font-weight: bold;
    font-size: 20px;
    transition: all .3s;
	background-image: url('images/menusearch.png');
	background-size: contain;
    background-repeat: no-repeat;
}

.modal-dialog .modal-content .modal-header {
	border-bottom: none !important;
} */

/*search-box*/
.wp_search {
    margin: 30px 0;
    width: 100%;
    position: relative;
}

.wp_search table {
	border-bottom: 1px solid #d0d0d0;
}

.wp_search tr td:first-child {
	width: 1050px !important;
    border: none;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    padding: 0 0px 0 15px;
}

.wp_search .keyword {
	width: 100% !important;
	height: 100%;
	border: none;
	outline: none;
}

.wp_search tr td:first-child:focus{
    font-style: normal;
    border-bottom-color: #1C5DB7;
}

.wp_search .search {
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #1C5DB7;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-image: url(images/MODALSEARCH.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25% 40%;
}

.wp_search .search:hover{
    background: #1C5DB7;
    color: #fff;
	background-image: url(images/MODALSEARCH2.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: 25% 40%;
}

/*整站搜索*/
.modal-dialog {
    width: 100vw !important;
    margin: 50px auto !important;
    display: flex;
    justify-content: center;
}
.modal-dialog .modal-content{
    padding: 30px 30px 50px 30px;
	width: 100vw !important;
}
.modal-header,.modal-body{
    border-bottom: 0;
    padding: 0;
}

.modal-header {
	border-bottom: none !important;
    width: 65vw !important;
}

.modal-header .modal-title{
    color: #555;
    font-size: 22px !important;
}

.fs-5 {
	font-size: 22px !important;
}
@media screen and (max-width: 767px) {
    .modal-dialog{
        margin: 50px 0;
    }
    .modal-header .modal-title{
        font-size: 18px;
    }
    .search-form .form-text{
        font-size: 14px;
    }
}

.wp_search table {
	width: 100% !important;
}

.wp_search table td:first-child {
	width: 60vw !important;
}
/*æ•´ç«™æœç´¢ END*/