/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details,
summary,
main {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

[hidefocus],
summary {
    outline: 0;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
    font-size: 75%;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

q:before,
q:after {
    content: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

button,
input,
select,
textarea,
keygen,
legend {
    margin: 0;
    font: inherit;
    color: inherit;
}

textarea {
    overflow: auto;
}

body {
    background: #fff;
    font: 14px/1.5 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
    color: #bbb;
}

section {
    width: 3.75rem;
    margin: 0 auto;
}


/* rem  计算公式：b * (d / r)
 * b 为基数，即像素值和 rem 值的比例，比如它们的比例是100：1，那么 b = 100；
 * d 为设备尺寸； r 为标准尺寸(参照尺寸)；*/

@media screen and (max-width: 319px) {
    html {
        font-size: 85.33333px;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 85.33333px;
    }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 96px;
    }
}

@media screen and (min-width: 375px) and (max-width: 383px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 384px) and (max-width: 399px) {
    html {
        font-size: 102.4px;
    }
}

@media screen and (min-width: 400px) and (max-width: 413px) {
    html {
        font-size: 106.66667px;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    html {
        font-size: 110.4px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 204.8px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 273.06667px;
    }
}

.block {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

img {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}


/*banner*/

.m_banner {
    background: #03597e;
    position: relative;padding-bottom: 2.15rem;
}
.m_banner .dy{
	position: absolute;
	width: 100%;
	top: 2.89rem;
	left: 0;
}
.m_banner .dy p{
	padding-left: ;
	font-size: 0.11rem;
	line-height: 0.15rem;
	color: #03597e;
	padding: 0rem 0.25rem 0 1.2rem;
}
.m_banner .dy a{
	display: block;
	margin: 0.16rem auto 0;
	font-size: 0.11rem;
	color: #fff;
	background: #dc5f52;
	width: 1.22rem;
	height: 0.25rem;
	line-height: 0.25rem;
	text-align: center;
	border-radius: 50px;
}
.m_banner .dy a em{
	width: 0.1rem;
	height: 0.1rem;
	color: #dc5f52;
	line-height: 0.1rem;
	background: #fff;
	border-radius: 100px;
	display: inline-block;
	font-size: 0.09rem;
	margin-left: 0.05rem;
}
.m_banCon h3 {
    font-size: 0.13rem;
    color: #fff;
    background: #fe7171;
    background-size: 100%;
    width: 1.42rem;
    height: 0.34rem;
    line-height: 0.34rem;
    position: absolute;
    bottom: 0.28rem;
    border-radius: 50px;
    left: 50%;
    margin-left: -0.72rem;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

input:-moz-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

input::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.but-con {
    text-align: center;
    font-size: 0;
}

.but-con a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.2rem 0;
    font-size: 0.12rem;
    width: 1.35rem;
    height: 0.29rem;
    line-height: 0.29rem;
    color: #fff;
    border-radius: 50px;
	background: #03597e;
}

.but-con a:nth-of-type(2) {
    background: #dc5f52;
}


/*one*/

.m_banner .form-con {
    position: absolute;
    top: 5.65rem;
    left: 0;
}

.m_banner .tel {
    position: absolute;
    top: 2.5%;
    right: 6%;
    color: #fff;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    font-size: 0.13rem;
    background: url("../images/icon_tel.png") 0 2px no-repeat;
    background-size: 14px 14px;
    padding-left: 20px;
    font-weight: 700;
}

.form-box {
    padding-top: 0.25rem;
}

.form-box p {
    width: 100%;
    margin-top: 0.17rem;
    font-size: 0;
}

.form-box p label {
    color: #fff;
    width: 1.17rem;
    text-align: right;
    padding-right: 0.14rem;
    line-height: 0.32rem;
    display: inline-block;
    vertical-align: top;
    font-size: 0.15rem;
    font-weight: 700;
    letter-spacing: 0.01rem;
}

.form-box p input {
    width: 2.29rem;
    height: 0.32rem;
    background: #fff;
    border: 0;
    border-radius: 0.18rem;
    outline: none;
    padding-left: 0.13rem;
    font-size: 0.14rem;
    color: #7974bc;
    display: inline-block;
    vertical-align: top;
}

.form-box p .phone-code {
    width: 1.51rem;
}

.form-box .btn-code {
    width: 0.8rem;
    height: 0.35rem;
    background: #e885ac;
    border: 1px solid #615ba9;
    font-size: 0.14rem;
    color: #000;
    margin-left: 0.1rem;
}

.form-box .btn-submit {
    margin: 0.25rem 0 0 1rem;
    width: 2rem;
    height: 0.32rem;
    display: block;
    background: #fe7171;
    border: 0;
    font-size: 0.16rem;
    color: #fff;
    letter-spacing: 0.01rem;
    border-radius: 0.18rem;
}

.form-box .btn-code:disabled {
    background: #999;
}

.page2 {
    padding: 0.3rem 0;
}
.page2 ul{
	text-align: center;
	font-size: 0;
	padding-top: 0.15rem;
}
.page2 ul li{
	display: inline-block;
	vertical-align: top;
}
.page2 ul .li01{
	margin:0.05rem 0.07rem 0;
	width: 1.05rem;
	height: 1.05rem;
	background: url(../images/page1.png) no-repeat;
	background-size: 100%;
	padding-top: 0.25rem;
}
.page2 ul li h3{
	font-size: 0.13rem;
	color: #03597e;
	width:0.71rem ;
	height: 0.15rem;
	margin-left: 0.11rem;
	background: #fff;
	line-height: 0.15rem;
	text-align: center;
	letter-spacing: 0.02rem;
}
.page2 ul li p{
	font-size: 0.09rem;
	color: #010000;
	line-height: 0.125rem;
	padding: 0.05rem 0.1rem 0;
	text-align: justify;
}
.page2 ul .li02{
	margin-top: 0.45rem;
	width: 2.38rem;
}
.page2 ul .li02 a{
	width: 1.74rem;
	height: 0.29rem;
	line-height: 0.29rem;
	border-radius: 50px;
	font-size: 0.12rem;
	color: #fff;
	background: #03597e;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.page3 {
    padding: 0 0 0.27rem;
}
.page3-con{
	padding-top: 0.25rem;
    background: #86a2bb;
}
.page3 ul {
    padding: 0rem 0 0.3rem;margin-bottom: 0.3rem;
}

.page3 ul li p{
    margin: 0.16rem auto 0;
    background: #dff0f9;
    width: 3.36rem;
    height: 0.35rem;
    padding-left: 0.13rem;
    line-height: 0.35rem;
    color: #000000;
    font-size: 0.15rem;
    letter-spacing: 0.5px;
    text-align: center;
	position: relative;
}
.page3 ul li em{
	width: 3.16rem;
	height: 0.08rem;
	border: solid #03597e;
	border-width:0 2px 2px ;
	border-radius: 10px;
	display: block;
	margin: -0.03rem auto 0;
}
.page4 {
    background: #fff;
    padding: 0.2rem 0 0.3rem;
}

.page4-con {
    padding-bottom: 0.23rem;
}

.page4-con dl {
    margin-top: 0.23rem;
}

.page4-con dl dt {
    width: 3.53rem;
    margin: 0 auto;
    position: relative;
}

.page4-con dl dt>div {
    position: absolute;
    left: 0.1rem;
    border-radius: 0.06rem;
    bottom: 0.125rem;
    background: #fff;
	width: 2.76rem;
    padding: 0.03rem 0 0.03rem;
}

.page4-con dl dt>div h3 {
    font-size: 0.12rem;
    color: #03597e;
    line-height: 0.21rem;
    text-align: center;
}

.page4-con dl dd {
    display: none;
    width: 3.51rem;
    margin: 0.06rem auto 0;
    background: #e5535d;
    font-size: 0.13rem;
    line-height: 0.17rem;
    color: #fff;
    text-align: justify;
    line-height: 0.17rem;
}


/*page5*/

.page5 {
    width: 100%;
	background: #03597e;
    padding-top: 0.22rem;
    padding-bottom: 0.05rem;
}

.page5 .form-con>p{ 
	font-size: 12px; 
	text-align: center; 
	line-height: 0.44rem;  
	color: #fff;
}
.page5 .form-box{padding-top: 0.05rem;}

/*page6*/

.footP {
    padding: 0.4rem 0;
    background: #86a2bb;
}

.footP span {
    display: block;
    width: 3.25rem;
    background: #bbdcfa;
    height: 0.01rem;
    margin: 0 auto;
}

.footP .p1 {
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.19rem;
    color: #fff;
    padding: 0.2rem 0 0rem;
}

.footP .p2 {
    font-size: 0.12rem;
    line-height: 0.15rem;
    font-weight: bold;
    padding-bottom: 0.11rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
}
