﻿@charset "utf-8";
@import url(dll.css);
@import url(module.css);
@import url(global.css);
@import url(/onlinecss/onlineeditor.css);
@import url(ddsmoothmenu.css);
@import url(animate.css);
@import url(banner.css);

/* 首页部分开始 */
.mfbox {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.header {
	width: 100%;
	height: 80px;
	border-top: 1px solid #e2e2e2;
	background-color:#161616;
}

.logo {
    float: left;
}

.header_adv {
    float: left;
    margin-top: 10px;
}
.header_toptitle {
    font-size: 30px;
    font-weight: bold;
}

.header_adv .top_title {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Arial Black";
    color: rgb(51, 51, 51);
}

.header_adv .bottom_infos {
    font-family: 微软雅黑;
    letter-spacing: 1px;
    font-size: 12px;
    color: rgb(204, 204, 204);
}

.search {
    float: right;
    margin-top: 5px;
    width: 260px;
    height: 33px;
    border: 1px solid #000000;
    border-radius: 15px;
    margin-left: 10px;
	background-color:#FFFFFF;
}

.search input {
    float: left;
    height: 28px;
    line-height: 28px;
    text-indent: 5px;
    font-family: microsoft yahei;
    border: none;
}

.search input.sint {
    width: 203px;
    margin-left: 12px;
    border: none;
}

.search input.sbtn {
    width: 38px;
    background: url(../Images/btn_search.png) no-repeat center center;
    cursor: pointer;
    border: none;
}

.i_nav {
    float: right;
    margin-right: 10px;
    height: 80px;
}


.i_banner_box {
    position: relative;
    width: 100%;
    /*height: 600px;*/
    overflow: hidden;
}

.top_title {
    text-align: center;
    padding-top: 50px;
}

.top_title h3 {
    font-size: 22px;
    color: rgb(255, 255, 255);
}

.top_title p {
      color: rgb(255, 255, 255);
}

.product .top_infos {
    padding-top: 30px;
    text-align: center;
}

.product .pro_list {
    overflow: hidden;
    padding: 0 100px;
    margin-top: 50px;
}

.product .pro_list li {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

.product .pro_list li:nth-child(1),
.product .pro_list li:nth-child(4) {
    text-align: left;
}

.product .pro_list li:nth-child(6),
.product .pro_list li:nth-child(3) {
    text-align: right;
}

.product .pro_list li h3 {
    padding-top: 14px;
    color: #5a5a5a;
    font-size: 16px;
}

.product .pro_list li p {
    font-size: 12px;
    margin-top: 8px;
}

.product .pro_list li:nth-child(1) h3,
.product .pro_list li:nth-child(4) h3 {
    margin-left: 12px;
}

.product .pro_list li:nth-child(3) h3,
.product .pro_list li:nth-child(6) h3 {
    margin-right: 8px;
}

.product .pro_list li:nth-child(3) p {
    margin-right: 8px;
}

.product .pro_list li img {
    width: 88px;
    height: 88px;
    transform: scale(1);
    -webkit-transition-property: scale;
    -webkit-transition-duration: 5s;
}

.product .pro_list li img:hover {
    transform: scale(0.9);
}

.product .pro_list li h3:hover {
    color: #47cdff;
}

.about {
    background-image: url(../Images/about_bg.png);
    overflow: hidden;
}

.about .about_left {
    width: 60%;
    float: left;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    margin: 100px 0;
}

.about .about_left .about_toptitle {
    margin-bottom: 20px;
}

.about .about_left .about_toptitle h3 {
    font-size: 22px;
    font-family: 微软雅黑;
    color: rgb(51, 51, 51);
    line-height: 40px;
}

.about .about_left .about_toptitle span {
    color: rgb(136, 136, 136);
    font-size: 12px;
}

.about .about_left .about_introduce p {
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(136, 136, 136);
    line-height: 23px;
}

.about .about_left .more a {
    width: 129px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(51, 51, 51, 1);
    margin-top: 42px;
}

.about .about_left .more a:hover {
    color: #ffd393;
}

.about .about_right {
    width: 35%;
    float: left;
    margin: 100px 0;
    margin-left: 10px;
}

.about .about_right li {
    width: 48%;
    height: 180px;
    background-color: transparent;
    background-image: url(../Images/about_li_bg.png);
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.about .about_right li:nth-child(2n) {
    margin-right: 0;
}

.about .about_right li:nth-child(3),
.about .about_right li:nth-child(4) {
    margin-bottom: 0;
}

.about .about_right li .company {
    color: #ffffff;
    font-family: arial black;
    font-size: 38px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding-top: 55px;
}

.about .about_right li .company span {
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 113px;
    top: 68px;
}

.about .about_right li .title {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.about .about_left .about_title {
    padding: 70px;
}

.about .about_right li:nth-child(1) .company span,
.about .about_right li:nth-child(2) .company span {
    left: 126px;
}

.about .about_right li:nth-child(3) .company span {
    left: 137px;
}

.about .about_right li:nth-child(4) .company span {
    left: 127px;
}

.about .about_right li:nth-child(2),
.about .about_right li:nth-child(3) {
    background-image: url(../Images/about_li_bg2.png);
}

.sale .sale_list {
    margin-top: 40px;
}

.sale .sale_list li {
    width: 29.5%;
    float: left;
    padding: 15px;
    border: 1px solid rgb(238, 238, 238);
    margin-right: 20px;
    margin-bottom: 20px;
}

.sale .sale_list li:nth-child(3),
.sale .sale_list li:nth-child(6) {
    margin-right: 0;
}

.sale .sale_list li:nth-child(4),
.sale .sale_list li:nth-child(5),
.sale .sale_list li:nth-child(6) {
    margin-bottom: 0;
}

.sale .sale_list li img {
    max-height: 354px;
    height: 354px;
    width: 354px;
    display: inline;
    max-width: 354px;
}

.sale .sale_list li .toptitle {
    padding: 0 3px 0 6px;
    height: 48px;
}

.sale .sale_list li .toptitle h3 {
    margin-top: 10px;
    color: #5a5a5a;
    font-size: 14px;
    text-align: center;
}

.sale .sale_list li .toptitle p {
    text-align: center;
    color: #a9a9a9;
    font-size: 12px;
}

.sale .sale_list li:hover {
    border-color: #ffd393;
}

.sale .more {
    display: block;
    width: 170px;
    height: 47px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #333;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.sale .more a {
    line-height: 47px;
    display: block;
}

.sale .more:hover {
    border-color: rgba(51, 51, 51, 1);
    background-color: rgba(34, 34, 34, 0.88);
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.sale .more:hover a {
    color: #fff;
}

.advantage {
    background-color: rgb(204, 204, 204);
    background-image: url(../Images/advantage_bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
}

.advantage .top_title p {
    font-size: 12px;
}

.advantage .advantage_list {
    margin-top: 40px;
    overflow: hidden;
}

.advantage .advantage_list li {
    width: 33.333333%;
    float: left;
    text-align: center;
}

.advantage .advantage_list li img {
    width: 116px;
    height: 116px;
}

.advantage .advantage_list li h3 {
    margin-top: 15px;
	color:#FFFFFF;
}

.advantage .advantage_list li p {
    width: 216px;
    height: 36px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
		color:#FFFFFF;
}

.advantage .more {
    width: 180px;
    height: 50px;
    margin: 90px auto;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50px;
    background: #333;
}

.advantage .more a {
    line-height: 50px;
    display: block;
    color: #fff;
}

.news .news_list {
    padding-top: 50px;
    overflow: hidden;
}

.news .news_list li {
    width: 31%;
    float: left;
    margin-right: 30px;
}

.news .news_list li:nth-child(3) {
    margin-right: 0;
}

.news .news_list li img {
    width: 380px;
    height: 205px;
    margin-bottom: 8px;
}

.news .news_list li .toptitle {
    padding: 0 3px 0 6px;
}

.news .news_list li .toptitle h3 a {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #5A5A5A;
}

.news .news_list li .toptitle .time {
    margin-bottom: 3px;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #cccccc;
}

.news .news_list li .toptitle .news_infos {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    padding-top: 6px;
    color: #888888;
}

.news .news_list li .toptitle .news_infos p {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .more {
    width: 168px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.news .more:hover {
    background: #333;
}

.news .more:hover a {
    color: #fff;
}

.news .more a {
    color: rgba(51, 51, 51, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 45px;
}

.news .news_list li .toptitle h3 a:hover {
    color: #ffd393;
}

.quality {
    background-color: rgb(204, 204, 204);
    background-image: url(../Images/quality_bg.png);
    background-position: center center;
    overflow: hidden;
}

.quality .toptitle {
    margin-top: 150px;
    text-align: center;
}

.quality .toptitle h3 {
    font-weight: bold;
    font-size: 28px;
    font-family: 微软雅黑;
    color: rgb(255, 255, 255);
}

.quality .toptitle h3 span {
    color: #ffd393;
}

.quality .infos {
    margin-top: 30px;
    text-align: center;
}

.quality .infos p {
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 14px;
}

.quality .more {
    margin-top: 80px;
    margin-bottom: 100px;
    text-align: center;
}

.quality .more .service {
    width: 150px;
    height: 45px;
    display: inline-block;
    background: rgba(255, 211, 147, 1);
    border-radius: 50px;
    line-height: 45px;
}

.quality .more .contact {
    width: 150px;
    height: 45px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    line-height: 45px;
    margin-left: 20px;
}

.introduce {
    margin: 60px 0;
    overflow: hidden;
	    background-color: rgb(245, 245, 245);
}

.introduce .about_left {
    width: 45%;
    float: left;
    display: inline-block;
}

.introduce .about_right {
    width: 55%;
    float: left;			
    display: inline-block;
    background-color: rgb(245, 245, 245);
}

.introduce .about_right p {
	font-size: 14px;
	color: #5a5a5a;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
	text-align: left;
	text-indent: 2em;
}

.contacts {
    background-color: rgb(250, 250, 250);
    background-position: center top;
    margin: 20px 0;
}

.contacts iframe {
    padding: 30px;
}

.contacts .information {
    padding: 50px;
    overflow: hidden;
}

.contacts .information .information_left {
    width: 50%;
    float: left;
}

.contacts .information .information_left h3 {
    font-size: 18px;
    font-family: 微软雅黑;
    color: rgb(34, 34, 34);
}

.contacts .information .information_left h3::after {
    content: "";
    border-top: 3px solid #3a4058;
    width: 26px;
    height: 0px;
    margin: 15px 0;
    overflow: hidden;
    display: block;
}

.contacts .information .information_left .title p {
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(102, 102, 102);
    line-height: 30px;
}

.contacts .information .information_right {
    width: 40%;
    float: right;
    overflow: hidden;
}

.contacts .information .information_right li {
    width: 136px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.contacts .information .information_right li:nth-child(2) {
    margin-right: 0;
}

.contacts .information .information_right li img {
    width: 136px;
/*    height: 136px;*/
    border: 1px solid #ccc;
}

.contacts .information .information_right li h3 {
    text-align: center;
    margin-top: 15px;
}

.footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    min-width: 1200px;
    overflow: hidden;
}

.footer .mfbox {
    padding: 30px 0;
    overflow: hidden;
}

.foot_nav {
    line-height: 30px;
    width: 80%;
    overflow: hidden;
    float: left;
}

.foot_nav li {
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

.foot_nav li a {
    color: #555555;
    font-family: microsoft yahei;
    font-size: 14px;
    border-left: 1px solid #ededed;
    padding: 0 10px;
}

.foot_nav li:first-child a {
    border-left: none;
    padding-left: 0;
}

.foot_contact {
    margin-top: 20px;
    float: left;
}

.foot_contact p {
    color: rgb(90, 90, 90);
    font-family: Arial, 宋体, Helvetica, sans-serif, Verdana;
    font-size: 12px;
    line-height: 30px;
}

.erweima {
    width: 127px;
    height: 168px;
    background-color: rgb(245, 245, 245);
    float: right;
    position: relative;
    top: -50px;
}

.erweima img {
    padding: 10px;
    width: 105px;
    height: 105px;
}

.erweima .title {
    text-align: center;
    color: rgb(153, 153, 153);
    font-size: 12px;
}

.copyright {
    height: 59px;
    background-color: #161616;
    text-align: center;
}

.copyright p {
    line-height: 59px;
	color:#FFFFFF;
}

.footer a:hover {
    color: #0060b0;
}

/* 首页部分结束 */

/* 内页部分开始 */
.p_container {}

.g-cur {
    height: 60px;
    background-color: rgb(245, 245, 245);
}

.g-cur .mfbox {
    line-height: 60px;
    overflow: hidden;
}

.g-cur .mfbox .current {
    float: left;
}

.p_container_txt {
    padding: 10px 0 40px;
    background: #f7f7f7;
}

.path {
    text-indent: 30px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    background: url(../Images/icon10.png) no-repeat 10px;
}

.path a {
    color: #999;
}

.path span {
    padding: 0 10px;
}

.p_content {
    width: 1198px;
    border: 1px solid #e5e5e5;
    background: url(../Images/icon11.jpg) repeat-y 290px top #FFF;
}

.p_left {
    float: left;
    width: 290px;
    overflow: hidden;
}

.p_right {
    float: right;
    width: 820px;
    padding: 35px 45px 40px 30px;
    overflow: hidden;
}

.sidebar {
    float: right;
}


.p_txt {
    font-size: 14px;
    line-height: 30px;
}

.n_n_list {
    overflow: hidden;
}

.n_n_list ul {
    overflow: hidden;
}

.n_n_list li {
    border-bottom: 1px dotted #b3b3b3;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.n_n_list li .img {
    width: 20%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-right: 41px;
    float: left;
    max-height: 200px;
    max-width: 250px;
}

.n_n_list li .img img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.n_n_list li .title {
    width: 76%;
    margin-top: 30px;
    float: left;
}

.n_n_list li .title h3 {
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

.n_n_list li .title span {
    display: block;
    float: left;
    margin-right: 15px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #999999;
}

.n_n_list li .title div>p {
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 24px !important;
    padding-top: 10px;
    color: #5A5A5A;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.n_n_list li:last-child {
    border-bottom: none;
}



/* 内页部分结束 */



.prosort {
    height: 80px;
    background-color: #f9f9f9;
}

.prosort ul {
    margin: 0 auto;
    width: 1200px;
    padding: 15px 0px;
    height: 50px;
    line-height: 50px;
}

.prosort ul li {
    float: left;
}

.prosort ul li a {
    display: block;
    height: 50px;
    font-size: 16px;
    padding: 0px 40px;
}

.prosort ul li a:hover {
    background-color: #0060b0;
    color: #fff;
}

.p_content1 {
    width: 1200px;
}

.p_container_txt1 {
    padding: 10px 0 40px;
}

.yunu-mNav {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mfbox {
        width: 96%;
        min-width: 0px;
    }

    .search {
        margin-left: 20px;
    }

    .sale .sale_list li img {
        width: 290px;
    }

    .sale .sale_list li {
        width: 28.5%;
    }

    .footer {
        min-width: 0px;
    }

    .n_n_list li .img {
        margin-right: 37px;
    }

    .introduce .about_right p {
        padding: 80px;
    }

    #baiduapi_1_mapframe {
        width: 921px !important;
    }

    .p_v_list li {
        width: 22%;
    }
}

@media screen and (max-width: 768px) {
    .search {
        display: none;
    }

    .i_nav {
        display: none;
        position: absolute;
        top: 80px;
        z-index: 99999;
        width: 135px;
        right: 0px;
        background: #fff;
        height: auto;
    }

    .ddsmoothmenu {
        overflow: hidden;
    }

    .ddsmoothmenu ul li {
        border-bottom: 1px solid #ccc;
        width: 100%;
		background-color:#161616;
    }

    .header_adv .bottom_infos {
        display: none;
    }

    .header_adv .header_toptitle {
        color: rgb(51, 51, 51);
        font-size: 30px;
        /*! text-transform: uppercase; */
        font-weight: bold;
    }

    .header_adv {
        margin-top: 10px;
    }

    .yunu-mNav {
        display: block;
        width: 100%;
        height: 80px;
        position: relative;
        z-index: 9;
    }

    .yunu-mNav .menuBtn {
        position: absolute;
        right: 10px;
        top: 15px;
        float: right;
        width: 36px;
        height: 36px;
        padding: 3px;
        cursor: pointer;
        display: block;
    }

    .yunu-mNav .menuBtn b {
        display: block;
        height: 5px;
        border-radius: 2px;
        background-color: #f7f7f7;
        margin: 5px 0 7px;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .about .about_left .about_title {
        padding: 27px 70px;
    }

    .about .about_right li:nth-child(1) .company span,
    .about .about_right li:nth-child(2) .company span {
        left: 92px;
    }

    .about .about_right li:nth-child(3) .company span {
        left: 102px;
    }

    .about .about_right li:nth-child(4) .company span {
        left: 91px;
    }

    .about .about_right li .company {
        font-size: 34px;
    }

    .sale .sale_list li img {
        width: 208px;
        height: 208px;
    }

    .sale .sale_list li {
        width: 26.5%;
    }

    .news .news_list li {
        width: 30%;
    }

    .plist li {
        width: 29.333%;
    }

    .n_n_list li .img {
        margin-right: 28px;
    }

    .introduce .about_left {
        width: 100%;
        text-align: center;
    }

    .introduce .about_right {
        width: 100%;
        margin-top: 20px;

    }

    .p_v_list li img {
        height: 160px;
    }

    #baiduapi_1_mapframe {
        width: 680px !important;
    }

    .contacts .information .information_right {
        width: 46%;
    }

    .navPage {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .i_banner_box{
        height: 150px;
    }

    .iconfont.icon-next-copy {
        width: 20px !important;
        height: 20px !important;
    }

    .slider-nav {
        bottom: 10px !important;
    }

    .slider-nav__item {
        width: 8px !important;
        height: 8px !important;
    }

    .product .pro_list {
        padding: 0;
    }

    .about .about_left {
        width: 100%;
        margin-bottom: 0;
    }

    .about .about_right {
        width: 100%;
        margin-top: 20px;
    }

    .about .about_right li:nth-child(1) .company span,
    .about .about_right li:nth-child(2) .company span {
        left: 122px;
        top: 63px;
    }

    .about .about_right li:nth-child(3) .company span {
        left: 135px;
        top: 61px;
    }

    .about .about_right li:nth-child(4) .company span {
        left: 122px;
        top: 61px;
    }

    .about .about_left .more {
        text-align: center;
    }

    .sale .sale_list li:nth-child(2),
    .sale .sale_list li:nth-child(4),
    .sale .sale_list li:nth-child(6) {
        margin-right: 0;
    }

    .sale .sale_list li:nth-child(3) {
        margin-right: 20px;
    }

    .sale .sale_list li {
        width: 44%;
        padding: 5px;
    }

    .sale .sale_list li img {
        width: 166px;
        height: 166px;
    }

    .sale .more {
        margin-bottom: 50px;
    }

    .advantage .advantage_list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .advantage .more {
        margin: 40px auto;
    }

    .news .news_list li {
        width: 100%;
    }

    .news .more {
        margin-bottom: 50px;
    }

    .quality .toptitle {
        margin-top: 50px;
    }

    .quality .more {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .quality .more .service,
    .quality .more .contact {
        width: 120px;
    }

    .erweima {
        display: none;
    }

    .foot_nav {
        width: 100%;
    }

    .foot_nav li {
        margin-bottom: 20px;
    }

    .plist li:nth-child(3n) {
        margin-right: 40px;
    }

    .plist li:nth-child(2n) {
        margin-right: 0;
    }

    .plist li {
        width: 44.333%;
    }

    .n_n_list li .img {
        display: none;
    }

    .n_n_list li {
        margin-bottom: 10px;
    }

    .n_n_list li .title {
        margin-top: 10px;
        width: 100%;
    }

    .introduce {
        margin: 40px 0;
    }

    .introduce .about_right p {
        padding: 30px;
    }

    #baiduapi_1_mapframe {
        display: none;
    }

    .contacts .information {
        padding: 20px;
    }

    .contacts .information .information_left {
        width: 100%;
    }

    .contacts .information .information_right {
        width: 100%;
        margin-top: 30px;
    }

    .contacts .information .information_right li {
        width: 174px;
    }

    .contacts .information .information_right li img {
        width: 172px;
    }

    .p_v_list li {
        width: 45%;
    }
    .gbook_post {
        display: block;
        margin-top: 10px;
    }
    .gbook_post>td {
        display: block;
        width: 100%;
    }
    .gbook_tblist input {
        width: 350px !important;
    }
    #gbookMain {
        width: 350px !important;
    }
    .gbook_formbtn input {
        padding: 0px 20px !important;
    }
    
}
@media screen and (max-width: 375px) {
    .about .about_left {
        margin-top: 50px;
    }
    .about .about_left .about_title {
        padding: 27px 20px;
    }
    .about .about_right {
        width: 97.4%;
        margin-bottom: 50px;
    }
    .about .about_right li {
        width: 47%;
    }
    .about .about_right li:nth-child(1) .company span, .about .about_right li:nth-child(2) .company span {
        left: 108px;
        top: 62px;
    }
    .about .about_right li:nth-child(3) .company span{
        left: 119px;
        top: 57px;
    }
    .about .about_right li:nth-child(4) .company span {
        left: 109px;
        top: 59px;
    }
    .sale .sale_list li img {
        width: 158px;
        height: 158px;
    }
    .sale .sale_list li {
        margin-right: 10px;
    margin-bottom: 10px;
    }
    .sale .sale_list li:nth-child(3) {
        margin-right: 10px;
    }
    .sale .sale_list li .toptitle h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sale .sale_list li .toptitle p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .sale .more {
        width: 100px;
        height: 35px;
    }
    .sale .more a {
        line-height: 35px;
    }
    .sortnavul li a {
        padding: 0 20px !important;
    }
    .n_n_list li .title div>p {
        -webkit-line-clamp: 2;
    }
    .p_n_title {
        margin-top: 20px;
        font-size: 18px;
    }
    .p_n_info {
        white-space: nowrap;
        font-size: 12px;
    }
    .remark {
        padding: 0 20px;
        padding-top: 20px;
        word-break: break-word;
    }
    
}

.cp_list {
	width:100%;
	background-color: #f5f5f5;
	padding: 20px;
	margin-top: 20px;
}
.cp_list ul {
	list-style-type: none;
	margin-top: 20px;
}
.cp_list li {
	line-height: 35px;
	float: left;
	height: 35px;
	width: 12%;
	background-image: url(../images/gif-0464.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	background-color: #FFFFFF;
}

.topright {
	width:260px;
	float:right;
	margin-left: 10px;	background-image: url(../images/tm.png);
	background-repeat: repeat;	

}
.h_nav{display:block; height:28px; background:#810e0f; padding:0 6px; border:1px solid #5e0001; border-top:none; -webkit-border-radius-bottomleft:6px; -moz-border-radius-bottomleft:6px; border-bottom-left-radius:6px; -webkit-border-radius-bottomright:6px; -moz-border-radius-bottomright:6px; border-bottom-right-radius:6px;}
.h_nav a{ color:#FFFFFF} 
@media screen and (max-width: 768px) {
/*.topright {width:260px; pointer-events:none; float:right;margin-right: 50px;position: absolute;top: 0px; z-index:3; background-color:#FF0000;}*/
.h_nav{display:block; height:28px; background:#810e0f; padding:0 6px; border:1px solid #5e0001; border-top:none; -webkit-border-radius-bottomleft:6px; -moz-border-radius-bottomleft:6px; border-bottom-left-radius:6px; -webkit-border-radius-bottomright:6px; -moz-border-radius-bottomright:6px; border-bottom-right-radius:6px; margin-left:20px;pointer-events:none; float:right;margin-right: 0px;position: absolute;top: 1px; z-index:999;}
.cp_list {	width:94%;
	background-color: #f5f5f5;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;}
.cp_list ul {
	list-style-type: none;
	margin-top:0px;
}
.cp_list li {
	line-height: 35px;
	float: left;
	height: 35px;

	width: 35%;
	background-image: url(../images/gif-0464.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #FFFFFF;
}

}
.h_nav li{
	float:right;
	height:28px;
	line-height:25px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	
}
.h_nav li.line{padding:0;	color:#FFFFFF;	}
.h_nav li.member{background:url(../images/ico.png) 0 0 no-repeat; padding-left:15px;}
.h_nav li.inquiry{background:url(../images/ico.png) 0 -26px no-repeat; padding-left:15px;}
.h_nav li.lang{background:url(../images/ico.png) 50px -52px no-repeat; padding-right:15px;}
.h_nav li.lang:hover{position:relative; z-index:10;}
.h_nav li.lang:hover dl{}

.edit_nullmodule p { text-indent:2em; line-height:30px; margin-bottom:10px;}

.pages {padding:8px 0 20px 0; text-align: center; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 24px;}
.pages A { border: #B0D8FF 1px solid; padding: 6px 10px; margin: 4px; color: #01b7e6; background-color: #FFFFFF; text-decoration: none;}
.pages A:hover {border: #01b7e6 1px solid;color: #eee;background-color: #01b7e6;}
.pages A:active {border: #01b7e6 1px solid;color: #01b7e6;}
.pages span.current {border: #01b7e6 1px solid;padding: 6px 10px;font-weight: bold;margin: 4px;color: #fff;background-color: #01b7e6;}
.pages span.disabled {border: #eee 1px solid;padding: 6px 10px;margin: 4px;color: #ddd;background-color: #FFFFFF;}

.about_top{ margin-top:20px;padding-bottom:80px; }
.show{line-height:30px;font-size:16px; line-height:40px;}