@charset "utf-8";
/* CSS Document */
/*头尾所需统一样式*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
	-webkit-text-size-adjust: none;
}

li {
	list-style: none;
}

body {
	text-align: left;
	font-family: "微软雅黑";
	color: #333333;
	background: #fff;
	min-width: 1200px;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333333;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clear {
	clear: both;
}

.L {
	float: left;
}

.R {
	float: right;
}

.hidden {
	display: none;
}

.bt-note-0 {
	clear: both;
	height: 0px;
	width: 100%;
}
.bt-note-20 {
	clear: both;
	width: 100%;
	height: 20px;
}
.bt-note-30 {
	clear: both;
	width: 100%;
	height: 30px;
}
.bt-note-0 {
	clear: both;
	width: 100%;
	height: 0px;
}
.bt-note-10 {
	clear: both;
	width: 100%;
	height: 10px;
	background: #fff;
}
.bt-note-40 {
	clear: both;
	height: 40px;
	width: 1200px;
	margin: 0 auto;
	background: rgb(255, 255, 255);
}
.bt-note-420 {
	clear: both;
	height: 420px;
	width: 100%;
}
.span1 {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
a:hover {
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a:focus {
	outline: none;
}

/*main开始*/
.main {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
}
.main_1200 {
	width: 1200px;
	min-height: 300px;
	margin: 0 auto;
}

.spl {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.spl_title {
	width: 1200px;
	height: 50px;
	background: url(/cms_files/webhangzhoushiweishengjiankangwei/pubtplobject/defaultSet/652608/images/title_bk.png) no-repeat;
	padding-right: 50px;
}
.spl_title span {
	font-size: 30px;
	color: #0b99f3;
	float: left;
	padding-left: 60px;
	line-height: 50px;
}
.spl_title a {
	font-size: 17px;
	color: #333;
	float: right;
	line-height: 17px;
	height: 17px;
	margin-top: 25px;
}
.spl_title a:hover {
	color: #0b99f3;
}
.list {
	width: 1200px;
	min-height: 270px;
	max-height: 540px;
	margin-top: 30px;
	overflow: hidden;
}
.list ul {
	width: 1230px;
}
.list ul li {
	width: 216px;
	margin-right: 30px;
	height: 200px;
	float: left;
	margin-bottom: 30px;
}
.list ul li a img {
	width: 216px;
	height: 130px;
}
.list ul li a {
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
	display: inline-block;
}
.list ul li a:hover {
	color: #0b99f3;
}
.list ul li span {
	font-size: 15px;
	line-height: 30px;
	color: #999999;
	float: right;
}

/*当前位置*/
.dqwz {
	width: 100%;
	min-height: 40px;
	background: #efefef;
	margin: 0 auto;
}
.dqwz-center {
	width: 1200px;
	min-height: 40px;
	margin: 0 auto;
}
.dqwz-left1 {
	width: atuo;
	min-height: 40px;
	line-height: 40px;
	color: #333333;
	float: left;
	background: url(/cms_files/webhangzhoushiweishengjiankangwei/pubtplobject/defaultSet/652608/images/box_1.png) no-repeat 0 15px;
	font-size: 13px;
	padding-left: 20px;
}
.dqwz-left1 a:link {
	color: #333333;
}
.dqwz-left1 a:visited {
	color: #333333;
}
.dqwz-left1 a:hover {
	color: #3b82ec;
}

.dqwz-left2 {
	width: auto;
	min-height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 13px;
	float: left;
}
.dqwz-left2 a {
	padding-left: 5px;
}
.dqwz-left2 a:link {
	color: #333333;
}
.dqwz-left2 a:visited {
	color: #333333;
}
.dqwz-left2 a:hover {
	color: #3b82ec;
}

/* 手机版 */
/* 通用头部 */
body.mobile_type {
	min-width: 100vw !important;
	width: 100vw;
}
/* 通用头部 */
.mobile_type .wrapper1200 {
	width: 100%;
	height: 5.33vw;
	margin: auto;
	padding: 0 3vw;
}

.mobile_type .wrapper1200 ul:nth-child(1) {
	display: none;
}

.mobile_type .topnavul1 {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.mobile_type .wrapper1200 ul a {
	font-size: 4vw !important;
	color: #551a8b;
}

.mobile_type a#toolbarCtrl:nth-child(1) {
	display: none !important;
}

.mobile_type a#zh_click_t {
	display: none;
}

.mobile_type a#zh_click_s {
	display: none;
}

.mobile_type .header {
	width: 100vw;
}

.mobile_type .header_1200 {
	width: 100%;
}

.mobile_type .logo {
	width: 98%;
	background-size: 96%;
	margin-left: 2vw;
}

.mobile_type .topright {
	width: 100%;
	height: 15vw;
}

.mobile_type .Search {
	width: 100%;
	margin-top: 0px;
	margin-right: 0;
}

.mobile_type .search {
	margin: 0 auto;
	float: none;
	height: 9.866vw;
	width: auto;
}

.mobile_type .search input[type="submit"] {
	width: 13.33vw;
	background: #0062ac
		url(/cms_files/jcms1/web1305/site/picture/639/s2004141042301148329.png)
		no-repeat center center;
	cursor: pointer;
	float: right;
}

.mobile_type .search input {
	height: 9.33vw;
	line-height: 9.33vw;
	border: 0;
	font-family: 微软雅黑;
	outline: none;
}

.mobile_type .center_w {
	display: none;
}

.mobile_type .nav {
	width: 100vw;
	margin: unset;
}

.mobile_type .nav ul {
	width: 100%;
	height: 30vw;
	line-height: 15vw;
}

.mobile_type .nav li {
	width: 21%;
	margin-left: 2vw;
	margin-right: 2vw;
	height: 15vw;
}

.mobile_type .nav span {
	display: none;
}

.mobile_type .nav li a {
	width: 100%;
	font-size: 4vw !important;
	height: 100%;
}

.mobile_type .nav li a img {
	margin-right: 2.667vw;
}

.mobile_type .dqwz-center {
	margin: unset;
	width: 100vw;
}

.mobile_type .article {
	width: 100vw;
	margin: unset;
}

.mobile_type .article-top {
	width: 100%;
}

.mobile_type table td {
	word-break: break-word;
}

.mobile_type ul.topnavul1 li:nth-child(2) {
	display: none;
}

.mobile_type ul.topnavul1 li:nth-child(4) {
	display: none;
}

.mobile_type ul.topnavul1 li:nth-child(6) {
	display: none;
}

.mobile_type .wrapper1200 ul li {
	margin: 0;
}

.mobile_type ul.topnavul1 li:nth-child(8) {
	margin: 0 1vw;
}

.mobile_type .loginBtns {
	font-size: 4vw !important;
}

.mobile_type .search input[type="text"] {
	width: 86vw;
	padding-left: 3.466vw;
	font-size: 3.466vw;
	color: #999;
	float: right;
	background: #ffffff;
}

.mobile_type .wrapper1200 ul li {
	margin: 0;
	font-size: 4vw;
}

/* 通用头部结束 */
.mobile_type .fbrq-llcs {
	display: grid;
}

.mobile_type .fare {
	display: none;
}
.mobile_type .article-conter {
	width: 100%;
}
.mobile_type .article-conter img {
	max-width: 100%;
}
.mobile_type .dy-gb {
	width: 100%;
}

/* 通用尾部 */
.mobile_type .footer_1200 {
	width: 100vw;
	margin: unset;
	height: auto;
}

.mobile_type .footer {
	width: 100vw;
	height: auto;
}

.mobile_type .bt-note-30 {
	clear: both;
	width: 100%;
	height: 5vw;
}

/* 图标隐藏 */
.mobile_type .dzjg {
	width: 21.3vw;
	height: 26.667vw;
	padding-bottom: 2.6667vw;
	float: left;
	margin-left: 20vw;
	margin-right: 5.33vw;
}

.mobile_type .zc {
	width: 26.667vw;
	height: 20vw;
	float: left;
	margin-left: 5.33vw;
	margin-right: 5.33vw;
	padding-top: 2.667vw;
}

.mobile_type span#_span_jiucuo img {
	width: 29vw !important;
}
.mobile_type .footer_list {
	display: none;
}

.mobile_type .footer_con {
	width: 96%;
	padding-left: 0px;
	margin-right: 2vw;
	margin-left: 2vw;
	text-align: center;
	height: 100%;
}

.mobile_type .gywm {
	width: 54vw;
	padding-left: 0;
	padding-bottom: 5vw;
	margin: 0 auto;
	/* float: none; */
	/* margin-top: 5vw; */
	margin-left: 24vw;
}
/* 通用尾部结束 */

/* 横向滚动条解决 */
html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	/* height: 100%;   */
	left: 0;
	top: 0;
}

.mobile_type .spl_title {
	width: 100vw;
	height: 12vw;
	background: url(/cms_files/webhangzhoushiweishengjiankangwei/pubtplobject/defaultSet/652608/images/title_bk.png) no-repeat;
	padding-right: 5vw;
}

.mobile_type .spl_title span {
	font-size: 8vw;
	color: #0b99f3;
	float: left;
	padding-left: 17vw;
	line-height: 12vw;
}

.mobile_type .spl_title a {
	font-size: 5vw;
	color: #333;
	float: right;
	line-height: 5vw;
	height: 5vw;
	margin-top: 13vw;
}

.mobile_type .list {
	width: 100vw;
	min-height: 270px;
	margin-top: 30px;
	overflow: hidden;
	height: auto;
	max-height: max-content;
}

.mobile_type .list ul {
	width: 100vw;
}

.mobile_type .list ul li {
	width: 100%;
	margin-right: 30px;
	height: auto;
	float: none;
	margin-bottom: 30px;
}

.mobile_type .list ul li a img {
	width: 90vw;
	height: auto;
	margin-top: 3.6vw;
}

.mobile_type .list ul li a {
	font-size: 4vw;
	line-height: 4vw;
	margin-top: 2vw;
	display: inline-block;
	/* margin: 0 auto; */
	margin-left: 5.6vw;
}

.mobile_type .list ul li span {
	font-size: 4vw;
	line-height: 4vw;
	color: #999999;
	float: right;
	margin-right: 4vw;
}

.mobile_type .spl {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.mobile_type .main_1200 {
	width: 100%;
	min-height: 300px;
	margin: 0;
}

.mobile_type .main {
	width: 100vw;
	min-height: 300px;
	margin: 0;
}

.mobile_type .dqwz-left1 {
	display: none;
}

.mobile_type  .search input[type=text] {
	width: 86vw;
	padding-left: 3.466vw;
	font-size: 3.466vw;
	color: #999;
	float: right;
	background: #FFFFFF;
}


.mobile_type .footer_con p {
	font-size: 4vw;
	line-height: 8vw;
}

.mobile_type .gywm ul li a {
	width: 16vw;
	line-height: 8vw;
	font-size: 4vw;
}

.mobile_type .gywm ul li {
	margin-left: 2.667vw;
	margin-right: 2.667vw;
	float: left;
	height: 8vw;
	line-height: 8vw;
}