@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
    background: transparent;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    vertical-align: middle;
}

li {
    list-style: none outside none;
}

body {
    line-height: 1;
}

 :focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    text-decoration: none;
    color: #333;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

em,i{
    font-style: normal;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}


/*********************** header *********************/

header {
    height: 3.96rem;
    background: url(../images/fszj2_02.jpg) no-repeat;
position: relative;
}

header .logo {
    position: absolute;
    left: 0.29rem;
    top: 0.45rem;
    width: 6.78rem;
    height: 1.51rem;
}


/* menu */

body.nav-open .app-nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
}

body.nav-open .nav-toggle {
    box-shadow: none;
}

body.nav-open .nav-toggle:before {
    /* position: absolute;
	width: 7200rem;
	height: 7200rem;
	background-color: rgba(0, 0, 0, 0.8); */
}

body.nav-open .menu-bg {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

body.nav-open .nav-toggle .icon {
    width: 0;
}

body.nav-open .nav-toggle .icon:before {
    -webkit-transform: translateY(0.09rem) rotate(45deg);
    -ms-transform: translateY(0.09rem) rotate(45deg);
    transform: translateY(0.09rem) rotate(45deg);
    top: 0.06rem;
}

body.nav-open .nav-toggle .icon:after {
    -webkit-transform: translateY(-0.09rem) rotate(-45deg);
    -ms-transform: translateY(-0.09rem) rotate(-45deg);
    transform: translateY(-0.09rem) rotate(-45deg);
}

.nav-toggle {
    width: 0.90rem;
    height: 0.90rem;
    z-index: 3;
    border-radius: 50%;
    position: absolute;
    right: 0.33rem;
    top: 0.82rem;
    cursor: pointer;
    /* box-shadow: 0 3rem 0 rgba(0, 0, 0, 0.2); */
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.nav-toggle:before {
    width: 0.90rem;
    height: 0.90rem;
    border-radius: 50%;
    /* background-color: #4A75E6; */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.nav-toggle .icon {
    width: 0.9rem;
    height: 0.09rem;
    background-color: white;
    border-radius: 0.02rem;
    position: absolute;
    top: 0.28rem;
    left: 0rem;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
}

.nav-toggle .icon:before,
.nav-toggle .icon:after {
    width: 0.90rem;
    height: 0.09rem;
    background-color: white;
    border-radius: 0.02rem;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.nav-toggle .icon:before {
    top: -0.24rem;
}

.nav-toggle .icon:after {
    top: 0.26rem;
}

.app-nav {
    position: absolute;
    top: 30%;
    height: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0 0.2rem;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.app-nav ul {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
    overflow: hidden;
}

.app-nav ul li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0 0.1rem;
    margin-top: 0.2rem;
}

.app-nav ul li a {
    display: block;
    font-size: 0.6rem;
    text-align: center;
    color: white;
    background: #0281df;
    text-decoration: none;
    border-radius: 5px;
    line-height: 2.5rem;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.app-nav ul:hover li a {
    opacity: 0.5;
}

.app-nav ul:hover li:hover a {
    opacity: 1;
}

.foot {
    background: #fff;
}

.foot p {
    padding: 0.6rem 0;
    text-align: center;
    color: #666;
    font-size: 0.48rem;
}

.foot p a {
    color: #666;
}

.footer {
    background: #046bbd;
    padding: 0.26rem 0;
    font-size: 0.48rem;
    color: #fff;
    line-height: 0.71rem;
    text-align: center;
}



.btn-zjyy{
	background: rgba(100,184,246,.5);
	font-size: 16px;
	background-image: linear-gradient(to top, #5cb7fb, #016bb9);
	border-radius: 31px;
	line-height: 34px;
	margin-top: 13px;
	box-shadow: 0 0 1px #ffffff;
	width: 150px;
	text-align: center;
color:#fff;
}
.btn-zjyy span{ 
    color: #fff;
}
.oldyy-btn:hover{
    filter:brightness(1.2);
}

.zjyyann{
	background: rgba(100,184,246,.5);
	font-size: 16px;
	background-image: linear-gradient(to top, #5cb7fb, #016bb9);
	border-radius: 31px;
	line-height: 34px;
	margin-top: 13px;
	box-shadow: 0 0 1px #ffffff;
	width: 150px;
	text-align: center;
color:#fff;
}
.zjyyann span{ 
    color: #fff;
}

.zjyywza{width: 100%;display: flex;justify-content: space-evenly;bottom: -2rem;position: relative;}

