
/**
    *编辑器         \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-color:#f4f4f4; }
body{ background-position:left top; }


 #qqol_style_01_1514519025357{width:39.58333333333333%;position:absolute;top:0px;left:30.208333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1514519025357{z-index:2;width:392px;left:53.13494167550371%;}}   @media screen and (max-width:640px) {#qqol_style_01_1514519025357{width:57.85123966942148%;top:77px;left:21.07438016528926%;display:none;}} #qqol_style_01_1514519025357 > .view_contents{overflow:visible;} 

 #dh_style_02_1514432006860{width:100%;height:90px;z-index:999;position:absolute;top:28px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_02_1514432006860{z-index:1;top:28px;left:calc(50% - 471.5px);}}   @media screen and (max-width:640px) {#dh_style_02_1514432006860{width:91.875%;height:84px;z-index:2;top:0px;left:4%;display:none;}} #dh_style_02_1514432006860 > .view_contents{overflow:visible;}  #dh_style_02_1514432006860 .mainMenuSet {font-size:16px;letter-spacing:1px;} #dh_style_02_1514432006860 #hot>a {font-size:16px;color:#3c9ae4;} #dh_style_02_1514432006860 .mainMenuSet:hover {font-size:16px;} @media screen and (max-width:640px) { #dh_style_02_1514432006860 .columnSet {}} @media screen and (max-width:640px) { #dh_style_02_1514432006860 .icoMenuSet {font-family:Microsoft YaHei;}} @media screen and (max-width:640px) { #dh_style_02_1514432006860 .mainMenuSet {margin-left:-24px;padding-left:10px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_02_1514432006860 .Style_02_pcMenu .menuLogo img{
	width:203px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_02_1514432006860{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_02_1514432006860{
		
	}
#dh_style_02_1514432006860 .icoMenuSet::before{ content:'\f039';}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuArr{ display:none;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuUl>li{ border-bottom:0;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuMain{ width:100%;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuMain_bg{ width:92%; margin:0 auto;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuUl{ padding:0;}
}

 #user_style_05_1515466392225{width:40.5%;position:absolute;top:5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1515466392225{left:2%;}}   @media screen and (max-width:640px) {#user_style_05_1515466392225{width:96%;top:10px;left:2%;display:none;}}  #user_style_05_1515466392225 .textSet {font-size:14px;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1515466392225 li.w{
	display:none;
}
#user_style_05_1515466392225 li{ width:60px; height:30px; line-height:30px; background:#f4f4f4; text-align:center; padding:0; border-radius:3px;}
#user_style_05_1515466392225 li>a{ display:block;}
#user_style_05_1515466392225 li.showpLogin{ background:#3C9AE4; color:white; margin-right:6px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1515466392225{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1515466392225{
		
	}
}

 #image_logo_1516418392302{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:22.671875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1516418392302{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:22.671875px;}}   @media screen and (max-width:640px) {#image_logo_1516418392302{width:50%;height:91px;display:block;top:0px;left:2%;}} 

 #dh_style_01_1516418427813{width:66.66666666666666%;z-index:999;display:none;position:absolute;left:16.66666666666667%;top:75.671875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1516418427813{width:83.33333333333334%;z-index:999;display:none;left:8.333333333333329%;top:75.671875px;}}   @media screen and (max-width:640px) {#dh_style_01_1516418427813{width:13.750000000000002%;z-index:999;display:block;top:23.5px;left:82.2%;}} #dh_style_01_1516418427813 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_01_1516418427813 .mainMenuSet {margin-left:-24px;padding-left:10px;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_01_1516418427813 #hot>a {background:#018bf6;color:#ffffff;border-bottom-style:none;}} #comm_layout_header{height:118px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:118px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:91px;z-index:2;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #image_style_01_1514535677050{width:58.416666666666664%;height:100px;position:absolute;top:63px;left:20.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514535677050{width:50%;left:24.973488865323436%;top:46px;height:70px;}}   @media screen and (max-width:640px) {#image_style_01_1514535677050{width:50%;height:37px;top:30px;left:25%;}} #image_style_01_1514535677050 > .view_contents{overflow:visible;} 

 #text_style_01_1514515519741{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:180px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514515519741{top:121px;left:calc(50% - 471.5px);}}   @media screen and (max-width:640px) {#text_style_01_1514515519741{width:100%;top:67px;left:0%;}}  #text_style_01_1514515519741>.view_contents {box-sizing:border-box;font-family:SimSun;font-style:italic;color:#ffffff;font-size:40px;text-align:center;line-height:45px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514515519741>.view_contents {box-sizing:border-box;font-family:SimSun;font-size:35px;line-height:40px;}} @media screen and (max-width:640px) { #text_style_01_1514515519741>.view_contents {box-sizing:border-box;font-family:SimSun;font-size:18px;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1514515519741 .view_contents{
	text-shadow:0px 0px 15px black;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1514515519741{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1514515519741{
		
	}
} #layout_diy_1514432196{height:301px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1514432196{height:205px;}}   @media screen and (max-width:640px) {#layout_diy_1514432196{height:120px;}} #layout_diy_1514432196 > .view_contents{max-width:1200px;}  #layout_diy_1514432196  {background: url(../img/upimages/pkgimg/weishenImg/banner2.jpg);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;}


 #text_style_01_1514532750017{width:30%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:534px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514532750017{left:1.9999337221633087%;}}   @media screen and (max-width:640px) {#text_style_01_1514532750017{width:92%;top:970.40625px;left:3.9990234375000004%;display:none;}}  #text_style_01_1514532750017>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514532750017>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1514532750017>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_01_1514537654025{width:30%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:800px;left:0%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514537654025{left:1.9999337221633087%;top:742px;width:564px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1514537654025{width:92%;top:1290.40625px;left:3.9990234375000004%;display:none;}}  #text_style_01_1514537654025>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514537654025>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1514537654025>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}


 #image_style_13_1_1584410334774{width:99.52380952380952%;position:absolute;top:39px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1584410334774{}}   @media screen and (max-width:640px) {#image_style_13_1_1584410334774{width:100%;top:0px;left:0%;}} #image_style_13_1_1584410334774 > .view_contents{overflow:visible;}  #image_style_13_1_1584410334774 .titleSet {color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1584410334774 .titleSet {font-size:12px;}}
 #div_a_includeBlock_1514536192652{width:70%;height:176px;position:absolute;top:569px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1514536192652{width:60%;left:2%;height:604px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1514536192652{width:92%;height:270px;top:1000.40625px;left:4.0625%;display:none;}}  #div_a_includeBlock_1514536192652  {background:#ffffff;}


 #re_detil_style_prodDetail_01_1516242119781{width:96%;position:absolute;top:10px;left:2.0238095238095237%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#re_detil_style_prodDetail_01_1516242119781{width:96%;display:block;}}   @media screen and (max-width:640px) {#re_detil_style_prodDetail_01_1516242119781{width:90%;top:0px;left:0%;display:block;}} 
 #div_a_includeBlock_1514537688665{width:70%;height:40px;position:absolute;top:835px;left:0%;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1514537688665{height:40px;left:1.9999337221633087%;top:777px;width:60%;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1514537688665{width:92%;height:42px;top:1320px;left:3.9990234375000004%;display:none;}}  #div_a_includeBlock_1514537688665  {background:#ffffff;padding-bottom:20px;}

 #re_detil_style_01_1514532684147{width:70%;height:454px;position:absolute;top:50px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#re_detil_style_01_1514532684147{left:2%;top:50px;width:60%;}}   @media screen and (max-width:640px) {#re_detil_style_01_1514532684147{width:100%;height:231px;top:15px;left:0%;}} 

 #reservation_reservation_01_1516766303549{width:28.666666666666668%;position:absolute;top:50px;left:71.33333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#reservation_reservation_01_1516766303549{left:63.89017762460233%;width:322px;}}   @media screen and (max-width:640px) {#reservation_reservation_01_1516766303549{width:100%;top:261px;left:0%;}} #reservation_reservation_01_1516766303549 > .view_contents{overflow:visible;}  #reservation_reservation_01_1516766303549  {background:#ffffff;padding-bottom:0px;padding-top:15px;} #reservation_reservation_01_1516766303549 .modSet {background:#ffffff;padding-bottom:25px;margin-bottom:0px;padding-top:0px;margin-top:0px;} #reservation_reservation_01_1516766303549 .formboxSet {margin-bottom:0px;} #reservation_reservation_01_1516766303549 .labSet {line-height:35px;padding-top:0px;height:35px;padding-bottom:5px;font-size:14px;color:#333333;margin-top:5px;} #reservation_reservation_01_1516766303549 .radio_boxSet {margin-bottom:0px;} #reservation_reservation_01_1516766303549 .priceSet {margin-top:0px;padding-top:0px;} #reservation_reservation_01_1516766303549 .btnSet {margin-top:0px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #reservation_reservation_01_1516766303549 .titleSet {line-height:35px;}} @media screen and (min-width:641px) and (max-width:1200px) { #reservation_reservation_01_1516766303549  {padding-top:5px;}} @media screen and (max-width:640px) { #reservation_reservation_01_1516766303549 .titleSet {font-size:16px;padding-top:13px;}} @media screen and (max-width:640px) { #reservation_reservation_01_1516766303549  {padding-bottom:0px;padding-top:0px;}} @media screen and (max-width:640px) { #reservation_reservation_01_1516766303549 .modSet {padding-bottom:15px;}} @media screen and (max-width:640px) { #reservation_reservation_01_1516766303549 .btnSet {margin-bottom:0px;margin-top:10px;}} #layout_1514510329582{height:906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514510329582{height:906px;}}   @media screen and (max-width:640px) {#layout_1514510329582{height:1085px;}} #layout_1514510329582 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1514510329582>.view_contents {background:transparent;} #layout_1514510329582  {}


 #text_style_01_1516005316305{width:30%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005316305{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1516005316305{width:92%;top:228px;left:4%;display:block;}}  #text_style_01_1516005316305>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005316305>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516005316305>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}


 #image_style_01_1516005324373{width:40px;height:40px;position:absolute;top:94px;left:84.49962797619047%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324373{left:81.2085909893993%;top:70px;width:30px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1516005324373{width:13.2013201320132%;height:40px;top:0px;left:43.3993399339934%;display:none;}} #image_style_01_1516005324373 > .view_contents{overflow:visible;} 

 #text_style_01_1516005324384{width:15.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:104px;left:80.87239583333333%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324384{top:75px;left:80.25066254416961%;}}   @media screen and (max-width:640px) {#text_style_01_1516005324384{width:28.000000000000004%;top:0px;left:36%;display:none;}}  #text_style_01_1516005324384>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324384>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324384>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}

 #image_style_01_1516005324391{width:40px;height:40px;position:absolute;top:34px;left:2%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324391{width:30px;height:30px;top:20px;}}   @media screen and (max-width:640px) {#image_style_01_1516005324391{width:40px;height:40px;top:20px;left:13.105867346938776%;}} #image_style_01_1516005324391 > .view_contents{overflow:visible;} 

 #text_style_01_1516005324395{width:8.571428571428571%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:44px;left:7.7%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324395{top:25px;left:10.1%;}}   @media screen and (max-width:640px) {#text_style_01_1516005324395{width:28.000000000000004%;top:65px;left:5.957695578231292%;}}  #text_style_01_1516005324395>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324395>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324395>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}

 #image_style_01_1516005324400{width:40px;height:40px;position:absolute;top:34px;left:22.624627976190474%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324400{top:20px;left:21.80874558303887%;width:30px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1516005324400{width:13.2013201320132%;height:40px;top:20px;left:43.43643707482993%;}} #image_style_01_1516005324400 > .view_contents{overflow:visible;} 

 #text_style_01_1516005324408{width:5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:44px;left:27.19921875%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324408{width:58px;left:27.3%;top:25px;}}   @media screen and (max-width:640px) {#text_style_01_1516005324408{width:28.000000000000004%;top:65px;left:36.123511904761905%;}}  #text_style_01_1516005324408>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324408>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324408>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}

 #text_style_01_1516005324413{width:14.499999999999998%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:44px;left:48.7%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324413{top:25px;left:47.6%;}}   @media screen and (max-width:640px) {#text_style_01_1516005324413{width:28.000000000000004%;top:65px;left:67.7%;}}  #text_style_01_1516005324413>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324413>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324413>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}

 #image_style_01_1516005324418{width:40px;height:40px;position:absolute;top:34px;left:43.249627976190474%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324418{top:20px;left:41.61881625441696%;width:30px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1516005324418{width:13.2013201320132%;height:40px;top:20px;left:75.44111394557824%;}} #image_style_01_1516005324418 > .view_contents{overflow:visible;} 

 #image_style_01_1516005324425{width:40px;height:40px;position:absolute;top:34px;left:63.87462797619048%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324425{top:20px;left:61.428886925795055%;width:30px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1516005324425{width:13.2013201320132%;height:40px;top:103px;left:13.121811224489797%;}} #image_style_01_1516005324425 > .view_contents{overflow:visible;} 

 #text_style_01_1516005324429{width:15.666666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:44px;left:69.6%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324429{top:25px;left:67.7%;}}   @media screen and (max-width:640px) {#text_style_01_1516005324429{width:28.000000000000004%;top:148px;left:6.175595238095238%;}}  #text_style_01_1516005324429>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324429>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324429>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}

 #image_style_01_1516005324433{width:40px;height:40px;position:absolute;top:34px;left:84.49962797619047%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324433{top:20px;left:81.23895759717314%;width:30px;height:30px;z-index:4;}}   @media screen and (max-width:640px) {#image_style_01_1516005324433{width:13.2013201320132%;height:40px;top:103px;left:43.43643707482993%;}} #image_style_01_1516005324433 > .view_contents{overflow:visible;} 

 #text_style_01_1516005324437{width:15.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:44px;left:82.9%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324437{top:25px;}}   @media screen and (max-width:640px) {#text_style_01_1516005324437{width:28.000000000000004%;top:148px;left:35.953443877551024%;}}  #text_style_01_1516005324437>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324437>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324437>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}

 #image_style_01_1516005324444{width:40px;height:40px;position:absolute;top:94px;left:2%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324444{left:1.9986749116607774%;width:30px;height:30px;top:70px;}}   @media screen and (max-width:640px) {#image_style_01_1516005324444{width:13.2013201320132%;height:40px;top:103px;left:75.27104591836735%;}} #image_style_01_1516005324444 > .view_contents{overflow:visible;} 

 #text_style_01_1516005324448{width:11.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:104px;left:7.699032738095238%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324448{left:10.095516784452297%;top:75px;}}   @media screen and (max-width:640px) {#text_style_01_1516005324448{width:28.000000000000004%;top:148px;left:67.78805272108843%;}}  #text_style_01_1516005324448>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324448>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324448>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}

 #image_style_01_1516005324452{width:40px;height:40px;position:absolute;top:94px;left:22.624627976190474%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324452{top:70px;width:30px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1516005324452{width:13.2013201320132%;height:40px;top:186px;left:13.121811224489797%;}} #image_style_01_1516005324452 > .view_contents{overflow:visible;} 

 #text_style_01_1516005324459{width:12.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:104px;left:27.899739583333332%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324459{top:75px;left:29.0%;}}   @media screen and (max-width:640px) {#text_style_01_1516005324459{width:28.000000000000004%;top:231px;left:5.9789540816326525%;}}  #text_style_01_1516005324459>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324459>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324459>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}

 #image_style_01_1516005324463{width:40px;height:40px;position:absolute;top:94px;left:43.249627976190474%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324463{left:41.60225265017668%;top:70px;width:30px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1516005324463{width:13.2013201320132%;height:40px;top:186px;left:43.43643707482993%;}} #image_style_01_1516005324463 > .view_contents{overflow:visible;} 

 #text_style_01_1516005324467{width:12.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:104px;left:48.69977678571429%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324467{top:75px;left:47.581713780918726%;}}   @media screen and (max-width:640px) {#text_style_01_1516005324467{width:28.000000000000004%;top:231px;left:36.123511904761905%;}}  #text_style_01_1516005324467>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324467>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324467>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}

 #image_style_01_1516005324474{width:40px;height:40px;position:absolute;top:94px;left:63.87462797619048%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324474{left:61.40680212014134%;top:70px;width:30px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1516005324474{width:13.2013201320132%;height:40px;top:186px;left:75.44111394557824%;}} #image_style_01_1516005324474 > .view_contents{overflow:visible;} 

 #text_style_01_1516005324478{width:12.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:104px;left:69.59821428571429%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516005324478{top:75px;left:68.17303445229682%;}}   @media screen and (max-width:640px) {#text_style_01_1516005324478{width:28.000000000000004%;top:231px;left:67.95812074829932%;}}  #text_style_01_1516005324478>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516005324478>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1516005324478>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:18px;}}
 #div_a_includeBlock_1516005324161{width:70%;height:181px;position:absolute;top:85px;left:0%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516005324161{width:60%;height:123px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516005324161{width:92%;height:270px;top:74px;left:4%;display:none;}}  #div_a_includeBlock_1516005324161  {background:#ffffff;}

 #text_style_01_1516242338115{width:30%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:266px;left:0%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516242338115{width:59.80911983032874%;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1516242338115{width:92%;top:466px;left:4%;display:block;}}  #text_style_01_1516242338115>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516242338115>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516242338115>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}


 #re_detil_style_prodDetail_01_1516242346620{width:96%;position:absolute;top:10px;left:2.0238095238095237%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#re_detil_style_prodDetail_01_1516242346620{width:96%;display:block;}}   @media screen and (max-width:640px) {#re_detil_style_prodDetail_01_1516242346620{width:90%;top:10px;left:4.931972789115646%;display:block;}} 
 #div_a_includeBlock_1516242346413{width:70%;height:40px;position:absolute;top:276px;left:0.8333333333333334%;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516242346413{height:40px;width:60%;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516242346413{width:92%;height:52px;top:496px;left:4%;display:block;}}  #div_a_includeBlock_1516242346413  {background:#ffffff;padding-bottom:20px;} @media screen and (max-width:640px) { #div_a_includeBlock_1516242346413  {padding-bottom:10px;}}

 #image_style_13_1_1584411116601{width:99.52380952380952%;position:absolute;top:39px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1584411116601{display:none;}}   @media screen and (max-width:640px) {#image_style_13_1_1584411116601{width:96%;top:0px;left:2%;display:block;}} #image_style_13_1_1584411116601 > .view_contents{overflow:visible;}  #image_style_13_1_1584411116601 .titleSet {color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1584411116601 .titleSet {font-size:12px;}} @media screen and (max-width:640px) { #image_style_13_1_1584411116601 .titleSet {font-size:12px;}} #layout_1516005306775{height:316px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1516005306775{display:none;}}   @media screen and (max-width:640px) {#layout_1516005306775{height:548px;display:block;}} #layout_1516005306775 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1515377327348{width:70%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:71px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515377327348{left:2.1059782608695654%;width:564px;top:72px;}}   @media screen and (max-width:640px) {#text_style_01_1515377327348{width:92%;top:30px;left:4%;}}  #text_style_01_1515377327348>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515377327348>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1515377327348>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}


 #prodEstimate_style_01_1515393942489{width:96%;position:absolute;top:0px;left:2%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodEstimate_style_01_1515393942489{width:100%;}}   @media screen and (max-width:640px) {#prodEstimate_style_01_1515393942489{width:100%;top:10px;left:0%;}} #prodEstimate_style_01_1515393942489 > .view_contents{overflow:visible;}  #prodEstimate_style_01_1515393942489 .guecontsSet {font-size:14px;text-indent:2em;} #prodEstimate_style_01_1515393942489 .titleEaSet {font-size:20px;color:#0093ff;} #prodEstimate_style_01_1515393942489 .titleEbSet {font-size:12px;} #prodEstimate_style_01_1515393942489  {padding-left:0px;padding-right:0px;} #prodEstimate_style_01_1515393942489 .modSet {padding-top:20px;} @media screen and (max-width:640px) { #prodEstimate_style_01_1515393942489 .titleEaSet {font-size:16px;}} @media screen and (max-width:640px) { #prodEstimate_style_01_1515393942489 .titleEbSet {text-align:right;}} @media screen and (max-width:640px) { #prodEstimate_style_01_1515393942489 .modSet {padding-bottom:10px;padding-top:10px;}}
/*----------------------电脑板式样式----------------------*/
#prodEstimate_style_01_1515393942489{padding:0 !important;}
#prodEstimate_style_01_1515393942489 .view_contents{
	margin-bottom:30px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#prodEstimate_style_01_1515393942489{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
#prodEstimate_style_01_1515393942489 .view_contents{
	margin-bottom:15px;
}
}
 #div_a_includeBlock_1515378955606{width:70%;height:947px;position:absolute;top:106px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515378955606{height:928px;width:60%;left:1.9999337221633087%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515378955606{width:92%;height:812px;top:60px;left:4%;}}  #div_a_includeBlock_1515378955606  {background:#ffffff;} #layout_1515377300834{height:1053px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515377300834{height:1034px;}}   @media screen and (max-width:640px) {#layout_1515377300834{height:872px;}} #layout_1515377300834 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1514537761773{height:51px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514537761773{}}   @media screen and (max-width:640px) {#layout_1514537761773{height:31px;}} #layout_1514537761773 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_02_1514450069169{width:94.61374223602485%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:29.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069169{}}   @media screen and (max-width:640px) {#text_style_02_1514450069169{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1514450069169>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:right;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069169>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1514450069169>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #dh_style_03_1514450069185{width:96.8944099378882%;z-index:999;left:2.7950310559006213%;top:75.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1514450069185{z-index:999;width:131px;left:20.606060606060606%;top:89.5px;}}   @media screen and (max-width:640px) {#dh_style_03_1514450069185{width:14.348025711662075%;z-index:999;left:42.82598714416896%;top:240px;}} #dh_style_03_1514450069185 > .view_contents{overflow:visible;}  #dh_style_03_1514450069185 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1514450069185 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1514450069185 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;text-align:right;padding-right:0px;} #dh_style_03_1514450069185 .mainMenuSet:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1514450069185 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1514450069185{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1514450069185{
		
	}
}
 #div_includeBlock_1514450068862{width:13.416666666666666%;height:243.5px;position:absolute;top:50px;left:86.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068862{width:165px;left:81.77313535911603%;height:257.5px;top:50px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068862{width:100%;height:240px;top:467px;left:0%;display:none;}}  #div_includeBlock_1514450068862  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_02_1514450069264{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.9921875%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069264{}}   @media screen and (max-width:640px) {#text_style_02_1514450069264{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1514450069264>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069264>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1514450069264>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1514450069269{width:90.22869022869024%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:78.5px;left:4.9993503118503115%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069269{left:5%;width:90%;top:91.5px;}}   @media screen and (max-width:640px) {#text_style_02_1514450069269{width:370px;top:0px;}}  #text_style_02_1514450069269>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069269>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1514450069269>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1514450068870{width:54.75%;height:198.5px;position:absolute;top:50px;left:29.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068870{height:216.5px;width:498px;left:29.502762430939228%;top:50px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068870{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1514450068870  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_02_1514450069499{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.046875%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069499{left:1.9656019656019657%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1514450069499{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1514450069499>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069499>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1514450069499>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_13_1_1584358872701{width:78.16377171215882%;position:absolute;top:66px;left:10.669975186104217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1584358872701{top:66px;left:5%;}}   @media screen and (max-width:640px) {#image_style_13_1_1584358872701{width:97.91666666666666%;top:30px;left:1.0416666666666714%;}} #image_style_13_1_1584358872701 > .view_contents{overflow:visible;}  #image_style_13_1_1584358872701 .titleSet {color:#ffffff;font-size:14px;margin-top:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1584358872701 .titleSet {font-size:12px;}}
 #div_includeBlock_1514450068875{width:33.58333333333333%;height:272px;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068875{height:239px;width:300px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068875{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1514450068875  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1514450068875  {border-left-width:0px;}}
 #div_includeBlock_1514450068702{width:100%;height:322px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068702{height:307.5px;width:96%;left:2%;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068702{width:96%;height:227px;top:52px;left:2%;display:none;}} 


 #text_style_02_1514450069029{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069029{width:100%;left:0%;top:21px;}}   @media screen and (max-width:640px) {#text_style_02_1514450069029{width:100%;top:11px;left:0%;}}  #text_style_02_1514450069029>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:center;padding-bottom:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069029>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1514450069029>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;padding-bottom:10px;line-height:20px;}}
 #div_includeBlock_1514450068710{width:100%;height:89px;position:absolute;top:338.890625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068710{width:96%;left:2%;height:101px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068710{width:96.00000000000001%;height:61px;top:0px;left:1.999999999999993%;display:block;}}  #div_includeBlock_1514450068710  {background:transparent;} #comm_layout_footer{height:427.890625px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:439.890625px;z-index:1;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{z-index:1;height:61px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#161616;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

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

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

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

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

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

/*产品名称样式*/
.prodetail_1{font-size:14px; color:#555; line-height:1.4; text-align:left; padding:.4em 0; width:100%;}
.prodetail_1 img{max-width: 100%;}

@media screen and (max-width:767px){
.prodetail_1{font-size:12px; }
.proDetailStyle_1 img{width:100% !important; height:auto !important;}
}


/*产品名称样式*/
.prodetail_1{font-size:14px; color:#555; line-height:1.4; text-align:left; padding:.4em 0; width:100%;}
.prodetail_1 img{max-width: 100%;}

@media screen and (max-width:767px){
.prodetail_1{font-size:12px; }
.proDetailStyle_1 img{width:100% !important; height:auto !important;}
}


@keyframes smartphoto{from{opacity:0}to{opacity:1}}@keyframes smartphoto-img-wrap{from{opacity:0}to{opacity:1}}@keyframes smartphoto-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}@keyframes smartphoto-loader{0%{opacity:.4;transform:rotate(0deg)}50%{opacity:1;transform:rotate(180deg)}100%{opacity:.4;transform:rotate(360deg)}}@keyframes smartphoto-appear{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@keyframes smartphoto-hide{0%{display:block;opacity:1}99%{display:block;opacity:0}100%{display:none;opacity:0}}.smartphoto{position:fixed;z-index:999999;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:1;font-family:sans-serif;cursor:pointer;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out;transition:all 0.3s ease-out;animation-name:smartphoto;animation-duration:.3s;animation-timing-function:ease-out}.smartphoto[aria-hidden="true"]{display:none}.smartphoto-close{opacity:0}.smartphoto-count{display:inline-block;color:#FFF;font-size:16px}.smartphoto-header{display:block;box-sizing:border-box;position:fixed;z-index:102;top:0;left:0;width:100%;height:50px;padding:15px;background-color:rgba(0,0,0,0.2)}.smartphoto-content{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.smartphoto-dismiss{display:block;position:absolute;top:15px;right:10px;width:20px;height:20px;padding:0;border:none;background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);text-shadow:0 1px 0 #FFF;color:#FFF;font-size:30px;text-decoration:none;line-height:1}.smartphoto-body{position:relative;z-index:102;width:100%;height:100%;margin:0 auto}.smartphoto-inner{position:relative;width:100%;height:100%;vertical-align:top}.smartphoto-img{display:none;max-width:none;width:auto;height:auto;cursor:zoom-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:transform 0.3s ease-out;-webkit-user-drag:none}.smartphoto-img.active{display:block}.smartphoto-img-onmove{cursor:grab;cursor:-webkit-grab;transition:none}.smartphoto-img-elasticmove{transition:transform 0.3s ease-out}.smartphoto-img-wrap{display:inline-block;opacity:1;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out;animation-name:smartphoto-img-wrap;animation-duration:.3s;animation-timing-function:ease-out}.smartphoto-img-left{transform:translateX(150%) !important}.smartphoto-img-right{transform:translateX(-150%) !important}.smartphoto-arrows{list-style-type:none;margin:0;padding:0;position:relative;z-index:1002;top:50%;left:0;opacity:1;animation-name:smartphoto-appear;animation-duration:.3s;animation-timing-function:ease-out}.smartphoto-arrows[aria-hidden="true"]{animation-name:smartphoto-hide;display:none}.smartphoto-arrows li{display:block;position:absolute;top:50%;width:30px;height:30px;animation-duration:.3s;animation-timing-function:ease-out;animation-name:smartphoto-appear}.smartphoto-arrows li:focus{outline:none}.smartphoto-arrows [aria-hidden="true"]{animation-name:smartphoto-hide;display:none}.smartphoto-arrows a{display:block;width:100%;height:100%;text-decoration:none}.smartphoto-arrow-right{right:0;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==)}.smartphoto-arrow-left{left:0;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+)}.smartphoto-nav{position:absolute;bottom:0;left:0;width:100%;opacity:1;animation-name:smartphoto-appear;animation-duration:.3s;animation-timing-function:ease-out}.smartphoto-nav[aria-hidden="true"]{animation-name:smartphoto-hide;display:none}.smartphoto-nav ul{display:block;overflow-x:scroll;list-style:none;margin:0;padding:0;text-align:center;white-space:nowrap;-webkit-overflow-scrolling:touch}.smartphoto-nav li{display:inline-block;overflow:hidden;width:50px;height:50px}.smartphoto-nav a{display:block;width:100%;height:100%;background-color:#FFF;background-position:center center;background-size:cover;opacity:.5}.smartphoto-nav a:focus{opacity:.8}.smartphoto-nav a.current{opacity:1}.smartphoto-nav img{width:auto;height:100%}.smartphoto-list{list-style-type:none;position:absolute;z-index:101;top:0;left:0;margin:0;padding:0;white-space:nowrap}.smartphoto-list li{display:block;position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.3s ease-out}.smartphoto-list li:focus{outline:none}.smartphoto-list-onmove{transition:all 0.3s ease-out}.smartphoto-caption{overflow:hidden;box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:50px;padding:0 50px;color:#FFF;font-size:12px;text-align:center;line-height:50px;white-space:nowrap;text-overflow:ellipsis}.smartphoto-caption:focus{outline:none}.smartphoto-loader-wrap{display:block;position:relative;z-index:103;width:0;height:0;transform:translate(50vw, 50vh)}.smartphoto-loader{position:absolute;z-index:101;top:0;left:0;width:30px;height:30px;margin-top:-25px;margin-left:-25px;border:8px solid #17CDDD;border-right-color:transparent;border-radius:50%;animation:smartphoto-loader .5s infinite linear}.smartphoto-img-clone{position:fixed;z-index:100;top:0;left:0;transition:all .3s ease-out}.smartphoto-sr-only{overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0, 0, 0, 0)}


/* 清除浮动 */
.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:none !important;}
}



/*PC菜单*/
.menuStyle_02 { height: 100%;}
.Style_02_menuLayout { height: 100%;}
.Style_02_pcMenu {display:block; position: relative; text-align: center; height: 100%;}
.Style_02_pcMenu .menu { position: absolute; left: 0; top: 50%; width:100%; height: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
/* .Style_02_pcMenu .menu>li {position: relative; float:left; width:13%; height: 100%; text-align:center;} */
.Style_02_pcMenu .menu>li .subminSet{display: none; white-space: nowrap; margin-top: 100%; background: #EEE;}
.Style_02_pcMenu .menu>li .subminSet a{font-size: 14px; line-height: 40px; display: block;}
.Style_02_pcMenu .menu>li .subminSet a:hover{background: #e8e8e8;}
.Style_02_pcMenu .menu>li .subminSet a.subCurSet{background: #e5e5e5}
.Style_02_pcMenu .menu>li:hover .subminSet{display: block;}
.Style_02_pcMenu .menu>li>a { position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px;}
.Style_02_pcMenu .menu .menuLogo { width: 22%;}
.Style_02_pcMenu .menuLogo a {display:block; width: 100%; text-align: center;}
.Style_02_pcMenu .menuLogo img {width:90%;}
.Style_02_pcMenu .menu .plus { font-size: 16px; letter-spacing: 7px; text-indent: 7px;/*  display:block; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; */}
.Style_02_pcMenu .menu .normal { font-size: 13px; letter-spacing: 1px; text-indent: 3px; position: absolute; width: 100%; top: 120%; }
.Style_02_pcMenu #hot>a{color:inherit;font-size: inherit;font-family:inherit;}
.Style_02_pcMenu #hot>a>div{color:inherit;font-size: inherit;font-family:inherit;}
/*手机菜单*/
.Style_02_miniMenu .minimenuLogo { float:left; width: 50%;}
.Style_02_miniMenu .minimenuLogo a { display: block;}
.Style_02_miniMenu .minimenuLogo img { width: 100%; max-width: 320px;}

.Style_02_miniMenu { display: none;}
.Style_02_miniMenu .menuTop {overflow:hidden; position: relative;}
.Style_02_miniMenu .menuIcon { position: absolute; top: 50%; right: 0px; padding: 10px; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_miniMenu .menuIcon i { color: #1d1b1b; font-size: 20px;}

.Style_02_miniMenu .menuMain { display:none; width: calc(100vw + 17px); height: 100vh; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 999999; background: rgba(0,0,0,.8);}
.Style_02_miniMenu .menuShow { display:block;}
.Style_02_miniMenu .menuMain_bg { width: 100%; overflow-y: scroll;}
.Style_02_miniMenu .menuUl { padding:10px 20px;}
.Style_02_miniMenu .menuCloseLi { border: none;}
.Style_02_miniMenu .menuClose { color: #fff; font-size: 20px; float: right; padding: 15px 0px;}
.Style_02_miniMenu .menuUl>li { border-bottom: 1px solid #fff; overflow: hidden;}
.Style_02_miniMenu .menuMain a { width: 100%; display: block; position: relative; overflow: hidden;}
.Style_02_miniMenu .menuText_en { display: none;}
.Style_02_miniMenu .menuText { color: #fff; font-size: 16px; height: 55px; line-height: 55px; float: left;}
.Style_02_miniMenu .menuArr { color: #fff; font-size: 16px; position: absolute; right: 0px; top: 50%; transform: translate(0,-50%);}

.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; font-family: "Microsoft YaHei"; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px; font-family: "verdana";}



/*导航字体*/
@font-face { font-family: "menuText"; src: url('menuText.TTF');}
@font-face { font-family: "MenuText_en"; src: url('MenuText_en.TTF');}
	.Style_02_pcMenu .menu>li {position: relative; float:left; width:calc(78%/6); height: 100%; text-align:center;}

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

@media screen and (max-width:766px) {
.Style_02_pcMenu {display:none;}
.Style_02_miniMenu { display:block;}
}

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

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}
.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}.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;*/
/*菜单样式*/
.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_1516418427813 .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;}
}


	#image_style_01_1514535677050 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514535677050 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1514535677050 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1514535677050 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;}
.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1584410334774  ul li{width: 18.4%;}
        #image_style_13_1_1584410334774  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584410334774  ul li.imgTextLi .left{width: 40px;}
        #image_style_13_1_1584410334774  ul li.imgTextLi .cont{width: calc(100% - 40px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1584410334774  ul li{width: 18.4%;}
        #image_style_13_1_1584410334774  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584410334774  ul li.imgTextLi .left{width: 36px;}
        #image_style_13_1_1584410334774  ul li.imgTextLi .cont{width: calc(100% - 36px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1584410334774  ul li{width: 100%;}
        #image_style_13_1_1584410334774  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584410334774  ul li.imgTextLi .left{width: 130px;}
        #image_style_13_1_1584410334774  ul li.imgTextLi .cont{width: calc(100% - 130px);}
        }
    /*产品名称样式*/
.prodetail_1{font-size:14px; color:#555; line-height:1.4; text-align:left; padding:.4em 0; width:100%;}
.prodetail_1 img{max-width: 100%;}

@media screen and (max-width:767px){
.prodetail_1{font-size:12px; }
.proDetailStyle_1 img{width:100% !important; height:auto !important;}
}

/*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 .main_image ul{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image li{float:left; width:100%; height:100%; }
.bannerStyle_1 .main_image li span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image li a{display:block; width:100%; height:100%}
.bannerStyle_1 .main_image li .img_1{background:url(../img/re_detil/style_01/img.jpg) center top no-repeat}
.bannerStyle_1 .main_image li .img_2{background:url(../img/re_detil/style_01/img.jpg) center top no-repeat}
.bannerStyle_1 .main_image li .img_3{background:url(../img/re_detil/style_01/img.jpg) center top no-repeat}
.bannerStyle_1 .main_image li .img_4{background:url(../img/re_detil/style_01/img.jpg) center top no-repeat}


.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:#ccc; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:none; border:1px solid #149DEC;}
.bannerStyle_1 #btn_prev,.bannerStyle_1 #btn_next{z-index:11111; position:absolute; display:block; width:73px!important; height:74px!important; top:50%; margin-top:-37px; display:none; }
.bannerStyle_1 #btn_prev{background:url(../img/re_detil/style_01/hover_left.png) no-repeat left top; left:20px; }
.bannerStyle_1 #btn_next{background:url(../img/re_detil/style_01/hover_right.png) no-repeat right top; right:20px; }.reservation_01{font-family: "Microsoft YaHei";}
/*.reservation_01 input {-webkit-appearance:none; }*/
.reservation_01 input,.reservation_01 textarea{padding-left:10px;border:1px solid #e5e5e5;color:#000;-moz-box-sizing: border-box;  /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.reservation_01 input,.reservation_01 select{height:40px;line-height: 40px;-moz-box-sizing: border-box;  /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.reservation_01 .reservation_img{height: 500px;overflow: hidden;position: relative;}
.reservation_01 .reservation_img ul li{display: inline-block;width:100%;}
.reservation_01 .reservation_img img{width: 100%;height:auto;}
.reservation_01 .reservation_content{}
.reservation_01 .name{font-size: 18px;color:#000;}
.reservation_01 .detail{line-height: 1.6; color: #999; font-size: 12px;}
.reservation_01 .home_num{margin-bottom:10px;}
.reservation_01 .home_num p{font-size:14px;line-height: 30px;margin-right:15px;}
.reservation_01 .reduce,.reservation_01 .add{background:#f2f2f2;width:30px;height:30px;display: block;float: left;text-align: center;font-size: 16px;}
.reservation_01 .num{display: block;border:1px solid #e5e5e5;text-align: left;}
.reservation_01 .clearhr{clear:both;color:none;background:none;border:none;}
.reservation_01 .meal{margin-bottom:10px;}
.reservation_01 .meal p{font-size:14px;margin-right:7px;}
.reservation_01 .radio_box,.reservation_01 .checkbox_box{display: inline-block;background:#ddd;width:80px;height:30px;color:#000;text-align: center;line-height: 30px;font-size:14px;margin-right:8px;margin-bottom: 8px;padding: 0 5px;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.reservation_01 .meal_content{float:left;width: 100%;}
.reservation_01 .meal_content div{}
.reservation_01 .indate{margin-top: 10px;}
.reservation_01 .indate p{font-size:14px;margin-right:15px;}
.reservation_01 .outdate{margin-top: 10px;}
.reservation_01 .outdate p{font-size:14px;margin-right:15px;}
.reservation_01 .intime{margin-top: 10px;}
.reservation_01 .intime p{font-size:14px;margin-right:15px;}
.reservation_01 .intime div{float:left;width:calc(100% - 81px);}
.reservation_01 .intime select{height:40px;border:none;background: #fff url("../img/reservation/reservation_01/toggle.png");background-position:98% 50%;background-repeat: no-repeat ;padding-left:10px;width:100%;}
.reservation_01 .customer_content{margin-top: 15px;}
.reservation_01 .customer_content .name{margin-right:15px;width:100%;font-size: 14px;margin-bottom:10px;}
.reservation_01 .customer_content .name p{font-size:14px;}
.reservation_01 .customer_content .name div{}
.reservation_01 .customer_content .name div input{width:100%;border:1px solid #e5e5e5;}
.reservation_01 .customer_content .phone{margin-right:15px;width:100%;font-size: 14px;margin-bottom:10px;}
.reservation_01 .customer_content .phone p{font-size:14px;margin-right:15px;line-height: 30px;}
.reservation_01 .customer_content .phone div{float:left;width:calc(100% - 81px);}
.reservation_01 .customer_content .phone div input{background:#fff;width:100%;height:100%;border:1px solid #e5e5e5;}
.reservation_01 .customer_content .gender{margin-right:15px;width:100%;font-size: 14px;margin-bottom:10px;}
.reservation_01 .customer_content .gender p{font-size:14px;margin-right:35px;line-height: 30px;}
.reservation_01 .customer_content .gender span{display: inline-block;background:#f2f2f2;width:80px;height:30px;color:#000;text-align: center;line-height: 30px;font-size:14px;margin-left:8px;}
.reservation_01 .customer_content .remarks{margin-bottom:10px;}
.reservation_01 .customer_content .remarks p{font-size:14px;}
.reservation_01 .customer_content .remarks div textarea{width:100%;height:75px;background:#fff;padding-top:5px;}

.reservation_01 .themoney{overflow: hidden;margin-top: 15px;}
.reservation_01 .themoney .money{text-align: center;}
.reservation_01 .themoney .money .money_name{font-size:14px;margin-right:10px;line-height: 40px;}
.reservation_01 .themoney .money .money_1{font-size:14px;line-height: 40px;border-bottom:1px dashed #ddd;}
.reservation_01 .themoney .yuyue{margin:0 auto;width:100%;margin-top: 25px;}
.reservation_01 .themoney .yuyue input{width:100%;height: 100%;border:none;background:#0485f7;color:#fff;font-size: 15px;height:45px;text-align: center;line-height: 45px;}
.reservation_01 .reservation_imgson{height:100%;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important;}
.reservation_01 .bechoosedradio{background:#0485f7;color:#fff;}
.reservation_01 .bechoosedcheckbox {background:#0485f7;color:#fff;}
.reservation_01 .meal input{display: none;}
.reservation_01 .customer_content .gender .bechoose{background:#0485f7;color:#fff;}
.reservation_01 .customer_content .gender input{display: none;}
.reservation_01 .truemoney{color:#0485f7;font-family: microsoft yahei;font-size: 20px;}
.reservation_01 .re_select{margin-bottom:10px;}
.reservation_01 .re_select p{font-size:14px;}
.reservation_01 .re_select div{width:100%;}
.reservation_01 .re_select div select{width:100%;padding-left: 10px;border:1px solid #ddd;background: #fff url("../img/reservation/reservation_01/toggle.png");background-position:98% 50%;background-repeat: no-repeat ;}

.reservation_01 .re_number{margin-right:15px;width:100%;font-size: 14px;margin-bottom:10px;}
.reservation_01 .re_number p{font-size:14px;}
.reservation_01 .re_number div{width:100%;}
.reservation_01 .re_number div input{background:#fff;width:calc(100% - 50px);border:1px solid #e5e5e5;border-right:none;float: left;}


.reservation_01 .re_adress{margin-bottom:10px;width: 100%;}
.reservation_01 .re_adress p{font-size:14px;}
.reservation_01 .re_adress div{width:100%;}
.reservation_01 .re_adress select{padding-left:5px;width: 100%;margin-right:6px;border:1px solid #ddd;background:#fff url("../img/reservation/reservation_01/toggle.png");background-position:93% 50%;background-repeat: no-repeat ;}



.reservation_01 .re_date{margin-bottom: 15px;}
.reservation_01 .re_date p{float: left;font-size:14px;margin-right:15px;}


.reservation_01 .re_date_more{margin-bottom: 10px;}
.reservation_01 .re_date_more p{font-size:14px;margin-right:15px;}
.reservation_01 .re_date_more input{width:calc( 50% - 5px); background: #fff;}
.reservation_01 .choosedate{background:#fff ;background-size:auto 18px;background-position:6px 50%;background-repeat:no-repeat;width:100%; display: block;float: left; font-size: 12px;padding-left:10px;}



.reservation_01 .re_time{margin-bottom:10px;}
.reservation_01 .re_time p{font-size:14px;margin-right:15px;}
.reservation_01 .re_time div{}
.reservation_01 .re_time div input{background-color:#fff;background-size:auto 18px;background-position:6px 50%;background-repeat:no-repeat;width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;}

/*附属产品的样式*/
.reservation_01 .Sub_meal{font-size:14px;width:35px;margin-right:5px;}
.reservation_01 .Sub_prod{float: none;width:100%;}
.reservation_01 .Sub_kind{font-size: 14px;color:#333;margin-top:15px;line-height: 14px;}
.reservation_01 .Sub_kind:first-child{margin-top: 0;}
.reservation_01 .Sub_cont{}
.reservation_01 .Sub_cont_box{width: calc(50% - 8px);float: left;margin-top:12px;margin-right:8px;min-width: 200px;max-width:250px;}
.reservation_01 .SUb_img{width:50px;height:50px;float: left;margin-right:5px;overflow: hidden;}
.reservation_01 .SUb_img img{width:100%;height:auto; position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.reservation_01 .radio_prod,.reservation_01 .checkbox_prod{float: left;position:relative;margin-right: 5px;height:auto;}
/*.reservation_01  input[type="checkbox"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;width: 15px;height:15px;border:1px solid #ccc;}*/
.reservation_01 .Sub_line{float: left;}
.reservation_01 .SUb_line{float: left;width:calc(100% - 55px);font-size: 12px;}
.reservation_01 .Sub_name{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.reservation_01 .Sub_price{}
.reservation_01 .Subordinate_prod{margin-top:15px;}

.reservation_01 .formboxSet:last-child{margin-bottom:0 !important;}

.reservation_01 .formbox{}


.reservation_01 .re_adress table{width: 100%;}
.reservation_01 .re_adress td{width:33.33%;}
.reservation_01 .must{color: #f00;font-size: 14px;margin-left:5px;}
.reservation_01 .meal .must{color: #f00;font-size: 14px;margin-left:5px;float:none;width:auto;background:none;height: auto;margin-bottom: 0;}
.reservation_01 .unit{width: 50px;height:40px;background: #fff;border:1px solid #e5e5e5;border-left:none;display: block;float: left;line-height: 40px;overflow: hidden;font-size: 14px;text-align: right;padding-right:15px;-moz-box-sizing: border-box;  /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.reservation_01 .customer_content .wordtips{font-size: 12px;float: none;clear:both;}
.reservation_01 .customer_content .name .wordtips{font-size: 12px;float: none;clear:both;}



/*优惠券*/
.reservation_01 .couponsList{ height:45px; line-height:45px; font-size:14px;}
.reservation_01 .couponsList .priceright{ margin-top:5px; }
.reservation_01 .coupons{ font-size:14px; float:right; width:auto; padding-right:25px; height:35px; line-height:35px; padding-left:10px; border:1px solid #ddd;background: #fff url("../img/reservation/reservation_01/toggle.png");background-position:98% 50%;background-repeat: no-repeat ;}

/*积分*/
.reservation_01 .payPoints{ height:40px; line-height:40px; position:relative; }
.reservation_01 .payPoints .priceleft{ font-size:14px;}
.reservation_01 .payPoints .priceright{ margin-top:7.5px; }

/*会员卡*/
.reservation_01 .vipCard{line-height:40px; font-size:14px; }
/**/
.reservation_01 .timeshow{margin-top: 10px;}
.reservation_01 .timeshow_tit{}
.reservation_01 .timeshow_box{width: 120px;height:40px;line-height:40px;float: left;margin-right:2%;position: relative;text-align: center;margin-bottom: 10px;}
/*.reservation_01 .timeshow_choose{background:#7757d7;color:#fff;}*/
.reservation_01  .timeshow input[type="radio"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;width: 100%;height:100%;position: absolute;left:0;top:0;}

.reservation_01  .adresscont{width: calc(100% - 4px);display: block;margin: 0 auto;}
.reservation_01  .themod{padding:10px;}
.reservation_01  .themoney{margin-bottom: 0 !important;}
.reservation_01  .secondtitle{    position: absolute;left: calc(50% + 5px);}

.reservation_01  .priceleft{float: left;}
.reservation_01  .priceright{float: right;}

/* jcDateIco */
.jcDateIco{background:#fff url(../img/reservation/reservation_01/dateIco.png) no-repeat right center;}
input.jcDate{cursor:pointer;}
#jcDate{background:#fefefe;width:250px;padding:10px;height:180px;position:absolute;z-index:1000;border:2px solid #2b84b5;color:#333;display:none;font-size:0;overflow:hidden;}
#jcDateTt{height:15px;line-height:15px;position:relative;margin-bottom:10px;}
#jcDateTt a{color:#333;display:block;position:absolute;top:0;width:15px;height:15px;cursor:pointer;}
#jcDateTt a#d_prev{background:url(../img/reservation/reservation_01/r_left.png) no-repeat center 3px;left:0;}
#jcDateTt a#d_next{background:url(../img/reservation/reservation_01/r_right.png) no-repeat center 3px;right:0;}
#jcDateTt a#d_prev:hover{background-position:center -11px;background-color:#2b84b5;}
#jcDateTt a#d_next:hover{background-position:center -11px;background-color:#2b84b5;}
#jcDateTt div{position:absolute;top:0;left:15px;right:15px;bottom:0;color:#333;font-size:12px;font-weight:bold;text-align:center;}
#jcDateTt div samp,#jcDateTt div span{margin:0 5px;color:#333;font-size:12px;font-weight:bold;cursor:pointer;}
#jcDateTt div samp:hover,#jcDateTt div span:hover,#jcDateTt div samp.visited,#jcDateTt div span.visited{color:#2b84b5;}
#jcDateMax{width:3035px;height:124px;position:relative;left:-687px;top:0;}
#jcDateMax ul{width:250px;font-size:0;float:left;height:145px;display:inline-black;}
#jcDayWrap{overflow:hidden;}
#jcYeas,#jcMonth{display:none;overflow:hidden;padding-left:2px;margin-bottom:10px;}
#jcYeas dt,#jcYeas dd{font-weight:bold;width:53px;height:30px;float:left;text-align:center;line-height:30px;cursor:pointer;}
#jcYeas dt:hover,#jcYeas dd:hover,#jcMonth dt:hover,#jcMonth dd:hover{background:#5aaad8;color:#fff;}
#jcYeas dt.visited,#jcYeas dd.visited,#jcMonth dt.visited,#jcMonth dd.visited{background:#2b84b5;color:#fff;}
#jcMonth dt{font-weight:bold;width:53px;height:25px;float:left;text-align:center;line-height:25px;cursor:pointer;margin:10px 0;}
#jcDayWrap ul li,
#jcDayCon dt{float:left;width:35.7px;line-height:23px;text-align:center;display:inline;}
#jcDayWrap ul li{color:#bbb;cursor:pointer;}
#jcDayCon dt{color:#2b84b5;font-size:13px;}
#jcDayWrap ul li.jcDateColor{color:#555;}
#jcDayWrap ul li.visited{background:#2b84b5;color:#fff;}
#jcDayWrap ul li:hover{background:#5aaad8;color:#fff;}
#jcDateMax{clear:both;}
#jcDateBtn{clear:both;line-height:19px;height:19px;padding-top:10px;overflow:hidden;}
#jcTimeWrap{float:right;width:54px;border:1px solid #999;border-left:1px solid #555;border-top:1px solid #555;height:17px;overflow:hidden;display:none;}
#jcDateBtn label{width:6px;line-height:18px;height:17px;display:block;float:left;text-align:center;color:#333;}
#jcDateBtn input{line-height:17px;height:17px;text-align:center;float:left;width:24px;border:0;}
#jcDateBtn samp,#jcDateBtn span{float:left;margin-right:10px;cursor:pointer;}
#jcDateBtn samp:hover,#jcDateBtn span:hover{color:#d52222;}
#jcDateBtn a#d_sub{width:37px;float:right;display:block;line-height:18px;height:17px;text-align:right;cursor:pointer;}
#jcDateBtn a#d_sub:hover{text-decoration:none;color:#d52222;font-weight:bold;}
/**************************************** jQuery jcdate - End ****************************************************/
.reservation_01 .labSet{line-height: 1;margin-bottom: 8px;}
.reservation_01 .wordtips{}


@media screen and (max-width: 640px){
#jcDate{left:10px !important;}
.reservation_01 .timeshow_box{width:48%;}
.reservation_01 .about{}
.reservation_01{min-width: 0;}
.reservation_01 .payPoints .priceleft{ font-size:12px; }
.reservation_01 .reservation_img{float: none;width:100%;height:auto !important;margin-bottom:10px;}
.reservation_01 .reservation_content{float: none;width: 100%;margin:0 auto;padding:0;}
.reservation_01 .couponsList{ font-size:12px; }
.reservation_01 .coupons{font-size:12px;}
.reservation_01 .themoney .money{float: none;}
.reservation_01 .couponsList .priceright{ margin-top:0; }
.reservation_01 .themoney .yuyue{float: none;margin:0 auto;}
.reservation_01 .themoney .yuyue input{margin-top: 10px;}
.reservation_01 .reservation_img img{width: 100%;height:auto;position: absolute;}
.reservation_01  input[type="number"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;}
.reservation_01  textarea{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;}

.reservation_01 .indate input{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;width: 110px;}
.reservation_01 .outdate input{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;width: 110px;}
.reservation_01 .home_num input{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;}
/*.reservation_01 .customer_content .name div{width: calc(100% - 120px);}
.reservation_01 .customer_content .phone div{width: calc(100% - 120px);}*/
.reservation_01 .swiper-slide{margin-bottom: 100%;}
.reservation_01 .Sub_cont_box{width: 100%;}
.reservation_01 .themoney .money .money_1{line-height: 35px; font-size: 12px;}
.reservation_01 .themoney .yuyue input{height: 40px;line-height: 40px;}

}
 
  

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

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

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

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

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

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

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

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

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

	#image_style_01_1516005324474 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516005324474 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1516005324474 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1516005324474 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;}
/*产品名称样式*/
.prodetail_1{font-size:14px; color:#555; line-height:1.4; text-align:left; padding:.4em 0; width:100%;}
.prodetail_1 img{max-width: 100%;}

@media screen and (max-width:767px){
.prodetail_1{font-size:12px; }
.proDetailStyle_1 img{width:100% !important; height:auto !important;}
}

.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1584411116601  ul li{width: 18.4%;}
        #image_style_13_1_1584411116601  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584411116601  ul li.imgTextLi .left{width: 40px;}
        #image_style_13_1_1584411116601  ul li.imgTextLi .cont{width: calc(100% - 40px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1584411116601  ul li{width: 18.4%;}
        #image_style_13_1_1584411116601  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584411116601  ul li.imgTextLi .left{width: 36px;}
        #image_style_13_1_1584411116601  ul li.imgTextLi .cont{width: calc(100% - 36px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1584411116601  ul li{width: 28%;}
        #image_style_13_1_1584411116601  ul li.imgTextLi{margin-bottom:8%;}
        #image_style_13_1_1584411116601  ul li.imgTextLi .left{width: 36px;}
        #image_style_13_1_1584411116601  ul li.imgTextLi .cont{width: calc(100% - 36px);}
        }
    /*产品样式*/
.prodEstimate_default{width:100%; clear: both;box-sizing: border-box;}
.prodEstimate_default ul{width: 100%;}
.prodEstimate_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prodEstimate_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prodEstimate_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prodEstimate_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prodEstimate_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prodEstimate_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prodEstimate_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prodEstimate_default .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%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prodEstimate_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prodEstimate_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prodEstimate_default .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; width: 100%;}
.prodEstimate_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prodEstimate_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prodEstimate_default .p_group { margin-bottom: 5px; display: block; float: left; width:70%; color: #666; font-size: 12px;}
.prodEstimate_default .p_group .p_lb{display: none;}
.prodEstimate_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prodEstimate_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 30%; color: #666; font-size: 12px;}
.prodEstimate_default .p_jg{display: none;}
.prodEstimate_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prodEstimate_default .p_value {color: #ff002a; font-size:26px;}
.prodEstimate_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prodEstimate_default .unit {color: #ff002a;font-size: 16px;}
.prodEstimate_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prodEstimate_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prodEstimate_default .v_value {color: #333; font-size: 18px;}
.prodEstimate_default .v_unit {color: #333;font-size: 12px;}
.prodEstimate_default .pro_button {margin: 10px 0; overflow: hidden;}
.prodEstimate_default .p_link { float: left; width: 48%; text-align: center;}
.prodEstimate_default .p_link a {display: block; padding: 10px 15px;}
.prodEstimate_default .p_cart { text-align: center;}
.prodEstimate_default .p_cart a {display: block; padding: 10px 15px; background: #f00; color: #fff;}
.prodEstimate_default a{text-decoration:none; }
.prodEstimate_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prodEstimate_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prodEstimate_default .p_price2 .unit{font-size:14px;color:gray;}
.prodEstimate_default .p_price2 .p_value{font-size:14px;color:gray;}
.prodEstimate_default .p_price2 .p_value{font-size:14px;color:gray;}
.prodEstimate_default .prodEstimate_ul>li{width: 100% !important;padding: 25px 0;border-bottom: 1px solid #E6E6E6; box-sizing: border-box;}
.prodEstimate_default .prodEstimate_list{clear: both;overflow: hidden;}
.prodEstimate_default .prodEstimate_profilePic{width:90px;border-radius:100%;float: left;overflow: hidden;}
.prodEstimate_default .prodEstimate_profilePic img{width: 100%;height: 90px;}
.prodEstimate_default .prodEstimate_detail{box-sizing: border-box;width:-moz-calc(100% - 90px);width:-webkit-calc(100% - 90px);width:calc(100% - 90px);float: left;padding-left: 20px;}
.prodEstimate_default .prodEstimate_user{margin-bottom:10px;box-sizing: border-box;color:#1A1A1A;font-size: 22px;font-family: Microsoft YaHei;width: 100%;line-height: 24px;display:block;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.prodEstimate_default .prodEstimate_customer{float:left;box-sizing: border-box;color:#1A1A1A;font-size: 22px;font-family: Microsoft YaHei;width: 50%;line-height: 24px;display:block;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.prodEstimate_default .prodEstimate_core{color:#FEAB07;box-sizing: border-box;font-size: 16px;line-height:24px;font-family: Microsoft YaHei;width: 50%;line-height: 24px;padding-right: 20px;float:left;}
.prodEstimate_default .prodEstimate_core i{line-height:inherit;height:inherit;margin-right:3px;color:inherit;}
.prodEstimate_default .prodEstimate_core i.core_hot{color:#cdcdcd;}
.prodEstimate_default .prodEstimate_prod,.prodEstimate_default .prodEstimate_product{color:#FBA13B;box-sizing: border-box;font-size: 16px;font-family: Microsoft YaHei;width: 50%;line-height: 24px;padding-left: 20px;float:right;text-align: right;display:block;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.prodEstimate_default .prodEstimate_prod a,.prodEstimate_default .prodEstimate_product a{color: inherit;}
.prodEstimate_default .prodEstimate_content{font-size: 16px;color: #808080;line-height: 24px;text-align: justify;margin-top: 10px;}
.prodEstimate_default .prodEstimate_enlarge>img{position:absolute;max-height: 100%;left: 50%;-o-transform:translateY(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
.prodEstimate_default .prodEstimate_enlarge{overflow:hidden;position:relative;margin-top: 2%;display: none;position: relative;width: 100%;height: 410px;}
.prodEstimate_default .prod_Ulist{margin-top: 20px;display: -webkit-flex;display: -moz-flex;display: flex;flex-wrap: wrap;justify-content: space-between;}
.prodEstimate_default .prodEstimate_top{clear: both;overflow: hidden;}
.prodEstimate_default .prodEstimate_enlarge .prodEstimate_change{position: absolute;top: 0;height: 100%;}
.prodEstimate_default .prodEstimate_enlarge .prodEstimate_change button{width: 100%;height: 100%;background: none;border: 0;color: #C5C5C5;font-size: 50px;-moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
.prodEstimate_default .prodEstimate_enlarge .prodEstimate_change button:hover{color: #A0A0A0;}
.prodEstimate_default .prodEstimate_enlarge .prodEstimate_change img{position: absolute;width: 100%;cursor: pointer;background: #000;top: 50%;-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.prodEstimate_default .prodEstimate_enlarge .prodEstimate_left{left: 10px;}
.prodEstimate_default .prodEstimate_enlarge .prodEstimate_right{right: 10px;}
.prodEstimate_default .prod_img img{cursor:pointer;}
.prodEstimate_default .prod_img a.js-smart{display: none;}
.smartphoto-nav{display: none !important;}
.smartphoto .smartphoto-dismiss{cursor:pointer;height: 100%;background-repeat: no-repeat;top: 0;width: 50px;right: 0;background-size: 50%;background-position: center;}
.prodEstimate_default .prod_Ulist li{width: 32.5% !important;margin-bottom: 1.25%;}
.prodEstimate_default .prodEstimate_time{text-align: right;font-size: 13px;color: #808080;font-family:Microsoft YaHei;padding:5px 0 0;}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	.prodEstimate_default .prodEstimate_content{font-size: 14px;}
	.prodEstimate_default .prodEstimate_profilePic{width:80px;}
	.prodEstimate_default .prodEstimate_detail{width:-moz-calc(100% - 80px);width:-webkit-calc(100% - 80px);width:calc(100% - 80px);float: left;padding-left: 20px;}
}


@media screen and (max-width: 640px){
.prodEstimate_default .p_price2 {padding-top: 5px;}
.prodEstimate_default .prod_info{padding: 6px;}
.prodEstimate_default .unit,.prodEstimate_default .p_vip .v_jg,.prodEstimate_default .v_unit{font-size: 12px;}
.prodEstimate_default .p_vip{height: 18px; line-height: 23px;}
.prodEstimate_default .v_value{font-size: 14px;}
.prodEstimate_default .p_value{font-size: 18px;}
.prodEstimate_default .prod .p_detail{display: none !important;}
.prodEstimate_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
.prodEstimate_default .prodEstimate_profilePic{width: 40px;}
.prodEstimate_default .prodEstimate_user{font-size: 14px;width: 100%;padding: 0;line-height: 18px;margin-bottom:5px;}
.prodEstimate_default .prodEstimate_customer{font-size: 18px;width: 100%;padding: 0;line-height: 18px;}
.prodEstimate_default .prodEstimate_prod{font-size: 12px;padding: 0;text-align: left;line-height: 24px;text-align:right;}
.prodEstimate_default .prodEstimate_product{font-size: 12px;padding: 0;text-align: left;line-height: 24px;width:100%;}
.prodEstimate_default .prodEstimate_content{margin-top: 5px;line-height: 20px;font-size: 12px;}
.prodEstimate_default .prodEstimate_ul>li{padding: 15px; background: #fff;}
.prodEstimate_default .prodEstimate_detail {padding-left: 12px;width: -moz-calc(100% - 40px);width: -webkit-calc(100% - 40px);width: calc(100% - 40px);}
.prodEstimate_default .prod_Ulist {margin-top: 12px;}
.prodEstimate_default .prod_img a{display: none;}
.prodEstimate_default .prod_img a.js-smart{display: block;}
.prodEstimate_default .prodEstimate_time{margin-top: 8px;font-size: 12px;}
.prodEstimate_default .prod_Ulist li{width: 32% !important;margin-bottom: 2% !important;}
.prodEstimate_default .prodEstimate_enlarge{display: none !important;}
.prodEstimate_default .prodEstimate_core{font-size:14px;}
.prodEstimate_default .prodEstimate_core i{line-height:inherit;height:inherit;margin-right:3px;}
.prodEstimate_default .prodEstimate_core i.core_hot{color:#FEAB07;}
.prodEstimate_default .prodEstimate_profilePic img{width: 100%;height: 40px;}
}
/*pc*/
#prodEstimate_style_01_1515393942489 li{width: 24.25%;}
#prodEstimate_style_01_1515393942489 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#prodEstimate_style_01_1515393942489 li{width: 32.666666666667%;}
	#prodEstimate_style_01_1515393942489 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#prodEstimate_style_01_1515393942489 li{width: 49.5%;}
	#prodEstimate_style_01_1515393942489 li.prod_Item{margin-bottom:1%;}
}

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

#prodEstimate_style_01_1515393942489 .p_name.pc {display:block;}
#prodEstimate_style_01_1515393942489 .p_name.pad, #prodEstimate_style_01_1515393942489 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#prodEstimate_style_01_1515393942489 .p_name.pad {display:block;}
	#prodEstimate_style_01_1515393942489 .p_name.pc, #prodEstimate_style_01_1515393942489 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#prodEstimate_style_01_1515393942489 .p_name.mobile {display:block;}
	#prodEstimate_style_01_1515393942489 .p_name.pc, #prodEstimate_style_01_1515393942489 .p_name.pad {display:none;}
	}
/*菜单样式*/
.menuStyle_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





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

@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1584358872701  ul li{width: 100%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .left{width: 30px;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .cont{width: calc(100% - 30px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1584358872701  ul li{width: 100%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .left{width: 26px;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .cont{width: calc(100% - 26px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1584358872701  ul li{width: 100%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .left{width: 130px;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .cont{width: calc(100% - 130px);}
        }
    
				.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;}
				}
				