@charset 'utf-8';

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0;
	color: #111111;
	min-width: 1300px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/common/bg.png);
	background-color: #eff2f5;
	font-family: "Microsoft YaHei","PingFang SC","Lantinghei SC",arial,"\5b8b\4f53",sans-serif,tahoma;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a,
span {
	vertical-align: top;
}

img {
	border: 0;
	vertical-align: middle;
}

input,
button,
text {
	vertical-align: top;
	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";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-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;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.db {
	display: inline-block;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.relative {
	position: relative;
}

.centerWidth {
	width: 1200px;
	margin: 0 auto;
}


/**
 * 公共头部
 */
.sunow_hd {
	position: relative;
	z-index: 10000;
	height: 300px;
	font-size: 0;
	user-select: none;
}

.sunow_hd .hd_box {
	width: 1200px;
	margin: 0 auto;
}

.sunow_hd .hd_box .logo {
	display: block;
	width: 100%;
	height: 240px;
	line-height: 240px;
	margin: 0 auto;
	text-align: center;
	cursor: default;
}

.sunow_hd .hd_box .logo:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.sunow_hd .hd_box .logo img {
	display: inline-block;
	vertical-align: middle;
}

.sunow_hd .hd_box .hd_con {
	position: relative;
	height: 60px;
	background-color: #0264cb;
}

.sunow_hd .hd_box .hd_con ul {
	display: flex;
}

.sunow_hd .hd_box .hd_con ul li {
	flex: 1;
	display: block;
	float: left;
	height: 60px;
}
.sunow_hd .hd_box .hd_con ul li .link{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #ffffff;
}

.sunow_hd .hd_box .hd_con ul li .link.active {
	font-weight: bold;
}

.sunow_hd .hd_box .hd_con ul li .link i{
	position: absolute;
	left: 46px;
	right: 46px;
	bottom: 1px;
	display: none;
	height: 4px;
	background-color: #ffffff;
	border-radius: 10px;
}

.sunow_hd .hd_box .hd_con ul li .link.active i {
	display: block;
}

.sunow_hd .hd_box .hd_con ul li .link em{
	position: absolute;
	left: 50%;
	right: 25px;
	bottom: -6px;
	z-index: 2;
	display: none;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-top: 6px solid #0264cb;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.sunow_hd .hd_box .hd_con ul li:hover .link em {
	display: block;
}

.sunow_hd .hd_box .hd_con ul li .link:after{
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: 1px;
	height: 30px;
	background-color: #99a4b1;
}

.sunow_hd .hd_box .hd_con ul li .end:after {
	display: none;
	opacity: 0;
}

.sunow_hd .hd_box .hd_con ul li:last-child .link:after {
	display: none;
	opacity: 0;
}

.sunow_hd .hd_box .hd_con ul li .child {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	display: none;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 3px 4px rgba(0,0,0,.3);
	border-bottom: 1px solid #efefef;
}

.sunow_hd .hd_box .hd_con ul li:hover .child {
	display: block;
}

.sunow_hd .hd_box .hd_con ul li .child a {
	display: inline-block;
	margin: 10px 20px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #222222;
}

.sunow_hd .hd_box .hd_con ul li .child a:hover,
.sunow_hd .hd_box .hd_con ul li .child a.active {
	color: #1f6ede;
}

/**
 * 公共尾部
 */
.sunow_ft {
	background-color: #003e80;
}

.sunow_ft .ft_box {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.sunow_ft .ft_box .ft_link {
	position: relative;
	margin: 0 100px;
	padding: 40px 0 40px 112px;
	line-height: 22px;
	font-size: 14px;
	color: #ebf0ff;
}

.sunow_ft .ft_box .ft_link span {
	position: absolute;
	left: 37px;
	top: 43px;
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	line-height: 16px;
}

.sunow_ft .ft_box .ft_link a {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	line-height: 16px;
	color: #ebf0ff;
}

.sunow_ft .ft_box .ft_link i {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 13px;
	margin: 0 10px;
	background-color: #ebf0ff;
	font-style: normal;
}

.sunow_ft .ft_box ul {
	margin: 0 100px;
	padding: 25px 0;
	border-top: 1px solid #4773a3;
	border-bottom: 1px solid #4773a3;
}

.sunow_ft .ft_box ul li {
	display: inline-block;
	vertical-align: top;
	float: left;
}

.sunow_ft .ft_box ul li dl {
	display: block;
	vertical-align: top;
	margin: 0 37px;
}

.sunow_ft .ft_box ul li dl dt {
	font-size: 18px;
	color: #fefeff;
}

.sunow_ft .ft_box ul li dl dd {
	margin-bottom: 13px;
	line-height: 15px;
	font-size: 14px;
	color: #ebf0ff;
}

.sunow_ft .ft_box ul li dl dd span {
	display: inline-block;
	width: 70px;
}

.sunow_ft .ft_box ul li dl dd a {
	color: #e3e9f9;
}

.sunow_ft .ft_box .fastlink {
	padding: 35px 0;
	text-align: center;
}

.sunow_ft .ft_box .fastlink a {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #c7e2ff;
	font-size: 14px;
}

.sunow_ft .ft_box .fastlink a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
	bottom: 3px;
	width: 1px;
	border-right: 1px solid #fff;
}

.sunow_ft .ft_box .fastlink a:last-child:after{
	display: none;
	opacity: 0;
}

/**
 * 公共分页样式
 */
.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: #1f6ede;
}

.sunow_page a.active {
	z-index: 2;
	color: #fff;
	border: 1px solid #1f6ede;
	background-color: #1f6ede;
	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;
}

/**
 * 公共搜索
 */
.search {
	position: absolute;
	right: 0;
	top: 180px;
	z-index: 999;
	height: 40px;
}

.search div {
	position: relative;
	padding-right: 50px;
	width: 50px;
	height: 40px;
	border: 1px solid #0767cc;
	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: #e6f3ff;
}


.search.active div {
	width: 300px;
}
