
/**
    *编辑器         \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; }


 #banner_style_01_1540367867439{width:100%;height:650px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1540367867439{height:455px;}}   @media screen and (max-width:640px) {#banner_style_01_1540367867439{width:100%;height:170px;top:0px;left:0%;}} 

 #dh_style_01_1519697492395{width:48.10583283223091%;z-index:999;position:absolute;top:8px;left:37.973541791942274%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1519697492395{z-index:999;width:583px;left:calc(100% - 583px);}}   @media screen and (max-width:640px) {#dh_style_01_1519697492395{width:14.6875%;z-index:999;top:0px;left:85.3125%;}} #dh_style_01_1519697492395 > .view_contents{overflow:visible;}  #dh_style_01_1519697492395 .mainMenuSet {font-size:16px;line-height:81px;height:81px;color:#ffffff;border-color:#000000;} #dh_style_01_1519697492395 #hot>a {color:#ffffff;border-bottom-style:solid;border-bottom-width:3px;border-bottom-color:#7bb72e;border-color:transparent;background-repeat:no-repeat!important;background-position:50% 50% !important;background: url(../img/upimages/pkgimg/pkgimg/20181024155534730.png);background-size:auto;} #dh_style_01_1519697492395 .mainMenuSet:hover {color:#ffffff;border-bottom-color:#7bb72e;border-bottom-style:solid;border-bottom-width:3px;border-width:2px;border-style:solid;border-color:transparent;border-top:none;border-right:none;border-left:none;background-repeat:no-repeat!important;background-position:50% 50% !important;background: url(../img/upimages/pkgimg/pkgimg/20181024155534730.png);background-size:auto;} #dh_style_01_1519697492395 .subminSet:hover {border-style:solid;border-top:none;border-right:none;border-left:none;border-color:#58a7ce;} #dh_style_01_1519697492395 .columnSet:hover {border-width:2px;border-color:#58a7ce;border-top:none;border-right:none;border-left:none;} #dh_style_01_1519697492395 .columnSet {color:#58a7ce;border-color:#58a7ce;} @media screen and (max-width:640px) { #dh_style_01_1519697492395 .mainMenuSet {line-height:40px;height:40px;font-size:16px;border-bottom-style:none;color:#ffffff;text-align:center;text-indent:em;margin-left:-24px;}} @media screen and (max-width:640px) { #dh_style_01_1519697492395 .mainMenuSet:hover {color:#ffffff;border-bottom-style:none;text-align:center;border-top:none;border-right:none;border-bottom:none;border-left:none;}} @media screen and (max-width:640px) { #dh_style_01_1519697492395 #hot>a {border-bottom-style:solid;border-bottom-color:#7bb72e;border-bottom-width:2px;color:#ffffff;border-color:#ffffff;text-align:center;border-top:none;border-right:none;border-bottom:none;border-left:none;}} @media screen and (max-width:640px) { #dh_style_01_1519697492395 .subMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1519697492395 .columnSet {color:#ffffff;border-color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1519697492395 .icoMenuSet {color:#000000;}} @media screen and (max-width:640px) { #dh_style_01_1519697492395  {background:rgba(255,255,255,0.7);}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1519697492395 .mainMenuSet {text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1519697492395 .mainMenuSet:hover {text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1519697492395 #hot>a {text-align:center;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1519697492395{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1519697492395{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1519697492395{
		
	}
}

 #image_logo_1519695931072{width:14.195361911454674%;height:68px;position:absolute;top:33px;left:8.741069694513682%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1519695931072{left:2.2390863169794497%;top:33.5px;height:46px;width:163px;}}   @media screen and (max-width:640px) {#image_logo_1519695931072{width:103px;height:34px;top:17px;left:4.813889567057291%;display:block;}}  #image_logo_1519695931072 .imgSet {border-radius:25px;} #comm_layout_header{height:650px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:455px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:172px;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #image_style_01_1519716542280{width:580px;height:330px;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519716542280{left:5.075225344644751%;width:420px;height:302px;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1519716542280{width:92%;height:163px;top:30px;left:4%;}} #image_style_01_1519716542280 > .view_contents{overflow:visible;} 

 #text_style_01_1519716639010{width:48.41666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:50.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519716639010{width:45%;left:53.89879374337222%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1519716639010{width:92%;top:204px;left:3.9990234375000004%;}}  #text_style_01_1519716639010>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:25px;line-height:30px;color:#58a7ce;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519716639010>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1519716639010>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;height:25px;}}

 #text_style_01_1519717137885{width:48.4%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:95px;left:50.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519717137885{width:44%;left:53.8%;top:90px;}}   @media screen and (max-width:640px) {#text_style_01_1519717137885{width:92%;top:237px;left:3.9990234375000004%;}}  #text_style_01_1519717137885>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519717137885>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519717137885>.view_contents {box-sizing:border-box;font-size:12px;}}

 #customForm_style_button_01_1519718121115{width:21.208907741251327%;position:absolute;top:185px;left:50.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1519718121115{width:13.149522799575822%;top:195px;left:53.88253793929712%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1519718121115{width:92%;top:357px;left:3.9990234375000004%;display:none;}} #customForm_style_button_01_1519718121115 > .view_contents{overflow:visible;}  @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1519718121115 .btnaSet {text-align:left;color:#333333;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;font-size:12px;}} #customForm_style_button_01_1519718121115 .btnaSet {text-align:left;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;background:transparent;} #customForm_style_button_01_1519718121115 .btnaSet:hover {color:#7bb72e;} @media screen and (max-width:640px) { #customForm_style_button_01_1519718121115 .btnaSet {font-size:12px;line-height:25px;height:25px;}} @media screen and (max-width:640px) { #customForm_style_button_01_1519718121115 .btnaSet:hover {color:#333333;}}

 #image_style_01_1540000665664{width:24%;height:150px;position:absolute;top:228.984375px;left:50.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540000665664{top:250px;height:106px;width:21.08626198083067%;left:52.5613185569755%;}}   @media screen and (max-width:640px) {#image_style_01_1540000665664{width:42%;height:80px;top:390px;left:3.997802734375%;}} #image_style_01_1540000665664 > .view_contents{overflow:visible;} 

 #image_style_01_1540001629839{width:24%;height:150px;position:absolute;top:228.984375px;left:76%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540001629839{height:106px;width:21.08626198083067%;top:249px;left:75.97843450479233%;}}   @media screen and (max-width:640px) {#image_style_01_1540001629839{width:47.1875%;height:80px;top:390px;left:48.997802734375%;}} #image_style_01_1540001629839 > .view_contents{overflow:visible;}  #layout_1519716423961{height:380px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519716423961{height:356px;}}   @media screen and (max-width:640px) {#layout_1519716423961{height:470px;}} #layout_1519716423961 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1539932000235{width:580px;height:330px;position:absolute;top:50px;left:50.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539932000235{height:300px;left:490px;top:55px;width:450px;}}   @media screen and (max-width:640px) {#image_style_01_1539932000235{width:92%;height:163px;top:0px;left:4%;}} #image_style_01_1539932000235 > .view_contents{overflow:visible;} 

 #text_style_01_1539932141452{width:590px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0.015151659647623697%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539932141452{width:420px;top:50px;left:5%;}}   @media screen and (max-width:640px) {#text_style_01_1539932141452{width:92%;top:163px;left:4%;}}  #text_style_01_1539932141452>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:25px;line-height:30px;color:#58a7ce;height:30px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539932141452>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1539932141452>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;height:25px;}}

 #text_style_01_1539932227296{width:590px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:104px;left:0.010416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539932227296{width:420px;top:90px;left:5%;}}   @media screen and (max-width:640px) {#text_style_01_1539932227296{width:92%;top:193px;left:4%;}}  #text_style_01_1539932227296>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539932227296>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539932227296>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1539932517060{width:24%;height:150px;position:absolute;top:230px;left:0.014322916666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539932517060{top:250px;height:110px;width:21%;left:4.784012247071352%;}}   @media screen and (max-width:640px) {#image_style_01_1539932517060{width:43.99999999999999%;height:74px;top:267px;left:28.000000000000004%;}} #image_style_01_1539932517060 > .view_contents{overflow:visible;} 

 #image_style_01_1539932526179{width:24%;height:150px;position:absolute;top:230.99609375px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539932526179{top:250px;height:110px;width:21%;left:28.529769036208734%;}}   @media screen and (max-width:640px) {#image_style_01_1539932526179{width:43.99999999999999%;height:74px;top:207.00282287597656px;left:3.274962628474001%;}} #image_style_01_1539932526179 > .view_contents{overflow:visible;} 

 #customForm_style_button_01_1539936971244{width:590px;position:absolute;top:182.96875px;left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1539936971244{top:195px;left:5%;width:420px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1539936971244{width:92%;top:281.00282287597656px;left:4%;display:none;}} #customForm_style_button_01_1539936971244 > .view_contents{overflow:visible;}  @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1539936971244 .btnaSet {text-align:left;color:#333333;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;font-size:12px;}} #customForm_style_button_01_1539936971244 .btnaSet {text-align:right;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;background:transparent;} #customForm_style_button_01_1539936971244 .btnaSet:hover {color:#7bb72e;} @media screen and (max-width:640px) { #customForm_style_button_01_1539936971244 .btnaSet {font-size:12px;line-height:25px;height:25px;}} @media screen and (max-width:640px) { #customForm_style_button_01_1539936971244 .btnaSet:hover {color:#333333;}} #layout_1519719700579{height:381.984375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519719700579{height:360px;}}   @media screen and (max-width:640px) {#layout_1519719700579{height:186px;display:none;}} #layout_1519719700579 > .view_contents{overflow:visible;max-width:1200px;} 


 #customForm_style_button_01_1519718513043{width:21.208907741251327%;position:absolute;top:31.671875px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1519718513043{width:13.149522799575822%;display:none;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1519718513043{width:27.8125%;top:9px;left:2.122802734375%;display:block;z-index:99;}} #customForm_style_button_01_1519718513043 > .view_contents{overflow:visible;}  @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1519718513043 .btnaSet {text-align:left;color:#333333;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;}} #customForm_style_button_01_1519718513043 .btnaSet {text-align:left;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;background:transparent;} #customForm_style_button_01_1519718513043 .btnaSet:hover {color:#7bb72e;} @media screen and (max-width:640px) { #customForm_style_button_01_1519718513043 .btnaSet {font-size:12px;line-height:25px;height:25px;text-align:center;color:#898989;}} @media screen and (max-width:640px) { #customForm_style_button_01_1519718513043 .btnaSet:hover {color:#898989;}} #layout_1519718507004{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519718507004{display:none;}}   @media screen and (max-width:640px) {#layout_1519718507004{height:35px;display:block;}} #layout_1519718507004 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1519699210961{width:49.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519699210961{left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1519699210961{width:49.5%;top:30px;left:0%;}}  #text_style_01_1519699210961>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:bold;font-size:30px;text-align:right;line-height:35px;color:#58a7ce;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519699210961>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519699210961>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1519699422380{width:49.7%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:50.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519699422380{left:50.37115588547189%;}}   @media screen and (max-width:640px) {#text_style_01_1519699422380{width:49.5%;top:30px;left:50.625%;}}  #text_style_01_1519699422380>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:bold;font-size:30px;text-align:left;line-height:35px;color:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519699422380>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519699422380>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1519700487618{width:8.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:45.708333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519700487618{width:11%;left:44.485683987274655%;}}   @media screen and (max-width:640px) {#text_style_01_1519700487618{width:23%;top:55px;left:38.4375%;}}  #text_style_01_1519700487618>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;text-align:center;line-height:25px;background:#f4f4f4;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519700487618>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519700487618>.view_contents {box-sizing:border-box;font-size:14px;line-height:18px;}}

 #div_blank_1519700718402{width:20%;height:2px;position:absolute;top:101.5px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1519700718402{left:37.53976670201485%;top:101.5px;width:25%;}}   @media screen and (max-width:640px) {#div_blank_1519700718402{width:45%;height:2px;top:63px;left:27.500000000000004%;}} #div_blank_1519700718402 > .view_contents{overflow:visible;}  #div_blank_1519700718402  {box-sizing:border-box;background:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1519700718402  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1519700718402  {box-sizing:border-box;}}

 #text_style_01_1519700948125{width:51%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:125px;left:24.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519700948125{width:614px;left:calc(50% - 307px);top:125px;}}   @media screen and (max-width:640px) {#text_style_01_1519700948125{width:92%;top:79px;left:3.9990234375000004%;}}  #text_style_01_1519700948125>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519700948125>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519700948125>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1519699194024{height:225px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519699194024{height:183px;}}   @media screen and (max-width:640px) {#layout_1519699194024{height:184px;}} #layout_1519699194024 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519699194024  {background:#f4f4f4;}


 #image_style_12_1540361994877{width:100%;position:absolute;top:87.015625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1540361994877{}}   @media screen and (max-width:640px) {#image_style_12_1540361994877{width:96%;top:0px;left:2%;}} #image_style_12_1540361994877 > .view_contents{overflow:visible;}  #layout_1540361984073{height:619.015625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540361984073{height:634.015625px;}}   @media screen and (max-width:640px) {#layout_1540361984073{height:842px;}} #layout_1540361984073 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1519710885602{width:47.6%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:52.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519710885602{}}   @media screen and (max-width:640px) {#text_style_01_1519710885602{width:45%;top:30px;left:55.00000000000001%;}}  #text_style_01_1519710885602>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:bold;font-size:30px;text-align:left;line-height:35px;color:#58a7ce;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519710885602>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519710885602>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1519710898026{width:52%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519710898026{}}   @media screen and (max-width:640px) {#text_style_01_1519710898026{width:54%;top:30px;left:0%;}}  #text_style_01_1519710898026>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:bold;font-size:30px;text-align:right;line-height:35px;color:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519710898026>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519710898026>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1519711081281{width:8.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:45.75%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519711081281{width:11%;left:44.485683987274655%;}}   @media screen and (max-width:640px) {#text_style_01_1519711081281{width:23%;top:55px;left:38.4375%;}}  #text_style_01_1519711081281>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;text-align:center;line-height:25px;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519711081281>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519711081281>.view_contents {box-sizing:border-box;font-size:14px;line-height:18px;}}

 #div_blank_1519711114385{width:20%;height:2px;position:absolute;top:100px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1519711114385{width:25%;left:37.486744432661716%;}}   @media screen and (max-width:640px) {#div_blank_1519711114385{width:45%;height:2px;top:63px;left:27.500000000000004%;}} #div_blank_1519711114385 > .view_contents{overflow:visible;}  #div_blank_1519711114385  {box-sizing:border-box;background:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1519711114385  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1519711114385  {box-sizing:border-box;}}

 #text_style_01_1519711709466{width:70%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:125px;left:15%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519711709466{width:65.11134676564157%;left:17.444326617179215%;}}   @media screen and (max-width:640px) {#text_style_01_1519711709466{width:92%;top:79px;left:4.0625%;}}  #text_style_01_1519711709466>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519711709466>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519711709466>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1519710677752{height:154px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519710677752{height:154px;}}   @media screen and (max-width:640px) {#layout_1519710677752{height:100px;}} #layout_1519710677752 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_08_1519715479264{width:100%;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_08_1519715479264{width:96%;left:2%;}}   @media screen and (max-width:640px) {#productList_style_08_1519715479264{width:91.875%;top:30px;left:4%;}} #productList_style_08_1519715479264 > .view_contents{overflow:visible;}  #productList_style_08_1519715479264 .twoBgSet {padding-bottom:0px;padding-top:30px;} #productList_style_08_1519715479264 .titleSet {text-align:center;} #productList_style_08_1519715479264 .modSet {border-bottom-left-radius:0px;border-top-left-radius:0px;} #productList_style_08_1519715479264 .imgSet {border-bottom-left-radius:0px;border-top-left-radius:0px;border-bottom-right-radius:0px;border-top-right-radius:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_08_1519715479264 .titleSet {margin-bottom:0px;margin-top:0px;padding-top:0px;font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_08_1519715479264 .twoBgSet {padding-top:10px;}} @media screen and (max-width:640px) { #productList_style_08_1519715479264 .twoBgSet {padding-top:0px;}} @media screen and (max-width:640px) { #productList_style_08_1519715479264 .titleSet {font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_08_1519715479264{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_08_1519715479264 {
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_08_1519715479264{
		
	}
} #layout_1519711733942{height:613px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519711733942{height:533px;}}   @media screen and (max-width:640px) {#layout_1519711733942{height:499px;}} #layout_1519711733942 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1519722779998{height:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519722779998{}}   @media screen and (max-width:640px) {#layout_1519722779998{height:4px;}} #layout_1519722779998 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1519723658451{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:211px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519723658451{}}   @media screen and (max-width:640px) {#text_style_01_1519723658451{width:44%;top:164px;left:3.9990234375000004%;}}  #text_style_01_1519723658451>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519723658451>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519723658451>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_01_1519723690013{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519723690013{left:34.57051961823966%;}}   @media screen and (max-width:640px) {#text_style_01_1519723690013{width:92%;top:30px;left:4%;}}  #text_style_01_1519723690013>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:25px;color:#ffffff;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519723690013>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519723690013>.view_contents {box-sizing:border-box;font-size:18px;line-height:25px;}}

 #text_style_01_1519723716389{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:130px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519723716389{}}   @media screen and (max-width:640px) {#text_style_01_1519723716389{width:44%;top:85px;left:3.9990234375000004%;}}  #text_style_01_1519723716389>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Courier New;font-weight:bold;font-size:40px;line-height:60px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519723716389>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519723716389>.view_contents {box-sizing:border-box;font-size:40px;line-height:50px;}}

 #div_blank_1519723888229{width:2.5%;height:2px;position:absolute;top:190.00001525878906px;left:7.833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1519723888229{left:11.240721102863201%;}}   @media screen and (max-width:640px) {#div_blank_1519723888229{width:8%;height:2px;top:145px;left:21.9677734375%;}} #div_blank_1519723888229 > .view_contents{overflow:visible;}  #div_blank_1519723888229  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1519723888229  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1519723888229  {box-sizing:border-box;}}

 #text_style_01_1519724065010{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:130px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519724065010{left:25%;top:130px;}}   @media screen and (max-width:640px) {#text_style_01_1519724065010{width:44%;top:85px;left:52.1240234375%;}}  #text_style_01_1519724065010>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Courier New;font-weight:bold;font-size:40px;line-height:60px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519724065010>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519724065010>.view_contents {box-sizing:border-box;font-size:40px;line-height:50px;}}

 #text_style_01_1519724114129{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:211px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519724114129{}}   @media screen and (max-width:640px) {#text_style_01_1519724114129{width:44%;top:164px;left:52.1240234375%;}}  #text_style_01_1519724114129>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519724114129>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519724114129>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #div_blank_1519724125878{width:2.5%;height:2px;position:absolute;top:199px;left:36.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1519724125878{}}   @media screen and (max-width:640px) {#div_blank_1519724125878{width:8%;height:2px;top:145px;left:70.0927734375%;}} #div_blank_1519724125878 > .view_contents{overflow:visible;}  #div_blank_1519724125878  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1519724125878  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1519724125878  {box-sizing:border-box;}}

 #text_style_01_1519724174764{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:130px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519724174764{top:130px;left:50%;}}   @media screen and (max-width:640px) {#text_style_01_1519724174764{width:52.1875%;top:234px;left:0%;}}  #text_style_01_1519724174764>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Courier New;font-weight:bold;font-size:40px;line-height:60px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519724174764>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519724174764>.view_contents {box-sizing:border-box;font-size:40px;line-height:50px;}}

 #text_style_01_1519724196176{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:211px;left:48.999999682108566%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519724196176{}}   @media screen and (max-width:640px) {#text_style_01_1519724196176{width:44%;top:314px;left:3.9990234375000004%;}}  #text_style_01_1519724196176>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519724196176>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519724196176>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #div_blank_1519724210330{width:2.5%;height:2px;position:absolute;top:199px;left:61.25000000000001%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1519724210330{}}   @media screen and (max-width:640px) {#div_blank_1519724210330{width:8%;height:2px;top:294px;left:21.9677734375%;}} #div_blank_1519724210330 > .view_contents{overflow:visible;}  #div_blank_1519724210330  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1519724210330  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1519724210330  {box-sizing:border-box;}}

 #text_style_01_1519724287968{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:130px;left:75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519724287968{top:130px;left:74.97348886532343%;}}   @media screen and (max-width:640px) {#text_style_01_1519724287968{width:47.5%;top:234px;left:51.81152343749999%;}}  #text_style_01_1519724287968>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Courier New;font-weight:bold;font-size:40px;line-height:60px;text-align:center;} #text_style_01_1519724287968 .diyCurTab {font-size:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519724287968>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519724287968>.view_contents {box-sizing:border-box;font-size:40px;line-height:50px;}}

 #text_style_01_1519724306225{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:211px;left:75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519724306225{}}   @media screen and (max-width:640px) {#text_style_01_1519724306225{width:44%;top:314px;left:51.81152343749999%;}}  #text_style_01_1519724306225>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519724306225>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519724306225>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #div_blank_1519724314732{width:2.5%;height:2px;position:absolute;top:201px;left:86.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1519724314732{}}   @media screen and (max-width:640px) {#div_blank_1519724314732{width:8%;height:2px;top:294px;left:70.0927734375%;}} #div_blank_1519724314732 > .view_contents{overflow:visible;}  #div_blank_1519724314732  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1519724314732  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1519724314732  {box-sizing:border-box;}} #layout_1519723338127{height:381.005682px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519723338127{}}   @media screen and (max-width:640px) {#layout_1519723338127{height:364px;}} #layout_1519723338127 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519723338127  {background: url(../img/upimages/pkgimg/pkgimg/jingxuan_jingxuantaotu_152599_13.jpg);background-repeat:no-repeat;background-size:auto;background-position-x:50%;background-attachment:fixed;}


 #text_style_01_1519720377210{width:49%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519720377210{}}   @media screen and (max-width:640px) {#text_style_01_1519720377210{width:46%;top:30px;left:0%;}}  #text_style_01_1519720377210>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:bold;font-size:30px;text-align:right;line-height:35px;color:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519720377210>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519720377210>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1519720385464{width:50.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:49.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519720385464{}}   @media screen and (max-width:640px) {#text_style_01_1519720385464{width:51%;top:30px;left:49.0625%;}}  #text_style_01_1519720385464>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:bold;font-size:30px;text-align:left;line-height:35px;color:#58a7ce;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519720385464>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519720385464>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1519722190737{width:8.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:45.75%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519722190737{width:11%;left:44.485683987274655%;}}   @media screen and (max-width:640px) {#text_style_01_1519722190737{width:23.75%;top:55px;left:38.125%;}}  #text_style_01_1519722190737>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;text-align:center;line-height:25px;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519722190737>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519722190737>.view_contents {box-sizing:border-box;font-size:14px;line-height:18px;}}

 #div_blank_1519722217299{width:20%;height:2px;position:absolute;top:101.5px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1519722217299{width:25%;left:37.486744432661716%;}}   @media screen and (max-width:640px) {#div_blank_1519722217299{width:50%;height:2px;top:63px;left:25%;}} #div_blank_1519722217299 > .view_contents{overflow:visible;}  #div_blank_1519722217299  {box-sizing:border-box;background:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1519722217299  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1519722217299  {box-sizing:border-box;}}

 #liuyanban_style_01_1519722486723{width:48.91666666666667%;position:absolute;top:165px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_01_1519722486723{left:2%;top:141px;width:52.28966986155484%;}}   @media screen and (max-width:640px) {#liuyanban_style_01_1519722486723{width:92%;top:102px;left:3.9990234375000004%;}}  #liuyanban_style_01_1519722486723 .titSet {line-height:0px;height:0px;text-indent:0em;} #liuyanban_style_01_1519722486723 .btnaSet {margin-bottom:50px;background:#58a7ce;margin-top:12px;} @media screen and (max-width:640px) { #liuyanban_style_01_1519722486723 .modSet {padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;}} @media screen and (max-width:640px) { #liuyanban_style_01_1519722486723 .btnaSet {margin-bottom:30px;}}

 #map_style_01_1540367531200{width:48.333333333333336%;height:371px;position:absolute;top:165px;left:51.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1540367531200{width:402px;left:57.25963458466453%;top:140.99609375px;height:389px;}}   @media screen and (max-width:640px) {#map_style_01_1540367531200{width:96%;height:300px;top:516px;left:2%;display:none;}}  #layout_1519716312242{height:595px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519716312242{height:571px;}}   @media screen and (max-width:640px) {#layout_1519716312242{height:512px;}} #layout_1519716312242 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1575479539037{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1575479539037{}}   @media screen and (max-width:640px) {#layout_1575479539037{}} #layout_1575479539037 > .view_contents{overflow:visible;max-width:1200px;} 





 #text_style_02_1539929746678{width:62.5%;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_1539929746678{}}   @media screen and (max-width:640px) {#text_style_02_1539929746678{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1539929746678>.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_1539929746678>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1539929746678>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #div_blank_1539929746690{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_1539929746690{}}   @media screen and (max-width:640px) {#div_blank_1539929746690{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1539929746690 > .view_contents{overflow:visible;}  #div_blank_1539929746690  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1539929746690  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1539929746690  {box-sizing:border-box;}}

 #dh_style_03_1539929746694{width:36.91756272401434%;z-index:999;left:8.973052536231885%;top:97.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1539929746694{z-index:999;width:93px;left:6.377704326923077%;top:89.5px;}}   @media screen and (max-width:640px) {#dh_style_03_1539929746694{width:14.348025711662075%;z-index:999;left:42.82598714416896%;top:240px;}} #dh_style_03_1539929746694 > .view_contents{overflow:visible;}  #dh_style_03_1539929746694 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1539929746694 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1539929746694 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;} #dh_style_03_1539929746694 .mainMenuSet:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1539929746694 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1539929746694{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1539929746694{
		
	}
}
 #div_includeBlock_1539929746469{width:23%;height:237.5px;position:absolute;top:0px;left:77%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1539929746469{width:159px;left:82.4585635359116%;height:229.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1539929746469{width:100%;height:240px;top:467px;left:0%;display:none;}}  #div_includeBlock_1539929746469  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #div_blank_1539929746771{width:50px;height:3px;position:absolute;left:83.16008316008316%;top:65px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1539929746771{top:49px;left:80.69058641975309%;}}   @media screen and (max-width:640px) {#div_blank_1539929746771{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1539929746771 > .view_contents{overflow:visible;}  #div_blank_1539929746771  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1539929746771  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1539929746771  {box-sizing:border-box;}}

 #text_style_02_1539929746775{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:32.65007796257796%;top:16.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539929746775{left:32.067901234567906%;top:6.5px;}}   @media screen and (max-width:640px) {#text_style_02_1539929746775{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1539929746775>.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_1539929746775>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1539929746775>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1539929746781{width:90.22869022869024%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539929746781{left:5%;width:90%;top:73px;}}   @media screen and (max-width:640px) {#text_style_02_1539929746781{width:370px;top:0px;}}  #text_style_02_1539929746781>.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_1539929746781>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1539929746781>.view_contents {box-sizing:border-box;}}

 #image_logo_1540363857180{width:26.819126819126822%;height:43px;position:absolute;top:7px;left:3.4801586254222974%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1540363857180{left:1.8149081621544234%;top:19.5px;height:36px;width:113px;}}   @media screen and (max-width:640px) {#image_logo_1540363857180{width:38px;height:36px;top:7px;left:15.46875%;display:none;}}  #image_logo_1540363857180 .imgSet {border-radius:25px;}
 #div_includeBlock_1539929746478{width:40.08333333333333%;height:217.5px;position:absolute;top:9px;left:36%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1539929746478{height:172px;width:414px;left:36.59703038674033%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1539929746478{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1539929746478  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_02_1539929746826{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_1539929746826{top:212px;left:11.393382352941178%;width:72.42524916943522%;}}   @media screen and (max-width:640px) {#text_style_02_1539929746826{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1539929746826>.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_1539929746826>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1539929746826>.view_contents {box-sizing:border-box;}}

 #div_blank_1539929746831{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_1539929746831{top:73px;height:3px;left:1.9656019656019657%;}}   @media screen and (max-width:640px) {#div_blank_1539929746831{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1539929746831 > .view_contents{overflow:visible;}  #div_blank_1539929746831  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1539929746831  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1539929746831  {box-sizing:border-box;}}

 #image_style_01_1539929746838{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_1539929746838{left:0%;top:95px;}}   @media screen and (max-width:640px) {#image_style_01_1539929746838{width:57.3921028466483%;height:200px;top:200px;left:21.30394857667585%;display:none;}} #image_style_01_1539929746838 > .view_contents{overflow:visible;} 

 #image_style_01_1539929746842{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_1539929746842{left:0%;width:9.647058823529411%;top:137.5px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1539929746842{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1539929746842 > .view_contents{overflow:visible;} 

 #image_style_01_1539929746846{width:6.833333333333333%;height:25px;position:absolute;top:212.5px;left:3.05973834302052%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539929746846{left:0%;top:177px;height:25px;width:37px;}}   @media screen and (max-width:640px) {#image_style_01_1539929746846{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1539929746846 > .view_contents{overflow:visible;} 

 #image_style_01_1539929746858{width:10%;height:35px;position:absolute;top:248px;left:1.08984375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539929746858{left:0%;top:247.5px;height:38px;}}   @media screen and (max-width:640px) {#image_style_01_1539929746858{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1539929746858 > .view_contents{overflow:visible;} 

 #text_style_02_1539929746862{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_1539929746862{left:11.295681063122927%;width:77.40863787375415%;top:92.5px;}}   @media screen and (max-width:640px) {#text_style_02_1539929746862{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1539929746862>.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_1539929746862>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1539929746862>.view_contents {box-sizing:border-box;}}

 #text_style_02_1539929746867{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_1539929746867{left:11.125%;top:134px;width:216px;}}   @media screen and (max-width:640px) {#text_style_02_1539929746867{width:100%;top:145px;left:0%;display:none;}}  #text_style_02_1539929746867>.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_1539929746867>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1539929746867>.view_contents {box-sizing:border-box;}}

 #text_style_02_1539929746872{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_1539929746872{left:11.528716216216216%;top:175px;width:205px;}}   @media screen and (max-width:640px) {#text_style_02_1539929746872{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1539929746872>.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_1539929746872>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1539929746872>.view_contents {box-sizing:border-box;}}

 #text_style_02_1539929746877{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_1539929746877{left:11.390509828009828%;top:254px;width:357px;}}   @media screen and (max-width:640px) {#text_style_02_1539929746877{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1539929746877>.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_1539929746877>.view_contents {box-sizing:border-box;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1539929746877>.view_contents {box-sizing:border-box;}}

 #text_style_02_1539929746885{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_1539929746885{left:1.9656019656019657%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1539929746885{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1539929746885>.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_1539929746885>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1539929746885>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1575473514970{width:9.5%;height:25px;position:absolute;top:177.5px;left:1.3453803004988705%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1575473514970{width:9.647058823529411%;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1575473514970{width:55.09641873278237%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1575473514970 > .view_contents{overflow:visible;} 
 #div_includeBlock_1539929746484{width:34.583333333333336%;height:310.5px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1539929746484{height:303px;width:330px;}}   @media screen and (max-width:640px) {#div_includeBlock_1539929746484{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1539929746484  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1539929746484  {border-left-width:0px;}}
 #div_includeBlock_1539929746279{width:1200px;height:311px;position:absolute;top:15.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1539929746279{left:2.014846235418876%;width:96%;height:303px;top:20px;}}   @media screen and (max-width:640px) {#div_includeBlock_1539929746279{width:96%;height:227px;top:13px;left:2%;display:none;}} 


 #text_style_02_1539929746529{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_1539929746529{width:100%;left:0%;top:21px;}}   @media screen and (max-width:640px) {#text_style_02_1539929746529{width:100%;top:5.5px;left:0%;}}  #text_style_02_1539929746529>.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_1539929746529>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1539929746529>.view_contents {box-sizing:border-box;text-align:center;font-size:12px;color:#ffffff;line-height:px;}}
 #div_includeBlock_1539929746291{width:100%;height:72px;position:absolute;top:336.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1539929746291{left:calc(50% - 471.5px);top:327.5px;height:83px;}}   @media screen and (max-width:640px) {#div_includeBlock_1539929746291{width:85.9375%;height:65.5px;top:0px;left:10%;display:block;}}  #div_includeBlock_1539929746291  {background:#000000;} @media screen and (max-width:640px) { #div_includeBlock_1539929746291  {background:#000000;}}
 #div_includeBlock_1539929746080{width:100%;height:408.5px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1539929746080{height:410.5px;width:100%;left:0%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1539929746080{width:100%;height:65.5px;top:1px;left:0%;}}  #div_includeBlock_1539929746080  {background:#212121;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1539929746080  {background-position-x:50%;background:#000000;}} #comm_layout_footer{height:409px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:410.5px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:66.5px;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background:transparent;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1540367867439 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/pkgimg/banner42.jpg') center top no-repeat;}
                #banner_style_01_1540367867439 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/pkgimg/pkgimg/banner3.jpg') center top no-repeat;}
                #banner_style_01_1540367867439 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1540367867439 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1540367867439 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1540367867439 .bannerStyle_1 .main_image .img-item span{}    }
/*菜单样式*/
.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_1519697492395 .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;}
}
.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;*/

	#image_style_01_1519716542280 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519716542280 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1519716542280 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1519716542280 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1540000665664 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540000665664 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1540000665664 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1540000665664 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_1540001629839 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540001629839 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1540001629839 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1540001629839 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_1539932000235 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539932000235 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1539932000235 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1539932000235 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_1539932517060 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539932517060 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1539932517060 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1539932517060 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_1539932526179 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539932526179 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1539932526179 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1539932526179 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:calc(100% / 3); overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;box-sizing: border-box;}
.imgStyle_12 .imgBt{ text-align: center; font-size:16px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
	
			#image_style_12_1540361994877 .imgDetail{ display:block; }
		
			#image_style_12_1540361994877 li{ width:23.5%; margin-left: auto;margin-right: auto;}
		#image_style_12_1540361994877 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1540361994877 .imgTBox img{ width:120px;}
		#image_style_12_1540361994877 .img_Box{ padding-bottom: ; }

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1540361994877 li{ width:23.5%; }
		#image_style_12_1540361994877 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1540361994877 .imgTBox img{ width:120px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1540361994877 li{ width:48%; }
		#image_style_12_1540361994877 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1540361994877 .imgTBox img{ width:50px;}
	}
		

	
	
	
/*产品样式*/
.prod_default8{width:100%; clear: both;}
.prod_default8 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default8 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default8 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}
.prod_default8 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default8 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default8 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default8 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default8 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default8 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default8 .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%);}
.prod_default8 .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%);}
.prod_default8 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default8 .prod_info {position:absolute;left:0;bottom:0;overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box;transition:all 0.3s;left: 50%;transform: translateX(-50%);-o-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);padding: 15px;}
.prod_default8 .twoBgSet{background: linear-gradient(0deg,#000000,transparent);}
.prod_default8 .p_name { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #FFFFFF; line-height: 1.4; width: 100%;font-size: 16px;}
.prod_default8 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default8 .p_detail { font-size: 14px; color: #FFFFFF; display: block;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;position: absolute;top: 50%;width: 90%;left: 50%;transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);padding: 20px;background-color: rgba(0,0,0,0.5);opacity: 0; filter:alpha(opacity=0);transition:all 0.3s;}/*文字两行后自动超出隐藏*/
.prod_default8 .p_group { margin-bottom: 5px; display: block; float: left; width:70%; color: #666; font-size: 12px;}
.prod_default8 .p_group .p_lb{display: none;}
.prod_default8 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default8 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 30%; color: #666; font-size: 12px;}
.prod_default8 .p_jg{display: none;}
.prod_default8 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default8 .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:14px !important;color:#fff !important;}
.prod_default8 .p_value {color: #FFFFFF; font-size:20px;}
.prod_default8 .zhekou {color: #ff002a; font-size:26px;}
.prod_default8 .unit {color: #FFFFFF;font-size: 20px;margin-top: 3px;}
.prod_default8 .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default8 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default8 .v_value {color: #333; font-size: 18px;}
.prod_default8 .v_unit {color: #333;font-size: 12px;}
.prod_default8 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default8 .p_link { float: left; width: 48%; text-align: center;}
.prod_default8 .p_link a {display: block; padding: 10px 15px;}
.prod_default8 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default8 .p_cart a {display: block; padding: 10px 15px;}
.prod_default8 a{text-decoration:none;display:block;}  
.prod_default8 .p_price2 .p_jg{font-size:14px;color:#fff;}
.prod_default8 .p_price2 .unit{font-size:14px;color:#fff;}
.prod_default8 .p_price2 .p_value{font-size:20px;color:#fff;}


/*分页*/
.prod_default8 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default8 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default8 .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default8 .page_btn a:nth-child(n+12){display: none;}
.prod_default8 .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default8 .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default8 .no_page{border: 0 !important;}
.prod_default8 .page_btn a:nth-child(n+10){display: none;}
.prod_default8 .p_line p{font-size:14px;line-height:28px;float:left;}


/*状态*/
.prod_default8 .status{color:white; border-color:white;}
.prod_default8 .freeinfo{ clear:both; overflow:hidden;}
.prod_default8 .freeinfo span{ display:block; float:left; border:1px solid white; border-radius:5px; padding:0 5px; color:white; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default8 .Collage_ico{ width:40px; height:40px; position:absolute; top:0; left:0; z-index: 20;}
.prod_default8 .Collage_ico img{ width:100%; height:100%; }

@media screen and (max-width: 991px){
	.prod_default8 .prod_info{position: static;left: 0; transform: translate(0); -moz-transform: translate(0);-o-transform: translate(0);-webkit-transform: translate(0);-ms-transform: translate(0);width: 100%;padding: 0;}
	.prod_default8 .prod_Item{opacity: 1;filter:alpha(opacity=1);}
	.prod_default8 .prod_Item .prod_info{opacity: 1;filter:alpha(opacity=100);}
	.prod_default8 .prod_Item:hover .p_detail{opacity: 1;filter:alpha(opacity=100);}
	.prod_default8 .prod_Item:hover .prod_info{opacity: 1;filter:alpha(opacity=100);}
	.prod_default8 .prod_Item .p_detail{opacity: 1;filter:alpha(opacity=100);}
	.prod_default8 .p_name{font-size: 16px;text-shadow:none;color: #333333;}
	.prod_default8 .p_detail{ transform: translate(0); -moz-transform:translate(0);-o-transform: translate(0);-webkit-transform: translate(0);-ms-transform: translate(0);width: 100%;padding: 0;color: #333333;background-color: transparent;position: static;margin-top: 8px;
	}
	.prod_default8 .p_value {color: #f79820; font-size:24px;}
	.prod_default8 .unit{color: #f79820;}
	.prod_default8 .p_name{margin-bottom: 10px;padding-top: 10px;}
	.prod_default8 .twoBgSet{background: transparent;}
	.prod_default8 .p_value ,.prod_default8 .p_price2 .p_jg,.prod_default8 .p_price2 .unit,.prod_default8 .p_price2 .p_value{color: #333;}
	/*状态*/
	.prod_default8 .status{color:#f79820; border-color:#f79820;}
	.prod_default8 .freeinfo span{border-color: #333;color:#333;}
}


@media screen and (max-width: 767px){
.prod_default8 .prod_info{padding: 0px;}
.prod_default8 .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
.prod_default8 .p_vip{height: 18px; line-height: 23px;}
.prod_default8 .v_value{font-size: 14px;}
.prod_default8 .p_value{font-size: 26px;}
.prod_default8 .prod .p_detail{display: none !important;}
.prod_default8 .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
.prod_default8 .p_name {margin-bottom: 0px;}
/*分页*/
/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

/*pc*/
#productList_style_08_1519715479264 li{width: 32%;}
#productList_style_08_1519715479264 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_08_1519715479264 li{width: 32.666666666667%;}
	#productList_style_08_1519715479264 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_08_1519715479264 li{width: 48%;}
	#productList_style_08_1519715479264 li.prod_Item{margin-bottom:4%;}
}

   
   #productList_style_08_1519715479264 .p_detail.pc,#productList_style_08_1519715479264 .p_name.pc {display:block;}
   #productList_style_08_1519715479264 .p_detail.pad, #productList_style_08_1519715479264 .p_detail.mobile,#productList_style_08_1519715479264 .p_name.pad, #productList_style_08_1519715479264 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_08_1519715479264 .p_detail.pad,#productList_style_08_1519715479264 .p_name.pad {display:block;}
   #productList_style_08_1519715479264 .p_detail.pc, #productList_style_08_1519715479264 .p_detail.mobile,#productList_style_08_1519715479264 .p_name.pc, #productList_style_08_1519715479264 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_08_1519715479264 .p_detail.mobile,#productList_style_08_1519715479264 .p_name.mobile {display:block;}
   #productList_style_08_1519715479264 .p_detail.pc, #productList_style_08_1519715479264 .p_detail.pad,#productList_style_08_1519715479264 .p_name.pc, #productList_style_08_1519715479264 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_08_1519715479264 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_08_1519715479264 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_08_1519715479264 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_08_1519715479264 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_08_1519715479264 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_08_1519715479264 .submit_div{ display: inline-block; }

	#productList_style_08_1519715479264 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_08_1519715479264 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_08_1519715479264 .page_submit{margin-left:5px;}
	#productList_style_08_1519715479264 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_08_1519715479264 .page_btn{ font-size:12px; }
			#productList_style_08_1519715479264 .submit_div{ display:none; }
		}

			#productList_style_08_1519715479264 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_08_1519715479264 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_08_1519715479264  .showActivity {display: none !important;}
            #productList_style_08_1519715479264  .btnaSet ,#productList_style_08_1519715479264  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*留言板样式*/
.gformStyle_1{width:100%; box-sizing: border-box;}
.gformStyle_1 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_1 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_1 .gf_title{text-align:center; font-size:18px; line-height:3;}
.gformStyle_1 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_1 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput{width:100%;max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_1 .gformList input.gfInput{height:34px; width:100%; min-width:300px;}
.gformStyle_1 .gbt{background:#EC8C14; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:100%; margin:3% auto;}
.gformStyle_1 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

.gformStyle_1 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both;}
.gformStyle_1 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_1 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_1 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_1 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_1 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_1 .gb_replay b{padding-left:50px; }
.gformStyle_1 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_1 .gb_info{float:right; color:#666;}

@media screen and (max-width:991px){
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_1{padding:15px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_1 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_1{padding:10px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformStyle_1 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_1 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_1 .gb_nickname,.gformStyle_1 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput,.gformStyle_1 li.gbList{background:#f5f5f5;}/*modBgColor*/
.gformStyle_1 .modFontColor{color:#333;}
.gformStyle_1 .modBorderColor{border-color:#f5f5f5 !important;}

.Style_1_changeCode {
    z-index: 88 !important;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;right:3px;transform:translate(0,-120%);-ms-transform:translate(0,-120%);-moz-transform:translate(0,-120%);-o-transform:translate(0,-120%);-webkit-transform:translate(0,-120%);
}
#liuyanban_style_01_1519722486723 .error{ color: #f00 !important;}
/*菜单样式*/
.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_1539929746694 .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;}
}
.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;*/

	#image_style_01_1539929746838 .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_1539929746838 .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_1539929746838 .CompatibleImg img{null}}
#image_style_01_1539929746838 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_1539929746842 .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_1539929746842 .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_1539929746842 .CompatibleImg img{null}}
#image_style_01_1539929746842 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_1539929746846 .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_1539929746846 .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_1539929746846 .CompatibleImg img{null}}
#image_style_01_1539929746846 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_1539929746858 .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_1539929746858 .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_1539929746858 .CompatibleImg img{null}}
#image_style_01_1539929746858 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_1575473514970 .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_1575473514970 .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_1575473514970 .CompatibleImg img{null}}
#image_style_01_1575473514970 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;}
