*{
	padding:0px;
	margin:0px;
	list-style: none;
	font-style:normal;
	font-family:"Arial","Times New Roman";
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
*:not(input,textarea,i) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
img{
	display: block;
}
.copyright{
	text-align: center;
	padding-top:10px;
	color:#999;
	font-size:12px;
}
.overflow{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
html,body{
	position: relative;
	height: 100%;
}
body{
	-webkit-overflow-scrolling: touch;
}
.swiper-publicity img{
	display: block;
}
input,select {
	-webkit-appearance:none;
	background-color: #FFFFFF;
	outline:none
}
.beian:hover{
	color:#fff;
	text-decoration: underline;
}
ul li{
	list-style: none;
}
i{
	font-style:normal;
}
UL {
    list-style-image: none;
    list-style-type: none;
}
A:link {
    color: #06c;
    text-decoration: underline;
}
img{
	display: block;
	width:100%;
}

.loadingBox{
	position: fixed;
	top:0;bottom:0;
	left:0;right:0;
	z-index: 9999;
	background-color: #FFFFFF;
}
.loadingMain{
	margin-top:30%;
}
.loadingMain p{
	text-align: center;
	font-size:.9em;
	color:#666;
}
.loadingMain img{
	width:120px;
	display: block;
	margin:10px auto;
}

.arrows {
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 30px;
    z-index: 99;
    display: block;
}

.arrows p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -15px;
    width: 40px;
    height: 22px;
    background: url(../images/arrows.png) no-repeat;
    background-size: 22px;
    -webkit-animation: arrowstart 2s ease-in-out infinite;
    n
}
@-webkit-keyframes arrowstart {
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
    }
}

/* 容器一  */
.SlidingpPrompt{
	position: fixed;
	bottom:10px;
	width:20px;
	left:0;
	right:0;
	margin:0 auto;
	z-index: 99;
}
.oneBoxTop{
	height:50%;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:100%;
}
.oneBoxBottom{
	height:50%;
}
.triangle{
	position: fixed;
	width:100%;
	left:0;
	top:0;
}
.logo{
	width:25%;
	margin:0  auto;
	display: table;
	padding-top:8%;
}
.oneBoxBottom p{
	text-align: center;
}
.englishtitle{
	font-size:1.1em;
	color:#1886a2;
	margin-top:3%;
	letter-spacing:3px;
}
.manualtitle{
	font-size:1.2em;
	color:#1886a2;
	margin-top:2%;
	letter-spacing:2px;
}
.entname{
	font-size:.9em;
	color:#888;
	margin-top:5%;
	letter-spacing:3px;
}

/* 容器二  */
.twoBoxMain{
	padding:0 10px;
}
.headlineMain{
	padding:5px 0;
	overflow: hidden;
}
.headlineMain a{
	float: left;
	display: block;
	color:#1F95A4;
}
.headline{
	font-size:1.2em;
	margin-left:5px;
	margin-right:8px;
	line-height:20px;
}
.catalogueContent i{
	color:#f30;
}
.eheadline{
	line-height:23px;
}
.square{
	margin-top:2px;
	height:15px;
	width:15px;
	background: -webkit-linear-gradient(left, #1f95A4, #8ac678);
	background: -o-linear-gradient(left, #1f95A4, #8ac678);
	background: -moz-linear-gradient(left, #1f95A4, #8ac678);
	background: linear-gradient(left, #1f95A4, #8ac678);
}
.tbline{
	height:2px;
	background: -webkit-linear-gradient(right, #1f95A4, #8ac678);
	background: -o-linear-gradient(right, #1f95A4, #8ac678);
	background: -moz-linear-gradient(right, #1f95A4, #8ac678);
	background: linear-gradient(right, #1f95A4, #8ac678);
}

.catalogueBox{
	padding-top:10px;
	background-image: url(../images/square.png);
	background-position: 10px 0;
	background-repeat: no-repeat;
	background-size: 2px 96%;
}
.catalogueContent{
	overflow: hidden;
	position: relative;
}
.catalogueContent a{
	display: block;
	float: left;
	line-height:22px;
	padding:11px 0;
}
.catalogueContent a:first-child{
	width:20px;
	color:#555;
	margin-left: 1px;
}
.catalogueContent a:nth-child(2){
	margin-left:10px;
	font-size:0.95em;
}
.catalogueContent a:last-child{
	float: right;
	color:#1F95A4;
}

/* 容器三  */
.introduceBox ul{
	margin-top:1.5%;
}
.introduceTxt{
	font-size:0.9em;
	color:#555;
	padding:8px 0;
	overflow: hidden;
}
.introduceTxt a{
	float: left;
}
.introduceTxt > .more{
	float: right;
	color:#007AFF;
	text-decoration: underline;
}

/* 详情页内容  */
.detailsMain ul{
	margin-top:12px;
}
.detailsBox{
	padding:10px;
}
.detailsTxt{
	padding-top:7px;
	font-size:0.95em;
	color:#666;
	line-height:23px;
}
.detailsTxt i{
	color:#f30;
}

/* 返回目录  */
.callback{
	width:28px;
	height:28px;
	border-radius:25px;
	position: fixed;
	top:6px;
	right:10px;
	background: rgba(0,0,0,0.7);
	z-index:99;
	background-image: url(../images/icon_01.png);
	background-repeat: no-repeat;
	background-position:7px;
	background-size: 15px 15px;
	animation:anirotate 5s infinite linear;
	-webkit-animation:anirotate 5s infinite linear ;
}
@keyframes anirotate{
	0%{
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);		/* IE 9 */
		-webkit-transform: rotate(0deg);	/* Safari and Chrome */
		-o-transform: rotate(0deg);		/* Opera */
		-moz-transform: rotate(0deg);		/* Firefox */
	}
	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);		/* IE 9 */
		-webkit-transform: rotate(360deg);	/* Safari and Chrome */
		-o-transform: rotate(360deg);		/* Opera */
		-moz-transform: rotate(30deg);		/* Firefox */
	}
}