@CHARSET "UTF-8";
@CHARSET "UTF-8";
.holderjs-fluid { 
	font-size: 16px;font-weight: bold;text-align: center;font-family: sans-serif;margin: 0;
}
.plugins{}

.plugins .span4{float: left;width: 260px;height:300px;margin:0 10px 0 0}
	
.news{ border:0px solid red;margin-left:70%; }
.news h2{margin:0;padding:0;font-size: 14px; font-weight: bold;}
.news ul { padding-left: 12px;text-align: left;font-size: 14px; }
.news ul, li {list-style: none outside none;margin: 0px; }
.news li { list-style: disc outside none;line-height: 1.8;color: rgb(153, 153, 153);margin: 5px 0px;}
.news .right { float: right;}

#case {
	border:0px solid red;margin: 0 auto; overflow: hidden;
	width: 1020px;
	//width: 100%;
}

#case .title_pic {
    color: #006DCC; display: block; font-size: 24px; font-weight: bold; line-height: 35px;text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);padding-top:0px;
}

.wm_case_list {
    position: relative;
}

.wm_case_mod_bd {
    margin-top: 10px;
}

.wm_case_item {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: 96px;
}
.wm_case_item .icon_wrapper {
    display: inline-block;
}
.wm_case_t {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    padding-top: 4px;
}
.wm_case_desc {
    margin-top: 15px;
    padding: 16px 15px;
    position: relative;
}
.wm_case_desc_text {
    font-size: 14px;
    line-height: 2;
    margin-right: 10px;
}
.wm_case_desc_img {
    float: left;
    height: 480px;
    margin-right: 10px;
    width: 320px;
}
.wm_case_desc_img.extra {
    margin-right: 20px;
}

.block_case {
    padding: 30px 0;
}

.block_case ul {
    overflow: hidden;text-align: center;width: 100%;
}

.block_case li {
    display: inline-block;
    margin: 0 2px;
    padding: 10px 0;
    vertical-align: top;
}
.block_case h4 {
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}
.block_case .logo {
    height: 76px;
    overflow: hidden;
    padding: 0 10px;
    width: 76px;
}
.block_case .logo img {
    height: 66px;
    padding: 5px;
    width: 66px;
}
.block_case .circle {
    cursor: pointer;
    height: 76px;
    margin-left: 10px;
    position: absolute;
    width: 76px;
    z-index: 10;
}
.block_case .circle img {
    height: 76px;
    width: 76px;
}
.block_case .code {
    display: none;
    margin: 98px 0 0 -9px;
    position: absolute;
    z-index: 20;
}
.block_case .code img {
    width: 115px;
}
.block {
    overflow: hidden;
    padding: 20px 0;
}
.caser-wx {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
}
.caser-wx li {
    display: inline-block;
    margin: 0 10px;
    width: 30%;
}
.caser-wx li p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.caser-wx li p img {
    margin-left: 20%;
    text-align: center;
}

.icon_wm_case {
    background: url("../images/icon_wm_case.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 80px;
    vertical-align: middle;
    width: 80px;
}
.default_wrapper {
    background-color: #DCDCDC;
    border: 1px solid #C0C0C0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 #EEEEEE inset, 0 1px 5px #A1A1A1;
}
.default_wrapper .arrow {
    left: 36px;
    position: absolute;
    top: -20px;
}
.default_wrapper .arrow i {
    border-color: rgba(0, 0, 0, 0);
    border-style: dashed;
    border-width: 10px;
    height: 0;
    position: absolute;
    width: 0;
}
.group {
}
.group:after {
    clear: both;
    content: "​";
    display: block;
    height: 0;
}
.default_wrapper .arrow i.arrow_out {
    border-bottom-color: #C0C0C0;
    border-bottom-style: solid;
}
.default_wrapper .arrow i.arrow_in {
    border-bottom-color: #DCDCDC;
    border-bottom-style: solid;
    top: 1px;
}
.icon_wm_case.yzhk {
    background-position: 0 -80px;
}
.icon_wm_case.ml {
    background-position: -80px -80px;
}

.icon_wm_case.qcs {
    background-position: -160px -80px;
}

.icon_wm_case.tpy {
    background-position: -240px -80px;
}

.case_ewm {
    display: block;
    margin: 0 auto;
}
.icon_wm_case.on.yzhk, .icon_wm_case.yzhk:hover {
    background-position: 0 0;
}
.icon_wm_case.on.ml, .icon_wm_case.ml:hover {
    background-position: -80px 0;
}

.icon_wm_case.on.qcs, .icon_wm_case.qcs:hover {
    background-position: -160px 0;
}

.icon_wm_case.on.tpy, .icon_wm_case.tpy:hover {
    background-position: -240px 0;
}

#returnTop {
    background: url("../images/up-arrow.png") no-repeat scroll center center #999999;
    border-radius: 50px 50px 50px 50px;
    bottom: 50px;
    height: 45px;
    opacity: 0.5;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-indent: -999px;
    transition: bottom 0.9s ease 0s;
    width: 45px;
    z-index: 999;
}
#returnTop:hover {
    cursor: pointer;
}

.block_case ul {
	margin:0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.wm_case_mod_bd ul, li {
    list-style-type: none;margin:0;
}
.erwei {
    background: url("../images/erwei_small.png") no-repeat scroll center 5px #FFFFFF;
    border: 1px solid #D1D1D1;
    bottom: 8px;
    color: #56A91D;
    cursor: pointer;
    left: 8px;
    padding: 35px 5px 0;
    position: fixed;
    z-index: 999;
}
.erwei_big {
    background: url("../img/yiwindow-big-ewm.jpg") no-repeat scroll center 0 #FFFFFF;
    border: 1px solid #D1D1D1;
    bottom: -2px;
    cursor: default;
    display: none;
    left: 75px;
    padding-top: 190px;
    position: absolute;
    width: 210px;
}
.hudongzhushou {
    display: block;
    padding-bottom: 5px;
}
.erwei_big p {
    color: #969696;
    padding: 0 17px 10px;
}