@charset "utf-8";

/* --------------------重置样式-------------------------------- */

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


/*设置默认字体*/

body {
    font-size: 14px;
    font-style: normal;
    font-family: "微软雅黑", "黑体", "Microsoft YaHei", Arial, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}


/*字体太小用户体检不好，让small恢复12px*/

small {
    font-size: 12px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

ul,
ol {
    list-style: none;
}

li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

img,
fieldset {
    border: 0 none;
}

ins {
    text-decoration: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:hover,
a:active {
    outline-width: 0;
    text-decoration: none;
}


/*重置表格*/

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


/*重置hr*/

hr {
    border: 0;
    height: 1px;
}


/*图形图片*/

img {
    border-style: none;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

img:not([src]) {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}

.clearfloat {
    zoom: 1;
}

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


/*下面的操作是针对于html5页面布局准备的，不支持ie6~8以及其他低版本的浏览器*/

html {
    /*禁用系统默认菜单*/
    -webkit-touch-callout: none;
    /*关闭iphone & Android的浏览器纵向和横向模式中自动调整字体大小的功能*/
    -webkit-text-size-adjust: 100%;
}

input,
textarea,
button,
a {
    /*表单或者a标签在手机点击时会出现边框或彩色的背景区域，意思是去除点击背景框*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*重置html5元素的默认样式*/

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

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]),
video:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

mark {
    background-color: #ff0;
    color: #000;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/*-----------------常用样式-----------------------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.w100 {
    width: 100%;
}

.clear {
    clear: both;
}

.paddnone {
    padding: 0px;
}

.paddleft15 {
    padding-left: 15px;
}

.paddleft30 {
    padding-left: 30px;
}

.paddright30 {
    padding-right: 30px;
}

.paddright15 {
    padding-right: 15px;
}

.paddright20 {
    padding-right: 20px;
}

.paddleft0 {
    padding-left: 0px;
}

.paddright0 {
    padding-right: 0px;
}

.paddbottom20 {
    padding-bottom: 20px;
}

.mar0 {
    margin: 0px;
}

.mart0 {
    margin-top: 0px;
}

.mart15 {
    margin-top: 15px;
}

.mart10 {
    margin-top: 10px;
}

.mart20 {
    margin-top: 20px;
}

.marb15 {
    margin-bottom: 15px;
}

.mart30 {
    margin-top: 30px;
}

.mart35 {
    margin-top: 35px;
}

.mart40 {
    margin-top: 40px;
}

.mart50 {
    margin-top: 50px;
}


/*-----------------通用方法-----------------------*/

:root {
    --theme: #0b44b3;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}


/*-----------------通用布局(public-)-----------------------*/

body {
    padding: 0;
    margin: 0;
}


/* swiper样式开始*/

.menu-button {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #0448c4;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 30px;
    height: 5px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2) {
    opacity: 0.9;
}

.menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}

.menu-close .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.menu-close .bar:nth-of-type(2) {
    opacity: 0;
}

.menu-close .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

.menu-close:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(13.5px) rotate(-40.5deg);
}

.menu-close:hover .bar:nth-of-type(2) {
    opacity: 0.1;
}

.menu-close:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-13.5px) rotate(40.5deg);
    -ms-transform: translateY(-13.5px) rotate(40.5deg);
    transform: translateY(-13.5px) rotate(40.5deg);
}


/* swiper样式结束 */

.common-head-box {
    background: url(top-bg-fzs.jpg);
    background-position: center center;
    background-size: cover;
    max-height: 474px;
    /*! overflow: hidden; */
}

.common-head {
    width: 1690px;
    margin: 0 auto;
}

.common-top {
    padding-top: 24px;
    margin: auto 115px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
}

.common-top-search {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-right: 70px;
    position: relative;
}

#search_over {
    padding: 24px 20px 20px 24px;
    background: #fff;
    background: url(search-icon@2x-fzs.png) center center no-repeat;
}

#serach-group {
    position: absolute;
    top: 0;
    right: 130px;
    z-index: 9999;
}

.form-group {
    background: #fff;
    border-radius: 0px;
    padding: 0px 0px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group>.btn {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -68px;
    border: none;
    height: 40px;
    padding: 0 20px;
}

.form-control {
    height: 40px;
    border: none;
    font-size: 18px;
}

.search-toggle {
    display: none;
}

.search-toggle:checked+.serach-group {
    display: block;
}

.common-top-menu {
    position: relative;
}

.top-menu-list {
    display: none;
    width: 174px;
    background: #0448c4;
    position: absolute;
    top: 44px;
    left: -124px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 999;
}

.top-menu-list li {
    padding-left: 12px;
}

.top-menu-list li a {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    padding-left: 12px;
    border-left: 4px solid #fff;
    cursor: pointer;
}

.top-menu-list li a:hover,
.top-menu-list .active a {
    font-weight: bold;
}

.menu-toggle {
    display: none;
}

.menu-toggle:checked+.top-menu-list {
    display: block;
}

.common-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.common-logo1 {
    width: 90%;
}

.common-logo2 {
    text-align: right;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.common-foot {
    height: 170px;
    background: #3f5abe;
}

.common-foot-cont {
    padding: 34px 120px 50px 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.common-foot-cont img {
    flex-shrink: 0;
}

.common-foot-cont p {
    flex-shrink: 1;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px;
}


/*-----------------响应式系统-----------------------*/

@media(max-width:1690px) {
    .common-head {
        width: auto;
    }
}

@media(max-width:1400px) {
    .common-logo2 img {
        width: 269px;
    }
}

@media(max-width:1200px) {
    .common-logo2 img {
        width: 200px;
    }
}

@media(max-width:992px) {
    .common-logo2 img {
        width: 169px;
    }
    .bar {
        width: 20px;
        height: 3px;
    }
    .common-top-search {
        margin-right: 20px;
    }
}

@media(max-width:768px) {
    .common-logo2 img {
        width: 150px;
    }
}

@media(max-width:576px) {
    .menu-button {
        position: relative;
    }
    .menu-button:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(1.5px) rotate(-4.5deg);
        -ms-transform: translateY(1.5px) rotate(-4.5deg);
        transform: translateY(1.5px) rotate(-4.5deg);
    }
    .menu-button:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-1.5px) rotate(4.5deg);
        -ms-transform: translateY(-1.5px) rotate(4.5deg);
        transform: translateY(-1.5px) rotate(4.5deg);
    }
    .menu-close .bar:nth-of-type(1) {
        -webkit-transform: translateY(5px) rotate(-45deg);
        -ms-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg);
    }
    .menu-close .bar:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
    .menu-close:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(3.5px) rotate(-40.5deg);
        -ms-transform: translateY(3.5px) rotate(-40.5deg);
        transform: translateY(3.5px) rotate(-40.5deg);
    }
    .menu-close:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-8.5px) rotate(40.5deg);
        -ms-transform: translateY(-8.5px) rotate(40.5deg);
        transform: translateY(-8.5px) rotate(40.5deg);
    }
    .bar {
        width: 20px;
        height: 2px;
    }
    #serach-group {
        right: 80px;
    }
    .form-group>.btn {
        font-size: 14px;
        height: 34px;
        right: -40px;
    }
    .form-control {
        height: 34px;
        font-size: 14px;
    }
    .top-menu-list {
        top: 36px;
        left: -134px;
    }
    .top-menu-list li a {
        font-size: 16px;
        line-height: 30px;
    }
    .common-logo {
        padding: 0 20px;
    }
    .common-logo1 {
        width: 100%;
    }
    .common-logo2 img {
        width: 100px;
    }
    .common-top {
        margin: auto 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .common-top-search {
        margin-right: 20px;
    }
    .common-foot {
        height: auto;
        padding: 20px 0
    }
    .common-foot-cont p {
        font-size: 14px;
    }
    .common-foot-cont {
        padding: 0;
        display: flex;
        flex-direction: column;
        /*! font-size: 14px; */
        width: 100%;
        margin: 0 auto;
    }
    .common-foot-cont img {}
}