@charset "UTF-8";

* {
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-size: 14px;
}

img {
    max-width: 100% !important;
	height:auto;
}

a,
a:hover {
    text-decoration: none;
    color: #333;
}

.banner img,
.banner .slide {
    width: 100% !important;
    height: auto !important;
}

ul,
ol {
    margin: 0;
    margin-bottom: 0;
    list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0;
    padding: 0;
}

input,
textarea {
    border: none;
    background: none;
    outline: none;
    font-family: '微软雅黑';
}

/* 首页 */
.header .top {
    overflow: hidden;
    line-height: 40px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.margin15 {
    margin-right: 15px;
}



.top-r {
    overflow: hidden;
}

.top-r ul li {
    float: left;
}

.top-r ul li a {
    padding: 0 15px;
    border-left: 1px solid #ccc;
}

.top-r form {
    float: left;
    width: 235px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #e1dede;
    margin: 8px 17px 0 0;
    position: relative;
}

.top-r form input[type=text] {
    padding-left: 2px;
    width: 140px;
    line-height: 22px;
    position: absolute;
    left: 62px;
}

.top-r form input[type=submit] {
    position: absolute;
    right: 0;
    width: 24px;
    height: 22px;
    background: url(../images/search_ico.png) no-repeat center center;
    cursor: pointer;
}

.lg-gg {
    overflow: hidden;
    line-height: 100px;
    margin: 20px 0;
}

.lg-gg .logo {
    width: 250px;

}

.input-group .form-control {
    width: auto;
}

.input-group-addon,
.input-group-btn {
    width: auto;
}

/* 导航 */
.navbar {
    width: 100%;
    background-color: #313131;
    overflow: hidden;
}

.nav {
    width: 100%;
}

.navbar-nav>li {
    width: calc(100% / 9);
    width: -o-calc(100% / 9);
    width: -webkit-calc(100% / 9);
    width: -moz-calc(100% / 9);
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.banner {
    width: 100%;
    overflow: hidden;
	position: relative;
}

.main {
    position: relative;
}

.side_ad{
    position: absolute;
    width: 144px;
    top: 0;
}
.side_ad img{
	width:100%;
}
.side_ad img{
    max-width: 100%;
    height: auto;
}
.side_ad_l{
    left: 0;
}
.side_ad_r{
    right: 0;
}

@media(max-width:1650px){
	.side_ad{
		width:144px;
	}
}
@media(max-width:1480px){
	.side_ad{
		width:110px;
	}
}
@media(max-width:1800px){
	.side_ad_l{
		left: 0;
	}
	.side_ad_r{
		right: 0;
	}
}
@media(min-width:1800px){
	.side_ad_l{
		left: 200px;
	}
	.side_ad_r{
		right: 200px;
	}
}
.side_ad .close_ico {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(../images/close_ico.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

/* 首页新闻 */
.home_news {
    overflow: hidden;
    padding-top: 40px;
}


/* main */
.main .box_left_t {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.main .box_left_t strong {
    font-size: 25px;
    font-weight: 700;
    border-bottom: 3px solid #1178bd;
    padding-bottom: 10px;
}

.main .box_left_t strong img {
    margin-right: 5px;
}

.main .box_left_t .no_padding_b {
    font-weight: 400px;
    border-bottom: none;
}

.main .box_left_t strong em {
    color: #1178bd;
    padding: 0 12px;
}

.main .box_left_t strong:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 55px;
    background-color: #fff;
}

.main .box_left_t .no_padding_b:after {
    width: 0;
}

.main .box_left_t span {
    position: absolute;
    right: 0;
    bottom: -2px;
}

.main .box_left_t span a {
    font-size: 14px;
    padding: 0 18px;
}

.main .box_left_t span a:hover {
    color: #1178bd;
}

.main .tribe_pic {
    width: 667px;
    height: 350px;
    margin-top: 13px;
    overflow: hidden;
}

.main .tribe_pic img {
    width: 667px;
    height: 350px;
}

.main .ad_pic01 {
    width: 100%;
    margin: 0px 0 17px;
}

.main .ad_pic01 img {
    width: 100%;
}

.main .ad_pic02 {
    position: relative;
    width: 99%;
    height: 180px;
    border: 1px solid #ebebeb;
    margin-top: 30px;
}

.main .ad_pic02 span {
    padding: 0 6px;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: -15px;
    background-color: #fff;
}

/*.main .ad_pic02 img{ width: 267px; height: 128px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}*/
.main .ad_pic02 .jscarousel04 {
    width: 330px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.main .ad_pic02 .mr_frUl04 {
    width: 330px;
    height: 150px;
}

.main .ad_pic02 .jscarousel_box04 {
    height: 150px;
    overflow: hidden;
}

.main .ad_pic02 .jscarousel_box04 li {
    float: left;
    width: 330px;
    height: 150px;
    margin-top: 10px;
}

.main .ad_pic02 .jscarousel_box04 li img {
    width: 330px;
    height: 150px;
}

.btn_l04 {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}

.btn_l04 li {
    display: inline-block;
    font-size: 0;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    cursor: pointer;
}

.btn_l04 .on {
    background-color: #fff;
}

.main .design_article_l {
    width: 100%;
    overflow: hidden;
}

.main .design_article_l li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px dotted #c8c8c8;
    overflow: hidden;
}

.main .design_article_l .pic_box {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.main .design_article_l .pic_box img {
    max-height: 88px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.main .design_article_l li a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.main .design_article_l em {
    display: block;
    padding: 0 9px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 0;
}

.main .design_article_l .compound {
    background-color: #1178bd;
}

.main .design_article_l .workslibrary {
    background-color: #1178bd;
}

.main .design_article_l h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
   
}

.main .design_article_l p {
    line-height: 28px;
    font-size: 14px;
    color: #777;
	margin-top:10px;
}

.main .design_article_l .date {
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    color: #777;
    padding-top: 30px;
}

.main .design_article_l li a:hover h2,
.main .design_article_l li a:hover p,
.main .design_article_l li a:hover .date {
    color: #1178bd;
}

.main .box_right .no_margin {
    margin-bottom: 0;
}

.main .rest_wall {
    width: 100%;
}

.main .rest_wall .pic_box {
    width: 35%;
    height: 98px;
    display: block;
    float: left;
    overflow: hidden;
}


.main .rest_wall .originalprice {
    display: block;
    color: #000;
}

.main .rest_wall .price {
    display: block;
    color: #000;
}

.main .brand_list {
    padding: 0 25px;
    border-right: 1px solid #dbdbdb;
    margin-top: 22px;
}

.main .brand_list:last-child {
    border-right: none;
}

/* .main .no_padding_left{ padding-left: 0;}
.main .no_border_right{ border-right: none;} */
.main .brand_list dt {
    font-size: 14px;
    color: #111;
    font-weight: 700;
    padding-bottom: 22px;
}

.main .brand_list dd {
    line-height: 25px;
    font-size: 13px;
    color: #555;
}

.main .brand_list .pic_box {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.main .brand_list .pic_box img{
    display: block;
    margin: auto;
}



.main .brand_list .subtitle {
    font-size: 16px;
    color: #111;
    padding: 12px 0 20px;
    text-align: center
}

.main .brand_list dd a span {
    font-weight: 700;
    padding-right: 12px;
}

.main .brand_list dd a:hover {
    color: #1178bd;
}

.main .link_tabs {
    overflow: hidden;
    width: 100%;
    border-bottom: 2px solid #000;
}

.main .link_tabs li {
    float: left;
}

.main .link_tabs li a {
    display: block;
    width: 88px;
    text-align: center;
    line-height: 34px;
}

.main .link_tabs li a:hover,
.main .link_tabs li .on {
    background-color: #000;
    color: #fff;
}

.main .link_content {
    width: 1000px;
    overflow: hidden;
}

.main .link_tabslider {
    width: 4000px;
}

.main .link_list {
    width: 972px;
    float: left;
    padding: 22px 14px 0px;
    line-height: 26px;
}

.main .link_list a {
    display: inline-block;
    color: #111;
    padding-right: 35px;
}

.main .link_list a:hover {
    color: #1178bd;
}


.tl img {
    width: 100% !important;
    height: auto !important;
}


.main .main_right img {
    width: 100%;
    margin: 0 auto;
}

.pic_box_gs {
    width: 65%;
    padding: 0px 20px;
    float: left;
}

/* 友情链接 */
.youlian {
    padding: 30px 0;
    overflow: hidden;
}

.youlian .link_tabs {
    overflow: hidden;
    width: 100%;
    border-bottom: 2px solid #000;
}

.youlian .link_tabs li {
    float: left;
}

.youlian .link_tabs li a {
    display: block;
    width: 88px;
    text-align: center;
    line-height: 34px;
}

.youlian .link_tabs li a:hover,
.youlian .link_tabs li .on {
    background-color: #000;
    color: #fff;
}

.youlian .link_content {
    width: 1000px;
    overflow: hidden;
}

.youlian .link_tabslider {
    width: 4000px;
}

.youlian .link_list {
    width: 972px;
    float: left;
    padding: 22px 14px 0px;
    line-height: 26px;
}

.youlian .link_list a {
    display: inline-block;
    color: #111;
    padding-right: 35px;
}

.youlian .link_list a:hover {
    color: #1178bd;
}



/* 版权 */
.footer {
    width: 100%;
    overflow: hidden;
    background-color: #333;
    padding: 30px 0;
}

/* .ft_logo{
  padding-top：20px;
}  */
.ft_logo img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.ft_info {
    overflow: hidden;
    border-left: 1px solid #626262;
}

.ft_info .ft_nav {
    overflow: hidden;
}

.ft_info .ft_nav ul li {
    float: left;
    border-right: 1px solid #aaa;
}

.ft_info .ft_nav ul li a {
    display: block;
    color: white;
    padding: 0 15px;
}

.ft_info .ft_nav ul li:last-child {
    border-right: 0;
}

.ft_contact {
    color: #d2d2d2;
    margin-top: 20px;
    line-height: 30px;
    padding: 0 10px;
    width: 80%;
    float: left;
}

.erweima {
    width: 20%;
    float: left;
    padding-top: 20px;
}

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


/* 产品详情页 */
.content {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.r-up {
    float: left;
    width: 100%;
    border-bottom: solid #ebebeb 2px;
    line-height: 45px;
    font-size: 18px;
    text-indent: 20px;
    color: #333;
}

.r-up span {
    color: #0254b8;
    font-size: 14px;
}

.r-up span a {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 35px;
}

.r-up span a:hover {
    font-weight: bold;
}

.r-down {
    float: left;
    margin: 15px 0px;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.p-brief {
    width: 100%;
    float: left;
}

.p-link li {
    float: left;
    background: #eee;
    line-height: 40px;
    text-align: center;
    padding: 0;
}

.p-link li a {
    display: block;
    font-size: 16px;
    border-top: solid 2px #eee;
}

.p-link li a:hover {
    display: block;
    BACKGROUND: #fff;
    border-top: solid 2px #006de0;
    COLOR: #006de0;
}

#b1 {
    line-height: 30px;
}

#b1,
#b2,
#b3 {
    width: 100%;
    float: left;
}

#b1>h2,
#b2>h2,
#b3>h2,
.p-order>h2 {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    text-indent: 15px;
    margin-top: 40px;
    margin-bottom: 20px
}

.p-case {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.p-case li {
    BACKGROUND: none !important;
    padding-top: 10px;
}

.p-case li p {
    float: left;
    width: 100%;
    line-height: 30px;
    COLOR: #006de0;
    text-align: center;
    font-size: 16px;
}

.p-case li img {
    height: 180px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.p-order {
    width: 100%;
    float: left;
}

.p-order p {
    color: red;
    font-size: 14px;
    text-indent: 20px;
    padding-bottom: 10px;
}

.text-c {
    width: 100%;
    float: left;
    text-align: center;
}

.control-label1 {
    background: url(../img/page_10_13.png) left 15px center no-repeat;
}

.bor {
    float: left;
    width: 100%;
}

.home_news_title li {
    float: left;
}

.normaltab {
    BACKGROUND: #eee;
    TEXT-ALIGN: center;
    LINE-HEIGHT: 50px;
    font-size: 16px;
    COLOR: #333;
}

.hovertab {
    BACKGROUND: #fff;
    border-top: solid 2px #006de0;
    TEXT-ALIGN: center;
    LINE-HEIGHT: 50px;
    COLOR: #006de0;
    font-size: 16px;
}

.dis {
    DISPLAY: block;
    width: 100%;
    float: left;
    padding: 15px;
}

.undis {
    DISPLAY: none;
}

/*产品图片切换*/
.yuangong {
    float: left;
    width: 100%;
}

.yuangong1 {
    position: relative;
    float: left;
    margin-bottom: 25px;
	width:100%;
}

.yuangong2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
}

.yuangl {
    height: 140px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.nzuo1 {
    background: url(../images/index19.png) no-repeat center 48%;
    width: 28px;
    height: 100px;
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
}

.nyou2 {
    background: url(../images/index20.png) no-repeat center 48%;
    width: 28px;
    height: 100px;
    display: block;
    position: absolute;
    right: 0px;
    top: 7px;
}

.yuangl a.nzuo1:hover {
    background: url(../images/index21.png) no-repeat center 48%;
}

.yuangl a.nyou2:hover {
    background: url(../images/index22.png) no-repeat center 48%;
}

.yuangl1 {
    width: 83%;
    height: 104px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.yuangl1 ul {
    position: absolute;
    width: 9999px;
    overflow: hidden;
    _zoom: 1;
}

.yuangl1 ul li {
    display: block;
    float: left;
    width: 175px;
    height: 104px;
    margin-right: 6px;
}

.yuangl1 ul li a {
    display: block;
    width: 173px;
}

.yuangl1 ul li a:hover,
.yuangl1 ul li a.cur {
    border: 2px solid #e60012;
}

.yuangl1 ul li a img {
    height: 100px !important;
    width: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width:1200px) {
    .yuangl {
        height: 100px;
    }

    .yuangl1 ul li {
        width: auto;
        height: 98px;
    }

    .yuangl1 ul li a {
        width: auto;
    }

    .yuangl1 ul li a img {
        width: auto;
        height: 90px !important;
    }
}

@media (max-width:768px) {
    .nzuo1 {
        height: 50px;
    }

    .nyou2 {
        height: 50px;
    }

    .yuangl {
        height: 50px;
    }

    .yuangl1 ul li {
        width: auto;
        height: 50px;
    }

    .yuangl1 ul li a {
        width: auto;
    }

    .yuangl1 ul li a img {
        width: auto;
        height: 46px !important;
    }
}

.jqzoom {
    max-width: 100% !important;
}

#BigImage {
    height: auto;
    width: 100%;
    margin-left: 3px;
    border: solid 1px #eee;
}

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

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

.brief>h2 {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}

.brief>p {
    margin-top: 20px;
}

.pdf {
    padding: 10px;
    color: #006de0;
    font-size: 16px;
}

.pdf i {
    padding-right: 5px;
}

.pdf a {
    color: #006de0;
}

.pdf a:hover {
    color: #006de0;
}

.zixun {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.zixun ul li {
    float: left;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
}

.zixun li a {
    display: block;
    padding: 0 10px;
}

.zixun .fa {
    padding-right: 10px;
}

.z-l a {
    background: #006de0;
    COLOR: #fff;
}

.z-l a:hover {
    border: solid 1px #006de0;
    color: #006de0;
    background: #fff;
}

.z-r a {
    border: solid 1px #006de0;
    color: #006de0;
}

.z-r a:hover {
    background: #006de0;
    COLOR: #fff;
}

.z-tel {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}

.z-tel i {
    padding-right: 5px;
}

.z-tel span {
    font-size: 30px;
    color: #006de0;
    line-height: 40px;
}

.lighted {
    position: fixed;
    top: 0;
    width: 44%;
    z-index: 9999999;
}

@media (max-width: 767px) {
    .lighted {
        width: 100%;
    }
}

/* 产品搜索 */
.l-search {
    float: left;
    width: 100%;
    margin-top: 50px;
    background: #ededed;
    padding: 30px 30px 60px;
}

.l-search h2 {
    font-size: 28px;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.l-input {
    width: 100%;
    border: #d9d9d9 solid 1px;
    line-height: 38px;
    height: 38px !important;
    margin-top: 20px;
    text-indent: 10px;
    color: #999;
}

.l-btn {
    width: 100%;
    background: #006de0;
    line-height: 38px;
    height: 38px !important;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: none;
}

.jiage {
    background-color: #eaeaea;
    padding: 20px 10px;
    overflow: hidden;
}

.jg_c {
    color: red;
    font-size: 20px;
    font-weight: 700
}

.xq {
    line-height: 40px;
    overflow: hidden;
}

.gsxx {}

.jbxx {
    background-color: #eee;
    padding: 20px;
}

.l-top {
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.list1 {
    line-height: 30px;
    color: #999;
}

.list1 span {
    color: #555;
    display: block;
    width: 80px;
    float: left;
}

/* 相关评论 */
.left_head {
    border-bottom: #DDDDDD 1px solid;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    padding: 0 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px
}

.left_head span {
    font-weight: normal;
    font-size: 12px;
}

.f_r {
    float: right;
}

form,
input,
select,
textarea,
td,
th {
    font-size: 12px;
}

.comment_area {
    width: 100%;
    height: 70px;
    border: #7D96C4 1px solid;
    margin: 20px 0
}

.comment_input {
    color: #1B4C7A;
}

.comment_input span {
    color: red;
}

.comment_input input {
    border: #DDDDDD 1px solid;
    padding: 2px;
}

.comment_time {
    font-size: 11px;
    color: #666666;
}

.comment_close {
    padding: 15px 0 0 15px;
    font-size: 13px;
    color: #666666;
}

.comment_reply {
    padding: 5px 10px 5px 10px;
    margin: 0 5px 0 5px;
    line-height: 180%;
    border: #FFA40D 1px solid;
    background: #FEFAE9;
}

.quote {
    border: 1px solid #dcdcdc;
    background: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

.quote_title {
    font-size: 12px;
    color: #1B4C7A;
}

.quote_time {
    font-size: 11px;
    color: #666666;
}

.quote_floor {
    float: right;
    font-size: 10px;
}

.quote_content {
    clear: both;
}

.stat {
    padding: 15px 15px 10px 10px;
    border-bottom: 1px solid #eee;
}

.stat tr {
    line-height: 30px;
}

.stat_p {
    height: 10px;
    line-height: 10px;
    background: #FFF7D2;
    font-size: 1px;
}

.stat_p div {
    height: 10px;
    line-height: 10px;
    background: #FFA40D;
    border-left: #FFA40D 2px solid;
    float: left;
}

.c_p {
    cursor: pointer;
}

input[type="radio"],
input[type="radio"] {
    margin: 10px 0 0;
    line-height: normal;
    margin-left: 20px;
}

.m {
    margin: auto;
    background: #FFFFFF;
    clear: both;
    border-top: 1px solid #ccc;
}




@media(max-width:768px) {
    .hy {
        display: none;
    }

    .top-r form,
    .top-gg {
        display: none;
    }

    .top-r ul li a {
        padding: 0 10px
    }

    .navbar {
        float: left;
    }

    .lg-gg {
        line-height: 40px;
        width: 50%;
        float: left;
    }

    .lg-gg .logo {
        width: 150px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar {
        width: 100%;
        background-color: transparent;
        border: none;
        z-index: 99;
        margin-top: -70px;
    }

    .navbar-nav>li {
        width: 100%;
        background-color: #111;
    }

    /* .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
        top:60%;
    } */
    .home_news {
        padding: 10px;
    }

    .h_news_l {
        padding-left: 0;
        padding-right: 0;
    }

    .h_news_l .article_list li a {
        line-height: 36px;
        font-size: 13px;
        height: 36px;
        overflow: hidden;
        display: block;
    }

    .tabbtn li a {
        width: 90px;
    }

    .ft_info .ft_nav {
        display: none;
    }


    /* 产品 */
    .fixed3 {
        display: none;
    }


    #content_top .con_right .con li {
        float: none;
    }

    #content_top .hot_product h1 {
        padding-left: 20px;
    }

    #content_top .hot_product .con {
        padding-left: 10px;
    }

    #content_top .hot_product .con li {
        width: 177px;
    }

    .tuijian {
        float: left;
        overflow: hidden;
        width: calc((100% - 10px) / 2);
        width: -webkit-calc((100% - 10px) / 2);
        width: -o-calc((100% - 10px) / 2);
        width: -moz-calc((100% - 10px) / 2);
        margin-right: 10px;
    }

    .tuijian:nth-child(2n) {
        margin-right: 0;
    }

    .tl {
        padding: 0;
    }

    .btn>ul>li>a {
        padding: 0 10px;
    }

    .mt li {
        width: 185px;
        height: 200px;
    }

    .mt li:nth-child(1) {
        display: none;
    }

    .slide {
        width: 375px;
    }

    .ft_contact {
        width: 100%;
        float: none;
    }

    .erweima {
        width: 100%;
        float: none;
        position: inherit;
    }
	
}

@media(max-width:768px) {
    .cate-filter .item li {
        width: 20%;
        padding: 0;
    }
}

.hide {
    display: none;
}

.h10 {
    height: 10px;
    clear: both;
}

.td-2 {
    width: 220px;
}

.td-2 input {
    width: 100%;
}

#gender_1,
#gender_2 {
    width: 50% !important;
    float: left;
    overflow: hidden;
}

.lab-s {
    padding-top: 8px;
}

#truename {
    margin-top: 25px;
}

.td-2 select {
    width: 220px;
}

@media(max-width:768px) {
    .t1 {
        width: 150px !important;
    }

    .reg_title {
        padding: 0 !important;
        margin: 0 !important;
    }

    .tips,.pages cite,.pages .pages_inp,.pages .pages_btn{
        display: none;
    }

    .td-2,
    .reg_inp {
        width: 220px;
    }

    #captchapng {
        float: left;
    }


}

.sg {
    margin-top: 30px;
}

.navbar a:visited{
    color: white !important;
}

.navbar .active a,.navbar a:hover{
    color:#555 !important;
}

.footer {
    margin-top: 30px;
}

.al-list {
    border-bottom: 1px dashed #ddd;
    padding: 20px 0;
}

.job-title {
    font-size: 18px;
    line-height: 32px;
}

.job-com {
    font-size: 14px;
    color: #797979;
}

.job-pay {
    padding: 5px 0;
}

.job-list {
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.text-red {
    color: #f00;
}

.job-pay .text-red {
    font-size: 16px;
}

.job-pay {
    color: #797979;
}

.hot-job {
    line-height: 32px;
}

.brand-list-img {
    height: 150px;
}

.hot-video {
    margin-bottom: 15px;
	padding:0 5px !important;
}

.media-img {
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
}

.media-img img {
    height: 150px;
    overflow: hidden;
}

.lv-list-img {
    height: 220px;
    overflow: hidden;
}

.lv-list-img img {
    min-height: 220px;
    overflow: hidden;
    width: 100%;
}

.swiper-media {
    height: 400px;
    overflow: hidden;
}

.swiper-media img {
    width: 100%;
    overflow: hidden;
}

.swiper-des {
    height: 500px;
    overflow: hidden;
}

.pages {
    padding: 20px 0;
    text-align: center;
}

.pages_inp {
    text-align: center;
    border: 1px solid #ddd;
    width: 50px;
    margin: 0 10px;
}

cite {
    font-style: normal;
}

.pages strong {
    color: #e56b39;
}

.player div {
    width: 100% !important;
    max-width: 100% !important;
}
.media-img img{
    width:100%;
}
@media(min-width:768px) {
    /* #article img {
        max-width: 500px !important;
    } */

}

@media(max-width:768px) {
    #article img {
        max-width: 100% !important;
		
    }
    .sub-nav .col-xs-3{
        width:20% !important;
        font-size: 14px;
    }
    .al-list-title{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;/*行数*/
    }
    .al-list-des,.right-ad{
        display:none;
    }
    .al-list-time{
        margin-top: 15px;
        color: #666;
    }
    .al-list img{
        width:100%;
        min-height:90px;
    }
    .swiper-media {
        height: 260px;
        overflow: hidden;
    }
    
    .swiper-media img {
        width: 100%;
        overflow: hidden;
    }
    .main .brand_list .pic_box{
        height: 100px;
    }
    .main .brand_list .pic_box img{
        height: 100px;
        width: auto;
        display: block;
        margin: auto;
    }
    .main .design_article_l h2{
        padding: 10px 0;
    }
    .design_article_l .col-xs-12{
        padding: 0;
    }
    .main .design_article_l .date{
        padding-top: 5px;
    }
    .list_top{
        padding-top: 15px;
    }
    .list_top .pic_box{
        height: 90px;
    }
    .list_top .pic_box img{
        height: 90px;
    }
    .list_top strong{
        line-height: 1.5em;
        margin-bottom: 10px;
        display: block;
    }
    #tab-one{
        padding: 20px 0;
    }
    .h_news_l .article_list_l,.tab-block{
        border: none;
    }
    .product-wrap .product li{
        margin-bottom: 15px;
    }
    .join-btn{
        margin-bottom: 30px;
    }
    .join-btn i,.f_red,.side_ad{
        display: none !important;
    }
    .join-brand{
        padding-top: 30px;
    }
    .brand-join{
        line-height: 1.5em !important;
    }
    .navbar{
        overflow: hidden;
    }

}
.swiper-banner img,.slide{
    max-width:100% !important;
    height:auto !important;
}
.news-list-img img{
    width: 100%;
}
.news-list-img{
    height: 300px;
}
.al-list img{
    min-height:150px;
    width: 100%;
}
.al-list-pic{
    height: 150px;
    overflow: hidden;
}
.al-list-title{
    font-weight: bold;
}
.al-list-time{
    margin-top: 15px;
    color: #7b7b7b;
}
.right-ad img{
    display: block;
    margin: auto;
}
/* .tl{
    margin: 30px 0;
} */
#scrollUp{
    position: fixed;
    right: 0;
    bottom:50px;
    background-color: #ddd;
    padding:10px;
    cursor: pointer;
}
#scrollUp:hover{
    background-color: #e56b39;
}
.media-ch .word-break{
    padding-bottom: 15px;
}
.show-job-title{
    font-size: 24px;
    padding-top: 20px;
}
.show-job-pay{
    font-size: 18px;
    padding:8px 0;
}
.show-job-content{
    font-size: 16px !important;
    line-height: 2em;
}
.show-job-b{
    color: #ffaa45;
}
.hot-job-tj{
    line-height: 2em;
}
.join-btn{
    overflow: hidden;
}
#title{
    margin: 30px 0;
}
.fsearch{
    padding: 20px 15px;
    background-color: #defdff;
}
.pd3{
    width: 200px;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
}
.s-tr{
    padding:5px 0;
    display: block;
}
.box_body{
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding:15px
}
.box_head{
    color: #ffaa45;
    padding:5px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background-color: #f7f7f7;
}
.sch_site .f_red{
    color: #f00;
}
.sch_site li{
    line-height: 1.75em;
}
.sch_relate{
    line-height: 2em;
}
.sch_find{
    padding: 15px 0;
}
.list{
    margin-bottom: 30px;
    padding: 15px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.px14{
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
}
#fromdate,#todate,.price{
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px;
}
.s-btn{
    padding: 15px 0;
}
#se-pro td{
    overflow: hidden;
    padding-top: 20px;
}
#se-pro{
    margin-top: 30px;
}

.px13{
    font-weight: bold;
}
.p-cname{
    overflow: hidden;
    padding:5px 0;
    width: 100%;
}
.fsearch select{
    width: 200px;
}
.f-cho{
    padding-left: 15px;
}
#se-pro .se-td{
    width: 25%;
}
.information-tab .pic_box{
    height: 140px;
}
.information-tab .pic_box img{
    height: 140px;
    width: auto;
}
@media(max-width:768px){
    .f-cho{
        display: block;
    }
    .w-key{
        width: 80px;
    }
    #se-pro .se-td{
        width: 50%;
        display: block;
        float: left;
        height: 290px;
        overflow: hidden;
    }
    li.f_gray{
        display: none;
    }
}
.navbar{
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
}
.side_ad{
    position: absolute;
    z-index: 9999;
}
ul.mc .on{
    padding-bottom: 8px;
}
.home-p-price{
    font-size: 12px;
    color: #f60;
    padding-top: 15px;
}
.js-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}
.js-list-img{
    height: 200px;
}

.h-job .info{
	font-size:16px;
	font-weight:bold;
}
.jon-h-list .lv-list-img{
	height:150px;
}
.al-list-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}
.home-des-img{
    height: 140px;
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}


.home-des-img a {
    display: table-cell;
    width: 100%;
    height: 140px;
    vertical-align: middle;
}

.home-des-img a img {
    max-width: 100%;
    max-height: 130px;
    margin: 0 auto;
}




.home-des-img img{
    height: 150px !important;
    width: auto !important;
}
.trans{
    -webkit-transition: all .4s ease; 
-moz-transition: all .4s ease; 
-o-transition: all .4s ease; 
transition: all .4s ease; 
}
.des-img{
	height:300px;
	overflow:hidden;
}
.design-des{
	color:#757575;
}
.home-sjs-info{
    height: 56px;
    overflow: hidden;
}
.home-cpk-img{
   border: 1px solid #ddd;
   padding: 5px !important; 
}
.home-cpk-title{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}
.home-live-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 160px;
    width: 100%;
}
#top-sel{
    float: left;
    border-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
}
#normalcon img{
	height:50px;
}
@media(max-width:1366px){
	.side_ad {
		display:none;
	}
}
.yuangong2{
	height:500px;
	width:100%;
}
#BigImage{
	height:500px;
	width:100%;
	overflow:hidden;
	display: flex;
}
#BigImage img{
	max-height:500px;
	display:block;
	margin:auto;
}

.youlian .col-xs-4{
	overflow:hidden;
	margin-top:15px !important;
}
.right-ad img{
	height:auto !important;
}
.home-pic-box{
	 position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 150px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}


.home-pic-box a {
    display: table-cell;
    width: 100%;
    height: 120px;
    vertical-align: middle;
}

.home-pic-box a img {
    max-width: 100%;
    max-height: 140px;
    margin: 0 auto;
}


.home-live-img{
position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 120px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}
.home-live-img a {
    display: table-cell;
    width: 100%;
    height: 120px;
    vertical-align: middle;
}

.home-live-img a img {
    max-width: 100%;
    max-height: 110px;
    margin: 0 auto;
}

.design_article_l li:hover img{
	transform: scale(1.2);
}


.sell-tj-img{
	height:61px;
	padding:5px 0;
}
.sell-tj-img img{
	max-height:60px;
}
.lv-list-img{
	height:220px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.job-h-list .lv-list-img{
	height:160px;
background-position: center;
	-webkit-transition: all .4s ease; 
-moz-transition: all .4s ease; 
-o-transition: all .4s ease; 
transition: all .4s ease; 
}
.job-h-list{
	position: relative;
	margin-bottom:30px
}
.job-h-list .live-title{
	font-size:14px;
	font-weight:400;
}
.job-list .live-info{
	padding:5px 10px;
}
.h-job tr:nth-child(odd){
	background-color:#f7f7f7;
}
.hot-logos{
	height:234px;
	overflow:hidden;
}
.swiper-button-next, .swiper-button-prev{
	display:none !important;
}
.text-gray{
	color:#949494;
}

..brand-list-img{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.brand-list-img a {
    display: table-cell;
    width: 100%;
    height: 100px;
    vertical-align: middle;
}

.brand-list-img a img {
    max-width: 100%;
    max-height: 90px;
    margin: 0 auto;
}
.margin-top-15{
	margin-top:15px;
}
.tl{
	margin-top:15px;
}
.home-pic-img{
	width:100%;
	height:100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	-webkit-transition: all .4s ease; 
	-moz-transition: all .4s ease; 
	-o-transition: all .4s ease; 
	transition: all .4s ease; 
}
.information-tab .col-sm-4:hover .home-pic-img{
	transform:scale(1.1);	
}
.lv-list-img img,.lv-list-img,.media-img img,.des-img img,.swiper-media img{
	-webkit-transition: all .4s ease; 
	-moz-transition: all .4s ease; 
	-o-transition: all .4s ease; 
	transition: all .4s ease; 
}
.live-list:hover img,.media-img:hover img{
	transform:scale(1.1);
}

.col-sm-6 .live-list:hover .lv-list-img,.desr-info:hover img,.swiper-media .swiper-slide:hover img{
	transform:scale(1.1);
}

.read{
	background-color:#f7f7f7;
	padding:15px;
	overflow:hidden;
	font-size:12px;
	color:#777;
	line-height:1.75em;
}