body,
div,
ul,
ol,
dt,
dd,
dl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
img,
a,
span,
strong,
* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    /* font-family: "宋体"; */
    color: #000000;
    background-color: #FFFFFF;
    /*font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;*/
    font-family: "Arial", "Sans Serif";
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
}

img,
input,
select,
textarea {
    vertical-align: middle
}

img {
    border: none;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #003366;
}

.huaru:hover {
    cursor: pointer;
}

.clear {
    clear: both;
    height: 0;
    width: 0;
    overflow: hidden;
}

.nav_top {
    min-width: 1200px;
    height: 60px;
    width: 100%;
    background: #fff;
}


.nav_top .nav_top_marg {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav_top .nav_top_marg .nav_top_marg_left img {
    width: 347px;
    height: 36px;
    padding-top: 4px;
}

.nav_top .nav_top_marg_right {
    position: relative;
}

.nav_top .nav_top_marg_right input {
    width: 480px;
    height: 35px;
    background: #f5f5f5;
    border: none;
    border: 1px solid #cdcccd;
    border-radius: 17px;
    margin-top: 10px;
    text-align: center;
}

.nav_top .nav_top_marg_right img {
    height: 17px;
    height: 17px;
    position: absolute;
    left: 130px;
    top: 19px;
}

.banner {
    width: 100%;
    min-width: 1200px;
}

.banner img {
    width: 100%;
}

.nav_main {
    width: 100%;
    min-width: 1200px;
    /*background-image: linear-gradient(0deg, #0056c2, #004294, #0051b3);*/
    height: 60px;
	/*background: rgb(22 71 147 / 80%);*/
	background-color: #203864;
}

.nav_main ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.nav_main ul li {
    height: 60px;
    /*width: 12.5%;*/
	width: 34%;
}

.nav_main ul li a {
    /* width: 190px; */
    display: block;
    height: 40px;
    line-height: 30px;
    margin-top: 15px;
    /*border-right: 1px solid #fff;*/
    text-align: center;
    font-size: 18px;
    color: #fff !important;
	font-weight: bold;
}

.Check {
    height: 60px !important;
    /*background: #fff !important;
    border-bottom: 3px #0056c2 solid !important;*/
    margin-left: -1px;
	background: #2e4f7beb !important;
}

.Check a {
    color: #0056c2 !important;
}