@charset "utf-8";

body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: "微软雅黑";
	color: #222222;}

div,
ol,
ul,
li,
dl,
dt,
dd,
h3,
p,
span,
hr,
img,
a,
input,
textarea {
	margin: 0px 0px;
	padding: 0px 0px;
	text-decoration: none;
	list-style: none;
	border: 0px;}

*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch
;}

a {
	color: #222222;}

a:hover {
	color: #003535;}

.fl {
	float: left;}

.fr {
	float: right;}

.clear {
	clear: both;}

.container {
	width: 1320px;
	height: auto;
	margin: auto;
	position: relative;
	display: table;}

#sx_header {
	width: 100%;
	min-width: 1320px;
	height: 142px;
	margin: auto;
	background-color: #008483;}

#sx_header .logo {
	position: absolute;
	top: 25px;
	left: 0px;}

.head-wap-logo {
	display: none;}

#sx_header .hd_con {
	position: relative;
	right: 0px;
	top: 26px;}

#sx_header .ft-con {
	font-size: 14px;
	color: #deffff;
	text-align: center;
	line-height: 30px;}

#sx_header .ft-con a {
	color: #deffff;
	margin: 0px 14px;}

#sx_header .ft-con a:hover {
	color: #ffffff;}

#sx_header .ft_search {
	width: 228px;
	height: 28px;
	background-color: #59b5b5;
	border: 1px solid #2a9b9a;
	border-radius: 15px;
	position: relative;
	left: 7px;}

#sx_header .ft_search .input {
	width: 160px;
	height: 28px;
	padding: 0px 15px;
	background: none;
	position: absolute;
	left: 12px;
	top: 0px;
	font-size: 14px;
	color: #deffff;
	line-height: 28px;}

#sx_header .ft_search .input::placeholder {
	color: #deffff;}

#sx_header .ft_search .btn {
	width: 20px;
	height: 20px;
	background: url(../images/search.jpg) no-repeat center;
	position: absolute;
	top: 3px;
	right: 15px;}

#sx_header #zy-menu {
	height: 30px;
	margin: auto;
	position: relative;
	top: 66px;
	right: -18px;
	z-index: 999;}

#sx_header #zy-menu li {
	height: 27px;
	margin: 0px 13px;
	padding: 0px 3px;
	display: inline-block;
	float: left;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 27px;
	position: relative;
	cursor: pointer;
	font-weight: 600;}

#sx_header #zy-menu .current,
#sx_header #zy-menu .cur {
	position: relative;
	border-bottom: 2px solid #c18e0f;}

#sx_header #zy-menu .current a,
#sx_header #zy-menu .cur a {
	color: #ffffff;}

#sx_header #zy-menu li a {
	color: #ffffff;}

#sx_header #zy-menu li a:hover {
	color: #ffffff;}

#sx_header #zy-menu li .box {
	width: 100%;
	height: auto;
	padding: 7px 0px;
	display: inline-block;
	background-color: rgba(91, 91, 91, 0.9);
	position: absolute;
	top: 27px;
	left: 0px;
	display: none;
	z-index: 9999;}

#sx_header #zy-menu li .box li {
	width: 100%;
	height: 40px;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	background: none;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border: 0px;
	position: relative;
	top: 0;}

#sx_header #zy-menu li .box li a {
	display: block;
	color: #fff;}

#sx_header #zy-menu li .box li a:hover {
	color: #bf0000;}

#slide {
	width: 100%;
	height: 525px;
	margin: auto;
	overflow: hidden;}

#sx-foot {
	width: 100%;
	background: #10a1b1
;}

#sx-foot .fcon {
	width: 1320px;
	margin: 0px auto;
	padding: 30px;
	display: flex;
	justify-content: space-between;}

#sx-foot .fcon .flogo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;}

.dropbtn {
	padding: 12px;
	font-size: 16px;
	cursor: pointer;
	width: 290px;
	text-align: left;
	background: #10a1b1;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;}

.dropbtn img {
	width: 25px;}

.dropdown {
	position: relative;
	display: inline-block;}

.dropdown-content {
	width: 290px;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	bottom: 50px;
	z-index: 2;}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;}

/* 页脚 */
.dropdown:hover .dropdown-content {
	display: block;}

.dropdown-content a:hover {

	background: #10a1b1;

	color: #fff;}

.ftext {
	line-height: 42px;
	font-size: 16px;
	color: #fff;}

.qr {
	writing-mode: vertical-rl;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	padding: 0 10px
;}