@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;
    position: relative;
}

@font-face {
    font-family: 'Bodoni';
    src: url('../fonts/Bodoni_72.ttc') format('truetype');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #ffbb00;
    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;
}

.dbgao {
    height: 70px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.main {}


/*内页banner*/

.banner-box {
    width: 100%
}

.banner-box>IMG {
    width: 100%
}


/*头部*/

.header-top {
    width: 100%;
    height: 60px;
    background: #fff;
}

.header-top .header-mine {
    /*min-width: 900px;
    max-width: 1200px;*/
    width: 1200px;
    margin: 0 auto
}

.header-top .logo-box {
    margin: 15px 0px;
    width: 30%;
    height: 50px;
    float: left
}

.header-top .mune-box {
    margin: 15px 0px;
    width: 70%;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.options {
    display: flex;
    align-items: center;
}

.options .login {
    font-weight: 500;
    padding: 0 32px;
    font-size: 16px;
    color: #ffbb00;
    background-color: #fff;
    text-align: center;
    height: 35px;
    padding: 0 30px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 40px;
    background-color: #fff;
    margin-left: 20px;
    border: 1px solid #ffbb00;
    cursor: pointer;
}

.options .login:hover {
    background-color: rgba(255, 187, 0, 0.1);
}

.options .registered {
    font-weight: 500;
    padding: 0 32px;
    font-size: 16px;
    color: white;
    background-color: #fff;
    text-align: center;
    height: 35px;
    padding: 0 30px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 40px;
    background-color: #ffbb00;
    border: 1px solid #ffbb00;
    margin-left: 20px;
    cursor: pointer;
}

.header-top .mune-box li {
    display: block;
    line-height: 50px;
    position: relative;
    margin-left: 40px;
    float: right;
    font-size: 1.2em;
    font-weight: lighter;
    cursor: pointer;
}


/* .header-top .mune-box li:hover .header-top .mune-box li a::after {
	content: '';
	padding: 1px 0;
	background-color: #ffbb00;
} */

.header-top .mune-box li a {
    color: #000;
    text-decoration: none;
}

.header-top .mune-box li .sel {
    color: #ffbb00;
    font-weight: 700 !important;
}

.mune-box ul li:after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #ffbb00;
    width: 40px;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    display: none;
}

.mune-box ul li:hover:after {
    display: block;
}

.header-top .mune-box li a:hover {
    color: #ffbb00;
    font-weight: lighter;
    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;
    padding-top: 20px;
    line-height: 20px;
}

.foot-box .mine_box a {
    color: #999999;
}

.foot-box .mine_box a:hover {
    color: #999999;
}

.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: #ffbb00;
    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;
    cursor: pointer;
}

.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;
    cursor: pointer;
}

.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: #ffbb00
}

.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;
}


/*标题*/

.title-line {
    text-align: center;
}

.title-line h3 {
    display: block;
    font-size: 28px;
    color: #333;
}

.title-line .db-line {
    width: 48px;
    height: 4px;
    margin: 18px auto 0;
    background-color: #ffbb00;
}


/*首页-服务*/

.serve-box {
    width: 1200px;
    margin: 70px auto 60px;
    padding-bottom: 45px;
    /*border-bottom: 1px solid #f2f2f2;*/
}

.serve-box ul {
    width: 100%;
    margin-top: 50px;
}

.serve-box li {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .05);
    border-radius: 5px;
    width: 270px;
    height: 350px;
    margin-right: 40px;
    float: left
}

.serve-box li .pic-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ffbb00;
    overflow: hidden;
    margin: 40px 75px;
}

.serve-box li:hover {
    border: 2px solid #ffbb00;
}

.serve-box li:last-child {
    margin-right: 0
}

.serve-box li h3 {
    display: block;
    font-size: 18px;
    text-align: center
}

.serve-box li img {
    width: 80px;
    height: 80px;
    margin: 20px 20px;
}

.serve-box .b-line {
    width: 36px;
    height: 4px;
    background-color: #ccc;
    margin: 15px auto;
}

.serve-box p {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin-top: 18px;
    font-weight: lighter;
    text-align: center;
    width: 80%;
    margin: 0 auto
}


/*首页-产品*/

.pro-box {
    width: 100%;
    padding: 60px 0 30px;
    background-color: #f6f6f6;
}

.pro-box .m-box {
    width: 1200px;
    margin: 0 auto;
}

.pro-box ul {
    margin-top: 50px;
    width: 100%
}

.pro-box li {
    display: block;
    width: 380px;
    height: 280px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left
}

.pro-box li:nth-child(3n) {
    margin-right: 0
}

.pro-box li:hover {
    background-color: #fff;
    box-shadow: 0 3px 6px 6px rgba(0, 0, 0, .05);
}

.pro-box li .pic-box {
    width: 80px;
    height: 80px;
    margin: 50px auto 25px
}

.pro-box li h3 {
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
}

.pro-box p {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin-top: 18px;
    font-weight: lighter;
    text-align: center;
    width: 80%;
    margin: 0 auto
}


/*首页-加盟*/

.join-box {
    width: 100%;
    padding: 60px 0 30px;
    /*background-color: #f6f6f6;*/
}

.join-box .pic-box {
    width: 100%;
    margin-top: 50px;
}

.join-box .pic-box img {
    width: 100%;
}


/*关于我们*/

.about-box {
    width: 1200px;
    margin: 50px auto 50px;
    padding-bottom: 45px;
}

.about-box p {
    display: block;
    width: 800px;
    text-indent: 2em;
    height: auto;
    margin: 30px auto 0;
    font-size: 17px;
    line-height: 27px;
    font-weight: lighter;
}


/*联系方式*/

.contact-div {
    width: 100%;
    background-color: #f6f6f6;
    padding: 60px 0;
}

.contact-box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.contact-box .second-line {
    width: 100%;
    padding: 60px 0 0;
}

.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
}


/*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-size: 2.5rem;
    color: #bb9058;
    margin-bottom: 0.6rem;
    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-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-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 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;
    border-bottom: 1px solid #f2f2f2;
}

.fairs-box .new_tit h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.5em
}

.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-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 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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-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 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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 {
    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-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 {
    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-width: 900px;
    max-width: 1200px;
    min-height: 600px;
    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: 65%;
    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-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-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-size: 4.0em;
    color: #333333;
    font-weight: normal;
}

.coll-show-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;
}

.message {
    display: none;
}

.messageformdes {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    border-radius: 5px;
    background-color: white;
    z-index: 999;
}

.support__header___FNPAF {
    height: 84px;
    box-sizing: border-box;
    padding: 16px 16px 16px 24px;
    border-radius: 5px 5px 0 0;
    background-color: #ffbb00;
}

.support__header___FNPAF h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 4px;
    color: #fff;
}

.support__header___FNPAF h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: space-between;
    height: auto !important;
    text-align: left !important;
    outline: none;
}

.support__body___3JIIh textarea {
    resize: none;
    max-width: 100%;
    height: auto;
    min-height: 40px;
    vertical-align: bottom;
    margin-bottom: 4px;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 0px;
    font-size: 16px !important;
    outline: none;
}

.messageformdes .support__body___3JIIh {
    padding: 20px 24px 16px;
}

input:hover {
    border-color: #ffbb00;
}

.forms {
    display: none;
}

.form_mask {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4);
}

.formdes {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 16px 0;
    border-radius: 5px;
    background-color: white;
    z-index: 999;
}

.ant-modal-header {
    padding: 24px 32px 0;
}

.ant-modal-title {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}

.ant-modal-body {
    padding: 24px 32px;
}

.ant-modal-body .applyModal__formHeader___3HsDb {
    font-size: 16px;
    text-align: center;
    margin: 0 -20px 32px;
    font-weight: 500;
}

.form_data .user,
.support__body___3JIIh .user {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 6px 15px;
    color: #26323c;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9dbdd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.labels {
    margin-bottom: 20px;
    display: flex;
}

.labels label {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.labels label input {
    margin-right: 5px;
}

.labels .title {
    font-size: 14px;
    margin-right: 12px;
}

.form_data select {
    outline: none;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 6px 15px;
    color: #26323c;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9dbdd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.form_data select option {
    height: 30px;
}

.form_data button,
.support__body___3JIIh button {
    width: 100%;
    font-weight: 500;
    padding: 0 32px;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    background-color: #ffbb00;
    border-color: #ffbb00;
    line-height: 1.499;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    cursor: pointer;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: white;
    border: 1px solid #ffbb00;
}

.forms .close {
    padding-right: 8px;
    padding-left: 8px;
    padding: 0 32px;
    font-size: 16px;
    position: absolute;
    right: -15px;
    top: 15px;
    color: #fff;
}

.closes {
    height: 16px;
    position: absolute;
    width: 16px;
    left: 20px;
}

.liu_y {
    height: 15px;
    width: 15px;
}

.error {
    position: fixed;
    bottom: 5%;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: #F56C6C;
    color: white;
    width: 500px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    z-index: 99;
}