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

ul,
ol {
    list-style: none;
}

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

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #303030;
    text-align: center;
    padding: 0 8px;
    font-size: 18px;
}

img {
    border: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mt30 {
    margin-top: 30px;
}

.bold {
    font-weight: bold;
}

.themeBg {
    background: #083e77;
    color: #fff;
}

.themeColor {
    color: #083e77;
}

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

.w1100 {
    width: 1100px;
}

.flex {
    display: flex;
}

.header {
    width: 100%;
    background: #d2d2d2;
}

.head-box {
    margin: 0 auto;
    height: 150px;
    align-items: center;
    justify-content: space-between;
}

.head-box .logo {
    height: 70px;
}

.head-box .logotxt {
    padding: 0 10px;
    width: 120px;
    height: 50px;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;
    line-height: 1;
    border-left: 2px solid #404144;
}

.head-box .logotxt p:nth-of-type(1) {
    font-size: 24px;
}

.head-box .logotxt p:nth-of-type(2) {
    font-size: 16px;
    color: #404144;
}

.head-box .sc {
    font-size: 20px;
    font-weight: bold;
    color: #404144;
    line-height: 35px;
    padding-left: 64px;
    background-image: url('../images/icon1.png');
    background-repeat: no-repeat;
}

.nav {
    width: 100%;
    background: #ffffff;
}

.nav ul {
    height: 50px;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    list-style: none;
}

.nav li {
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;

}

.nav li a {
    text-decoration: none;
    padding: 0 24px;
    color: #141414;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 2;
}

.nav li>a:hover,
.nav a.cur {
    text-decoration: none;
    background: #083e77;
    color:#fff
}

.nav li.home {
    padding-left: 0px;
}

.nav li.nones {
    background: none;
    padding-right: 0px;
}

.nav li .menu_2 {
    display: none;
    position: absolute;
    z-index: 9;
    font-size: 13px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}

.nav li:hover .menu_2 {
    display: block;
}

.nav li .menu_2:hover {
    display: block;
}

.nav li .menu_2 div {
    background: #d10d3b;
    text-align: center;
    color: #fff;
}

.nav li .menu_2 div:hover {
    background: #d10d3b
}

.search {
    margin: 0 auto;
    height: 80px;
    align-items: center;
    border-bottom: 1px dashed #bfbfbf;
    justify-content: space-between;
}

.hot-pro {
    background-image: url("../images/icon2.png");
    padding: 0 20px;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 0;
}

.hot-pro a {
    position: relative;
    font-size: 14px;
    color: #3c3c3c;
    padding: 0 10px;
    display: inline-block;
    line-height: 30px;
}

.hot-pro a::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    background: #3c3c3c;
    width: 1px;
    height: 14px;
}

.hot-pro a:nth-last-of-type(1)::before {
    content: none;
}

.search-form {
    color: #fff;
    padding: 8px 15px;
    border-radius: 25px;
    align-items: center;
    box-sizing: border-box;
}

.search-form input {
    background: transparent;
    border: none;
    height: 32px;
    line-height: 32px;
    width: 280px;
    color: #fff;
}

.search-form input:focus {
    outline: none;
}

.search-form input::placeholder {
    color: #fff;
}

.search-form button {
    background: transparent;
    border: none;
    border-left: 2px solid #fff;
    padding-left: 15px;
    height: 32px;
}

.navigation {
    margin: 20px auto;
    font-size: 14px;
    color: #444;
}

.footer {
    background: #f3f3f3;
}

.footer-box {
    margin: auto;
    padding: 30px 0 40px;
}

.gongyi {
    color: #303030;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.gongyi .icon-item {
    font-weight: normal;
    font-size: 14px;
    padding: 0 24px;
    border-right: 1px solid #747474;
    line-height: 1;
}

.gongyi .icon-item:nth-last-of-type(1) {
    border-right: 0;
}

.fieldset {
    border-color: #b5b5b5;
    margin-bottom: 40px;
}

.link {
    margin: 20px 20px 30px;
}

.link-item {
    font-size: 14px;
    color: #303030;
    margin-right: 20px;
}

.footer-info {
    margin-top: 40px;
    align-items: center;
    justify-content: space-between;
}

.footer-info .footer-info-left {
    flex: 1;
    width: 0;
    margin-right: 100px;
}

.footer-info .footer-info-left .finfo {
    margin-top: 10px;
}

.footer-info .footer-info-right a {
    float: left;
    margin-right: 20px;
    color: #303030;
    font-size:14px;
}

.footer-info .footer-info-right img {
    width: 150px;
    height: 150px;
}

.pages {
    text-align: center;
    font-size: 0;
    margin: 20px 0;
}

.pages select {
    display: none;
}

.pages .current,
.pages a {
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    color: #083e77;
    margin: 0 6px;
    transition: all .2s;
}

.pages a:hover,
.pages .current {
    background: #083e77;
    color: #fff;
}

.turn {
    margin: 50px 0;
    font-size: 12px;
    color: #3c3c3c;
    line-height: 26px;
}

.type-title {
    text-align: center;
    margin-bottom: 30px;
}

.type-title h2 {
    position: relative;
    font-size: 36px;
    padding: 18px 0;
    color: #383838;
}

.type-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 2px;
    background: #083e77;
}

.type-title p {
    padding: 14px 0;
    font-size: 12px;
    color: #9a9a9a;
}

.type-title1 {
    text-align: left;
    margin-bottom: 60px;
}

.type-title1 h2 {
    position: relative;
    font-size: 36px;
    padding: 18px 0;
    color: #383838;
}

.type-title1 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    background: #083e77;
}

.type-title1 p {
    padding: 14px 0;
    font-size: 12px;
    color: #9a9a9a;
}

.child-type {
    background: #f3f3f3;
}

.child-type .w1100 {
    padding: 0 26px;
    box-sizing: border-box;
}

.child-type .child-type-item {
    display: inline-block;
    padding: 10px 0;
    font-size: 18px;
    margin-right: 60px;
}

.child-type .child-type-item.active {
    color: #083e77;
    border-bottom: 1px solid #083e77;
}