﻿@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
}
body{
    font-size:12px;
	font-family:"宋体";
	color:#555;
	background:#f2f2f2;
	padding:0px;
}
*{
	margin:0px;
	border:0px;
	padding:0px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
}
ul{ 
   list-style:none;
}
ul li{ 
   list-style-type:none;
}
dl>div{
	clear:inherit!important;
}
div{
	word-break:break-all;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
    font-size: 14px;
    font-family:"微软雅黑";
    font-weight: 500;
}
.clear{
	clear:both;
	font-size:0px;
	visibility:hidden;
	width:0px;
	line-height:0px!important;height:0;
}	
a{
	color:#555;
	text-decoration:none;
}
a:hover{
	color:#555;
}
a,input,select{
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background:none;
	text-decoration: none;
}
.tip,.tip a,a.tip{
	color:#bbb;
}
.tipped{
	color:#bbb;
	font-family:"宋体";
}
.warning,.warning a,a.warning{
	color:#ff4b8c;
}
.highlight,.highlight a,a.highlight{
	color:#2b98b9;
}
.secondary,.secondary a,a.secondary{
	color:#999;
}
input,select{
	vertical-align:middle;
    outline:none;
    color:#555;
    font-size:12px;
    font-family:Arial,"宋体";
}
textarea{
    outline:none;
    color:#555;
}
input[type="checkbox"]{
    height:13px;
    width:13px;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #ccc;
    cursor:pointer;
}
input[type="checkbox"]:checked{
	background:#0f8fcc url(../images/checked.png) center center no-repeat;
    border: 1px solid #0f8fcc;
}
input[type="radio"] {
    width:14px;
    height:14px;
    outline:none;
    -webkit-appearance: none;
    border:1px solid #999;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    vertical-align:middle;
    cursor:pointer;
}
input[type="radio"]:checked {
    background:url(../images/radio.png) center center no-repeat;
    border:1px solid #999;
}
.en{
    font-family:Arial;
}
.h10{
	height:10px;
    clear:both;
}
body p.subTitle,.subTitle{
	font-family:Arial;
	font-size:14px;
	font-weight:500;
	text-indent:0px;
}
.h50{
	max-width:640px;
	height:50px;
	margin:0 auto;
    clear:both;
}
.startbg{
	background:#104e8b;
	height:100%;
	text-align:center;
}
.startlogo{
	max-width:600px;
    text-align:center;
	margin:auto;
	padding:20px;
	position: fixed;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.startlogo:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.startlogo a{
	display: inline-block;
    vertical-align: middle;
	color:#fff;
}
.startlogo span{
	display: inline-block;
    vertical-align: middle;
	color:#fff
}
.startlogo img{
	max-width:100%;
}
.topfixed{
	width:100%;
	top:0px;
	background:#25374b;
	z-index:10000;
	height:50px;
	overflow:hidden;
	position:fixed;
}
.header{
	max-width:640px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	color:#fff;
}
.header a{
	color:#fff;
}
/*slide导航开始*/
.nav_ico{
	float:left;
	width:50px;
	height:34px;
	padding:16px 0px 0px 10px;
	cursor:pointer;
	background:url(../images/nav_ico.png) no-repeat 15px 16px;
}
.close_ico{
	background:url(../images/close_ico.png) no-repeat  15px 16px;
}
.slide_mask {
	background: rgba(0, 0, 0, 0.1); 
	transition:0.3s ease-out; 
	left: 0px; 
	top: 0px;
	width: 100%;
	height:100%;
	display: none;
	position:fixed; 
	z-index:1000000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor:pointer;
}
.slide_nav {
	transition:0.3s ease-out;
	left: 0px;
	top: 50px;
	width:auto;
	position:fixed;
	z-index:1000000; 
	transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0); 
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out;
	background:#5a6275;
	display:block;
	font-size:14px;
	height:calc(100% - 100px);
	overflow-y:auto;
	overflow-y:overlay;
	overflow-x:hidden;
}
@media screen and (min-width: 640px){
	.slide_nav::-webkit-scrollbar {
		width:6px;
		height:6px;
	}
	.slide_nav::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {
		border-radius:3px;
		background:#909096;
	}
	.slide_nav::-webkit-scrollbar-button {
		display: none;
	}
	.slide_nav::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
		background: -webkit-gradient(linear,left);
	}
	.slide_nav::-webkit-scrollbar-track-piece {
		background: #202026;
	}
}
.moved.slide_nav {
	transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate(0px, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.slide_nav li{
	height:30px;
	line-height:30px;
}
.slide_nav li > a {
	padding:0px 10px;
	color:#fff;
	display: block;
}
.slide_nav li.current > a,.slide_nav li a:hover {
	background:#0188cc;
}
/*slide导航结束*/
.logo{
	color:#fff;
	font-family:aArial,"微软雅黑";
	font-size:14px;
	font-weight:500;
	float:left;
	padding-left:5px;
}
.logo img{
	max-height:40px;
}
.header_right{
	text-align:right;
    line-height:30px;
	float:right;
	padding-top:14px;
}
.header_right img{
	float:right;
	padding:0px 3px;
}
.header_right span{
	padding:5px;
}
.search_box{
    width:276px;
	height:45px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
}
.text01{
	width:210px;
	height:33px;
	padding-left:5px;
	background:#fff;
    border:1px solid #fff;
    border-right:0px;
}
.search_button{
	width:55px;
	height:35px;
	cursor:pointer;
    color:#fff;
	background:#00b7ee;
}
.button{
	width:53px;
	height:35px;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    float:left;
	background:#3985bb;
}
.login{
	text-align:right;
	cursor:pointer;
	font-size:12px;
	padding-top:27px;
	line-height:35px;
	float:right;
	text-align:right;
}
.login span{
	padding:0 8px;
	color:#bbb;
}
.banner{
	margin:0 auto;
	max-width:640px;
	height:300px;
}
.banner .slide{
	height:100%;
}
.banner .main_image{ 
	height:100%;
	text-align:center;
}
.banner .main_image li{ 
	height:100%;
	background-size:cover;
}
.banner .main_image li a{
	display:block;
	height:100%;
}
.banner #btn_prev,.banner #btn_next{
	visibility:visible;
}
.banner .flicking_con{
	bottom:0px;
}
.banner01{
	background:#5e5ae2;
	background:linear-gradient(135deg,#5e5ae2,#0188cc,#0188cc,#0188cc,#00b7ee);
}
.banner02{
	background:#00b7ee;
	background:linear-gradient(135deg,#5e5ae2,#0188cc,#0188cc,#0188cc,#00b7ee);
}
.banner03{
	background:#00b7ee url(../images/banner03.jpg) center center;
}
.banner04{
	background:#154ea7;
	background:linear-gradient(135deg,#5e5ae2,#0188cc,#0188cc,#0188cc,#00b7ee);
}

/*动画01屏开始*/
.hx_box{
	position:absolute;
    top: 42%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%) rotateY(75deg);
}
.hx{
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: hxz 20s linear infinite;
}
@keyframes hxz {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-360deg);
    }
}
.hx_box>div>div{
    width: 100%;
    height: 100%;
    border: 4px solid #5ec0ff;
    border-radius: 1000px;
	position:absolute;
	left:0;
	top:0;
}
.hx_box span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/hx.png) no-repeat center center;
    background-size: 100% 100%;
    animation: hx 4s linear infinite;
}
@keyframes hx {
	from{
		transform: rotate(0deg);
	}
    to {
        transform: rotate(360deg);
    }
}
.hx_k1 {
    transform: rotateX(0deg) rotateZ(0deg);
}

.hx_k2 {
    transform: rotateX(60deg) rotateZ(60deg);
}

.hx_k3 {
    transform: rotateX(-60deg) rotateZ(-60deg);
}
/*动画01屏结束*/
/*动画02屏开始*/
.plane_wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.plane{
	padding:0px 10px;
    text-align:left;
	position:absolute;
	width:340px;
	top:48%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-mos-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.plane_wrapper:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.plane_wrapper img{
	max-width:100%;
}
.propeller{
	width:25.62%;
	text-align:left;
	position:absolute;
	top:50.5%;
	left:14.2%;
	-webkit-transform: rotate(360deg);
	animation: rotation 0.2s linear infinite;
	-ms-animation: rotation 0.2s linear infinite;
	-moz-animation: rotation 0.2s linear infinite;
	-webkit-animation: rotation 0.2s linear infinite;
	-o-animation: rotation 0.2s linear infinite;
}
/*动画02屏结束*/
/*打字效果开始*/
.type_wrap{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,0%);
	-moz-transform:translate(-50%,0%);
	-mos-transform:translate(-50%,0%);
	-o-transform:translate(-50%,0%);
	transform:translate(-50%,0%);
	width:100%;
	line-height:30px;
	font-size:18px;
	font-family:Arial;
	padding-top:80px;
	color:#fff;
	text-align:center;
}
.typeds{
	font-size:0px;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
/*打字效果结束*/
@keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-ms-keyframes rotation{
	0%{
    	transform: rotate(0);
    }
    50%{
    	transform:rotate(180deg);
    }
    100%{
         transform: rotate(360deg);
    }
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-o-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
.Rotation {
	
}
.Rotation li:hover img{
	animation: rotation 1s 1;
	-ms-animation: rotation 1s 1;
	-moz-animation:rotation 1s 1;
	-webkit-animation:rotation 1s 1;
	-o-animation: rotation 1s 1;
}
.indexbg{
	background:#fff;
}
.index_title{
	max-width:640px;
	padding-top:30px;
	min-height:60px;
	font-size:16px;
	font-weight:500;
	text-align:center;
	margin:0 auto;
	font-family:Arial,"微软雅黑";
	clear:both;
	line-height:25px;
}
.index_title span{
	font-size:40px;
	font-family:Times New Roman;
	color:#666;
}
.index_text{
	max-width:620px;
	padding:10px 10px 0px 10px;
	min-height:30px;
	font-size:14px;
	font-weight:500;
	text-align:center;
	margin:0 auto;
	font-family:Arial,"微软雅黑";
}
.main01{
	max-width:620px;
	padding:20px 10px 30px 10px;
	margin:0 auto;
    overflow-x:hidden;
}
.main01 ul{
	float:left;
	width:100%;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
.main01 li{
	width:calc(25% - 1px);
	padding:10px 0px;
	text-align:center;
	float:left;
	font-family:Arial,"微软雅黑";
	font-size:14px;
	font-weight:500;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.main01 img{
	margin-bottom:0px;
	vertical-align:middle;
}
.main02{
	max-width:630px;
	padding:10px 5px 20px 5px;
	margin:0 auto;
}
.main02 li{
	width:50%;
	float:left;
	padding-bottom:10px;
}
.main02 .imgbox{
	margin:0px 5px;
	height:auto;
	overflow:hidden;
}
.main02 .imgbox img{
	vertical-align:top;
	max-width:100%;
	transition: all 0.6s;
}
.main02 .imgbox img:hover{
	transform: scale(1.1);
}
.main02 .text{
	margin:0px 5px;
	padding:5px 10px 0px 10px;
	line-height:20px;
	background:#fff;
	height:68px;
	overflow:hidden;
}
.main02 .text span{
	font-family:Arial,"微软雅黑";
	font-size:14px;
	font-weight:500;
	line-height:25px;
	color:#555;
}
.main03{
	max-width:630px;
	padding:20px 5px 30px 5px;
	margin:0 auto;
}
.main03 li{
	width:50%;
	float:left;
	padding-bottom:10px;
}
.main03 .imgbox{
	margin:0 5px;
	height:auto;
	overflow:hidden;
}
.main03 .imgbox img{
	max-width:100%;
	display:block;
}
.main03 .imgbox img{
	vertical-align:middle;
	max-width:100%;
	transition: all 0.6s;
}
.main03 .imgbox img:hover{
	transform: scale(1.1);
}
.main03 .text{
	height:30px;
	line-height:30px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	margin:0px 5px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	background:#fff;
}
.main04{
	max-width:620px;
	margin:0 auto;
	padding:20px 5px 20px 5px;
}
.main04 img{
	max-width:100%;
}
.seobox{
	width:1px;
	height:1px;
	overflow:hidden;
}
.bottomfixed{
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:10000;
	height:50px;
	background:#25374b;
}
.bottom{
	max-width:640px;
	height:50px;
	margin:0 auto;
	z-index:10000;
	font-size:14px;
}
.bottom li{
	float:left;
	width:25%;
	height:50px;
	line-height:18px;
	text-align:center;
	z-index:10000;
	font-family:"微软雅黑";
	font-weight:500;
}
.bottom li a{
	display:block;
	height:45px;
    padding-top:5px;
	color:#fff;
}
.bottom i{
    font-size:22px;
    color:#fff;
}
.bottom li:nth-child(2) i{
    font-size:20px;
}
.bottom a.navClass,.bottom a:hover,.bottom a.navClass i,.bottom a:hover i{
	color:#00b7ee;
} 
.about_video{
	max-width:640px;
	margin:0 auto;
	background:#000;
}
.about_video iframe{
	width:100%;
}
.about_video video{
	width:100%;
	outline:none;
}
.about_banner{
	max-width:640px;
	height:200px;
	background:url(../images/about_banner.png) no-repeat center top;
	margin:0 auto;
}
.about_main{
	max-width:640px;
	background:#fff;
	margin:0 auto;
	padding-bottom:10px;
}
.topbar{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:40px;
	line-height:40px;
	padding:0px 10px;
	border-bottom:1px solid #ddd;
}
.about_main01{
	line-height:22px;
	text-align:justify;text-justify:inter-ideograph;
	padding:15px 10px 0px 10px;
}
.about_main01 p{
	text-indent:2em;
	padding-bottom:10px;
}
.about_main02{
	height:160px;
	margin:0 auto;
	padding:40px 5px 0px 5px;
}
.about_main02 li{
	width:33.33333%;
	float:left;
	text-align:center;
	cursor:pointer;
}
.about_main02 li a{
	padding:5px;
	display:block;
}
.about_main02 img{
	max-width:100%;
	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
.contact_banner{
	max-width:640px;
	height:200px;
	background:#ffb902 url(../images/contact_banner.png) no-repeat center top;
	margin:0 auto;
}
.contact_main{
	max-width:640px;
	margin:0 auto;
	background:#fff;
	padding-bottom:10px;
}
.contact01{
	line-height:25px;
	font-size:14px;
	font-weight:500;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:10px 10px 0px 10px;
}
.map_main{
	max-width:640px;
	height:auto;
	margin:0 auto;
	background:#fff;
	padding-bottom:15px;
}
.map_title{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:35px;
	line-height:35px;
	padding:10px 15px 0px 15px;
	clear:both;
}
.map01{
	padding:0px 15px 0px 5px;
	clear:both;
	line-height:25px;
}
.map01 li{
	float:left;
	width:20%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-indent:10px;
}
.map02{
	padding:0px 15px 0px 5px;
	clear:both;
	line-height:25px;
}
.map02 li{
	float:left;
	width:50%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-indent:10px;
}
.app_warpper{
	margin:0 auto;
	background:#90c400;
}
.app_main{
	max-width:620px;
	background:url(../images/app.png) no-repeat left 120px;
	margin:0 auto;
	padding:60px 10px 20px 10px;
	text-align:center;
	color:#fff;
}
.app_main li{
	width:50%;
	float:left;
	height:200px;
	font-family:Arial,"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.app_main li img{
	max-width:133px;
	padding-bottom:5px;
}
.app_main .tipbar{
    font-size:14px;
    font-family:Arial,"微软雅黑";
}
.expressbox{
	max-width:640px;
	margin:0 auto;
	overflow-y:hidden;
	padding-top:30px;
}
@media screen and (max-width: 750px){
	.expressbox{
		padding-top:0px;
	}
}
.expressbox::-webkit-scrollbar {
	width:6px;
	height:6px;
}
.expressbox::-webkit-scrollbar-thumb, .expressbox::-webkit-scrollbar-thumb:horizontal {
	border-radius:3px;
	background:#909096;
}
.expressbox::-webkit-scrollbar-button {
	display: none;
}
.wrexpressboxapper::-webkit-scrollbar-track, .expressbox::-webkit-scrollbar-track-piece {
	background: -webkit-gradient(linear,left);
}
.expressbox::-webkit-scrollbar-track-piece {
	background: #202026;
}
.express{
	width:450px;
	height:auto;
	background:#fff;
	margin:auto;
	padding:20px;
	font-family:Arial;
	font-size:14px;
}
.expresslogo{
	font-size:16px;
	padding-bottom:15px;
}
.expresslogo span{
	display:inline-block;
	vertical-align:middle;
	line-height:20px;
}
.expresslogo i{
	font-size:14px;
	font-style:normal;
}
.expresslogo img{
	vertical-align:middle;
	padding-right:8px;
	display:inline-block;
}
.expressContent{
	width:auto;
}
.expressContent table{
	width:100%;
	border-collapse:collapse;
	line-height:20px;
}
.expressContent td{
	border:1px solid #bbb;
	padding:5px;
	height:30px;
}
.expressContent td:first-child{
	text-align:center;
	width:36px;
}
.expressContent td span{
	font-size:16px;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	display:inline-block;
	border:1px solid #666;
}
.expressContent tr:nth-child(3) td:nth-child(2){
	vertical-align:text-top;
}
.expressContent tr:nth-child(3) td:nth-child(3){
	width:132px;
	text-align:center;
	padding:0px;
}
.expressContent img{
	max-width:100%;
	vertical-align:top;
}
.btnPrint{
	min-width:100px;
	height:35px;
    line-height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
.trace{
	max-width:610px;
	background:#fff;
	padding:20px 10px 25px 20px;
	margin:auto
}
@media screen and (max-width: 750px){
	.trace{
		margin:0px 10px;
	}
}
.trace_bar{
	height:32px;
	margin-left:-6px;
}
.trace dl{
	border-left:1px solid #bbb;
}
.trace dt{
	padding-left:20px;
	height:18px;
	line-height:12px;
}
.trace dt span{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#bbb;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	margin-left:-25.5px;
}
.trace dd{
	padding-left:20px;
	line-height:18px;
	padding-bottom:15px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.trace_arrow{
	width:0px;
	height:0px;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #bbb;
	position:absolute;
	margin-left:-5.5px;
}
.coupon_warpper{
	margin:0 auto;
	background:#258dd6;
}
.coupon_main{
	max-width:620px;
	margin:0 auto;
	padding:40px 10px 0px 10px;
	clear:both;
}
.coupon_main li{
	text-align:center;
	padding-bottom:40px;
}
.tips_main{
	max-width:640px;
	background:#fff;
	margin:0 auto;
	padding-bottom:10px;
	min-height:300px;
}
.tips_content{
	line-height:22px;
	text-align:justify;text-justify:inter-ideograph;
	padding:10px 10px 0px 10px;
}
.tips_content p{
	text-indent:2em;
}
.listNav{
	max-width:620px;
	background:#fff;
	margin:0 auto;
	height:45px;
	line-height:44px;
	padding:0px 10px;
	font-size:14px;
	font-family:"微软雅黑";
	overflow-x:auto;
	overflow-y:hidden;
}
@media screen and (max-width: 640px){
	.listNav{
		margin:0px 10px;
	}
}
.listNav ul{
	width:max-content;
	height:45px;
}
.listNav li{
	text-align:center;
	float:left;
	cursor:pointer;
	display:block;
	padding:0px 8px;
}
.listNav a{
	display:block;
}
.listNav a:hover{
	color:#00b7ee;
}
.listNav .clickclass{
	color:#00b7ee;
	border-bottom:1px solid #00b7ee;
}
.listNav::-webkit-scrollbar {
	width:0px;
	height:0px;
}
.listNav::-webkit-scrollbar-thumb, .listNav::-webkit-scrollbar-thumb:horizontal {
	border-radius:0px;
	background:#909096;
}
.listNav::-webkit-scrollbar-button {
	display: none;
}
.listNav::-webkit-scrollbar-track, listNav::-webkit-scrollbar-track-piece {
	background: -webkit-gradient(linear,left);
}
.listNav::-webkit-scrollbar-track-piece {
	background: #fff;
}
.video_main{
	max-width:630px;
	padding:5px 5px 5px 5px;
	margin:0 auto;
	overflow-x:hidden;
}
.video_main .list03img span{
	background:rgb(0,0,0) url(../images/lihover.png) no-repeat center center;
    filter:alpha(opacity=60);
    background: rgba(0,0,0,0.6) url(../images/lihover.png) no-repeat center center;
}
.news_main{
	max-width:620px;
	min-height:400px;
	margin:0 auto;
	background:#fff;
	padding:10px 10px 20px 10px;
}
.help_main{
	max-width:620px;
	min-height:300px;
	margin:0 auto;
	background:#fff;
	clear:both;
	padding:10px 10px 10px 10px;
}
.list_main{
	max-width:640px;
	min-height:600px;
	margin:0 auto;
	padding:10px 5px;
	clear:both;
}
.task_main{
	max-width:640px;
	min-height:600px;
	margin:0 auto;
	padding:0px 10px 10px 10px;
	clear:both;
}
.task_main .list04 li{
	border-bottom:1px dashed #ccc;
}
.task_main .list04content{
	padding-right:72px;
}
.task_main .list04bar{
	position:relative;
	overflow:inherit;
}
.task_main .list04bar a{
	position:absolute;
	right:0px;
	top:-40px;
	line-height:30px;
	width:60px;
	text-align:center;
	color:#00b7ee;
	border:1px solid #00b7ee;
	border-radius:3px;
}

.list_main img{
    top:0px!important;
    transform: translate(-50%, 0px)!important;
}
.slide .fakecrop img{
    top:0px!important;
    transform: translate(-50%, 0px)!important;
}
.store_main{
	max-width:630px;
	min-height:800px;
	margin:0 auto;
	padding:10px 5px;
	clear:both;
}
.store_main .list04img{
	width:100px;
	height:100px;
    border-radius:50%;
}
.store_main .list04right{
	padding-left:110px;
}
.seo_main .list04content{
    text-indent: 0;
}
/*列表01*/
.list01{
	width:auto;
	line-height:40px;
}
.list01 a:hover{
	color:#2b98b9;
}
.list01 li{
	background:url(../images/li.png) no-repeat left center;
	text-indent:10px;
	border-bottom:1px dashed #ddd;
}
/*列表01*/
/*列表03*/
.list03{
	width:auto;
	clear:both;
}
.list03 ul{
	margin:0px 0px;
}
.list03 li{
	width:50%;
	padding:5px 0px;
	float:left;
}
.list03img{
	height:180px;
	margin:0 auto;
	padding:0px 5px;
	overflow:hidden;
}
.list03img span{
	width:auto;
	height:100%;
	display:none;
	text-align:right;
	position:relative;
	background:rgb(0,0,0);
    filter:alpha(opacity=0);
    background: rgba(0,0,0,0.0);
}
.list03img:hover span{
	display:block;
}
.list03img a{
	display:block;
	height:180px;
}
.list03title{
	height:30px;
	line-height:30px;
	margin:0px 5px;
	padding:0px 5px;
	font-size:14px;
	background:#fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list03bar{
    height:22px;
    margin:0px 5px;
    padding:0px 5px;
    color:#999;
    background:#fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list03bar span{
	color:#ed2f71;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:bold;
	line-height:12px;
	vertical-align:text-top;
}
/*列表03*/
/*列表04*/
.list04{
	width:auto;
	clear:both;
}
.list04 li{
	border-bottom:1px dashed #eee;
	padding:25px 0px 0px 0px;
	clear:both;
	min-height:110px;
}
.list04img{
	width:120px;
	height:100px;
	float:left;
	overflow:hidden;
	background:url(/admin/images/NoImage.png) no-repeat center center;
	background-size:cover;
}
.list04img a{
	height:100%;
	display:block;
}
.list04right{
	padding-left:130px;
}
.list04title{
	line-height:20px;
	font-size:14px;
	font-weight:600;
	font-family:"微软雅黑";
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list04content{
	padding-top:10px;
	height:46px;
	text-indent:2em;
	line-height:22px;
	text-align:justify;
	text-justify:inter-ideograph;
	overflow:hidden;
}
.list04bar{
	padding-top:10px;
	color:#999;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*列表04*/
/*分页*/
.pagebar{
	padding-top:15px;
	clear:both;
	text-align:center;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.pagebar span{
	height:35px;
	padding:0px 7px;
}
.pagebar span.pageActive{
	font-weight:500;
}
.pagebar span.pageActive a{
	color:#2b98b9;
}
.pagebar span.pageEllipsis{
	background:none;
}
/*分页*/
.video{
	max-width:640px;
	margin:0 auto;
}
.video iframe{
	width:100%;
}
.video video{
	width:100%;
}
/*详情页01*/
.detail_main{
	max-width:620px;
	min-height:650px;
	_height:650px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
.detail_title{
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:10px 10px;
}
.detailBar{
	line-height:30px;
	height:30px;
	color:#999;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-top:10px;
}
.detailBar a{
	color:#999;
}
.detailBar span{
	display: block;
	float:right;
	padding-left:10px;
	font-family:"微软雅黑";
	font-weight:500;
}
.detailBar span a{
	color:#2b98b9;
	margin:0px;
}
.detail_content{
	padding-top:10px;
	line-height:22px;
}
.detail_content img,.detail_file img{
	max-width:100%;
    display:block;
    margin:10px auto 0px auto;
}
.detail_content p{
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-top:10px;
}
.detail_file{
	padding-top:10px;
	text-align:center;
}
.detail_file video{
    max-width:100%;
    margin:0 auto;
}
/*详情页01*/
/*信息详情页 注：用了01的样式*/
.InfoDetail02{
	max-width:640px;
	min-height:200px;
	margin:0 auto;
	clear:both;
	background:#fff;
    padding-bottom:10px;
}
.tabsTitle{
	height:35px;
	background:#ddd;
}
.tabs li{
	text-align:center;
	line-height:35px;
	float:left;
	cursor:pointer;
	list-style-type:none;
	font-size:14px;
	font-weight:500;
	font-family:"微软雅黑";
	padding:0px 20px;
}
.tabs li.active{
	height:35px;
	background:#fff;
	border-top:1px solid #ed145b;
}
.panes{
	height:auto;
	padding:0px 10px;
}
.Attribute{
	line-height:22px;
	padding:10px 10px 10px 10px;
	clear:both;
	margin-top:10px;
    background:#f9f9f9;
}
.Attribute li{
	float:left;
	height:22px;
	width:50%;
	text-indent:8px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.DetailService{
	padding-bottom:10px;
	text-align:center;
}
.DetailService p{
	text-align:left;
}
.DetailService span{
	color:#999;
}
.DetailService li{
	width:50%;
	float:left;
	line-height:22px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.DetailService img{
	vertical-align:middle;
}
.DetailService a{
	margin:0 3px;
}
.download{
    min-width:80px;
	height:35px;
    line-height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
.show{
    min-width:80px;
	height:35px;
    line-height:35px;
	background:#ffb902;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
span.show,span.download{
	color:#fff;
}
/*信息详情页 注：用了01的样式*/
/*商品详情页 注：第二部分用了信息详情页样式*/
.GoodsDetail01{
	max-width:620px;
	margin:0 auto;
	background:#fff;
	padding:15px 10px 15px 10px;
}
.detail_tip{
	line-height:20px;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:15px 0px 0px 0px;
	margin-bottom:10px;
}
.detail_tip span{
	color:#ed2f71;
}
.GoodsDetail01 dt{
	width:16%;
	min-height:35px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
}
.GoodsDetail01 dd{
	width:84%;
	min-height:35px;
	line-height:30px;
	float:left;
}
.price{
	font-family:"微软雅黑";
	font-size:16px;
	color:#ed2f71;
	font-weight:bold;
}
.decoration{
	text-decoration:line-through;
    color:#bbb;
}
.number{
	width:50px;
	height:25px;
	text-align:center;
	border:1px solid #ccc;
	margin-left:3px;
}
.buttonbar{
	padding-top:10px;
	text-align:center;
	clear:both;
}
.buybtn{
    width:130px;
    height:42px;
    background:url(../images/buybtn.png) no-repeat;
    cursor:pointer;
}
.cartbtn{
    width:130px;
    height:42px;
    background:url(../images/cartbtn.png) no-repeat;
    cursor:pointer;
}
.storname{
	height:22px;
	line-height:20px;
	font-size:14px;
	font-family:Arial,"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
/*商品详情页 注：第二部分用了信息详情页样式*/
/*详情页幻灯片*/
.slide_wrapper{
    max-width:640px;
    height:340px;
    margin:0 auto;
    background:#fff;
}
.slide{
	width:auto;
	position:relative;
	margin:0 auto;
	background:url(/admin/images/NoImage.png) no-repeat center center;
	background-size:cover;
}
.main_image {
    margin:0px auto;
    width:100%; 
    height:340px;
    overflow:hidden; 
    position:relative;
}
.main_image a{
    width:100%;
    height:340px;
    display:block;
}
.flicking_con{
	position:absolute;
	height:22px;
    bottom:0px;
    text-align:center;
    color:#fff;
    font-size: 14px;
    width: auto;
    left: 0;
    right: 0;
}
.flicking_con .flicking_inner {
	display: block;
    width: 100%;
    text-align: center;
	line-height:15px;
	height:15px;
}
.flicking_con li{
	background: url("../images/pagericon.png") no-repeat 0px 0px; 
	display: inline-block;
    height: 15px;
    width: 20px;
    background-repeat:no-repeat;
    background-position: 0 -16px;
    cursor:pointer;
}
.flicking_con li.on {
	background-position: 0px 0px;
}
/*详情页幻灯片*/
.select01{
	display:inline-block;
}
.selectbox-wrapper{
	border:#ccc 1px solid; 
	width:154px;
	position:absolute;
	background:#fff; 
	text-align: left;
    margin:-1px 0px 0px 3px;
    z-index:10000000;
}
.selectbox-wrapper UL LI.selected {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI.current {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI {
	padding:3px;
    cursor:pointer;
	line-height:18px;
}
.selectbox{ 
    border:none;
	display:inline-block;
	padding:0px 4px;
	cursor: pointer; 
	height:25px;
    line-height:25px;
	background:#fff url(../images/select.png) no-repeat right center;
    border:1px solid #ccc;
    margin:0px 0px 0px 3px;
	color:#555;
}
/*列表评论*/
.textarea02{
    width:100%;
    height:80px;
    line-height:20px;
    border:1px solid #ccc;
    padding:3px;
    display:inline-block;
}
.button01{
    min-width:100px;
	height:35px;
    line-height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
.headImg01{
    width:36px;
    height:36px;
    float:left;
     -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    overflow:hidden;
}
.headImg01 a {
    height:100%;
    display: block;
}
.DiscussAdd{
    min-height:100px;
    padding:15px 20px 15px 10px;
    background:#f5f5f5;
    margin:10px 0px 10px 0px;
}
.DiscussAdd li{
    min-height:20px;
    padding-bottom:10px;
}
.DiscussAdd li span{
    line-height:35px;
}
.DiscussAdd_right{
	float:right;
}
.DiscussAdd .imgbox01,.ReplyAdd .imgbox01{
	width:37px;
	height:37px;
	overflow:hidden;
	float:left;
}
.DiscussAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail02{
    width:35px;
    height:35px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    border:1px solid #eee;
    margin:0px;
    text-align:center;
    overflow:hidden;
}
.DiscussAdd .imgbox01 .thumbnail span,.ReplyAdd .imgbox01 .thumbnail02 span {
	width:auto;
	height:30px;
	text-align:center;
	padding:2px;
	font-size:14px;
	font-weight:500;
	display:none;
	position:relative;
	color:#fff;
	background:rgb(0,0,0);
    filter:alpha(opacity=30);
    background: rgba(0,0,0,0.3);
	cursor:default;
}
.imgbox01 .thumbnail span img:hover,.imgbox01 .thumbnail02 span img:hover{
	cursor:pointer;
}
.imgbox01 .thumbnail:hover span,.imgbox01 .thumbnail02:hover span{
	display:block;
}
.Discuss{
	clear:both;
    padding:10px 0px 0px 0px;
}
.Discuss li{
	clear:both;
	min-height:45px;
	padding-bottom:5px;
}
.Discuss_right{
	padding-left:41px;
	width:auto;
	height:auto;
}
.Discuss_centent{
	width:auto;
	height:auto;
	line-height:20px;
}
.Discuss_centent span{
	color:#2b98b9;
}
.Discuss_centent img{
    height:25px;
    display:block;
}
.Discussdate{
	color:#999;
	line-height:20px;
}
.Discussdate a{
	color:#2b98b9;
}
.Discussdate span{
	color:#2b98b9;
	cursor:pointer;
}
.Reply{
	padding-left:36px;
}
.ReplyAdd{
	width:auto;
    padding:0px 20px 0px 0px;
    clear:both;
}
/*列表评论*/
/*点击弹出窗口开始*/
.clickbtn01{
	cursor:pointer;
}
.overlayerbg {
	background-color:#666;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.showbox {
	position:absolute;
	width:640px;
	height:auto;
	z-index:100;
	background:#fff;
	display:none;
}
@media screen and (max-width: 640px){
	.showbox{
		width:calc(100% - 20px);
	}
}
.showbox_top {
	height:30px;
	border-bottom:1px solid #ddd;
    padding:10px 10px 10px 7px;
}
.showbox_top .secondary{
    vertical-align:middle;
    padding-left:5px;
 }
.close{
    line-height:30px;
    display:block;
	float:right;
	text-align:right;
	font-family:Arial;
	font-size:15px;
    cursor:pointer;
}
.showbox_content{
	height:360px;
	overflow-y:scroll;
	padding:10px 5px 10px 5px;
}
@media screen and (max-width: 640px){
	.showbox_content{
		height:310px;
	}
}
.showbox_content li{
	width:calc(20% - 10px);
	float:left;
	text-align:center;
	float:left;
	overflow:hidden;
    padding:0px 5px;
}
@media screen and (max-width: 640px){
	.showbox_content li{
		width:calc(25% - 10px);
	}
}
.popupImg{
	display:block;
	width:100%!important;
	height:80px;
	cursor:pointer;
	overflow:hidden;
}
.showbox_content span{
	display:block;
	height:25px;
	line-height:23px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow:hidden;
	padding:0px 5px 0px 5px;
    color:#999;
}
/*点击弹出窗口结束*/
/*点击弹出大图*/
.zoomify {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:zoom-in;
}
.zoomify.zoomed {
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	box-shadow:none;
	position:relative;
	z-index:1501;
}
.zoomify-shadow {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:1500;
	background:rgba(0,0,0,.3);
	opacity:0;
}
.zoomify-shadow.zoomed {
	opacity:1;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}
/*点击弹出大图*/
/*相册查看*/
#fullscreenSlideshowContainer{
	background:#343943;
}
#fullscreenSlideshowContainer .ui {
	position:absolute;
	z-index:10;
}
#fullscreenSlideshowContainer img{
	max-width:100%;
}
#fs-loader,#fs-prev,#fs-next,#fs-close {
	color:white;
	font-weight:bold;
	cursor:pointer;
	line-height:1em;
}
#fs-close {
	top:10px;
	right:10px;
}
#fs-prev,#fs-next {
	top:50%;
	margin-top:-1em;
}
#fs-prev {
	left:10px;
}
#fs-next {
	right:10px;
}
#fs-loader {
	top:50%;
	left:50%;
	height:25px;
	margin-top:-25px;
	margin-left:-75px;
	display:none;
}
#fs-caption {
	bottom:0px;
	text-align:center;
	width:100%;
	left:0;
	line-height:35px;
	display:none;
	background:#000;
	color:#fff;
	font-size:14px;
}
#fs-loader,#fs-prev,#fs-next,#fs-close{
	width:40px;
	height:40px;
	line-height:40px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	text-align:center;
	font-size:25px;
	font-family:"宋体";
	font-weight:100;
	cursor: pointer;
	background:#000;
	color:#fff;
}
/*相册查看*/