/*top S*/
#top {
    width: 100%;
    background: #efefef;
}

#top > div {
    width: 1160px;
    margin: 0 auto 0 -580px;
}

#top > div .l {
    line-height: 30px;
}

#top > div .r {
}

#top > div .r li {
    line-height: 30px;
    margin-left: 10px;
}
.pingzhis{
    width: 100%;
    height: 511px;
    background: url(/public/boots/images/beijins.jpg);
}
.pingzhis>img{
    width: 1000px;
    display: block;
    margin: auto;

}
.pingzhis>div{
    width: 1000px;
    height: 389px;
    margin: auto;
    background: url(/public/boots/images/qie_r8_c1a.jpg);
}

.pingzhis>div #index_main{
    float: right;
    margin:27px 75px 0 0;
}
/*top E*/
.slider1 .image>img:hover{
    background:#237ecf !important;
}
/*head S*/
#head {
    width: 100%;
    background: url(/public/boots/images/beijis.jpg);
    height: 104px;
}

#head > div {
    width: 1200px;
    margin: 0 auto 0 -600px;
}

#head > div .l {

}

#head > div .r {
    line-height: 55px;
    width: 400px;
    height: 55px;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    text-align: right;
}

/*head E*/

/*nav S*/
#nav {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    background: url(/public/boots/images/beijings.jpg);
}

#nav > ul {
    width: 1160px;
    margin: 0 auto 0 -580px;
    height: 42px;
}

#nav > ul li {
    float: left;
    width: 110px;
    height: 42px;
    background: url(/public/boots/images/nav.beijin.jpg);

}

#nav > ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

#nav > ul li a:hover {
    color: #ccc;
}

#nav > ul li form {
    border: 1px solid #efefef;
}

#nav > ul li form input {
    border: none;
    height: 35px;
    text-indent: 10px;
}

#nav > ul li form button {
    height: 35px;
    width: 35px;
    display: block;
    float: right;
    border: none;
    background: url(/public/boots/images/search.png) no-repeat 50% 50%;
}

/*nav E*/

/*内页热门信息 S*/
.hotnew {
    border: 1px solid #efefef;
    margin-top: 15px;
}

.hotnew h3.title {
    line-height: 30px;
    font-size: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.hotnew > ul {
    padding: 5px 10px;
}

.hotnew > ul li {
    border-bottom: 1px dashed #efefef;
}

.hotnew > ul li:hover {
    border-bottom: 1px dashed #ccc;
}

.hotnew > ul li a {
    line-height: 30px;
    display: block;
}

/*内页热门信息 E*/

/*分页 S*/
ul.pagination {
    width: 100%;
}

ul.pagination li {
    border: 1px solid #efefef;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

ul.pagination li a {
    display: block;
}

/*分页 E*/

/*内页联系我们 S*/
.connect {
    border: 1px solid #efefef;
    margin-top: 15px;
}

.connect h3.title {
    line-height: 30px;
    font-size: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.connect .describe {
    padding: 5px 10px;
}

/*内页联系我们 E*/

/*碎片样式 S*/
.frame {
    float: right;
    line-height: 40px;
    text-indent: 20px;
    background-image: url(/public/boots/images/frame_home.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    position: relative;
}

.frame ul {
    float: left;
}

.frame a, .frame span {
    padding-right: 20px;
    background-image: url(/public/boots/images/frame_link.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    color: #777;
}

.frame ul span:last-child, .frame ul a:last-child {
    padding-right: 0;
    background: none;
}

.frame ul li {
    display: none;
}

.frame ul li:first-child {
    display: block;
}

.frame .changeframe {
    float: right;
    text-indent: 0;
    width: 12px;
    height: 40px;
    cursor: pointer;
    background: url('/public/boots/images/frame_more.png') 50% 50% no-repeat;
    background-size: 10px 10px;
}

/*碎片样式 E*/

/*底部 S*/
#footer {
    background-color: #333333;
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
}

/*底部 E*/

/*滚动图片 S*/

.flexslider {
    position: relative;
    height: 435px;
    overflow: hidden;
    background: url(../js/jqueryflexslider/images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 435px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../js/jqueryflexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../js/jqueryflexslider/images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../js/jqueryflexslider/images/next.png) center center no-repeat;
}

/*滚动图片 E*/

/*留言悬浮框 S*/
#message {
    position: fixed;
    right: 3px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    background: #fff;
    border: 1px solid #009aff;
    overflow: hidden;
    width: 250px;
}

#message h3 {
    background: #009aff;
    padding: 5px 0;
    text-indent: 10px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

#message h3 span {
    float: right;
    font-size: 10px;
    line-height: 28px;
    margin-right: 10px;
}

#message form {
    padding: 20px;
    display: none;
}

#message input {
    border: none;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    height: 25px;
    width: 100%;
    color: #666;
}

#message textarea {
    color: #666;
    width: 100%;
    height: 100px;
    border: none;
    resize: none;
    font-family: 微软雅黑;
}

#message button {
    border: none;
    width: 100%;
    background: #009aff;
    height: 30px;
    color: #fff;
    font-size: 14px;
}

/*留言悬浮框 E*/

/*客服 S*/
.kf {
    position: fixed;
    right: -230px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background: #009aff;
    z-index: 99999999999;
    _margin-bottom: 0px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    transition: all .5s ease;
}

.kf .hoverbtn {
    width: 30px;
    height: 100px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: #009aff;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}

.kf .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.kf .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;
}

.hoverimg2 {
    background: url(../images/hoverbtnbg1.png) no-repeat;
}

.kf .conter {
    width: 186px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 55%;
    *margin-top: -140px;
    margin-top: -280px;
}

.kf .conter .con1 {
    border-bottom: 1px solid #6a6a6a;
    padding-bottom: 22px;
}

.kf .conter .con1 dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf dl .f1 {
    width: 142px;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 16px;
    _font-size: 14px;
    *font-size: 15px;
    color: #fff;
    vertical-align: top;
}

.kf dl .f2 {
    width: 142px;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    float: right;
}

.kefuQQ a {
    background: url(../images/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kefuQQ a:hover {
    background: url(../images/button-custom-qq-h.gif) no-repeat;
}

.kf .conter .con1 dl dd .ph_num {
    font: 18px 'Microsoft yahei';
    *font-size: 16px;
    _font-size: 16px;
    color: #fff;
    height: 25px;
}

.kf .qqcall {
    padding: 22px 0px;
    border-bottom: 1px solid #6a6a6a;
}

.kf .qqcall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf .weixincall {
    float: right;
    padding: 22px 0;
    border-bottom: 1px solid #6a6a6a;
}

.kf .weixincall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf .weixincall .f3 {
    float: right;
    width: 73px;
    height: auto;
    margin-right: 69px;
    display: inline;
}

.kf .weixincall .f3 img {
    width: 73px;
    height: auto;
}

.kf .dytimer {
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0px 15px 0px; /* background: #007b77; */
    margin: 20px 0px 0px 0px;
}

.kf .dytimer span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.kf .dytimer span a {
    color: #fff;
}

.diyou {
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 0px;
    z-index: 99999999999;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/***联系我们***/

/*客服 E*/

/*产品滚动 S*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    margin-top: 20px;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    /* -webkit-box-shadow: 0 0 5px #ccc; */
    /* box-shadow: 0 0 5px #ccc; */
    /* border: 5px solid #fff; */
    /* left: -5px; */
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*产品滚动 E*/

/*首页关于我们 S*/
#index > #about {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#index > #about h3.title {
    color: #333;
    font-size: 20px;
    width: 150px;
    display: inline;
    padding: 5px 0;
    font-weight: 600;
    border-bottom: 2px solid #777;
}

#index > #about > a {
    float: right;
    display: block;
    line-height: 39px;
    font-size: 10px;
    color: #888;
}

#index > #about .describe {
    margin-top: 10px;
}

/*首页关于我们 E*/

/*首页产品分类 S*/
#index > #sort {
    width: 980px;
    margin: 0 auto 0 -490px;
}

#index > #sort h3.title {
    color: #333;
    font-size: 20px;
    width: 150px;
    display: inline;
    padding: 5px 0;
    font-weight: 600;
    border-bottom: 2px solid #777;
}

#index > #sort > a {
    float: right;
    display: block;
    line-height: 39px;
    font-size: 10px;
    color: #888;
}

#index > #sort > ul {
    margin-top: 10px;
}

#index > #sort > ul > li {
    border: 1px solid #efefef;
    width: 235px;
    margin-right: 5px;
    float: left;
    padding: 2px;
}

#index > #sort > ul > li:nth-child(4) {
    margin-right: 0;
}

#index > #sort > ul > li:hover {
    border-color: #ccc;
}

#index > #sort > ul > li > a {
    display: block;
}

#index > #sort > ul > li > a .image {
}

#index > #sort > ul > li > a .image img {
    max-width: 100%;
}

#index > #sort > ul > li > a h3 {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #333;
}

#index > #sort > ul > li > a:hover h3 {
    color: #ff552e;
}

#index > #sort > ul > li ul {
    border-top: 1px solid #ccc;
    padding: 5px 0;
}

#index > #sort > ul > li ul li {
    float: left;
    width: 97px;
    margin: 0 10px;
    list-style-type: square;
    list-style: inside;
}

#index > #sort > ul > li ul li a {
    line-height: 24px;
}

/*首页产品分类 E*/

/*首页产品滚动 S*/
#index > #info {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#index > #info h3.title {
    color: #333;
    font-size: 20px;
    width: 150px;
    display: inline;
    padding: 5px 0;
    font-weight: 600;
    border-bottom: 2px solid #777;
}

#index > #info > a {
    float: right;
    display: block;
    line-height: 39px;
    font-size: 10px;
    color: #888;
}

#index > #info .bx-wrapper {
    margin-top: 15px !important;
}

/*首页产品滚动 E*/

/*首页产品滚动 S*/
#index > #case {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#index > #case h3.title {
    color: #333;
    font-size: 20px;
    width: 150px;
    display: inline;
    padding: 5px 0;
    font-weight: 600;
    border-bottom: 2px solid #777;
}

#index > #case > a {
    float: right;
    display: block;
    line-height: 39px;
    font-size: 10px;
    color: #888;
}

#index > #case .bx-wrapper {
    margin-top: 15px !important;
}

/*首页产品滚动 E*/

/*首页新闻展示 S*/
#index > #new {
    width: 980px;
    margin: 0 auto 0 -490px;
}

#index > #new > div {
    width: 480px;
    float: left;
}

#index > #new > div.l {
    margin-right: 20px;
}

#index > #new > div h3.title {
    color: #333;
    font-size: 20px;
    width: 150px;
    display: inline;
    padding: 5px 0;
    font-weight: 600;
    border-bottom: 2px solid #777;
}

#index > #new > div > a {
    float: right;
    display: block;
    line-height: 39px;
    font-size: 10px;
    color: #888;
}

#index > #new > div > ul {
    margin-top: 20px;
}

#index > #new > div > ul li {
    border-bottom: 1px dashed #efefef;
}

#index > #new > div > ul li a {
    font-size: 13px;
    line-height: 30px;
}

#index > #new > div > ul li span {
    float: right;
    line-height: 30px;
}

/*首页新闻展示 E*/

/*首页地区展示 S*/
#index > #area {
    width: 1200px;
    margin: 20px auto 20px -600px;
}

#index > #area h3.title {
    color: #333;
    font-size: 16px;
    width: 150px;
    display: inline;
    padding: 5px 0;
    border-bottom: 2px solid #777;
}

#index > #area > a {
    float: right;
    display: block;
    line-height: 39px;
    font-size: 10px;
    color: #888;
}

#index > #area ul {
    margin-top: 10px;
}

#index > #area ul li {
    float: left;
    margin-right: 10px;
}

/*首页地区展示 E*/

/*首页地区展示 S*/
#index > #link {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#index > #link h3.title {
    color: #333;
    font-size: 16px;
    width: 150px;
    display: inline;
    padding: 5px 0;
    border-bottom: 2px solid #777;
}

#index > #link > a {
    float: right;
    display: block;
    line-height: 39px;
    font-size: 10px;
    color: #888;
}

#index > #link ul {
    margin-top: 10px;
}

#index > #link ul li {
    float: left;
    margin-right: 10px;
}

/*首页地区展示 E*/

/*企业信息页面 S*/
#page .page {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#page .page .left {
    width: 240px;
    float: left;
}

#page .page .left .pages {
    border: 1px solid #efefef;
}

#page .page .left .pages h3.title {
    line-height: 30px;
    font-size: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

#page .page .left .pages > ul {
    padding: 5px 10px;
}

#page .page .left .pages > ul li {
    border-bottom: 1px dashed #efefef;
}

#page .page .left .pages > ul li:hover {
    border-bottom: 1px dashed #ccc;
}

#page .page .left .pages > ul li a {
    line-height: 30px;
    display: block;
}

#page .page .right {
    width: 720px;
    float: right;
}

#page .page .right h3.title {
    border-bottom: 2px solid #666;
    display: inline-block;
    font-size: 20px;
    padding: 5px 0;
}

#page .page .right .describe {
    padding: 20px 0;
}

/*企业信息页面 E*/

/*模块展示 S*/
#chunk {
}

#chunk .chunk {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#chunk .chunk .left {
    width: 240px;
    float: left;
}

#chunk .chunk .right {
    width: 720px;
    float: right;
}

#chunk .chunk .left .sort {
    border: 1px solid #efefef;
}

#chunk .chunk .left .sort > h3.title {
    line-height: 30px;
    font-size: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

#chunk .chunk .left .sort > ul {
    padding: 5px 10px;
}

#chunk .chunk .left .sort > ul li {
    border-bottom: 1px dashed #efefef;
}

#chunk .chunk .left .sort > ul li:hover {
    border-bottom: 1px dashed #ccc;
}

#chunk .chunk .left .sort > ul li a {
    line-height: 30px;
    display: block;
}

#chunk .chunk .right > h3.title {
    border-bottom: 2px solid #666;
    display: inline-block;
    font-size: 20px;
    padding: 5px 0;
}

#chunk .chunk .right .describe {
    padding: 20px 0;
}

.chunk_theme_product .chunk .right > ul {
}

.chunk_theme_product .chunk .right > ul li {
    width: 160px;
    float: left;
    border: 1px solid #efefef;
    padding: 4px;
    margin: 0 5px 10px 5px;
    text-align: center;
}

.chunk_theme_product .chunk .right > ul li:hover {
    border-color: #ccc;
    box-shadow: 1px 1px 1px #ccc;
}

.chunk_theme_product .chunk .right > ul li .image {
}

.chunk_theme_product .chunk .right > ul li .image img {
    width: 160px;
    height: 125px;
}

.chunk_theme_product .chunk .right > ul li h3 {
    margin-top: 5px;
}

.chunk_theme_product .chunk .right > ul {

}

.chunk_theme_new .chunk .right > ul li {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 5px;
    padding: 10px 0;
}

.chunk_theme_new .chunk .right > ul li a {
    display: block;
}

.chunk_theme_new .chunk .right > ul li a h3.title {
    border-left: 4px solid #ff0000;
    line-height: 20px;
    font-size: 14px;
    text-indent: 10px;
    display: inline-block;
}

.chunk_theme_new .chunk .right > ul li a .time {
    text-indent: 15px;
    color: #888;
    font-size: 10px;
    line-height: 20px;
    display: inline-block;
    float: right;
}

.chunk_theme_new .chunk .right > ul li a .simpledescribe {
    margin-top: 5px;
    text-indent: 15px;
    color: #888;
    font-size: 10px;
}

.chunk_theme_case .chunk .right > ul {
}

.chunk_theme_case .chunk .right > ul li {
    width: 160px;
    float: left;
    border: 1px solid #efefef;
    padding: 4px;
    margin: 0 5px 10px 5px;
    text-align: center;
}

.chunk_theme_case .chunk .right > ul li:hover {
    border-color: #ccc;
    box-shadow: 1px 1px 1px #ccc;
}

.chunk_theme_case .chunk .right > ul li .image {
}

.chunk_theme_case .chunk .right > ul li .image img {
    width: 100%;
}

.chunk_theme_case .chunk .right > ul li h3 {
    margin-top: 5px;
}

.chunk_theme_case .chunk .right > ul {

}

.chunk_theme_download .chunk .right > ul {
}

.chunk_theme_download .chunk .right > ul li {
    border: 1px solid #efefef;
    border-left: 4px solid #009aff;
    margin: 10px 0;
    padding: 15px;
}

.chunk_theme_download .chunk .right > ul li:hover {
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
}

.chunk_theme_download .chunk .right > ul li a {
    display: block;
}

.chunk_theme_download .chunk .right > ul li a h3.title {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    float: left;
}

.chunk_theme_download .chunk .right > ul li a .time {
    display: inline-block;
    float: right;
    text-indent: 20px;
    background: url(/public/boots/images/time.png) no-repeat 4px 50%;
    background-size: 12px 12px;
    color: #777;
}

.chunk_theme_download .chunk .right > ul li a .page_view {
    display: inline-block;
    float: right;
    text-indent: 20px;
    background: url(/public/boots/images/page_view.png) no-repeat 4px 50%;
    background-size: 12px 12px;
    color: #777;
    margin-right: 10px;
}

.chunk_theme_download .chunk .right > ul li a .file {
    display: inline-block;
    float: left;
    color: #777;
}

/*模块展示 E*/
/*模块分类 S*/
#sort .sort {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#sort .sort .left {
    width: 240px;
    float: left;
}

#sort .sort .left .sorts {
    border: 1px solid #efefef;
}

#sort .sort .left .sorts h3.title {
    line-height: 30px;
    font-size: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

#sort .sort .left .sorts > ul {
    padding: 5px 10px;
}

#sort .sort .left .sorts > ul li {
    border-bottom: 1px dashed #efefef;
}

#sort .sort .left .sorts > ul li:hover {
    border-bottom: 1px dashed #ccc;
}

#sort .sort .left .sorts > ul li a {
    line-height: 30px;
    display: block;
}

#sort .sort .right {
    width: 720px;
    float: right;
}

#sort .sort .right > h3.title {
    border-bottom: 2px solid #666;
    display: inline-block;
    font-size: 20px;
    padding: 5px 0;
}

.sort_theme_product .sort .right > ul.info {
    padding: 10px 0;
}

.sort_theme_product .sort .right > ul.info li {
    border: 1px solid #efefef;
    display: inline-block;
    width: 160px;
    padding: 4px;
    margin-right: 8px;
    margin-bottom: 15px;
}

.sort_theme_product .sort .right > ul.info li:hover {
    border-color: #ccc;
}

.sort_theme_product .sort .right > ul.info li:nth-child(4n) {
    margin-right: 0px;
}

.sort_theme_product .sort .right > ul.info li a {
    display: block;
}

.sort_theme_product .sort .right > ul.info li a .image {
}

.sort_theme_product .sort .right > ul.info li a .image img {
    max-width: 100%;
}

.sort_theme_product .sort .right > ul.info li a h3 {
    margin-top: 5px;
    text-align: center;
}

.sort_theme_new .sort .right > ul.info {
    padding: 10px 0;
}

.sort_theme_new .sort .right > ul.info li {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 5px;
    padding: 10px 0;
}

.sort_theme_new .sort .right > ul.info li:hover {
    border-color: #ccc;
}

.sort_theme_new .sort .right > ul.info li a {
    display: block;
}

.sort_theme_new .sort .right > ul.info li a h3.title {
    display: inline-block;
    border-left: 4px solid #ff0000;
    text-indent: 10px;
    line-height: 20px;
    font-size: 14px;
}

.sort_theme_new .sort .right > ul.info li a .time {
    display: inline-block;
    float: right;
    line-height: 20px;
    text-indent: 25px;
    background: url(/public/boots/images/time.png) no-repeat 4px 50%;
    background-size: 12px 12px;
    color: #777;
}

.sort_theme_new .sort .right > ul.info li a .page_view {
    display: inline-block;
    float: right;
    line-height: 20px;
    text-indent: 25px;
    background: url(/public/boots/images/page_view.png) no-repeat 4px 50%;
    background-size: 12px 12px;
    margin-right: 15px;
    color: #777;
}

.sort_theme_new .sort .right > ul.info li a .simpledescribe {
    text-indent: 15px;
    color: #777;
    margin-top: 5px;
}

.sort_theme_case .sort .right > ul.info {
    padding: 10px 0;
}

.sort_theme_case .sort .right > ul.info li {
    border: 1px solid #efefef;
    display: inline-block;
    width: 160px;
    padding: 4px;
    margin-right: 8px;
    margin-bottom: 15px;
}

.sort_theme_case .sort .right > ul.info li:hover {
    border-color: #ccc;
}

.sort_theme_case .sort .right > ul.info li:nth-child(4n) {
    margin-right: 0px;
}

.sort_theme_case .sort .right > ul.info li a {
    display: block;
}

.sort_theme_case .sort .right > ul.info li a .image {
}

.sort_theme_case .sort .right > ul.info li a .image img {
    max-width: 100%;
}

.sort_theme_case .sort .right > ul.info li a h3 {
    margin-top: 5px;
    text-align: center;
}

.sort_theme_download .sort .right > ul.info {
}

.sort_theme_download .sort .right > ul.info li {
    border: 1px solid #efefef;
    border-left: 4px solid #009aff;
    margin: 10px 0;
    padding: 15px;
}

.sort_theme_download .sort .right > ul.info li:hover {
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
}

.sort_theme_download .sort .right > ul.info li a {
    display: block;
}

.sort_theme_download .sort .right > ul.info li a h3.title {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    float: left;
}

.sort_theme_download .sort .right > ul.info li a .time {
    display: inline-block;
    float: right;
    text-indent: 20px;
    background: url(/public/boots/images/time.png) no-repeat 4px 50%;
    background-size: 12px 12px;
    color: #777;
}

.sort_theme_download .sort .right > ul.info li a .page_view {
    display: inline-block;
    float: right;
    text-indent: 20px;
    background: url(/public/boots/images/page_view.png) no-repeat 4px 50%;
    background-size: 12px 12px;
    color: #777;
    margin-right: 10px;
}

.sort_theme_download .sort .right > ul.info li a .file {
    display: inline-block;
    float: left;
    color: #777;
}

/*模块分类 E*/

/*模块信息 S*/
#info .info {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#info .info .left {
    width: 240px;
    float: left;
}

#info .info .left .sorts {
    border: 1px solid #efefef;
}

#info .info .left .sorts h3.title {
    line-height: 30px;
    font-size: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

#info .info .left .sorts > ul {
    padding: 5px 10px;
}

#info .info .left .sorts > ul li {
    border-bottom: 1px dashed #efefef;
}

#info .info .left .sorts > ul li:hover {
    border-bottom: 1px dashed #ccc;
}

#info .info .left .sorts > ul li a {
    line-height: 30px;
    display: block;
}

#info .info .right {
    width: 720px;
    float: right;
}

#info .info .right h3.title {
    border-bottom: 2px solid #666;
    display: inline-block;
    font-size: 15px;
    padding: 5px 0;
}

.info_theme_product .info .right .info_simple {
    margin-top: 20px;
}

.info_theme_product .info .right .info_simple .l {
    width: 400px;
    float: left;
}

.info_theme_product .info .right .info_simple ul.r {
    float: right;
    width: 300px;
    height: 354px;
}

.info_theme_product .info .right .info_simple ul.r li {
    border-bottom: 1px dashed #efefef;
    line-height: 32px;
}

.info_theme_product .info .right .info_simple ul.r li a.message {
    font-size: 14px;
    color: #009aff;
}

.info_theme_product .info .right .info_simple ul.r li a.message:hover {
    color: #ff552e;
}

.info_theme_product .info .right .info_simple ul.r li a.message img {
    width: 13px;
    margin-right: 10px;
}

.info_theme_product .info .right .describe {
    margin-top: 10px;
}

.info_theme_product .info .right .describe h4.title {
    width: 150px;
    height: 24px;
    border-left: 3px solid #efefef;
    line-height: 24px;
    text-indent: 10px;
    font-size: 15px;
}

.info_theme_product .info .right .describe > div {
    padding: 10px;
}

.linkproduct {
    margin-top: 20px;
}

.linkproduct h4.title {
    width: 150px;
    height: 24px;
    border-left: 3px solid #efefef;
    line-height: 24px;
    text-indent: 10px;
    font-size: 15px;
}

.linkproduct ul {
    padding: 10px 0;
}

.linkproduct ul li {
    display: inline-block;
    width: 133px;
    padding: 2px;
    border: 1px solid #efefef;
    margin-right: 30px;
}

.linkproduct ul li:last-child {
    margin-right: 0px;
}

.linkproduct ul li a {
    display: block;
}

.linkproduct ul li a .image {
}

.linkproduct ul li a .image img {
    width: 160px;
    height: 120px;
}

.linkproduct ul li a h3 {
    margin-top: 5px;
    text-align: center;
}

.linknew {
    margin-top: 20px;
}

.linknew h4.title {
    width: 150px;
    height: 24px;
    border-left: 3px solid #efefef;
    line-height: 24px;
    text-indent: 10px;
    font-size: 15px;
}

.linknew ul {
    padding: 10px 0;
}

.linknew ul li {
    width: 100%;
    border-bottom: 1px dashed #efefef;
    line-height: 24px;
    margin: 3px 0;
}

.linknew ul li span {
    float: right;
    font-size: 10px;
    line-height: 24px;
    color: #888;
}

.linkcase {
    margin-top: 20px;
}

.linkcase h4.title {
    width: 150px;
    height: 24px;
    border-left: 3px solid #efefef;
    line-height: 24px;
    text-indent: 10px;
    font-size: 15px;
}

.linkcase ul {
    padding: 10px 0;
}

.linkcase ul li {
    display: inline-block;
    width: 133px;
    padding: 2px;
    border: 1px solid #efefef;
    margin-right: 2px;
}

.linkcase ul li:last-child {
    margin-right: 0px;
}

.linkcase ul li a {
    display: block;
}

.linkcase ul li a .image {
}

.linkcase ul li a .image img {
    max-width: 100%;
}

.linkcase ul li a h3 {
    margin-top: 5px;
    text-align: center;
}

.info_theme_new .info .right > h4.title {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: #000;
}

.info_theme_new .info .right > .atp {
    text-align: center;
    margin-top: 10px;
    color: #777;
    font-size: 10px;
}

.info_theme_new .info .right > .simpledescribe {
    border-radius: 5px;
    background: #efefef;
    padding: 10px;
    margin: 10px 0;
    line-height: 24px;
}

.info_theme_new .info .right > .sibling {
    margin: 20px 0;
}

.info_theme_new .info .right > .sibling > div {
    margin-right: 15px;
    float: left;
}

.info_theme_case .info .right .info_simple {
    margin-top: 20px;
}

.info_theme_case .info .right .info_simple .l {
    width: 400px;
    float: left;
}

.info_theme_case .info .right .info_simple ul.r {
    float: right;
    width: 300px;
    height: 354px;
}

.info_theme_case .info .right .info_simple ul.r li {
    border-bottom: 1px dashed #efefef;
    line-height: 32px;
}

.info_theme_case .info .right .describe {
    margin-top: 10px;
}

.info_theme_case .info .right .describe h4.title {
    width: 150px;
    height: 24px;
    border-left: 3px solid #efefef;
    line-height: 24px;
    text-indent: 10px;
    font-size: 15px;
}

.info_theme_case .info .right .describe > div {
    padding: 10px;
}

.info_theme_download .info .right .describe {
    margin-top: 10px;
}

.info_theme_download .info .right .describe h4.title {
    width: 150px;
    height: 24px;
    border-left: 3px solid #efefef;
    line-height: 24px;
    text-indent: 10px;
    font-size: 15px;
}

.info_theme_download .info .right .describe > div {
    padding: 10px;
}

.info_theme_download .info .right .file {
    margin: 10px 0;
    padding: 20px 5px;
    background: url(/public/boots/images/file.png) no-repeat #f8f8f8 18px 50%;
    background-size: 35px;
    font-size: 16px;
    text-indent: 60px;
    line-height: 24px;
}

.info_theme_download .info .right .file a {
    display: block;
}

.info_theme_download .info .right .file span {
    display: block;
    color: #777;
    font-size: 10px;
}

/*模块信息 E*/

/*在线留言 S*/
#msg .message {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#msg .message .left {
    width: 240px;
    float: left;
}

#msg .message .left .product {
    border: 1px solid #efefef;
}

#msg .message .left .product > h3.title {
    line-height: 30px;
    font-size: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

#msg .message .left .product > ul {
    padding: 5px 10px;
}

#msg .message .left .product > ul li {
    border-bottom: 1px dashed #efefef;
}

#msg .message .left .product > ul li:hover {
    border-bottom: 1px dashed #ccc;
}

#msg .message .left .product > ul li a {
    line-height: 30px;
    display: block;
}

#msg .message .left .new {
    margin-top: 15px;
    border: 1px solid #efefef;
}

#msg .message .left .new > h3.title {
    line-height: 30px;
    font-size: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

#msg .message .left .new > ul {
    padding: 5px 10px;
}

#msg .message .left .new > ul li {
    border-bottom: 1px dashed #efefef;
}

#msg .message .left .new > ul li:hover {
    border-bottom: 1px dashed #ccc;
}

#msg .message .left .new > ul li a {
    line-height: 30px;
    display: block;
}

#msg .message .right {
    width: 720px;
    float: right;
}

#msg .message .right > h3.title {
    border-bottom: 2px solid #666;
    display: inline-block;
    font-size: 20px;
    padding: 5px 0;
}

#msg .message .right form {
    padding: 20px;
}

#msg .message .right form input, #msg .message .right form textarea, #msg .message .right form select {
    border: none;
    border-bottom: 1px solid #efefef;
    width: 100%;
    font-family: 微软雅黑;
    padding: 3px;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    resize: none;
    outline: none;
}

#msg .message .right form button {
    background: #009aff;
    border: none;
    color: #fff;
    width: 200px;
    height: 40px;
    margin-top: 10px;
}

/*在线留言 E*/

/*网站地图 S*/
#sitemap .sitemap {
    width: 980px;
    margin: 40px auto 40px -490px;
}

#sitemap .sitemap .left {
    float: left;
    width: 240px;
}

#sitemap .sitemap .left div:first-child {
    margin-top: 0px;
}

#sitemap .sitemap .right {
    float: right;
    width: 720px;
}

#sitemap .sitemap .right h3.title {
    border-bottom: 2px solid #666;
    display: inline-block;
    font-size: 20px;
    padding: 5px 0;
}

#sitemap .sitemap .right > ul {
    margin-top: 15px;
}

#sitemap .sitemap .right > ul li {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #efefef;
    margin: 5px 5px 5px 0;
}

#sitemap .sitemap .right > ul li:hover {
    border-color: #ccc;
}

/*网站地图 E*/

/*内容搜索 S*/
#search > form {
    width: 958px;
    margin: 40px auto 20px -490px;
    border: 1px solid #efefef;
    padding: 10px;
}

#search > form input[type=text] {
    text-indent: 10px;
    color: #777;
    background-color: #fff;
    height: 43px;
    width: 88%;
    margin-bottom: 10px;
    border: 1px solid #efefef;
}

#search > form button {
    width: 10%;
    float: right;
    height: 45px;
    background: url(/public/boots/images/search.png) #efefef no-repeat 50% 50%;
    border: none;
}

#search > form label {
    margin-right: 10px;
}

#search > form label input[type=checkbox] {
    margin-right: 2px;
}

#search > ul.search {
    width: 980px;
    margin: 20px auto 40px -490px;
}

#search > ul.search li {
    border-bottom: 1px dashed #efefef;
    padding: 10px;
}

#search > ul.search li a {
    display: block;
}

#search > ul.search li a h3.title {
    font-size: 18px;
    line-height: 24px;
}

#search > ul.search li a h4 {
    font-size: 10px;
    color: #999;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#search > ul.search li a .simpledescribe {
    height: 60px;
    display: inline-block;
    color: #999;
}

/*内容搜索 E*/
.prod_show{
    width: 260px;
}
.prod_show>div{
    height: 60px;
    background: #fff;

}
.prod_show>div>span{
    display: block;
    height: 60px;
    width: 260px;
    line-height: 60px;
    text-align: center;
    background: #237ecf;
    font-size: 24px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.prod_show>ul {
    border: solid 1px #dbdbdb;
    border-top: none;
    margin-top: 0;
    padding: 15px;
}
.prod_show>ul li{
    line-height: 39px;
    list-style: none;
    border-bottom: dashed 1px #dbdbdb;
    background: url(/public/boots/images/beijingss.png) no-repeat left top 8px;

}
.prod_showX{
    width: 260px;
    margin-top: 20px;
}
.prod_showX>.cons>span{
    display: block;
    height: 60px;
    width: 260px;
    line-height: 60px;
    text-align: center;
    background: #237ecf;
    font-size: 24px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.prod_showX>ul {
    border: solid 1px #dbdbdb;
    border-top: none;
    margin-top: 0;
    padding: 15px;
}
.prod_showX>ul li{
    line-height: 39px;
    list-style: none;
    border-bottom: dashed 1px #dbdbdb;
    background: url(/public/boots/images/beijingss.png) no-repeat left top 8px;

}
.prod_showX>ul li a{
    padding-left: 30px;
}
.prod_show>ul li a{
    padding-left: 30px;
}
.prod_show>ul>li>ul{
    display: none;
}
.prod_show>ul>li>ul>li>ul{
    display: none;
}
.centents{
    display: block !important;
}
.prod_show>ul>li>ul>li{
    line-height: 39px;
    list-style: none;
    margin-left : 20px;
    border-bottom: dashed 1px #dbdbdb;
    background: url(../images/beijinsss.png) no-repeat left top 8px;
} 
.prod_show>ul li ul li ul li{
    height: 39px;
    line-height: 39px;
    list-style: none;
    margin-left : 20px;
    border-bottom: dashed 1px #dbdbdb;
    background: url(../images/beijingss.png) no-repeat left top 8px;
} 
.contents{
    padding: 15px;
    border: solid 1px #dbdbdb;
    border-top: none;
    margin-top: 0;
    padding: 15px;
}

.pro{ padding:0 0 55px;font-size: 0;}
.pro_l{ width:280px; background:url(../images/cp_lbbg_3.gif) no-repeat 0 bottom; padding:0 0 12px;}
.pro_lt{ background:url(../images/cp_ltbg_3.gif) repeat-x; width:280px; height:60px; text-align:center; line-height:60px; overflow:hidden;}
.pro_lt a{ font-size:20px; color:#fff;}
.pro_lt span{font-size: 18px;color: #5475b2; text-transform:uppercase; padding:0 0 0 5px;}
.pro_m{ background:url(../images/cp_lbg_3.gif) repeat-y;width: 280px;}
.pro_m h3{width: 280px;height: 60px;}
.pro_m h3 a{display: block; font-size:16px; color:#252525; padding:0 0 0 25px; background:url(../images/cp_libg01_3.png) no-repeat;width: 255px;height: 60px;line-height: 48px;overflow: hidden;}
.pro_m h3 a:hover{ background:url(../images/cp_libg02_3.png) no-repeat; text-decoration:none;color: #fff;}
.pro_m ul{width: 264px; padding:0 0 0 3px; margin:-6px 0 0;}
.pro_m ul li{ height:34px; line-height:34px; border-bottom:#b4b4b4 1px dashed; background:url(../images/cp_ico01_3.gif) no-repeat 24px 12px; overflow:hidden;}
.pro_m ul li a{ font-size:14px; color:#666; padding:0 0 0 45px; text-transform:uppercase;}
.pro_m ul li a:hover{ color:#04489e; text-decoration:none;}
.pro_m ul li:last-child{ border-bottom:0;}
.pro_m .nobor{ border-bottom:none;}
.pro_r{ width:914px;}
.pro_rt{ background:url(../images/cp_rtbg_3.gif) no-repeat 18px 0; width: 910px; height:41px; line-height:28px; overflow:hidden;}
.pro_rt ul li{ float:left; height:41px; line-height:28px; overflow:hidden;}
.pro_rt ul li a{ font-size:18px; color:#666; font-weight:bold; padding:0 30px;}
.pro_rt ul li.cur a,.pro_rt ul li a:hover{ text-decoration:none; color:#04489e;}
.pro_rt ul li.cpli5  a{ padding-right:0;}
.pro_rt span{ display:block; float:right;}
.pro_rt span a{font-size: 14px;color: #4b4b4b;}
.pro_rm dl{width: 286px;float: left; padding: 0px 0 6px 18px;}
.pro_rm dl dt{width: 286px;height: 238px;}
.pro_rm dl dt img{width: 268px;height: 173px;padding: 4px; margin: 5px; background: #ced8f2; border-radius: 4px;}
.pro_rm dl dt a{background: #b9b9b9;display: block;width: 286px;height: 195px;display: block;font-size: 14px;color: #252525;}
.pro_rm dl dt a:hover{background: #237ecf;  text-decoration:none;}
.pro_rm dl dt span{display: block;width: 286px;height: 38px;text-align: center;line-height: 38px;overflow: hidden;}
.pro_rm dl dd{ background:url(../images/cp_btn_3.gif) no-repeat 0 15px; padding:15px 0 0;width: 237px;height: 34px;line-height: 34px; margin:0 auto;}
.pro_rm dl dd a{font-size: 14px;color: #fff;display: block;float: left;width: 118px;text-align: center;float: left;}
.pro_rm dl dd .cp_btn01{color: #252525;}

.product_cneter{
    width: 1200px;
    margin: auto;
    margin-top: 35px;
}
.product_cneter .lefts{
    float: left;
    width: 260px;
}
.product_cneter .pro{
    float: right;
}

.cas_show{
    width: 1200px;
    margin: 0 auto 0 -600px;
}
.cas_show .hz_t{
    text-align: center;
}
.cas_show .hz_t a{
    font-size: 34px;
    color: #04489e;
}
.about_con{
    width: 1200px;  
    height: 335px;
    background: #f4f4f4;
    margin-top: 30px;
}
.about_con img{
    width: 568px;
    height: 335px;
    float: left;
}
.about_con .rights{
    width: 520px;
    float: left;
    padding: 36px 0 0 75px;
}
.about_con .rights strong{
    font-size: 20px;
    color: #333;
}

.about_con .rights span{
    display: block;
}
.about_con .rights>a{
      width: 115px;
      height: 35px;
      border-radius: 16px; 
      background: #ff6014;
      color: #fff;
      display: block; 
      text-align: center;
      line-height: 35px;
}
.case_show{
    width: 1100PX;
}
.case_show ul li{
    width: 280px;
}
.case_show ul li img{
    width: 280px;
    height: 210px;
}
.case_show ul li span{
    width: 280px;
    display: block;
    height: 35px;
    text-align: center; 
}

.news_show{
    width: 1200px;
    margin:auto;
    margin-top: 30px;
}
.news_show h5{
    display: block;
    width: 120px;
    height: 40px;
    font-size: 28px;
    border-bottom: 4px solid #ccc;
    float: left;
}
.news_show span{
    float: right;
    width: 80px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.news_centen{
    width: 1200px;
    margin: auto;
    margin-top: 25px;
}

.news_centen .lef{
    width: 640px;
    float: left;
}
.news_centen .lef img{
    width: 270px;
    height: 145px;
    float: left;
}
.news_centen .lef .rig{
     width: 350px;
     float: left;
     margin-left: 20px;
     margin-top: 10px;
}
.news_centen .lef .rig >p{
    margin: 12px 0;
}
.news_centen .lef .rigs>div{
    display: block;
    float: right;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #bf0007;
    border-radius: 2px;
}
.news_centen .lef .rigs>div a{
    color: #fff;

}
.news_centen .lef .rigs>div>span{
    width: 80px;
    height: 20px;
    display: block;
    float: left; 
}
.news_ver{
    width: 500px;
    margin: 
}
.news_ver{
    width: 500px;
    float: right;
}
.news_ver ul li{
    width: 500px;
    height: 55px;
    padding-top: 6px;

}
.news_ver ul li img{
    width: 80px;
    height: 50px;
    float: left;
}
.news_ver ul li >div{
    width: 385px;
    float: left;
    height: 53px;
    margin-left: 20px;
    border-bottom: 2px solid #ccc;
}
.news_ver ul li >div a{
    
}
.news_ver ul li >div span{
    display: block;
} 
.news_center{
    width: 1200px;
    margin: 0 auto 0 -600px;
}


.footer{
    width: 100%;
    margin: auto;
    background: #1a6ffe;
    color: #fff;
    padding: 20px 0;
    margin-top: 30px;
}
.footer .lianjies{
    width: 1000px;
    text-align: center;
    margin: auto;
}
.footer .lianjies a{
    padding: 0 10px;
    line-height: 35px;
    color: #fff;
}
.footer .lianjies a:hover{
    color: #ccc;
}
.footer p{
    text-align: center;
    line-height: 22px;
}
