*, ::after, ::before {
    box-sizing: border-box;
	 white-space: normal; /* 允许文本换行 */
	  overflow-wrap: break-word; /* 在单词内换行 */
	 font-family:'Microsoft Yahei', 'SimSun', sans-serif;
	 
}
img{
	-webkit-user-drag: none;
	 -moz-user-drag: none;
	 -ms-user-drag: none;
	 user-drag: none;
}
html {
	font-size: 42.66666666666667px;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}
a,a:hover{
	
	text-decoration: none;
	color: #000;
}
.img-fulid{
	max-width: 100%;
	height: auto;
	display: block;
}
ul,li,div,p,a,span{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
section{
	padding: .5rem .15rem;
}
body{
	max-width: 750px;
	margin: 0 auto;
}
header{
	position: relative;
}
nav{
	position: absolute;
	top:.3rem;
	
	left: .15rem;
	right: .15rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav .logo{
	width: 2.73rem;
}
nav .menu{
	position: relative;
}
nav .menuImg{
	width: .7rem;
}

nav ul{
	position: absolute;
	width: max-content;
	right: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
	font-size: .22rem;
	background: #fff;
	
	margin-top: .15rem;
	
	
}
nav ul li:first-child{
	padding-top: .2rem;
}
nav ul li:last-child{
	padding-bottom: .2rem;
}
nav ul li{
	padding: .1rem .2rem;
}

.subTitle,.subTitle span{
	font-family: Impact;
	font-size: .6rem;
	
	
	position: relative;
	
}
.subTitle::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - .6rem);
	height: 1px;
	background: #000;
}
.subTitle::after{
	content: '';
	position: absolute;
	right: .75rem;
	bottom: -.1rem;
	width: .1px;
	height: .2rem;
	background: #000;
}
.subTitle span{
	color: #e40000;
}

.one{
	background: #dbe2eb;
	
}
.one div{
	background: #fff;
	font-size: 14px;
	padding: .27rem .3rem;
}
.one h2{
	padding: .3rem 0;
}
.one ul{
	padding: .4rem .1rem 0 .1rem;
	display: flex;
	flex-direction: column;
	gap:.2rem;
}

.one h3{
	font-size: .32rem;
	border-bottom: 1px dashed #aaadb3;
	padding-bottom: .15rem;
	margin-bottom: .15rem;
}
.one p{
	font-size: 14px;
	background: #fff;
	border-radius: .15rem;
	padding: .16rem;
}

.two{
	background: #cad2e0;
}
.two h2{
	padding-bottom: .3rem;
}
.two ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .35rem;
	gap: .25rem;
}
.two ul p{
	font-size: .26rem;
	background: #cc1e1e;
	text-align: center;
	color: #fff;
	padding: .1rem 0;
}
.two h3{
	font-size: 16px;
	margin: .2rem;
}
.two table{
	font-size: .2rem;
	border-collapse: collapse;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	text-align: center;
	width: 100%;
}
.two table tr:first-child{
	color: #fff;
}
.two table tr{
	height: 60px;
}
.two .zx{
	display: flex;
	justify-content: center;
	margin-top: .3rem;
}
.thr{
	background: #ececf4;
	margin-top: 10px;
}
.thr p{
	font-size: 14px;
	margin-top: .2rem;
}
.four{
	position: relative;
	z-index: 10;
	background: url(/static/images/fiveBgA.jpg) no-repeat bottom;
}
.four h2{
	line-height: 0;
	padding-bottom: .2rem;
}
.four h2 small{
	font-size: .26rem;
	font-weight: 100;
	color: #333;
	line-height: 1.5;
	
}
.four .imgList{
	display: flex;
	flex-direction: column;
	gap: .2rem;
	margin-top: .3rem;
}
.imgBg{
	margin-top: -5.75rem;
	position: static;
	z-index: -1;
}
.five{
	
	position: relative;
	z-index: 10;
	padding: 0;
	
}
.five .title td{
	color: #fff;
	font-size: .8rem;
	font-family: Impact;
}
.five .msg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: .15rem;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.five .msg h2{
	font-size: .8rem;
	color: #fff;
	font-family: Impact;
}
.five  table{
	background: #fff;
	width: 100%;
	padding: .3rem 0;
	margin-top: .3rem;
}
.five form{
	
}
.five .td1{
	font-size: 14px;
	width: 15%;
	padding-left: 8px;
}
.five .td2 {
    width: 70%;
}
.five select {
    color: #777;
    padding-left: 6px;
    width: 96%;
}



  .five tr {
    height: .5rem;
    width: 100%;
	font-size: 0;
  }

  .input1,
  .input2 {
    font-size: .16rem;
    width: 95%;
    height: .4rem;
    border: 1px solid #b5b5b7;
    background: #ffffff;padding: 0 8px;
  }

  .ttext {
    width: 95%;
    height: .8rem;
    border: 1px solid #b5b5b7;
    background: #ffffff;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .17rem;padding: 0 8px;
  }

  select {
    color: #4e4e4e;
  }

  .td1 {
    width: 15%;
    padding-left: 8px;
  }

  .td1 b {
    color: red;
    padding-right: 2px;
    vertical-align: middle;
  }

  .td2 {
    width: 70%;
	font-size: .2rem;
  }

.sub{
	text-align: center;
	padding-top: .5rem;
}
  .sub1 {
    width: 2.77rem;
	padding-top: .5rem;
   margin: 0 auto;
  }

  
  input[type="submit"] {
    -webkit-appearance: none;
  }

  select[type="submit"] {
    -webkit-appearance: none;
  }
.six{
	background: url(/static/images/sixBgA.png) no-repeat top;
	padding-bottom: .3rem;
}
.six p{
	font-size: 14px;
	margin-top: .3rem;
}
.botImg{
    margin-bottom: 1.54rem;
}
.chatOnline{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.chatOnline img{
    margin: auto;
}

#LRMINIWIN0 span{
    font-size: 16px !important;
}

.contact {
        opacity: 1;
        width: 100%;
        height: 45px;
        text-align: center;
        position: fixed !important;
        bottom: 0;
        z-index: 20000;
        border-radius: 5px;
        max-width: 750px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }

.contact a {
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
        text-decoration: none;
    }
.swt_l {
    color: #ffffff;
    padding-top: 0.1rem;
    padding-bottom: 0.26rem;
    text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#7698e9), to(#0d2458));
	float: left;
    width: 50%;
}
.ly_r {
    color: #ffffff;
    padding-top: 0.1rem;
    padding-bottom: 0.26rem;
    text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#f19971), to(#e71a03));
	float: right;
    width: 50%;
}
.contact .lybox {
  background: url(/static/images/form.png) no-repeat 5px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.contact .fc {
  background: url(/static/images/tell-24.gif) no-repeat 5px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}


@media (min-width: 320px) {html {font-size: 50px}}
@media (min-width: 375px) {html {font-size: 60px}}
@media (min-width: 400px) {html {font-size: 62px}}
@media (min-width: 414px) {html {font-size: 67px}}
@media (min-width: 450px) {html {font-size: 68px}}
@media (min-width: 480px) {html {font-size: 70px}}
@media (min-width: 510px) {html {font-size: 72px}}
@media (min-width: 540px) {html {font-size: 74px}}
@media (min-width: 570px) {html {font-size: 76px}}
@media (min-width: 600px) {html {font-size: 80px}}
@media (min-width: 630px) {html {font-size: 84px}}
@media (min-width: 660px) {html {font-size: 88px}}
@media (min-width: 690px) {html {font-size: 92px}}
@media (min-width: 720px) {html {font-size: 96px}}
@media (min-width: 750px) {html {font-size: 100px}}

