@charset "utf-8";
html,
 body {
 	position: relative;
 	height: 100%;
 }

 body {
 	 
 	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
 	font-size: 14px;
 	color: #000;
 	margin: 0;
 	padding: 0;
 }

 .warp {
 	width: 100%;
 	height: 100%;
 	margin-left: auto;
 	margin-right: auto;
 }

  .warp .swiper-slide {
 	text-align: center;
 	font-size: 18px;
 	

 	/* Center slide text vertically */
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	-webkit-justify-content: center;
 	justify-content: center;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	-webkit-align-items: center;
 	align-items: center;
 }

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

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

* {
	font-family: 'MicrosoftYaHei';
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

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

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

body {
	min-width: 100%;
	font-size: 14px;
	color: #000;
	/* background: #f0f0f0; */
}

 

.clearfix {
	zoom: 1;
	clear: both;
}

.clear {
	clear: both;
}

 

a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.width-1000 {
	width: 1000px;
	margin: 0 auto;
}

.width-1100 {
	width: 1100px;
	margin: 0 auto;
}

.width-1200 {
	width: 1200px;
	margin: 0 auto;
}

.width-1360 {
	width: 1360px;
	margin: 0 auto;
}

.width-1400 {
	width: 1400px;
	margin: 0 auto;
}

.width95 {
	width: 95%;
	margin: 0 auto;
}
.width50 {
	width: 50%;
	margin: 0 auto;
}
.width70 {
	width: 90%;
	margin: 0 auto;
}
.width80 {
	width: 80%;
	margin: 0 auto;
}
.width90 {
	width: 90%;
	margin: 0 auto;
}
.width100 {
	width: 100%;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block-center {
	display: block;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-24 {
	font-size: 24px;
}

.font-28 {
	font-size: 28px;
}

.font-36 {
	font-size: 36px;
}

.font-48 {
	font-size: 48px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 79px;
}

.swiper-button-next {
    background: url(../images/right.png) center no-repeat !important;
    right: 200px;
}

.swiper-button-prev {
    background: url(../images/left.png) center no-repeat !important;
    left: 200px;
}


.top {
	border-bottom: 1px solid #fff;
	width: 100%;
	z-index: 999;
	height: 5.125rem;
	background: rgba(0,0,0,0.1);
}

.nav ul li {
	height: 6.875rem;
	float: left;
margin-right: 15px;}

.nav ul li a {
	color: #fff;
	display: block;
	width: 5.625rem;
	text-align: center;
}

.logo {
	margin-top: 0.3125rem;
}

.nav ul li i {
	transition: .5s;
	height: 5.125rem;
	line-height: 5.125rem;
	display: block;
}

.nav ul li .i01 {
	background: url(../images/menuIcon.png) no-repeat;
	background-position: 0px 0px;
}

.nav ul li .i02 {
	background: url(../images/menuIcon.png) no-repeat;
	background-position: 0px -90px;
}

.nav ul li .i03 {
	background: url(../images/menuIcon.png) no-repeat;
	background-position: 0px -450px;
}

.nav ul li .i04 {
	background: url(../images/menuIcon.png) no-repeat;
	background-position: 0px -270px;
}

.nav ul li .i05 {
	background: url(../images/menuIcon.png) no-repeat;
	background-position: 0px -360px;
}

.nav ul li .i06 {
	background: url(../images/menuIcon.png) no-repeat;
	background-position: 0px -180px;
}

.nav ul li .i07 {
	background: url(../images/menuIcon.png) no-repeat;
	background-position: 0px -540px;
}


.nav ul li h3 {
	text-align: center;
	font-size: 13px;
	transition-delay: 1s;
	line-height: 1.75rem;
	background: #fff;
	color: #009fa8;
	display: none;
}

.nav ul li:hover h3
 {
	display: block;
}

.nav ul .active h3{
	display: block;
}
.nav ul .active{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.nav ul li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.nav.left {
	margin-left: 10%;
}

.nav ul .active i {
	background-color: #009fa8;
}
.nav ul li:hover i{
	background-color: #009fa8;
}

.toptel {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1.25rem;
    margin-left: 9.1875rem;
}

toptel span {
    font-weight: normal;
}

.toptel p {
    font-weight: bold;
    font-size: 2.125rem;
}

.toptel p span {
    position: relative;
    font-weight: normal;
    font-size: 1.5rem;
    bottom: 0.3125rem;
}




.close {
	background: #009fa8;
	height: 5.125rem;
	width: 5.125rem;
	cursor: pointer;
}

.close img {
	margin-top: 0.9375rem;
	display: block;
	margin: 15px auto;
	-webkit-transition: -webkit-transform .5s ease-out;
	-moz-transition: -moz-transform .5s ease-out;
	-o-transition: -o-transform .5s ease-out;
	-ms-transition: -ms-transform .5s ease-out;
}

.close img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.menu div{
	transition: .5s;
	margin-top: 0.375rem;
	width: 3.4375rem;
	height: 0.4375rem;
	background-color: #009fa8;
	border-radius: 10px;
}

.menu {
	display: none;
	cursor: pointer;
	top: 1.25rem;
	z-index: 998;
	right: 5.575rem;
}
.menu:hover div{
	background: #009fa8;
}
.bottom p a:nth-child(1){
  display:none;
}