/* CSS Document */

*{ padding:0px; margin:0px;}
ul { list-style:none;}
a {  text-decoration: none;}
a:link,a:visited  { text-decoration: none; }
img{ border:none;}
.clear{clear: both;}



.box{ width:100%; height:auto; margin:0 auto;  background:#1f2228;}
.top{ width:100%; height:auto; float:left; display:inline;   }

.logo{ width:30%; height:auto; float:left; display:inline;}
.tel{ width:28%; height: auto; float:right;}
.logo img { width:100%;}

.nav{ width:100%; height:auto; float:left; display:inline;}
.nav ul{ width:100%; height:auto;}
.nav ul li{ width:24%; height:30px; float:left; display:inline;  background:#763f56; text-align:center; line-height:30px; margin-right:1%; margin-bottom:1%;}
.nav ul li a{ color:#FFF; font-family:"微软雅黑"; font-size:14px;}


.ban{ width:100%; height:auto; float:left; display:inline;}


/*===FlexSlider幻灯片  开始===*/

#banner { 
}
.flexslider {
	position: relative;
	clear:both;
}
/*幻灯片标题*/

 .flex-caption {
	width:100%;
	padding:3px 0px;
	position: absolute;
	bottom: 3px;
	top:3px;
	color: #fff;
	text-align: right;
	font-size: 14px;
	line-height: 22px;
	height:22px;
	max-width:640px
}
/* FlexSlider Necessary Styles*/

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme

*********************************/

.flexslider {
	margin: 0px 0 2px;
	background: #fff;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 337px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */

.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
/* Pause/Play */

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */

/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/

.flex-control-nav {
	width: 100%;
	position:absolute;
	bottom:5px;
	margin:0px;
	text-align: center;
	border:0px dashed red;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/*===FlexSlider幻灯片  结束===*/




.heng1{ width:100%; height:39px; float:left; display:inline; border:#CCC 1px solid; margin-top:2px;}
.heng1_zuo{ width:auto; height:37px; line-height:37px; float:left; display: inline; font-family:"微软雅黑"; font-size:14px; color:#1377dc; padding-left:5px;}
.heng1_zuo a{ font-family:"微软雅黑"; font-size:14px; color:#000;}

.more{ width:15%; height:20px; float:right; display:inline; margin-top:10px; margin-right:5px; background-color:#1c50a3; border-radius:4px; text-align:center;}
.more a{ color:#FFF; font-family:"微软雅黑"; font-size:12px;}
.tu{ width:100%; height:auto; float:left; display:inline; margin-top:5px; margin-bottom:5px;}
.tu ul{ width:100%; height:auto;}
.tu ul li{ width:23%; height:auto; float:left; display:inline; margin-right:1%; margin-left:1%; text-align:center;}
.tu ul li span{ color:#FFFFFF; font-family:"微软雅黑"; font-size:14px; line-height:30px; height:30px;}




.heng2{ width:100%; height:39px; float:left; display:inline; background-color:#e5e5e5;}
.heng2_zuo{ width:auto; height:39px; float:left; display:inline;  color:#000; font-family:"微软雅黑"; font-size:14px; line-height:39px; padding-left:5px;}

.shi{ width:100%; height:auto; float:left; display:inline;}
.shi ul li{ width:48%; height:auto; margin-left:1%; margin-right:1%; float:left; display:inline; margin-top:5px;}
.shi ul li img{ width:100%;}






.foot{ width:100%; height: auto; float:left; display:inline; background-color:#17181c; text-align:center; font-family:"微软雅黑"; font-size:12px; color:#8F8F8F; line-height:28px; padding-top:20px; padding-bottom:20px;}

/*===快捷菜单按钮 开始===*/

.plug-div {position:fixed;bottom:0;left:0px;z-index:900;}

.phone {width:100%; height:480px; border: #000 solid 1px; position:relative; }

.plug-menu {	width:36px;	height:36px;	border-radius:36px;	

    position: absolute;	bottom:16px;left: 16px;	z-index:999;

	-moz-box-shadow:0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);

	-webkit-box-shadow:0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);

	box-shadow:0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);

	background-color: #B70000;

	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FF0000), color-stop(100%, #B70000));

	background-image:-webkit-linear-gradient(top, #FF0000, #B70000);

	background-image:-moz-linear-gradient(top, #FF0000, #B70000);

	background-image:-o-linear-gradient(top, #FF0000, #B70000);

	background-image:linear-gradient(top, #FF0000, #B70000);

}

.plug-menu span {	display: block;	width:28px;height:28px;	background: url(../ky_img/plugmenu.png) no-repeat;

	background-size: 28px 28px;	text-indent: -999px;	position:absolute;	top:50%;	left:50%;

	margin-top:-14px;	margin-left: -14px;	overflow: hidden;

}

.plug-btn {	width:32px;	height:32px; border-radius:32px;

	-moz-box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);

	-webkit-box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);

	box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);

	background:#333333;	position:absolute;	bottom:0;

	left:0;	margin-bottom:20px;	margin-left:20px;	z-index:998;

}

.plug-btn span {	display: block;width: 24px;height: 24px;	text-indent: -999px;position: absolute;

	top: 50%; left: 50%; margin-top: -12px;	margin-left: -12px;

	overflow: hidden;	background-repeat: no-repeat;	background-size: 24px 24px;

}

.plug-phone .plug-useless {background:#e2e2e2;}

.plug-btn {-webkit-transition: -webkit-transform 200ms;}



.plug-menu span {-webkit-transition: -webkit-transform 200ms;}

.plug-menu span.open {-webkit-animation-name: open;-webkit-transform: rotate(135deg);}

.plug-menu span.close {-webkit-animation-name: close;-webkit-transform: rotate(0deg);}

.plug-btn1.open {-webkit-transform: translate(0, -100px) rotate(720deg);}

.plug-btn1.close {-webkit-transform: translate(0, 0) rotate(0deg);}



.plug-btn2.open {-webkit-transform: translate(47px, -81px) rotate(720deg);}

.plug-btn2.close {-webkit-transform: translate(0, 0) rotate(0deg);}

.plug-btn3.open {-webkit-transform: translate(81px, -45px) rotate(720deg);}

.plug-btn3.close {-webkit-transform: translate(0, 0) rotate(0deg);}

.plug-btn4.open {-webkit-transform: translate(100px, 0) rotate(720deg);}

.plug-btn4.close {-webkit-transform: translate(0, 0) rotate(0deg);}

.plug-btn5.open {	display: block;width:310px;	height:310px;	border-radius:310px;

	background-color:rgba(255, 255, 255, 0);	-moz-box-shadow: none;	-webkit-box-shadow:none;

	box-shadow:none;	z-index:997;	left:-170px;	top:-170px;overflow: hidden;

}

.plug-btn5.close {	display: none;}

 .themeStyle{background:#DE270B} /*必须放在最后，覆盖前面定义的样式*/

/*===快捷菜单按钮 结束===*/



/*===顶部工具条 开始===*/

#toolbar{width: 100%; height: 46px; line-height:46px; z-index: 3; position: fixed;left: 0;top: 0;right:0;}

#toolbar .fixed {

	display: block;

	margin: 0 auto;

    min-width: 320px;

	height: 45px;

	top: 0;

	border-bottom: 1px solid #305196;

	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);

	background-image:-webkit-gradient(linear, left top, left bottom, from(#6DACED), to(#3C63B9));

	background-image:-webkit-linear-gradient(#6DACED, #3C63B9);

	background-image:-moz-linear-gradient(#6DACED, #3C63B9);

	background-image:-ms-linear-gradient(#6DACED, #3C63B9);

	background-image:-o-linear-gradient(#6DACED, #3C63B9);

	background-image:linear-gradient(#6DACED, #3C63B9);

	/*opacity: 0.95;*/

}

#toolbar .fixed-green, #toolbar .fixed-blue{	display: block; margin: 0 auto; min-width: 320px; height: 45px; top: 0;} 

#toolbar .fixed-green {

	border-bottom: 1px solid #478200;	

	box-shadow:0 0 5px 0 rgba(0,0,0,0.5); -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.5); -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,5);-o-box-shadow:0 0 5px 0 rgba(0,0,0,5);

	background-image:-webkit-gradient(linear,left top,left bottom,from(#8BD73C),to(#508F06));

	background-image:-webkit-linear-gradient(#8BD73C, #508F06);

	background-image:-moz-linear-gradient(#8BD73C, #508F06);

	background-image:-ms-linear-gradient(#8BD73C, #508F06);

	background-image:-o-linear-gradient(#8BD73C, #508F06);

	background-image:linear-gradient(#8BD73C, #508F06);

	/*opacity: 0.95;*/

}



#toolbar .fixed-blue {

	border-bottom: 1px solid #305196;

	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);

	background-image:-webkit-gradient(linear, left top, left bottom, from(#6DACED), to(#3C63B9));

	background-image:-webkit-linear-gradient(#6DACED, #3C63B9);

	background-image:-moz-linear-gradient(#6DACED, #3C63B9);

	background-image:-ms-linear-gradient(#6DACED, #3C63B9);

	background-image:-o-linear-gradient(#6DACED, #3C63B9);

	background-image:linear-gradient(#6DACED, #3C63B9);

	/*opacity: 0.95;*/

}

#toolbar .fixed-pink {

	border-bottom: 1px solid #f1418f;

	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);

	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffa0ca), to(#ff4f9d));

	background-image:-webkit-linear-gradient(#ffa0ca, #ff4f9d);

	background-image:-moz-linear-gradient(#ffa0ca, #ff4f9d);

	background-image:-ms-linear-gradient(#ffa0ca, #ff4f9d);

	background-image:-o-linear-gradient(#ffa0ca, #ff4f9d);

	background-image:linear-gradient(#ffa0ca, #ff4f9d);

	/*opacity: 0.95;*/

}

#toolbar .fixed-gray {

	border-bottom: 1px solid #ccc;

	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);

	background-image: -o-linear-gradient(top, #066cdf 0%, #115fb7 100%);

	background-image: -moz-linear-gradient(top, #066cdf 0%, #115fb7 100%);

	background-image: -webkit-linear-gradient(top, #066cdf 0%, #115fb7 100%);

	background-image: -ms-linear-gradient(top, #066cdf 0%, #115fb7 100%);

	background-image: linear-gradient(top, #066cdf 0%, #115fb7 100%);

}



.ui-title{min-height: 46px; text-align: center; font-size: 16px; font-weight:normal; display: block; margin: 10px 70px 0; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; display:none;text-indent: -10px; color:#FFF;text-shadow:0 1px #3C63B9}



.ui-btn-back, .ui-btn-refresh, .ui-btn-menu, .ui-btn-home{  

	display:block; position:absolute; width:50px; height:44px;

	text-indent: -9999px; margin:0; padding:0; 

}

.ui-btn-back { top:0px; left:0px; background:url(../ky_img/back.png) no-repeat center center;  background-size:24px auto;}

.ui-btn-refresh { top:0px; right:0px; background:url(../ky_img/refresh.png) no-repeat center center; background-size:28px auto;}

.ui-btn-menu { top:0px; right:0px; background:url(../ky_img/menu.png) no-repeat center center; background-size:24px auto;}

.ui-btn-home { top:0px; right:0px; background:url(../ky_img/home.png) no-repeat center center;  background-size:24px auto;}

.ui-btn-submit{

	width:100%; padding:9px 0px;font-size:16px;text-decoration:none; margin:5px 0px;

	background-color:#179F00;border:1px solid #0B8E00;

	background-image:linear-gradient(bottom,  #179F00 0%, #5DD300 100%);background-image:-o-linear-gradient(bottom, #179F00 0%, #5DD300 100%);

	background-image:-moz-linear-gradient(bottom, #179F00 0%, #5DD300 100%);

	background-image:-webkit-linear-gradient(bottom, #179F00 0%, #5DD300 100%);

	background-image:-ms-linear-gradient(bottom, #179F00 0%, #5DD300 100%);

	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #179F00),color-stop(1, #5DD300));

	-webkit-box-shadow:0 1px 0 #94E700 inset, 0 1px 2px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 1px 0 #94E700 inset, 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow:0 1px 0 #94E700 inset, 0 1px 2px rgba(0, 0, 0, 0.5);

	border-radius:5px;-webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; 

	color:#ffffff; display:block; text-align:center; text-shadow:0 1px rgba(0, 0, 0, 0.2);

	cursor:pointer;	

}

.ui-btn-submit:active{

	padding:9px 0px;top:0px;

	background-image:linear-gradient(bottom, #5DD300 0%, #179F00 100%);background-image:-o-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);

	background-image:-moz-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);background-image:-webkit-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);

	background-image:-ms-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);

	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #5DD300),color-stop(1, #179F00));

	-webkit-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);

	-moz-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);

}

#popmenu{cursor:pointer; display:block; position:relative;  text-align: center; width: 200px; margin:0 auto; line-height:48px; color:#FFFFFF}

#popmenu:after {content: "";width: 0;height: 0;position: absolute;right: 50px;top: 50%;margin-top: -2px;border-width: 5px 5px 0 5px;border-style: solid;border-color: #ffffff transparent;}

#overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;filter:alpha(opacity=0);display:none;z-index: 4;}

/*导航窗口*/

#window{position: fixed;top:55px;left:50%;width: 200px;margin:0 0 0 -100px; display:none; z-index: 5;}

.windowlist {

    /* Size and position */

    position: relative;

	display:block;

    margin: 0 auto;

    padding: 5px;

    /* Styles */

    background-color: rgba(47, 47, 47, 1);

    border-radius: 7px;-webkit-border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; 

    border: 1px solid rgba(0,0,0,0.15);

	box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15);-o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);

    cursor: pointer;

    outline: none;

	list-style: none outside none;

}

.windowlist:after {content: "";width: 0;height: 0;position: absolute;bottom: 100%;right: 90px;border-width: 0 6px 6px 6px;border-style: solid;border-color: rgba(47, 47, 47, 0.9) transparent;    }

.windowlist:before {content: "";width: 0;height: 0;position: absolute;bottom: 100%;right: 88px;border-width: 0 8px 8px 8px;border-style: solid;border-color: rgba(0,0,0,0.1) transparent;    }

.windowlist li {background-color: rgba(58, 58, 58, 1);display: block;float: left;height: 37px;width: 50%;}

.windowlist li span{

    border-color: #494949 #181818 #181818 #494949;

    border-left: 1px solid #494949;

    border-style: solid;

    border-width: 1px;

    color: #FFFFFF;

	line-height: 37px;

    display: block;

    font-size: 15px;

    height: 37px;

    text-align: center;

    text-shadow: 0 2px 2px #000000;

    width: 100%;

}

.windowlist li:hover {background-color: rgba(0, 0, 0, 0.9);}

/*===顶部工具条 结束===*/


.tong{ width:98%; height:auto; float:left; display:inline; color:#fff; font-family:"微软雅黑"; font-size:14px; margin-bottom:10px; line-height:30px; padding-left:1%; padding-right:1%;}
.tong img{ width:100%;}
.tong2{ width:100%; height:auto; float:left; display:inline;}
.tong2 ul{ width:100%; height:auto;}
.tong2 ul li{ width:100%; height:35px; float:left; display:inline; color:#000; font-family:"微软雅黑"; font-size:14px; line-height:35px; border-bottom:#CCC 1px dashed;}
.tong2 ul li a{ color:#000; font-family:"微软雅黑"; font-size:14px; }
.tong2 ul li span{ color:#999; font-family:"微软雅黑"; font-size:14px; float:right;}
.shuzi{ width:100%; height:30px; float:left; display:inline; text-align:center; font-family:"微软雅黑"; font-size:14px; color:#fff; line-height:30px;}


.tong3{ width:100%; height:auto; float:left; display:inline;}
.t01{ width:100%; height:auto; float:left; display:inline; margin-top:10px; border-bottom:#CCC 1px dashed; padding-bottom:10px; margin-bottom:2px;}
.t01_zuo{ width:30%; height:auto; float:left; display:inline; margin-left:2%;}
.t01_you{ width:65%; height:auto; float:left; display:inline; margin-left:2%;}
.t01_you_top{ width:100%; height:25px; float:left; display:inline; line-height:25px;}
.t01_you_top a{ color:#000; font-size:14px; font-family:"微软雅黑";}
.t01_you_zhong{width:100%; height:25px; float:left; display:inline; line-height:25px; color:#000; font-size:14px; font-family:"微软雅黑";}
.t01_you_bot{ width:100%; height:25px; float:left; display:inline; line-height:25px; color:#000; font-size:14px; font-family:"微软雅黑";}

.tong4{ width:100%; height:auto; display:inline; float:left;}
.s01{ width:45%; height:auto; float:left; display:inline; margin-left:3%; margin-top:5px; background:#763f56;}
.s01_top{ width:100%; height:auto; float:left; display:inline;}
.s01_bot{ width:98%; height:auto; float:left; display:inline; line-height:20px; text-align:left; padding-left:1%; padding-right:1%; padding-bottom:5px;}
.s01_bot a{ color:#fff; font-family:"微软雅黑"; font-size:14px;}


.s02_bot{ width:98%; height:auto; float:left; display:inline; line-height:20px; text-align:center; padding-left:1%; padding-right:1%; padding-bottom:5px;}
.s02_bot a{ color:#fff; font-family:"微软雅黑"; font-size:14px;}


.tong5{ width:100%; height:auto; display:inline; float:left;}
.h1{ width:100%; height:auto; float:left; display:inline; color:#fff; font-family:"微软雅黑"; font-size:16px; line-height:40px; text-align:center;}

.h2{ width:100%; height:30px; float:left; display:inline; color:#fff; font-family:"微软雅黑"; font-size:14px; line-height:30px; text-align:center;}
.h3{  width:100%; height:auto; float:left; display:inline; color:#fff; font-family:"微软雅黑"; font-size:14px; line-height:30px;}
.h3 img{ width:100%;}
.shang{  width:100%; height:30px; float:left; display:inline; color:#fff; font-family:"微软雅黑"; font-size:14px; line-height:30px;}
.shang a{   font-family:"微软雅黑"; font-size:14px; line-height:30px; color:#fff;}





.shouji{ width:100%; height:40px; position:fixed; bottom:0px;  z-index:10000; }
.anniu{ width:20%; height:40px; float:right; display:inline; color:#FFFFFF; font-family:"微软雅黑"; font-size:14px; line-height:40px; text-align:center; background-color:rgba(0,0,0,0.7);}
.shousuo{ width:80%; height:40px; float:right; display:inline; background-color:rgba(0,0,0,0.8); display:none;}
.shousuo ul{}
.shousuo ul li{ width:25%; height:40px; float:left; display:inline; text-align:center; line-height:40px;}
.shousuo ul li a{color:#FFFFFF; font-family:"微软雅黑"; font-size:14px;}


.xianshi{ width:100%; height:auto; float:left; display:inline; margin-top:-280px; display:none;}
.xianshi_li{ width:100%; height:40px; float:left; display:inline; background-color:rgba(0,0,0,0.8); line-height:40px; text-align:center;  }
.xianshi_li a{ color:#FFFFFF; font-family:"微软雅黑"; font-size:14px;}


.xianshi02{ width:100%; height:auto; float:left; display:inline; margin-top:-400px; display:none;}
.xianshi02_li{ width:100%; height:40px; float:left; display:inline; background-color:rgba(0,0,0,0.8); line-height:40px; text-align:center;  }
.xianshi02_li a{ color:#FFFFFF; font-family:"微软雅黑"; font-size:14px;}

.xianshi03{ width:100%; height:auto; float:left; display:inline; margin-top:-200px; display:none;}
.xianshi03_li{ width:100%; height:40px; float:left; display:inline; background-color:rgba(0,0,0,0.8); line-height:40px; text-align:center;  }
.xianshi03_li a{ color:#FFFFFF; font-family:"微软雅黑"; font-size:14px;}		












