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


 #div_blank_1490177695042{width:100%;height:60px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1490177695042{left:calc(50% - 471.5px);top:0px;height:50px;}}   @media screen and (max-width:640px) {#div_blank_1490177695042{width:100%;height:84px;top:0px;left:0%;display:none;}} #div_blank_1490177695042 > .view_contents{overflow:visible;}  #div_blank_1490177695042  {box-sizing:border-box;background:linear-gradient(0deg,#efefef,#dddddd);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1490177695042  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1490177695042  {box-sizing:border-box;}}


 #text_style_02_1491363531516{width:18.833333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:21px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1491363531516{left:0%;top:18px;width:177px;}}   @media screen and (max-width:640px) {#text_style_02_1491363531516{width:48.49315068493151%;top:10px;left:0%;display:none;}}  #text_style_02_1491363531516>.view_contents {box-sizing:border-box;font-size:14px;line-height:18px;color:#333333;height:18px;letter-spacing:1px;} #text_style_02_1491363531516  {border-right-color:#333333;border-right-style:solid;border-right-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1491363531516>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1491363531516>.view_contents {box-sizing:border-box;}}

 #image_logo_1491364967010{width:9.916666666666666%;height:90px;position:absolute;top:67px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1491364967010{width:223px;left:0%;top:60px;}}   @media screen and (max-width:640px) {#image_logo_1491364967010{width:22.674418604651162%;height:81px;top:12px;left:3.1121575342465753%;}} 

 #cart_style_7_1489391745778{width:165px;height:32px;left:86.25%;top:14px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_7_1489391745778{width:165px;height:32px;left:81.76795580110497%;top:10px;}}   @media screen and (max-width:640px) {#cart_style_7_1489391745778{width:165px;height:35px;left:48.45890410958904%;top:139.5px;display:none;}} 
/*----------------------电脑板式样式----------------------*/
#cart_style_7_1489391745778{
	
}
#cart_style_7_1489391745778 .jscartStyle7{background: transparent;border: 0;}
#cart_style_7_1489391745778 .jscartStyle7 .jscartContent{color:#FF6637;}
#cart_style_7_1489391745778 .jscartStyle7 .cartNum .sarr{display:none;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#cart_style_7_1489391745778{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#cart_style_7_1489391745778{
		
	}
}

 #fenxiao_style_01_1495010506046{width:8.25%;position:absolute;top:10px;left:76.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#fenxiao_style_01_1495010506046{left:70.85117403314916%;width:10.828729281767956%;top:6px;}}   @media screen and (max-width:640px) {#fenxiao_style_01_1495010506046{width:27.631578947368425%;top:137px;left:9.002568493150685%;display:none;}}  #fenxiao_style_01_1495010506046  {background:transparent;} #fenxiao_style_01_1495010506046 .btnaSet {background:transparent;color:#a10bbf;}

 #user_style_05_1491363137874{width:400px;left:20.25%;top:19.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1491363137874{width:372px;left:20.688881215469614%;top:15.5px;}}   @media screen and (max-width:640px) {#user_style_05_1491363137874{width:364px;left:0.09417808219178082%;top:73px;z-index:2;}}  #user_style_05_1491363137874 .textSet {font-size:14px;} @media screen and (max-width:640px) { #user_style_05_1491363137874 .textSet {color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1491363137874 .v9_hide_if_logined{

}

#user_style_05_1491363137874 .Login_after a {
    font-size: 14px !important;
}

#user_style_05_1491363137874 .Login_after{

}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1491363137874{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1491363137874{
		
	}
#user_style_05_1491363137874 .Login_after a {
    font-size: 14px !important;color:white !important;
}
#user_style_05_1491363137874 .Login_after{
display:table;float:right;
}
#user_style_05_1491363137874 .v9_hide_if_logined{
display:table;float:right;
}
}

 #dh_style_01_1495013416457{width:54.50000000000001%;z-index:999;position:absolute;top:87px;left:45.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1495013416457{z-index:999;left:27.739986187845307%;top:80px;width:72.26519337016575%;}}   @media screen and (max-width:640px) {#dh_style_01_1495013416457{width:12.149532710280374%;z-index:999;top:5px;left:87.61986301369863%;display:none;}} #dh_style_01_1495013416457 > .view_contents{overflow:visible;}  #dh_style_01_1495013416457  {background:transparent;padding-left:0px;padding-right:0px;} #dh_style_01_1495013416457 .mainMenuSet {color:#ffffff;font-size:16px;border-top-color:#e27197;border-top-style:none;border-top-width:3px;border-bottom-color:#e27197;border-bottom-style:solid;border-bottom-width:2px;border-right-color:#ffffff;border-right-style:solid;border-right-width:0px;} #dh_style_01_1495013416457 #hot>a {color:#ffffff;background:transparent;border-top-color:#ffffff;border-top-style:solid;border-top-width:2px;border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:2px;border-left-color:#ffffff;border-right-color:#ffffff;border-right-style:solid;border-left-style:solid;border-right-width:2px;border-top-left-radius:10px;border-top-right-radius:10px;} #dh_style_01_1495013416457 .columnSet {margin-top:6px;padding-left:10px;padding-right:10px;} #dh_style_01_1495013416457 .mainMenuSet:hover {background:transparent;color:#ffffff;border-top-left-radius:10px;border-top-right-radius:10px;} #dh_style_01_1495013416457:hover {padding-left:0px;padding-right:0px;} #dh_style_01_1495013416457 #hot>a:hover {color:#ffffff;border-top-left-radius:10px;border-top-right-radius:10px;} #dh_style_01_1495013416457 .columnSet:hover {padding-left:10px;} @media screen and (max-width:640px) { #dh_style_01_1495013416457  {background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1495013416457 .icoMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1495013416457 .mainMenuSet {background:rgba(226,113,151,0.7);}}

 #dh_style_01_1495698554260{width:84.75%;z-index:999;position:absolute;top:92px;left:12.920572916666668%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1495698554260{z-index:999;display:none;}}   @media screen and (max-width:640px) {#dh_style_01_1495698554260{width:12.65576323987539%;z-index:999;top:7px;left:86.96917808219177%;display:block;}} #dh_style_01_1495698554260 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_01_1495698554260 .icoMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1495698554260  {background:rgba(226,113,151,0.7);}} @media screen and (max-width:640px) { #dh_style_01_1495698554260 .columnSet {background:rgba(226,113,151,0.9);}} @media screen and (max-width:640px) { #dh_style_01_1495698554260 .mainMenuSet {border-bottom-color:#e5e5e5;border-bottom-width:1px;}}
 #div_includeBlock_1488779677824{width:1200px;height:166px;position:absolute;top:0px;left:calc(50% - 600px);z-index:11;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1488779677824{left:2.014846235418876%;width:96%;top:-1px;height:159px;}}   @media screen and (max-width:640px) {#div_includeBlock_1488779677824{width:96%;height:109px;top:0px;left:1.9983552631578947%;z-index:99999999;}} #div_includeBlock_1488779677824 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_includeBlock_1488779677824  {background:transparent;}} #comm_layout_header{height:166px;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:158px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:109px;}} #comm_layout_header > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #comm_layout_header  {background:#ffffff;}} #comm_layout_header  {background-size:auto;background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;border-top-color:#e55c6e;border-top-style:none;border-top-width:3px;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#d2364c;background:#e27197;}


 #text_default_1522293031560{width:84.18833450456782%;height:12154px;position:absolute;top:13px;left:7.90583274771609%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1522293031560{}}   @media screen and (max-width:640px) {#text_default_1522293031560{width:100%;height:300px;top:0px;left:0%;}}  #layout_diy_1522292967{height:12246px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1522292967{height:600px;}}   @media screen and (max-width:640px) {#layout_diy_1522292967{height:600px;}} 






 #text_style_02_1491530700845{width:75.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:23.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1491530700845{left:31.858407079646017%;top:36px;width:123px;}}   @media screen and (max-width:640px) {#text_style_02_1491530700845{width:56.59340659340659%;top:42px;left:37.59443681318682%;}}  #text_style_02_1491530700845>.view_contents {box-sizing:border-box;color:#f5f5f5;font-size:14px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1491530700845>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1491530700845>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1491530684469{width:45%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:23.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1491530684469{left:31.858407079646017%;top:8px;}}   @media screen and (max-width:640px) {#text_style_02_1491530684469{width:54.395604395604394%;top:13.5px;left:37.6717032967033%;}}  #text_style_02_1491530684469>.view_contents {box-sizing:border-box;color:#f5f5f5;font-size:16px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1491530684469>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1491530684469>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1491530619031{width:25%;height:60px;position:absolute;top:17.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1491530619031{left:0%;width:25%;height:92px;}}   @media screen and (max-width:640px) {#div_includeBlock_1491530619031{width:50%;height:82px;top:9px;left:0%;}} 


 #text_style_02_1491530936153{width:45%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:31.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1491530936153{left:29.950221238938052%;top:8px;}}   @media screen and (max-width:640px) {#text_style_02_1491530936153{width:49.45054945054945%;top:13.5px;left:40.19574175824176%;}}  #text_style_02_1491530936153>.view_contents {box-sizing:border-box;color:#f5f5f5;font-size:16px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1491530936153>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1491530936153>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1491530936164{width:68.66666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:31.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1491530936164{width:123px;left:29.98478982300885%;top:36px;}}   @media screen and (max-width:640px) {#text_style_02_1491530936164{width:59.89010989010989%;top:46px;left:40.10989010989011%;}}  #text_style_02_1491530936164>.view_contents {box-sizing:border-box;color:#f5f5f5;font-size:14px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1491530936164>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1491530936164>.view_contents {box-sizing:border-box;font-size:12px;line-height:18px;}}
 #div_includeBlock_1491530935417{width:25%;height:60px;position:absolute;top:17.5px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1491530935417{height:92px;}}   @media screen and (max-width:640px) {#div_includeBlock_1491530935417{width:50%;height:82px;top:9px;left:49.83732876712329%;}} 


 #text_style_02_1491530978012{width:45%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:35.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1491530978012{left:35.42588495575221%;top:8px;}}   @media screen and (max-width:640px) {#text_style_02_1491530978012{width:48.9010989010989%;top:12px;left:37.43990384615385%;}}  #text_style_02_1491530978012>.view_contents {box-sizing:border-box;color:#f5f5f5;font-size:16px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1491530978012>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1491530978012>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1491530978032{width:64.66666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:35.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1491530978032{width:129px;left:35.3774889380531%;top:36px;}}   @media screen and (max-width:640px) {#text_style_02_1491530978032{width:60.43956043956044%;top:40px;left:37.43990384615385%;}}  #text_style_02_1491530978032>.view_contents {box-sizing:border-box;color:#f5f5f5;font-size:14px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1491530978032>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1491530978032>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}
 #div_includeBlock_1491530977309{width:25%;height:60px;position:absolute;top:17.5px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1491530977309{height:92px;}}   @media screen and (max-width:640px) {#div_includeBlock_1491530977309{width:50%;height:80px;top:99px;left:0%;}} 


 #text_style_02_1491530998208{width:71.66666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:28px;left:28.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1491530998208{width:120px;left:34.955752212389385%;top:36px;}}   @media screen and (max-width:640px) {#text_style_02_1491530998208{width:60.98901098901099%;top:40px;left:40.35027472527473%;}}  #text_style_02_1491530998208>.view_contents {box-sizing:border-box;color:#f5f5f5;font-size:14px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1491530998208>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1491530998208>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1491530998201{width:45%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:28.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1491530998201{left:35.30143805309734%;top:8px;}}   @media screen and (max-width:640px) {#text_style_02_1491530998201{width:51.64835164835166%;top:12px;left:40.19574175824176%;}}  #text_style_02_1491530998201>.view_contents {box-sizing:border-box;color:#f5f5f5;font-size:16px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1491530998201>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1491530998201>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1491530997465{width:25%;height:56px;position:absolute;top:17.5px;left:75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1491530997465{height:92px;}}   @media screen and (max-width:640px) {#div_includeBlock_1491530997465{width:50%;height:100px;top:99px;left:49.83732876712329%;}} 

 #text_default_1521599039535{width:44.83333333333333%;height:30px;position:absolute;top:105px;left:27.208333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1521599039535{}}   @media screen and (max-width:640px) {#text_default_1521599039535{width:100%;height:300px;top:199px;left:0%;}} 

 #text_style_01_1522201376076{width:7.000000000000001%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:2.7916666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522201376076{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522201376076{width:370px;top:0px;left:0%;}}  #text_style_01_1522201376076>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522201376076>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522201376076>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522201735474{width:7.666666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:10.291666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522201735474{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522201735474{width:370px;top:0px;left:0%;}}  #text_style_01_1522201735474>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522201735474>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522201735474>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522202029860{width:7.833333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:17.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522202029860{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522202029860{width:370px;top:0px;left:0%;}}  #text_style_01_1522202029860>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522202029860>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522202029860>.view_contents {box-sizing:border-box;}}

 #qqol_style_01_1522637681523{width:17.5%;position:absolute;top:7px;left:60.04166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1522637681523{left:13.902640264026402%;width:72.1947194719472%;}}   @media screen and (max-width:640px) {#qqol_style_01_1522637681523{width:210px;top:0px;left:13.902640264026402%;}} #qqol_style_01_1522637681523 > .view_contents{overflow:visible;} 
 #div_includeBlock_1491386630282{width:1200px;height:146px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1491386630282{left:2.014846235418876%;width:96%;height:127px;}}   @media screen and (max-width:640px) {#div_includeBlock_1491386630282{width:96%;height:205px;top:0px;left:2%;}} 
 #div_includeBlock_1491385778613{width:100%;height:146px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1491385778613{height:127px;}}   @media screen and (max-width:640px) {#div_includeBlock_1491385778613{width:100%;height:205px;top:0px;left:0%;}}  #div_includeBlock_1491385778613  {background:#da5a6c;}
 #div_includeBlock_1491978657099{width:100%;height:146px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1491978657099{height:177px;}}   @media screen and (max-width:640px) {#div_includeBlock_1491978657099{width:100%;height:255px;top:0px;left:0%;}}  #div_includeBlock_1491978657099  {background:#d75063;} #comm_layout_footer{height:146px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:177px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:255px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #comm_layout_footer  {background:transparent;}} @media screen and (max-width:640px) { #comm_layout_footer>.view_contents {background:transparent;}} #comm_layout_footer  {border-top-color:#666666;border-top-style:none;border-top-width:2px;}
.jscartStyle8{background:#fff;border:1px solid #c5c5c5;border-radius:3px; background-color: #fff;background: linear-gradient(to bottom,#fff 0,#fefefe 50%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );box-sizing:border-box;height:100%}
.jscartStyle8 a{display:inline-block;font-size:12px;color:#333; }
.jscartStyle8 .img_box{ width: 100%; height: 100%; position: relative; display: block;}
.jscartStyle8 .cartImg img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.jscartStyle8 .cartImg{width:35px;position:absolute;left:0px; top:0px; border-right:1px solid #c5c5c5;    height: 100%;line-height:100%;  display: inline-block;}
.jscartStyle8 .cartNum{ position: relative; width: 100%; height: 100%;}
.jscartStyle8 .cartNum span {display: inline-block; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.jscartStyle8 .cartNum .sarr{padding-left:20px;color:#666;font-family:"宋体"}
.jscartStyle8 .cartNum b{padding:0px 3px}
.jscartStyle8 .jscartContent{position:relative;padding:0px;height:100%;overflow:hidden;zoom:1;text-align:center;padding-left:35px;}
.jscartStyle8 .colorFont b{color:#f00}
.jscartStyle8 .cartNum a{background:#f00}


/*弹窗效果*/
.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 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}

.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;}
.jscartStyle8{background:#fff;border:1px solid #c5c5c5;border-radius:3px; background-color: #fff;background: linear-gradient(to bottom,#fff 0,#fefefe 50%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );box-sizing:border-box;height:100%}
.jscartStyle8 a{display:inline-block;font-size:12px;color:#333; }
.jscartStyle8 .img_box{ width: 100%; height: 100%; position: relative; display: block;}
.jscartStyle8 .cartImg img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.jscartStyle8 .cartImg{width:35px;position:absolute;left:0px; top:0px; border-right:1px solid #c5c5c5;    height: 100%;line-height:100%;  display: inline-block;}
.jscartStyle8 .cartNum{ position: relative; width: 100%; height: 100%;}
.jscartStyle8 .cartNum span {display: inline-block; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.jscartStyle8 .cartNum .sarr{padding-left:20px;color:#666;font-family:"宋体"}
.jscartStyle8 .cartNum b{padding:0px 3px}
.jscartStyle8 .jscartContent{position:relative;padding:0px;height:100%;overflow:hidden;zoom:1;text-align:center;padding-left:35px;}
.jscartStyle8 .colorFont b{color:#f00}
.jscartStyle8 .cartNum a{background:#f00}

.fxBox .pc_fx{width: 100%;height: 40px;line-height: 40px;font-size:14px ;text-align: center;color:#fff;background-color: #0063ff;}/*弹窗效果*/
.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 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}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#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; color: inherit !important;}

#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_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90;}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




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

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90;}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




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

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
 #qz-site-map-wrapper {position: relative; padding: 20px;} #qz-site-map-wrapper .qz-site-map a {display: inline-block; padding: 5px; margin: 5px; color: #4da7fd; text-decoration: none;} #qz-site-map-wrapper .qz-site-map-area-label {float: left; width: 70px; text-align: right; padding: 10px;} #qz-site-map-wrapper .qz-site-map-area-link {margin-left: 100px;} #qz-site-map-wrapper .qz-site-map-box {overflow: hidden;} 

/* 清除浮动 */

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

.clearfix{zoom:1}



.online-service-style01{ display:none }

.online-service .wrapper{ padding:5px 0; background-color:#fff }

.online-service .close,.online-service .button{

    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;

}

.online-service.right .button div{ text-align:right; padding-right:5px }

.online-service.left .button div{ text-align:left; padding-left:5px }

.online-service .header, .online-service .footer{

    height:25px; line-height:25px;

    padding:0 .5em;

}

.online-service .header{ border-bottom:1px solid #eee }

.online-service .footer{ border-top:1px solid #eee; font-size:12px }

.online-service.right .footer{ text-align:right }

.online-service.left .footer{ text-align:left }

.online-service .content{ padding:.5em 1em }



.ol-qq-online .qq-btn{ float:left; margin-right:.5em }

.ol-qq-online .qq-btn img{ float:left }

.ol-qq-online{ line-height:25px }



.ol-image img{ width:100% }


/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:block !important;}
}




				.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;}
				}
				