@import "wlstyle2.css";

/* CSS Document */
/**全局**/
* {
    margin: 0px;
    padding: 0px;
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
map {
    padding: 0;
    margin: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #222;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
    background: #fff;
}
ul,
li {
    list-style: none;
}
.clear:after {
    clear: both;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #247cf0;
    text-decoration: none;
}
img {
    border: none;
}
hr {
    line-height: 0px;
    font-size: 0px;
    border: none;
    height: 1px;
    width: 100%;
    margin: 5px 0px;
}
div {
    margin: 0px auto;
}
.f_l {
    float: left;
}
.f_r {
    float: right;
}
input,
select {
    font-family: arial, Helvetica, sans-serif;
    padding: 1px;
}

#lxfs{padding: 10px 0;}
.zdy{border: 1px dashed #B9AB9E; background-color: #FCFAF7; font-size: 16px; margin-bottom:20px; padding: 30px; line-height: 35px;}
.blank {
    width: 100%;
    height: 10px;
    clear: both;
    overflow: hidden;
}
.blank20 {
    width: 100%;
    height: 20px;
    clear: both;
    overflow: hidden;
}
.mt10 {
    margin-top: 10px;
}
.hide {
    display: none;
}
.red {
    color: #f00;
}
.blue {
    color: #00f;
}
.gray {
    color: #ccc;
}
.noInfo {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
}

table.imagetable {

    text-align: center;
    margin: 0 auto;
	min-width: 50%;
    max-width: 100%;
    }

table.imagetable td {
background: #f4f5e5;
padding: 8px;
border-color: #999999;
    }

.input_submit {
    width: 77px;
    height: 41px;
    float: left;
    background: url(../image/search.png) no-repeat left top;
    text-align: center;
    line-height: 41px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}
.float_bg {
    background: url(../image/qq_3.gif) repeat-y left top;
    width: 118px;
    padding: 2px 0;
    float: left;
}
.f_list {
    width: 100%;
    float: left;
    margin: 5px auto;
    clear: both;
}
.f_list span {
    float: left;
    width: 80px;
}
.block {
    width: 1000px;
    margin: 0 auto;
}
/*all*/
.main {
    width: 100%;
    float: left;
    padding: 20px 0;
}
/*end*/
/**顶部**/
#head {
    float: left;
    width: 100%;
    padding: 17px 0 20px;
    padding-top: 0px;
}
#head-box {
    padding-top: 10px;
}
#topbar {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    border-bottom: 1px solid #f2f2f2
}
#topbar span {
    color: #666
}
#topbar .member {
    float: right
}
#topbar .member a {
    color: #0059d6;
    margin-left: 10px
}
#logo img {
    float: left;
    margin-right: 20px;
}
#logo .shop-title {
    float: left;
}
#logo .shop-title .company {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}
#logo .shop-title .keywords {
    color: #808080;
  	width:700px;
  	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tel {
    float: right;
    height: 58px;
    /*background: url(../images/tel.jpg) no-repeat left center;*/
    background-size: contain;
    margin: 9px 0;
    padding-left: 63px;
}
.tel span {
    display: block;
}
.tel .a {
    font-size: 20px;
    color: #666;
    line-height: 27px;
    letter-spacing: 6px;
    margin-left: 5px;
}
.tel .b {
    font-size: 26px;
    color: #ff5a5a;
    line-height: 30px;
}
/*end*/
/*menu*/
#navigate {
    float: left;
    width: 100%;
    background: #247cf0;
}
#navigate ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
}
#navigate ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 50px;
}
#navigate ul li:last-child {
    margin-right: -13px;
}
#navigate ul li a:hover,
#navigate ul li .current,
#navigate ul li:hover a {
    color: #fff;
    background: #3e8ef7;
}
#navigate ul li .drop_menu {
    width: 145px;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    text-align: center;
    background: #247cf0;
    z-index: 2;
}
#navigate ul li .drop_menu li {
    float: left;
    width: 100%;
    height: auto;
    line-height: 22px;
    margin: 0 0 4px 0;
}
#navigate ul li .drop_menu li a {
    padding: 0 5px;
    display: block;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #247cf0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#navigate ul li .drop_menu li a:hover {
    background: #0158C2;
}
/*end*/
/*flash*/
#adv {
    width: 100%;
    float: left;
    height: 397px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#adv img {
    width: 100%;
    height: auto;
}
#flash {
    width: 100%;
    float: left;
}
#adv2 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.slideBox {
    position: relative;
    overflow: hidden;
}
.slideBox .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
.slideBox .bd li {
    position: relative;
    text-align: center;
}
.slideBox .bd li img {
    max-width: 100%;
}
.slideBox .bd li .flash_img {
    width: 100%;
    padding-bottom: 420px;
}
.slideBox .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    height: 12px;
    line-height: 12px;
}
.slideBox .hd ul {
    text-align: center;
}
.slideBox .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
    border-radius: 50%;
}
.slideBox .hd ul li.mbpic {
    display: none
}
.slideBox .hd ul .on {
    background: #247cf0;
}
.slideBox .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -37.5px;
    display: none;
    width: 49px;
    height: 75px;
    background: url(../image/left.png) no-repeat left top;
    cursor: pointer;
}
.slideBox .next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -37.5px;
    display: none;
    width: 49px;
    height: 75px;
    background: url(../image/right.png) no-repeat left top;
    cursor: pointer;
}
.slideBox:hover .prev,
.slideBox:hover .next {
    display: block;
}
/*end*/
/* 服务项目 */
#service {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}
.index_top {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.index_top h3 {
    position: relative;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    color: #247cf0;
    font-weight: bold;
    letter-spacing: 2px;
}
.index_top h3:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #e0e0e0;
    left: 390px;
    top: 30px;
}
.index_top h3:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #e0e0e0;
    right: 390px;
    top: 30px;
}
.index_top span {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #37474f;
    line-height: 24px;
}
.recommended_routes {
    margin: 0 -14px;
}
.recommended_routes-sizer {
    width: 33.33%
}
.recommended_routes .item {
    width: 33.33%;
    padding: 0 14px;
    overflow: hidden;
    margin-bottom: 28px;
    float: left;
    position: relative;
    text-align: center;
}
.recommended_routes .item.two-third {
    width: 66.66%
}
.recommended_routes .item .info {
    background: #21282e;
    font-size: 12px;
    line-height: 28px;
    padding: 14px 20px;
    color: #656c72;
    position: absolute;
    bottom: -100%;
    left: 14px;
    right: 14px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s
}
.recommended_routes .item:hover .info {
    bottom: 0
}
.recommended_routes .item .info .category {
    float: right
}
.recommended_routes .item .info .title {
    float: left;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-left: 4px solid #a20202;
    padding-left: 6px
}
.recommended_routes .item .info .title a {
    color: #fff
}
.recommended_routes-filters {
    margin-bottom: 48px
}
.recommended_routes-filters button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #21282e;
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    padding: 0;
    padding-right: 25px;
    padding-left: 12px;
    outline: 0 !important;
    border-left: 3px solid transparent
}
.recommended_routes-filters button:hover {
    opacity: .75
}
.recommended_routes-filters button.active {
    padding-left: 12px;
    border-left: 3px solid #ff4229;
    color: #ff4229
}
.recommended_routes-load-more {
    text-align: center;
    margin-top: 56px
}
.recommended_routes.four-column .recommended_routes-sizer {
    width: 25%
}
.recommended_routes.four-column .item {
    width: 25%
}
.recommended_routes.three-column .recommended_routes-sizer {
    width: 33.33%
}
.recommended_routes.three-column .item {
    width: 33.33%
}
.recommended_routes .item-top img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 4px;
}
.iport-h3-title{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommended_routes .iport-h3-title a {
    font-size: 14px;
}
.recommended_routes .overlay {
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    bottom: 0;
    background: rgba(255, 66, 41, .87);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    opacity: 0;
    visibility: hidden
}
.recommended_routes .content-wrapper {
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 100%;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    opacity: 0;
    visibility: hidden
}
.recommended_routes .item:hover .overlay,
.recommended_routes .item:hover .content-wrapper {
    opacity: 1;
    visibility: visible
}
.recommended_routes .content {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 24px;
    padding-top: 12px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}
.recommended_routes .content span {
    display: block;
    margin-bottom: 24px
}
.recommended_routes-single-image {
    margin-bottom: 72px
}
.recommended_routes-single-info-wrapper {
    background: #f1f3f4;
    padding: 50px 20px;
    padding-right: 28px;
    margin: 0
}
.recommended_routes-single-info {
    margin: 60px 0
}
.recommended_routes-single-info-wrapper .recommended_routes-single-info {
    margin: 0
}
.recommended_routes-single-info .item {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #6c6c6c;
    margin-left: 24px;
    line-height: 103px;
    position: relative;
    padding-left: 40px;
    font-weight: 700;
    text-transform: uppercase
}
.recommended_routes-single-info .item .icon {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 50px;
    border-radius: 100%;
    border: 2px solid #6c6c6c;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -26px;
    background: #fff
}
.recommended_routes-single-info-wrapper .recommended_routes-single-info .item .icon {
    background: #f1f3f4
}
.recommended_routes-single-info .item span {
    font-weight: 300;
    margin-left: 9px
}
.recommended_routes-single-info .item:first-of-type {
    line-height: 27px;
    padding-bottom: 46px
}
.recommended_routes-single-info .item:last-of-type {
    line-height: 27px;
    padding-top: 46px;
    border-bottom: 0
}
.recommended_routes-single-info .item:first-of-type .icon {
    top: 0;
    margin-top: -11px
}
.recommended_routes-single-info .item:last-of-type .icon {
    top: 100%;
    margin-top: -38px
}
.recommended_routes-single-about {
    margin: 48px 0
}
.recommended_routes-single-about .content {
    padding: 24px;
    background: #f1f3f4;
    color: #6d7276
}
.recommended_routes-single-about .content p {
    font-style: italic
}
.recommended_routes-single-about .content .title {
    color: #21282e;
    font-weight: 500
}
.recommended_routes-single-about .content .title .contact {
    font-size: 12px;
    font-weight: 300
}
@media(max-width: 768px) {
	
.main {
    width: 100%;
    float: left;
    padding: 20px 0;
}
	
	
    .tel {
        display: none;
    }
    #right {
        width: 100% !important;
    }
    .recommended_routes .item {
        width: 50% !important;
    }
    .recommended_routes .item img {
        height: 140px!important;
    }
    #head-box {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .index_top h3:before {
        display: none;
    }
    .index_top h3:after {
        display: none;
    }
    #footer {
        display: none;
    }
 
    }
    #maoKf {
        display: none;
    }
}
.button {
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 32px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    letter-spacing: 1px;
    outline: 0 !important;
    border: 0
}
.button:hover {
    opacity: .75
}
.button.small {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px
}
.button.border:before {
    content: '';
    width: 8px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0
}
.button.small.border:before {
    width: 7px;
    height: 34px
}
.button.border {
    color: #21282e;
    border: 3px solid #21282e;
    background: #fff
}
.button.border.clear {
    background: 0 0
}
.button.border.white-border {
    border-color: #fff;
    color: #fff
}
.button.solid {
    padding: 0 38px;
    line-height: 48px
}
.button.small.solid {
    padding: 0 26px;
    line-height: 40px
}
.button.solid.red {
    color: #fff;
    background: #ff4229
}
.button.solid.yellow {
    color: #fff;
    background: #a20202
}
.button.solid.green {
    color: #fff;
    background: #90c529
}
.button.solid.blue {
    color: #fff;
    background: #29c0ff
}
.button.solid.dark {
    color: #fff;
    background: #21282e
}
.button.icon-left i {
    margin-right: 9px
}
.button.icon-right i {
    margin-left: 9px
}
.button-list {
    font-size: 0
}
.button-list .button {
    margin-right: 23px;
    margin-bottom: 14px
}
.button-list.single .button {
    margin-right: 0
}
.button-list .button:last-of-type {
    margin-right: 0
}
/* 关于我们 */
#about {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}
.about_con {
    float: left;
    width: 100%;
}
.about_img {
    float: left;
    width: 425px;
    margin-right: 55px;
}
.about_img img {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 12px #dcdcdc;
}
.about_des {
    font-size: 14px;
    line-height: 200%;
    color: #333;
    text-indent: 28px;
}
.about_more {
    float: left;
    display: block;
    color: #247cf0;
    line-height: 200%;
}
.about_more:hover {
    color: #fc0;
}
/* 新闻中心 */
#baike {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}
.baike_con {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.baike_item {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 15px 0 35px 0;
}
.baike_item_box {
    float: left;
    width: 100%;
}
.baike_item_time {
    float: left;
    width: 90px;
    height: 90px;
    background: #dcdcdc;
    text-align: center;
    overflow: hidden;
}
.baike_item_time .a {
    display: block;
    line-height: 60px;
    font-size: 35px;
    color: #000;
    background: #eeeeee;
}
.baike_item_time .b {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background: #247cf0;
}
.baike_item_right {
    margin-left: 110px;
}
.baike_item_title {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.baike_item_title a {
    font-size: 18px;
    color: #37474f;
}
.baike_item_title a:hover {
    color: #247cf0;
    text-decoration: underline;
}
.baike_item_des {
    height: 62px;
    line-height: 22px;
    font-size: 12px;
    color: #879195;
    overflow: hidden;
}
/* footer */
#footer {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #247cf0;
    margin-top: 40px;
    overflow: hidden;
    color: #fff;
    line-height: 30px;
}

#footer .theme a {color:#fff;}



#wechat {
    float: right;
}
.wechat_img {
    float: right;
    width: 140px;
    height: 140px;
}
.wechat_img img {
    width: 100%;
    height: 100%;
}
.wechat_txt {
    float: right;
    width: 140px;
    height: 140px;
    background: url(../image/photo_bg.jpg) no-repeat left center;
    text-align: center;
}
.wechat_txt img {
    width: 40px;
    height: auto;
    margin-top: 17px;
}
.wechat_txt span {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-top: 9px;
}
.footer_con {
    margin-right: 320px;
    margin-top: 7px;
}
.footer_con span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}
.footer_con span a {
    font-size: 14px;
    color: #fff;
}
.footer_con span a:hover {
    color: #fc0;
}
.foot-flink {
    color: #fff;
}
.foot-flink a {
    color: #fff;
    padding: 0 7px 0 0;
    line-height: 32px;
}
/*left*/
#box{float:left; position:relative;width:290px;}
.div1{width:290px;}
.div2{position:fixed;_position:absolute;top:0;z-index:290;}

.dy-m-bot {
    margin-bottom: 30px;
}
.dy-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.dy-page-list li {
    width: 30%;
    padding: 0 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


#left {
    float: left;
    width: 290px;
}
.left_list {
    float: left;
    width: 100%;
}
.left_top {
    float: left;
    width: 100%;
    background: #247cf0;
    text-align: center;
}
.left_top h3 {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.left_top h3 a {
    color: #fff;
}
.left_con {
    padding: 15px;
    line-height: 24px;
    width: 100%;
    background: #fff;
    float: left;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.left_list li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left_list li a {
    color: #384850;
}
.type_list {
    width: 100%;
    float: left;
}
.type_list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.type_list li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 45px;
    line-height: 45px;
    margin-top: 2px;
    overflow: hidden;
}
.type_list li a {
    color: #333;
    padding-left: 20px;
    background: #F2F2F2 url(../image/page_list_icon.png) no-repeat 270px center;
    font-size: 16px;
    color: #000;
    display: block;
    transition: all .3s ease;
}
.type_list li a:hover,
.type_list li a.current {
    color: #fff;
    background: #0b69e3 url(../image/page_list_icon.png) no-repeat 200px center;
}
.type_list li.second_cat {
    display: none;
}
.type_list li.second_cat a {}
.type_list li.second_cat a:hover {}
.type_list li.second_cat a.current {}
.left_title {
    margin-top: 20px;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 20px;
    background: #247cf0;
    color: #fff;
}
/*end*/
/*right*/
#right {
    width: 890px;
    float: right;
}
#right_top {
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-bottom: 20px;
    background: #34ae13;
    color: #fff;
}
#right_top a {
    color: #fff;
}
#right_top h3 {
    float: left;
    font-size: 18px;
    line-height: 44px;
    padding-left: 20px;
}
#right_top span {
    float: right;
    font-size: 14px;
    padding-right: 20px;
}
#right_top li {
    float: left;
    margin-left: 6px;
}
#right_con {
    width: 100%;
    float: left;
    padding: 5px;
    line-height: 200%;
    /*overflow-x:hidden;*/
    min-height: 300px;
    height: auto !important;
    height: 300px;
    overflow: hidden;
}
#right_con img {
    max-width: 100%;
    height: auto;
	margin: 0 auto;
    display: block;
}
/*end*/
/*baike*/
.art_list {
    width: 100%;
    float: left;
    padding: 28px 0 35px;
    border-top: 1px dashed #DBDBDB;
}
.art_list:first-child {
    border-top: none;
    padding-top: 0;
}
.art_img {
    float: left;
    width: 152px;
}
.art_img img {
    width: 100%;
}
.art_img a {
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background-size: cover !important;
}
.art_right {
    margin-left: 172px;
}
.art_right2 {
    margin-left: 87px;
}
.art_title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -4px;
}
.art_title a:hover {
    text-decoration: underline;
}
.art_time {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 7px;
}
.art_time2 {
    float: left;
    width: 67px;
    height: 70px;
    padding: 10px 0;
    background: #f2f2f2;
    text-align: center;
    color: #666;
}
.art_time2 .day {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding: 2px 0 5px 0;
}
.art_time2 .month-year {
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.art_des {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-top: 5px;
    height: 48px;
    overflow: hidden;
}
.content_list {
    width: 100%;
    float: left;
}
.content_list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.content_list li {
    margin: 0px;
    padding: 0 0 0 10px;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
    background: url(../image/li_0.png) no-repeat left center;
    line-height: 35px;
}
.time {
    float: right;
}
.dedicatedTitle {
    font-weight: bold;
    font-size: 20px;
    color: #222;
    text-align: center;
    line-height: 50px;
	background: #f7f7f7;
    margin: 15px auto;
    overflow: hidden;
}
.dedicatedAuthor {
    text-align: center;
    padding: 0 0 10px 0px;
    border-bottom: 1px solid #eee;
}
.dedicatedAuthor span {
    margin: 0px 6px;
    font-size: 16px;
    color: #0b89f7;
    font-weight: 400;
}

.dedicatedInfo {
    line-height: 30px;
    width: 100%;
    padding: 25px 0;
    line-height: 200%;
    min-height: 250px;
}
.dedicatedInfo p {
    text-indent: 2em;
}
.dedicatedInfo img {
    display: block;
    max-width: 600px;
    margin: 0px auto;
}
.pageUpDown {
    padding-top: 10px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #222;
}
.pageUpDown span {
    display: block;
}
.pageUpDown a {
    font-size: 16px;
    color: #222;
}
.dedicatedImg {
    text-align: center;
}
/*end*/
/*Product*/
.productList {
    width: 100%;
    float: left;
}
.productList_row {
    margin-left: -15px;
    margin-right: -15px;
}
.pro_list {
    float: left;
    width: 33.333333%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 15px;
}
.pro_list_box {
    float: left;
    width: 100%;
    box-shadow: 0 0 1px #ccc;
    padding: 10px;
    transition: all .3s ease;
}
.pro_list_box:hover {
    box-shadow: 0 0 7px #ccc;
}
.pro_list_img {
    float: left;
    width: 100%;
}
.pro_list_img a {
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background-size: contain !important;
}
.pro_list_title {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro_list_title a {
    transition: all .3s ease;
}
.pro_list_box:hover .pro_list_title a {
    color: #247cf0;
}
.productTitle {
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.productImg {
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px auto;
}
.productImg img {
    max-width: 100%;
}
.productBuy {
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px auto;
}
.productBuy a {
    margin: 0 10px;
}
/*.productBuy a{width:120px;height:40px;line-height:40px;background:#45b1ff; display:inline-block; color:#fff; border-radius:5px; font-size:14px;}
.productBuy a:hover{background:#000;}*/
.title {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    border-bottom: 1px dotted #ccc;
    line-height: 25px;
}
.title span {
    font-size: 14px;
    font-weight: bold;
}
.productDesc {
    line-height: 200%;
    padding: 10px 0;
    width: 100%;
    float: left;
}
/*end*/
/*page*/
.pages {
    font-size: 12px;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.pages li {
    display: inline-block;
    margin: 3px;
}
.pages a {
    font-size: 14px;
    padding: 6px 12px;
    background: #f5f5f5;
    display: block;
}
.pages a:hover {
    background: #247cf0;
    color: #fff;
}
.pages li.active a {
    background: #247cf0;
    color: #fff;
}
.pages select {
    vertical-align: middle;
    font-size: 8pt;
    padding: 0px;
}
.pages b {
    font-weight: normal;
}
/*end*/
/*feedback*/
.f_list {
    width: 100%;
    float: left;
    margin: 5px auto;
    clear: both;
}
.f_list .fl_l {
    float: left;
    width: 20%;
    text-align: right;
}
.f_list .fl_r {
    float: left;
    width: 80%;
}
.input_text {
    width: 90%;
    border: 1px solid #ccc;
    line-height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.w100 {
    width: 100px;
}

.dedicated {
        font-size: 16px;
}

.dedicated ol {
  counter-reset: li;
}
.dedicated ol li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 10px;
}
.dedicated ol li::before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, .8);
}

.dedicated img {
    margin: 0 auto;
    display: block;
}

.dedicated h1, h2, h4, h5, h6 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f7f7f7;
    border-left: 6px solid #000000;
    text-indent: 20px;
    margin: 15px auto;
    color: #1a79cb;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
}
.dedicated h3 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f7f7f7;
    border-left: 6px solid #000000;
    text-indent: 20px;
    margin: 15px auto;
    color: #1a79cb;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
}

/*end */
/*toolbar*/
#toolbar2 {
    display: none;
}
.kfdiv {
	
    display: none;
}
 
 
.shejiao {

    width: 300px;
    height: auto;
    position: fixed;
    top: 99%;
    margin-top: -342px;
    right:1px;
} 

#toolbar {
    width: 68px;
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -136px;
    z-index: 1000000;
}
#toolbar ul {}
#toolbar li {
    width: 68px;
    height: 68px;
    float: left;
    margin: 4px 0px;
    position: relative;
}
#toolbar li .t_item {
    width: 68px;
    height: 68px;
    background: #f79800;
    text-align: center;
    line-height: 68px;
    display: block;
    border-radius: 5px 0 0 5px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
#toolbar li a.t_item:hover,
#toolbar li a.cur {
    background: #212021;
}
.tool_qq {
    position: absolute;
    left: -118px;
    top: 0px;
    width: 118px;
    padding: 0 10px 0 0;
    display: none;
}
.tool_qq_con {
    width: 108px;
    padding: 10px 0;
    float: left;
    border: 1px solid #f79800;
    background: #fff;
    text-align: center;
}
.tool_tel {
    width: 170px;
    height: 68px;
    background: #212021;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 68px;
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 10px;
    white-space: nowrap;
    border-radius: 5px 0 0 5px;
}
.tool_weixin {
    position: absolute;
    top: 0px;
    width: 118px;
    left: -118px;
    padding: 0 10px 0 0;
    display: none;
}
.t_wx_con {
    width: 108px;
    background: #fff;
    border: 1px solid #f79800;
    padding: 3px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.t_wx_con img {
    width: 100px;
    height: 100px;
}
.t1 i {
    width: 68px;
    height: 68px;
    background: url(../image/u1.png) no-repeat center center;
    display: block;
}
.t2 i {
    width: 68px;
    height: 68px;
    background: url(../image/u2.png) no-repeat center center;
    display: block;
}
.t3 i {
    width: 68px;
    height: 68px;
    background: url(../image/u3.png) no-repeat center center;
    display: block;
}
.t4 i {
    width: 68px;
    height: 68px;
    background: url(../image/u4.png) no-repeat center center;
    display: block;
}
.t5 i {
    width: 68px;
    height: 68px;
    background: url(../image/u5.png) no-repeat center center;
    display: block;
}
@media screen and (min-width: 1250px) {
    .theme {
        width: 1230px;
    }
}
@media screen and (max-width: 1250px) {
	
	#box {
        display: none;
    }
	
    #left {
        display: none;
    }
	
    #right {
        width: 100%;
    }
	
    #left_contact {
        display: none;
    }
 
}
@media screen and (max-width: 1200px) {
    .slideBox .bd li .flash_img {
        padding-bottom: 400px;
    }
    #adv {
        height: 320px;
    }
    #navigate ul li a {
        /*padding: 0 25px;*/
    }
	#navigate ul li { float: left; height: 40px; line-height: 40px; position: relative; width: 33%; text-align: center;}
	#navigate ul li a { display: block; font-size: 16px; color: #fff; padding: 0; }
	
	
	
    .tel {
        height: 48px;
    }
    .tel .a {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: 3px;
    }
    .tel .b {
        font-size: 24px;
    }
	
.kfdiv { z-index:999; background:#0e0e0e; display: block; position:fixed; bottom:10px; left:0; width:100%; }
.kfdiv div{float:left; text-align:center; background:#0e0e0e; color:#ffffff; height:63px; width:34%;}
.kfdiv div.busin01{height:75px;background:#34ae13; margin-top:-10px;width:32%;padding-top: 10px;}
.kfdiv div.busin01.lh22{margin: 10px 0px 0px 0px;}
.kfdiv .busin01 .b33{margin: 10px 0px 0px 0px;}
.kfdiv div.busin03{padding-top:6px;}
.kfdiv .busin03 .lh22{margin: 5px 0px; }
.show{display:block;margin: 0px auto;border:0px;}
.f14{font-size:14px;}
.lh22{line-height: 14px;color:#ffffff;}
.clfff{color:#ffffff;font-family:'微软雅黑';padding:0px;margin:0px;}
	
	
}
@media screen and (max-width: 760px) {
    .slideBox .bd li .flash_img {
        width: 100%;
        padding-bottom: 180px;
        background-size: cover !important;
    }
    #logo img {
    max-width: 35%;
    height: auto;
    margin: 0 auto;
    display: block;
	float: none;
    }
    #logo .shop-title .company {
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
    }
    #logo .shop-title .keywords {
        display: none;
    }
    #adv {
        height: 120px;
    }
    #head {
        padding: 0;
    }
    #topbar {
        display: none;
    }
    #navigate {
        /*display: none;*/
    }
	#navigate { float: none; width: 100%; background: #247cf0; }
	
	
    .about_img {
        width: 200px;
        margin: 0 15px 5px 0;
    }
    .baike_con {
        margin: 0;
    }
    .baike_item {
        width: 100%;
        margin: 10px 0 15px 0;
    }
    .baike_item_title {
        margin-top: -4px;
    }
    .baike_item_title a {
        font-size: 16px;
    }
    .baike_item_des {
        height: 44px;
    }
    .baike_item_time {
        width: 67px;
        height: 70px;
    }
    .baike_item_time .a {
        line-height: 45px;
        font-size: 24px;
    }
    .baike_item_time .b {
        line-height: 25px;
        font-size: 12px;
    }
    .baike_item_right {
        margin-left: 80px;
    }
    .index_top span {
        display: none;
    }
    .index_top {
        background: url(../image/line.jpg) no-repeat center bottom;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .index_top h3 {
        font-size: 20px;
    }
    #about {
        padding: 20px 0 0 0;
    }
    #baike {
        padding: 30px 0 0 0;
    }
    .foot-flink {
        text-align: center;
        font-size: 12px;
    }
    .art_title {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
	#box {
        display: none;
    }
    
.dy-m-bot { margin-bottom: 20px; } .dy-page-list li { width: 100%; }
	
    #left {
        display: none;
    }
    #right_con {
        padding: 0;
    }
    #right_top h3 {
        font-size: 16px;
    }
    #right_top span {
        font-size: 12px;
    }
    .art_list {
        padding: 20px 0;
    }
    .pro_list {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 25px;
    }
    .productList_row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .pages a {
        font-size: 12px;
    }
    .dedicatedTitle {
        font-size: 18px;
        line-height: 30px;
    }
    #footer {
        padding: 10px 0;
        margin-top: 25px;
    }
    .footer_con span {
        display: none;
    }
    .footer_con span:first-child {
        display: block;
        text-align: center;
    }
    .footer_con span {
        font-size: 12px;
        line-height: 20px;
    }
    .footer_con span a {
        font-size: 12px;
    }
    /*手机底部导航*/
    #toolbar {
        display: none;
    }
    .blank55 {
        height: 55px;
        line-height: 1px;
        clear: both;
    }
    #toolbar2 {
        color: #fff;
        width: 100%;
        height: 54px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 8;
        background: #333;
        display: block;
    }
    #toolbar2 li {
        float: left;
        width: 49%;
        text-align: center;
    }
    #toolbar2 a {
        width: 100%;
        color: #fff;
        display: block;
        padding: 5px 0 0 0;
        line-height: 23px;
        font-size: 14px;
    }
    #toolbar2 a span {
        font-size: 22px;
        display: block;
    }
	
.shejiao {
    display: none;
}	
 
	

	
	
	
	
	
}
@media screen and (max-width: 640px) {
	
#logo img {display: none;}	
#navigate ul li { height: 35px; line-height: 35px; }
.dedicatedTitle {margin: 5px auto;}

}


.paging {
    clear: both;
    margin: 5px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}
.paging ul li {
    display: inline-block;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}
.paging ul li:hover a {
    color: #fff;
}
.paging ul li.thisclass {
    display: inline-block;
    color: #fff;
}
.paging ul li.thisclass a {
    
}
.paging ul li a {
    display: block;
    color: #999
}
.paging ul li a:hover {
    color: #fff;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #247cf0;
    border-color: #247cf0;
}
#gooxao img {
    max-width: 100% !important;
    height: auto !important
}
.product-head table,
.product-head table tr th,
.product-head table tr td {
    border: 1px solid #dddee1;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.product-head table {
	width:100%;
    margin-top: 14px;
    margin-bottom: 30px;
    min-height: 32px;
    line-height: 32px;
    border-collapse: collapse;
    padding: 2px;
}
.product-head span {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 12px;
}
.itd {
    width: 80px;
    background: #f8f8f9;
    font-weight: bold;
}
#toolbar2 img{
	width:24px;
}



.left_tel {
    width: 290px;
    padding: 10px 0 0px 43px;
    text-align: center;
    background: url(../image/lyxq_tel.png) no-repeat 1px center;
    font-size: 28px;
    color: #fd7d00;
    font-weight: bold;
    float: left;
}