﻿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: none;
}

.mobile_header{
    display:none;
}

.desktop_footer{
    display:block;
}

.desktop_header{
    display:block;
}
table.d{
    display: table;
}
table.m{
    display: none;
}

.d{
    display:block;
}
.m{
    display:none;
}
.main{
    background: url(bg.jpg?v=1);
    width: 100%;
    min-width: 1200px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    height: 2055px;
}

.banner {
    height: 706px;
    width: 1300px;
	margin:0 auto;
}


.banner_title {
    text-align:  center;
    color:  white;
    font-size: 28px;
    padding-top: 410px;
    font-weight: bold;
    line-height: 55px;
}

.part1 {
    height: 195px;
    width: 1300px;
    margin:  0 auto;
}

.select_title {
    text-align:  center;
    font-size: 24px;
    padding-top: 45px;
    font-weight:  bold;
}

.select_area li {
    display:  inline-block;
    width: 230px;
    text-align:  center;
    font-size: 19px;
    cursor:  pointer;
    letter-spacing:  1px;
    color:  #fff;
    background: #cf0000;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    margin-left: 44px;
    margin-right: 44px;
}

.select_area li>img {
    margin-right: 5px;
    position:  relative;
    top: 3px;
}

.select_area ul {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    padding:  0;
}
.select_area li:first-child {
    margin-left: 0;
}
.select_area li:last-child {
    margin-right: 0;
}
.part2 {
    text-align: center;
    height: 955px;
}
.part2_area{
	background:url('saft_bottom.jpg') no-repeat center center;
	height: 650px;
	position:  relative;
	width: 1300px;
	margin:  0 auto;
}
.pin {
    position:  absolute;
    cursor:  pointer;
}
.select_area span.d {
    display:  inline-block;
}
div#pin1 {
    left: 220px;
}

div#pin2 {
    left: 410px;
    top: 93px;
}

div#pin3 {
    left: 300px;
    top: 208px;
}

div#pin4 {
    top: 253px;
    left: 135px;
}
div#pin5 {
    left: 515px;
    top: 325px;
}
div#pin6 {
    right: 440px;
    top: 35px;
}

div#pin7 {
    right: 245px;
    top: 85px;
}

div#pin8 {
    right: 115px;
    top: 40px;
}

div#pin9 {
    right: 130px;
    top: 335px;
}

.ft_alert {
    font-size: 17px;
    padding-top: 60px;
    line-height: 27px;
}

.footer_area {
    width:  1200px;
    margin:  0 auto;
    text-align:  center;
    color:  white;
}

.ft_copyright {
    font-size: 18px;
    margin-top: 30px;
}

.header_area {width:  1200px;margin:  0 auto;height: 90px;}

.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;
}

.header_right >ul > li {
    display:  inline-block;
    border-right: 1px solid #000;
    padding-right: 11px;
    padding-left: 8px;
    font-size: 20px;
    cursor:pointer;
}
.header_right >ul > li:last-child {
    border: 0;
}
