@charset "utf-8";
/* CSS Document */
/*全局*/
/*全局样式*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    font-family: Montserrat, sans-serif， Verdana, Geneva, "微软雅黑";
    font-size: 12px;
    font-weight: lighter
}
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.clear {
    clear: both;
}
a {
    color: #f5f5f5;
    text-decoration: none;
}
a:hover {
    color: #bb9058;
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
li {
    list-style-type: none;
}
em {
    list-style-type: none;
}
img {
    border: 0px;
    max-width: 100%
}
button, input {
    padding: 0;
    color: inherit;
    outline: none;
    border: none;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
button{
 cursor: pointer;
}
h3{
	/*font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";*/
	/*font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";*/
	font-family: "Angsana New",Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" !important;
}
.dbgao {
    height: 70px;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mt20 {
    margin-top: 20px;
}
@font-face {
    font-family: 'Bodoni';
    src: url('../fonts/Bodoni_72.ttc') format('truetype');
    font-weight: 400;
    font-style: normal
}
.main {
}
/*内页banner*/
.banner-box {
    width: 100%
}
.banner-box > IMG {
    width: 100%
}
/*头部*/
.header-top {
    width: 100%;
    height: 110px;
    background: #ffffff;
}
.header-top .header-mine {
    min-width: 900px;
    max-width: 1200px;
    margin: 0 auto
}
.header-top .logo-box {
    margin: 30px 0px;
    width: 30%;
    height: 50px;
    float: left
}
.header-top .mune-box {
    margin: 30px 0px;
    width: 70%;
    height: 50px;
    float: left
}
.header-top .mune-box ul {
}
.header-top .mune-box li {
    display: block;
    line-height: 50px;
    position: relative;
    margin-left: 40px;
    float: right;
    font-size: 1.2em;
    font-weight: lighter
}
.header-top .mune-box li a {
    color: #000;
    text-decoration: none;
}
.header-top .mune-box li .sel {
    font-weight: 700 !important
}
.header-top .mune-box li a:hover {
    color: #bb9058;
    text-decoration: none;
}
.header-top .mune-box li img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
}
.header-top .mune-box li b {
    display: block;
    position: absolute;
    right: -8px;
    top: 8px;
    height: 8px;
    width: 8px;
    border-radius: 4px 4px;
    background: #ff2800;
}
/*底部*/
.foot-box {
    width: 100%;
    height: 80px;
    background: #eaeaea;
    border-top: 1px solid #f8f8f8;
}
.foot-box .mine_box {
    min-width: 900px;
    max-width: 1200px;
    margin: 0 auto
}
.foot-box .mine_box p {
    color: #999;
    font-size: 0.8rem;
    font-weight: lighter;
    text-align: center;
    line-height: 80px;
}
.foot-box .mine_box .f-l-box {
    width: 65%;
    float: left
}
.foot-box .mine_box .f-r-box {
    width: 35%;
    float: left
}
.foot-box .mine_box .f-r-box ul {
}
.foot-box .mine_box .f-r-box ul li {
    display: block;
    line-height: 80px;
    margin-left: 40px;
    float: right;
    font-size: 1.0em;
    font-weight: lighter
}
.foot-box .mine_box .f-r-box li a {
    color: #000;
    font-size: 0.8rem;
    text-decoration: none;
}
.foot-box .mine_box .f-r-box li a:hover {
    color: #bb9058;
    text-decoration: none;
}
.foot-box .mine_box .f-r-box ul li img {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-bottom: -3px
}
/*弹窗*/
.shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}
.shade {
    background: rgba(0,0,0,0.6);
}
.notePo {
    position: fixed;
    width: 30%;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 222;
}
.notePo h4 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.notePo h4 button {
    color: #666;
    width: 40px;
    height: 40px;
    font-size: 16px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.notePo p {
    text-align: center;
    padding: 10px 10px 30px;
    font-size: 14px;
    color: #666;
}
.notePo dl {
    display: flex;
    align-items: center;
}
.notePo dl dt {
    box-sizing: border-box;
    font-size: 12px;
    border-top: 1px solid #eee;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #333333;
    flex: 1;
	cursor:pointer;
}
.notePo dl dt:nth-of-type(2) {
    border-left: 1px solid #eee;
}
.notePo .sure {
    color: #333333;
}
.notePo .btns button {
    background: #ffbc37;
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 14px;
    display: block;
    position: relative;
}
.notePo .btns button:after {
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 5;
    background: #fff;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}
/*首页banner*/
.slider-focus {
    position: relative;
    width: 100%;/* max-width:640px;overflow:hidden;*//*max-height:320px;*/
    margin: 0 auto;
}
.slider-focus .hd {
    position: absolute;
    width: 100%;
    height: 22px;
    left: 0;
    bottom: 3%;
    z-index: 1;
    line-height: 18px;
    text-align: center;
}
.slider-focus .hd li {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    background: #fff;
    cursor: pointer;
}
.slider-focus .hd li.on {
    background: #bb9058
}
.slider-focus .bd {
    position: relative;
    z-index: 0;
}
.slider-focus .bd li {
    position: relative;
    text-align: center;
}
.slider-focus .bd li img {
    background: url(../images/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%;/* 图片宽度100%，达到自适应效果 */
}
.slider-focus .bd li a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.slider-focus .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    background: url(images/focusBg.png) repeat-x;
    color: #fff;
    text-align: left;
}
/*首页-关于*/
.about-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto;
    padding-bottom: 45px;
    border-bottom: 1px solid #f2f2f2;
}
.about-box .left-box {
    width: 54%;
    margin-right: 2%;
    float: left
}
.about-box .right-box {
    width: 42%;
    margin-left: 2%;
    float: left
}
.about-box h3 {
    font-family: 'Bodoni';
    font-size: 4.5em;
    color: #bb9058;
    margin-bottom: 0.8em;
    font-weight: normal;
}
.about-box p {
    font-size: 1.3em;
    color: #333;
    line-height: 1.8rem;
    margin-top: 1.8em;
    font-weight: lighter;
}
.about-box a {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    font-size: 1.3em;
    font-weight: lighter;
    margin-top: 2.2em;
}
/*首页-产品*/
.pro-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto;
    padding-bottom: 45px;
    border-bottom: 1px solid #f2f2f2;
}
.pro-box .left-box {
    width: 49%;
    margin-right: 1%;
    float: left
}
.pro-box .right-box {
    width: 49%;
    margin-left: 1%;
    float: left
}
.pro-box h3 {
    font-family: 'Bodoni';
    font-size: 2.5em;
    color: #bb9058;
    margin-top: 0.5em;
    font-weight: normal;
}
.pro-box p {
    font-size: 1.2em;
    color: #333;
    line-height: 2.1em;
    margin-top: 0.5em;
    font-weight: lighter;
}
/*首页-新闻*/
.new-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto;
    padding-bottom: 45px;/* border-bottom:1px solid #f2f2f2;*/
}
.new-box .title-box {
    width: 100%;
    text-align: center;
}
.new-box .title-box h3 {
    font-family: 'Bodoni';
    font-size: 4.5em;
    color: #bb9058;
    font-weight: normal;
}
.new-box .title-box p {
    font-size: 1.2em;
    color: #333;
    margin-top: 0.5em;
    font-weight: lighter;
}
.new-box ul {
    width: 100%;
    padding-top: 2.5em;
}
.new-box ul li{
    display: block;
    width: 19.2%;
    padding: 0 1% 0 0;
    float: left
}
.new-box ul li:nth-child(5) {
    display: block;
    width: 19.2%;
 padding: 0 0 !important;
    float: left
}
.new-box .new_tit {
    width: 100%;
    padding: 1.8em 0;
    border-bottom: 1px solid #f2f2f2;
}
.new-box .new_tit h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.5em
}
.new-box .new_tit p {
    font-size: 1.2em;
    color: #666;
    font-weight: 700;
}
.new-box .new_text {
    padding-top: 1.5em;
    font-size: 1.2em;
    color: #333;
    line-height: 1.5rem;
    font-weight: lighter;
}
.new-box .new_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new-box .new_text a {
    display: block;
    width: auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
    border: 1px solid #ccc;
    font-size: 1.0em;
    font-weight: lighter;
    margin: 1.0em auto 0 auto;
}
.new-box .new_text a:hover {
    background: #f8f8f8;
    font-weight: 700;
}
/*建设中*/
.build_box {
    width: 700px;
    padding: 2.5em 0 3.0em;
    margin: 15% auto 0;
    background-color: #000000;
    opacity: 0.8;
    text-align: center
}
.build_box h3 {
    font-size: 2.8em;
    margin-bottom: 1.5em;
    color: #f8f8f8
}
.build_box p {
    font-size: 1.8em;
    margin-bottom: 2.0em;
    color: #f8f8f8
}
.build_box a {
    display: block;
    width: 45%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #f8f8f8;
    border: 1px solid #ccc;
    font-size: 1.5em;
    font-weight: lighter;
    margin: 1.0em auto 0 auto;
}
.build_box a:hover {
    background: #999;
    color: #f8f8f8;
    font-weight: 700;
}
/*新闻内容页*/
.news-page {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto
}
.news-page .left-box {
    width: 68%;
    margin-right: 4%;
    float: left
}
.news-page .right-box {
    width: 28%;
    float: left
}
.news-page .left-box h3 {
    font-size: 3.5em;
    font-family: 'Bodoni';
    font-weight: normal
}
.news-page .left-box h4 {
    font-size: 1.5em;
    color: #999;
    margin-top: 1.0em
}
.news-page .left-box p {
    font-size: 1.2em;
    font-weight: lighter;
    line-height: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 2.0em
}
.news-page .right-box ul {
}
.news-page .right-box ul li {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #f8f8f8
}
.news-page .right-box img{
	width: 100%;
}
.news-page .right-box ul li h3 {
    font-size: 1.8em;
    font-weight: 700;
}
.news-page .right-box ul li p {
    font-size: 1.5em;
    color: #666;
    margin-top: o.5em
}
/*联系方式*/
.contact-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding-bottom: 45px;
}
.contact-box h3 {
    font-family: 'Bodoni';
    font-size: 3.5em;
    color: #bb9058;
    margin-bottom: 0.8em;
    font-weight: normal;
}
.contact-box .top-ling {
    width: 100%;
    padding: 60px 0 50px;
    font-size: 1.2em;
    line-height: 1.5em;
    border-bottom: 1px solid #f2f2f2;
}
.contact-box .top-ling p {
    width: 60%
}
.contact-box .second-line {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #f2f2f2;
}
.contact-box .con-left-box {
    width: 50%;
    padding-right: 2%;
    float: left
}
.contact-box .con-left-box ul {
}
.contact-box .con-left-box li {
    width: 100%;
    margin-bottom: 2.1em;
}
.contact-box .con-left-box li img {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
}
.contact-box .con-left-box li section {
    color: #666;
    font-size: 1.2em;
    width: calc(100% - 90px);
    float: left;
    margin-left: 10px;
}
.contact-box .con-left-box li section > h4 {
    font-size: 1.2em;
    padding-bottom: 0.3em
}
.contact-box .con-right-box {
    width: 48%;
    float: left
}
.contact-box .third-line {
    width: 100%;
    padding: 40px 0;
}
.contact-box .third-line .tit-box {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}
.contact-box .third-line .tit-box h3 {
    margin-bottom: 0.2em
}
.contact-box .third-line .tit-box p {
    font-size: 1.2em;
}
.contact-box .third-line ul {
    margin-top: 2.8em
}
.contact-box .third-line li {
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 16px;
}
.contact-box .third-line li:nth-child(2n) {
    margin-right: 0 !important
}
.contact-box .third-line li input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #f2f2f2;
    padding-left: 5px;
    height: 36px;
    width: 100%;
}
.contact-box .third-line li em {
    display: block;
    font-style: normal;
    font-weight: lighter;
    padding-bottom: 3px;
}
.contact-box .third-line .text-box {
    width: 100%
}
.contact-box .third-line .text-box textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 5px 5px;
    line-height: 1.5em;
    height: 100px;
    border: 1px solid #f2f2f2;
    margin-top: 3px
}
.contact-box .third-line .text-box button {
    border: 1px solid #666;
    height: 45px;
    padding: 0 21px;
    margin-top: 8px;
    line-height: 45px;
    background-color: #fff;
}
/*ABOUT*/
.p-about-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto;
    padding-bottom: 45px;
}
.p-about-box .left-box {
    width: 54%;
    margin-right: 2%;
    float: left
}
.p-about-box .right-box {
    width: 42%;
    margin-left: 2%;
    float: left
}
.p-about-box h3 {
   /* font-family: 'Bodoni';*/
    font-size: 3.5rem;
    color: #bb9058;
    margin-bottom: 0.4rem;
    font-weight: normal;
}
.p-about-box p {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.2rem;
    margin-top: 1.2rem;
    font-weight: lighter;
}
.p-about-box ul{
 width: 100%
}
.p-about-box li{
 width: 100%;
 margin-bottom: 1.2rem
}
.p-about-box ul h3{
 font-size: 1.8rem;
 margin-bottom: 0.5rem !important
}
.p-about-mid-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: calc( 100vw/3);
    padding-top: 10%;
    background: url("../images/contact.jpg") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center
}
.p-about-mid-box h3, .p-about-third-box h3 {
    font-size: 3.5em;
    margin-bottom: 0.3em;
    color: #bb9058;
    font-weight: lighter
}
.p-about-mid-box p {
    width: 30%;
    min-width: 700px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: normal;
    margin: 0 auto
}
.p-about-third-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: calc( 100vw/4);
    text-align: center;
    padding-top: 6.0em
}
.p-about-third-box p {
    width: 40%;
    min-width: 700px;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #666;
    margin: 0 auto;
    text-align: left
}
/*展会*/
.fairs-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto;
    padding-bottom: 45px;/* border-bottom:1px solid #f2f2f2;*/
}
.fairs-box .title-box {
    width: 100%;
}
.fairs-box .title-box h3 {
    /*font-family: 'Bodoni';*/
    font-size: 4.5em;
    color: #bb9058;
    font-weight: normal;
}
.fairs-box .title-box p {
    font-size: 1.2em;
    color: #333;
    margin-top: 0.5em;
    font-weight: lighter;
    width: 70%
}
.fairs-box .fairs-l-box {
    width: 32%;
    padding-top: 3.5rem;
    padding-right: 2%;
    text-align: right;
    float: left
}
.fairs-box .fairs-r-box {
    width: 66%;
    padding-top: 3.5rem;
    float: left;	
}
.fairs-box .fairs-r-box a{
	width: 380px;
	height:253px;
	overflow:hidden;
	display:block;
}
.fairs-box .fairs-r-box img{
	width:100%;
}
.fairs-box ul {
    width: 100%;
}
.fairs-box ul li {
    display: block;
    width: 48%;
    padding: 0 3% 0 0;
    margin-bottom: 4.0em;
    float: left;
}
.fairs-box ul li:nth-child(2n) {
    display: block;
    width: 48%;
    padding-right: 0;
    float: left
}
.fairs-box .new_tit {
    width: 100%;
   padding: 1.8em 0 0 0;
    /* border-bottom: 1px solid #f2f2f2;*/
}
.fairs-box .new_tit h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.fairs-box .new_tit p {
    font-size: 1.2em;
    color: #666;
    font-weight: 700;
}
.fairs-box .new_text {
   /* padding-top: 1.5em;*/
    font-size: 1.2em;
    color: #333;
    line-height: 1.5rem;
    font-weight: lighter;
}
.fairs-box .new_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.fairs-box .new_text a {
    display: block;
    width: auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
    border: 1px solid #ccc;
    font-size: 1.0em;
    font-weight: lighter;
    margin: 1.0em auto 0 auto;
}
.fairs-box .new_text a:hover {
    background: #f8f8f8;
    font-weight: 700;
}
/*登录*/
.login-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto;
    padding-bottom: 45px;/* border-bottom:1px solid #f2f2f2;*/
}
.login-box .title-box {
    width: 100%;
}
.login-box .title-box h3 {
    font-family: 'Bodoni';
    font-size: 4.5em;
    color: #bb9058;
    font-weight: normal;
}
.login-box .login-l-box {
    width: 40%;
    padding: 3.0rem 2% 0 10%;
    float: left
}
.login-box .login-l-box h3 {
    display: block;
    width: 100%;
    height: 3.5rem;
    margin-top: 0.8rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem;
    line-height: 3.5rem
}
.login-box .login-l-box p {
    width: 100%;
    margin-top: 1.0rem;
    line-height: 1.5rem
}
.login-box .login-l-box button, .login-box .login-l-box a {
    display: block;
    margin-top: 9.0rem;
    height: 50px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #333;
    background: #333
}
.login-box .login-r-box {
    width: 40%;
    padding: 3.0rem 8% 0 0;
    float: left
}
.login-box .login-r-box .bg-box {
    width: 92%;
    padding: 0 4% 4%;
    background: #f8f8f8;
}
.login-box .login-r-box .bg-box h3 {
    display: block;
    width: 100%;
    height: 3.5rem;
    margin-top: 0.8rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem;
    line-height: 3.5rem
}
.login-box .login-r-box .bg-box p {
    width: 100%;
    margin-top: 1.0rem;
    line-height: 1.5rem
}
.login-box .login-r-box .bg-box ul {
    padding-top: 1.5rem
}
.login-box .login-r-box .bg-box ul li {
    width: 100%;
    padding-bottom: 0.5rem
}
.login-box .login-r-box .bg-box ul li input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #f2f2f2;
    padding-left: 5px;
    height: 36px;
    width: 100%;
}
.login-box .login-r-box .bg-box ul li em {
    display: block;
    font-style: normal;
    font-weight: lighter;
    padding-bottom: 3px;
}
.login-box .login-r-box .bg-box ul li button {
    display: block;
    margin-top: 3.5rem;
    height: 50px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #333;
    background: #333
}
/*注册*/
.reg-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto;
    padding-bottom: 45px;/* border-bottom:1px solid #f2f2f2;*/
}
.reg-box .title-box {
    width: 100%;
}
.reg-box .title-box h3 {
    font-family: 'Bodoni';
    font-size: 4.5em;
    color: #bb9058;
    font-weight: normal;
}
.reg-box .reg-l-box {
    width: 50%;
    padding-top: 3.0rem;
    float: left;
}
.reg-box .reg-l-box ul {
    width: 95%;
    padding-left: 1%;
}
.reg-box .reg-l-box ul li {
    width: 100%;
    padding-bottom: 0.8rem
}
.reg-box .reg-l-box ul li em {
    display: block;
    font-style: normal;
    margin-bottom: 5px;
}
.reg-box .reg-l-box ul li input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 42px;
    width: 100%;
}
.reg-box .reg-l-box ul li button {
    display: block;
    margin-top: 1.5rem;
    height: 50px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #333;
    background: #333
}
.reg-box .reg-r-box {
    width: 50%;
    padding-top: 3.0rem;
    float: left
}
/*产品*/
.coll-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto;
    padding-bottom: 45px; /*border-bottom:1px solid #f2f2f2;*/
}
.coll-box .title-box {
    width: 100%;
    padding-bottom: 45px; /*margin-bottom: 45px; border-bottom:1px solid #f2f2f2;*/
}
.coll-box .title-box h3 {
    font-family: 'Bodoni';
    text-align: center;
    font-size: 4.5em;
    color: #bb9058;
    font-weight: normal;
}
.coll-box .title-box p {
    width: 70%;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 auto
}
.coll-box .left-box {
    width: 49%;
    margin-right: 1%;
    float: left
}
.coll-box .right-box {
    width: 49%;
    margin-left: 1%;
    float: left
}
.coll-box h3 {
    font-family: 'Bodoni';
    font-size: 2.5em;
    color: #bb9058;
    margin-top: 0.5em;
    font-weight: normal;
}
.coll-box p {
    font-size: 1.2em;
    color: #333;
    line-height: 2.1em;
    margin-top: 0.5em;
    font-weight: lighter;
}
.coll-box .button-a {
    display: block;
    width: 300px;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
    border: 1px solid #666;
    font-size: 1.3em;
    font-weight: lighter;
    margin-top: 1.2em;
}
/*产品列表*/
.coll-list-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto 0;
    padding-bottom: 45px; /*border-bottom:1px solid #f2f2f2;*/
}
.coll-list-box .title-box {
    width: 100%;
    text-align: center/*margin-bottom: 45px; border-bottom:1px solid #f2f2f2;*/
}
.coll-list-box .title-box h3 {
    font-family: 'Bodoni';
    text-align: center;
    font-size: 4.5em;
    color: #bb9058;
    font-weight: normal;
}
.coll-sort-box {
    width: 100%;
    height: 80px;
    background: #f8f8f8;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.coll-sort-box .coll-main-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 0 auto
}
.coll-sort-box .coll-l-box {
    width: 25%;
    float: left
}
.coll-sort-box .coll-l-box a {
    display: block;
    height: 36px;
    margin-top: 22px;
    margin-right: 40px;
    padding-right: 18px;
    line-height: 36px;
    color: #333;
    background: url("../images/toright.png") no-repeat;
    background-size: 12px 12px;
    background-position: center right;
    float: left
}
.coll-sort-box .coll-l-box .sel {
    display: block;
    height: 36px;
    margin-top: 22px;
    margin-right: 40px;
    padding-right: 18px;
    line-height: 36px;
    color: #333;
    font-weight: 700;
    background: url("../images/todown.png") no-repeat;
    background-size: 12px 12px;
    background-position: center right;
    float: left
}
.coll-sort-box .coll-l-box select {
    border: none;
	background: #f8f8f8;
    margin-top: 22px;
    height: 36px;
    width: auto;
}
.coll-sort-box .coll-r-box {
    width: 75%;
    text-align: right;
    float: left
}
.coll-sort-box .coll-r-box select {
    border: 1px solid #ccc;
    margin-top: 22px;
    height: 36px;
    width: auto;
	margin-left: 5px;
}
.coll-pro-list {
	min-height:350px;
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto;/*border-bottom:1px solid #f2f2f2;*/
}
.coll-pro-list ul {
}
.coll-pro-list ul li {
    width: calc((100% - 90px)/4); /*box-sizing: border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;*/
    padding-right: 30px;
    overflow: hidden;
    margin-bottom: 50px;
    float: left
}
.coll-pro-list ul li:nth-child(4n) {
    padding-right: 0;
    background-clip: content-box
}
.coll-pro-list ul li .img-box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}
.coll-pro-list ul li img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}
.coll-pro-list ul li h4 {
    text-align: center;
    line-height: 1.5rem;
    padding: 8px auto;
    color: #666;
    font-size: 0.8px
}
.coll-pro-list ul li .text-box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.coll-pro-list ul li .text-box p {
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coll-pro-list ul li a {
    display: block;
    color: #333;
    font-weight: normal;
}
.coll-pro-list ul li a:hover {
    text-decoration: underline; /*font-weight: 700*/
}
.coll-pro-list ul > a {
    display: block;
    width: 230px;
    height: 50px;
    margin: 0 auto 40px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
    color: #333;
}
.coll-pro-list ul > a:hover {
    color: #bb9058;
    text-decoration: none;
}
.coll-pro-list ul li button {
    display: block;
    width: 21px;
    height: 21px;
    margin: 10px auto 0;
    background: url("../images/icon_del.png") no-repeat;
    background-size: 21px 21px;
    background-position: center center;
    cursor: pointer;
    border: none
}
/*产品详情*/
.coll-show-box {
    min-width: 900px;
    max-width: 1200px;
    margin: 60px auto 0;
    padding-bottom: 45px; /*border-bottom:1px solid #f2f2f2;*/
}
.coll-show-box .title-box {
    width: 100%; /*margin-bottom: 45px; border-bottom:1px solid #f2f2f2;*/
}
.coll-show-box .title-box .l-box {
    width: 80%;
    text-align: left;
    float: left
}
.coll-show-box .title-box .r-box {
    width: 20%;
    float: left
}
.coll-show-box .title-box h3 {
    font-family: 'Bodoni';
    font-size: 4.0em;
    color: #333333;
    font-weight: normal;
}
.coll-show-box .title-box a {
    display: block;
    height: 42px;
    line-height: 43px;
    width: auto;
    border: 1px solid #ccc;
    padding: 0 25px; /*background: url("../images/toleft.png") no-repeat; background-size: 14px 14px; background-position: left center; padding-left: 28px;*/
    color: #333;
    float: right
}
.coll-show-box .title-box a > img {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-bottom: -1px;
    padding-right: 5px;
}
.coll-show-box .coll-line-box {
    width: 100%;
    margin-top: 35px;
}
.coll-show-box .coll-line-box .l-box {
    width: 56%;
    padding-right: 4%;
    float: left
}
.coll-show-box .coll-line-box .l-box .pic img {
    display: block;
}
.coll-show-box .coll-line-box .l-box .sulue_list li {
    width: calc((100% - 40px)/5);
    ;
    float: left;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.coll-show-box .coll-line-box .l-box .sulue_list li:nth-of-type(5) {
    margin-right: 0;
}
.coll-show-box .coll-line-box .r-box {
    width: 40%;
    float: left
}
.coll-show-box .coll-line-box .r-box h3 {
    font-weight: 700;
    margin-bottom: 4px;
}
.coll-show-box .coll-line-box .r-box p {
    color: #666;
    line-height: 1.5rem;
    margin-bottom: 4px;
}
.coll-show-box .coll-line-box .r-box p img {
    width: 300px;
    margin-top: 8px;
}
.coll-show-box .coll-line-box .r-box dl {
    width: 100%;
}
.coll-show-box .coll-line-box .r-box dl dt {
    width: 100%;
    margin-bottom: 18px;
}
.coll-show-box .coll-line-box .r-box dl .pb20 {
    padding-bottom: 20px;
}
.coll-show-box .coll-line-box .r-box ul {
    width: 92%;
    padding: 3% 4%;
    margin-top: 30px;
    background-color: #f7f7f7;
}
.coll-show-box .coll-line-box .r-box ul li {
    width: 100%;
    padding-left: 22px;
    color: #666;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 46px;
    background: url("../images/icon_sel.png") no-repeat;
    background-size: 14px 14px;
    background-position: left center;
    line-height: 46px;
}
.coll-show-box .coll-line-box .r-box .a_ask {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    height: 50px;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}
.coll-show-box .moro-pro-box {
    width: 100%;
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #f2f2f2
}
.coll-show-box .moro-pro-box h3 {
    font-family: 'Bodoni';
    font-size: 4.0em;
    color: #333333;
    font-weight: normal;
    text-align: center
}
/*询价*/
.coll-show-box .ask-pro-box {
    width: 100%;
    margin-top: 45px; /*padding-top: 45px; border-top: 1px solid #f2f2f2*/
}
.coll-show-box .ask-pro-box h3 {
    font-family: 'Bodoni';
    font-size: 4.0em;
    color: #333333;
    font-weight: normal;
}
.coll-show-box .ask-pro-box em{
 display: inline-block;
 padding-left: 20px;
 font-size: 0.4em;
 cursor:pointer;
 text-decoration: underline;
 font-family: Montserrat, sans-serif， Verdana, Geneva, "微软雅黑";
}
.coll-show-box .ask-pro-box p {
    margin-top: 8px;
    width: 55%;
    line-height: 1.5rem
}
.coll-show-box .ask-pro-box .p_nosel {
    margin-top: 40px;
    font-style: italic;
    font-weight: 700
}
.coll-show-box .ask-pro-box > a {
    display: block;
    width: 230px;
    height: 50px;
    margin: 20px auto 200px 0;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
    color: #333;
}
