﻿@media(max-width: 999px){
html, body {
    overflow-x: hidden;
	margin:0px;
}
* {
    font-family: "微软雅黑";
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a3a3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a3a3a3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a3a3a3;
}
:-moz-placeholder { /* Firefox 18- */
  color:#a3a3a3;
}

.mobile_footer{
    display: block;
}

.mobile_header{
    display:block;
}

.desktop_footer{
    display:none;
}

.desktop_header{
    display:none;
}
table.d{
    display: none;
}
table.m{
    display: table;
}

.d{
    display:none;
}
.m{
    display:block;
}
.main{
    background: url(bg_m.jpg?v=1) no-repeat;
    background-size:  contain;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: initial;
    height: 37.2rem;
    margin:  0;
    min-width:  inherit;
    padding: 0;
    overflow:  hidden;
}

.banner {
    height: 7.7rem;
	width:100%;
}


.banner_title {
    text-align:  center;
    color:  white;
    font-size: 0.38rem;
    padding-top: 4.5rem;
    font-weight: bold;
    line-height: 0.7rem;
}

.part1 {
    height: 2.45rem;
	width:100%;
}

.select_title {
    text-align:  center;
    font-size: 0.56rem;
    padding-top: 0.5rem;
    font-weight:  bold;
    letter-spacing: 2px;
}

.select_area li {
    display: inline-block;
    width: initial;
    text-align:  center;
    font-size: 0.36rem;
    cursor:  pointer;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin: 0.3rem;
}

.select_area span.d {
    display:  none;
}
.select_area li>img {
    margin-right: 0.1rem;
    position:  relative;
    float: left;
    top: 0rem;
}

.select_area ul {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding:  0;
    font-size: 0.8rem;
    text-align:  center;
}
.part2 {
    text-align: center;
    height: 20.2rem;
    margin-top: 0.2rem;
	width:100%;
}
.part2_area {
    background: url(saft_bottom_m.jpg) no-repeat center center;
    width:  100%;
    height: 20rem;
    background-size:  contain;
}

.pin_img {
    width:  100%;
}
div#pin1 {
    left: 1.5rem;
    width: 3rem;
    top: 0.8rem;
}

div#pin2 {
    left: inherit;
    right: 1.8rem;
    top: 2rem;
    width: 3.5rem;
}

div#pin3 {
    left: 3.2rem;
    top: 3.8rem;
    width: 1.9rem;
}

div#pin4 {
    top: 4.6rem;
    left: 0.6rem;
    width: 3rem;
}
div#pin5 {
    left: inherit;
    top: 5.7rem;
    right: 0.6rem;
    width: 3rem;
}

div#pin6 {
    right: inherit;
    top: 9.8rem;
    left: 0.8rem;
    width: 2.25rem;
}

div#pin7 {
    right: 3.5rem;
    top: 10.5rem;
    width: 3rem;
}

div#pin8 {
    right: 2rem;
    top: 9rem;
    width: 2.078rem;
}

div#pin9 {
    right: 2.1rem;
    top: 13.85rem;
    width: 3rem;
}

.ft_alert {
    font-size: 0.34rem;
    padding-top: 4.2rem;
    line-height: 0.45rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.footer_area {
    width: 100%;
    margin:  0 auto;
    text-align:  center;
    color:  white;
    height:  6.7rem;
    position:  relative;
}

.ft_copyright {
    font-size: 0.38rem;
    position: absolute;
    bottom: 0.1rem;
    width:  100%;
    margin: 0;
}

.header_area {width: 100%;margin: initial;height: 1.5rem;}

.header_area > div {
    display:  inline-block;
}

.header_left {
    float: left;
    position:  relative;
    top: 50%;
    transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header_right {
    float:  right;
    position:  relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header_right >ul {
    list-style:  none;
    margin:  0;
    padding:  0;
    width:  100%;
}


.header_right >ul > li {
    display:  inline-block;
    float: left;
    margin:  0;
    padding: 0;
    border-right: 1px solid #000;
    padding:  0;
    font-size: 0.44rem;
    cursor:pointer;
    line-height:  0.5rem;
    text-align:  center;
    height:  0.5rem;
    width: 1.8rem;
}
.header_right >ul > li:last-child {
    border: 0;
}

img#edlogo {
    width:  3rem;
    padding-left: 0.3rem;
}

img#sbimg {
    width:  100%;
}
.ft_alert.en {
    padding-top: 4.6rem;
}
img#edlogo.en {
    width: 4rem !important;
}
}