a {
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #007e94;
}
body {
	color: #333;
	background-color: #fff;
}

html,
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 16px;
}

img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: block;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #c7c7c7;
	box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #fff;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-start {
	justify-content: flex-start;
}

.flex-end {
	justify-content: flex-end;
}

.flex-center {
	justify-content: center;
}

.flex-shrink {
	flex-shrink: 0;
}

.flex-between {
	justify-content: space-between;
}

.flex-around {
	justify-content: space-around;
}

.flex-align-center {
	align-items: center;
}

.flex-align-end {
	align-items: flex-end;
}

.flex-wrap {
	flex-wrap: wrap;
}

.font-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.text-ellipsis-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.container {
	max-width: 1400px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
}

.header-pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 112px;
	z-index: 999;
}

.header-pc .container {
	height: 100%;
}

.header-pc .header-logo {
	width: 223px;
	height: 51px;
}

.header-pc .logo {
	display: block;

}

.header-pc .logo-active {
	display: none;
}


.header-pc-active .logo {
	display: none !important;
}

.header-pc-active .logo-active {
	display: block !important;
}


.header-pc-active {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.header-pc-active .search .search-btn{
	background-image: url(../img/search_btn.png) !important;
}
.header-pc-active .menu-list:after{
	background-color: #999999 !important;
}
.header-pc-active .search input{
	color: #333 !important;
	border-bottom: 1px solid #ccc !important;
}

.header-pc .header-content {
	height: 100%;
}

.header-pc .menu-list:after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background-color: #fff;
	margin-left: 20px;
}

.header-pc-active .menu-list .menu-item a {
	color: #333 !important;
}

.header-pc .menu-list .menu-item {
	position: relative;
	height: 100%;
}

.header-pc .menu-list .menu-item>a {
	line-height: 120px !important;
}

.header-pc .menu-list .menu-item a {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	display: block;
	height: 100%;
	box-sizing: border-box;
}

.header-pc .menu-list .menu-item>a {
	padding: 0 30px;
}

.header-pc .menu-list .menu-item.on>a,
.header-pc .menu-list .menu-item a.active,
.header-pc .menu-list .menu-item a:hover {
	color: #3c9aab !important;
}

.header-pc .menu-list .menu-item.on .menu-child-list {
	display: block;
}


.header-pc .menu-list .menu-child-list {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: auto;
	background-color: #fff;
	border: solid 1px #f0f0f0;
}

.header-pc .menu-list .menu-child-list a {
	line-height: 24px;
	padding: 10px 0;
	text-align: center;
	border-bottom: solid 1px #f5f5f5;
	color: #333;
}

.header-pc .menu-list .menu-child-list .menu-child-item:last-of-type a {
	border-bottom: none;
}

.header-pc .search {
	overflow: hidden;
	margin-left: 40px;
}

.header-pc .search input {
	height: 30px;
	border: none;
	background: none;
	color: #fff;
	width: 0px;
	transition: all .5s;
}


.header-pc .search input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6) !important;
}

.header-pc .search input::-moz-input-placeholder {
	color: rgba(255, 255, 255, 0.6) !important;
}



.header-pc .search input:focus {
	width: 120px !important;
}

.header-pc .search input:focus-visible {
	outline: none;
}

.header-pc .search .search-btn {
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
}

.header-mobile {
	background-color: #333;
	padding: 10px 20px;
	display: none;
}

.header-mobile .header-logo {
	width: auto;
	height: 32px;
}

.header-mobile .menu-btn {
	width: 40px;
	height: 40px;
	background: url(../img/menu_btn.png)center center no-repeat;
	cursor: pointer;
	outline: none;
}

.footer {
	width: 100%;
	height: 600px;
	background-color: #3e3e3e;
	margin-top: 120px;
}

.footer-content {
	height: calc(100% - 70px);
	padding-top: 70px;
	box-sizing: border-box;
}

.copyright {
	height: 70px;
	line-height: 70px;
	background-color: #393939;
	color: #ffffff94;
	font-size: 14px;
}
.copyright a{
	color: #ffffff94;
}
.copyright a:hover{
	color: #ffffff;
}
.footer-nav-list a:hover{
	color: #ffffff;
}
.footer-nav {
	min-width: 192px;
}

.footer-nav-title {
	font-size: 16px;
	color: #ffffff;
	border-bottom: solid 1px #ffffff1a;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.nav-list-item a {
	color: #ffffff94;
	font-size: 14px;
	line-height: 36px;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
}

.banner img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.common-title {
	text-align: center;
	margin-bottom: 50px;
}

.common-title-cn {
	font-size: 42px;
	line-height: 60px;
}

.common-title-en {
	font-size: 16px;
	line-height: 24px;
	color: #777777;
}

.button-prev,
.button-next {
	text-align: center;
}

.button-prev::after,
.button-next::after {
	content: '';
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
}

.button-prev::after {
	transform: rotate(135deg);
	margin-right: -4px;
}

.button-next::after {
	transform: rotate(-45deg);
	margin-left: -4px;
}


.broadside {
	position: fixed;
	z-index: 9999;
	right: 10px;
	top: 40%;
}

.broadside .list {
	width: 60px;
	height: 213px;
	background-color: #ffffff;
	border-radius: 30px;
	border: solid 1px #f0f0f0;
	box-sizing: border-box;
}

.broadside .list .broadside-item {
	border-bottom: solid 1px #f0f0f0;
	padding: 12px 0;
}

.broadside .list .broadside-item:last-of-type {
	border: none;
}

.scroll-top-btn {
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 30px;
	border: solid 1px #f0f0f0;
	margin-top: 18px;
	display: none;
	padding-top: 2px;
	box-sizing: border-box;
}

.broadside-item {
	cursor: pointer;
	position: relative;
}

.broadside-item-icon {
	margin-bottom: 6px;
}

.broadside-item-icon img {
	margin: 0 auto;
	width: 30px;
	height: 24px;
}

.broadside-item-name {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	text-align: center;
}

.broadside-item-value{
	position: absolute;
	right: 100%;
	top: 50%;
	overflow: hidden;
	max-width: 180px;
	margin-top: -18px;
	background-color: #fff;
	border-radius: 20px;
	transition: all .5s;
	width: 0px;
	/*height: 36px;*/
	line-height: 34px;
	box-sizing: border-box;
	border-color: #f0f0f0;
	text-align: center;
}

.broadside-item:hover .broadside-item-value{
	width: 180px;
	padding: 0 10px;
	border: solid 1px #f0f0f0;
}


.inside-content {
	padding-top: 114px;
}

.inside-banner {
	width: 100%;
	height: 500px;
	background-position: top center;
	background-repeat: no-repeat;
}

.crumbs {
	background-color: #fafafa;
	line-height: 66px;
}

.crumbs .crumbs-icon {
	width: 15px;
	height: 14px;
	background: url(../img/crumbs_icon.png)center center no-repeat;
	margin-right: 10px;
}

.crumbs .crumbs-item {
	font-size: 14px;
	color: #aaaaaa;
}

.crumbs .crumbs-item::after {
	content: '/';
	display: inline-block;
	margin: 0 5px;
}

.crumbs .crumbs-item:last-of-type::after {
	display: none;
}

.inside-main {
	padding-top: 100px;
}

.inside-menu {
	margin-bottom: 60px;
}

.inside-menu .inside-menu-item {
	width: 128px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #e1e0e0;
	text-align: center;
}
.inside-menu .inside-menu-item:hover{
	background-color: #3c9aab;
	border: solid 1px #3c9aab;
}
.inside-menu .inside-menu-item:hover a{
	color: #fff;
}
.inside-menu .inside-menu-item a {
	font-size: 14px;
	color: #999999;
	display: block;
}

.inside-menu .inside-menu-item+.inside-menu-item {
	margin-left: 36px;
}



.inside-menu .inside-menu-item.active {
	background-color: #58595b;
}

.inside-menu .inside-menu-item.active a {
	color: #fff;
}

.inside-common-title {
	margin-bottom: 60px;
}

.inside-common-title-cn {
	font-size: 30px;
	line-height: 60px;
	color: #333333;
}

.inside-common-title-en {
	font-size: 16px;
	line-height: 24px;
	color: #777777;
}

.inside-text-content {
	font-size: 16px;
	line-height: 30px;
	color: #777777;
}
/*分页*/
.cl{
	clear:both;
}
.page_info{
	text-align: center;
    padding: 20px 0;
    color: #999;
}
.pagination {
    padding: 60px 0;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center!important;
}
.page-item {
    margin: 0 10px;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #666;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    background-color: #3c9aab;
    border-color: #3c9aab;
    z-index: 1;
    color: #fff;
}
.Detailcontent{
	width: 100%;
	padding:40px 0px 0px;
}
.Detailcontent img{
	max-width: 100% !important;
}
/* ipad or 移动端 */
@media screen and (max-width: 1400px) {
	.container {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1200px) {
	.header-pc {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	.footer-nav {
		min-width: auto;
	}
	
	.inside-content{
		padding: 0;
	}
}


/* ipad样式 */
@media screen and (min-width: 768px) and (max-width: 1400px) {}

/* 移动端 */
@media screen and (max-width: 767px) {
	html,
	body {
		font-size: 14px;
	}
	
	.footer {
		height: auto;
		margin-top: 60px;
		
	}
	
	.footer .copyright {
		padding: 10px 0;
	}

	.footer-content {
		display: none;
	}

	.copyright {
		height: auto;
		line-height: 36px;
	}

	.copyright .container>div {
		width: 100%;
		text-align: center;
	}
	
	.inside-banner{
		height: 250px;
		background-size: cover;
	}
	
	.inside-main{
		padding-top: 50px;
	}
	.inside-menu {
		margin: -5px -5px 60px -5px;
	}
	.inside-menu .inside-menu-item{
		margin: 5px !important;
		width: calc(100% / 3 - 20px);
	}
	.inside-common-title-cn{
		font-size: 22px;
		line-height: 40px;
	}
	.inside-common-title-en{
		font-size: 14px;
		line-height: 20px;
	}
	.broadside{
		display: none;
	}
}
