
/**
    *编辑器         \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;}
    }

body{ background-position:left top; }


 #text_style_01_1553151805741{width:62.953231739358905%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:12px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553151805741{width:476px;left:4.153963414634147%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1553151805741{width:96%;top:347px;left:2%;z-index:2;display:none;}}  #text_style_01_1553151805741>.view_contents {box-sizing:border-box;color:#939393;font-family:Microsoft YaHei;font-size:12px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553151805741>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553151805741>.view_contents {box-sizing:border-box;}}

 #user_style_05_1553165190181{width:8.583333333333334%;position:absolute;top:12px;left:91.41666666666667%;display:block;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1553165190181{display:block;width:132px;left:85.7336956521739%;top:13.5px;}}   @media screen and (max-width:640px) {#user_style_05_1553165190181{width:35.3125%;top:368px;left:64.6875%;z-index:3;display:none;}}  #user_style_05_1553165190181 .textSet {color:#939393;text-align:right;} #user_style_05_1553165190181 .textSet:hover {color:#37ca8a;font-family:Microsoft YaHei;}

 #div_blank_1553586719221{width:1920px;height:48px;position:absolute;top:-1.5px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553586719221{}}   @media screen and (max-width:640px) {#div_blank_1553586719221{width:96%;height:200px;top:132px;left:2%;display:none;}} #div_blank_1553586719221 > .view_contents{overflow:visible;}  #div_blank_1553586719221  {box-sizing:border-box;background:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553586719221  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553586719221  {box-sizing:border-box;}}

 #dh_style_11_1553583629399{width:45.664739884393065%;z-index:9999;position:absolute;top:83px;left:54.333333333333336%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1553583629399{z-index:999;display:block;width:528px;top:69px;left:40.34663308589608%;}}   @media screen and (max-width:640px) {#dh_style_11_1553583629399{z-index:1;display:block;height:47px;width:13.4375%;left:85.70833333333333%;top:2px;}} #dh_style_11_1553583629399 > .view_contents{overflow:visible;}  #dh_style_11_1553583629399 .mainMenuSet {font-size:18px;text-align:center;letter-spacing:0px;margin-left:0px;color:#333333;} #dh_style_11_1553583629399:active {} #dh_style_11_1553583629399:hover {} #dh_style_11_1553583629399 .subMenuSet:hover {color:#ffffff;} #dh_style_11_1553583629399 .subCurSet {color:#ffffff;} #dh_style_11_1553583629399 .mainMenuSet:hover {color:#37ca8a;} #dh_style_11_1553583629399 #hot>a {color:#37ca8a;} #dh_style_11_1553583629399 .thrMenuSet:hover {} #dh_style_11_1553583629399 .thrCurSet {} #dh_style_11_1553583629399 .thrMenuSet:active {} #dh_style_11_1553583629399 .subMenuSet:active {} #dh_style_11_1553583629399 .mainMenuSet:active {} #dh_style_11_1553583629399 .icoMenuSet:active {} #dh_style_11_1553583629399  {border-color:#ffffff;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;} #dh_style_11_1553583629399 .thrMenuSet {} #dh_style_11_1553583629399 .subMenuSet {} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .mainMenuSet {font-size:16px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .mainMenuSet:hover {background:rgba(rgb(255, 255, 255),0);}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 #hot>a {background:rgba(rgb(255, 255, 255),0);}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .thrMenuSet {font-family:Microsoft YaHei;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .thrMenuSet:hover {color:#37ca8a;font-family:Microsoft YaHei;}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .thrCurSet {color:#37ca8a;font-family:Microsoft YaHei;}}

 #image_logo_1553687338876{width:10.892480674631061%;height:84px;position:absolute;top:64.5px;left:-1.0833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1553687338876{left:2.351206256627784%;top:69px;height:55px;}}   @media screen and (max-width:640px) {#image_logo_1553687338876{width:109px;height:51px;top:0px;left:0%;}}  #comm_layout_header{height:154px;z-index:99999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{display:block;height:145px;}}   @media screen and (max-width:640px) {#comm_layout_header{display:block;height:57px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background:#ffffff;} @media screen and (max-width:640px) { #comm_layout_header  {background:#ffffff;}}


 #text_style_01_1553571178342{width:81.41666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:21.399456024169922px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553571178342{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1553571178342{width:60.3125%;top:28.342395782470703px;left:7.1824049949646005%;display:block;}}  #text_style_01_1553571178342>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:50px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553571178342>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553571178342>.view_contents {box-sizing:border-box;font-size:18px;line-height:25px;color:#333333;text-align:left;height:50px;}}

 #text_style_01_1553571187426{width:41.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:21.399456024169922px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553571187426{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1553571187426{width:57.8125%;top:87.36413955688477px;left:7.804857492446899%;display:block;}}  #text_style_01_1553571187426>.view_contents {box-sizing:border-box;color:#c4c4c4;font-family:Tahoma;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553571187426>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553571187426>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;color:#999999;text-align:left;}}

 #text_style_01_1553593210874{width:71.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:92px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553593210874{top:104px;left:5.3%;width:65.00530222693531%;}}   @media screen and (max-width:640px) {#text_style_01_1553593210874{width:96%;top:43.8125px;left:0%;display:none;}}  #text_style_01_1553593210874>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:50px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553593210874>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1553593210874>.view_contents {box-sizing:border-box;font-size:24px;line-height:35px;}}

 #text_style_01_1553593228439{width:51%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:200px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553593228439{top:168px;left:5.3%;}}   @media screen and (max-width:640px) {#text_style_01_1553593228439{width:96%;top:43.8125px;left:0%;display:none;}}  #text_style_01_1553593228439>.view_contents {box-sizing:border-box;color:#606060;font-family:Tahoma;font-size:20px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553593228439>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1553593228439>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}} #layout_1553477423923{height:356px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553477423923{display:block;height:353px;}}   @media screen and (max-width:640px) {#layout_1553477423923{height:155.0px;display:block;}} #layout_1553477423923 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1553477423923  {background: url(../img/upimages/pkgimg//paint/huise.jpg);background-repeat:no-repeat!important;background-size:auto;} @media screen and (max-width:640px) { #layout_1553477423923  {background-size:100% auto;background-repeat:no-repeat!important;background: url(../img/upimages/pkgimg/paint/20190326112604396.jpg);}} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1553477423923  {background-size:auto;background-repeat:no-repeat!important;background: url(../img/upimages/pkgimg//paint/ip-3.jpg);}}


 #productList_style_06_1553575594500{width:100%;position:absolute;top:132.48643493652344px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1553575594500{display:none;}}   @media screen and (max-width:640px) {#productList_style_06_1553575594500{width:96%;top:75.47554016113281px;left:1.8724524974823%;display:block;}} #productList_style_06_1553575594500 > .view_contents{overflow:visible;}  #productList_style_06_1553575594500 .btnaSet {border-radius:initial;background:#37ca8a;} #productList_style_06_1553575594500 .titleSet {color:#333333;line-height:20px;} #productList_style_06_1553575594500 .detailSet {color:#999999;} #productList_style_06_1553575594500 .priceSet {color:#37ca8a;} @media screen and (max-width:640px) { #productList_style_06_1553575594500 .btnaSet {padding-left:0px;text-align:center;margin-top:0px;padding-top:0px;padding-bottom:0px;line-height:26px;height:26px;margin-right:100px;margin-left:0px;padding-right:0px;}} @media screen and (max-width:640px) { #productList_style_06_1553575594500 .priceSet {line-height:18px;}} @media screen and (max-width:640px) { #productList_style_06_1553575594500 .detailSet {line-height:20px;}}

 #productList_style_06_1553593341918{width:100%;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1553593341918{top:122.8125px;left:1.378579003181336%;width:97.24284199363733%;}}   @media screen and (max-width:640px) {#productList_style_06_1553593341918{width:96%;top:226.8125px;left:0%;display:none;}} #productList_style_06_1553593341918 > .view_contents{overflow:visible;}  #productList_style_06_1553593341918 .btnaSet {border-radius:initial;background:#37ca8a;font-size:16px;} #productList_style_06_1553593341918 .titleSet {color:#333333;line-height:20px;font-size:18px;} #productList_style_06_1553593341918 .detailSet {color:#999999;font-size:14px;} #productList_style_06_1553593341918 .priceSet {color:#37ca8a;} @media screen and (max-width:640px) { #productList_style_06_1553593341918 .btnaSet {padding-left:0px;text-align:center;margin-top:0px;padding-top:0px;padding-bottom:0px;line-height:26px;height:26px;margin-right:100px;margin-left:0px;padding-right:0px;}} @media screen and (max-width:640px) { #productList_style_06_1553593341918 .priceSet {line-height:18px;}} @media screen and (max-width:640px) { #productList_style_06_1553593341918 .detailSet {line-height:20px;}}

 #text_style_01_1553658669359{width:47.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:26.166666666666664%;z-index:15;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553658669359{top:32px;left:26.193001060445386%;}}   @media screen and (max-width:640px) {#text_style_01_1553658669359{width:96%;top:32px;left:4%;}}  #text_style_01_1553658669359>.view_contents {box-sizing:border-box;color:#37ca8a;font-family:Microsoft YaHei;font-size:40px;text-align:center;line-height:70px;height:70px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553658669359>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1553658669359>.view_contents {box-sizing:border-box;font-size:20px;line-height:20px;height:20px;}} #layout_1553566098820{height:540px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553566098820{height:458px;}}   @media screen and (max-width:640px) {#layout_1553566098820{height:607.4755401611328px;}} #layout_1553566098820 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_logo_1553167112899{width:16.666666666666664%;height:200px;position:absolute;top:51.5px;left:100%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1553167112899{display:block;}}   @media screen and (max-width:640px) {#image_logo_1553167112899{width:317px;height:200px;top:1064px;left:0.46875%;display:none;z-index:2;}} 

 #text_style_01_1553169797981{width:7.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:143px;left:116.66666666666667%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553169797981{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1553169797981{width:25.937500000000004%;top:1133.9861228466034px;left:9.684244990348816%;display:none;z-index:2;}}  #text_style_01_1553169797981>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553169797981>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553169797981>.view_contents {box-sizing:border-box;}}

 #div_blank_1553170998205{width:100%;height:1px;position:absolute;top:270px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553170998205{display:block;top:255px;left:0%;}}   @media screen and (max-width:640px) {#div_blank_1553170998205{width:96%;height:200px;top:2629px;left:2%;display:none;z-index:2;}} #div_blank_1553170998205 > .view_contents{overflow:visible;}  #div_blank_1553170998205  {box-sizing:border-box;background:rgba(122,122,122,0.3);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553170998205  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553170998205  {box-sizing:border-box;}}

 #text_style_01_1553171486419{width:29.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:294px;left:35.291666666666664%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553171486419{display:block;width:355px;left:31.17709437963945%;top:284px;}}   @media screen and (max-width:640px) {#text_style_01_1553171486419{width:96%;top:20.921875px;left:2%;display:block;z-index:2;}}  #text_style_01_1553171486419>.view_contents {box-sizing:border-box;color:#999999;font-family:Microsoft YaHei;font-size:12px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553171486419>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553171486419>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_02_1553148873618{width:22.916666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:127px;left:0.16666666666666669%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1553148873618{display:block;top:121px;left:3.4994697773064685%;}}   @media screen and (max-width:640px) {#text_style_02_1553148873618{width:58.75%;top:1042.8680572509766px;left:34.166667461395264%;display:none;z-index:2;}}  #text_style_02_1553148873618>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#999999;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1553148873618>.view_contents {box-sizing:border-box;height:80px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_02_1553148873618>.view_contents {box-sizing:border-box;height:80px;line-height:20px;}}

 #image_style_13_1553170386081{width:13.583333333333334%;position:absolute;top:104px;left:86.29166666666667%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1553170386081{display:block;top:104px;left:83.21513785790032%;}}   @media screen and (max-width:640px) {#image_style_13_1553170386081{width:147px;top:1327.9722442626953px;left:34.47591304779053%;display:none;z-index:2;}} #image_style_13_1553170386081 > .view_contents{overflow:visible;}  #image_style_13_1553170386081 .titleSet {font-size:14px;line-height:20px;color:#999999;} #image_style_13_1553170386081 .modSet:hover .titleSet {color:#ffffff;font-family:Microsoft YaHei;font-size:14px;line-height:20px;}

 #text_style_01_1553170240102{width:7.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:52.5px;left:86.20833333333333%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553170240102{display:block;width:87px;top:53px;left:82.92020148462355%;}}   @media screen and (max-width:640px) {#text_style_01_1553170240102{width:79px;top:1317.982650756836px;left:5.620660185813904%;display:none;z-index:2;}}  #text_style_01_1553170240102>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553170240102>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553170240102>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_02_1553169918937{width:8.083333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:51.5px;left:118.12499999999999%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1553169918937{display:block;}}   @media screen and (max-width:640px) {#text_style_02_1553169918937{width:100%;top:162px;left:0%;display:none;z-index:2;}}  #text_style_02_1553169918937>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#999999;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1553169918937>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1553169918937>.view_contents {box-sizing:border-box;}}

 #text_style_01_1553169880015{width:7.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:52.5px;left:68.20833333333334%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553169880015{display:block;width:88px;left:66.51146606574761%;}}   @media screen and (max-width:640px) {#text_style_01_1553169880015{width:24.6875%;top:1257.968765258789px;left:5.305989980697632%;display:none;z-index:2;}}  #text_style_01_1553169880015>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553169880015>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553169880015>.view_contents {box-sizing:border-box;text-align:center;}}

 #dh_style_22_1553172538614{width:15.166666666666668%;z-index:999;position:absolute;top:95.5px;left:63.125%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_22_1553172538614{z-index:999;display:block;width:118px;top:95.5px;left:60.36751060445387%;}}   @media screen and (max-width:640px) {#dh_style_22_1553172538614{width:96%;z-index:1;top:1251.9548683166504px;left:2%;display:none;}} #dh_style_22_1553172538614 > .view_contents{overflow:visible;}  #dh_style_22_1553172538614  {background:#3d3d3d;} #dh_style_22_1553172538614 .mainMenuSet {background:rgba(255,255,255,0);color:#999999;line-height:28px;} #dh_style_22_1553172538614 .thrMenuSet {} #dh_style_22_1553172538614:hover {} #dh_style_22_1553172538614 .mainMenuSet:hover {color:#37ca8a;background:rgba(255,255,255,0);} #dh_style_22_1553172538614 #hot>a {color:#37ca8a;background:rgba(255,255,255,0);} #dh_style_22_1553172538614 .mainMenuSet:active {} #dh_style_22_1553172538614 .subMenuSet:active {} #dh_style_22_1553172538614 .thrMenuSet:active {}

 #div_blank_1553172890160{width:1px;height:160px;position:absolute;top:66px;left:28%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553172890160{display:block;top:66px;left:29.801829268292686%;}}   @media screen and (max-width:640px) {#div_blank_1553172890160{width:1px;height:200px;top:1503.1111450195312px;left:calc(50% - 0.4947915px);display:none;z-index:2;}} #div_blank_1553172890160 > .view_contents{overflow:visible;}  #div_blank_1553172890160  {box-sizing:border-box;background:rgba(122,122,122,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553172890160  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553172890160  {box-sizing:border-box;}}

 #div_blank_1553173028312{width:0.08333333333333334%;height:160px;position:absolute;top:66px;left:63%;z-index:1000;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553173028312{top:66px;left:62.78665164369035%;}}   @media screen and (max-width:640px) {#div_blank_1553173028312{width:2px;height:200px;top:1842px;left:49.6875%;display:none;z-index:1001;}} #div_blank_1553173028312 > .view_contents{overflow:visible;}  #div_blank_1553173028312  {box-sizing:border-box;background:rgba(122,122,122,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553173028312  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553173028312  {box-sizing:border-box;}}

 #div_blank_1553173102104{width:0.08333333333333334%;height:160px;position:absolute;top:66px;left:80%;z-index:1000;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553173102104{top:66px;left:78.30229321314953%;}}   @media screen and (max-width:640px) {#div_blank_1553173102104{width:2px;height:200px;top:2052px;left:49.6875%;display:none;z-index:1001;}} #div_blank_1553173102104 > .view_contents{overflow:visible;}  #div_blank_1553173102104  {box-sizing:border-box;background:rgba(122,122,122,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553173102104  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553173102104  {box-sizing:border-box;}}

 #newsList_style_01_1553687795281{width:26.583333333333332%;position:absolute;top:83px;left:34.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1553687795281{width:283px;z-index:1001;top:64.5px;left:35.03280752916225%;}}   @media screen and (max-width:640px) {#newsList_style_01_1553687795281{width:82.39999999999999%;top:188px;left:2%;display:none;}}  #newsList_style_01_1553687795281 .titleSet {font-size:14px;color:#ffffff;line-height:12px;} #newsList_style_01_1553687795281 .detailSet {color:#999999;padding-top:7px;padding-right:0px;} #newsList_style_01_1553687795281 .modSet:hover .titleSet {font-family:Microsoft YaHei;font-size:14px;color:#37ca8a;line-height:12px;} #newsList_style_01_1553687795281 .modSet:hover .detailSet {padding-top:7px;padding-bottom:7px;} #newsList_style_01_1553687795281 .modSet {border-width:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1553687795281 .imgSet {}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1553687795281 .modSet {border-width:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1553687795281 .titleSet {padding-right:0px;}} @media screen and (max-width:640px) { #newsList_style_01_1553687795281 .modSet {border-width:0px;}}

 #image_style_01_1553688797281{width:9.25%;height:54px;position:absolute;top:75px;left:-1.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553688797281{width:11.770943796394485%;height:56px;top:61.5px;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#image_style_01_1553688797281{width:25.6%;height:49px;top:0px;left:2%;display:none;}} #image_style_01_1553688797281 > .view_contents{overflow:visible;}  #comm_layout_footer{height:343px;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:329px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:62.921875px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:hidden;}  #comm_layout_footer  {background:#3d3d3d;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}
/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .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_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .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: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .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_11 .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_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .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_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1553583629399 .maxWidth{max-width:px;}
	#dh_style_11_1553583629399 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1553583629399 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1553583629399 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.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;*/
/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default6 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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';}
.prod_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1553575594500 li{width: 22.75%;}
#productList_style_06_1553575594500 li.prod_Item{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1553575594500 li{width: 31.333333333333%;}
	#productList_style_06_1553575594500 li.prod_Item{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1553575594500 li{width: 48.5%;}
	#productList_style_06_1553575594500 li.prod_Item{margin-bottom:3%;}
}

#productList_style_06_1553575594500 .p_detail.pc {display:block;}
#productList_style_06_1553575594500 .p_detail.pad, #productList_style_06_1553575594500 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_06_1553575594500 .p_detail.pad {display:block;}
	#productList_style_06_1553575594500 .p_detail.pc, #productList_style_06_1553575594500 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_06_1553575594500 .p_detail.mobile {display:block;}
	#productList_style_06_1553575594500 .p_detail.pc, #productList_style_06_1553575594500 .p_detail.pad {display:none;}
	}

#productList_style_06_1553575594500 .p_name.pc {display:block;}
#productList_style_06_1553575594500 .p_name.pad, #productList_style_06_1553575594500 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_06_1553575594500 .p_name.pad {display:block;}
	#productList_style_06_1553575594500 .p_name.pc, #productList_style_06_1553575594500 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_06_1553575594500 .p_name.mobile {display:block;}
	#productList_style_06_1553575594500 .p_name.pc, #productList_style_06_1553575594500 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_06_1553575594500 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1553575594500 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1553575594500 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1553575594500 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1553575594500 .submit_div{ display: inline-block; }
	
	#productList_style_06_1553575594500 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1553575594500 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1553575594500 .page_submit{margin-left:5px;}
	#productList_style_06_1553575594500 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_06_1553575594500 .page_btn{ font-size:12px; }
			#productList_style_06_1553575594500 .submit_div{ display:none; }
		}

			#productList_style_06_1553575594500 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1553575594500 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default6 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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';}
.prod_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1553593341918 li{width: 24.25%;}
#productList_style_06_1553593341918 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1553593341918 li{width: 24.25%;}
	#productList_style_06_1553593341918 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1553593341918 li{width: 49.5%;}
	#productList_style_06_1553593341918 li.prod_Item{margin-bottom:1%;}
}

#productList_style_06_1553593341918 .p_detail.pc {display:block;}
#productList_style_06_1553593341918 .p_detail.pad, #productList_style_06_1553593341918 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_06_1553593341918 .p_detail.pad {display:block;}
	#productList_style_06_1553593341918 .p_detail.pc, #productList_style_06_1553593341918 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_06_1553593341918 .p_detail.mobile {display:block;}
	#productList_style_06_1553593341918 .p_detail.pc, #productList_style_06_1553593341918 .p_detail.pad {display:none;}
	}

#productList_style_06_1553593341918 .p_name.pc {display:block;}
#productList_style_06_1553593341918 .p_name.pad, #productList_style_06_1553593341918 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_06_1553593341918 .p_name.pad {display:block;}
	#productList_style_06_1553593341918 .p_name.pc, #productList_style_06_1553593341918 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_06_1553593341918 .p_name.mobile {display:block;}
	#productList_style_06_1553593341918 .p_name.pc, #productList_style_06_1553593341918 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_06_1553593341918 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1553593341918 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1553593341918 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1553593341918 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1553593341918 .submit_div{ display: inline-block; }
	
	#productList_style_06_1553593341918 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1553593341918 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1553593341918 .page_submit{margin-left:5px;}
	#productList_style_06_1553593341918 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_06_1553593341918 .page_btn{ font-size:12px; }
			#productList_style_06_1553593341918 .submit_div{ display:none; }
		}

			#productList_style_06_1553593341918 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1553593341918 .page{line-height:30px; padding:0 13px;}
		}
		.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;*/
.imgStyle_13{ width:100%; }
.imgStyle_13 *{ font-size:'微软雅黑'; }
.imgStyle_13 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13 .imgTextLi{ width:49%; overflow: hidden; margin-bottom:2%;}
.imgStyle_13 .imgTBox{ text-align: left; float:left; display:inline-block;}
.imgStyle_13 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_13 .cont{ float:right; display:inline-block;}
.imgStyle_13 .imgBt{  font-size:20px; line-height:2; padding-left:10px;}
.imgStyle_13 .imgDetail{ font-size:12px; color:#666; padding-left:10px;}

@media screen and (max-width: 768px){
	.imgStyle_13 .imgTextLi{ width:100%;}
	.imgStyle_13 .imgTBox>img{ width:50px; }
	.imgStyle_13 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_13_1553170386081 .imgDetail{ display:block; }
		
	


			#image_style_13_1553170386081 li{ width:100%; }
		#image_style_13_1553170386081 li.imgTextLi{ margin-bottom:5%; }
		#image_style_13_1553170386081 .imgTBox img{ width:16px;}
		#image_style_13_1553170386081 .cont{width:calc(100% - 16px);}

	@media screen and (min-width: 769px) and (max-width: 1024px){
		#image_style_13_1553170386081 li{ width:100%; }
		#image_style_13_1553170386081 li.imgTextLi{ margin-bottom:5%; }
		#image_style_13_1553170386081 .imgTBox img{ width:20px;}
		#image_style_13_1553170386081 .cont{width:calc(100% - 20px);}
	}
	@media screen and (max-width: 768px){
		#image_style_13_1553170386081 li{ width:100%; }
		#image_style_13_1553170386081 li.imgTextLi{ margin-bottom:4%; }
		#image_style_13_1553170386081 .imgTBox img{ width:20px;}
		#image_style_13_1553170386081 .cont{width:calc(100% - 20px);}
	}
	
	

/*菜单样式*/
.menuStyle_22 .menuLayout .miniMenu{display:none;}

.menuStyle_22 .menuUl_box .fa-angle-right{transition:transform .1s; font-size:16px; display:block; position:absolute; right:0; margin-right:20px; top:50%; transform:rotate(0deg) translateY(-50%);}
/*一级*/
.menuStyle_22 .menuUl_box .rflex a{overflow: hidden; text-overflow:ellipsis; white-space: nowrap; transition:all .1s;position:relative; display:block; width:100%; text-align: center; padding:0 10px; line-height:45px; background-color:#e7664e; color:white; font-size:14px; 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_22 .menuUl_box .rflex a.mainMenuSet{ padding:0 60px;}
.menuStyle_22 .menuUl_box .rflex a.mainMenuSet:hover{ background-color:#d2553e;}
.menuStyle_22 .menuUl_box #hot a.mainMenuSet{ background-color:#d2553e;}
.menuStyle_22 .menuUl_box .rflex a.mainMenuSet .fa{transform:rotate(0deg) translateY(-50%); transform-origin: 50% 0;}
/*二级*/
.menuStyle_22 .menuUl_box .menuUl02{ position:relative; display: none;}
.menuStyle_22 .menuUl_box .menuUl02 a{background-color:#f48773;}
.menuStyle_22 .menuUl_box .menuUl02 a:hover{ color:#c03a21; }
.menuStyle_22 .menuUl_box .menuUl02 .subMenu02:hover .menuUl03{display:block;}
.menuStyle_22 .menuUl_box .menuUl02 a.subCurSet{ color:#c03a21; }
/*三级*/
.menuStyle_22 .menuUl_box .menuUl03{ position:absolute; left:100%; top:0; width:100%; display: none; box-shadow: 3px 3px 10px rgba(0,0,0,.1);}
.menuStyle_22 .menuUl_box .menuUl03 a{ background-color:white; color:#999;}
.menuStyle_22 .menuUl_box .menuUl03 a:hover{ color:#e7664e; }
.menuStyle_22 .menuUl_box .menuUl03 a.thrCurSet{ color:#e7664e; }

/*图标*/
.menuStyle_22 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:absolute; left:0; margin-left:20px; top:50%; transform:translateY(-50%); padding:12px;  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_22 .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_22 .imgIco{position:relative; left:0; transform:unset;}
.menuStyle_22 .imgIco{ margin-right:10px;}	
.menuStyle_22{height:auto;}
.menuStyle_22 .menuUl,
.menuStyle_22 .menuUl_box {display:none;}
.menuStyle_22 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_22 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_22 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_22 .miniMenu .leftBox{height: 100%;}
.menuStyle_22 .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_22 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_22 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_22 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy{ clear: both;}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li{position:relative; width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px; 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_22 .miniMenu .leftBox .menuUlCopy li a{position:relative; padding-left:10px;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; 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_22 .miniMenu .leftBox .menuUlCopy li#hot>a{ background-color:#e7664e; color:white;}
.menuStyle_22 .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_22 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li.menu2 a.subMenuSet.subCurSet,
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li.menu3 a.thrMenuSet.thrCurSet{background-color:#e7664e; color:white; position:relative;}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li.menu2{padding-left:20px;}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li.menu3{padding-left:30px;}
.menuStyle_22 .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_22 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_22 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_22_1553172538614 .maxWidth{max-width:px;}
	#dh_style_22_1553172538614 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_22_1553172538614 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_22_1553172538614 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:hover{}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap; */overflow:hidden; }
/*分页*/
.boxNewsListStyle_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_1 .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';}
.boxNewsListStyle_1 .page_btn a.cur,.boxNewsListStyle_1 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
/*分页*/
.boxNewsListStyle_1 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_1 .page_btn a:nth-last-child(3){display: inline-block !important;}

.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
}




	#newsList_style_01_1553687795281 .newDetail.pc {display:block;}
	#newsList_style_01_1553687795281 .newDetail.pad, #newsList_style_01_1553687795281 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1553687795281 .newDetail.pad {display:block;}
		#newsList_style_01_1553687795281 .newDetail.pc, #newsList_style_01_1553687795281 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1553687795281 .newDetail.mobile {display:block;}
		#newsList_style_01_1553687795281 .newDetail.pc, #newsList_style_01_1553687795281 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1553687795281 .sumary_list .newPic{width: 80px;}
	#newsList_style_01_1553687795281 .sumary_list .newName{width: calc(98% - 80px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1553687795281 .sumary_list .newPic{width: 100px;}
	#newsList_style_01_1553687795281 .sumary_list .newName{width: calc(98% - 100px - 80px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_01_1553687795281 .sumary_list .newPic2{width: 30px;}
	#newsList_style_01_1553687795281 .sumary_list .newName{width: calc(98% - 30px - 80px);}
}


	#image_style_01_1553688797281 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553688797281 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1553688797281 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1553688797281 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;}
