@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}


/**/

header {
	width: 100%;
	top: 0;
	z-index: 999;
}

header.index {
	position: fixed;
}

header.subnav-fixed {
	background-color: white;
	box-shadow: 0px 5px 6px #CCCCCC;
}
header.subnav-fixed .nav p a{
	color: #666666;
}
header.subnav-fixed .nav p i{
	color: #666666;
}
.header {
	width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.header .logo {
	height: 46px;
	margin-top: -8px;
}

.header .logo img {
	display: block;
	height: 100%;
}

.header .nav {
	display: flex;
	justify-content: flex-end;
}

.header .nav p {
	margin-left: 12px;
}

.header .nav p a {
	display: block;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 0px 15px;
	line-height: 30px;
	transition: 0.3s all;
}

.header .nav p a:hover {
	background-color: #17a1e6;
	border-radius: 20px;
	transition: 0.3s all;
}

.header .nav p.qrcode {
	display: flex;
	color: white;
	font-size: 14px;
	justify-content: flex-start;
	line-height: 30px;
	cursor: pointer;
}

.header .nav p.qrcode:hover i {
	color: #17a1e6;
}

.header .nav p.qrcode i {
	color: white;
	display: block;
	margin-right: 10px;
	font-size: 28px;
}

.subnav-fixed .header .nav p.qrcode i ,
.subnav-fixed .header .nav p.tel{
	color: #666666;
}

.header .nav p.tel {
	font-weight: bold;
	font-size: 18px;
}

.header .nav p.tel i {
	font-size: 24px;
	font-weight: normal;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner-box {
	width: 480px;
	top: 120px;
	position: absolute;
	left: 18.75%;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #666;
	overflow: hidden;
}

.banner-box .one {
	padding: 30px;
}

.banner-box p.t1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.banner-box p.t2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px solid #EEE;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.banner-box p.t22 {
	border-bottom: none;
}

.banner-box p.t2 a {
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 36px;
	transition: 0.3s all;
	margin-bottom: 5px;
	margin-right: 25px;
}

.banner-box p.t2 a:hover {
	color: #17a1e6;
	transition: 0.3s all;
}

.banner-box p.t3 a {
	display: block;
	color: white;
	width: 100%;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 5px;
	border-radius: 8px;
	background-color: #17a1e6;
	transition: 0.3s all;
}

.banner-box p.t3 a:hover {
	transition: 0.3s all;
	opacity: 0.8;
}

.banner-box .two {
	width: 100%;
	background: #f2f2f2;
	padding: 30px;
	position: relative;
}

.banner-box .two input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0px 15px;
	border-radius: 5px;
	background-color: white;
	border: solid 1px #e5e5e5;
}

.banner-box .two button {
	display: block;
	width: 60px;
	height: 50px;
	border: none;
	background-color: transparent;
	position: absolute;
	right: 30px;
	top: 30px;
	color: #666;
}

.banner-box .two button i {
	font-size: 18px;
}

.banner-box .two.show input,
.header-nav .search.show input {
	border: solid 1px #17a1e6;
}

.banner-box .two.show button i,
.header-nav .search.show button i {
	color: #17a1e6;
}

.banner-text {
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.banner-text .list {
	display: flex;
	justify-content: center;
	color: #666666;
	font-size: 24px;
	line-height: 50px;
}

.banner-text .list i {
	display: block;
	font-weight: normal;
	line-height: 50px;
	font-size: 35px;
	margin-right: 12px;
}

.index-title {
	width: 1200px;
	margin: 25px auto;
	color: #666666;
	font-weight: bold;
	font-size: 24px;
	border-left: 5px solid #17a1e6;
	padding-left: 10px;
	line-height: 1.2;
}
.index-title h1{
	font-size: 24px;
	color: #666666;
	font-weight: bold;
}
.hui-main {
	width: 100%;
	padding: 50px 0px;
	background-color: #f7f7f7;
}

.index-main01 {
	width: 1200px;
	margin: 0px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main01 .list {
	width: 32%;
	margin-bottom: 25px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.index-main01 .list img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.index-main01 .list p {
	position: absolute;
	bottom: 10px;
	width: 100%;
	line-height: 50px;
	padding-left: 25px;
	color: white;
	font-weight: bold;
}

.index-main01 .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.index-main02 {
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main02 .list {
	width: 380px;
	transition: 0.3s all;
	border-radius: 4px;
	overflow: hidden;
	background-color: white;
	margin-bottom: 25px;
}

.index-main02 .list p.t1 {
	width: 100%;
	height: 236px;
	overflow: hidden;
}

.index-main02 .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.index-main02 .list p.t2 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 15px 10px;
	transition: 0.3s all;
}

.index-main02 .list:hover {
	box-shadow: 0px 0px 6px #ccc;
	transition: 0.3s all;
	background-color: #17a1e6;
}

.index-main02 .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.index-main02 .list:hover p.t2 {
	color: white;
	transition: 0.3s all;
}

.index-main02 .list p.t3 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 0px 15px 15px;
}

.index-main02 .list p.t3 a {
	display: block;
	font-size: 13px;
	color: #666666;
	margin-right: 20px;
	position: relative;
	padding-left: 12px;
}

.index-main02 .list p.t3 a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 100%;
	background-color: #17a1e6;
}

.index-main02 .list:hover p.t3 a {
	color: white;
}

.index-main02 .list:hover p.t3 a:after {
	background-color: white;
}

.index-main03 {
	width: 1200px;
	margin: 95px auto;
	display: flex;
	justify-content: space-between;
}

.index-main03 .left {
	width: 400px;
	position: relative;
}

.index-main03 .left img {
	display: block;
	width: 100%;
	position: absolute;
	bottom: -60px;
}

.index-main03 .right {
	width: 600px;
}

.index-main03 .right p.t1 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}

.index-main03 .right p.t2 {
	font-size: 15px;
	margin-bottom: 25px;
}

.index-main03 .right p.t3 {
	display: flex;
	justify-content: flex-start;
}

.index-main03 .right p.t3 a {
	display: block;
	color: white;
	width: 150px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 3px;
	border-radius: 8px;
	background-color: #17a1e6;
	transition: 0.3s all;
	margin-right: 25px;
}

.index-main04 {
	width: 1200px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
}

.index-main04 .left {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main04 p.title {
	width: 100%;
	color: #666666;
	font-weight: bold;
	display: flex;
	font-size: 20px;
	justify-content: space-between;
	margin-bottom: 25px;
}

.index-main04 p.title a {
	display: block;
	font-weight: normal;
}

.index-main04 .left .list {
	width: 48%;
	display: flex;
	justify-content: space-between;
	line-height: 32px;
	position: relative;
	padding-left: 16px;
}

.index-main04 .left .list:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 13px;
	border-radius: 100%;
	background-color: #17a1e6;
}

.index-main04 .left .list a {
	color: #353535;
	font-size: 14px;
	display: block;
}

.index-main04 .left .list span {
	color: #B2B2B2;
	font-size: 13px;
}

.index-main04 .left .list a:hover {
	color: #17a1e6;
}

.index-link-w {
	width: 100%;
	background-color: #f2f2f2;
	padding: 35px 0px;
}

.index-link {
	width: 1200px;
	margin: auto;
	color: #b2b2b2;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 13px;
}

.index-link span {
	display: block;
	margin-right: 15px;
	line-height: 2;
}

.index-link a {
	color: #b2b2b2;
	font-weight: normal;
	margin-right: 20px;
	line-height: 2;
}

.index-link a:hover {
	color: #17a1e6;
}
.index-link.tag-l{
	margin-top: 15px;
}
footer {
	width: 100%;
	background-color: #222222;
	padding: 40px 0px;
}

.footer {
	width: 1200px;
	margin: auto;
}

.footer .ones {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
}

.footer .ones p.t1 {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.footer .ones p.t1 span {
	display: block;
	color: white;
	font-size: 15px;
	margin-right: 30px;
}

.footer .ones p.t1 span a {
	display: block;
	color: #ccc;
	font-size: 15px;
}

.footer .ones p.t1 span a:hover {
	color: #17a1e6;
}

.footer .ones p.t2 {
	display: flex;
	justify-content: flex-start;
	color: #b2b2b2;
	font-weight: bold;
	flex-wrap: wrap;
	font-size: 13px;
}

.footer .ones p.t2 span {
	display: block;
	margin-right: 15px;
}

.footer .ones p.t2 a {
	color: #b2b2b2;
	font-weight: normal;
	margin-right: 20px;
}

.footer .ones p.t2 a:hover {
	color: #17a1e6;
}

.footer .twos {
	display: flex;
	justify-content: space-between;
	color: #b2b2b2;
	flex-wrap: wrap;
	font-size: 13px;
}

.header-n-w {
	width: 100%;
	background-color: #202020;
}

.header-n {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.header-n .left {
	display: flex;
	justify-content: flex-start;
}

.header-n .left p a {
	display: block;
	font-size: 12px;
	color: #b4b6bf;
	margin-right: 30px;
	line-height: 40px;
	font-weight: bold;
}

.header-n .left p a:hover {
	color: #17a1e6;
}

.header-n .right {
	display: flex;
	justify-content: flex-end;
	color: #b4b6bf;
}

.header-n .right p {
	display: flex;
	color: white;
	font-size: 14px;
	justify-content: flex-start;
	line-height: 40px;
	margin-left: 15px;
	cursor: pointer;
}

.header-n .right p i {
	font-size: 18px;
	display: block;
	margin-right: 10px;
}

.header-n .right p:hover i {
	color: #17a1e6;
}

.header-n .right p.tel {
	font-weight: bold;
}

.header-n .right p.tel i {
	font-size: 15px;
	font-weight: normal;
}

.header-nav {
	width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
}

.header-nav .left {
	display: flex;
	justify-content: flex-start;
}

.header-nav .logo {
	height: 40px;
	margin-right: 30px;
	margin-top: 0px;
}

.header-nav .logo img {
	display: block;
	height: 100%;
}

.header-nav .list {
	display: flex;
	justify-content: flex-start;
}

.header-nav .list p {
	margin-right: 25px;
}

.header-nav .list p a {
	display: block;
	color: #666666;
	line-height: 40px;
}

.header-nav .list p a:hover {
	color: #17a1e6;
}

.header-nav .search {
	width: 360px;
	position: relative;
}

.header-nav .search input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 70px 0px 10px;
	border-radius: 5px;
	background-color: white;
	border: solid 1px #e5e5e5;
}

.header-nav .search button {
	display: block;
	width: 50px;
	height: 40px;
	border: none;
	background-color: transparent;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #666;
}

.position {
	width: 1200px;
	margin: 40px auto;
	color: #666;
	font-size: 13px;
}

.position.show {
	margin: 0px auto;
}

.list-choose {
	width: 1200px;
	padding: 25px 35px;
	margin: 40px auto;
	background-color: white;
	box-shadow: 0px 0px 6px #CCCCCC;
}

.list-choose .list {
	display: flex;
	justify-content: flex-start;
	line-height: 36px;
}

.list-choose .list span {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.list-choose .list a {
	display: block;
	font-size: 13px;
	color: #666666;
	margin-left: 25px;
	cursor: pointer;
}

.list-choose .list a:hover,
.list-choose .list a.hover {
	color: #17a1e6;
}

.list-typename {
	width: 100%;
	margin: 0px auto 0px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #17a1e6;
}

.list-typename p.t1 {
	display: flex;
	justify-content: flex-start;
}
.list-typename p.t1 a{
	margin-right: 1px;
	line-height: 45px;
	padding: 0px 20px;
	background-color: #17a1e6;
	color: white;
	font-weight: bold;
}
.list-typename p.t2 {
	color: #666666;
	font-size: 14px;
	line-height: 45px;
	font-weight: bold;
}

.list-main {
	width: 1200px;
	margin: 0px auto 50px;
}

.list-main .left {
	width: 900px;
	float: left;
}

.list-main .list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 25px 15px 25px 0px;
	transition: 0.3s all;
	border-bottom: 1px solid #ccc;
	background-color: white;
	position: relative;
}

.list-main .list .pic {
	width: 270px;
	overflow: hidden;
	border-radius: 5px;
}

.list-main .list .pic img {
	display: block;
	width: 100%;
}

.list-main .list .text {
	width: 440px;
	padding-top: 5px;
}

.list-main .list .text h2 {
	margin-bottom: 15px;
}

.list-main .list .text h2 a {
	display: block;
	color: #666666;
	font-weight: bold;
	font-size: 20px;
}

.list-main .list .text h2 a:hover {
	color: #17a1e6;
}

.list-main .list .text p.t1 {
	font-size: 13px;
	color: #3f454b;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
}

.list-main .list .text p.t1 span {
	display: block;
	margin-right: 15px;
}

.list-main .list .text p.t1 i {
	color: #ddd;
	display: block;
	font-size: 13px;
	font-style: normal;
	margin-right: 15px;
}

.list-main .list .text p.t2 {
	color: #ccc;
	font-size: 13px;
	margin-top: 18px;
	margin-bottom: 15px;
}

.list-main .list .text p.t3 {
	width: 600px;
	display: flex;
	justify-content: flex-start;
}

.list-main .list .text p.t3 a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
	font-size: 12px;
	margin-right: 6px;
	padding: 0 5px;
}

.list-main .list .text p.t3 a:nth-child(1),
.list-main .list .text p.t3 a:nth-child(7),
.list-main .list .text p.t3 a:nth-child(10),
.list-main .list .text p.t3 a:nth-child(4) {
	background-color: #eaf6ff;
	color: #3baaf5;
}

.list-main .list .text p.t3 a:nth-child(2),
.list-main .list .text p.t3 a:nth-child(6),
.list-main .list .text p.t3 a:nth-child(9),
.list-main .list .text p.t3 a:nth-child(5){
	background-color: #fcf2ef;
	color: #e67b60;
}

.list-main .list .text p.t3 a:nth-child(3),
.list-main .list .text p.t3 a:nth-child(11),
.list-main .list .text p.t3 a:nth-child(8){
	background-color: #fcf5e8;
	color: #f0b030;
}

.list-main .list .price {
	width: 150px;
	text-align: right;
	padding-top: 25px;
}
.list-main .list .price.lou{
	position: absolute;
	right: 15px;
	padding-top: 0px;
}
.list-main .list .price p.t1 {
	color: #3f454b;
	font-size: 14px;
	margin-bottom: 15px;
}

.list-main .list .price p.t1 span {
	font-weight: bold;
	color: #ec203d;
	font-size: 30px;
	padding-right: 5px;
}

.list-main .list .price p.t2 {
	color: #979fa8;
	font-size: 14px;
	margin-bottom: 15px;
}

.list-main .list .price p.t3 {
	display: flex;
	justify-content: flex-end;
}

.list-main .list .price p.t3 a {
	display: block;
	color: #17a1e6;
	border: 1px solid #17a1e6;
	border-radius: 15px;
	width: 120px;
	line-height: 30px;
	text-align: center;
	transition: 0.3s all;
}

.list-main .list .price p.t3 a:hover {
	background-color: #17a1e6;
	color: white;
	transition: 0.3s all;
}

.list-main .list:hover {
	background-color: white;
	box-shadow: 0px 0px 6px #ccc;
	padding: 25px 15px;
	transition: 0.3s all;
}

.list-main .right {
	width: 260px;
	float: right;
}

.list-main .right .ones {
	background-color: white;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.list-main .right .ones p.t1 {
	font-weight: bold;
	margin-bottom: 12px;
}

.list-main .right .ones p.t2 {
	color: #666666;
	font-size: 13px;
	margin-bottom: 20px;
}

.list-main .right .ones input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	border-radius: 5px;
	background-color: white;
	border: none;
	margin-bottom: 15px;
	background-color: #f5f5f5;
}

.list-main .right .ones button {
	width: 100%;
	display: block;
	height: 40px;
	border-radius: 5px;
	border: none;
	background-color: #17a1e6;
	color: white;
	font-weight: bold;
}

.list-main .right .ones p.t3 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 25px;
	display: flex;
	justify-content: flex-start;
}

.list-main .right .ones p.t3 i {
	font-size: 20px;
	display: block;
	margin-right: 8px;
}

.list-main .right .ones p.t4 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 28px;
	margin-bottom: 6px;
}

.list-main .right .ones p.t5 {
	color: #b2b2b2;
	font-size: 12px;
	padding-left: 28px;
}

.hui-showmain {
	width: 100%;
	padding: 0px 0px 50px;
	border-top: 1px solid #ccc;
	background-color: #F2F2F2;
}

.show-maintop-w {
	width: 100%;
	background-color: white;
	padding: 25px 0px;
}

.show-maintop {
	width: 1200px;
	margin: auto;
}

.show-maintop h1 {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 10px 0px 15px;
}

.show-maintop .timess {
	font-size: 15px;
	color: #666666;
}

.show-tags {
	display: flex;
	justify-content: flex-start;
}

.show-tags a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
	font-size: 12px;
	margin-right: 10px;
	padding: 0 10px 0 10px;
}

.show-tags a:nth-child(1),
.show-tags a:nth-child(8) {
	background-color: #eaf6ff;
	color: #3baaf5;
}

.show-tags a:nth-child(2),
.show-tags a:nth-child(6) {
	background-color: #fcf2ef;
	color: #e67b60;
}

.show-tags a:nth-child(3),
.show-tags a:nth-child(7) {
	background-color: #fcf5e8;
	color: #f0b030;
}

.show-tags a:nth-child(4),
.show-tags a:nth-child(9){
	background-color: #e6f6f1;
	color: #2fc296;
}

.show-tags a:nth-child(5),
.show-tags a:nth-child(10){
	background-color: #f2f2f6;
	color: #8d88c2;
}

.show-main {
	width: 1200px;
	margin: 30px auto 20px;
	border-radius: 5px;
	background-color: white;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.show-main .left {
	width: 640px;
}

.show-main .left .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.show-main .left .swiper-slide {
	background-size: cover;
	background-position: center;
}

.show-main .left .gallery-top {
	height: 80%;
	width: 100%;
}

.show-main .left img {
	display: block;
	width: 100%;
}

.show-main .left .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.show-main .left .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.show-main .left .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.show-main .right {
	width: 500px;
	padding-right: 20px;
	position: relative;
}

.show-main .right p.t1 {
	color: #ec203d;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
}

.show-main .right p.t1 span {
	font-size: 36px;
	font-weight: bold;
	margin-right: 6px;
}

.show-main .right p.t1 span:nth-child(2) {
	margin-left: 25px;
}

.show-main .right p.t1 i {
	font-size: 12px;
	color: #8e8e8e;
	margin-left: 10px;
	font-style: normal;
}

.show-main .right .t2 {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	justify-content: space-between;
	margin-bottom: 25px;
}

.show-main .right .t2 p {
	text-align: left;
	font-size: 12px;
	color: #979fa8;
	font-weight: bold;
}

.show-main .right .t2 p span {
	display: block;
	font-weight: bold;
	color: #666666;
	font-size: 24px;
	margin-bottom: 5px;
}

.show-main .right .t3 {
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
}

.show-main .right .t3 i {
	display: block;
	margin-right: 12px;
	font-size: 18px;
}

.show-main .right .t5 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
	left: 0;
}

.show-main .right .t5 a {
	display: flex;
	justify-content: center;
	line-height: 50px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
}

.show-main .right .t5 a i {
	margin-right: 10px;
	font-size: 24px;
}

.show-main .right .t5 a.tel {
	width: 200px;
	background-color: #ec203d;
	margin-right: 15px;
}

.show-main .right .t5 a.zixun {
	width: 150px;
	background-color: #17a1e6;
}

.show-main .right .t5 a:hover {
	opacity: .7;
}

.show-main .right .t5 p {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #666666;
	width: 160px;
	background-color: white;
	box-shadow: 0px 0px 6px #ccc;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
}

.show-main .right .t5 p img {
	display: block;
	width: 100%;
	margin-top: 8px;
}

.show-main02 {
	width: 1200px;
	margin: auto;
	display: block;
	justify-content: space-between;
}

.show-main02 .left {
	width: 900px;
	border-radius: 5px;
	background-color: white;
	padding: 20px;
	float: left;
}

.show-main02 .left h2.s-tit {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 3px;
	border-left: 5px solid #17a1e6;
	padding-left: 15px;
	line-height: 1.2;
	margin: 20px 0px 20px -20px;
}

.show-main02 .left article {
	font-size: 14px;
	line-height: 2;
	color: #555555;
}

.show-main02 .left article p {
	margin-bottom: 6px;
}

.show-main02 .left article img {
	display: block;
	max-width: 100%;
	margin: 8px auto;
}

.show-main02 .show-pics {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.show-main02 .show-pics a {
	display: block;
	width: 49%;
	margin-bottom: 20px;
}

.show-main02 .show-pics img {
	display: block;
	width: 100%;
}

.show-main02 .detail-row {
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
	background-color: #F2F2F2;
	position: relative;
}

.show-main02 .detail-row * {
	box-sizing: content-box !important;
}
.show-main02 .detail-row #map{
	height: 450px;
}
.show-main02 .detail-row .map-mart{
	width: 300px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: white
}
.show-main02 .detail-row .map-mart .map-mart-title{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #CCCCCC;
}
.show-main02 .detail-row .map-mart .map-mart-title a{
	width: 25%;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.show-main02 .detail-row .map-mart .map-mart-title a.active{
	background-color: #ec203d;
	color: white;
}
.show-main02 .detail-row .map-mart ul{
	padding: 10px;
	height: 355px;
	overflow: auto;
}
.show-main02 .detail-row .map-mart ul::-webkit-scrollbar {/*滚动条整体样式*/
        width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.show-main02 .detail-row .map-mart ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 5px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
    }
.show-main02 .detail-row .map-mart ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
        border-radius: 10px;
        background: transparent;
    }



.show-main02 .detail-row .map-mart ul li{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 13px;
	margin-bottom: 10px;
}
.show-main02 .detail-row .map-mart ul li span.fr{
	margin-left: 5px;
}
.xg-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xg-list .list {
	width: 24%;
	margin-bottom: 25px;
}

.xg-list .list p.t1 {
	display: block;
	height: 128px;
	overflow: hidden;
	width: 100%;
}

.xg-list .list p.t1 img {
	display: block;
	width: 100%;
}

.xg-list .list p.t2 {
	color: #555555;
	font-weight: bold;
	margin: 8px 0px 8px;
}

.xg-list .list p.t3 {
	color: #8E8E8E;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}

.xg-list .list p.t3 i {
	color: #ec203d;
	font-style: normal;
	font-weight: bold;
	margin-right: 4px;
}
.xg-kws .list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xg-kws .list a{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-right: 15px;
}

.show-main02 .right {
	width: 280px;
	float: right;
}

.show-main02 .right .ones {
	background-color: white;
	width: 100%;
	padding: 20px;
	border-radius: 5px;
}

.show-main02 .right .ones p.t1 {
	font-weight: bold;
	margin-bottom: 12px;
}

.show-main02 .right .ones p.t2 {
	color: #666666;
	font-size: 13px;
	margin-bottom: 20px;
}

.show-main02 .right .ones input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	border-radius: 5px;
	background-color: white;
	border: none;
	margin-bottom: 15px;
	background-color: #f5f5f5;
}

.show-main02 .right .ones button {
	width: 100%;
	display: block;
	height: 40px;
	border-radius: 5px;
	border: none;
	background-color: #17a1e6;
	color: white;
	font-weight: bold;
}

.show-main02 .right .ones p.t3 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 25px;
	display: flex;
	justify-content: flex-start;
}

.show-main02 .right .ones p.t3 i {
	font-size: 20px;
	display: block;
	margin-right: 8px;
}

.show-main02 .right .ones p.t4 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 28px;
	margin-bottom: 6px;
}

.show-main02 .right .ones p.t5 {
	color: #b2b2b2;
	font-size: 12px;
	padding-left: 28px;
}

.show-main02 .right .twos {
	width: 100%;
}

.show-main02 .right .twos a {
	display: flex;
	justify-content: center;
	line-height: 50px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	width: 100%;
	margin-top: 15px;
}

.show-main02 .right .twos a i {
	margin-right: 10px;
	font-size: 24px;
}

.show-main02 .right .twos a.tel {
	background-color: #ec203d;
}

.show-main02 .right .twos a.zixun {
	background-color: #17a1e6;
}

.show-main02 .right .twos a:hover {
	opacity: .7;
}

.weituo-w {
	width: 100%;
	background-image: url(../images/pexels-philipp-birmes-830891.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.weituo {
	width: 600px;
	margin: auto;
	background-color: white;
	padding: 30px;
	box-shadow: 0px 0px 6px #ccc;
}

.weituo p.t1 {
	color: #555;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.weituo p.t2 {
	color: #666666;
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
}

.weituo .t3 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.weituo .t3 .list {
	width: 120px;
	text-align: center;
	color: #8E8E8E;
	font-size: 14px;
}

.weituo .t3 .list i {
	display: block;
	font-size: 36px;
	margin-bottom: 6px;
}

.weituo .t3 .hr {
	width: 20px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 20px;
}

.weituo .t3 .hr i {
	font-size: 16px;
}

.weituo .t4 textarea {
	display: block;
	width: 100%;
	height: 100px;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	border: solid 1px #e5e5e5;
	background-color: #f7f7f7;
}

.weituo .t4 input {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 45px;
	padding: 0px 10px;
	border-radius: 5px;
	background-color: white;
	border: solid 1px #e5e5e5;
	background-color: #f7f7f7;
}

.weituo .t4 button {
	display: block;
	width: 100%;
	height: 45px;
	border: none;
	background-color: #17a1e6;
	color: white;
	font-weight: bold;
	font-size: 15px;
	border-radius: 5px;
	margin-top: 15px;
}


/**/

.news-main {
	width: 1200px;
	margin: 0px auto 50px;
}

.news-main .left {
	width: 900px;
	float: left;
}

.news-main .left .list-typename {
	margin-bottom: 15px;
}

.news-main .left .list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}

.news-main .left .list .pics {
	width: 220px;
}

.news-main .left .list .pics img {
	display: block;
	width: 100%;
}

.news-main .left .list .text {
	width: 100%;
}

.news-main .left .list .text h2 {
	font-size: 20px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 12px;
}

.news-main .left .list .text p.time {
	font-size: 14px;
	margin-bottom: 12px;
	color: #666666;
}

.news-main .left .list .text p.desc {
	font-size: 15px;
	color: #666666;
	margin-bottom: 15px;
}
.news-main .left .list .text p.tags{
	display: flex;
	justify-content: flex-start;
}
.news-main .left .list:hover h2 a {
	color: #17a1e6;
}

.news-right .right {
	width: 280px;
	float: right;
}

.news-right .right .ones {
	background-color: white;
	width: 100%;
	padding: 20px;
	border-radius: 5px;
}

.news-right .right .ones p.t1 {
	font-weight: bold;
	margin-bottom: 12px;
}

.news-right .right .ones p.t2 {
	color: #666666;
	font-size: 13px;
	margin-bottom: 20px;
}

.news-right .right .ones input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	border-radius: 5px;
	background-color: white;
	border: none;
	margin-bottom: 15px;
	background-color: #f5f5f5;
}

.news-right .right .ones button {
	width: 100%;
	display: block;
	height: 40px;
	border-radius: 5px;
	border: none;
	background-color: #17a1e6;
	color: white;
	font-weight: bold;
}

.news-right .right .ones p.t3 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 25px;
	display: flex;
	justify-content: flex-start;
}

.news-right .right .ones p.t3 i {
	font-size: 20px;
	display: block;
	margin-right: 8px;
}

.news-right .right .ones p.t4 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 28px;
	margin-bottom: 6px;
}

.news-right .right .ones p.t5 {
	color: #b2b2b2;
	font-size: 12px;
	padding-left: 28px;
}

.news-right .right .twos {
	width: 100%;
}

.news-right .right .twos a {
	display: flex;
	justify-content: center;
	line-height: 50px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	width: 100%;
	margin-top: 15px;
}

.news-right .right .twos a i {
	margin-right: 10px;
	font-size: 24px;
}

.news-right .right .twos a.tel {
	background-color: #ec203d;
}

.news-right .right .twos a.zixun {
	background-color: #17a1e6;
}

.news-right .right .twos a:hover {
	opacity: .7;
}

.news-shoows {
	width: 1200px;
	margin: 25px auto 50px;
}

.news-shoows .left {
	background-color: white;
	padding: 30px;
	width: 900px;
	float: left;
}

.news-shoows .left article {
	font-size: 15px;
	color: #555555;
	line-height: 1.8;
}

.news-shoows .left article p {
	margin-bottom: 6px;
}

.news-shoows .left article img {
	max-width: 100%;
}

.news-shoows .left .show-tags {
	margin: 40px 0px 40px;
}


/**/

.qrcodes {
	width: 150px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0px 0px 5px #ccc;
	position: fixed;
	top: 70px;
	right: 20.5%;
	display: none;
}

.qrcodes img {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
/**/
.tool-f{
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 99999999;
}
.tool-f p{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #cccccc;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #ccc;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}
.tool-f p i{
	font-size: 26px;
	color: #333;
	display: block;
}
.tool-f p:hover{
	background-color: #17a1e6;
}
.tool-f p:hover i{
	color: white;
}
.tool-f p.tel .s1,
.tool-f p.kefu .s1{
	display: none;
	position: absolute;
	right: 55px;
	box-shadow: 0px 0px 4px #ccc;
	top: 0;
	background-color: #17a1e6;
	color: white;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;line-height: 50px;
	padding: 0px 15px;
	width: 230px;
}
.tool-f p.tel:hover .s1{
	display: block;
}
.tool-f p.qr span{
	display: none;
	width: 150px;
	height: 240px;
	font-size: 14px;
	box-shadow: 0px 0px 4px #ccc;
	border-radius: 5px;
	font-weight: bold;
	padding: 12px;
	background-color: #17a1e6;
	position: absolute;
	top: 0;
	right: 55px;
	color: white;
}
.tool-f p.qr span img{
	display: block;
	width: 100%;
	margin-bottom: 6px;
}
.tool-f p.qr:hover span{
	display: block;
}
.tool-f p.scroll_top{display: none;}
.xg-news{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xg-news .list {
	width: 48%;
	display: flex;
	justify-content: space-between;
	line-height: 32px;
	position: relative;
	padding-left: 16px;
}

.xg-news .list:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 13px;
	border-radius: 100%;
	background-color: #17a1e6;
}

.xg-news .list a {
	color: #353535;
	font-size: 14px;
	display: block;
}

.xg-news .list span {
	color: #B2B2B2;
	font-size: 13px;
}

.xg-news .list a:hover {
	color: #17a1e6;
}

h2.s-tit {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 3px;
	border-left: 5px solid #17a1e6;
	padding-left: 15px;
	line-height: 1.2;
	margin: 20px 0px 20px -20px;
}
.kws-main{
	width: 1200px;
	margin: 45px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kws-main .list{
	width: 230px;
	margin-bottom: 4px;
}
.kws-main .list a{
	display: block;
	color: #555;
	font-size: 14px;
	line-height: 2;
}
.kws.pages{
	width: 1200px;
	margin: 45px auto;
}
.show-banner{
	width: 1200px;
	margin: 15px auto;
	background-color: white;
	padding: 25px 25px;
	text-align: center;
	background-color: #17a1e6;
	color: white;
}
.show-banner p.t1{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.show-banner p.t2{
	display: flex;
	justify-content: center;
}
.show-banner p.t2 span{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
}
.pages{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px auto ;
}
.pages a,
.pages span{
	background-color: #17a1e6;
	line-height: 36px;
	padding: 0px 15px;
	display: block;
	color: white;
	margin-left: 5px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #17a1e6;
}
.pages span.current,
.pages span.disabled{
	background-color: transparent;
	color: #17a1e6;
}
/**/
.s-loupan-list{
	width: 100%;
}
.s-loupan-list .list{
	display: flex;
	justify-content: space-between;
	padding: 15px ;
	border-radius: 5px;
}
.s-loupan-list .list .img{
	width: 100px;
	max-height: 75px;
	border-radius: 5px;
	overflow: auto;
}
.s-loupan-list .list .img img{
	display: block;
	width: 100%;
}
.s-loupan-list .list .text1,
.s-loupan-list .list .text2,
.s-loupan-list .list .text3{
	width: 140px;
	line-height: 75px;
}
.s-loupan-list .list .text1{
	color: #555;
	font-weight: bold;
	font-size: 24px;
}
.s-loupan-list .list .text2{
	color: #cc2929;
	font-weight: bold;
	font-size: 24px;
}
.s-loupan-list .list .text1 span,
.s-loupan-list .list .text2 span{
	font-weight: normal;
	font-size: 16px;
	color: #666;
	margin-left: 6px;
}
.s-loupan-list .list .btn{
	width: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.s-loupan-list .list .btn span{
	display: block;
	width: 100%;
	line-height: 36px;
	text-align: center;
    border-radius: 5px;
    background-color: #17a1e6;
    color: white;
    font-size: 14px;
}
.s-loupan-list .list:hover{
	background-color: #f2f2f2
}
.shuxing-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.shuxing-list p{
	display: block;
	width: 32%;
	color: #353535;
	font-size: 14px;
	margin-bottom: 25px;
}
.shuxing-list p.t{
	width: 66%;
}
.shuxing-list p span{
	display: block;
padding-bottom: 10px;
    color: #b2b2b2;
    font-size: 13px;
}
