
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/
.box-num { border-bottom: 1px solid #e5e5e5; }
.box-num ul { overflow: hidden; padding: 20px 0 60px; text-align: center; background-color: #fff; }
@media (max-width:767px) {
    .box-num ul { padding: 20px 0 50px; }
}
.box-num .item { float: left; margin-top: 0px; padding: 0 60px 0 30px; list-style: none; text-align: left; border-left: 1px solid #e5e5e5; }
@media (max-width:1320px) {
.box-num ul {  padding: 10px 0 10px; }
    .box-num .item { padding-right: 26px; }

}
@media (max-width:1199px) {
.box-num ul {  padding: 10px 0 10px; }
    .box-num .item { padding: 0 8px;font-size: 44px; }
    
}
@media (max-width:640px) {
    .box-num .item { padding-right: 10px; }
}
@media (max-width:480px) {
    .box-num .item { width: 36%; }
}
.box-num .item:last-child { padding-right: 0; }
.box-num .item h1 { font-family: 'Arial'; font-weight: bold;font-size: 56px; position: relative; display: inline-block; margin: 0; color: #029946; }
.box-num .item h1:after { font-size: 20px; position: absolute; bottom:  0; right: -70px; content: 'YEARS'; }

.box-num .item h2 { font-family: 'Arial'; font-weight: bold; font-size: 56px;position: relative; display: inline-block; margin: 0; color: #029946; }
.box-num .item h2:after { font-size: 20px; position: absolute; bottom:  0; right: -16px; content: '+'; }
.box-num .item h3 { font-family: 'Arial'; font-weight: bold; font-size: 56px;position: relative; display: inline-block; margin: 0; color: #029946; }
.box-num .item h3:after { font-size: 20px; position: absolute; bottom:  0; right: -16px; content: '+'; }
.box-num .item h4 { font-family: 'Arial'; font-weight: bold;font-size: 56px; position: relative; display: inline-block; margin: 0; color: #029946; }
.box-num .item h4:after { font-size: 20px; position: absolute; bottom:  0; right: -16px; content: '+'; }
.box-num .item h5 { font-family: 'Arial'; font-weight: bold; font-size: 56px;position: relative; display: inline-block; margin: 0; color: #029946; }
.box-num .item h5:after { font-size: 20px; position: absolute; bottom:  0; right: -16px; content: '+'; }
.box-num .item p { font-family: 'AvenirMedium'; line-height: 1.42857143; overflow: hidden; max-width: 220px; height: 40px; margin: 0; color: #666; color: #999; }
@media (max-width:1199px) {
.box-num .item h1 { font-size: 40px;}
.box-num .item h1:after { font-size: 14px;  right: -50px; content: 'YEARS'; }
.box-num .item h2 { font-size: 40px;}
.box-num .item h3 { font-size: 40px;}
.box-num .item h4 { font-size: 40px;}
.box-num .item h5 { font-size: 40px;}
}

@media (max-width:767px) {
    .box-num .item h1 { font-size: 30px; }
    .box-num .item h2 { font-size: 30px; }
    .box-num .item h3 { font-size: 30px; }
    .box-num .item h4 { font-size: 30px; }
    .box-num .item h5 { font-size: 30px; }
}
@media (max-width:480px) {
    .box-num .item p { min-height: 50px;}
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #div_blank_new01_1561375155913{width:2000px;height:40px;position:absolute;top:0px;left:calc(50% - 1000px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561375155913{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_blank_new01_1561375155913{width:100%;height:42px;top:0px;left:0%;z-index:2;}}  #div_blank_new01_1561375155913  {box-sizing:border-box;background:#019946;} #div_blank_new01_1561375155913 .modSet {background:#019946;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561375155913  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561375155913  {box-sizing:border-box;}}


 #text_style_01_1561375639841{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:3.166666666666667%;top:9.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561375639841{left:6.866383881230116%;width:31.601272534464474%;top:9.5px;}}   @media screen and (max-width:640px) {#text_style_01_1561375639841{width:82.93333333333334%;font-size:12px;color:#333;line-height:1.6;top:10px;left:8.533333333333333%;}}  #text_style_01_1561375639841>.view_contents {color:#ffffff;font-family:Arial;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1561375639841>.view_contents {font-size:12px;text-align:center;}}

 #text_style_01_1561375816725{width:22.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55%;top:9.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561375816725{left:54.22355514316013%;top:9.5px;}}   @media screen and (max-width:640px) {#text_style_01_1561375816725{width:96%;font-size:12px;color:#333;line-height:1.6;top:39px;left:2%;display:none;}}  #text_style_01_1561375816725>.view_contents {color:#ffffff;font-family:Arial;font-size:12px;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1561375816725>.view_contents {font-size:12px;}}

 #text_style_01_1561375849465{width:19%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:80.41666666666667%;top:9.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561375849465{left:77.02313096500531%;top:9.5px;width:159px;}}   @media screen and (max-width:640px) {#text_style_01_1561375849465{width:96%;font-size:12px;color:#333;line-height:1.6;top:68px;left:2%;display:none;}}  #text_style_01_1561375849465>.view_contents {color:#ffffff;font-family:Arial;font-size:12px;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1561375849465>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1561375613609{width:100%;height:39px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1561375613609{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1561375613609{width:100%;height:40px;top:0.5px;left:0%;z-index:2;}} 

 #image_logo_1561377472932{width:116px;height:93px;position:absolute;top:57px;left:2.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1561377472932{width:94px;left:6.230116648992577%;top:51.5px;height:80px;}}   @media screen and (max-width:640px) {#image_logo_1561377472932{width:85px;height:76px;top:53px;left:calc(50% - 42.5px);display:block;z-index:2;}} 

 #searchbox_style_02_1561431401825{width:41.083333333333336%;position:absolute;top:83.5px;left:33.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1561431401825{left:36.770943796394484%;top:65px;width:296px;}}   @media screen and (max-width:640px) {#searchbox_style_02_1561431401825{width:96%;top:50.5px;left:2%;display:none;z-index:2;}} #searchbox_style_02_1561431401825 > .view_contents{overflow:visible;}  #searchbox_style_02_1561431401825 .btnaSet {border-color:#cccccc;background:#ffffff;color:#b2b2b2;font-size:18px;border-style:solid;border-width:1px;border-left:none !important;border-radius:50px;border-top-left-radius:0 !important;border-bottom-left-radius:0 !important;height:40px;} #searchbox_style_02_1561431401825 .inputSet {border-color:#cccccc;font-size:13px;font-family:Arial;color:#999999;border-radius:50px;height:40px;} #searchbox_style_02_1561431401825 .kwSet {font-family:Arial;}

 #image_style_01_1561446906312{width:55px;height:53px;position:absolute;top:79px;left:79.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561446906312{left:73.57668345705196%;top:65px;width:49px;}}   @media screen and (max-width:640px) {#image_style_01_1561446906312{width:55px;height:53px;top:50.5px;left:42.66666666666667%;display:none;z-index:2;}} #image_style_01_1561446906312 > .view_contents{overflow:visible;} 

 #text_style_01_1561446969699{width:12.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:91.5px;left:85.45833333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561446969699{left:79.9923780487805%;top:73.5px;width:154px;}}   @media screen and (max-width:640px) {#text_style_01_1561446969699{width:96%;font-size:12px;color:#333;line-height:1.6;top:137.5px;left:2%;display:none;z-index:2;}}  #text_style_01_1561446969699>.view_contents {font-family:Arial;}

 #div_blank_new01_1561447244209{width:1920px;height:50px;position:absolute;top:165px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561447244209{top:142px;left:0%;width:100%;height:45px;}}   @media screen and (max-width:640px) {#div_blank_new01_1561447244209{width:100%;height:50px;top:175.5px;left:0%;z-index:1;display:none;}}  #div_blank_new01_1561447244209  {box-sizing:border-box;} #div_blank_new01_1561447244209 .modSet {background:#ffffff;border-right:none !important;border-bottom:none !important;border-left:none !important;border-color:#dddddd;border-style:solid;border-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561447244209  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561447244209  {box-sizing:border-box;}}

 #dh_style_28_1561463135691{width:100%;z-index:999;position:absolute;top:165px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1561463135691{z-index:999;left:2.2269353128313893%;top:142px;width:901px;display:block;}}   @media screen and (max-width:640px) {#dh_style_28_1561463135691{width:96%;z-index:999;top:69px;left:2%;display:block;}} #dh_style_28_1561463135691 > .view_contents{overflow:visible;}  #dh_style_28_1561463135691 .mainMenuSet {font-family:Verdana;font-size:14px;font-weight:normal;} #dh_style_28_1561463135691 .mainMenuSet:hover {color:#019946;} #dh_style_28_1561463135691 #hot>a {color:#019946;} #dh_style_28_1561463135691 .subMenuSet:hover {color:#019946;font-family:Verdana;font-size:12px;border-color:#019946;border-style:solid;border-width:3px;border-bottom:none !important;border-right:none !important;border-top:none !important;} #dh_style_28_1561463135691 .subCurSet {color:#019946;font-family:Verdana;font-size:12px;border-color:#019946;border-style:solid;border-width:3px;border-bottom:none !important;border-right:none !important;border-top:none !important;} @media screen and (max-width:640px) { #dh_style_28_1561463135691 .subMenuSet:hover {border-style:none;}} @media screen and (max-width:640px) { #dh_style_28_1561463135691 .subCurSet {border-style:none;}}

 #text_style_01_1577086027022{width:16.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:61.5px;left:13.625000000000002%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577086027022{left:17.86519088016967%;top:54.5px;}}   @media screen and (max-width:640px) {#text_style_01_1577086027022{width:96%;font-size:12px;color:#333;line-height:1.6;top:135.5px;left:2%;}}  #text_style_01_1577086027022>.view_contents {font-family:Arial;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577086027022>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1577086027022>.view_contents {text-align:center;}} #comm_layout_header{height:215px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:187px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:216px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background:#ffffff;}


 #homelink_style_01_1561454754734{width:61.583333333333336%;position:absolute;top:28px;left:0.5833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1561454754734{left:4.453870625662779%;top:21px;}}   @media screen and (max-width:640px) {#homelink_style_01_1561454754734{width:96%;top:10px;left:2%;}}  #homelink_style_01_1561454754734 .textSet {color:#ffffff;font-family:Verdana;font-size:13px;} #layout_1561454732934{height:94px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1561454732934{height:69px;}}   @media screen and (max-width:640px) {#layout_1561454732934{height:56px;}} #layout_1561454732934 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1561454732934  {background: url(../img/upimages/zibanner/zibanner3.jpg);background-repeat:repeat-x!important;background-size:cover;background-position:50% 0% !important;}


 #prodKind_style_04_1561455112407{width:17.916666666666668%;position:absolute;top:43px;left:2.833333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_04_1561455112407{left:7.073502120890775%;top:43px;width:188px;}}   @media screen and (max-width:640px) {#prodKind_style_04_1561455112407{width:90%;top:261px;left:5.066666666666666%;display:none;}} #prodKind_style_04_1561455112407 > .view_contents{overflow:visible;}  #prodKind_style_04_1561455112407 .oneSet {font-family:Verdana;} #prodKind_style_04_1561455112407 .oneSet:hover {background:#019946;color:#ffffff;border-color:#019946;} #prodKind_style_04_1561455112407 #currentSet {background:#019946;color:#ffffff;border-color:#019946;}

 #prodKind_style_05_1561455473653{width:11.542553191489361%;display:none;position:absolute;left:44.22872340425532%;top:29.140625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_05_1561455473653{width:22.604166666666668%;display:none;left:38.697916666666664%;top:29.140625px;}}   @media screen and (max-width:640px) {#prodKind_style_05_1561455473653{width:91.46666666666667%;display:block;top:25.140625px;left:4.266666666666667%;}} #prodKind_style_05_1561455473653 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #prodKind_style_05_1561455473653 .oneSet {font-family:Verdana;}} @media screen and (max-width:640px) { #prodKind_style_05_1561455473653 .oneBgSet {border-style:solid;border-width:1px;border-right:none !important;border-left:none !important;border-color:#e5e5e5;}}

 #prodInfor_style_04_1561456116798{width:37.416666666666664%;position:absolute;top:21px;left:59.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodInfor_style_04_1561456116798{width:266px;left:66.62745227995758%;}}   @media screen and (max-width:640px) {#prodInfor_style_04_1561456116798{width:89.60000000000001%;top:558px;left:5.199999999999996%;}} #prodInfor_style_04_1561456116798 > .view_contents{overflow:visible;}  #prodInfor_style_04_1561456116798 .titProSet {font-size:22px;font-family:Verdana;} #prodInfor_style_04_1561456116798 .defProSet {font-family:Verdana;} @media screen and (min-width:641px) and (max-width:1200px) { #prodInfor_style_04_1561456116798 .titProSet {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #prodInfor_style_04_1561456116798 .defProSet {font-size:14px;}}

 #prodPic_style_02_1565350641292{width:34.833333333333336%;height:453px;position:absolute;top:39px;left:22.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodPic_style_02_1565350641292{left:29.44889978791092%;top:43px;height:390px;}}   @media screen and (max-width:640px) {#prodPic_style_02_1565350641292{width:91.46666666666667%;height:300px;top:241.140625px;left:4.266666666666667%;}}  #layout_diy_1561454715{height:492px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1561454715{height:474px;}}   @media screen and (max-width:640px) {#layout_diy_1561454715{height:775px;}} #layout_diy_1561454715 > .view_contents{overflow:visible;max-width:1200px;} 


 #customDetail_style_prodDetail_01_1561456188264{width:73.33333333333333%;position:absolute;top:44px;left:23.458333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customDetail_style_prodDetail_01_1561456188264{width:637px;left:29.28983297985154%;top:28px;}}   @media screen and (max-width:640px) {#customDetail_style_prodDetail_01_1561456188264{width:83.5%;top:10px;left:8.266666666666666%;}}  #customDetail_style_prodDetail_01_1561456188264 .btnaSet {border-style:solid;border-width:1px;border-color:#e5e5e5;padding-top:15px;padding-bottom:15px;padding-left:15px;padding-right:15px;} #layout_1561456104524{height:74px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1561456104524{height:58px;}}   @media screen and (max-width:640px) {#layout_1561456104524{height:52px;}} #layout_1561456104524 > .view_contents{overflow:visible;max-width:1200px;} 


 #customDetail_style_prodPage_01_1565070131137{width:76.16666666666667%;position:absolute;top:29px;left:23.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customDetail_style_prodPage_01_1565070131137{width:608px;left:29.327942735949097%;top:12px;}}   @media screen and (max-width:640px) {#customDetail_style_prodPage_01_1565070131137{width:88.8%;top:17px;left:5.6000000000000005%;}}  #layout_1565070117321{height:96px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565070117321{height:72px;}}   @media screen and (max-width:640px) {#layout_1565070117321{height:67px;}} #layout_1565070117321 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1561455686791{height:51px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1561455686791{}}   @media screen and (max-width:640px) {#layout_1561455686791{height:23px;}} #layout_1561455686791 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1561442441566{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442441566{left:0%;width:68.8118811881188%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1561442441566{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1561442441566>.view_contents {color:#ffffff;font-family:Tahoma;font-size:24px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1561442441566>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1561442441566>.view_contents {font-size:18px;}}

 #text_style_01_1561442488968{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:59px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442488968{left:0%;width:66.83168316831683%;top:60px;}}   @media screen and (max-width:640px) {#text_style_01_1561442488968{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1561442488968>.view_contents {font-family:Arial;font-size:13px;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1561442488968>.view_contents {font-size:13px;}}

 #text_style_01_1561442524254{width:89.7119341563786%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:87px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442524254{left:0%;top:83px;}}   @media screen and (max-width:640px) {#text_style_01_1561442524254{width:96%;font-size:12px;color:#333;line-height:1.6;top:78px;left:2%;}}  #text_style_01_1561442524254>.view_contents {font-family:Arial;font-size:13px;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1561442524254>.view_contents {font-size:13px;}}

 #text_style_01_1561442550341{width:82.71604938271605%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:116.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442550341{left:0%;top:106px;}}   @media screen and (max-width:640px) {#text_style_01_1561442550341{width:96%;font-size:12px;color:#333;line-height:1.6;top:108px;left:2%;}}  #text_style_01_1561442550341>.view_contents {font-family:Arial;font-size:13px;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1561442550341>.view_contents {font-size:13px;}}
 #div_a_includeBlock_1561442430619{width:16%;height:180px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1561442430619{left:8.16542948038176%;top:33px;width:171px;height:159px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1561442430619{width:100%;height:138px;top:0px;left:0%;display:none;}} 


 #text_style_01_1561442691133{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442691133{left:0%;width:68.8118811881188%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1561442691133{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1561442691133>.view_contents {color:#ffffff;font-family:Tahoma;font-size:24px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1561442691133>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1561442691133>.view_contents {font-size:18px;}}

 #text_style_01_1561442691139{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:59px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442691139{left:0%;width:66.83168316831683%;top:60px;}}   @media screen and (max-width:640px) {#text_style_01_1561442691139{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1561442691139>.view_contents {font-family:Arial;font-size:13px;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1561442691139>.view_contents {font-size:13px;}}

 #text_style_01_1561442691141{width:89.7119341563786%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:87px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442691141{left:0%;top:83px;}}   @media screen and (max-width:640px) {#text_style_01_1561442691141{width:96%;font-size:12px;color:#333;line-height:1.6;top:78px;left:2%;}}  #text_style_01_1561442691141>.view_contents {font-family:Arial;font-size:13px;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1561442691141>.view_contents {font-size:13px;}}

 #text_style_01_1561442691143{width:82.71604938271605%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442691143{left:0%;top:106px;}}   @media screen and (max-width:640px) {#text_style_01_1561442691143{width:96%;font-size:12px;color:#333;line-height:1.6;top:108px;left:2%;}}  #text_style_01_1561442691143>.view_contents {font-family:Arial;font-size:13px;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1561442691143>.view_contents {font-size:13px;}}

 #text_style_01_1561442743916{width:88.54166666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:133px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442743916{}}   @media screen and (max-width:640px) {#text_style_01_1561442743916{width:96%;font-size:12px;color:#333;line-height:1.6;top:138px;left:2%;}}  #text_style_01_1561442743916>.view_contents {font-family:Arial;font-size:13px;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1561442743916>.view_contents {font-size:13px;}}

 #text_style_01_1561442773137{width:90.625%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:156px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442773137{}}   @media screen and (max-width:640px) {#text_style_01_1561442773137{width:96%;font-size:12px;color:#333;line-height:1.6;top:168px;left:2%;}}  #text_style_01_1561442773137>.view_contents {font-family:Arial;font-size:13px;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1561442773137>.view_contents {font-size:13px;}}
 #div_a_includeBlock_1561442691031{width:16%;height:203px;position:absolute;top:70px;left:20.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1561442691031{width:18.133616118769883%;height:199px;left:30.489461823966064%;top:33px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1561442691031{width:100%;height:188px;top:80px;left:0%;display:none;}} 


 #text_style_01_1561442848067{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442848067{left:0%;width:90.64327485380117%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1561442848067{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1561442848067>.view_contents {color:#ffffff;font-family:Tahoma;font-size:24px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1561442848067>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1561442848067>.view_contents {font-size:18px;}}

 #text_style_01_1561442848073{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:59px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442848073{left:0%;width:93.56725146198829%;top:60px;}}   @media screen and (max-width:640px) {#text_style_01_1561442848073{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1561442848073>.view_contents {font-family:Arial;font-size:13px;color:#969696;} @media screen and (max-width:640px) { #text_style_01_1561442848073>.view_contents {font-size:13px;}}
 #div_a_includeBlock_1561442847969{width:25.416666666666664%;height:180px;position:absolute;top:70px;left:40.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1561442847969{width:18.133616118769883%;height:175px;left:43.67378048780488%;top:53px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1561442847969{width:100%;height:138px;top:94px;left:0%;display:none;}} 

 #text_style_01_1561442958479{width:23.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:74.375%;top:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561442958479{width:34.35843054082714%;left:55.991516436903495%;top:45px;}}   @media screen and (max-width:640px) {#text_style_01_1561442958479{width:47.199999999999996%;font-size:12px;color:#333;line-height:1.6;top:38px;left:9.866666666666667%;}}  #text_style_01_1561442958479>.view_contents {color:#ffffff;font-family:Tahoma;font-size:24px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1561442958479>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1561442958479>.view_contents {font-size:18px;}}


 #customForm_style_input_01_1561443045065{width:100%;position:absolute;left:0%;top:4px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1561443045065{left:0%;width:100%;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1561443045065{width:96%;top:0px;left:2%;}} #customForm_style_input_01_1561443045065 > .view_contents{overflow:visible;}  #customForm_style_input_01_1561443045065 .inputSet {font-family:Arial;background:#171f24;color:#969696;border-color:#4c4c4c;}

 #customForm_style_input_01_1561443199662{width:100%;position:absolute;left:0%;top:45.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1561443199662{}}   @media screen and (max-width:640px) {#customForm_style_input_01_1561443199662{width:96%;top:42px;left:2%;}} #customForm_style_input_01_1561443199662 > .view_contents{overflow:visible;}  #customForm_style_input_01_1561443199662 .inputSet {font-family:Arial;background:#171f24;color:#969696;border-color:#4c4c4c;}

 #customForm_style_textarea_01_1561443366263{width:100%;height:106px;position:absolute;left:0%;top:89px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_textarea_01_1561443366263{left:0%;width:100%;}}   @media screen and (max-width:640px) {#customForm_style_textarea_01_1561443366263{width:96%;height:200px;top:84px;left:2%;}} #customForm_style_textarea_01_1561443366263 > .view_contents{overflow:visible;}  #customForm_style_textarea_01_1561443366263 .inputSet {background:#171f24;border-color:#666666;font-family:Arial;color:#969696;}

 #customForm_style_button_01_1561443572951{width:100%;position:absolute;left:0%;top:214px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1561443572951{left:0%;width:100%;top:212px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1561443572951{width:96%;top:294px;left:2%;}} #customForm_style_button_01_1561443572951 > .view_contents{overflow:visible;}  #customForm_style_button_01_1561443572951 .btnaSet {text-align:left;background:#171f24;color:#969696;border-color:#00a57d;border-top:none !important;border-right:none !important;border-left:none !important;}
 #customForm_form_1561443011621{width:24.666666666666668%;height:269px;position:absolute;top:125px;left:74.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1561443011621{left:55.991516436903495%;top:101px;width:359px;}}   @media screen and (max-width:640px) {#customForm_form_1561443011621{width:83.2%;height:326px;top:86px;left:8.4%;}} 

 #div_blank_new01_1561444106058{width:1920px;height:55px;position:absolute;top:435px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561444106058{width:100%;left:0%;top:391px;}}   @media screen and (max-width:640px) {#div_blank_new01_1561444106058{width:100%;height:99px;top:493px;left:0%;}}  #div_blank_new01_1561444106058  {box-sizing:border-box;} #div_blank_new01_1561444106058 .modSet {background:#050d12;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561444106058  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561444106058  {box-sizing:border-box;}}

 #text_style_01_1561444160787{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:451px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561444160787{left:10.286320254506894%;top:407px;}}   @media screen and (max-width:640px) {#text_style_01_1561444160787{width:96%;font-size:12px;color:#333;line-height:1.6;top:511.5px;left:2%;}}  #text_style_01_1561444160787>.view_contents {font-family:Arial;font-size:13px;text-align:center;color:#7f7f7f;}

 #text_style_01_1561469365705{width:16.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:451px;left:73.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561469365705{left:39.07906945917286%;top:454px;}}   @media screen and (max-width:640px) {#text_style_01_1561469365705{width:64%;font-size:12px;color:#333;line-height:1.6;top:668.5px;left:18%;}}  #text_style_01_1561469365705>.view_contents {font-family:Arial;font-size:13px;text-align:left;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1561469365705>.view_contents {text-align:center;}}

 #text_style_01_1577266239653{width:35.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:451px;left:37.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577266239653{left:50.743968716861076%;top:407px;width:451px;}}   @media screen and (max-width:640px) {#text_style_01_1577266239653{width:64%;font-size:12px;color:#333;line-height:1.6;top:618px;left:18%;}}  #text_style_01_1577266239653>.view_contents {font-family:Arial;font-size:13px;text-align:left;color:#7f7f7f;} @media screen and (max-width:640px) { #text_style_01_1577266239653>.view_contents {text-align:center;}} #comm_layout_footer{height:492px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:497px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:722px;z-index:999;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#171f24;}
.prodcateStyle_5{clear: both; width: 100%;overflow: hidden;}
.prodcateStyle_5 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.prodcateStyle_5>ul>li>a, .prodcateStyle_5 .subCateUl>ul>li>a, .prodcateStyle_5 .subCateUl2>li>a{color: inherit; line-height: inherit; height: inherit; white-space: nowrap;}
.prodcateStyle_5 i{margin-left: 5px;}
.prodcateStyle_5>ul{width: 100%;background:#fff;overflow: hidden;}
.prodcateStyle_5>ul>li{float: left;padding:15px;font-size: 14px;color: #555;font-family: '宋体';text-align: center;}
.prodcateStyle_5>ul>li>a{padding: 10px;}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/

/*pc端*/
.prodPicStyle_1{width:100%; height:100%; position:relative;z-index: 62;}
.prodPicStyle_1 .diyProbox_test{width: 100%;height: 100%;}
.prodPicStyle_1 .diy_proImg{width:100%;overflow:hidden;zoom:1;height:80%;line-height:400px;text-align:center;vertical-align:middle; /* display: table-cell; */background:transparent;}
.prodPicStyle_1 .diy_proImg img{width:100%;height:100%;vertical-align:middle;cursor:pointer;}
.prodPicStyle_1 .diy_moreImg{overflow:hidden;zoom:1;width: 400px;margin: 12px auto;}
.prodPicStyle_1 .diy_moreImg .diyproImgBox{float:left;overflow:hidden;zoom:1;position:relative;width: 360px;}
.prodPicStyle_1 .diy_moreImg .diyproImgBox ul li img{width: 74px;height: 74px;object-fit: scale-down;}
.prodPicStyle_1 .diy_moreImg .diy_qbox{padding: 0;margin:0px;overflow:hidden;zoom:1;width:999999px;/*position:absolute*/}
.prodPicStyle_1 .diy_moreImg .diy_qbox li{float:left;margin-left:10px;cursor:pointer;}
.prodPicStyle_1 .diy_moreImg .diy_qbox li img{border:2px solid transparent;}
.prodPicStyle_1 .diy_moreImg .diy_pIcon{width:20px;text-align:center;padding-top:29px;float:left;overflow:hidden;zoom:1;cursor:pointer}
.prodPicStyle_1 .diy_moreImg .diy_qbox li img.hotImg{border:2px solid #e4393c;}
.prodPicStyle_1 .diy_moreImg .diy_pIcon img{border:0px;}
.prodPicStyle_1 .diyproImgBox_moblie{visibility: hidden;}


/*手机端*/
.prodPicStyle_1 .diyproImgBox_moblie{width:100%; height:100%;}
.prodPicStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.prodPicStyle_1 .main_image{height:100%; overflow:hidden; position:relative;}
.prodPicStyle_1 .main_image ul{width:100%!important; height:100%; overflow:hidden; position:absolute; top:0; left:0;}
.prodPicStyle_1 .main_image li{float:left; width:100%!important; height:100%; }
.prodPicStyle_1 .main_image li span{display:block; width:100%; height:100%; background-position: 50% 50%!important;background-size:contain!important;}
.prodPicStyle_1 .main_image li a{display:block; width:100%; height:100%}
.prodPicStyle_1 .flicking_con{position:absolute; bottom:20px;left:0%;z-index:999; width:100%; height:14px; text-align:center;}
.prodPicStyle_1 .flicking_con a{float:none;width:21px;height:21px;margin:0;padding:0;background:url('../res/prodPic/style_02/btn_main_img.png') 0 0 no-repeat;display:inline-block;text-indent:-1000px}
.prodPicStyle_1 .flicking_con a.on{background-position:0 -21px}


/*响应式---480*/
@media screen and (max-width: 481px){
    .prodPicStyle_1{width:100%; height:100%; position:relative;}
    .prodPicStyle_1 .diyproImgBox_moblie{visibility: visible;}
    .prodPicStyle_1 .diyProbox{height: 0;overflow: hidden;}
    .prodPicStyle_1 .diyproImgBox_moblie{width: 100%;}
}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:700px !important;height:500px !important;background:#ffffff;border:1px solid #e2e2e2;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url('/images/../res/prodPic/style_02/mask.png') repeat scroll 0 0 rgba(69,126,235,0.3);cursor:move;z-index:999;}
.prodetail_1{font-size:14px; color:#555; line-height:1.4; text-align:left; padding:.4em 0; width:100%;}
.prodetail_1 img{max-width: 100%;}

.prodetailstyle_1 .mobile{ display:none; }
.prodetailstyle_1 .pc{ display:block; }
.prodetailstyle_1 .collage_bt{ font-size:20px; line-height:3; }
.prodetailstyle_1 .itembox{ background:#eee; padding:10px 20px; border-bottom:1px solid #e5e5e5; overflow:hidden; font-size:16px; display:flex; justify-content: space-between; flex-wrap: wrap;}
.prodetailstyle_1 .user_img{ width:50px; height:50px; border-radius:200px; overflow:hidden; }
.prodetailstyle_1 .user_img img{ width:100% !important; height:100%; margin:0 !important;}
.prodetailstyle_1 .itembox>div{ line-height:50px; margin:0 5px;}
.prodetailstyle_1 .initiator_name.pc{ width:100px; text-align:center; }
.prodetailstyle_1 .join_list_ul{ overflow:hidden; }
.prodetailstyle_1 .join_list_ul li{float:left; box-sizing: border-box; -webkit-box-sizing: border-box; margin:0 5px;}
.prodetailstyle_1 .surplus_value{ color:red; }
.prodetailstyle_1 .join_btn{ background:rgb(239,91,81); margin:13px 0; color:white; line-height:1; border-radius: 20px; padding:4px 20px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.prodetailstyle_1 .join_btn:hover{ cursor:pointer; }

.proListShow{ box-sizing: border-box; margin-top: 30px;}
.proListShow h2{ display: block; border-left: 4px solid #e85342; font-size: 18px; line-height: 1; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px;}
.proListShow .listUl{ border: 1px solid #f5f5f5; padding: 10px; display: flex; justify-content: space-between; flex-wrap: wrap; box-sizing: border-box;}
.proListShow .listLi{ width: calc(96%/4);}
.proListShow .listLi .imgDiv{  position: relative; padding-bottom: 100%; overflow: hidden;}
.proListShow .imgDiv img{ transition: transform .3s; width: 100%; position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.proListShow .titleDiv{ text-align: center; color: #333; font-size: 16px; line-height: 1.5; margin-top: 10px;}

.prodetail_1 .selectTdClass{background-color:#edf5fa !important}
.prodetail_1 table.noBorderTable td,
.prodetail_1 table.noBorderTable th,
.prodetail_1 table.noBorderTable caption{border:1px dashed #ddd !important}
.prodetail_1 table{margin-bottom:10px;border-collapse:collapse;display:table;}
.prodetail_1 td,.proListShow th{padding: 5px 10px;border: 1px solid #DDD;}
.prodetail_1 caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.prodetail_1 th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.prodetail_1 table tr.firstRow th{border-top-width:2px;}
.prodetail_1 .ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.prodetail_1 .ue-table-interlace-color-double{ background-color: #f7faff; }
.prodetail_1 td p{margin:0;padding:0;}
@media screen and (min-width:641px){
	.proListShow .listLi:hover .imgDiv img{ transform: translateX(-50%) scale(1.1); -webkit-transform: translateX(-50%) scale(1.1); -moz-transform: translateX(-50%) scale(1.1); -o-transform: translateX(-50%) scale(1.1);}
}
@media screen and (max-width:640px){
	.prodetailstyle_1 .collage_bt{ font-size:14px; }
	.prodetailstyle_1 .itembox .more_img{ margin-right:10px; }
	.prodetailstyle_1 .user_img{ width:30px; height:30px; }
	.prodetailstyle_1 .empty_img{ width:30px; height:30px; margin-left:-20px; border:1px dotted #e5e5e5; background:white; border-radius:200px; float:right;}
	.prodetailstyle_1 .more_img .hav_img{ float:left; }
	.prodetailstyle_1 .itembox{ font-size:12px; padding:10px; display:block;}
	.prodetailstyle_1 .itembox>div{ line-height:30px; margin:0; float:left; position:relative;}
	.prodetailstyle_1 .itembox .join_button{ float:right; margin:5px 0;}
	.prodetailstyle_1 .join_btn{ padding:0 20px; line-height:2; margin:0; line-height:unset;}
	.prodetailstyle_1 .pc{ display:none; }
	.prodetailstyle_1 .mobile{ display:block; }
	.prodetailstyle_1 .initiator_name.mobile>span{ line-height:1.5; display:block; }

	.proListShow h2{ font-size: 16px;}
	.proListShow .listLi{ width: calc( 96%/2 ); margin-bottom: 15px;}
	.proListShow .titleDiv{ font-size: 14px;}
}
@media screen and (max-width:767px){
.prodetail_1{font-size:12px; }
.prodetail_1 img{width:100% !important; height:auto !important;}
}


.textareaInput3{
    padding: 5px;
    outline: none;
    border:1px #ccc solid;
    color: #666;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}

	#searchbox_style_02_1561431401825 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_02_1561431401825 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_02_1561431401825 input::-o-input-placeholder{ color: ;}
	
	#image_style_01_1561446906312 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561446906312 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1561446906312 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561446906312 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}

.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1561463135691 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1561463135691 .maxWidth{max-width:px;}
	#dh_style_28_1561463135691 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1561463135691 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1561463135691 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

.breadcrumb {
	padding: 8px 15px;
	list-style: none;
	border-radius: 4px; 
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}

.location_style01 .fa-home{
	font-size:16px;
	margin-right:.25em;
}
.location_style01 .home-icon{
	height: 1.5em;
	float: left;
	margin-right:.8em;
}#homelink_style_01_1561454754734 .breadcrumb > li + li:before { content: "/\00a0"; }/*新闻搜索样式*/
.prodcateStyle_4{width:100%; clear: both; margin-bottom: 1px}
.prodcateStyle_4 *{box-sizing:border-box; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; -ms-transition: all ease .2s; transition: all ease .2s; list-style:none;}
.prodcateStyle_4 li{position: relative; font-size: 14px; color: #333; line-height: 3; text-decoration:none;}
.prodcateStyle_4 li i{float: right; margin-top: 14px; margin-right: 20px; font-size: 14px; }
.prodcateStyle_4 .sidebar{width:100%; background: #fff; border: 1px solid #ddd; margin-bottom: -1px}
.prodcateStyle_4 .r-arrow{cursor: pointer;padding: 0 10px;margin-right: -10px;}

.prodcateStyle_4 .sidebar>a, .prodcateStyle_4 .sidebar2>a, .prodcateStyle_4 .sidebar3>a{font-size:inherit; color:inherit; line-height: inherit; margin-left:10px; text-decoration:inherit; white-space: nowrap;width:100%;}

.prodcateStyle_4 .sidebar2{background: #f2f2f2;z-index: 9999;}
.prodcateStyle_4 .sidebar3{background: #eaeaea; padding:0 10px;}
.prodcateStyle_4 .newscate3{position: absolute; left: 100%; top: 0; }
.prodcateStyle_4 .newscate2, .prodcateStyle_4 .newscate3{display:none;}
.prodcateStyle_4 .sidebar span,.prodcateStyle_4 .sidebar2 span{position: absolute;right:20px;}

/*图标*/
.prodcateStyle_4 .imgIco{ margin-left:20px; vertical-align: middle; display:inline-block;  overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.prodcateStyle_4 .imgIco img{width:auto; height:100%; vertical-align: top; position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (min-width:768px){
	/*.prodcateStyle_4 .sidebar:hover .newscate2,.prodcateStyle_4 .sidebar2:hover .newscate3{display: block;}*/
}
@media screen and (max-width:767px){
	.prodcateStyle_4 .newscate3{position: relative; left: 0; top: 0; }
}
		#prodKind_style_04_1561455112407 .cate_menu_item{ padding-left:15px; }
	
.prodcateStyle_5{clear: both; width: 100%;overflow: hidden;}
.prodcateStyle_5 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.prodcateStyle_5>ul>li>a, .prodcateStyle_5 .subCateUl>ul>li>a, .prodcateStyle_5 .subCateUl2>li>a{color: inherit; line-height: inherit; height: inherit; white-space: nowrap;}
.prodcateStyle_5 i{margin-left: 5px;}
.prodcateStyle_5>ul{width: 100%;background:#fff;overflow: hidden;}
.prodcateStyle_5>ul>li{float: left;padding:15px;font-size: 14px;color: #555;font-family: '宋体';text-align: center;}
.prodcateStyle_5>ul>li>a{padding: 10px;}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/.proInfoStyle04{position: relative;overflow: hidden;font-family: "Microsoft YaHei";}
.proInfoStyle04 .proInfo_title .prodName{margin:0;color: #000;font-size: 32px;font-weight: normal;border-bottom: 1px solid #dbdbdb;line-height:1.4;padding: 15px 0;}
.proInfoStyle04 .proInfo_title .proBrief{color: #333;font-size: 16px;margin: 15px 0;}
.proInfoStyle04 .proInfo_parameter p,.proInfoStyle04 .proInfo_prop p{color: #222;font-size: 16px;line-height:35px;}
.proInfoStyle04 .probuy{padding:35px 0 10px 0;margin-top: 15px;clear: both;}
.proInfoStyle04 .probuy .Consultation{border: 0;background: transparent;border-radius:4px;font-size: 20px;font-family: "Microsoft YaHei";cursor: pointer;}
.proInfoStyle04 .probuy .btn1{width:40%;line-height:50px;margin-right: 10px;background: #ef001d;color:#fff;}
.proInfoStyle04 .probuy .btn2{width: 30%;line-height: 50px;border: 1px solid #ef001d;color: #ef001d;}
.proInfoStyle04 .other-link ul{width: 100%;}
.proInfoStyle04 .other-link ul li{float: left;margin-right: 10px;line-height: 35px;cursor: pointer;}
.proInfoStyle04 .other-link ul li:nth-of-type(1) i{background: url(../img/prodInfor/style_04/scBg.png) no-repeat center;background-size: 100%;padding:8px;margin-right: 10px;}
.proInfoStyle04 .other-link ul li:nth-of-type(2) i{background: url(../img/prodInfor/style_04/shareBg.png) no-repeat center;background-size: 100%;padding:10px;margin-right: 10px;}
.proInfoStyle04 .proInfo_prop .prop.insidediv.sys_item_specpara{width: 100%;overflow: hidden;}
.proInfoStyle04 .proInfo_prop .prop_Ttile{float: left;height: 40px;line-height: 40px;margin-right: 10px;color: #888;}
.proInfoStyle04 .proInfo_prop .sys_spec_text{width:75%;float: left;}
.proInfoStyle04 .proInfo_prop .sys_spec_text li{float: left;padding: 0 2%;height: 40px;line-height: 40px;}
.proInfoStyle04 .proInfo_prop .colorimg li span{display: block;width: 20px;height: 15px;margin-top: 12.5px;border: 1px solid #eee;}
.proInfoStyle04 .proInfo_prop .colorimg li span:hover{display: block;width: 20px;height: 15px;margin-top: 12.5px;border: 1px solid red;}
.proInfoStyle04 .proInfo_prop .prop li.selected a span{color: #F40;border: 1px solid #F40;}

@media screen and  (max-width: 481px){
    .proInfoStyle04 .proInfo_title .prodName{font-size: 18px;}
    .proInfoStyle04 .proInfo_title .proBrief{font-size: 14px;}
    .proInfoStyle04 .probuy .btn1{width: 100%;line-height: 40px;font-size: 16px;}
    .proInfoStyle04{padding: 10px;}
}
.prodetail_1{font-size:14px; color:#555; line-height:1.4; text-align:left; padding:.4em 0; width:100%;}
.prodetail_1 img{max-width: 100%;}

.prodetailstyle_1 .mobile{ display:none; }
.prodetailstyle_1 .pc{ display:block; }
.prodetailstyle_1 .collage_bt{ font-size:20px; line-height:3; }
.prodetailstyle_1 .itembox{ background:#eee; padding:10px 20px; border-bottom:1px solid #e5e5e5; overflow:hidden; font-size:16px; display:flex; justify-content: space-between; flex-wrap: wrap;}
.prodetailstyle_1 .user_img{ width:50px; height:50px; border-radius:200px; overflow:hidden; }
.prodetailstyle_1 .user_img img{ width:100% !important; height:100%; margin:0 !important;}
.prodetailstyle_1 .itembox>div{ line-height:50px; margin:0 5px;}
.prodetailstyle_1 .initiator_name.pc{ width:100px; text-align:center; }
.prodetailstyle_1 .join_list_ul{ overflow:hidden; }
.prodetailstyle_1 .join_list_ul li{float:left; box-sizing: border-box; -webkit-box-sizing: border-box; margin:0 5px;}
.prodetailstyle_1 .surplus_value{ color:red; }
.prodetailstyle_1 .join_btn{ background:rgb(239,91,81); margin:13px 0; color:white; line-height:1; border-radius: 20px; padding:4px 20px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.prodetailstyle_1 .join_btn:hover{ cursor:pointer; }

.proListShow{ box-sizing: border-box; margin-top: 30px;}
.proListShow h2{ display: block; border-left: 4px solid #e85342; font-size: 18px; line-height: 1; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px;}
.proListShow .listUl{ border: 1px solid #f5f5f5; padding: 10px; display: flex; justify-content: space-between; flex-wrap: wrap; box-sizing: border-box;}
.proListShow .listLi{ width: calc(96%/4);}
.proListShow .listLi .imgDiv{  position: relative; padding-bottom: 100%; overflow: hidden;}
.proListShow .imgDiv img{ transition: transform .3s; width: 100%; position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.proListShow .titleDiv{ text-align: center; color: #333; font-size: 16px; line-height: 1.5; margin-top: 10px;}

.prodetail_1 .selectTdClass{background-color:#edf5fa !important}
.prodetail_1 table.noBorderTable td,
.prodetail_1 table.noBorderTable th,
.prodetail_1 table.noBorderTable caption{border:1px dashed #ddd !important}
.prodetail_1 table{margin-bottom:10px;border-collapse:collapse;display:table;}
.prodetail_1 td,.proListShow th{padding: 5px 10px;border: 1px solid #DDD;}
.prodetail_1 caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.prodetail_1 th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.prodetail_1 table tr.firstRow th{border-top-width:2px;}
.prodetail_1 .ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.prodetail_1 .ue-table-interlace-color-double{ background-color: #f7faff; }
.prodetail_1 td p{margin:0;padding:0;}
@media screen and (min-width:641px){
	.proListShow .listLi:hover .imgDiv img{ transform: translateX(-50%) scale(1.1); -webkit-transform: translateX(-50%) scale(1.1); -moz-transform: translateX(-50%) scale(1.1); -o-transform: translateX(-50%) scale(1.1);}
}
@media screen and (max-width:640px){
	.prodetailstyle_1 .collage_bt{ font-size:14px; }
	.prodetailstyle_1 .itembox .more_img{ margin-right:10px; }
	.prodetailstyle_1 .user_img{ width:30px; height:30px; }
	.prodetailstyle_1 .empty_img{ width:30px; height:30px; margin-left:-20px; border:1px dotted #e5e5e5; background:white; border-radius:200px; float:right;}
	.prodetailstyle_1 .more_img .hav_img{ float:left; }
	.prodetailstyle_1 .itembox{ font-size:12px; padding:10px; display:block;}
	.prodetailstyle_1 .itembox>div{ line-height:30px; margin:0; float:left; position:relative;}
	.prodetailstyle_1 .itembox .join_button{ float:right; margin:5px 0;}
	.prodetailstyle_1 .join_btn{ padding:0 20px; line-height:2; margin:0; line-height:unset;}
	.prodetailstyle_1 .pc{ display:none; }
	.prodetailstyle_1 .mobile{ display:block; }
	.prodetailstyle_1 .initiator_name.mobile>span{ line-height:1.5; display:block; }

	.proListShow h2{ font-size: 16px;}
	.proListShow .listLi{ width: calc( 96%/2 ); margin-bottom: 15px;}
	.proListShow .titleDiv{ font-size: 14px;}
}
@media screen and (max-width:767px){
.prodetail_1{font-size:12px; }
.prodetail_1 img{width:100% !important; height:auto !important;}
}


#customDetail_style_prodDetail_01_1561456188264{height:auto;}


#customDetail_style_prodDetail_01_1561456188264 .view_contents{ display:block !important; }

@media screen and (max-width:767px){
#customDetail_style_prodDetail_01_1561456188264 #proDetailContent div,#proDetailContent p,#proDetailContent a,#proDetailContent span, #proDetailContent table { width:100% !important; } }


    #customDetail_style_prodDetail_01_1561456188264 .imgDiv{ padding-bottom: 100%;}
/*产品购买样式*/
.Divz{border:1px solid rgb(229,229,229);height:40px;line-height: 40px;}
.probuy_1{position:relative;width:100%; height:100%;}
.probuy_1 input{float: left; width: calc((100% - 10px)/2); margin-right: 10px; height: 40px; border-radius: 0; background-color: #ffeded; border: 1px solid #c40000; color: #c40000; font-family: 'Microsoft Yahei'; font-size: 16px; text-align: center;}
.probuy_1 .addcartBtn{ box-sizing: border-box; margin-right: 0; background-color: #c40000; background-image: url(../img/customDetail/style_prodPage_01/gouwuche.png); background-position-x: calc(50% - 50px); background-position-y: center; background-size: 19px; background-repeat: no-repeat;  background-attachment: initial; background-origin: initial; background-clip: initial; border: 1px solid #c40000; color: #fff; text-indent: 20px;}
@media screen and (max-width:320px){
    .probuy_1 input{font-size:12px; height:26px;}
}

.dqsp{width: 33.33%;background-color: rgb(239,239,239);height: 100%;text-align: center;float: left;}
.fybnt{width: 33.33%;height:100%;text-align: center;}
.btn_prev{float: left;}
.btn_next{float: left;}
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textareaInput3{
    padding: 5px;
    outline: none;
    border:1px #ccc solid;
    color: #666;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				