@charset 'utf-8';

body,
div,
dl,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0;
	min-width: 1300px;
	background-color: #ffffff;
	color: #222222;
	font-family: "Microsoft YaHei","PingFang SC","Lantinghei SC",arial,"\5b8b\4f53",sans-serif,tahoma;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #222222;
}

a,
span {
	vertical-align: middle;
}

img {
	border: 0;
	vertical-align: middle;
}

input,
button,
text {
	vertical-align: middle;
	outline: none;
	border: none;
}

button {
	padding: 0;
	background: none;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
}

textarea {
	outline: none;
	border: none;
	resize: none;
}

input,
textarea {
	box-sizing: content-box;
	outline: none;
	background: 0 0;
	font-family: "Microsoft YaHei","PingFang SC","Lantinghei SC",arial,"\5b8b\4f53",sans-serif,tahoma;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #acacac;
}

table tr td,
table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.relative {
	position: relative;
}

.viewWidth {
	width: 1200px;
	margin: 0 auto;
}


/**
 * 公共头部
 */
.sunow_hd {
	position: relative;
	z-index: 10000;
	height: 140px;
	user-select: none;
}

.sunow_hd .hd_tp {
	height: 80px;
	line-height: 80px;
}

.sunow_hd .hd_tp:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.sunow_hd .hd_tp .logo img {
	display: inline-block;
	vertical-align: middle;
}

.sunow_hd .hd_con {
	position: relative;
	height: 60px;
	background-color: #b71c25;
}

.sunow_hd .hd_con .menus {
	display: block;
	display: flex;
	justify-content: space-between;
	margin: 0 60px;
	height: 60px;
}

.sunow_hd .hd_con .menus li {
	position: relative;
	display: inline-block;
	width: 12.5%;
	float: left;
	height: 60px;
}

.sunow_hd .hd_con .menus li .link{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 400;
	border-top: 1px solid #b71c25;
}

.sunow_hd .hd_con .menus li:hover .link,
.sunow_hd .hd_con .menus li:hover .link.active {
	font-weight: bold;
	color: #b71c25;
	background-color: #ffffff;
}

.sunow_hd .hd_con .menus li .link i{
	position: absolute;
	left: 50%;
	bottom: 2px;
	display: none;
	width: 60px;
	height: 4px;
	margin-left: -30px;
	background-color: #ffffff;
	border-radius: 10px;
}

.sunow_hd .hd_con .menus li .link.active i {
	display: block;
}

.sunow_hd .hd_con .menus li .child {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 60px;
	display: none;
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
	border-bottom: 1px solid #e3e3e3;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sunow_hd .hd_con .menus li:hover .child {
	display: block;
}

.sunow_hd .hd_con .menus li .child a {
	display: block;
	padding: 13px 27px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #222222;
	white-space: nowrap;
	border-bottom: 1px dashed #ededed;
}

.sunow_hd .hd_con .menus li .child a:last-child{
	border-bottom: 0 none;
}

.sunow_hd .hd_con .menus li .child a:hover,
.sunow_hd .hd_con .menus li .child a.active {
	color: #b71c25;
}




/**
 * 公共尾部
 */
.sunow_ft {
	background-color: #990009;
	padding: 65px 0;
}

.sunow_ft .ft_box {
	position: relative;
	min-height: 148px;
}

.sunow_ft .ft_box table {
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	color: #fff;
	border: 0;
	border-spacing: 0;
}

.sunow_ft .ft_box table p {
	display: block;
	margin-bottom: 14px;
	line-height: 1;
}

.sunow_ft .ft_box table a {
	color: #e3e9f9;
}

.sunow_ft .ft_box table hr {
	display: block;
	width: 280px;
	height: 0;
	border-top: 0;
	border-bottom: 1px solid #f3f3f3;
	margin: 17px 0;
	text-align: left;
}

.sunow_ft .ft_box table img {
	margin-left: 18px;
}

.sunow_ft .ft_box table .s16 {
	font-size: 16px;
}

.sunow_ft .ft_box table .s18 {
	font-size: 18px;
}

.sunow_ft .ft_box table .end {
	margin-bottom: 0;
}

.sunow_ft .ft_box table .ba img{
	margin-right: 6px;
	margin-top: -2px;
}




/**
 * 公共分页样式
 */
.sunow_page {
	display: block;
	margin: 0 auto;
	padding: 2px;
	overflow: hidden;
	text-align: center;
	box-sizing: initial;
}

.sunow_page a {
	position: relative;
	display: inline-block;
	height: 33px;
	line-height: 33px;
	margin-right: -1px;
	vertical-align: middle;
	padding: 0 15px;
	border: 1px solid #dedede;
	text-align: center;
	color: #aaaaaa;
	font-size: 15px;
	box-sizing: initial;
}

.sunow_page a:hover {
	color: #b71c25;
}

.sunow_page a.active {
	z-index: 2;
	color: #fff;
	border: 1px solid #b71c25;
	background-color: #b71c25;
	cursor: default;
}

.sunow_page a.disabled,
.sunow_page a[disabled] {
	cursor: no-drop;
	color: #aaaaaa !important;
}

.sunow_page input {
	width: 50px;
	max-width: 50px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #dedede;
	text-align: center;
}

.sunow_page span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0 10px;
	font-size: 15px;
	color: #aaaaaa;
}


/**
 * 回到顶部样式
 */
.goTop {
	position: fixed;
	right: 20px;
	bottom: 300px;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	vertical-align: middle;
	background-image: url(/r/cms/xyzx/img/common/icon.png);
	background-repeat: no-repeat;
	background-position: -74px -42px;
	box-shadow: 0 0 10px #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.goTop:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/**
 * 公共搜索
 */
.search {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 999;
	height: 40px;
}

.search div {
	position: relative;
	padding-right: 50px;
	width: 50px;
	height: 40px;
	border: 1px solid #b71c25;
	border-radius: 100px;
	background-color: #fff;
	overflow: hidden;
	transition: all .3s;
}

.search input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-indent: 15px;
	background-color: #fff;
	transition: all .3s;
}

.search button {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	height: 40px;
	width: 50px;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: all .3s;
}

.search button:hover {
	background-color: #fff1f2;
}

.search button img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px;
}

.search.active div {
	width: 300px;
}
