@charset "utf-8";

::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background-color: transparent
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
	resize: none;
	border: none;
	line-height: normal;
	outline: #fff;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	border: 0;
	background: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

em,
i {
	font-style: normal
}

ul,
li {
	list-style-type: none
}

html,
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}

body {
	color: #666;
	background-color: #fff;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

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

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #bf000a;
}

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

.contentbox {
	padding: 0 .3rem;
}

/* ====== 头部 ====== */
.head_row {
	position: relative;
	width: 100%;
	height: 3.40rem;
	padding: .10rem .23rem 0;
	background: url(../images/head-bg.jpg) center top no-repeat #cbe4f8;
	background-size: cover;
}

.head_row::after {
	position: absolute;
	top: 3.40rem;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 3.8rem;
	background: linear-gradient(to bottom, #c7e5ff, #fff);
}

.head_row a:nth-of-type(1) {
	font-size: .20rem;
	color: #2c6db4;
}

.head_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: .2rem;
}

.head_row .head_logo {
	width: 2.95rem;
}

.head_row .head_logo img {
	width: 100%;
}

.head_search_box {
	width: 4.48rem;
	margin: .3rem auto .5rem;

}

.head_search_box form {
	display: flex;
	width: 4.48rem;
	height: .56rem;
	line-height: .56rem;
}

.head_search_box input {
	flex: 1;
	padding: 0 .2rem;
	font-size: .24rem;
	color: #333;
	border-radius: .05rem 0 0 .05rem;
	background-color: #fff;
	box-shadow: -3px 0px 8px 0px #addef9;
	box-sizing: border-box;
}

.head_search_box button {
	width: 1.12rem;
	height: .56rem;
	text-align: center;
	font-size: .26rem;
	color: #f2fbff;
	border-radius: 0 .05rem .05rem 0;
	border: none;
	background: #0059a7;
	box-sizing: border-box;
}

/* ==== 导航==== */
.head_nav_row {
	height: 0.72rem;
	padding-right: .17rem;
	display: flex;
	justify-content: space-between;
	background-color: #0059a7;
}

.head_nav_row ul {
	display: flex;
	justify-content: space-evenly;
	flex: 1;
}

.head_nav_row ul li {
	font-size: .28rem;
	line-height: .72rem;
}

.head_nav_row ul li a {
	color: #fff;
}

.head_nav_row ul li.active a {
	font-weight: bold;
}

.head_nav_row .head_siderbar {
	width: .41rem;
	height: .72rem;
	background: url(../images/menu_ico.png) center no-repeat;
	background-size: .25rem .25rem;
}

.sys_wrapper2 .head_nav_row.head_fixed {
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}

.sys_wrapper2 .head_nav_row.head_fixed::after {
	display: none;
}

/* ====侧边导航==== */
.sys_wrapper2 #sidenav {
	display: none;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0059a7;
	overflow: hidden;
}

.sys_wrapper2 #sidenav ul {
	width: 4rem;
	margin: .5rem 0 0 .6rem;
}

.sys_wrapper2 #sidenav li {
	display: flex;
	align-items: center;
	line-height: .94rem;
	border-bottom: 1px solid #2d75b6;
}

.sys_wrapper2 #sidenav li a {
	color: #fff;
	font-size: .32rem;
}

.sys_wrapper2 #sidenav li a::before {
	content: "";
	display: inline-block;
	width: .15rem;
	height: .15rem;
	margin-right: .32rem;
	position: relative;
	top: -0.02rem;
	background: url(../images/list_icon1.png) center no-repeat;
	background-size: .15rem;
	box-sizing: border-box;
}

.sys_wrapper2 #sidenav .sidenav_logo {
	display: block;
	margin: .5rem 0 0 .5rem;
}

.sys_wrapper2 #sidenav .sidenav_logo img {
	width: 4.35rem;
}

.sys_wrapper2 #sidenav .sidenav_close {
	display: block;
	position: fixed;
	top: .52rem;
	right: .3rem;
	background: url(../images/sidenav_close.png) center no-repeat;
	background-size: auto 100%;
	width: .68rem;
	height: .68rem;
}

/* ====== 底部 ======*/
.footer_row {
	width: 100%;
	margin-top: .6rem;
	padding-top: .6rem;
	color: #fff;
	overflow: hidden;
	background: #2c6db4;
}

.footer_row .contentbox {
	display: flex;
	justify-content: space-between;
}

.footer_row .select_row {
	margin-bottom: .35rem;
}

.footer_row .select_row select {
	width: 3.35rem;
	outline: none;
}

.footer_row .footer_row_left {
	flex: 1;
}

.footer_row_left p {
	font-size: .24rem;
	line-height: .42rem;
}

.footer_row .footer_row_ewm {
	margin-right: .16rem;
	text-align: center;
}

.footer_row .footer_row_ewm img {
	width: 1.4rem;
	height: 1.4rem;
	margin-bottom: .11rem;
}

.footer_row .footer_row_ewm p {
	font-size: .20rem;
	line-height: .32rem;
}

.footer_bottom {
	margin-top: .4rem;
	width: 100%;
	height: 1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	font-size: .22rem;
	background-color: #0059a7;
}

.footer_bottom a {
	color: #fff;
}

.footer_bottom img {
	width: .56rem;
	height: auto;
	margin-right: .15rem;
}

/* ==== 表单样式 ==== */
.footer_row .select2-container--default .select2-selection--single {
	width: 3.35rem;
	height: .58rem;
	border-radius: 0.02rem;
	border: solid 0.02rem #96b6da;
	background-color: transparent;
}

.footer_row .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 .15rem;
	line-height: .56rem;
	font-size: .26rem;
	color: #fff;
}

.footer_row .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: .58rem;
	right: .11rem;
	background: url(../images/select_icon1.png) center no-repeat;
	background-size: .18rem .11rem;
}

.footer_row .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-search--dropdown {
	display: none;
}

.select2-dropdown {
	border-radius: 0.02rem;
	border: solid 0.02rem #96b6da;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #2c6db4;
}