/*
 * Filename:  style.css
 * Author:    百素
 * */

@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: 'PingFang SC', 'Microsoft YaHei', SimHei, Arial, SimSun;
	box-sizing: border-box;
}
html {
	font-size: 0.625;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
body {
	background-color: #f2f2f2;
	max-width: 640px;
	margin: 0 auto;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}
img {
	border: none;
	max-width: 100% !important;
	height: auto !important;
}
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%;
	background-color: #0067d0;
	display: flex;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
}
header .home {
	width: 15%;
	text-align: center;
	color: #f5f5f5;
}
header .home i {
	font-size: 20px;
}
header .sitetitle {
	width: 75%;
	padding-left: 3%;
	display: flex;
	justify-content: flex-start;
}
header .sitetitle .logo {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	display: block;
	margin-top: 11px;
	overflow: hidden;
}
header .sitetitle .logo img {
	display: block;
	width: 100%;
}
header .sitetitle .text {
	color: #f5f5f5;
	font-size: 15px;
	font-weight: 400;
	margin-left: 8px;
}
header .nav-bar {
	width: 15%;
	text-align: center;
	color: #f5f5f5;
	padding-top: 16px;
	cursor: pointer;
}
header .nav-bar i {
	display: block;
	font-style: normal;
	width: 50%;
	margin: 0px auto 5px;
	height: 3px;
	background-color: #f5f5f5;
	border-radius: 6px;
	transition: 0.3s all;
}
header .nav-bar-hover i.n1 {
	transform: rotate(45deg);
	margin-top: 8px;
}
header .nav-bar-hover i.n3 {
	transform: rotate(-45deg);
	margin-top: -8px;
}
header .nav-bar-hover i.n2 {
	display: none;
}
.baner {
	width: 100%;
}
.baner img {
	display: block;
	width: 100%;
}
.nav-list {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: -100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	transition: 0.3s all;
}
.nav-list-hover {
	left: 0;
	transition: 0.3s all;
}
.nav-list p {
	display: block;
	background-color: #0067d0;
	width: 100%;
	border-bottom: 1px solid white;
	position: relative;
	overflow: hidden;
}
.nav-list p a {
	display: block;
	width: 80%;
	padding-left: 5%;
	line-height: 45px;
	color: white;
}
.nav-list p a i.dian {
	margin-right: 6px;
}
.nav-list p i.jian {
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	display: block;
	line-height: 45px;
	padding: 0px 20px;
	cursor: pointer;
	z-index: 9999;
	transition: 0.3s all;
}
.nav-list p span {
	background-color: #303435;
	display: block;
}
.nav-list p span a {
	display: block;
	width: 100%;
	padding-left: 16%;
	line-height: 35px;
	font-size: 14px;
	border-bottom: 1px solid white;
}
.nav-list p span {
	display: none;
}
.nav-list p.hover span {
	display: block;
}
.nav-list p.hover i.jian {
	transform: rotate(90deg);
	transition: 0.3s all;
}
.index-tels {
	width: 80%;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
}
.index-tels a {
	display: block;
	width: 48%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: white;
	border-radius: 10px;
	box-shadow: 2px 3px 12px rgba(0, 0, 0, .1);
	background-color: #0067d0;
	transition: 0.5s all;
	font-size: 15px;
}
.index-main-w {
	width: 100%;
	background-color: white;
	padding: 15px 0px;
	box-shadow: 0 0 3px rgba(100, 100, 100, .1);
}
.index-main {
	width: 92%;
	margin: auto;
}
.index-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #757575;
	font-size: 14px;
}
.index-title p {
	border-left: 6px solid #0067d0;
	padding-left: 5px;
}
.index-title a {
	color: #0067d0;
}
.index-pro {
	width: 100%;
	margin: 20px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
}
.index-pro ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-pro ul li {
	display: block;
	width: 48%;
	background-color: #0067d0;
	box-shadow: 0 0 3px rgba(100, 100, 100, .1);
	margin-bottom: 15px;
}
.index-pro ul li p.t1 {
	width: 100%;
	display: block;
}
.index-pro ul li p.t1 img {
	display: block;
	width: 100%;
}
.index-pro ul li p.t2 {
	color: white;
	padding: 6px 0px 6px 10px;
	font-size: 14px;
}
.index-pro-type {
	width: 100%;
	margin: 20px auto 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.index-pro-type p {
	width: 33%;
	margin-bottom: 1px;
}
.index-news-type p {
	width: 49%;
}
.index-pro-type p a {
	display: block;
	background-color: #F2F2F2;
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #303435;
}
.index-pro-type p.hover a {
	background-color: #0067d0;
	color: white;
}
/*  */

.index-pro-typetwo {
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999;
	transition: 0.3s all;
}
.index-pro-typetwo p {
	display: block;
	background-color: #0067d0;
	width: 100%;
	border-bottom: 1px solid white;
	position: relative;
	overflow: hidden;
}
.index-pro-typetwo p a {
	display: block;
	width: 60%;
	font-size: 14px;
	padding-left: 5%;
	line-height: 36px;
	color: white;
}
.index-pro-typetwo p a i.dian {
	margin-right: 6px;
}
.index-pro-typetwo p i.jian {
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	display: block;
	line-height: 45px;
	padding: 0px 20px;
	cursor: pointer;
	z-index: 9999;
	transition: 0.3s all;
}
.index-pro-typetwo p span {
	background-color: #303435;
	display: block;
}
.index-pro-typetwo p span a {
	display: block;
	width: 100%;
	padding-left: 16%;
	line-height: 35px;
	font-size: 14px;
	border-bottom: 1px solid white;
}
.index-pro-typetwo p span {
	display: none;
}
.index-pro-typetwo p.hover span {
	display: block;
}
.index-pro-typetwo p.hover i.jian {
	transform: rotate(90deg);
	transition: 0.3s all;
}
/*  */

.index-news {
	width: 100%;
	margin: 20px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
}
.index-news ul li {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.index-news ul li:last-child {
	border: none;
}
.index-news ul li p.t1 {
	color: #222;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.index-news ul li p.t2 {
	color: #757575;
	font-size: 13px;
}
.index-news ul li p.time {
	color: #333;
	font-size: 12px;
	margin-bottom: 5px;
}
.index-about {
	width: 100%;
	margin: 20px auto;
}
.index-about .top {
	width: 100%;
	position: relative;
}
.index-about .top img {
	display: block;
	width: 100%;
}
.index-about .bottom {
	width: 94%;
	margin: 10px auto 0px;
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 9;
}
.index-about .bottom .a-logo {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 10px;
	background-color: #0067d0;
	padding: 15px;
}
.index-about .bottom .a-logo img {
	display: block;
	width: 100%;
}
.index-about .bottom .text {
	color: #555;
	padding-top: 5px;
}
.index-about .bottom .text span {
	display: block;
	color: #333;
	margin-top: 10px;
	font-size: 14px;
}
.index-about .desc {
	width: 100%;
	margin: 15px auto;
	color: #757575;
	font-size: 13px;
}
.index-about .desc a {
	color: #0067d0;
}
footer {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #b9b8b8;
	padding: 20px 0px;
	margin-bottom: 50px;
}
.footer-bar {
	width: 100%;
	max-width: 640px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	z-index: 99999;
	box-sizing: border-box;
	padding-top: 8px;
	background-color: #0067d0;
}
.footer-bar a {
	display: block;
	width: 25%;
	text-align: center;
	font-size: 12px;
	color: white;
}
.footer-bar a i {
	font-size: 16px;
	display: block;
	margin-bottom: 3px;
}
/**/

.page-main {
	width: 100%;
}
.page-main h1.typename {
	color: #222;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 30px;
}
.page-main article {
	color: #555;
	line-height: 1.8;
}
.index-maps {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #757575;
	font-size: 14px;
	margin-bottom: 15px;
}
.index-maps p:first-child {
	border-left: 6px solid #0067d0;
	padding-left: 5px;
}
.show-time {
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}
.liuyan-title {
	width: 100%;
	background: #ddd;
	padding: 15px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.liuyan-title1 {
	width: 100%;
}
.liuyan-box {
	width: 100%;
	margin-bottom: 25px;
}
.liuyan-box p {
	width: 100%;
	padding: 15px 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #333;
	margin: 0;
}
.liuyan-box p:last-child {
	border-bottom: 1px solid #ddd;
}
.liuyan-box p span:first-child {
	width: 100%;
	display: block;
	line-height: 30px;
	font-size: 15px;
}
.liuyan-box p span:last-child {
	display: block;
	width: 100%;
}
.liuyan-box p.code span:last-child {
	display: flex;
	justify-content: space-between;
}
.liuyan-box p.code span:last-child input {
	width: 48%;
}
.liuyan-box p.code span:last-child img {
	width: 48%;
	display: block;
	margin-top: -5px;
}
.liuyan-box p span:last-child input {
	width: 100%;
	display: block;
	height: 30px;
	padding: 0px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
}
.liuyan-box p span:last-child textarea {
	width: 100%;
	display: block;
	height: 120px;
	padding: 10px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
	box-sizing: border-box;
}
.liuyan-box p.tijiao button {
	width: 100%;
	border: none;
	background-color: #0067d0;
	color: white;
	height: 35px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #333;
}
.page-main .bx-wrapper .bx-pager, .page-main .bx-wrapper .bx-controls-auto {
	bottom: -30px;
}
.page-main .bx-wrapper {
	margin: 0 auto 50px;
}
.img-list {
	width: 100%;
}
.img-list img {
	display: block;
	width: 100%;
}
.hot-main {
	width: 92%;
	margin: auto;
}
.hot-main p.hot-title {
	font-weight: bold;
	color: #222;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
.show-updown {
	width: 100%;
	margin: 25px auto;
}
.show-updown p {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	color: #b9b8b8;
}
/**/


/*分页样式*/

.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	padding: 20px 0px;
}
.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0px 12px;
	height: 25px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 5px;
}
.pagination a:hover {
	color: #077ee3;
	background: white;
	border: 1px #077ee3 solid;
}
.pagination a.cur {
	border: none;
	background: #1e3988;
	color: #fff;
}
.pagination p {
	float: left;
	padding: 0px 12px;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
/**/


/**/

.show-tags {
	display: flex;
	line-height: 2;
	justify-content: flex-start;
	font-size: 14px;
	color: #555;
}
.show-tags a {
	display: block;
	line-height: 2;
	font-size: 14px;
	color: #555;
	margin-left: 10px;
}
.show-tags a:hover {
	color: #1e3988;
}
/**/


/**/

.city-main {
	width: 100%;
}
.city-main ul li {
	border: 1px solid #ccc;
	border-bottom: none;
	line-height: 35px;
	font-size: 14px;
}
.city-main ul li:last-child {
	border-bottom: 1px solid #ccc;
}
.city-main ul li p.t1 {
	width: 100%;
	display: block;
	background-color: #e5e5e5;
	color: #333;
	padding-left: 15px;
	box-sizing: border-box;
}
.city-main ul li p.t2 {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.city-main ul li p.t2 a {
	display: block;
	padding: 0px 10px;
}
.city-main ul li a:hover {
	color: #1e3988;
}
.city-main .desc {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	padding: 8px;
	margin-bottom: 10px;
	text-indent: 24px;
	background: #F5F5F5;
	margin-top: 0px;
	font-size: 14px;
	color: #868686;
	line-height: 30px;
}
/**/

.totop {
	width: 100%;
	margin: auto;
	background-color: white;
	display: flex;
	justify-content: center;
	line-height: 35px;
	text-align: center;
	color: #555;
	font-size: 12px;
	border-top: 5px solid #f2f2f2;
}
.totop i {
	display: block;
	margin-right: 5px;
}
/**/

.img-canshu {
	width: 100%;
	margin-bottom: 20px;
}
.img-canshu p {
	display: flex;
	line-height: 40px;
	justify-content: flex-start;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	border-bottom: none;
}
.img-canshu p.t2 {
	border-bottom: 1px solid #e5e5e5 !important;
}
.img-canshu p span:first-child {
	width: 30%;
	padding-left: 20px;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #888;
}
.img-canshu p span:last-child {
	display: block;
	color: #333;
	padding-left: 15px;
}
.img-canshu .desc {
	padding: 20px 0px 0px;
	font-size: 14px;
	line-height: 1.6;
	text-indent: 2em;
}
.mbody img {
	width: 100% !important;
	height: auto !important;
}
.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 40px;
	padding: 20px 0px;
}
.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #183280;
	background: white;
	border: 1px #183280 solid;
}
.pagination a.cur {
	border: none;
	background: #183280;
	color: #fff;
}
.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
/**/

.pro-pic .left .gallery-thumbs {
	margin-top: 8px;
}
.pro-pic .left .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 0.5;
}
.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 40px;
	padding: 20px 0px;
}
.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #183280;
	background: white;
	border: 1px #183280 solid;
}
.pagination a.cur {
	border: none;
	background: #183280;
	color: #fff;
}
.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
