
/*编码*/

/*
Document : CSS样式初始化
Description: CSS样式表的初始化，全局样式设置。
*/

/* 全局CSS reset */

/* 页面设置 */

/* 初始化标签在所有浏览器中的margin、padding值 */
@font-face {
    font-family: 'fz';
    /*src: url(../fonts/fz.woff);*/
}

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

/* 酌情修改 */

body {
    background: #fff;
    font-family: "Microsoft Yahei", "SimSun", sans-serif;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    font-size: 0.3rem;
    color: #333;
}

body,
th,
td,
input,
select,
textarea,
button {
    line-height: 1;
}

/* 重置页面文字属性 */

/* 短引用的内容可取值：''或"" */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

/* 重置嵌套引用*/

/* 缩写，图片等无边框 */

fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

/* 重置fieldset（表单分组）、图片的边框为0*/

img {
    vertical-align: top;
}

/* 图片在当前行内的垂直位置 */

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

blockquote,
q {
    quotes: none
}

/* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

/* 重置样式标签的样式 */

/* 上下标 */

/* 统一上标和下标 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/

/* 表格标题及内容居左显示 */

caption {
    display: none;
}

/* 重置表格标题为隐藏 */

caption,
th {
    text-align: left;
}

/* 清除列表样式 */

dl,
ul,
ol,
menu,
li {
    list-style: none
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 输入控件字体 */

input,
select,
textarea,
button {
    vertical-align: middle;
    outline: none;
}

/* 重置表单控件垂直居中*/

textarea {
    resize: none
}

input[type="submit"] {
    cursor: pointer;
}

/* 鼠标样式 */

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

/* 重置表单button按钮效果 */

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

del,
ins,
a {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

/* 取消a标签点击后的虚线框 */

a:active {
    star: expression(this.onFocus=this.blur());
}

/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */

/*
::selection{color: #fff;}
::-moz-selection{color: #fff;background-color: #4C6E78;}
*/

a {
    outline: none;
    transition: color 0.2s ease 0s;
}

.w-94 {
    width: 94%;
    margin: 0 auto;
}

/*正式样式开始*/

.swiper-container1 {
    width: 100%;
}

.swiper-container1 .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
}

body>img {
    display: block;
    width: 100%;
}

.nav {
    background-color: #0063cb;
    box-sizing: border-box;
}

.nav nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.nav nav a {
    color: #fff;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 0.3rem;
    box-sizing: border-box;
    border-right: 0.01rem solid #fff;
    border-bottom: 0.01rem solid #fff;
    padding: 0.2rem 0;
}


.nav nav a:nth-child(n+5) {
    border-bottom: none;
}

.nav nav a:nth-child(4n) {
    border-right: none;
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo>img {
    display: block;
    width: 5rem;
    height: auto;
}

.logo>a {
    display: flex;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #3a94fe;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
    border-radius: 0.1rem;
}

.logo>a img {
    display: block;
    max-width: 70%;
    max-height: 70%;
}

.w1 {
    width: 94%;
    margin: 0.3rem auto;
    display: flex;
    justify-content: space-between;
}

.w1 a {
    display: flex;
    width: 48%;
    background-color: #f6f5f5;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0;
    color: #d42625;
}

.w1 a:nth-child(2) {
    color: #0063cb;
}

.w1 a img {
    display: block;
    width: 0.3rem;
    margin-right: 0.1rem;
}

.w2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 1rem;
    box-sizing: border-box;
    padding-left: 1.5rem;
    border: 0.01rem solid #ddd;
}

.w2 .w2-left {
    width: 1.2rem;
    height: 1rem;
    border-right: 0.01rem solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.w2 .w2-left img {
    display: block;
    width: 80%;
    height: 80%;
}

.w2 .w2-right {
    width: 100%;
    position: relative;
}

.w2 .w2-right p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.w2 .w2-right img {
    display: block;
    width: 0.5rem;
    position: relative;
    bottom: 0.1rem;
}

.w3 {
    margin: 0.4rem auto 0;
}

.title-h {
    width: 100%;
}

.title-h h3 {
    text-align: center;
    color: #dfdddd;
    font-size: 0.34rem;
    font-family: 'fz';
    font-weight: 400;
    letter-spacing: 0.02rem;
    margin-bottom: 0.1rem;
}

.title-h h2 {
    text-align: center;
    color: #333;
    font-size: 0.4rem;
    font-family: 'fz';
    font-weight: 400;
    width: 80%;
    margin: 0 auto 0.1rem;
    border-bottom: 0.01rem solid #f3f4f5;
    padding-bottom: 0.1rem;
}

.title-h h2 span {
    color: #0062cc;
}

.title-h h4 {
    text-align: center;
    font-size: 0.3rem;
    color: #666;
}

.title-h h4 span {
    color: #0062cc;
}

.w3 {
    padding-bottom: 0.3rem;
}

.w3>img {
    display: block;
    width: 100%;
    margin-top: 0.3rem;
}

.w3>p {
    font-size: 0.26rem;
    color: #333;
    line-height: 1.75;
    text-indent: 2em;
    margin-top: 0.3rem;
}

.w3>a {
    display: block;
    width: 2rem;
    border: 0.01rem solid #d12727;
    color: #d12727;
    font-size: 0.26rem;
    text-align: center;
    border-radius: 1rem;
    padding: 0.1rem 0;
    font-weight: bold;
    float: right;
    margin-top: 0.1rem;
}

.w3 .w3-item4 {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.w3 .w3-item4>div {
    width: 24%;
    background-color: #ddd;
    padding-bottom: 0.2rem;
}

.w3 .w3-item4>div img {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.2rem auto;
}

.w3 .w3-item4>div p {
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
}

.w3 .w3-item4>div:nth-child(1) {
    background-color: #64a6f3;
}

.w3 .w3-item4>div:nth-child(2) {
    background-color: #4dc6d1;
}

.w3 .w3-item4>div:nth-child(3) {
    background-color: #f8a75c;
}

.w3 .w3-item4>div:nth-child(4) {
    background-color: #65ba42;
}

.zixun {
    width: 80%;
    height: 0.7rem;
    margin: 0 auto;
    background-color: #f65854;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
}

.zixun a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
}

.zixun a img {
    display: block;
    height: 0.5rem;
    margin-left: 0.2rem;
}

.w4 {
    background-color: #f6f6f6;
    padding: 0.3rem 0;
}

.ban {
    width: 94%;
    margin: 0.3rem auto 0;
    position: relative;
}

.ban .li {
    margin-bottom: 0.3rem;
    box-shadow: 0 0 0.05rem 0.02rem #ddd;
    height: 2rem;
}

.ban .li .left {
    width: 40%;
    float: left;
    height: 100%;
    position: relative;
}

.ban .li .left img {
    display: block;
    width: 100%;
    height: 100%;
}

.ban .li .left p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    line-height: 1.3;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-size: 0.26rem;
    padding: 0.1rem 0;
}

.ban .li .right {
    width: 60%;
    float: right;
    height: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
}

.ban .li .right .p1 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
}

.ban .li .right .p2 {
    font-size: 0.26rem;
    color: #666;
    line-height: 1.5;
    height: 0.8rem;
    overflow: hidden;
    margin-bottom: 0.05rem;
}

.ban .li .right .a2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ban .li .right .a2 a {
    display: block;
    width: 48%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    background-color: #0063cb;
}

.ban .li .right .a2 a:nth-child(2) {
    background-color: #f65954;
}

.w5 {
    padding: 0.5rem 0;
    background-color: #fff;
}

.w5 .w5-content {
    overflow: hidden;
    margin-top: 0.5rem;
}

.w5 .w5-content .li {
    width: 48.5%;
    margin-right: 3%;
    float: left;
    margin-bottom: 0.3rem;
}

.w5 .w5-content .li:nth-child(2n) {
    margin-right: 0;
}

.w5 .w5-content .li img {
    display: block;
    width: 100%;
}

.w5 .w5-content .li h3 {
    text-align: center;
    font-weight: 400;
    font-size: 0.32rem;
    color: #fff;
    background-color: gray;
    padding: 0.1rem 0;
}

.w5 .w5-content .li p {
    margin-top: 0.2rem;
    line-height: 1.5;
    color: #333;
    font-size: 0.26rem;
    box-sizing: border-box;
    padding: 0 3%;
}

.w5 .w5-content .li:nth-child(1) h3 {
    background-color: #f65854;
}

.w5 .w5-content .li:nth-child(2) h3 {
    background-color: #999999;
}

.w5 .w5-content .li:nth-child(3) h3 {
    background-color: #468cfd;
}

.w5 .w5-content .li:nth-child(4) h3 {
    background-color: #8b83bf;
}

.w5 .w5-content .li:nth-child(5) h3 {
    background-color: #65ba42;
}

.w5 .w5-content .li:nth-child(6) h3 {
    background-color: #f8a75c;
}

.w5 .w5-content .li:nth-child(7) h3 {
    background-color: #2ab8ab;
    position: relative;
    bottom: 0.5rem;
    border-bottom-left-radius: 2rem;
}

.w5 .w5-content .li:nth-child(7) p,
.w5 .w5-content .li:nth-child(8) p {
    margin: 0;
    position: relative;
    bottom: 0.3rem;
}

.w5 .w5-content .li:nth-child(8) h3 {
    background-color: #ffbe03;
    position: relative;
    bottom: 0.5rem;
    border-bottom-right-radius: 2rem;
}

.w6 {
    padding: 0.5rem 0;
    background-color: #f6f6f6;
}

.w6 .btn3 {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0.3rem auto;
}

.w6 .btn3 button {
    display: block;
    width: 30%;
    box-sizing: border-box;
    border: 0.01rem solid #ddd;
    color: #333;
    text-align: center;
    padding: 0.15rem 0;
    border-radius: 0.1rem;
}

.w6 .btn3 button.on {
    background-color: #3a94fe;
    color: #fff;
    border: none;
}

.w6 .img3 {
    width: 94%;
    margin: 0 auto 0.3rem;
}

.w6 .img3 img {
    display: block;
    width: 100%;
}

.w7 {
    padding: 0.5rem 0;
}

.w7 .w7-p {
    color: #333;
    line-height: 1.5;
    margin: 0.3rem auto;
    font-size: 0.26rem;
}

.w7 .w7-li3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.w7 .w7-li3>a {
    display: block;
    width: 32%;
    background-color: #f6f6f6;
}

.w7 .w7-li3>a .yuan {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    box-shadow: 0 0.05rem 0.05rem 0.01rem #ccc;
    border-radius: 1rem;
    margin: 0.3rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w7 .w7-li3>a .yuan1 {
    width: 0.95rem;
    height: 0.95rem;
    background-color: #3a94fe;
    border-radius: 0.9rem;
    position: relative;
    bottom: 0.02rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w7 .w7-li3>a .yuan1 img {
    display: block;
    width: 0.5rem;
}

.w7 .w7-li3>a h3 {
    text-align: center;
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
}

.w7 .w7-li3>a span {
    display: block;
    width: 60%;
    margin: 0.3rem auto;
    background-color: #f87774;
    color: #fff;
    text-align: center;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
}

body>.ad {
    width: 100%;
}

body>.ad a {
    display: block;
    width: 100%;
}

body>.ad a img {
    display: block;
    width: 100%;
}

.w8 {
    padding: 0.5rem 0;
}

.w8 .w8-p {
    color: #333;
    line-height: 1.5;
    margin: 0.3rem auto;
    font-size: 0.26rem;
    width: 80%;
}

.w8 .li3 {
    display: flex;
    justify-content: space-between;
}

.w8 .li3 .li {
    width: 32%;
    border: 0.01rem solid #ddd;
    height: 1rem;
    position: relative;
}

.w8 .li3 .li img {
    display: block;
    width: 0.4rem;
    position: absolute;
    top: 0.1rem;
    left: 0.2rem;
}

.w8 .li3 .li span.num {
    font-size: 0.4rem;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem 0 0.6rem;
}

.w8 .li3 .li span.p {
    font-size: 0.3rem;
    display: block;
    text-align: right;
    color: #666;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem 0 0;
    font-size: 0.26rem;
}

.w8 .li3 .li:nth-child(1) .num {
    color: #af95c2;
}

.w8 .li3 .li:nth-child(2) .num {
    color: #6dabef;
}

.w8 .li3 .li:nth-child(3) .num {
    color: #f88158;
}

.w8 .img3 {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.w8 .img3 img {
    display: block;
    height: 1.55rem;
}

.w8 .shixi {
    box-sizing: border-box;
    border: 0.01rem solid #3a94fe;
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
}

.w8 .shixi .title {
    display: block;
    width: 50%;
    background-color: #3a94fe;
    color: #fff;
    padding: 0.15rem 0.2rem 0.18rem;
    font-size: 0.34rem;
    font-weight: bold;
    border-radius: 0.1rem;
    margin: -0.35rem auto 0;
}

.w8 .shixi1 {
    width: 90%;
    margin: 0.3rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.w8 .shixi1 .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18.5%;
    border: 0.01rem solid #f3f2f2;
    margin-bottom: 0.1rem;
    height: 0.7rem;
}

.w8 .shixi1 .li img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.w9 {
    background-color: #46a3f1;
    padding: 0.5rem 0;
}

.w9 .title-h * {
    color: #fff;
}

.w9 .w9-content {
    margin-bottom: 0.3rem;
}

.w9 .img4 {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.w9 .img4 img {
    display: block;
    width: 24%;
}

.w9 .question {
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.w9 .question p {
    display: block;
    width: 48.5%;
    text-align: center;
    border: 0.01rem solid #8fb3e5;
    color: #fff;
    padding: 0.15rem 0;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}

.w10 {
    padding: 0.5rem 0;
}

.w10 .table {
    width: 94%;
    margin: 0.3rem auto 0;
    border-collapse: collapse;
    margin-bottom: 0.3rem;
    overflow: hidden;

}
.w10 .table .thead{
    overflow: hidden;
    background-color: blue;
}
.w10 .table .tbody{
    overflow: hidden;
    height: 5rem;
}
.w10 .table .tbody1{
    position: relative;
}

.w10 .table .tr{
    overflow: hidden;
}
.w10 .table .tr p {
    text-align: center;
    color: #333;
    padding: 0.2rem 0;
    font-size: 0.24rem;
    background-color: #bfe5fa;
    width: 25%;
    float: left;
}
.w10 .table .thead .tr p {
    background-color: #3a94fe;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    padding: 0.15rem 0;
    font-weight: bold;
}

.w10 .table .tbody .tr:nth-child(odd) p {
    background-color: #f6f5f5;
}

.w11 {
    padding: 0.5rem 0;
}

.w11 .form-head {
    width: 100%;
    background: url(../images/bg1.jpg);
    padding: 0.3rem 0 1rem;
}

.w11 .form-head p {
    color: #fff;
    opacity: 0.15;
    text-align: center;
    font-size: 0.4rem;
    text-transform: uppercase;
    font-family: 'fz';
}

.w11 .form-head h2 {
    color: #fff;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    margin-top: 0.2rem;
    text-shadow: 0 3px 5px #002d5d;
}

.w11 .form-content {
    width: 80%;
    margin: -0.6rem auto 0;
    background-color: #fff;
    box-shadow: 0 0 0.2rem #0063cb;
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 0.5rem;
}

.w11 .form-content .form-li {
    position: relative;
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.3rem;
}

.w11 .form-content .form-li input {
    display: block;
    width: 100%;
    height: 100%;
    border: 0.01rem solid #9ecbff;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding-left: 0.6rem;
    font-size: 0.28rem;
    color: #333;
    text-align: center;
}

.w11 .form-content .form-li img {
    display: block;
    height: 0.4rem;
    width: 0.35rem;
    position: absolute;
    top: 0.15rem;
    left: 0.2rem;
}

.w11 .form-content .submit p {
    font-size: 0.2rem;
    width: 100%;
    text-align: center;
    color: red;
}

.w11 .form-content .submit div {
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #0063cb;
    color: #fff;
    text-align: center;
    border-radius: 0.1rem;
    margin-top: 0.1rem;
}

.footer {
    border-top: 0.01rem solid #f3f4f4;
    border-bottom: 0.01rem solid #f3f4f4;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5rem 5%;
    align-items: center;
}

.footer .left {
    border-radius: 0.1rem;
    width: 50%;
}

.footer .left img {
    display: block;
    width: 1.5rem;
    margin: 0 auto;
}

.footer .left p {
    text-align: center;
    color: #666666;
    font-weight: bold;
    font-size: 0.32rem;
}

.footer .left p span {
    font-size: 0.24rem;
    font-weight: 400;
}

.footer .right {
    width: 50%;
}

.footer .right .li {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.footer .right .li:last-child {
    margin-bottom: 0;
}

.footer .right .li .li-l {
    width: 0.8rem;
    height: 0.8rem;
    border: 0.01rem solid #ddd;
    border-radius: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.1rem;
}

.footer .right .li .li-l img {
    display: block;
    max-width: 70%;
    max-height: 70%;
}

.footer .right .li .li-r b {
    color: #000;
}

.footer .right .li .li-r p {
    margin-top: 0.1rem;
    color: #000;
}

.beian {
    padding: 0.3rem 0;
}

.beian p {
    text-align: center;
    line-height: 1.5;
    color: #000;
}

.bottom-fixed {
    position: fixed;
    bottom: 0;
    max-width: 750px;
    background-color: #0063cb;
    width: 100%;
    height: 1rem;
    display: flex;
}

.bottom-fixed a {
    display: block;
    width: 25%;
    box-sizing: border-box;
    border-right: 0.01rem solid #fff;
    position: relative;
}

.bottom-fixed a:last-child {
    border: none;
}

.bottom-fixed a img {
    display: block;
    width: 0.5rem;
    margin: 0 auto;
    position: relative;
}

.bottom-fixed a p {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0.15rem;
    width: 100%;
    font-size: 0.24rem;
}
.bottom-fixed a:nth-child(1) img{
    top: 0.05rem;
}
.bottom-fixed a:nth-child(2) img{
    top: 0.12rem;
    width: 0.6rem;
}
.bottom-fixed a:nth-child(3) img{
    top: 0.05rem;
}
.bottom-fixed a:nth-child(4) img{
    top: 0.1rem;
    width: 0.5rem;
}
body{
    padding-bottom: 1.2rem;
}