body,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	margin: 0;
	padding: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

input:focus {
	outline: none
}

@font-face {
	font-family: "calibri";
	src: url('../fonts/calibri.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/calibri.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/calibri.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/calibri.svg#calibri') format('svg');
	/* Legacy iOS */
}

body {
	font-family: "calibri";
}


.form-control {
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid #ccc
}

/***/

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.top_wz {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 155px; */
	z-index: 999;
	background: #fff;
	border-bottom: 1px solid #c7c7c7;
}

.top {
	padding-top: 15px;
}

.top-top {
	border-bottom: 1px solid #e5e5e5;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	justify-content: space-between;
}


.small-top {
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}








/* .logo {
	width: calc(100% - 38%);
}

.logo img {
	/* width: 353px; 
}*/

#title {
	display: none !important;
}


.logo {

	width: 113px;
	height: 48px;
}

.logo a {
	display: block;
	width: 113px;
	height: 48px;
	background-image: url(../img/logo-11.png);
	background-size: cover;
}

.search-bar {
/* 	margin-left: 10px; */
	cursor: pointer;
	position: relative;
}

.re-search {
	width: 240px;
	position: absolute;
	right: 0px;
	top: 34px;
	display: none;
}

.search_right {
	width: 38%;
	float: right;
	/* 	padding-top: 20px; */
}

.search_right .btn-primary:hover {
	background-color: #eee;
	border-color: #ccc;
}

.top_nav {
	/* width: 80%;
	float: left; */
}


.the-right {
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: flex-end
}



.language {
	margin: 0 5px;
}


.lang_list {
	/* float: right; */
}

.lang_list ul li {
	background: #7f7f7f;
	list-style: none;
	float: left;
	margin: 0 5px;
	overflow: hidden;
}

.lang_list ul li:first-child {
	background: #ffc100;
}

.lang_list ul li:last-child {
	background: #00707e;
}

.lang_list ul li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display:inline-block;
	color: #fff;
	font-size: 12px;
}

.sea_xiala {
	position: absolute;
	background-color: #e6e6e6;
	right: 0px;
	padding: 15px;
	width: 240px;
	z-index: 100;
	margin-top: 46px;
	display: none;
}

.sea_xiala .btn-primary:hover {
	background: #eee;
	border: 1px solid #ccc;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.top_nav nav.navbar.bootsnav {
	border: none;
}

.top_nav .navbar-nav {
	float: left;
}


.top_nav nav.navbar.bootsnav ul.nav>li {
	margin: 15px 15px 0 15px;
}

/* .top_nav nav.navbar.bootsnav ul.nav>li:last-child {
	margin-right: 0!important
}
 */

.top_nav nav.navbar.bootsnav ul.nav>li>a {
	/* font-size: 18px; */
	color: #000;
	padding: 0 0 5px 0;
}

.top_nav nav.navbar.bootsnav ul.nav>li.active>a {
	color: #00707e;
}

.top_nav nav.navbar.bootsnav ul.nav>li:hover {
	background-color: transparent;
}

.top_nav .nav>li:hover:after {
	width: 100%;
}

.top_nav nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
	display: none;
}

.top_nav nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
	content: "\f105";
	transform: rotate(90deg);
}

.top_nav .dropdown-menu.multi-dropdown {
	position: absolute;
	left: -100% !important;
}

.top_nav nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border: none;
	width: 250px;
	/* font-size: 18px; */
	padding: 10px 10px;
	background: rgba(255, 255, 255, .9);
	color: #000;
	margin-top: 10px;
}

.top_nav nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
	padding: 5px 10px;
	border-bottom: none;
	color: #000;
}

.top_nav nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
	color: #00707e;
}

nav.navbar.bootsnav .navbar-toggle {
	font-size: 30px;
	top: 0;
}

nav.navbar.bootsnav .navbar-header {
	padding-left: 0;
}




.banner {
	padding-top: 81px;
}

.index-about {
	padding-top: 60px;
}

.index-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.index-title h1 {
	color: #00707e;
	display: block;
	text-align: center;
	/**text-transform: uppercase;**/
}

.index-title p {
	color: #000;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.in-about-all {
	padding: 30px 0;
}

.in-about-txt {
	overflow: hidden;
	padding-top: 30px;
}

.in-about-intro {
	width: 80%;
	float: left;
}

.in-about-intro p {
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 26px;
	height: 104px;
	overflow: hidden;
}

.in-about-btn {
	width: 20%;
	float: right;
	padding-top: 30px;
}

.in-about-btn .btn-default {
	color: #000;
	background-color: #fff;
	border-color: #00707e;
	float: right;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 17px;
}

.in-about-btn .btn-default:hover {
	background: #00707e;
	color: #fff;
}

.index-news {
	padding-top: 30px;
}

.index-news-list {
	overflow: hidden;
	padding-top: 30px;
}

.index-news-list ul li {
	width: 30%;
	float: left;
	list-style: none;
	margin-right: 5%;
	/* position: relative */
}

.index-news-list ul li:last-child {
	margin-right: 0;
}

.index-news-list ul li p {
	/* position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(../img/news-top.png) center top repeat-x; */
	color: #000;
	background: #eeeeee;
	border-bottom: 1px solid #00707e;
	padding: 0 10px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 50px;
}

.index-solu {
	padding-bottom: 80px;
}

.index-case-list {
	padding-top: 30px;
	overflow: hidden;
}

.index-case-list ul li {
	width: 30%;
	float: left;
	list-style: none;
	margin-right: 5%;
}

.index-case-list ul li:last-child {
	margin-right: 0;
}

.index-case {
	padding: 50px 0 80px 0;
}

.li-title {
	padding-top: 15px;
}

.li-title a {
	color: #000;
}

.li-title a:hover {
	color: #00707e;
}

.li-title p span {
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
	width: 100%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

p.li-js {
	float: left;
	height: 60px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.bottom {
	background: #e8e8e8 url(../img/bottom.png) center top no-repeat;
	overflow: hidden;
	padding-top: 30PX;
	padding-bottom: 20px;
}

.bo-left {
	width: 70%;
	float: left;
}


.bo-1 {
	width: 25%;
	float: left;
}

.bo-2 {
	width: 75%;
	float: left;
}

.bo-1 h3,
.bo-2 h3,
.bo-3 h3 {
	color: #000;
	padding-bottom: 20px;
}

.bo-1 a {
	color: #666;
	display: block;
	padding-bottom: 15px;
}

.bo-1 a:hover {
	color: #00707e;
}



.address {
	padding-bottom: 20px;
}

.address p {
	color: #666;
	line-height: 24px;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
}

.address p span {
	font-size: 17px;
	line-height: 28px;
	font-weight: bold;
}

.add {
	width: 30px;
	float: left;
	color: #666;
}

.add img {
	width: 18px;
}


.add-right {
	width: calc(100% - 30px);
	float: left;
	color: #666;
}

.bo-3 {
	width: 30%;
	float: right;
}

.copyright {
	background: #a0a0a0;
	padding: 15px 0;
}

.copyright p {
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	color: #000;
}

.bo-3 .form-control {
	border: 0;
	border-radius: 0;
	color: #000;
}

.bo-3 .btn-default {
	color: #000;
	background-color: transparent;
	border-color: #00707e;
	border-radius: 20px;
	padding: 8px 16px;
	margin-bottom: 10px;
}

.bo-3 .btn-default:hover {
	color: #fff;
	background: #00707e;
}

.m-dw {
	position: relative;
}

.follow {
	position: absolute;
	top: 0;
	right: 15px;
	color: #333;
}

.follow a {
	padding-left: 8px;
}

.follow span {
	line-height: 40px;
}

.facebook,
.wechat {
	padding-right: 20px;
	float: left;
}

.facebook img,
.wechat img {
	/* width: 36px; */
}

.facebook a,
.wechat a {
	display: flex;
	align-items: flex-end;
}

.wechat-code,
.facebook-code {
	margin-left: 10px;
}

.wechat-code img,
.facebook-code img {
	width: 100px;
}

.case_more {
	text-align: center;
}


.case_more .btn-default {
	color: #000;
	background-color: #fff;
	border-color: #00707e;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 17px;
	margin-top: 30px;
}

.case_more .btn-default:hover {
	background: #00707e;
	color: #fff;
}

.soft-y-btn .btn-default {

	margin-top: 0;
	margin-bottom: 30px;
}


.search_nav {
	display: none;
}

@media only screen and (min-width:993px) and (max-width:1199px) {
	.top_wz {
		/* height: 160px; */
	}

	.top-bottom {
		padding-top: 4px;
	}

	.sea_xiala {
		margin-top: 42px;
	}

	.top_nav nav.navbar.bootsnav ul.nav>li {
		margin: 15px 7px 5px 7px;
	}

	/***
.navbar-brand {
	font-size: 15px;
	padding: 10px 12px 10px 0;
}
.nav > li > a {
	padding: 10px 12px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 15px;
}

**/


	.index-about {
		padding-top: 30px;
	}

	.index-news {
		padding-top: 0;
	}

	.index-solu {
		/**padding: 30px 0;**/
		padding-bottom: 50px;
	}

	.index-case {
		padding: 30px 0;
	}

	.banner {
		/* padding-top: 160px; */
	}

	.facebook,
	.wechat {
		/* width: 80px; */
	}

	.add-right {
		/* 	width: 450px; */
	}

	.search_nav {
		display: none;
	}
}

@media only screen and (min-width:0px) and (max-width:991px) {
	.top-top {
		padding-bottom: 0;
		border: none;

	}
}


@media only screen and (min-width:768px) and (max-width:992px) {
	.top_wz {
		height: inherit;
		position: relative;
	}

	.top_wz .container {
		position: relative;
	}

	.top_nav {
		/* width: 50%; */
	}

	.top_nav nav.navbar.bootsnav ul.nav>li {
		margin: 20px 15px 20px 15px;
		padding-left: 30px;
	}

	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
		display: block;
		width: 100%;
		border-bottom: none;
		color: #000;
	}

	nav.navbar.bootsnav.navbar-mobile ul.nav {
		border-top: none;
	}

	.banner {
		padding-top: 0;
	}

	.language {
		/* position: absolute;
		right: 15px;
		top: 105px; */
	}

	.search_right {
		padding-top: 35px;
	}

	.add {
		width: 10%;
	}

	.add-right {
		width: 90%;
	}


	.index-about {
		padding-top: 20px;
	}

	.in-about-all {
		padding: 20px 0;
	}

	.in-about-txt {
		padding-top: 20px;
	}

	.index-news {
		padding-top: 10px;
	}

	.index-case {
		padding: 30px 0 30px 0;
	}

	.case_more .btn-default {
		margin-top: 20px;
	}

	.index-solu {
		padding-bottom: 30px;
	}

	.search_nav {
		margin: 10px 0;
		display: block;
		padding: 0 15px;
	}



	/******/
	.small-top {
		/* padding: 0; */
		height: 61px;
	}

	.search-bar {
		display: none;
	}

	.the-right {
	/* 	width: 100px; */
		justify-content: flex-end;
		position: absolute;
		right: 15px;
	}

	.logo {
		/* width: 206px;
		height: 48px;
		margin: 0 auto; */

		position: absolute;
		left: 50%;
		top: 50%;

		transform: translate(-50%, -50%);
	}

	.logo a {
		/* padding-bottom: 0;

		width: 206px;
		height: 48px; */
	}

	.language {
		/* position: absolute;
		right: 15px;
		top: 70px; */
	}

	.top_nav {
		width: 30px;
		position: absolute;
		top: 0;
		left: 15px;
	}









}

@media only screen and (min-width:0px) and (max-width:767px) {
	.top_wz {
		height: inherit;
		position: relative;
	}

	.top {
		padding-top: 10px;
	}

	.top-top {
		border-bottom: none;
		padding-bottom: 0;
	}

	.top_nav nav.navbar.bootsnav ul.nav>li {
		padding-left: 30px;
	}

	nav.navbar.bootsnav.navbar-mobile ul.nav {
		border-top: none;
	}

	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
		border-bottom: solid 1px #e0e0e0;
		color: #000;
	}

	.search_right {
		width: 40%;
		padding-top: 0px;
		display: none
	}

	.small-top {
		/* padding: 0; */
		height: 61px;
	}

	.search-bar {
		display: none;
	}

	.the-right {
	/* 	width: 100px; */
		justify-content: flex-end;
		position: absolute;
		right: 15px;
	}

	.logo {
		/* width: 206px;
		height: 48px;
		margin: 0 auto; */

		position: absolute;
		left: 50%;
		top: 50%;

		transform: translate(-50%, -50%);
	}

	.logo a {
		/* padding-bottom: 0;

		width: 206px;
		height: 48px; */
	}

	.language {
		/* position: absolute;
		right: 15px;
		top: 70px; */
	}

	.top_nav {
		width: 30px;
		position: absolute;
		top: 0;
		left: 15px;
	}

	.banner {
		padding-top: 0;
	}

	.index-about {
		padding-top: 15px;
	}

	.index-title h1 {
		font-size: 24px;
	}

	.index-title p {
		font-size: 14px;
	}

	.in-about-all {
		padding: 15px 0;
	}

	.in-about-txt {
		padding-top: 15px;
	}

	.in-about-intro {
		width: 100%;
		/* margin-bottom: 15px; */
	}

	.in-about-btn {
		width: inherit;
		padding-top: 15px;
		float: inherit;
		text-align: center;
	}

	.in-about-btn .btn-default {
		margin-top: 15px;
		float: inherit;
	}

	.in-about-btn .btn-default {
		padding: 8px 15px;
		font-size: 14px;
	}

	.index-news {
		padding-top: 0;
	}

	.index-news-list {
		padding-top: 20px;
	}

	.index-news-list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.case_more .btn-default {
		padding: 8px 15px;
		font-size: 14px;
		margin-top: 0;
	}

	.index-case {
		padding: 20px 0 20px 0;
	}

	.index-case-list {
		padding-top: 20px;
	}

	.index-case-list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.li-title {
		padding-top: 10px;
	}

	.index-solu {
		padding-bottom: 20px;
	}

	.bottom {
		display: none;
	}

	.search_nav {
		margin: 10px 0;
		display: block;
		padding: 0 15px;
	}

	.in-about-intro p {
		text-align: left;
	}



}

@media only screen and (min-width:0px) and (max-width:320px) {
	.language {
		top: 60px;
	}
}


/* 2021 */
.bo-other {
	display: flex;
}

.bo-cooperation {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.bo-cooperation-txt p {
	color: #000;
	font-size: 24px;
	font-weight: 500;
}

.bo-cooperation-img {
	margin-left: 50px;
}

.bo-cooperation-img a {
	display: inline-block;
	margin-right: 15px;
}

.bo-cooperation-img img {
	/* height: 25px; */
}

@media only screen and (min-width:0px) and (max-width:767px) {

	.bo-1,
	.bo-2,
	.bo-3 {
		display: none;
	}

	.bo-cooperation {
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
	}

	.bo-cooperation-img {
		margin-left: 0;
		width: 100%;
	}

	.bo-cooperation-txt {
		width: 100%;

	}

	.bo-cooperation-txt p {
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.bo-left {
		width: 100%;
	}

	.bottom {
		padding: 20px 0;
	}

	.bo-cooperation-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bo-cooperation-img a {
		margin: 0 10px;
	}

}


/*********/

.case-content li,
.editor li {
	list-style: inherit !important;
	margin-left: 20px;
}



/* 大图弹窗 */

.big-pic-dialog {
	width: 100%;
	max-height: 100%;
	margin-top: 0;
}


.big-pic-dialog .modal-content {
	border-radius: 0;
}

.big-pic-dialog .modal-body {
	padding: 30px 20px;
}

.big-pic-dialog .close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 99;
	opacity: 1;
	font-size: 36px;
	text-shadow: none;
}

.big-pic-dialog .modal-body img {
	max-height: 100%;
	overflow: hidden;
}

.event_list li img {
	cursor: pointer;
}




/* 邮件提示弹窗 */

.wrapper {
	position: relative;
}

.tip {
	width: 200px;

	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translate(-50%, -15%);
	box-sizing: border-box;
	border-radius: 5px;
	background: rgba(0, 0, 0, .8);
	display: none;
	z-index: 999;
}

.tip p {
	color: #fff;
	padding: 10px;
	text-align: center;
}








/********************************************20211119 新增修改*********************************************************************/

.index-s-banner {
	padding-top: 80px;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
	.index-s-banner {
		padding-top: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.index-s-banner {
		padding-top: 30px;
	}
}

@media only screen and (min-width:0px) and (max-width:767px) {
	.index-s-banner {
		padding-top: 20px;
	}
}


.p-brand {
	padding: 40px 0;
}

.p-brand-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.p-brand-list ul li {
	width: 23.5%;
	margin: 15px 2% 15px 0;
	height: 128px;
	background: #f3f3f3;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	padding: 40px;
}


.p-brand-list ul li:nth-child(4n) {
	margin-right: 0;
}


.sigle-brand {
	width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.sigle-brand p {
	font-size: 30px;
	color: #000;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
}



.brand-name {
	width: calc(100% - 17px)
}

.sigle-brand .jt {
	width: 17px;
	height: 17px;
	/* margin-left: 10px; */
	background: url(../img/g-r.png) no-repeat;

}

.p-brand-list ul li a {
	width: 100%;
	height: 128px;
	display: flex;
	align-items: center;
}

.p-brand-list ul li:hover {
	background-color: #00707e;
}

.p-brand-list ul li:hover p {
	color: #fff;
}

.p-brand-list ul li:hover .sigle-brand .jt {
	background: url(../img/w-r.png) no-repeat;
	animation: run 1s ease-in-out infinite;
}

@keyframes run {
	from {
		transform: translateX(0px);
	}

	to {
		transform: translateX(20px);
	}
}


@media only screen and (min-width:0px) and (max-width:767px) {

	.p-brand {
		padding: 20px 0;
	}

	.p-brand-list ul li {
		width: 48%;
		height: 80px;
		margin: 15px 1%;
		padding: 15px;
	}

	.p-brand-list ul li a {
		height: 80px;
	}

	.sigle-brand p {
		font-size: 16px;
	}

}








/* 新增搜索 */

.add-search {
	padding: 150px 0;
}

.top-search-bar {
	padding: 40px 15%;
}

.search-result-content b {
	color: #006f80;
	padding-left: 10px;
}

.result-page {
	background: #f1f1f1;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.result-page-list ul {
	display: flex;
}

.result-page-list ul li {
	margin-right: 20px;
	font-size: 18px;
}

.result-page-list ul li a.active {
	color: #000;
}

.result-count {
	font-size: 18px;

}

.result-data {
	padding-top: 40px;

}

.result-data-list {
	border-top: 1px solid #eaeaea;
}

.result-data-list ul li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}


.data-info {
	width: calc(100% - 180px);
	display: flex;
	align-items: center;

}

.data-from {
	width: 180px;
	text-align: right;
}

.data-info img {
	width: 158px;
	margin-right: 20px;
}

.data-info a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
}

.data-info p {
	width: 780px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.data-info span {
	color: #666;
	padding-top: 5px;
}


.data-from p {
	font-size: 14px;
	color: #676767;
}


.top-search-bar .input-group-addon {
	cursor: pointer;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.data-info p {
		width: 600px;

	}

	.add-search {
		padding: 80px 0;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.data-info p {
		width: 370px;

	}


	.add-search {
		padding: 10px 0 50px 0
	}
}


@media only screen and (min-width:0px) and (max-width:767px) {

	.data-info p {
		width: 200px;
	}

	.top-search-bar {
		padding: 20px 0;
	}

	.add-search {
		padding: 20px 0;
	}

	.search-result-content h2 {
		font-size: 15px;
	}

	.result-page {
		padding: 10px;
		margin-top: 20px;
	}

	.result-data {
		padding-top: 20px;
	}

	.data-info {

		width: 100%;
	}

	.data-info img {
		width: 100px;

	}

	.data-from {
		width: 100%;
		text-align: left;
		padding-top: 10px;
	}

	.result-data-list ul li {
		padding: 10px 0;
		flex-wrap: wrap;
	}




	.top-search-bar {
		padding: 0 0 20px 0;
	}


	.result-page-list ul li {
		font-size: 15px;
	}

	.result-count {
		font-size: 15px;
	}

}


/* 新增二三級分類 */

.cate-other {
	/* padding-bottom: 20px; */
}

.cate-other h3 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.cate-other h3 a {
	color: #000;
}

.classification-list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.classification-list ul li {
	flex: 0 0 33%;
	max-width: 33%;
	position: relative;
	width: 100%;
	padding-right: 30px;

	margin-bottom: 30px;
}

.classification-list ul li:nth-child(5n) {
	margin-right: 0;
}

.classification-list ul li h5 {
	font-size: 15px;
	color: #000;
	padding-bottom: 10px;

}

.classification-list ul li p a {
	color: #545454;
	padding: 4px 0;
	display: block;
	font-size: 13px;
}


.classification-list ul li h5 a {
	color: #000;
}

.classification-list ul li h5 a:hover,
.cate-other h3 a:hover {
	color: #00707e;
}


@media only screen and (min-width:0px) and (max-width:767px) {
	.classification-list ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.classification-list ul li h5 {
		font-size: 16px;
	}

	.classification .page-two-nav {
		padding: 20px 0 0 0;
	}

}



@media only screen and (min-width:0px) and (max-width:768px) {
	.top_nav nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
		max-height: 350px;
		overflow-y: auto;
	}

	.top_nav nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
		padding: 2px 10px;
		font-size: 13px;
	}

}





/******20211203  return****/
.common-return {
	width: 56px;
	height: 56px;
	background-color: #00707e;
	position: fixed;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.return-icon img {
	width: 24px;
	display: block;
	margin: auto;
}

.return-icon p {
	font-size: 12px;
	color: #fff;
}


@media only screen and (min-width:0px) and (max-width:767px) {
	.common-return {
		width: 48px;
		height: 48px;
	}
}


/* 合作伙伴下拉 */



.width-dropdown {
	min-width: 400px !important;

}

.out-div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;

}

.out-div li {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	list-style: none;
	box-sizing: border-box;
}

.out-div li a {
	padding: 5px 0;
	color: #000;
	display: block;
}

.out-div li a:hover {
	color: #00707e;
}

@media only screen and (min-width:993px) and (max-width:1199px) {

	.out-div li a {
		font-size: 15px;
	}
}


@media only screen and (min-width:0px) and (max-width:767px) {
	
	.out-div{
	 width: 100%;
     position: relative !important;	
	} 
	
	.out-div li {
		flex: 0 0 34%;
		max-width: 34%;
		
		width: 100%;
		padding-right:5px;
		padding-left: 5px;
		border-bottom: solid 1px #e0e0e0;
		
	}
	
	.out-div li a {
		font-size: 13px;
		padding: 8px 0;
	}
	
}




/*  */

.banner-img{
	width: 100%!important;
}

.index-solu img, .page-banner img {
	width: 100%!important;
	margin: auto!important;
}



/* share */

.share{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.share-icon{
	margin-left: 10px;
}


.share-txt{
	font-size: 14px;
}
						