
/**
    *编辑器         \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;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #dh_style_29_1555293985516{width:100%;z-index:999;position:absolute;top:230px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_29_1555293985516{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_29_1555293985516{width:14.399999999999999%;z-index:999;top:0px;left:85.6%;display:block;}} #dh_style_29_1555293985516 > .view_contents{overflow:visible;}  #dh_style_29_1555293985516 .mainMenuSet {font-size:16px;background:#ff0000;} #dh_style_29_1555293985516 .mainMenuSet:hover {color:#000000;font-size:16px;background:#ffffff;} #dh_style_29_1555293985516 #hot>a {color:#000000;font-size:16px;background:#ffffff;} @media screen and (max-width:640px) { #dh_style_29_1555293985516 .icoMenuSet {background:#ffffff;color:#000000;}} @media screen and (max-width:640px) { #dh_style_29_1555293985516 .mainMenuSet {background:#e5e5e5;color:#000000;text-align:center;}} @media screen and (max-width:640px) { #dh_style_29_1555293985516:hover {background:transparent;}} @media screen and (max-width:640px) { #dh_style_29_1555293985516 .mainMenuSet:hover {background:#0468cf;text-align:center;}} @media screen and (max-width:640px) { #dh_style_29_1555293985516 #hot>a {background:#0468cf;text-align:center;}} @media screen and (max-width:640px) { #dh_style_29_1555293985516 .subMenuSet:hover {background:#0468cf;}} @media screen and (max-width:640px) { #dh_style_29_1555293985516 .subCurSet {background:#0468cf;}}

 #div_blank_1555294134341{width:1920px;height:44px;position:absolute;top:105px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1555294134341{}}   @media screen and (max-width:640px) {#div_blank_1555294134341{width:96%;height:200px;top:426px;left:2%;display:none;}} #div_blank_1555294134341 > .view_contents{overflow:visible;}  #div_blank_1555294134341  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1555294134341  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1555294134341  {box-sizing:border-box;}}

 #image_logo_1555756414056{width:16.666666666666664%;height:133px;position:absolute;top:0px;left:41.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1555756414056{}}   @media screen and (max-width:640px) {#image_logo_1555756414056{width:146px;height:90px;top:0px;left:calc(50% - 73px);}} 

 #text_default_1555756441271{width:12.5%;height:31px;position:absolute;top:149px;left:44.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1555756441271{}}   @media screen and (max-width:640px) {#text_default_1555756441271{width:37.6%;height:34px;top:90px;left:31.466666666666665%;}}  #comm_layout_header{height:274px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:149px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:124px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background:#ffffff;}


 #banner_style_01_1555294396917{width:1920px;height:852px;position:absolute;top:0px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1555294396917{height:400px;width:100%;left:0%;}}   @media screen and (max-width:640px) {#banner_style_01_1555294396917{width:100%;height:198px;top:0px;left:0%;}}  #layout_diy_1555292985{height:852px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1555292985{height:400px;}}   @media screen and (max-width:640px) {#layout_diy_1555292985{height:198px;}} #layout_diy_1555292985 > .view_contents{max-width:1200px;overflow:visible;} 


 #text_style_01_1555295459226{width:11.666666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:3.833333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555295459226{width:150px;top:11px;left:4.468783138918345%;}}   @media screen and (max-width:640px) {#text_style_01_1555295459226{width:42.93333333333334%;font-size:12px;color:#333;line-height:1.6;top:0px;left:55.06666666666666%;display:none;}}  #text_style_01_1555295459226>.view_contents {font-size:28px;color:#404040;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555295459226>.view_contents {font-size:24px;}}

 #text_style_01_1555295584554{width:7.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:14.249999999999998%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555295584554{width:115px;top:11px;left:16.110485153764582%;}}   @media screen and (max-width:640px) {#text_style_01_1555295584554{width:29.06666666666667%;font-size:12px;color:#333;line-height:1.6;top:54px;left:68.93333333333334%;display:none;}}  #text_style_01_1555295584554>.view_contents {font-size:28px;color:#d1d1d1;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555295584554>.view_contents {font-size:24px;}}

 #text_style_01_1555295668090{width:11.666666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:26%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555295668090{top:10px;left:32.90528897136797%;}}   @media screen and (max-width:640px) {#text_style_01_1555295668090{width:21.6%;font-size:12px;color:#333;line-height:1.6;top:2px;left:2%;}}  #text_style_01_1555295668090>.view_contents {font-size:28px;color:#404040;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555295668090>.view_contents {font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1555295668090>.view_contents {font-size:16px;text-align:left;}}

 #text_style_01_1555295692336{width:25.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:37%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555295692336{top:11px;left:44.575159066808055%;}}   @media screen and (max-width:640px) {#text_style_01_1555295692336{width:42.13333333333333%;font-size:12px;color:#333;line-height:1.6;top:7px;left:22%;}}  #text_style_01_1555295692336>.view_contents {font-size:28px;color:#d1d1d1;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555295692336>.view_contents {font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1555295692336>.view_contents {font-size:12px;text-align:left;}}

 #image_style_01_1555313531795{width:2.666666666666667%;height:37px;position:absolute;top:22px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555313531795{top:23px;left:1.0604453870625663%;}}   @media screen and (max-width:640px) {#image_style_01_1555313531795{width:38px;height:37px;top:263px;left:44.93333333333333%;display:none;}} #image_style_01_1555313531795 > .view_contents{overflow:visible;}  #layout_1555295337175{height:84px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1555295337175{height:84px;}}   @media screen and (max-width:640px) {#layout_1555295337175{height:37px;}} #layout_1555295337175 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1555295337175  {background:#f2f2f2;}




 #image_style_01_1555743546627{width:88.8421052631579%;height:703px;position:absolute;left:4.789473684210526%;top:2.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555743546627{left:15.621562156215624%;width:68.75687568756875%;}}   @media screen and (max-width:640px) {#image_style_01_1555743546627{width:200px;height:200px;top:0px;left:15.621562156215624%;}} #image_style_01_1555743546627 > .view_contents{overflow:visible;} 

 #image_style_01_1555743574159{width:74.8421052631579%;height:693px;position:absolute;left:11.736842105263158%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555743574159{left:15.621562156215624%;width:68.75687568756875%;}}   @media screen and (max-width:640px) {#image_style_01_1555743574159{width:200px;height:200px;top:0px;left:15.621562156215624%;}} #image_style_01_1555743574159 > .view_contents{overflow:visible;} 

 #image_style_01_1555743625523{width:81.57894736842105%;height:685px;position:absolute;left:6.947368421052631%;top:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555743625523{}}   @media screen and (max-width:640px) {#image_style_01_1555743625523{width:68.75687568756875%;height:200px;top:0px;left:15.621562156215624%;}} #image_style_01_1555743625523 > .view_contents{overflow:visible;} 

 #image_style_01_1555752886282{width:76.52631578947368%;height:725px;position:absolute;left:9.736842105263158%;top:6px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555752886282{left:15.621562156215624%;width:68.75687568756875%;}}   @media screen and (max-width:640px) {#image_style_01_1555752886282{width:200px;height:200px;top:0px;left:15.621562156215624%;}} #image_style_01_1555752886282 > .view_contents{overflow:visible;} 

 #image_style_01_1555744168045{width:74.8421052631579%;height:699px;position:absolute;left:13%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555744168045{left:15.621562156215624%;width:68.75687568756875%;}}   @media screen and (max-width:640px) {#image_style_01_1555744168045{width:200px;height:200px;top:0px;left:15.621562156215624%;}} #image_style_01_1555744168045 > .view_contents{overflow:visible;} 

 #image_style_01_1555752984681{width:76.63157894736841%;height:728px;position:absolute;left:12.578947368421053%;top:6px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555752984681{left:15.621562156215624%;width:68.75687568756875%;}}   @media screen and (max-width:640px) {#image_style_01_1555752984681{width:200px;height:200px;top:0px;left:15.621562156215624%;}} #image_style_01_1555752984681 > .view_contents{overflow:visible;}  #tab_style_03_1555294832022{width:100%;height:741px;position:absolute;top:-1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1555294832022{height:530px;left:2%;width:96%;}}   @media screen and (max-width:640px) {#tab_style_03_1555294832022{width:96%;height:535px;top:0px;left:2%;display:none;}} #tab_style_03_1555294832022 > .view_contents{overflow:visible;}  #tab_style_03_1555294832022 .tabItemSet:hover {background:#0468cf;color:#ffffff;} #tab_style_03_1555294832022 .tabItemSet {background:#ffffff;border-radius:7px;font-size:14px;} #tab_style_03_1555294832022 .tabItemSet.tabCurItem {background:#ff0000;color:#ffffff;} @media screen and (max-width:640px) { #tab_style_03_1555294832022 .tabItemSet {height:10px;}}
/*----------------------电脑板式样式--------------------tab_ul_left--*/
#tab_style_03_1555294832022{
	
}
#tab_style_03_1555294832022 .tab_main{background-color:transparent;}
#tab_style_03_1555294832022 .tab_nav_left{width:250px!important;}
#tab_style_03_1555294832022 .tab_box_left{width: calc(100% - 250px);left: 250px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1555294832022{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1555294832022{
		
	}
} #layout_1555294506789{height:774px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1555294506789{height:529px;}}   @media screen and (max-width:640px) {#layout_1555294506789{height:142px;display:none;}} #layout_1555294506789 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1555294506789  {background:#f2f2f2;}


 #productList_style_03_1555377379683{width:95.05263157894737%;position:absolute;left:4.947368421052632%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1555377379683{width:100%;display:none;}}   @media screen and (max-width:640px) {#productList_style_03_1555377379683{width:96%;top:0px;left:2%;display:block;}} #productList_style_03_1555377379683 > .view_contents{overflow:visible;}  #productList_style_03_1555377379683 .modSet {text-align:center;font-size:16px;} #productList_style_03_1555377379683 .titleSet {font-size:16px;} #layout_1555377376293{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1555377376293{display:none;}}   @media screen and (max-width:640px) {#layout_1555377376293{height:683px;display:block;}} #layout_1555377376293 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1555377376293  {background:#f2f2f2;}}

 #image_style_01_1555478101989{width:40px;height:40px;position:fixed;top:700px;left:calc(100% - 40px);z-index:999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555478101989{height:40px;display:none;width:4.166666666666666%;top:700px;left:58.59375%;}}   @media screen and (max-width:640px) {#image_style_01_1555478101989{height:40px;width:10.526315789473683%;top:700px;left:89.47368421052632%;}} #image_style_01_1555478101989 > .view_contents{overflow:visible;}  #image_style_01_1555478101989 .picSet {background:#0468cf;}
/*----------------------电脑板式样式----------------------*/
#image_style_01_1555478101989{
bottom:0px!important;
top: auto;
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1555478101989{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1555478101989{
		
	}
}
 #layout_1555756405704{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1555756405704{}}   @media screen and (max-width:640px) {#layout_1555756405704{height:1px;}} #layout_1555756405704 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1555317716207{width:19.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:89px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555317716207{left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1555317716207{width:96%;font-size:12px;color:#333;line-height:1.6;top:460px;left:2%;display:none;}} #text_style_01_1555317716207 > .view_contents{overflow:visible;}  #text_style_01_1555317716207>.view_contents {font-size:20px;color:#ffffff;}

 #text_style_01_1555318293487{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:163px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555318293487{width:340px;left:1.9999337221633087%;}}   @media screen and (max-width:640px) {#text_style_01_1555318293487{width:96%;font-size:12px;color:#333;line-height:1.6;top:560px;left:2%;display:none;}}  #text_style_01_1555318293487>.view_contents {color:#ffffff;}

 #text_style_01_1555318338186{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:202px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555318338186{left:1.9999337221633087%;}}   @media screen and (max-width:640px) {#text_style_01_1555318338186{width:96%;font-size:12px;color:#333;line-height:1.6;top:589px;left:2%;display:none;}}  #text_style_01_1555318338186>.view_contents {color:#ffffff;}

 #text_style_01_1555318354407{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:238px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555318354407{left:1.9999337221633087%;}}   @media screen and (max-width:640px) {#text_style_01_1555318354407{width:96%;font-size:12px;color:#333;line-height:1.6;top:618px;left:2%;display:none;}}  #text_style_01_1555318354407>.view_contents {color:#ffffff;}

 #image_style_01_1555318407150{width:9.666666666666666%;height:121px;position:absolute;top:290px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555318407150{height:99px;left:2%;}}   @media screen and (max-width:640px) {#image_style_01_1555318407150{width:138px;height:121px;top:647px;left:31.6%;display:none;}} #image_style_01_1555318407150 > .view_contents{overflow:visible;} 

 #text_style_01_1555318528841{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:315px;left:13.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555318528841{top:307px;left:15.199164899257688%;}}   @media screen and (max-width:640px) {#text_style_01_1555318528841{width:96%;font-size:12px;color:#333;line-height:1.6;top:778px;left:2%;display:none;}}  #text_style_01_1555318528841>.view_contents {color:#ffffff;text-align:center;}

 #text_style_01_1555318576952{width:14.083333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:344px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555318576952{top:335px;left:13.15780752916225%;}}   @media screen and (max-width:640px) {#text_style_01_1555318576952{width:96%;font-size:12px;color:#333;line-height:1.6;top:807px;left:2%;display:none;}}  #text_style_01_1555318576952>.view_contents {text-align:center;color:#ffffff;}

 #div_blank_1555318674799{width:1920px;height:60px;position:absolute;top:433px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1555318674799{}}   @media screen and (max-width:640px) {#div_blank_1555318674799{width:100%;height:31px;top:0px;left:0%;display:block;}} #div_blank_1555318674799 > .view_contents{overflow:visible;}  #div_blank_1555318674799  {box-sizing:border-box;background:#ff0000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1555318674799  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1555318674799  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1555318674799>.view_contents {font-size:12px;}}

 #liuyanban_style_05_1555319325586{width:45.916666666666664%;position:absolute;top:13px;left:54.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_05_1555319325586{top:13px;left:45.42848621420997%;width:504px;}}   @media screen and (max-width:640px) {#liuyanban_style_05_1555319325586{width:96%;top:0px;left:2%;display:none;}}  #liuyanban_style_05_1555319325586 .userInfoSet {background:transparent;color:#ffffff;border-color:#ffffff;border-radius:initial;} #liuyanban_style_05_1555319325586 .messageBoardSet {background:transparent;color:#ffffff;border-color:#ffffff;border-radius:initial;} #liuyanban_style_05_1555319325586 .btnaSet {background:#0468cf;border-radius:initial;} #liuyanban_style_05_1555319325586 .titSet {color:#ffffff;} #comm_layout_footer{height:493px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:493px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:31px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#282828;} #comm_layout_footer>.view_contents {background: url(../img/upimages/pkgimg/banner/20190417133746930.png);background-repeat:no-repeat!important;background-size:auto 100%;background-position:50% 50% !important;}
/*菜单样式*/
.menuStyle_29{width:100%; position:relative;}
.menuStyle_29 *{box-sizing: border-box;}
.menuStyle_29 .miniMenu *,
.menuStyle_29 .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_29 .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_29 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_29 ul,.menuStyle_29 li{padding:0;margin:0px;list-style:none}
.menuStyle_29 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_29 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_29 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_29 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_29 .menuUl>li{position:relative;}
.menuStyle_29 .menuUl>li>a{ background: #000;color: #fff; position: relative;font-size: 16px; text-decoration:none;box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_29 .menuUl>li>a:hover{ color:#f01ef0;}
.menuStyle_29 .menuUl #hot>a{color:#f01ef0;}
.menuStyle_29 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_29 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_29 .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_29 .menuLayout .miniMenu{display:none;}
.menuStyle_29 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_29 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_29 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_29 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_29 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_29 .menuUl02 .subMenu02.subCurSet{color:#f01ef0;}
.menuStyle_29 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_29 .menuUl02 .subMenu02:hover {color:#f01ef0;border-left: 2px solid #f01ef0;background: #f7f7f7;}
.menuStyle_29 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_29 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_29 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_29 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_29 .menuUl03{position: absolute; /*left需要js获取二级的宽*/ top: 0; left: 100%; display: none; }
.menuStyle_29 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_29 .menuUl03 .subMenu03 a:hover{color:#f01ef0; background: #f7f7f7;}
.menuStyle_29 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff;font-size:14px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_29 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_29 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_29 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_29 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_29 .rflex { position: relative;}
.menuStyle_29 .maxWidth{margin: auto;}
/* .menuStyle_29 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);} */

.menuStyle_29 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_29 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_29 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_29 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_29 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_29 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_29 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_29 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_29 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_29 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_29 .subBox p{overflow: hidden; float: left;}
.menuStyle_29 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_29 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_29 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_29 .subBox .subMenu02.subCurSet{color: #f01ef0;}
.menuStyle_29 .subBox .subMenu02:hover,
.menuStyle_29 .subBox .subMenu02:active{color: #f01ef0;}
.menuStyle_29 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_29 .subBox .subMenu03:hover,
.menuStyle_29 .subBox .subMenu03:active{color: #f01ef0;}
.menuStyle_29 .subMenu03 .thrCurSet{color: #f01ef0 !important; background: #f7f7f7 !important;}


/*图标*/
.menuStyle_29 .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_29 .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_29 .imgIco{ margin-right:10px;}	
.menuStyle_29 .menuUl,
.menuStyle_29 .menuUl_box {display:none;}
.menuStyle_29 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_29 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_29 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_29 .miniMenu .leftBox{height: 100%;}
.menuStyle_29 .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_29 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_29 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_29 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_29 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_29 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_29 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_29 .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_29 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_29 .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_29 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_29 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_29 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_29 .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_29 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_29 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_29_1555293985516 .maxWidth{max-width:px;}
	#dh_style_29_1555293985516 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_29_1555293985516 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_29_1555293985516 .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;*/

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
            #banner_style_01_1555294396917 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/1286811364Kp5ypaL0Kw.jpg') center top no-repeat;}
                #banner_style_01_1555294396917 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1555313531795 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555313531795 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1555313531795 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1555313531795 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;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}


	#image_style_01_1555743546627 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555743546627 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1555743546627 .CompatibleImg img{width:100%; height:100%}}
.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;}

	#image_style_01_1555743574159 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555743574159 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1555743574159 .CompatibleImg img{width:100%; height:100%}}
.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;}

	#image_style_01_1555743625523 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555743625523 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1555743625523 .CompatibleImg img{width:100%; height:100%}}
.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;}

	#image_style_01_1555752886282 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555752886282 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1555752886282 .CompatibleImg img{width:100%; height:100%}}
.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;}

	#image_style_01_1555744168045 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555744168045 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1555744168045 .CompatibleImg img{width:100%; height:100%}}
.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;}

	#image_style_01_1555752984681 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555752984681 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1555752984681 .CompatibleImg img{width:100%; height:100%}}
.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;}


#tab_style_03_1555294832022 #div_tab_style_03_1555294832022 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1555294832022 #div_tab_style_03_1555294832022 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1555294832022 #div_tab_style_03_1555294832022 .tab_img{display:none;}
#tab_style_03_1555294832022 #div_tab_style_03_1555294832022 .tab_nav{display:block !important;width: 250px;}
#tab_style_03_1555294832022 #div_tab_style_03_1555294832022 .tab_box{width: calc(100% - 250px); left: 250px;}
#tab_style_03_1555294832022 #div_tab_style_03_1555294832022 .tab_li{height:calc(100%/6 - 22px*5/6);margin-top:22px}
#tab_style_03_1555294832022 #div_tab_style_03_1555294832022 .tab_img img{width:0px;}
#tab_style_03_1555294832022 #div_tab_style_03_1555294832022 .tab_li:first-child{margin-top:0px;}
/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .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_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .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; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .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_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;}
.prod_default3 .p_price2{font-family: "宋体";}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 12px;}


.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .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; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width:992px){
    .prod_default3 .prod_Item:hover .p_buy{display: none;}
}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
/*分页*/
/* .prod_default3 .page_btn a:nth-child(n+5){display: none;} */
}




/*pc*/
#productList_style_03_1555377379683 li{width: 32%;}
#productList_style_03_1555377379683 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1555377379683 li{width: 32%;}
	#productList_style_03_1555377379683 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1555377379683 li{width: 49%;}
	#productList_style_03_1555377379683 li.prod_Item{margin-bottom:2%;}
}

#productList_style_03_1555377379683 .p_detail.pc {display:block;}
#productList_style_03_1555377379683 .p_detail.pad, #productList_style_03_1555377379683 .p_detail.mobile {display:none;}

	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1555377379683 .p_detail.pad {display:block;}
	#productList_style_03_1555377379683 .p_detail.pc, #productList_style_03_1555377379683 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_03_1555377379683 .p_detail.mobile {display:block;}
	#productList_style_03_1555377379683 .p_detail.pc, #productList_style_03_1555377379683 .p_detail.pad {display:none;}
	}

#productList_style_03_1555377379683 .p_name.pc {display:block;}
#productList_style_03_1555377379683 .p_name.pad, #productList_style_03_1555377379683 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1555377379683 .p_name.pad {display:block;}
	#productList_style_03_1555377379683 .p_name.pc, #productList_style_03_1555377379683 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_03_1555377379683 .p_name.mobile {display:block;}
	#productList_style_03_1555377379683 .p_name.pc, #productList_style_03_1555377379683 .p_name.pad {display:none;}
	}


	/*产品状态  新品  推荐*/
	#productList_style_03_1555377379683 .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_03_1555377379683 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1555377379683 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1555377379683 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1555377379683 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1555377379683 .submit_div{ display: inline-block; }
	
	#productList_style_03_1555377379683 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1555377379683 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1555377379683 .page_submit{margin-left:5px;}
	#productList_style_03_1555377379683 .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_03_1555377379683 .page_btn{ font-size:12px; }
			#productList_style_03_1555377379683 .submit_div{ display:none; }
		}

			#productList_style_03_1555377379683 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1555377379683 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
        	
	#image_style_01_1555478101989 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555478101989 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1555478101989 .CompatibleImg img{width:100%; height:100%}}
.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;}

	#image_style_01_1555318407150 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555318407150 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1555318407150 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1555318407150 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;}
/*留言板样式*/
.gformStyle_5{width:100%; box-sizing: border-box;min-width: 500px;}
.gformStyle_5 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_5 form{}
.gformStyle_5 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_5 .gf_title{text-align:left; font-size:18px; line-height:3;margin-left:1%;}
.gformStyle_5 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_5 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput{width:100%;max-width:100%; min-width:0; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_5 .gformList input.gfInput{height:50px; width:100%; min-width:0;border:1px solid #4289a3;border-radius: 8px;margin-bottom:20px;}
.gformStyle_5 .gformList textarea.gf_message{border:1px solid #4289a3;border-radius: 8px;height:200px;width:98%;margin-left: 1%;}
.gformStyle_5 .gbt{background:#4289a3;position: relative;left:1%;font-weight: bold; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:28%; margin:3% auto;border-radius: 8px;}

.gformStyle_5 #gbook{width:98%; box-sizing:border-box; list-style:none; clear:both;margin:0 auto;}
.gformStyle_5 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_5 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_5 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_5 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_5 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_5 .gb_replay b{padding-left:50px;}
.gformStyle_5 .gb_replay .gb_content{padding-left:50px;}
.gformStyle_5 .gb_info{float:right; color:#666;}
.gformStyle_5 .gb_nickname{}



/*alex新增风格的样式*/
.gformStyle_5 .thetextbox{width:31.33%;float:left;margin-left:1%;margin-right: 1%;}
.gformStyle_5 .gfInput{clear: both;}
.gformStyle_5 .gf_message{border:1px solid #4289a3;}


@media screen and (max-width:991px){
.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_5{padding:15px;}
.gformStyle_5 .listTit{display:none;}
.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_5 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_5{padding:10px;min-width: 0;}
.gformStyle_5 .listTit{display:none;}
.gformStyle_5 .gformList textarea.gf_message,.gformStyle_5 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_5 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_5 .gb_nickname,.gformStyle_5 .gb_nickname b{font-size:14px;}



.gformStyle_5 .thetextbox{width:100%;float:left;margin-left:0;margin-right: 0;}
}

/*程序修改的颜色*/
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput,.gformStyle_5 li.gbList{background:#fff;}/*modBgColor*/
.gformStyle_5 .modFontColor{color:#333;}
.gformStyle_5 .modBorderColor{border-color:#f5f5f5 !important;}


.style_05_changeCode {
    position: absolute;
    bottom: 268px !important;
    right: 0px !important;
    z-index: 8888 !important;
    width: 65px;
    height: 32px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    zoom: 1;
}
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;top: calc(100% - 50px);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 5px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;}
				.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;}
				}
				