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

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

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

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

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

body{ background-position:left top; }



 #image_style_01_1516604155248{width:26px;height:16px;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516604155248{left:1%;width:15.166666666666668%;top:10px;}}   @media screen and (max-width:640px) {#image_style_01_1516604155248{width:26px;height:16px;top:118px;left:45.9375%;display:none;}} #image_style_01_1516604155248 > .view_contents{overflow:visible;} 

 #text_style_01_1516604987006{width:9.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7.5px;left:1.5833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516604987006{left:2.9692470837751856%;width:11.664899257688228%;top:7.5px;}}   @media screen and (max-width:640px) {#text_style_01_1516604987006{width:96%;top:28px;left:2%;display:none;}}  #text_style_01_1516604987006>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516604987006>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516604987006>.view_contents {box-sizing:border-box;}}

 #image_style_01_1516605124352{width:16.6%;height:18px;position:absolute;top:9px;left:11.166666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516605124352{left:15.058324496288442%;width:6%;top:9px;}}   @media screen and (max-width:640px) {#image_style_01_1516605124352{width:199px;height:18px;top:90px;left:18.90625%;display:none;}} #image_style_01_1516605124352 > .view_contents{overflow:visible;} 

 #text_style_01_1516605206093{width:34.583333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7.5px;left:13.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516605206093{width:45.5%;left:17.417815482502654%;top:7.5px;}}   @media screen and (max-width:640px) {#text_style_01_1516605206093{width:96%;top:59px;left:2%;display:none;}}  #text_style_01_1516605206093>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516605206093>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516605206093>.view_contents {box-sizing:border-box;}}

 #image_logo_1516605312077{width:16.666666666666664%;height:44px;position:absolute;top:57px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1516605312077{left:0.9991383881230116%;width:20.67868504772004%;top:52px;}}   @media screen and (max-width:640px) {#image_logo_1516605312077{width:200px;height:35px;top:11.5px;left:1.9970703125%;}} 

 #dh_style_01_1516605401619{width:45.08333333333333%;z-index:999;position:absolute;top:57px;left:54.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1516605401619{z-index:999;left:42.84199363732768%;width:57.15800636267232%;top:52px;}}   @media screen and (max-width:640px) {#dh_style_01_1516605401619{width:85.625%;z-index:999;top:7px;left:14.374999999999998%;}} #dh_style_01_1516605401619 > .view_contents{overflow:visible;}  #dh_style_01_1516605401619 .mainMenuSet {border-top-width:2px;border-bottom-width:2px;border-bottom-style:solid;border-top-style:solid;margin-top:0px;margin-left:20px;margin-right:20px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;color:#7f7f7f;} #dh_style_01_1516605401619 #hot>a {border-bottom-color:#db6653;color:#353535;} @media screen and (max-width:640px) { #dh_style_01_1516605401619 .mainMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1516605401619 #hot>a {background:transparent;color:#d26553;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1516605401619{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1516605401619{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1516605401619{
		
	}
#dh_style_01_1516605401619 .menuStyle_1 .menuScroll{padding:0 18px;}
#dh_style_01_1516605401619 .menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0;}
#dh_style_01_1516605401619 .menuStyle_1 .menuScroll>.menuUlCopy{width:100%;}
#dh_style_01_1516605401619 .mainMenuSet{margin:0;}
}

 #user_style_05_1517820790791{width:46.416666666666664%;position:absolute;top:9px;left:53.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1517820790791{left:46.34146341463415%;width:52.14521452145215%;top:9px;}}   @media screen and (max-width:640px) {#user_style_05_1517820790791{width:96%;top:0px;left:2%;display:none;}}  #user_style_05_1517820790791 .textSet {color:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1517820790791{
	
}

#user_style_05_1517820790791 .PopUpLogin #popUpLogin-t ul{float:right;}
#user_style_05_1517820790791 .Login_after a{font-size:12px;font-family: Microsoft YaHei;color:#ffffff!important;padding:0 1px;}
#user_style_05_1517820790791 .Login_after a:nth-child(3){color:#cccccc!important;}
#user_style_05_1517820790791 .Login_after {float:right;}
#user_style_05_1517820790791 li.w{color:#999999;}
#user_style_05_1517820790791 li{float:left;padding: 0px 6px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1517820790791{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1517820790791{
		
	}
}
 #div_a_includeBlock_1516604044305{width:1200px;height:123px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516604044305{height:112px;width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516604044305{width:100%;height:58px;top:0px;left:0%;}} #div_a_includeBlock_1516604044305 > .view_contents{overflow:visible;} 

 #div_blank_1516604055013{width:100%;height:36px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1516604055013{}}   @media screen and (max-width:640px) {#div_blank_1516604055013{width:96%;height:200px;top:491px;left:2%;display:none;}} #div_blank_1516604055013 > .view_contents{overflow:visible;}  #div_blank_1516604055013  {box-sizing:border-box;background:#353535;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1516604055013  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1516604055013  {box-sizing:border-box;}} #comm_layout_header{height:123px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:112px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:58px;display:block;z-index:8;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {border-top-color:#eeb81a;border-top-style:none;border-top-width:2px;border-bottom-style:none;background-repeat:repeat;background-size:auto;background:transparent;} #comm_layout_header:hover {} @media screen and (max-width:640px) { #comm_layout_header>.view_contents {margin-left:0px;margin-right:0px;border-bottom-color:#000000;color:#000000;border-bottom-style:solid;border-bottom-width:0px;box-shadow:#000000 0px 0px 0px ;}} @media screen and (max-width:640px) { #comm_layout_header  {border-bottom-color:#000000;border-bottom-width:0px;border-bottom-style:solid;box-shadow:#000000 0px 0px 0px ;}}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{

	}
}
 #layout_1498113507863{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498113507863{height:1px;}}   @media screen and (max-width:640px) {#layout_1498113507863{height:1px;}} #layout_1498113507863 > .view_contents{overflow:visible;max-width:1200px;} 


 #re_detil_style_01_1517467514472{width:20.833333333333336%;height:250px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#re_detil_style_01_1517467514472{left:1.6967126193001063%;top:27px;width:210px;height:200px;}}   @media screen and (max-width:640px) {#re_detil_style_01_1517467514472{width:41.25%;height:132px;top:30px;left:1.9970703125%;}} 
/*----------------------电脑板式样式----------------------*/
#re_detil_style_01_1517467514472{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#re_detil_style_01_1517467514472{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#re_detil_style_01_1517467514472{
		
	}
}

 #re_detil_style_prodDetail_01_1517467597609{width:73.41666666666666%;position:absolute;top:70px;left:26.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#re_detil_style_prodDetail_01_1517467597609{left:27.571580063626723%;top:27px;width:666px;}}   @media screen and (max-width:640px) {#re_detil_style_prodDetail_01_1517467597609{width:96%;top:190px;left:2%;}} 

 #re_detil_style_prodName_01_1517467628470{width:20.8%;font-size:16px!important;color:#333;line-height:34px;font-family:microsoft yahei!important;position:absolute;top:334px;left:0%;text-align:center;font-weight:bold;}   @media screen and (min-width:641px) and (max-width:1200px) {#re_detil_style_prodName_01_1517467628470{left:1.6967126193001063%;top:238px;width:208px;}}   @media screen and (max-width:640px) {#re_detil_style_prodName_01_1517467628470{width:51.5625%;top:37px;left:46.6845703125%;}} 

 #re_detil_style_prodProfile_01_1517467652972{width:20.8%;height:30px;position:absolute;top:368px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#re_detil_style_prodProfile_01_1517467652972{left:1.6967126193001063%;top:272px;width:204px;}}   @media screen and (max-width:640px) {#re_detil_style_prodProfile_01_1517467652972{width:51.87500000000001%;height:75px;top:71px;left:46.3720703125%;}} 
/*----------------------电脑板式样式----------------------*/
#re_detil_style_prodProfile_01_1517467652972{
	
}
#re_detil_style_prodProfile_01_1517467652972 .prodetail_1{text-align:center;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#re_detil_style_prodProfile_01_1517467652972{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#re_detil_style_prodProfile_01_1517467652972{
		
	}
} #layout_1496303516196{height:398px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1496303516196{height:302px;display:block;}}   @media screen and (max-width:640px) {#layout_1496303516196{height:232px;display:block;}} #layout_1496303516196 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1498113765483{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498113765483{}}   @media screen and (max-width:640px) {#layout_1498113765483{height:25px;}} #layout_1498113765483 > .view_contents{overflow:visible;max-width:1200px;} 





 #text_style_02_1494986612968{width:87.40375905797102%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:12.596240942028986%;top:29.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494986612968{}}   @media screen and (max-width:640px) {#text_style_02_1494986612968{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1494986612968>.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_1494986612968>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1494986612968>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #div_blank_1494986612991{width:50px;height:3px;position:absolute;left:12.596240942028986%;top:70px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1494986612991{}}   @media screen and (max-width:640px) {#div_blank_1494986612991{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1494986612991 > .view_contents{overflow:visible;}  #div_blank_1494986612991  {box-sizing:border-box;background:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1494986612991  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1494986612991  {box-sizing:border-box;}}

 #dh_style_03_1494986612997{width:91.02694746376811%;z-index:999;left:1.9736842105263157%;top:94.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1494986612997{z-index:999;width:147px;left:6.377704326923077%;top:89.5px;}}   @media screen and (max-width:640px) {#dh_style_03_1494986612997{width:14.348025711662075%;z-index:999;left:42.82598714416896%;top:240px;}} #dh_style_03_1494986612997 > .view_contents{overflow:visible;}  #dh_style_03_1494986612997 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1494986612997 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1494986612997 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;} #dh_style_03_1494986612997 .mainMenuSet:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1494986612997 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1494986612997{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1494986612997{
		
	}
}
 #div_includeBlock_1494986612563{width:12.666666666666668%;height:234.5px;position:absolute;top:0px;left:87.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494986612563{width:165px;left:81.77313535911603%;height:229.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1494986612563{width:100%;height:240px;top:467px;left:0%;display:none;}}  #div_includeBlock_1494986612563  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #div_blank_1494986613053{width:50px;height:3px;position:absolute;left:3.3264033264033266%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1494986613053{}}   @media screen and (max-width:640px) {#div_blank_1494986613053{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1494986613053 > .view_contents{overflow:visible;}  #div_blank_1494986613053  {box-sizing:border-box;background:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1494986613053  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1494986613053  {box-sizing:border-box;}}

 #text_style_02_1494986613057{width:93.20754716981132%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:3.7704498977505114%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494986613057{left:5%;width:94.311377245509%;top:91.5px;}}   @media screen and (max-width:640px) {#text_style_02_1494986613057{width:370px;top:0px;}}  #text_style_02_1494986613057>.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_1494986613057>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1494986613057>.view_contents {box-sizing:border-box;}}

 #text_style_02_1494986613065{width:39.965397923875436%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:29.5px;left:3.3250432525951554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494986613065{width:166px;}}   @media screen and (max-width:640px) {#text_style_02_1494986613065{width:66.8859649122807%;top:240px;left:16.55701754385965%;}}  #text_style_02_1494986613065>.view_contents {box-sizing:border-box;color:#ffffff;font-weight:normal;font-size:20px;text-align:left;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494986613065>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494986613065>.view_contents {box-sizing:border-box;font-size:40px;}}
 #div_includeBlock_1494986612586{width:44.166666666666664%;height:187.5px;position:absolute;top:0px;left:39.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494986612586{height:191.5px;width:334px;left:44.85324585635359%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1494986612586{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1494986612586  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_02_1494986613129{width:84%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:212.5px;left:11.671875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494986613129{top:212px;left:11.393382352941178%;width:72.42524916943522%;}}   @media screen and (max-width:640px) {#text_style_02_1494986613129{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1494986613129>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494986613129>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494986613129>.view_contents {box-sizing:border-box;}}

 #div_blank_1494986613133{width:50px;height:3px;position:absolute;left:4.03125%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1494986613133{top:73px;height:3px;left:1.9656019656019657%;}}   @media screen and (max-width:640px) {#div_blank_1494986613133{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1494986613133 > .view_contents{overflow:visible;}  #div_blank_1494986613133  {box-sizing:border-box;background:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1494986613133  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1494986613133  {box-sizing:border-box;}}

 #image_style_01_1494986613138{width:9.75%;height:25px;position:absolute;top:97.5px;left:1.515625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494986613138{left:0%;top:95px;}}   @media screen and (max-width:640px) {#image_style_01_1494986613138{width:57.3921028466483%;height:200px;top:200px;left:21.30394857667585%;display:none;}} #image_style_01_1494986613138 > .view_contents{overflow:visible;} 

 #image_style_01_1494986613144{width:9.5%;height:25px;position:absolute;top:136px;left:1.41796875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494986613144{left:0.2457002457002457%;width:9.647058823529411%;top:137.5px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1494986613144{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1494986613144 > .view_contents{overflow:visible;} 

 #image_style_01_1494986613149{width:6.833333333333333%;height:25px;position:absolute;top:176px;left:2.69921875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494986613149{left:0.5835380835380835%;top:177px;height:25px;width:37px;}}   @media screen and (max-width:640px) {#image_style_01_1494986613149{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1494986613149 > .view_contents{overflow:visible;} 

 #image_style_01_1494986613156{width:6.166666666666667%;height:25px;position:absolute;top:214.5px;left:3.0390625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494986613156{left:0.9411764705882352%;top:213px;width:38px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1494986613156{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1494986613156 > .view_contents{overflow:visible;} 

 #image_style_01_1494986613163{width:10%;height:35px;position:absolute;top:248px;left:1.08984375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494986613163{left:0.4914004914004914%;top:247.5px;height:38px;}}   @media screen and (max-width:640px) {#image_style_01_1494986613163{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1494986613163 > .view_contents{overflow:visible;} 

 #text_style_02_1494986613167{width:66.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:11.74609375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494986613167{left:11.295681063122927%;width:77.40863787375415%;top:92.5px;}}   @media screen and (max-width:640px) {#text_style_02_1494986613167{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1494986613167>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494986613167>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494986613167>.view_contents {box-sizing:border-box;}}

 #text_style_02_1494986613172{width:49.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:134px;left:11.46875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494986613172{left:11.125%;top:134px;width:216px;}}   @media screen and (max-width:640px) {#text_style_02_1494986613172{width:100%;top:145px;left:0%;display:none;}}  #text_style_02_1494986613172>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494986613172>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494986613172>.view_contents {box-sizing:border-box;}}

 #text_style_02_1494986613179{width:66.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:174.5px;left:11.9921875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494986613179{left:11.528716216216216%;top:175px;width:190px;}}   @media screen and (max-width:640px) {#text_style_02_1494986613179{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1494986613179>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494986613179>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494986613179>.view_contents {box-sizing:border-box;}}

 #text_style_02_1494986613184{width:88.1015625%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:250.5px;left:11.9140625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494986613184{left:11.390509828009828%;top:254px;width:357px;}}   @media screen and (max-width:640px) {#text_style_02_1494986613184{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1494986613184>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494986613184>.view_contents {box-sizing:border-box;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1494986613184>.view_contents {box-sizing:border-box;}}

 #text_style_02_1494986613188{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_1494986613188{left:1.9656019656019657%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1494986613188{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1494986613188>.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_1494986613188>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1494986613188>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}
 #div_includeBlock_1494986612590{width:34.583333333333336%;height:283px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494986612590{height:285.5px;width:407px;}}   @media screen and (max-width:640px) {#div_includeBlock_1494986612590{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1494986612590  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1494986612590  {border-left-width:0px;}}
 #div_includeBlock_1494986612168{width:1200px;height:283px;position:absolute;top:15.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494986612168{left:2.014846235418876%;width:96%;height:285.5px;top:20px;}}   @media screen and (max-width:640px) {#div_includeBlock_1494986612168{width:96%;height:227px;top:69px;left:2%;display:none;}} 


 #text_style_02_1494986612649{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:21px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494986612649{width:100%;left:0%;top:21px;}}   @media screen and (max-width:640px) {#text_style_02_1494986612649{width:100%;top:10px;left:0%;}}  #text_style_02_1494986612649>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494986612649>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494986612649>.view_contents {box-sizing:border-box;text-align:center;font-size:12px;}}
 #div_includeBlock_1494986612190{width:100%;height:92px;position:absolute;top:316.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494986612190{left:0%;top:306.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1494986612190{width:96.00000000000001%;height:49px;top:6px;left:1.9970703125%;display:block;}}  #div_includeBlock_1494986612190  {background:#222222;}

 #qqol_style_01_1520826176887{width:14.757554462403375%;position:absolute;top:83px;left:85.24244553759662%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1520826176887{left:15.346534653465348%;width:69.3069306930693%;}}   @media screen and (max-width:640px) {#qqol_style_01_1520826176887{width:96%;top:0px;left:2%;display:none;}} #qqol_style_01_1520826176887 > .view_contents{overflow:visible;} 
 #div_includeBlock_1494986611852{width:100%;height:408.5px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494986611852{height:398.5px;width:100%;}}   @media screen and (max-width:640px) {#div_includeBlock_1494986611852{width:100%;height:61px;top:0px;left:0%;}}  #div_includeBlock_1494986611852  {background:#222222;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1494986611852  {background-position-x:50%;background:#222222;}} #comm_layout_footer{height:409px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:398.5px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:61px;}}  #comm_layout_footer  {}
/*弹窗效果*/
.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;}
}



	#image_style_01_1516604155248 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516604155248 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1516604155248 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516604155248 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_1516605124352 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516605124352 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1516605124352 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516605124352 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;}
.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_1516605401619 .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;}
}
/*弹窗效果*/
.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}/*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; }/*产品名称样式*/
.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%;}

@media screen and (max-width:320px){
.prodetail_1{font-size:12px; }
}

/*菜单样式*/
.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_1494986612997 .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;}
}

	#image_style_01_1494986613138 .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_1494986613138 .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_1494986613138 .CompatibleImg img{null}}
#image_style_01_1494986613138 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_1494986613144 .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_1494986613144 .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_1494986613144 .CompatibleImg img{null}}
#image_style_01_1494986613144 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_1494986613149 .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_1494986613149 .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_1494986613149 .CompatibleImg img{null}}
#image_style_01_1494986613149 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_1494986613156 .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_1494986613156 .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_1494986613156 .CompatibleImg img{null}}
#image_style_01_1494986613156 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_1494986613163 .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_1494986613163 .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_1494986613163 .CompatibleImg img{null}}
#image_style_01_1494986613163 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;}

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




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