@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "微软雅黑", Arial;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
	width: 100%;
	margin: 0px auto;
	background-color: #f6f6f6;
	overflow-x: hidden;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #555;
}

img {
	border: 0;
	display: inline;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.container {
	width: 95%;
	max-width: 1200px;
	margin: 0px auto;
	height: auto;

}

* {
	box-sizing: border-box;
}

.tpleft {
	float: left;
}

.tpright {
	float: right;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center-y {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

:root {
	--linkColor: #45B6F7;

}

/* 首页 */
header {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
	position: sticky;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	border-bottom: 1px solid #EAEAEA;
}

header .container {
	height: 72px;
}

header .logo img {
	height: 32px;
	width: auto;
}

header .tpright .menu ul li {
	margin-left: 30px;
}

header .tpright .menu ul li a {
	font-size: 18px;
	color: #666;
}

header .tpright .menu ul li a:hover {
	color: #45B6F7;
}

header .tpright .menu ul li.active a {
	color: #45B6F7;
}

header .tpright .search {
	margin-left: 30px;
	font-weight: 600;
	cursor: pointer;
}

.index {
	padding: 15px 0px;
}

.banner img {
	width: 100%;
	height: auto;
}

header .tpright .search:hover {
	color: #45B6F7;
}

.part_1 {
	padding: 30px 30px;
	background-color: #fff;
	margin-bottom: 15px;
}

header .tpright .search.active .iconfont:before {
	content: "\e6da";
	font-weight: 800;
	color: #45B6F7;
}

.part_1 ul {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 20px;
	align-items: stretch;
}

.part_1 ul li a {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
	text-align: center;
	background-color: #e5e5e5;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.part_1 ul li a:hover,
.part_1 ul li.active a {
	color: #fff;
	background-color: #e94c3d;
}

.index_bt {
	margin-bottom: 10px;
}

.index_bt .txt {
	font-size: 20px;
}

.index_bt .tpright a:hover {
	color: #45B6F7;
}
.index_bt .tpright a.hover {
	color: #45B6F7;
}
.index_bt .tpright a {
	margin-left: 20px;
	color: #999;
}

.pro_list ul li {
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 20px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: -1px;
	border-radius: 4px 4px 0 0;
	display: flex;
	align-items: flex-start;
}

.pro_list ul li .photo {
	width: 220px;
	height: 150px;
}

.pro_list ul li .photo a {
	display: block;
	width: 100%;
	height: 100%;
}

.pro_list ul li .photo img {
	width: 100%;
	height: 100%;
}

.pro_list ul li:hover {
	background-color: #f9f9f9;
}

.pro_list ul li .content {
	margin-left: 20px;
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pro_list ul li .content .title a:hover {
	color: #45B6F7;
}

.pro_list ul li .content .title .color_1 {
	color: #e68d6a;
}

.pro_list ul li .content .title .txt {
	font-size: 18px;
	font-weight: 600;
}

.pro_list ul li .content .infor {
	font-size: 12px;
	color: #999;
}

.pro_list ul li .content .infor .iconfont {
	margin-left: 20px;
	margin-right: 5px;
}

.pro_list ul li .content .infor .iconfont:nth-child(1) {
	margin-left: 0px;
}

.pro_list ul li .content .infor .icon-avatar-fill {
	font-size: 13px;
}

.pro_tip {
	text-indent: 2em;
	border: 1px solid #eaeaea;
	padding: 20px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 4px;
}

footer {
	clear: both;
	padding: 40px 30px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #999;
	background-color: #fff;
	border-top: 1px solid #eaeaea;
}

/*移动菜单*/
.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;

}

.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: #777;
	position: relative;
	border-radius: 5px;
}

.header.hover .menubtn .navbar-icons span,
.header.play .menubtn .navbar-icons span {
	background-color: var(--linkColor);
}

.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: #293038;
	z-index: 500;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding-top: 85px;
	display: flex;
	flex-direction: column;
	display: none;

}

.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: 50px;
}

.menu-mc .list ul li .submenu {
	display: none;
}

.menu-mc .list ul li .title {
	border-bottom: 1px solid rgba(255, 255, 255, .04);
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.8);
}

.menu-mc .list ul li .title .iconfont {
	font-size: 18px;
}

.menu-mc .list ul li {
	display: block;
	font-size: 15px;

}

.menu-mc .list ul li .submenu a {
	padding-left: 20px;
	line-height: 45px;
	color: #412c17;
	font-size: 16px;
}

.menu-mc .list ul li .submenu a:hover {

	font-weight: 600;
}

.menu-mc .contact_2 {
	gap: 35px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.menu-mc .contact_2 a {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #8b7c6d;
}

.menu-mc .contact_2 a .icon-down:before {
	display: block;
	transform: rotate(-90deg);
	font-size: 14px;
}

.local {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 15px 20px;
}

.local h1 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	line-height: 1;
	border-left: 5px solid #45B6F7;
	padding-left: 10px;
	font-weight: normal;
}

/*翻页*/
.fany {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0px;
	text-transform: uppercase;
}

/*分页*/
.divid-a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 12px;
}

.divid-a a {
	background: #fff;
	color: #2a6496;
	font-size: 12px;
	padding: 6px 12px;
	cursor: pointer;
	border: 1px solid #ddd;
	display: flex;
	line-height: 1.42857143;
	align-items: center;
	justify-content: center;
	margin-left: -1px;

}

.divid-a .active {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

.divid-a a:hover {
	background-color: #eee;
	border-color: #ddd;
}

.divid-a a:nth-child(1) {
	border-radius: 4px 0px 0px 4px;
}

.divid-a a:last-child {
	border-radius: 0px 4px 4px 0px;
}

.show_1 {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 15px;
}

.show_1 .title {
	font-size: 26px;
	margin-bottom: 10px;
}

.show_1 .date {
	font-size: 12px;
	color: #999;
	gap: 20px;
}

.show_2 {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	font-size: 15px;
}

.show_2 p {
	margin-bottom: 20px;
}

.show_2 a {
	text-decoration: underline;
	color: #45B6F7;
}

.show_2 a:hover {
	color: #FF5E52;
}

.paste {
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #eaeaea;
}

.paste ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: solid 1px #eee;
	padding: 8px 15px;
	font-size: 14px;
	gap: 5px;
}

.paste ul li:last-child {
	border-bottom: 0px;
}

.main_bt {
	margin-bottom: 10px;
}

.paste ul li .txt {
	color: #e68d6a;
}

.paste ul li .color_1:hover {
	color: #45B6F7;
}

.local1 {
	line-height: 1;
	padding: 8px 15px;
	margin-bottom: 5px;
	color: #777;
	font-size: 14px;
}

.local1 a:hover {
	color: var(--linkColor);
}

.local1 a {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin-right: 2px;
}

.local1 a:before {
	content: "";
	padding: 0 5px;
	color: #ccc;
	content: "/";
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.login_m {
	max-width: 350px;
	padding: 20px 20px 50px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}

.login_m ul li .title {
	margin-bottom: 5px;
	font-weight: 700;
}

.login_m ul li .box .formbit {
	width: 100%;
	display: block;
	width: 100%;
	height: 34px;
	line-height: normal;
	padding: 0px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	outline: none;
}

.login_m ul li .box .formbit:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.login_m ul li .tip {
	color: #999;
	margin-top: 3px;
	font-size: 14px;
}

.login_m ul li {
	margin-bottom: 15px;
}

.login_m ul li .box.no1 {
	gap: 5px;
}

.login_m ul li .box.no1 .code {
	width: 72px;
}

.login_m ul li .box.no1 .code img {
	display: block;
}

.login_m ul li .box.no1 .formbit {
	flex: 1;
	overflow: hidden;
}

.login_m ul li .box.no1 .btn {
	color: #333;
	border: 1px #ddd solid;
	border-radius: 2px;
	padding: 6px 15px;
	cursor: pointer;
	background-color: #fff;
}

.login_m ul li .box.no1 .btn:hover {
	background-color: #e6e6e6;
	color: #444;
}

.login_m ul li .box.no1 .btn.active {
	background-color: var(--linkColor);
	color: #fff;
	border: 1px var(--linkColor) solid;
}

.login_m ul li .gray {
	color: #666;
}

.login_m ul li .gray:hover {
	color: var(--linkColor);
}

.login_m ul li.last {
	font-size: 14px;
}

.mysearch {
	position: fixed;
	top: 73px;
	width: 100%;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.95);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 0;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	z-index: 10;
}

.mysearch.active{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.mysearch .container {
	height: auto;
}

.mysearch .search-form {
	padding: 25px 20%;
}

.mysearch .search-form .formbit {
	float: left;
	color: #999;
	border: solid 1px #ddd;
	width: 85%;
	height: 50px;
	padding: 4px 12px;
	border-right: none;
	font-size: 16px;
	border-radius: 2px 0 0 2px;
	outline: none;
}

.mysearch .search-form .search-btn {
	color: #fff;
	border: none;
	background: #45B6F7;
	height: 50px;
	font-size: 16px;
	padding: 0 12px;
	border-radius: 0 2px 2px 0;
	width: 15%;
	font-weight: 600;
	cursor: pointer;
}

.mysearch .search-form .formbit:focus {
	border: solid 1px #45B6F7;
}

.mysearch .search-form .search-btn:hover {
	opacity: .8;
}

@media screen and (max-width:1200px) {
	header .tpright .menu ul li a {
		font-size: 16px;
	}
}

@media screen and (max-width:1000px) {
	.part_1 ul {
		grid-template-columns: repeat(4, 1fr);
		gap: 8px;
	}

	.part_1 ul li a {
		font-size: 14px;
		line-height: 34px;
	}

	.part_1 {
		padding: 14px;
	}
}

@media screen and (max-width: 767px) {

	.menubtn,
	.menu-mc {
		display: flex;
	}

	header .tpright .menu {
		display: none;
	}

	header .tpright .search {
		display: none;
	}

	header .container {
		height: 48px;
	}

	.index_bt .txt {
		font-size: 16px;
		font-weight: 600;
	}

	.pro_list ul li {
		flex-direction: row-reverse;
		padding: 12px;
	}

	.pro_list ul li .photo {
		width: 120px;
		height: 82px;
	}

	.pro_list ul li .content {
		margin-left: 0px;
		margin-right: 10px;
		gap: 5px;
	}

	.pro_list ul li .content .title .txt {
		font-size: 14px;
	}

	.pro_list ul li .content .infor {
		display: none;
	}

	.show_1 {
		padding-top: 0px;
	}

	.show_1 .title {
		font-size: 18px;
		font-weight: 600;
	}

	.local h1 {
		font-size: 16px;
		font-weight: 600;
	}

	.mysearch {
		top: 49px;
	}

	.mysearch .search-form {
		padding: 15px 0px;
	}

	.mysearch .search-form .formbit {
		height: 36px;
		font-size: 14px;
	}

	.mysearch .search-form .search-btn {
		height: 36px;
	}
}

@media screen and (max-width:450px) {}