@charset 'UTF-8';
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

img {
    display: block;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

input,
textarea {
    background: none;
    border: none;
}

table {
    border-collapse: collapse;
}

body {
    color: #333;
    font: 12px/20px "SimSun", "宋体", "Arial Narrow", HELVETICA;
    background: #fff;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #ff8400;
    text-decoration: underline;
}

.container {
    width: 1002px;
    margin: 0 auto;
}

body {
    background-color: #404040;
}

a:hover {
    text-decoration: none !important;
}

.nav_hover {
    background-color: #c59a4e;
}

.page_header {
    position: relative;
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
}

.page_header .page_header_top {
    height: 30px;
    background-color: #141414;
    *zoom: 1;
}

.page_header .page_header_top .box {
    float: right;
    display: inline;
}

.page_header .page_header_top:before,
.page_header .page_header_top:after {
    display: table;
    content: "";
}

.page_header .page_header_top:after {
    clear: both;
}

.page_header .page_header_top_email {
    line-height: 30px;
    float: left;
    display: inline;
    margin-right: 12px;
}

.page_header .page_header_top_email a {
    color: #cccccc;
    font-size: 14px;
    border-right: 2px solid #ababab;
    border-right-color: #858585 #ababab;
    height: 16px;
    padding-right: 12px;
}

.page_header .page_header_top_lan {
    line-height: 30px;
    float: right;
    display: inline;
}

.page_header .page_header_top_lan span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.page_header .page_header_top_lan span a {
    color: #cccccc;
    font-size: 14px;
}

.page_header .page_header_top_lan .sanjiao {
    margin: 0 3px 0 10px;
}

.page_header_top .page_header_top_lan {
    position: relative;
}

.page_header_top .page_header_top_lan .zh {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2000;
    display: none;
}

.page_header_logo {
    position: absolute;
    z-index: 1000;
    height: 139px;
    width: 100%;
    *zoom: 1;
    background-color: #0a0a0a;
}

.page_header_logo:before,
.page_header_logo:after {
    display: table;
    content: "";
}

.page_header_logo:after {
    clear: both;
}

.page_header_logo .left {
    float: left;
    display: inline;
    padding-top: 38px;
}

.page_header_logo .mid {
    color: #fff;
    float: left;
    display: inline;
    margin-top: 37px;
    margin-left: 18px;
    background: url(../img/border_line.png) left top no-repeat;
    padding-left: 18px;
    height: 81px;
}

.page_header_logo .mid h2 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1;
}

.page_header_logo .mid h5 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    margin-top: 14px;
}

.page_header_logo .right {
    float: right;
    display: inline;
}

.page_header_logo .right .phone {
    float: left;
    display: inline;
    margin-right: 5px;
    margin-left: 140px;
}

.page_header_logo .right .num {
    float: left;
    display: inline;
}

.page_header_logo .right .num span:nth-child(1) {
    color: #fff;
}

.page_header_logo .right .num span:nth-child(3) {
    color: #c59a4e;
    font-size: 18px;
}

.lvjin {
    background-color: '';
    background-color: rgba(0, 0, 0, 0.85);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d8000000', endColorstr='#d8000000');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d8000000', endColorstr='#d8000000');
}

.nav_parent {
    position: relative;
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
}

.nav {
    position: absolute;
    left: 0;
    top: 139px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
    width: 100%;
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
    height: 40px;
}

.nav li {
    float: left;
    display: inline;
    width: 167px;
    text-align: center;
    line-height: 40px;
}

.nav a:hover {
    text-decoration: none !important;
}

.nav h2 {
    color: #d6d6d6;
    font-size: 14px;
    font-weight: normal;
}

.nav h2:hover {
    background-color: #c59a4e;
}

.index_search {
    height: 39px;
    *zoom: 1;
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
    background-color: #141414;
}

.index_search:before,
.index_search:after {
    display: table;
    content: "";
}

.index_search:after {
    clear: both;
}

.index_search .container {
    position: relative;
}

.index_search .container .tixing {
    position: absolute;
    left: 50%;
    margin-left: -73px;
    top: -35px;
}

.index_search .line {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
    margin-top: -5px;
    position: relative;
}

.index_search .keywords {
    float: left;
    display: inline;
}

.index_search .keywords dl {
    padding-top: 10px;
}

.index_search .keywords dt {
    float: left;
    display: inline;
    color: #ffffff;
    font-size: 15px;
    margin-right: 6px;
}

.index_search .keywords dd {
    float: left;
    display: inline;
    color: #808080;
    font-size: 15px;
    margin-right: 19px;
}

.index_search .form {
    float: right;
    display: inline;
    padding-top: 6px;
    position: relative;
}

.index_search .form #searchin {
    color: #787878;
    width: 214px;
    height: 26px;
    background: url(../img/search_bgc.jpg) no-repeat;
    padding-left: 15px;
}

.index_search .form #searchsubmit {
    position: absolute;
    right: 0;
    top: 6px;
    width: 48px;
    height: 26px;
    background: url(../img/search.jpg) no-repeat;
}

.index_product {
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
    background-color: #404040;
    padding-bottom: 63px;
}

.index_product .top {
    position: relative;
    padding-top: 41px;
    padding-bottom: 26px;
    border-bottom: 1px solid #4d4d4d;
}

.index_product .top .yiji {
    float: left;
    display: inline;
    font-size: 30px;
    color: #fff;
}

.index_product .top .line {
    position: absolute;
    width: 109px;
    height: 3px;
    left: 0;
    top: 66px;
    background-color: #c59a4e;
}

.index_product .erji {
    float: left;
    display: inline;
}

.index_product .erji li {
    float: left;
    display: inline;
    margin-right: 21px;
    position: relative;
}

.index_product .erji li:nth-child(1) i {
    display: block;
}

.index_product .erji li:nth-child(1) {
    margin-left: 20px;
}

.index_product .erji a {
    color: #808080;
    font-size: 14px;
}

.index_product .erji h3 {
    font-weight: normal;
    font-size: 14px;
}

.index_product .erji h3:hover {
    color: #fff;
}

.index_product i {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -5px;
    border-style: solid dashed dashed dashed;
    border-color: #cccccc transparent transparent transparent;
    border-width: 5px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top-color: #666666;
    display: none;
}

.picScroll-left {
    width: 1002px;
    position: relative;
    margin-top: 30px;
    *zoom: 1;
}

.picScroll-left .hd .prev {
    position: absolute;
    right: 40px;
    top: -64px;
    z-index: 1000;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../img/bth_left.jpg);
}

.picScroll-left .hd .next {
    position: absolute;
    z-index: 1000;
    top: -64px;
    right: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../img/btn_right.jpg);
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd li {
    margin-right: 28px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picScroll-left .bd li .title {
    position: absolute;
    z-index: 1000;
    height: 86px;
    bottom: -107px;
    background-color: rgba(0, 0, 0, 0.6);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
    width: 100%;
    padding-top: 21px;
}

.picScroll-left .bd li .zhezhao {
    width: 315px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
}

.picScroll-left .bd li a {
    display: block;
    color: #cccccc;
    font-size: 22px;
}

.picScroll-left .bd li .more {
    padding-left: 90px;
    margin-top: 16px;
}

.picScroll-left .bd .pic {
    text-align: center;
}

.picScroll-left .bd .pic img {
    width: 315px;
    height: 345px;
    display: block;
}

.picScroll-left:before,
.picScroll-left:after {
    display: table;
    content: "";
}

.picScroll-left:after {
    clear: both;
}

.index_focus {
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
    background: url(../img/index_focus.jpg) center;
    height: 601px;
}

.index_focus .container {
    position: relative;
}

.index_focus .tip1 {
    position: absolute;
    width: 334px;
    left: 635px;
    top: 176px;
}

.index_focus .tip1 .title {
    font-size: 20px;
    color: #ededed;
    line-height: 20px;
}

.index_focus .tip1 .content {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    line-height: 18px;
}

.index_focus .tip2 {
    position: absolute;
    width: 334px;
    left: 737px;
    top: 334px;
}

.index_focus .tip2 .title {
    font-size: 20px;
    color: #ededed;
    line-height: 20px;
}

.index_focus .tip2 .content {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    line-height: 18px;
}

.index_focus .tip3 {
    position: absolute;
    width: 334px;
    left: 637px;
    top: 484px;
}

.index_focus .tip3 .title {
    font-size: 20px;
    color: #ededed;
    line-height: 20px;
}

.index_focus .tip3 .content {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    line-height: 18px;
}

.index_aboutus {
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
    *zoom: 1;
    background-color: #404040;
    padding-bottom: 30px;
}

.index_aboutus:before,
.index_aboutus:after {
    display: table;
    content: "";
}

.index_aboutus:after {
    clear: both;
}

.index_aboutus .top {
    position: relative;
    padding-top: 41px;
    padding-bottom: 26px;
    border-bottom: 1px solid #4d4d4d;
}

.index_aboutus .top .yiji {
    float: left;
    display: inline;
    font-size: 30px;
    color: #fff;
}

.index_aboutus .top .line {
    position: absolute;
    width: 151px;
    height: 3px;
    left: 0;
    top: 66px;
    background-color: #c59a4e;
}

.index_aboutus .more {
    position: absolute;
    right: 0;
    top: 33px;
}

.index_aboutus .left {
    float: left;
    display: inline;
}

.index_aboutus .left .company_name {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin-top: 30px;
}

.index_aboutus .left .compamy_rec {
    color: #999999;
    font-size: 14px;
    width: 644px;
    line-height: 29px;
    margin-top: 12px;
}

.index_aboutus .left .inquiry {
    width: 110px;
    height: 30px;
    background-color: #c59a4e;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.index_aboutus .slideBox {
    float: right;
    display: inline;
    width: 328px;
    height: 228px;
    overflow: hidden;
    position: relative;
    border: 2px solid #f9fffb;
    margin-top: 29px;
}

.index_aboutus .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 3px;
    z-index: 1;
}

.index_aboutus .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.index_aboutus .hd li {
    font-size: 13px;
    float: left;
    color: #fff;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #6e665f;
    cursor: pointer;
}

.index_aboutus .hd li.on {
    background: #c59a4e;
    color: #fff;
}

.index_aboutus .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.index_aboutus .bd li {
    zoom: 1;
    vertical-align: middle;
}

.index_aboutus .bd img {
    width: 328px;
    height: 228px;
    display: block;
}

.index_news {
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
    background-color: #404040;
    padding-top: 60px;
    *zoom: 1;
}

.index_news:before,
.index_news:after {
    display: table;
    content: "";
}

.index_news:after {
    clear: both;
}

.index_news .left {
    float: left;
    display: inline;
    margin-top: 39px;
    width: 487px;
}

.index_news .left .new_img {
    border: 2px solid #ffffff;
}

.index_news .left .new_title {
    margin-top: 18px;
}

.index_news .left .new_title a {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
}

.index_news .left .new_rec {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

.index_news .right {
    float: right;
    display: inline;
    width: 486px;
    margin-top: 17px;
}

.index_news .news_list li {
    position: relative;
    *zoom: 1;
}

.index_news .news_list li:before,
.index_news .news_list li:after {
    display: table;
    content: "";
}

.index_news .news_list li:after {
    clear: both;
}

.index_news .news_list .time {
    float: left;
    display: inline;
    color: #4c4c4c;
    width: 60px;
    height: 50px;
    padding-top: 10px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
}

.index_news .news_list .time span:nth-child(1) {
    font-size: 34px;
}

.index_news .news_list .time span:nth-child(2) {
    font-size: 13px;
}

.index_news .news_list i {
    position: absolute;
    z-index: 1000;
    right: -14px;
    top: 50%;
    margin-top: -3px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #e6e6e6;
    border-width: 7px;
    width: 0;
    height: 0;
    overflow: hidden;
}

.index_news .list {
    float: right;
    display: inline;
}

.index_news .list .news_title a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.index_news .list .news_content {
    margin-top: -2px;
    color: #999999;
    font-size: 14px;
    width: 409px;
}

.firend_link {
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
    *zoom: 1;
    background-color: #404040;
    padding-bottom: 30px;
    padding-bottom: 79px;
}

.firend_link:before,
.firend_link:after {
    display: table;
    content: "";
}

.firend_link:after {
    clear: both;
}

.firend_link .top {
    position: relative;
    padding-top: 41px;
    padding-bottom: 26px;
    border-bottom: 1px solid #4d4d4d;
}

.firend_link .top .yiji {
    float: left;
    display: inline;
    font-size: 30px;
    color: #fff;
}

.firend_link .top .line {
    position: absolute;
    width: 151px;
    height: 3px;
    left: 0;
    top: 66px;
    background-color: #c59a4e;
}

.firend_link .more {
    position: absolute;
    right: 0;
    top: 33px;
}

.firend_link .line {
    width: 284px !important;
}

.firend_link .picScroll-link {
    width: 1002px;
    position: relative;
    margin-top: 29px;
    *zoom: 1;
}

.firend_link .picScroll-link .hd .prev {
    position: absolute;
    right: 40px;
    top: -63px;
    z-index: 1000;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../img/bth_left.jpg);
}

.firend_link .picScroll-link .hd .next {
    position: absolute;
    z-index: 1000;
    top: -63px;
    right: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../img/btn_right.jpg);
}

.firend_link .picScroll-link .bd ul {
    overflow: hidden;
    zoom: 1;
}

.firend_link .picScroll-link .bd li {
    margin-right: 13px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.firend_link .picScroll-link .bd li a {
    display: block;
    color: #cccccc;
    font-size: 22px;
}

.firend_link .picScroll-link .bd .pic {
    text-align: center;
}

.firend_link .picScroll-link .bd .pic img {
    width: 190px;
    height: 100px;
    display: block;
}

.firend_link .picScroll-link:before,
.firend_link .picScroll-link:after {
    display: table;
    content: "";
}

.firend_link .picScroll-link:after {
    clear: both;
}

.page_footer {
    max-width: 1920px;
    min-width: 1002px;
    margin: 0 auto;
    height: 299px;
    background: url(../img/footer_bgc.jpg) center;
}

.page_footer .container {
    position: relative;
}

.page_footer .container .sanjiao {
    position: absolute;
    right: 0;
    top: -28px;
}

.page_footer .container {
    position: relative;
    *zoom: 1;
}

.page_footer .container:before,
.page_footer .container:after {
    display: table;
    content: "";
}

.page_footer .container:after {
    clear: both;
}

.page_footer .footer_nav {
    margin-top: 24px;
}

.page_footer .title {
    color: #fff;
    font-size: 18px;
    padding-top: 22px;
}

.page_footer .left {
    float: left;
    display: inline;
    color: #999999;
    font-size: 14px;
}

.page_footer .left span {
    position: absolute;
    margin-right: 9px;
    margin-left: 3px;
    display: inline-block;
    top: 1px;
    left: 0;
}

.page_footer .left img {
    display: inline;
}

.page_footer .left a {
    color: #999999;
    font-size: 14px;
}

.page_footer .left li {
    position: relative;
    margin-bottom: 17px;
    padding-left: 28px;
    width: 178px;
}

.page_footer .left li:nth-child(1) {
    margin-top: 21px;
}

.page_footer .right {
    float: left;
    display: inline;
    margin-left: 128px;
    width: 272px;
}

.page_footer .right li {
    margin-bottom: 10px;
    float: left;
    display: inline;
}

.page_footer .right li h2 {
    font-size: 14px;
    font-weight: normal;
    width: 108px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #fff;
    border-radius: 5px;
    /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
    -moz-border-radius: 5px;
    /* Mozilla浏览器的私有属性 */
    -webkit-border-radius: 5px;
    /* Webkit浏览器的私有属性 */
    background-color: #404040;
    color: #999999;
}

.page_footer .right li:nth-child(odd) {
    margin-right: 56px;
}

.page_footer .cnzz {
    height: 28px;
    border-top: 1px solid #2c2c2c;
    line-height: 30px;
    text-align: center;
    padding-top: 2px;
    font-size: 14px;
}

.page_footer .cnzz .container {
    color: #999999 !important;
    font-size: 14px;
}

.page_footer .cnzz a {
    color: #999999;
    font-size: 14px;
}

.in_banner {
    margin-top: 138px;
}

.leftmenuM,
.leftmenuN {
    background: url(../img/yijilei.jpg) 23px 19px no-repeat;
}

.leftmenuM h3,
.leftmenuN h3 {
    color: #ffffff;
    font-size: 30px;
    height: 68px;
    line-height: 68px;
    padding-left: 64px;
    font-weight: normal;
}

.leftmenuC {
    padding-left: 16px;
    margin-bottom: 14px;
}

.leftmenuC h3 {
    background: url(../img/erjilei.jpg) 5px 17px no-repeat;
    color: #cccccc;
    width: 201px;
    height: 36px;
    background-color: #404040;
    line-height: 36px;
    padding-left: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 13px;
}

.bt {
    width: 123px !important;
    height: 34px !important;
    background-color: #999999;
}

.leftmenuD {
    padding-left: 16px;
    margin-bottom: 14px;
}

.leftmenuD h3 {
    background: url(../img/erjilei.jpg) 5px 17px no-repeat;
    color: #cccccc;
    width: 200px;
    height: 36px;
    background-color: #404040;
    line-height: 36px;
    padding-left: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 13px;
}

.leftmenuA a:hover {
    color: #cccccc;
}

.leftmenuA h3 {
    border-bottom: 1px solid #151515;
    width: 200px;
    margin-left: 20px;
    font-weight: normal;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

.leftmenuB a:hover {
    color: #cccccc;
}

.leftmenuB h3 {
    border-bottom: 1px solid #151515;
    width: 200px;
    margin-left: 20px;
    font-weight: normal;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    color: #cccccc;
}

.left_contact {
    background-color: #1f1f1f;
}

.left_contact .top img {
    border-top: 10px solid #c59a4e;
}

.left_contact .title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.left_contact .info {
    padding-left: 46px;
    padding-bottom: 2px;
    width: 180px;
    color: #999999;
    font-size: 14px;
    line-height: 14px;
}

.left_contact .info li {
    margin-bottom: 17px;
    position: relative;
}

.left_contact .info li a {
    color: #999999;
}

.left_contact .info span {
    position: absolute;
    left: -25px;
    top: 0;
}

.rightbg {
    background: url(../img/border_bottom.jpg) left bottom repeat-x;
}

.product_list {
    *zoom: 1;
}

.product_list:before,
.product_list:after {
    display: table;
    content: "";
}

.product_list:after {
    clear: both;
}

.product_list .top {
    height: 32px;
    border-bottom: 1px solid #4d4d4d;
    *zoom: 1;
}

.product_list .top:before,
.product_list .top:after {
    display: table;
    content: "";
}

.product_list .top:after {
    clear: both;
}

.product_list .top .left {
    float: left;
    display: inline;
    color: #fff;
    font-size: 30px;
    border-bottom: 3px solid #c59a4e;
    padding-bottom: 9px;
    margin-top: 2px;
}

.product_list .top .right {
    float: right;
    display: inline;
}

.product_list .bd {
    margin-top: 37px;
}

.product_list .bd li {
    margin-right: 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 37px;
    height: 260px;
}

.product_list .bd li .title {
    position: absolute;
    z-index: 1000;
    bottom: -107px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
    width: 100%;
    padding-top: 11px;
}

.product_list .bd li .zhezhao {
    width: 315px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
}

.product_list .bd li a {
    display: block;
    color: #cccccc;
    font-size: 16.5px;
}

.product_list .bd li .more {
    padding-left: 68px;
    margin-top: 10px;
}

.product_list .bd .pic {
    text-align: center;
}

.product_list .bd .pic img {
    width: 238px;
    height: 260px;
    display: block;
}

.product_list .bd li:nth-child(3n) {
    margin: 0 !important;
}

.pro_info_box {
    margin-top: -9px;
}

.pro_info_box li span {
    display: inline-block;
}

.pro_info_box li span:nth-child(1) {
    color: #c59a4e;
    font-size: 16px;
}

.pro_info_box li span:nth-child(2) {
    color: #cccccc;
    font-size: 16px;
    padding-left: 5px;
}

.pro_info_box li span:nth-child(2) a {
    color: #cccccc;
}

.pro_info_box li .addthis_sharing_toolbox {
    width: 130px;
    display: inline-block;
    padding-left: 5px;
}

#pro_profile .top {
    color: #c59a4e;
    font-size: 30px;
}

#pro_profile .ovy {
    color: #cccccc;
}

.rightbga {
    color: #c59a4e;
    font-size: 30px;
}

.page_footer .footer_nav li:hover h2 {
    background-color: #c59a4e;
    color: #ffffff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.news_list .body li {
    margin-top: 25px;
    padding-bottom: 14px;
}

.news_list .body li .left {
    float: left;
}

.news_list .body li .right {
    float: right;
    margin-right: 60px;
    width: 450px;
}

.news_list .body li .right .suolue {
    width: 450px;
    margin-top: 5px;
}

.news_list .body li .right .right_time {
    margin-top: 10px;
    margin-right: -73px;
}

.reation {
    display: none !important;
}

.reationkeywords {
    display: none;
}

.page_header_logo .phone {
    margin-right: 18px !important;
}

.page_header_logo .right {
    position: relative;
}

.page_header_logo .tel {
    position: absolute;
    left: 203px;
    top: 0;
}

.page_header_logo span {
    display: block;
}

.haoma {
    margin-top: -17px;
}

.body_leftaaa .list>div:nth-child(1) h3 {
    font-size: 25px;
}

.index_news .news_list {
    margin-top: 15px;
}

.index_news .news_list li {
    margin-bottom: 43px;
}

.index_news .news_list .news_content {
    margin-top: 5px;
}

.firend_link .bd li:nth-child(5n) {
    margin-right: 0;
}

.firend_link .bd li {
    margin-bottom: 10px;
}


/*
.page_header_logo  .right {
    position: relative;
}

.page_header_logo  .right  .phone{
    position: absolute;
    left: 0;
    top: 0;
}*/

#cnzz_stat_icon_1261578441 img {
    display: inline;
}

.cnzz .container {
    padding-top: 4px;
}

#back input {
    font-size: 14px;
    text-align: center;
    font-family: "Arial";
}