@charset "utf-8";

/* CSS Document */

body{

	background:#fff;overflow-x:hidden;

	font-family: '微软雅黑', sans-serif;

}

body a{

	transition: 0.5s all;

	-webkit-transition: 0.5s all;

	-o-transition: 0.5s all;

	-moz-transition: 0.5s all;

	-ms-transition: 0.5s all;COLOR:#000

}li{list-style-type:none;}

 ul{

	padding: 0;

	margin: 0;

}

h1,h2,h3,h4,h5,h6,label,p{

	margin:0;	

}

.content{background:url(../images/bg1.jpg);}

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

.fr{float:right}

.navbar-default {

    background: none;

    border: none;

    margin: 0;

    min-height: auto;  

}

.navbar-default .navbar-nav > .active > a{

    color: #FFF;

   background:#d50211;

	

}

div#bs-example-navbar-collapse-1 {

    float: right;

}

 .navbar-default .navbar-nav > .active > a:hover,

 .navbar-default .navbar-nav > .active > a:focus {

    	background:#d50211;

	-webkit-transition: max-width 0.5s;

	-moz-transition: max-width 0.5s;

	transition: max-width 0.5s;

		

	color:  #fff;

}

.navbar-default .navbar-nav > li > a {

    color: #000;

    font-size: 16px;

	padding: 50px 18px;

}

.navbar-default .navbar-nav > li > a:hover, 

.navbar-default .navbar-nav > li > a:focus {

    	background:#d50211;

	outline: none;

		-webkit-transition: max-width 0.5s;

	-moz-transition: max-width 0.5s;

	transition: max-width 0.5s;

		

	color:  #fff;

}

.navbar-default .navbar-nav > .open > a,

 .navbar-default .navbar-nav > .open > a:hover, 

 .navbar-default .navbar-nav > .open > a:focus {

   	background:#d50211;

	outline: none;

		-webkit-transition: max-width 0.5s;

	-moz-transition: max-width 0.5s;

	transition: max-width 0.5s;

		

	color:  #fff;

}

.logo {

    padding: 0;

    height: auto;

    padding: 2em 0 0 0;

    margin-top: 0em;}

.gongao{border-bottom:1px solid #ccc;padding:20px 0}

.gongao .more{padding:5px 15px ;border:1px solid #ccc;border-radius:15px;}

.weizhi{background:url(../images/mk2.jpg) top repeat-x #f5f5f5;padding:30px 0;color:#666}

.weizhi  a{color:#d50211}

.container .text-center h4{margin:50px  0 15px 0;}

.container .text-center p{line-height:25px;margin-bottom:30px;}



.product li{margin-bottom:20px;}

.product h3{font-size: 20px; margin: 5px 0 10px;}

.product p{font-weight: 300; line-height: 20px; font-size: 14px; margin-bottom: 15px;}

.product .btn{display: inline-block; padding: 10px 30px; font-size: 14px; color: #fff; border: 1px solid #fff;border-radius:30px; text-decoration: none; transition: 0.4s;}

.product .btn:hover{background-color: #fff; color: #175ca1; transition: 0.4s;}

.product .text-desc{position: absolute; left: 0; top: 0; background-color:rgba(23,62, 161, 0.7); height: 100%; opacity: 0; width: 100%; padding: 20px;}

.xiayiye li{float:left;margin-right:10px;line-height:30px;}

.xiayiye li a{ padding:0px 10px; display:block; vertical-align:middle;border: 1px solid #dedede;-moz-border-radius: 5px;      /* Gecko browsers */-webkit-border-radius: 5px;   /* Webkit browsers */ border-radius:5px;            /* W3C syntax */}
.xiayiye select {-moz-border-radius: 5px;      /* Gecko browsers */-webkit-border-radius: 5px;   /* Webkit browsers */ border-radius:5px;            /* W3C syntax */height:28px;border:1px solid #dedede;}
.xiayiye li.thisclass{background:#d50211;padding:0px 10px; display:block; vertical-align:middle;border: 1px solid #dedede;-moz-border-radius: 5px;      /* Gecko browsers */-webkit-border-radius: 5px;   /* Webkit browsers */ border-radius:5px; color:#fff;           /* W3C syntax */}
.xiayiye a:hover{background:#d50211;}

/* effect-1 css */

.port-1{float: left; width: 100%; position: relative; overflow: hidden; text-align: center; border: 4px solid rgba(255, 255, 255, 0.9);}

.port-1 .text-desc{opacity:1; top: -100%; transition: 0.5s; color: #fff; padding: 45px 20px 20px;}

.port-1 img{transition: 0.5s;width:100%}

.port-1:hover img{transform: scale(1.2);}



.port-1.effect-3 .text-desc{top: 50%; left: 50%; width: 0; height: 0; overflow: hidden; padding: 0;}

.port-1.effect-3:hover .text-desc{width: 100%; top: 0; left: 0; height: 100%; padding: 45px 20px 20px;}

/* effect-1 css end */

.server{background:url(../images/bjbjb3.jpg);padding-bottom:30px;}

.server .btn{display: inline-block; padding: 10px 30px; font-size: 14px; border: 1px solid #333;border-radius:30px; text-decoration: none; transition: 0.4s;}

.server .btn:hover{background-color: #fff; color: #175ca1; transition: 0.4s;}

.server .text-center{margin-top:30px;}

.p_Product{

   padding:0 10px;

     display: inline-block;

    vertical-align: top;

    height: inherit;margin-bottom:20px;

    position: relative;

    overflow: hidden;}

 .p_images {

    position: relative;

    width: 100%;

  

    text-align: center;

    font-size: 0;

    border: 1px #ddd solid;}

	

	.p_images img{width:100%;}

	

.p_Product:hover .btnc {

    bottom: 0px;

    background-color: rgba(0,84,160,0.8);

}

.p_Product .btnc {

    width:94%;

    height: 110px;

    background-color: rgba(48,48,48,0.7);

    position: absolute;

    left: 10px;

bottom: -63px;

    -webkit-transition-duration: 0.3s;

    -moz-transition-duration: 0.3s;

    -ms-transition-duration: 0.3s;

    transition-duration: 0.3s;}

 .p_Product:hover .btnc {

    bottom: 0px;

    background-color: rgba(0,84,160,0.8);}

	

 .btnc h2 {

    font-weight: normal;

    font-size: 14px;

    color: #fff;

    line-height: 50px;

    text-align: center;

    white-space: nowrap;

}

 .btnc h3 {

    border: 1px #fff solid;

    width: 140px;

    height: 38px;

    line-height: 38px;

    font-weight: normal;

    margin: 0 auto;

    border-radius: 10px;

    text-align: center;

    font-size: 14px;

    color: #fff;

}

	@media screen and (max-width: 800px) { 

	.logo {padding-top:5px;}

	.logo img{width:100%;}

	 

	}

.zzsc_min {display:none}


@media screen and (max-width: 767px) {
#zzsc{display:none;}
.zzsc_min {display:block;}
	}
	




.kuaijieliu li{width: 100%;

    background: #c1c1c1;text-align:center;margin-bottom:5px;

    display: inline-block;padding:40px 0}

	.kuaijieliu b {

    width: 60px;

    height: 60px;

    position: relative;

    float: left;    margin-left: 40px;}

.kuaijieliu span {

    transition: all 0.6s;

    text-align: left;

float:left;

    display: inline-block;

    font-size: 24px;

    color: #fff;

   margin-left:10px;

    line-height: 30px;

   }

.kuaijieliu li.active,.kuaijieliu li:hover{background:#d50211}



.footer{padding:20px 0;    background: #505050; color: #fff;}

.footer li{float:left;margin-right:30px;}
.footer li:last-child{margin-right:0}
 

.footer li a{color:#fff;}





.weixiu,.product{margin-bottom:50px;}



.welcome{margin:50px 0;}

.welcome .nav-left{background:url(../images/left.png);}

.welcome .nav li{border-bottom:1px solid #555;}

.welcome .nav li a{color:#fff;}

.welcome .nav li a:hover,.welcome .nav li.active{background:#d50211}



.about  li{background:#f5f5f5;color:#666;margin-bottom:5px;}

.about li a{display:block;height:60px;line-height:60px;text-align:center}

.about  li a:hover,.about  li.on{background:#d50211;color:#fff;}
.about  li.on a{color:#fff;}

.typename{ color: #d50211;font-size:38px;font-weight:bold;margin-bottom:20px;}



.yangxi{line-height:200%;margin-top:50px;}



.right .text-style{padding-left:30px;}

.tab_img .fashion-img{padding:10px;}

.tab_img .fashion-img a{border:2px solid #f5f5f5;display:block;background:#f5f5f5}



.tab_img .fashion-img div{padding:15px;line-height:200%;color:#666}

.tab_img .fashion-img div h4{color:#333;font-weight:bold}

.tab_img .fashion-img a:hover div{background:#d50211;color:#fff;}

.tab_img .fashion-img a:hover h4{color:#fff;}



.news_two_ul li {

    width: 100%;



    border: 1px solid transparent;

    margin-bottom: 20px;

}

.news_two_box {

    width: 100%;

    height: 159px;

    border: 1px solid transparent;

    position: relative;

    background: #f7f7f7;

    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;

}

.news_two_box:hover{background:#d50211;color:#fff;}



.news_two_img img {

    width: 200px;

    height: 130px;

    margin: 15px;float:left;

    border-bottom: 1px solid rgba(0, 0, 0, 0.09);}

	.news_two a {

    color: #ccc;

    text-decoration: none;

}



.news_two_txt {

    width: 56%;

    float: left;

    margin: 36px 0 28px 34px;

    transition: all .3s ease-out 0s;

}

.news_two_txt span {

    font-size: 16px;

    color: #717171;

    display: block;

    height: 24px;

    overflow: hidden;

    margin-bottom: 20px;

    transition: all .3s ease-out 0s;

}

.news_two_txt i {

    height: 52px;

    color: #A2A2A2;

    line-height: 24px;

    display: block;

    font-size: 14px;

    overflow: hidden;font-style: normal;

    transition: all .3s ease-out 0s;}

	.news_two p {

    margin: 0;

}



.news_two_date {

    float: right;

    color: rgb(204, 204, 204);

    padding: 36px 66px 0px 0px;

    transition: all 0.3s ease-out 0s;

}.news_two_date span {

    height: 26px;

    font-size: 19px;

}

.news_two_but {

    float:right

}



.ser_but {

    position: absolute;

    top: 72px;

    right: 80px;

    width: 90px;

    height: 35px;

    border-radius: 18px;

    text-align: center;

    border: 1px solid #dedfe1;

    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;}

	.ser_but i {

    width: 70px;

    height: 35px;

    line-height: 35px;

    transition: all 0.3s;}

	

.news_two_box:hover span,.news_two_box:hover i{color:#fff;}



 .p_head {

    text-align: center;

    font-size: 25px;color:#d50211;padding-bottom:10px;border-bottom:1px solid #f0f0f0;}

.p_SummaryBox{  margin:10px 0;  border-width: 1px;

    border-style: solid;padding:10px;

    border-color: rgba(228,228,228,1);

    background-color: rgba(252,251,253,1);

    word-wrap: break-word;

    word-break: break-all;

    font-size: 14px;color:#999;}

	

.news_yangxi{    font-size: 15px;

    color: #333;

    line-height: 32px;}

	

	

/* box */

.box{width:100%;}

.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}

.tb-pic a img{vertical-align:middle;}

.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}

.tb-thumb{    border: 1px solid #ccc;

    border-top: none;

    padding: 10px;

    overflow: hidden;

    width: 600px;}

.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:80px;margin:0 6px 0 0;overflow:hidden;padding:1px;}


.tb-s310 a{*font-size:271px;}

.tb-s40 a{*font-size:35px;}

.tb-s40, .tb-s40 a{height:80px;width:80px;}

.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;}

.tb-thumb .tb-selected{background:none repeat scroll 0 0 #d50211;height:80px;padding:2px;}

.tb-thumb img{width:100%;height:100%;}

.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}

.tb-thumb li div{border:1px solid #CDCDCD;}

div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}

div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;width:100px;height:100px;}



.d_Title{display: inline-block;

    color: #d50211;

    font-size: 26px;

    font-weight: bold;

}



.d_summary{    margin-top: 15px;line-height: 32px;color: #555;

    font-size: 15px;}

.e_line{margin-top: 10px;

    margin-bottom: 10px;

    border-top:1px  dashed #f0f0f0;width: 100%;

    height: 0px;

   }

  .d_SortName{    margin-bottom: 20px;

    padding-top: 10px;color:#707070;}

	.d_SortName span{font-size:13px;color:#979797;padding-right:15px;}

.mt_50{margin-top:50px;}



.w_rbox{border:1px solid #ccc;padding:20px;margin-top:120px;

   }

.w_rbox h4{border-bottom:1px solid #ccc;color:#0750a9;padding-bottom:10px;margin-bottom:20px;font-weight:bold}

.w_rbox li{line-height:32px;color:#696969;font-size:15px;}



.tab-wrapper{padding:0;margin-top:30px;}

.miaoshu li{background-color: #ccc;float:left;line-height:45px;padding:0 35px;margin-right:15px;}

.miaoshu li.active{background:#d50211;color:#fff;}

.miaoshu li.active a{color:#fff;}



.scroll{clear:both;border:1px solid #ccc;margin-bottom:30px;padding:30px;color:#666;line-height:32px;}















.tab-content>div {

  background-color: #fff;

  box-sizing:border-box;

  width: 100%;

  min-height:200px;

}



.line {

  position:absolute;

  width: 0;

  height: 7px;

  background-color: ;

  top: 0;

  left: 0;

}











.product-list li {

    width: calc((100% - 80px)/4);

    float: left;

    margin: 5px;}

.product-list li figure {

    background-color: #eee;

    height: 215px;

    display: block;

    line-height: normal;

    overflow: hidden;

    position: relative;

}

.product-list li:hover figure mark {

    opacity: 1;

    transform: skewX(0);

    visibility: visible;

}



.product-list li figure mark {

    position: absolute;

    left: 0;

    top: 0;

    box-sizing: border-box;

    width: 100%;

    height: 100%;

    background: rgba(6,79,169,0.2);

    background: #eb6123\9;

    filter: alpha(opacity=20);

    z-index: 20;

    opacity: 0;

    transform: skewX(45deg);

    visibility: hidden;

    transition: 360ms;}

	.product-list li:hover figure mark:before {

    height: 100%;

    transition: 330ms 200ms;

}



.product-list li figure mark:before {

    content: "";

    width: 100%;

    height: 0%;

    border-left: 3px solid #2064b8;

    border-right: 3px solid #2064b8;

    box-sizing: border-box;

    position: absolute;

    left: 0;

    top: 0;

    transition: 320ms;}

.product-list li figure mark b {

    display: block;

    width: 46px;

    height: 46px;

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -23px;

    margin-top: -23px;

    z-index: 30;}

.product-list li:hover figure mark:after {

    width: 100%;

    transition: 330ms 200ms;

}

page_impt_blank…538039172000:1

.product-list li figure mark:after {

    content: "";

    width: 0%;

    height: 100%;

    border-top: 3px solid #2064b8;

    border-bottom: 3px solid #2064b8;

    box-sizing: border-box;

    position: absolute;

    left: 0;

    top: 0;

    transition: 320ms;

}

.product-list li figure img {

    display: block;

    width: 100%;

    height: auto;

    transition: 424ms linear;

}

.product-list li:hover figcaption {

    color: #2064b8;

}



.product-list li figcaption {

    display: block;

    color: #5d5d5d;

    font-size: 20px;

    line-height: normal;

    margin-top: 20px;

    transition: 350ms;

}

.product-list li figure mark b {

    display: block;

    width: 46px;

    height: 46px;

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -23px;

    margin-top: -23px;

    z-index: 30;

}

.product-list li:hover figure mark:after {

    width: 100%;

    transition: 330ms 200ms;

}



.product-list li figure mark:after {

    content: "";

    width: 0%;

    height: 100%;

    border-top: 3px solid #2064b8;

    border-bottom: 3px solid #2064b8;

    box-sizing: border-box;

    position: absolute;

    left: 0;

    top: 0;

    transition: 320ms;

}

.product-list li figure mark b:before {

    content: "";

    width: 100%;

    height: 1px;

    background: #2064b8;

    position: absolute;

    left: 0;

    top: 23px;

    transform: translateX(-200px);

    -webkit-transform: translateX(-200px);

    -moz-transform: translateX(-200px);

}

.product-list li figure mark b:after {

    content: "";

    width: 1px;

    height: 100%;

    background: #2064b8;

    position: absolute;

    left: 23px;

    top: 0;

    transform: translateY(-200px);

    -webkit-transform: translateY(-200px);

    -moz-transform: translateY(-200px);

}

.product-list li:hover figure mark b:after {

    transition: 355ms 240ms;

    transform: translateY(0);

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

}

.product-list li:hover figure mark b:before {

    transition: 355ms 180ms;

    transform: translateX(0);

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

}



.product-list li figure mark b:before {

    content: "";

    width: 100%;

    height: 1px;

    background: #2064b8;

    position: absolute;

    left: 0;

    top: 23px;

    transform: translateX(-200px);

    -webkit-transform: translateX(-200px);

    -moz-transform: translateX(-200px);

}

.link{margin:20px 0}

.link h4{color: #d50211;font-size:25px;font-weight:bold;margin-bottom:20px;}

.none {display:none;}



.kuaijie{padding-left:20px;}

.kuaijie .carousel-inner > .item > img{width:100%;}



.apple{  height:24px; overflow:hidden;}

.apple a{ width:100%; height:24px; line-height:24px; text-indent:20px; color:#000;}
.min_tu{display:none}
@media screen and (min-width: 767px) {
	.news_two_ul li {
    width: 100%;
    height: 159px;}
.tb-s310, .tb-s310 a{height:450px;width:600px;}
.tb-s310, .tb-s310 img{max-height:450px;max-width:600px;}
	}
@media screen and (max-width: 767px) {
	.footer div{display:block;overflow:hidden;}
.footer .text-right{text-align:center;margin-top:10px;}
.navbar-default .navbar-nav > li > a{padding:15px;width:100%; }
.navbar-collapse{width:100%;}
.kuaijie{padding-left:0}
.kuaijieliu li{padding:20px 0}
.big_tu,.float0831{display:none;}
.min_tu{display:block}
.min_tu img{width:100%;}
img{max-width:100%;height:auto}
.logo img{margin-top:10px;}
.right .text-style {
    padding-left: 0px;
}
.news_two_img img{width:100%;height:auto;margin:0}
.news_two_txt{width:100%;margin:0px;padding:10px;}
.news_two_date{display:none;}
.ser_but {display:none;}
.news_two_box{height:auto;display:block;overflow:hidden;}

.about li{width:30%;float:left;margin:0 1.5% 3% 1.5%;}
.product li,.p_Product{width:50%;float:left}
.p_images{width:110%;}
.d_Title{margin-top:30px;}
.w_rbox{margin-top:20px;}
.product-list li{width:48%;margin:1%;}
.product-list li figure{height:auto;}
.product-list li figcaption{font-size:14px;margin:10px 0;text-align:center}
.yangxi{margin-top:0}
.welcome {margin: 20px 0;}
.welcome .nav li {
    width: 50%;
    float: left;}
.tab_img .fashion-img div {
    padding: 5px;
}
.tab_img .fashion-img div h4 {
    font-size:14px;text-align:center;
    font-weight: normal;}
	.tab_img .fashion-img {
    padding: 5px;
}
.weizhi {
    padding: 20px 0;

    margin-top: 10px;}
	.mt_50 {
    margin-top: 20px;
}
}







.float0831 {
	POSITION: fixed; TOP: 180px; RIGHT: 1px; _position: absolute;z-index:10;
}
.float0831 A {
	COLOR: #00a0e9
}
.float0831 A:hover {
	COLOR: #ff8100; TEXT-DECORATION: none
}
.float0831 .floatL {
	POSITION: relative; WIDTH: 28px; FLOAT: left
}
.float0831 .floatL A {
	TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px
}
.float0831 .floatR {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .tp {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .cn {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .floatR {
	PADDING-BOTTOM: 15px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden
}
.float0831 .tp {
	BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px
}
.float0831 .cn {
	BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px
}
.float0831 .cn H3 {
	TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px
}
.float0831 .cn UL {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px
}
.float0831 .cn UL LI {
	BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 36px; WORD-WRAP: break-word; HEIGHT: 36px; OVERFLOW: hidden; WORD-BREAK: normal
}
.float0831 .titZx {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titDh {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titDc {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoZx {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoTc {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoFf {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoTl {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnOpen {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnOpen_n {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnCtn {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titZx {
	BACKGROUND-POSITION: 5px -10px
}
.float0831 .titDh {
	BACKGROUND-POSITION: 5px -66px
}
.float0831 .titDc {
	BACKGROUND-POSITION: 5px -124px
}
.float0831 .icoZx {
	BACKGROUND-POSITION: 2px -154px
}
.float0831 .icoTc {
	BACKGROUND-POSITION: 0px -323px
}
.float0831 .icoFf {
	BACKGROUND-POSITION: 2px -213px
}
.float0831 .icoTl {
	PADDING-LEFT: 20px; DISPLAY: block; FONT-FAMILY: "微软雅黑"; BACKGROUND-POSITION: 2px -266px; FLOAT: left;font-size:12px;
}
.float0831 .btnOpen {
	BACKGROUND-POSITION: -30px -396px
}
.float0831 .btnOpen_n {
	BACKGROUND-POSITION: 0px -530px
}
.float0831 .btnCtn {
	BACKGROUND-POSITION: 0px -396px
}
.float0831 .icoZx {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoTc {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoFf {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .btnOpen {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen_n {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnCtn {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen {
	TOP: 118px; LEFT: 1px
}
.float0831 .btnOpen_n {
	TOP: 118px; LEFT: 1px
}
.float0831 .btnCtn {
	TOP: 118px; LEFT: 2px
}
.float0831 UL LI H3.titDc A {
	WIDTH: 80px; DISPLAY: block; HEIGHT: 36px
}
.float0831 UL LI.top {
	BORDER-BOTTOM: #cacaca 1px solid
}
.float0831 UL LI.bot {
	BORDER-BOTTOM-STYLE: none
}
.float0831 UL.webZx {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/webZx_bg.jpg) no-repeat; HEIGHT: 52px; PADDING-TOP: 0px
}
.float0831 UL LI.webZx-in {
	BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 60px; PADDING-TOP: 8px
}
