﻿@charset "utf-8";
/* CSS Document */
* { -webkit-tap-highlight-color: transparent }
html, input, select, textarea, button {
	font-family: "微软雅黑","Droid Sans Fallback", "宋体";
	font-size: 18px;
	line-height:1.5em;
	color: #404040;
	outline: none;
}
input, select, button {
	margin: 0;
}
body {
	margin: 0px;
	background-color: #EBEBEB;
	/* [disabled]padding-top: 5em; */
}
.boxw {
	margin: auto;
	min-width: 300px;
	max-width: 800px;
	background-color: #FFF;
}
img {
	border-width: 0rem;
}
a {
	color: #404040;
	text-decoration: none;
	cursor: pointer;
}
a:active {
	color: #FF0000;
}
.f_left {
		float:left;
}
.f_right {
		float:right;
}
.clear {
	clear: both;
}
form {
	margin: 0rem;
	padding: 0rem;
}
.boxw {
	margin: auto;
}
.btn {
	display: block;
	height: 2.6em;
	line-height: 2.6em;
	background-color: #FF5151;
	width: auto;
	text-align: center;
	color: #FFFFFF;
	border-radius: 0.4em;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	border-style:none;
}
.btn:active {
	background-color: #FF0305;
}
ul {
	margin: 0px;
	padding: 0px;
	padding-right:0.6em;
	list-style-type: none;
}
.theend {
	text-align: center;
	color: #666;
	padding-top: 2em;
	padding-bottom: 0em;
}footer {
	padding: 3em 0em 2em 0em;
	display: block;
	background-color: #FFF;
	text-align: center;
	color: #777E91;
	font-size: 0.8em;
	margin: auto;
	background-image: url(../images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: center 1em;
	background-size: 96% auto;
}
footer h3 {
	display: block;
}
footer p {
	display: block;
	margin:0;
}
footer .xmt {
	overflow:hidden;
	zoom:1;
	text-align:center;
	padding-bottom:1em;
}
footer .xmt a {
	display:inline-block;
	margin: 0 0.8em;
}
footer .xmt a img {
	display:block;
	width:7em;
	height:7em;
}
footer .xmt a span {
	display: block;
}
footer .xmt a font {
	display: block;
	color: #6676AC;
}
.___________{}
@media screen and (max-width: 300px) {
     html, input, select, textarea, button {
          font-size: 12px;
     }
	 .boxw, footer {
          width: 300px;
     }
}
@media screen and (min-width: 320px) and (max-width: 399px) {
     html, input, select, textarea, button {
          font-size: 14px;
     }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
     html, input, select, textarea, button {
          font-size: 16px;
     }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
     html, input, select, textarea, button {
          font-size: 18px;
     }
}
@media screen and (min-width: 600px) and (max-width: 699px) {
     html, input, select, textarea, button {
          font-size: 20px;
     }
}
@media screen and (min-width: 700px) and (max-width: 799px) {
     html, input, select, textarea, button {
          font-size: 22px;
     }
}
@media screen and (min-width: 800px) {
     html, input, select, textarea, button {
          font-size: 24px;
     }
	 .boxw, footer {
          width: 800px;
     }
}
.___________{}
.Topimg img {
	display: block;
	width: 100%;
}

.Header {
	position: fixed;
	top: 1em;
	z-index: 110;
	background-color: #1e499e;
	padding: 0.5em;
	right: 1em;
	box-shadow:0px 0px 8px rgba(0,0,0,0.2); 
}
.Header .menu {
	height: 1.8em;
	width: 1.8em;
	position: relative;
}
.Header .menu hr {
	display: block;
	background-color: #fff;
	height: 0.2em;
	border-style: none;
	margin: 0px;
	position: absolute;
	width: 100%;
}
.Header .menu hr:nth-child(1) {
	left: 0em;
	top: 0em;
	-webkit-transition:width 0.5s;
}
.Header .menu hr:nth-child(2) {
	left: 0em;
	top: 0.8em;
}
.Header .menu hr:nth-child(3) {
	left: 0em;
	top: 0.8em;
}
.Header .menu hr:nth-child(4) {
	right: 0em;
	bottom: 0em;
	-webkit-transition:width 0.5s;
}
.Header .menu.on hr:nth-child(1) {
	width:0%;
}
.Header .menu.on hr:nth-child(2) {
	-webkit-animation: myfirst1 0.5s forwards;
}
.Header .menu.on hr:nth-child(3) {
	-webkit-animation: myfirst2 0.5s forwards;
}
.Header .menu.on hr:nth-child(4) {
	width:0%;
}
@-webkit-keyframes myfirst1
{
0% {-webkit-transform: rotate(0deg);}
100%   {-webkit-transform: rotate(45deg);}
}
@-webkit-keyframes myfirst2
{
0% {-webkit-transform: rotate(0deg);}
100%   {-webkit-transform: rotate(-45deg);}
}
a.back {
	display: block;
	height: 2.8em;
	width:2.8em;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60%;
	background-color: #1e499e;
	position: fixed;
	left: 1em;
	top: 1em;
	z-index: 110;
	box-shadow:0px 0px 8px rgba(0,0,0,0.2); 
}



.___________{}
.Nav {
	background-color: rgba(255,255,255,0.98);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0em;
	top: 0em;
	display: none;
	z-index: 100;
	/* [disabled]background-image: url(../images/menu-bg.png); */
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 60% auto;
}
.Nav ul {
	display: block;
	width: 40%;
	position: fixed;
	height: 100%;
	left: 0em;
	top: 4em;
	padding-top: 1em;
}
.Nav ul li ul {
	display: none;
	position: fixed;
	left: 40%;
	top: 4em;
	width: 50%;
}
.Nav ul li {
	padding-left: 1em;
}
.Nav ul li a, .Nav ul li span {
	padding-left: 1em;
	display: block;
	color: #1e499e;
	font-size: 1.3em;
	line-height: 2.3em;
	font-weight: bold;
}
.Nav.s ul li ul li a {
	padding-left: 1em;
	display: block;
	font-size: 1.3em;
	color: #1e499e;
}
.Nav.s ul li a, .Nav.s ul li span {
	-webkit-transition: color 0.5s;
	color: #666666;
	border-right: 1px solid #D5D5D5;
}
.Nav.s ul li ul a {
	border-right-style: none;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.6em 0;
}
.Nav.s ul li.on span {
	color: #1e499e;
	-webkit-transition: font-size 0.5s;
	font-size: 1.4em;
	border-right-style: none;
}
.Nav ul li.on ul {
	display: block;
	-webkit-animation: myfirst3 0.3s forwards;
}
@-webkit-keyframes myfirst3
{
0%   {left: 50%; opacity:0;}
100% {left: 40%; opacity:1;}
}
.Nav a:active, .Nav.s a:active {
	text-decoration: underline;
	/* [disabled]color: #1e499e; */
}
.swiper-container {
        width: 100%;
        height: 10em;
}
.swiper-slide {
	text-align: center;
	/* 元素文字垂直居中 */
	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;
}
