html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 40px;
    background: #fff;
}

body {
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    font-family: arial, Microsoft Yahei;
    color: #333;
    background: #fff;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0px;
    padding: 0px
}

ul,
li {
    list-style: none
}

a:active,
a:hover {
    outline: none;
}

img {
    vertical-align: top;
    width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    text-decoration: none;
    outline: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner,
.banner img {
    width: 100%;
}

img {
    display: inherit;
}

.box {
    background-color: #fff;
    overflow: hidden;
}

/* form */
.form {
    background-color: #fff;
    padding: 0.4rem 0;
}

.form_bg {
    background-color: #b3eeff;
    padding: 0.4rem;
}

.form_ctn {
    background: #45b0f6;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.form_top span {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #fff;
    position: absolute;
    z-index: 999;
}

.form_bg .form_top span:nth-child(1) {
    left: -0.2rem;
    top: -0.2rem;
}

.form_bg .form_top span:nth-child(2) {
    right: -0.2rem;
    top: -0.2rem;
}

.form_name {
    color: #Fff;
    padding: 0.4rem 0.5rem;
}

.form_name h2 {
    text-shadow: 0.1rem 0.1rem 0.1rem #000;
    padding-bottom: 0.25rem;
    font-size: .75rem;
}

.form_name p {
    color: #fff;
    font-size: .5rem;
}

.form_ipt {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 0.25rem 0.4rem;
    margin: 0 3% 0.5rem;
    border-radius: 0.75rem;
}

.form_ipt_left {
    width: 12%;
    height: 1.15rem;
    overflow: hidden;
    padding: 0 0.15rem;
}

.form_ipt_left img {
    height: 100%;
}

.form_ipt_right {
    width: 92%;
    padding-left: 0.4rem;
}

.form_ipt_right input {
    border: none;
    line-height: 1.15rem;
    font-size: 0.65rem;
    outline: none;
    direction: none;
}

.form_btn {
    margin: 0 0.4rem 0.9rem;
    background-color: rgba(204, 222, 248, 0.5);
    border-radius: 0.75rem;
}

.form_btn input {
    width: 100%;
    line-height: 1.65rem;
    border: none;
    font-size: 0.9rem;
    background: linear-gradient(to right, red, blue);
    -webkit-background-clip: text;
    color: #fff;
}

.hdxq_top {
    text-align: center;
}

.hdxq_top h2 {
    color: #fff;
}

/* gzsxcs */
.gzsxcs_name {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.75rem 0 0.5rem;
}

.gzsxcs_name .gzsxcs_loso {
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    padding-top: 0.25rem;
}

.gzsxcs_name h2 {
    padding: 0 3%;
    font-size: 0.9rem;
}

.gzsxcs_name p {
    width: 100%;
    text-align: center;
    padding-top: 0.25rem;
    font-size: 0.65rem;
    font-weight: 600;
}

.gzsxcs_name p span {
    padding: 0 2%;
}

.gzsxcs_ctn img { width: 100%; }

.gzsxcs_btn a {
    display: block;
    width: 40%;
    line-height: 1.25rem;
    color: #fff;
    background-color: #ff5a25;
    border-radius: 0.625rem;
    text-align: center;
    font-size: 0.6rem;
    margin: 0.75rem auto;
}

/* q 0rem */
.yzqpx {
    padding: 0 2%;
}

.yzqpx_box {
    padding: 0.25rem 0 0;
}

.yzqpx_list {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
    border: 0.05rem solid #ff561c;
}

.yzqpx_list .yzqpx_lis1 {
    width: 65%;
    position: relative;
}

.yzqpx_list .yzqpx_lis1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.3rem;
    top: -0.3rem;
}

.yzqpx_list .yzqpx_lis2 {
    width: 35%;
    padding: 0.5rem 0.25rem;
}

.yzqpx_list .yzqpx_lis2 h3 {
    font-size: 0.75rem;
    padding-bottom: 0.1rem;
}

.yzqpx_list .yzqpx_lis2 p { 
    font-size: .4rem;    
}

.yzqpx_list2 .yzqpx_lis2 {
    padding: 0.5rem 0 0.5rem 0.5rem;
}

.yzqpx_list2 .yzqpx_lis2 a {
    display: block;
    width: 80%;
    line-height: 1rem;
    border: 0.05rem solid #000;
    text-align: center;
    color: #000;
    border-radius: 0.5rem;
    margin: 0.25rem 0;
    font-size: .4rem;
}

.yzqpx_list .yzqpx_lis3 {
    width: 65%;
    position: relative;
}

.yzqpx_lis3 img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -0.3rem;
    top: -0.3rem;
}

/* xj */
.jgxj .gzsxcs_name {
    padding-top: 0;
}

.jgxj_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jgxj_list li {
    width: 49%;
    padding-bottom: 0.4rem;
}

.jgxj_list li img { 
    width: 100%;
}

/* rmhy */
.srdz_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.75rem 0;
}

.srdz_lis {
    width: 49%;
    background-color: #f2f2f2;
    margin-bottom: 0.75rem;
}

.srdz_lis_mg {
    position: relative;
}

.srdz_lis_mg img {
    width: 100%;
}

.tjzy_logo {
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
}

.srdz_lis_mg a {
    display: block;
}

.srdz_lis_name {
    padding: 0.5rem 0;
}

.srdz_lis_name h3 {
    text-align: center;
    color: #fd41a4;
    font-size: 0.55rem;
}

.srdz_lis_name h3 span {
    font-size: 0.4rem;
}

.srdz_lis_name p {
    text-align: center;
    padding: 0.15rem 0;
    font-size: 0.4rem;
}

.srdz_lis_btn {
    overflow: hidden;
    padding: 0 10%;
}

.srdz_lis_btn a {
    display: block;
    width: 48%;
    line-height: 1rem;
    text-align: center;
    color: #Fff;
    font-size: .4rem;
}

.srdz_lis .srdz_lis_btn .srdz_lis_btn1 {
    width: 100%;
    background-color: #ff5a25;
}

.srdz_lis_btn a:nth-child(1) {
    float: left;
    background-color: #ff5a25;
}

.srdz_lis_btn a:nth-child(2) {
    float: right;
    background-color: #5a72f1;
}

/* jxhj */
.jxhj .gzsxcs_name {
    padding-top: 0;
}

.byy_prb_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 0 0;
    width: 95%;
    margin: 0 auto;
}

.byy_prb_lis {
    width: 48%;
    position: relative;
    margin-bottom: 0.5rem;
}

.byy_prb_list img { 
    width: 100%;
    margin-bottom: .4rem;
}

.byy_prb_list li:nth-child(1) {
	width: 7.375rem;
}

.byy_prb_list li:nth-child(2) {
	width: 7.625rem;
}

.byy_prb_lis_tlt {
    position: absolute;
    width: 100%;
    line-height: 1.15rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #Fff;
    bottom: 0;
    font-size: 0.5rem;
    text-align: center;
}

/* xqhz */
.gxjy_top p {
    text-align: center;
    padding-bottom: 0.15rem;
    font-size: .5rem;
}

.gxjy_top {
    padding: 1rem 0 0.5rem;
}

.gxjy_ctn {
    overflow: hidden;
    padding: 0 5%;
}

.gxjy_jd {
    overflow: hidden;
}

.gxjy_jq_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0.75rem;
}

.gxjy_jq_top_mg {
    width: 48%;
}

.gxjy_jq_top_mg img, .gxjy_jq_btm img { 
    width: 100%;
}

.gxjy_hzqy h1 {
    font-size: 0.7rem;
    padding: 1rem 0;
    text-align: center;
}

.gxjy_hzdj_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}

.gxjy_hzdj_lis {
    width: 31.5%;
}

.gxjy_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1%;
}

.gxjy_bottom_mg {
    width: 48%;
    margin-bottom: 0.5rem;
}

.xqhz_btn {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}

.xqhz_btn a {
    display: block;
    width: 48%;
    line-height: 1.25rem;
    color: #fff;
    background-color: #ff5a25;
    border-radius: 0.625rem;
    text-align: center;
    font-size: 0.65rem;
}

/* cgxz */
.cgxz_ctn {
    padding-top: 0.9rem;
}

.cgxz_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 5%;
}

.cgxz_list li {
    width: 45%;
    border: 0.05rem solid #b4b4b4;
    border-radius: 0.5rem;
    position: relative;
    padding-top: 2.5rem;
}

.cgxz_lis_mg {
    width: 100%;
    position: absolute;
    padding: 0 5%;
    top: -2rem;
    box-sizing: border-box;
}

.cgxz_list li:nth-child(1),
.cgxz_list li:nth-child(2) {
    margin-bottom: 2.5rem;
}

.cgxz_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.cgxz_lis_txt h4 {
    text-align: center;
    color: #000;
}

.cgxz_lis_jx {
    padding: 0.75rem 30% 0.5rem;
}

.cgxz_lis_ctn {
    padding: 0 5%;
}

.cgxz_lis_ctn p {
    font-size: 0.45rem;
    padding-bottom: 0.15rem;
    color: #000;
}

/* form */
.ljc_form {
    padding: 0 5%;
    background-color: #fff;
}

.form_top2 {
    overflow: hidden;
    padding-bottom: 0.4rem;
    font-weight: 800;
}

.form_top2 span {
    color: red;
}

.form_right {
    width: 100%;
    text-align: center;
    line-height: 1.75rem;
    font-size: 0.7rem;
    font-weight: 1000;
    color: #000;
}

.ipt_form {
    padding-left: 3%;
    margin-bottom: 0.4rem;
}

.ipt_form input {
    line-height: 1.5rem;
    font-size: 0.6rem;
    border: 0.05rem solid #594853;
    padding-left: 5%;
    width: 94%;
    border-radius: 0.375rem;
    outline: none;
}

.ipt_form input::placeholder {
    color: #3e565a;
}

.ipt_form #submit_02 {
    width: 100%;
    background-color: #2b2b2b;
    color: #fee763;
    font-size: 0.75rem;
    line-height: 1.5rem;
    border-radius: 0.4rem;
    text-align: center;
    outline: none;
}

.form_qyhj_botm {
    overflow: hidden;
}

.form_qyhj_botm_lis {
    width: 50%;
    float: left;
}

.form_qyhj_botm_lis a {
    display: block;
}

.ipt_form select {
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 0.6rem;
    border: 0.05rem solid #594853;
    padding-left: 5%;
    width: 100%;
    border-radius: 0.375rem;
    outline: none;
    background: #fff;
}