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

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }



 #dh_style_16_1526971340708{width:69.33333333333334%;z-index:999;position:absolute;left:30.666666666666664%;top:18px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_16_1526971340708{z-index:999;left:39.345837751855775%;width:60.6574761399788%;}}   @media screen and (max-width:640px) {#dh_style_16_1526971340708{width:13.4375%;z-index:999;top:12.5px;left:84.8095703125%;}} #dh_style_16_1526971340708 > .view_contents{overflow:visible;}  #dh_style_16_1526971340708 .mainMenuSet {background:#ffffff;color:#000000;font-size:16px;} #dh_style_16_1526971340708 #hot>a {background:#bf0000;color:#ffffff;font-size:16px;} #dh_style_16_1526971340708 .mainMenuSet:hover {background:#bf0000;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;} #dh_style_16_1526971340708 #hot>a:active {background:#bf0000;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;} @media screen and (max-width:640px) { #dh_style_16_1526971340708 .icoMenuSet {color:#bf0000;}} @media screen and (max-width:640px) { #dh_style_16_1526971340708 .mainMenuSet:hover {background:transparent;font-family:Microsoft YaHei;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_16_1526971340708 #hot>a:active {background:transparent;font-family:Microsoft YaHei;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_16_1526971340708 .mainMenuSet {background:transparent;color:#ffffff;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_16_1526971340708 .mainMenuSet:active {background:transparent;font-family:Microsoft YaHei;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_16_1526971340708 #hot>a {background:transparent;border-bottom-style:none;color:#bf0000;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_16_1526971340708 #hot>a:hover {font-family:Microsoft YaHei;font-size:14px;}}

 #image_style_01_1527216377045{width:15.916666666666668%;height:51px;position:absolute;left:0%;top:14.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527216377045{left:2%;width:19.19406150583245%;top:14.5px;}}   @media screen and (max-width:640px) {#image_style_01_1527216377045{width:164px;height:51px;top:9px;left:2%;}} #image_style_01_1527216377045 > .view_contents{overflow:visible;} 
 #div_includeBlock_1492054720583{width:1200px;height:84px;position:absolute;top:0px;left:calc(50% - 600px);z-index:8;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492054720583{width:100%;left:0%;height:101px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492054720583{width:100%;height:71px;top:0px;left:0%;}} #div_includeBlock_1492054720583 > .view_contents{overflow:visible;}  #div_includeBlock_1492054720583  {background:transparent;} #comm_layout_header{height:84px;z-index:999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:101px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:71px;z-index:5;}} #comm_layout_header > .view_contents{overflow:visible;} 
 #layout_1492154519491{height:250px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492154519491{height:422.5px;}}   @media screen and (max-width:640px) {#layout_1492154519491{height:145px;}}  #layout_1492154519491  {background: url(../img/upimages/pkgimg/500326474_banner4.jpg);background-size:100% auto;background-repeat:repeat-x;background-position-x:75%;background-position-y:50%;}
/*----------------------电脑板式样式----------------------*/
#layout_1492154519491{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1492154519491{
		height:265px;
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#layout_1492154519491{
		
	}
}


 #text_style_01_1526614839095{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:33px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526614839095{top:22px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1526614839095{width:96%;top:10px;left:2%;}}  #text_style_01_1526614839095>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;color:#bf0000;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526614839095>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526614839095>.view_contents {box-sizing:border-box;font-size:18px;}} #layout_1492155840059{height:111px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492155840059{height:76px;}}   @media screen and (max-width:640px) {#layout_1492155840059{height:42px;}} #layout_1492155840059 > .view_contents{overflow:visible;max-width:1200px;} 


 #map_style_01_1500618398864{width:100%;height:420px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1500618398864{top:0px;height:382px;width:98%;left:1.007423117709438%;}}   @media screen and (max-width:640px) {#map_style_01_1500618398864{width:97%;height:236px;top:16px;left:1.4453125%;}}  #layout_1500618365933{height:420px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500618365933{height:382px;}}   @media screen and (max-width:640px) {#layout_1500618365933{height:270px;}} #layout_1500618365933 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_02_1500618731894{width:67.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:78px;left:16.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500618731894{left:11.361754966887418%;width:77.15231788079471%;top:73px;}}   @media screen and (max-width:640px) {#text_style_02_1500618731894{width:164px;top:7.5px;left:32.318115234375%;}}  #text_style_02_1500618731894>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500618731894>.view_contents {box-sizing:border-box;font-size:14px;line-height:22px;}} @media screen and (max-width:640px) { #text_style_02_1500618731894>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;font-family:Microsoft YaHei;text-align:left;}}

 #image_style_01_1500618620917{width:16.75%;height:71px;position:absolute;top:0px;left:41.625%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500618620917{width:64px;left:calc(50% - 32px);}}   @media screen and (max-width:640px) {#image_style_01_1500618620917{width:18.775510204081634%;height:48px;top:4px;left:7.1811224489795915%;}} #image_style_01_1500618620917 > .view_contents{overflow:visible;} 
 #div_includeBlock_1500618633904{width:400px;height:130px;position:absolute;top:35px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500618633904{width:32%;left:0.9991383881230116%;height:130px;top:35px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500618633904{width:80%;height:54px;top:10px;left:10%;}} 


 #text_style_02_1500619294513{width:67.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:78px;left:16.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500619294513{left:11.361754966887418%;width:77.15231788079471%;top:73px;}}   @media screen and (max-width:640px) {#text_style_02_1500619294513{width:164px;top:7.5px;left:32.708740234375%;}}  #text_style_02_1500619294513>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500619294513>.view_contents {box-sizing:border-box;font-size:14px;line-height:22px;}} @media screen and (max-width:640px) { #text_style_02_1500619294513>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;font-family:Microsoft YaHei;text-align:left;}}

 #image_style_01_1500619294523{width:16.75%;height:71px;position:absolute;top:0px;left:41.625%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500619294523{width:64px;left:calc(50% - 32px);}}   @media screen and (max-width:640px) {#image_style_01_1500619294523{width:18.775510204081634%;height:48px;top:4px;left:7.1811224489795915%;}} #image_style_01_1500619294523 > .view_contents{overflow:visible;} 
 #div_includeBlock_1500619294352{width:33.33333333333333%;height:130px;position:absolute;top:35px;left:33.33333333333333%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500619294352{width:32%;height:130px;left:34%;top:35px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500619294352{width:80%;height:67.5px;top:74px;left:10%;}} 


 #text_style_02_1500619405930{width:67.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:78px;left:16.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500619405930{left:11.361754966887418%;width:77.15231788079471%;top:73px;}}   @media screen and (max-width:640px) {#text_style_02_1500619405930{width:164px;top:7.5px;left:33.099365234375%;}}  #text_style_02_1500619405930>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500619405930>.view_contents {box-sizing:border-box;font-size:14px;line-height:22px;}} @media screen and (max-width:640px) { #text_style_02_1500619405930>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;font-family:Microsoft YaHei;text-align:left;}}

 #image_style_01_1500619405941{width:16.75%;height:71px;position:absolute;top:0px;left:41.625%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500619405941{width:64px;left:calc(50% - 32px);}}   @media screen and (max-width:640px) {#image_style_01_1500619405941{width:18.775510204081634%;height:48px;top:4px;left:7.1811224489795915%;}} #image_style_01_1500619405941 > .view_contents{overflow:visible;} 
 #div_includeBlock_1500619405782{width:33.33333333333333%;height:130px;position:absolute;top:35px;left:66.66666666666666%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500619405782{width:32%;height:129px;left:66.9%;top:35px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500619405782{width:80%;height:54px;top:138px;left:10%;}}  #layout_1500618431574{height:200px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500618431574{height:200px;}}   @media screen and (max-width:640px) {#layout_1500618431574{height:221px;}} #layout_1500618431574 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1500618369735{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:28px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500618369735{width:96%;left:2%;}}   @media screen and (max-width:640px) {#text_style_02_1500618369735{width:96%;left:1.9736842105263157%;top:30px;}}  #text_style_02_1500618369735>.view_contents {box-sizing:border-box;color:#bf0000;font-size:28px;font-weight:normal;text-align:center;letter-spacing:2px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500618369735>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1500618369735>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}} #layout_1500618369732{height:103px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500618369732{height:115px;}}   @media screen and (max-width:640px) {#layout_1500618369732{height:82px;}} #layout_1500618369732 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1500618369732  {background:#f5f5f5;}


 #liuyanban_style_02_1500619654570{width:100%;height:356px;position:absolute;left:0%;top:18px;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_02_1500619654570{width:98%;height:351px;top:7px;left:1.007423117709438%;}}   @media screen and (max-width:640px) {#liuyanban_style_02_1500619654570{width:96%;height:489px;left:1.875%;top:0px;}}  #liuyanban_style_02_1500619654570 .gubookSet {background:transparent;} #liuyanban_style_02_1500619654570 .titSet {color:#333333;margin-bottom:10px;border-bottom-color:#dbdbdb;text-align:center;padding-left:0px;padding-bottom:20px;} #liuyanban_style_02_1500619654570 .labSet {background:transparent;color:#333333;margin-bottom:6px;} #liuyanban_style_02_1500619654570 .textareaSet {color:#333333;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;background:#eeeeee;box-shadow:transparent 2px 2px 8px inset;border-top-color:#dddddd;border-right-color:#dddddd;border-bottom-color:#dddddd;border-left-color:#dddddd;} #liuyanban_style_02_1500619654570 .modSet {background:transparent;} #liuyanban_style_02_1500619654570 .guetimeSet {color:#333333;} #liuyanban_style_02_1500619654570 .repnameSet {color:#333333;} #liuyanban_style_02_1500619654570 .reptimeSet {color:#333333;} #liuyanban_style_02_1500619654570 .repcontSet {color:#333333;} #liuyanban_style_02_1500619654570 .numtSet {color:#333333;} #liuyanban_style_02_1500619654570 .guenameSet {color:#333333;} #liuyanban_style_02_1500619654570 .guestSet {color:#333333;background:#e2e2e2;} #liuyanban_style_02_1500619654570 .noListSet {color:#333333;} #liuyanban_style_02_1500619654570 .guecontSet {color:#333333;} #liuyanban_style_02_1500619654570 .greetSet {color:#3d3d3d;border-top-width:0px;} #liuyanban_style_02_1500619654570 .inputSet {background:transparent;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;box-shadow:transparent 2px 2px 8px inset;border-top-color:#dddddd;border-right-color:#dddddd;border-bottom-color:#dddddd;border-left-color:#dddddd;color:#333333;} #liuyanban_style_02_1500619654570 .contSet {background:transparent;} #liuyanban_style_02_1500619654570 .btnaSet {background:#bf0000;color:#ffffff;} #liuyanban_style_02_1500619654570 .recordSet {background:transparent;margin-top:12px;} #liuyanban_style_02_1500619654570  {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_02_1500619654570 .titSet {padding-bottom:10px;}} @media screen and (max-width:640px) { #liuyanban_style_02_1500619654570 .titSet {padding-bottom:0px;}}
/*----------------------电脑板式样式----------------------*/
#liuyanban_style_02_1500619654570{
			
}
/*----------------------仅电脑和平板板式样式----------------------*/
@media screen and (min-width:641px){
		#liuyanban_style_02_1500619654570 .gformList{
			width:30%;float:left;
		}
		#liuyanban_style_02_1500619654570 .gformList:nth-last-child(1){
			width:100%;
		}
		#liuyanban_style_02_1500619654570 .gformList:nth-last-child(2){
			width:100%;
		}
                #liuyanban_style_02_1500619654570 .titSet{
                       margin-left:20px;
                       margin-right:20px;
                }
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_02_1500619654570{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#liuyanban_style_02_1500619654570{
		
	}
        #liuyanban_style_02_1500619654570 .gformStyle_2 .gformList{
                padding-left:0;
                padding-right:0;
        }
} #layout_1500619578146{height:374px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500619578146{height:358px;}}   @media screen and (max-width:640px) {#layout_1500619578146{height:489px;}} #layout_1500619578146 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1500619578146  {background:#f5f5f5;}
 #layout_1490854874783{height:62px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1490854874783{height:40px;}}   @media screen and (max-width:640px) {#layout_1490854874783{height:2px;}} #layout_1490854874783 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1490854874783  {background:#f5f5f5;}





 #div_blank_1500621844961{width:12.3%;height:3px;position:absolute;left:10%;top:79px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1500621844961{top:79px;height:3px;left:5.7%;}}   @media screen and (max-width:640px) {#div_blank_1500621844961{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1500621844961 > .view_contents{overflow:visible;}  #div_blank_1500621844961  {box-sizing:border-box;background:#bf0000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1500621844961  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1500621844961  {box-sizing:border-box;}}

 #div_blank_1500621844974{width:12.3%;height:3px;position:absolute;left:10%;top:331px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1500621844974{left:5.667080573951435%;top:336px;}}   @media screen and (max-width:640px) {#div_blank_1500621844974{width:20.263157894736842%;height:3px;left:0%;top:41px;display:block;}} #div_blank_1500621844974 > .view_contents{overflow:visible;}  #div_blank_1500621844974  {box-sizing:border-box;background:#bf0000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1500621844974  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1500621844974  {box-sizing:border-box;}}

 #text_style_02_1500621844978{width:37.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:184.5px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621844978{left:63.2985342920354%;top:185.5px;width:158px;}}   @media screen and (max-width:640px) {#text_style_02_1500621844978{width:100%;top:600px;left:0%;display:none;}}  #text_style_02_1500621844978>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621844978>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500621844978>.view_contents {box-sizing:border-box;}}

 #image_style_01_1500621844986{width:11.166666666666666%;height:29px;position:absolute;top:186.5px;left:6.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500621844986{left:2.900304203539823%;top:184px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1500621844986{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1500621844986 > .view_contents{overflow:visible;} 

 #text_style_02_1500621844994{width:38.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:184.5px;left:16.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621844994{left:13.758296460176991%;top:184.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500621844994{width:100%;top:200px;left:0%;display:none;}}  #text_style_02_1500621844994>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621844994>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500621844994>.view_contents {box-sizing:border-box;}}

 #image_style_01_1500621844999{width:6.166666666666667%;height:25px;position:absolute;top:101.5px;left:52.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500621844999{left:52.91758849557522%;top:97.5px;width:43px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1500621844999{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1500621844999 > .view_contents{overflow:visible;} 

 #image_style_01_1500621845004{width:11.166666666666666%;height:35px;position:absolute;top:223px;left:6.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500621845004{left:2.900304203539823%;top:224.5px;height:38px;}}   @media screen and (max-width:640px) {#image_style_01_1500621845004{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1500621845004 > .view_contents{overflow:visible;} 

 #text_style_02_1500621845007{width:58.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:227px;left:16.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621845007{left:13.741012168141593%;top:229px;width:362px;}}   @media screen and (max-width:640px) {#text_style_02_1500621845007{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1500621845007>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621845007>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500621845007>.view_contents {box-sizing:border-box;}}

 #text_style_02_1500621845012{width:49.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:10%;top:285px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621845012{left:5.667080573951435%;top:293px;width:49.1%;}}   @media screen and (max-width:640px) {#text_style_02_1500621845012{width:100%;left:0%;top:3px;display:block;}}  #text_style_02_1500621845012>.view_contents {box-sizing:border-box;color:#ffffff;font-size:22px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621845012>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1500621845012>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

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

 #image_style_01_1500621845029{width:11.946902654867257%;height:25px;position:absolute;top:101.5px;left:6.083333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500621845029{left:2.233130530973451%;width:11.946902654867257%;top:99px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1500621845029{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1500621845029 > .view_contents{overflow:visible;} 

 #text_style_02_1500621845035{width:32.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:99.5px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621845035{top:97.5px;left:62.85951327433629%;width:35.61946902654867%;}}   @media screen and (max-width:640px) {#text_style_02_1500621845035{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1500621845035>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621845035>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500621845035>.view_contents {box-sizing:border-box;}}

 #text_style_02_1500621845039{width:31.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:98.5px;left:16.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621845039{left:14.183490044247787%;width:33.6283185840708%;top:97.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500621845039{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1500621845039>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621845039>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500621845039>.view_contents {box-sizing:border-box;}}

 #image_style_01_1500621845043{width:9.166666666666666%;height:32px;position:absolute;top:183.5px;left:51.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500621845043{left:53.973509933774835%;top:182px;height:35px;}}   @media screen and (max-width:640px) {#image_style_01_1500621845043{width:55.09641873278237%;height:200px;top:400px;left:22.451790633608816%;display:none;}} #image_style_01_1500621845043 > .view_contents{overflow:visible;} 

 #image_style_01_1500621845047{width:11%;height:25px;position:absolute;top:144px;left:50.24999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500621845047{height:30px;left:52.207505518763796%;top:143.5px;}}   @media screen and (max-width:640px) {#image_style_01_1500621845047{width:55.09641873278237%;height:200px;top:200px;left:22.451790633608816%;display:none;}} #image_style_01_1500621845047 > .view_contents{overflow:visible;} 

 #text_style_02_1500621845054{width:34.66666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:141px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621845054{left:63.24503311258278%;top:143.5px;width:163px;}}   @media screen and (max-width:640px) {#text_style_02_1500621845054{width:100%;top:600px;left:0%;display:none;}}  #text_style_02_1500621845054>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621845054>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500621845054>.view_contents {box-sizing:border-box;}}

 #text_style_02_1500621845062{width:32.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:144px;left:16.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621845062{left:14.155629139072849%;top:143.5px;width:190px;}}   @media screen and (max-width:640px) {#text_style_02_1500621845062{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1500621845062>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621845062>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500621845062>.view_contents {box-sizing:border-box;}}

 #image_style_01_1500621845067{width:6.833333333333333%;height:25px;position:absolute;top:144px;left:8.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500621845067{left:5.10485651214128%;top:146px;height:25px;}}   @media screen and (max-width:640px) {#image_style_01_1500621845067{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1500621845067 > .view_contents{overflow:visible;} 


 #customForm_style_input_01_1500621847008{width:40%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1500621847008{left:0%;width:38%;top:0px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1500621847008{width:50%;top:0px;}} #customForm_style_input_01_1500621847008 > .view_contents{overflow:visible;}  #customForm_style_input_01_1500621847008 .inputSet {background:transparent;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;color:#ffffff;}

 #customForm_style_input_01_1500621847031{width:40%;position:absolute;top:0px;left:42.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1500621847031{left:40%;top:0px;width:38%;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1500621847031{width:50%;top:0px;left:49.49914383561644%;}} #customForm_style_input_01_1500621847031 > .view_contents{overflow:visible;}  #customForm_style_input_01_1500621847031 .inputSet {background:transparent;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;color:#ffffff;}

 #customForm_style_button_01_1500621847037{width:15.416666666666668%;position:absolute;top:0px;left:84.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1500621847037{left:79.76470588235294%;width:20%;top:0px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1500621847037{width:40%;top:50px;left:30%;}} #customForm_style_button_01_1500621847037 > .view_contents{overflow:visible;}  #customForm_style_button_01_1500621847037 .btnaSet {color:#ffffff;background:#bf0000;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;}
 #customForm_form_1500621845072{width:80%;height:46px;position:absolute;top:353px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1500621845072{left:5.822295805739515%;width:94%;top:357px;}}   @media screen and (max-width:640px) {#customForm_form_1500621845072{width:100%;height:85px;top:60px;left:0%;display:none;}} 
 #div_includeBlock_1500621844761{width:50%;height:427px;position:absolute;top:0px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500621844761{}}   @media screen and (max-width:640px) {#div_includeBlock_1500621844761{width:100%;height:145px;top:0px;left:0%;display:none;}}  #div_includeBlock_1500621844761  {border-left-color:#ffffff;border-left-style:solid;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1500621844761  {border-left-width:0px;}}


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

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

 #text_style_02_1500621845171{width:90%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:60.5px;left:0.33333333333333337%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621845171{left:0%;width:90%;top:63.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500621845171{width:370px;top:0px;}}  #text_style_02_1500621845171>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621845171>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1500621845171>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1500621844774{width:50%;height:264px;position:absolute;top:34px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500621844774{height:264px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500621844774{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1500621844774  {border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:1px;}


 #dh_style_01_1500621845342{width:100%;z-index:999;position:absolute;top:14px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1500621845342{z-index:999;left:0%;width:100%;top:25px;}}   @media screen and (max-width:640px) {#dh_style_01_1500621845342{width:44px;z-index:999;top:0px;display:none;}} #dh_style_01_1500621845342 > .view_contents{overflow:visible;}  #dh_style_01_1500621845342 .mainMenuSet {color:#ffffff;font-size:14px;text-align:left;} #dh_style_01_1500621845342 #hot>a {color:#ffffff;}

 #text_style_02_1500621845354{width:71%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:65px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500621845354{width:100%;left:0%;top:74px;}}   @media screen and (max-width:640px) {#text_style_02_1500621845354{width:100%;top:11px;left:0%;}}  #text_style_02_1500621845354>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500621845354>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500621845354>.view_contents {box-sizing:border-box;text-align:center;}}
 #div_includeBlock_1500621844781{width:50%;height:126px;position:absolute;top:300px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500621844781{}}   @media screen and (max-width:640px) {#div_includeBlock_1500621844781{width:100%;height:71px;top:0%;left:0%;display:block;}} 
 #div_includeBlock_1500621844556{width:1200px;height:427px;position:absolute;top:25.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500621844556{left:1.0095642933049946%;width:98%;height:434px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500621844556{width:96%;height:71px;top:13px;left:2%;}} 
 #div_includeBlock_1500621844354{width:100%;height:478px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500621844354{height:479px;width:100%;}}   @media screen and (max-width:640px) {#div_includeBlock_1500621844354{width:100%;height:93px;top:0px;left:0%;}}  #div_includeBlock_1500621844354  {background:#2d2d2d;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1500621844354  {background-position-x:50%;background:#000000;}}

 #qqol_style_01_1500625913767{width:14.757554462403375%;position:absolute;top:409px;left:42.867182009838366%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1500625913767{}}   @media screen and (max-width:640px) {#qqol_style_01_1500625913767{width:57.85123966942148%;top:93px;left:21.07438016528926%;display:none;}} #qqol_style_01_1500625913767 > .view_contents{overflow:visible;}  #comm_layout_footer{height:478px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:479px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:93px;display:block;}} 
/*留言板样式*/
.gformStyle_2{width:100%; min-width:300px; box-sizing: border-box;}
.gformStyle_2 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s;}
.gformStyle_2 .gformS{width:100%;background: #1f1f1f;}
.gformStyle_2 .gf_title{text-align:left; font-size:16px; line-height:3;padding-left: 20px;border-bottom: 1px solid #292929;margin-bottom:5px; color: #fff;}
.gformStyle_2 .gformList{width:100%;padding:2px 20px;overflow: hidden; text-align: center;}
.gformStyle_2 .gformList .gformTxt{color:#fff;font-size: 14px; text-align: left;}
.gformStyle_2 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_2 .gformList textarea.gf_message, .gformStyle_2 .gformList input.gfInput{width:100%; font-size:14px; color:#fff; padding:8px; border:2px solid #282828;color: #fff;}
.gformStyle_2 .gformList input.gfInput{height:34px;  min-width:300px;box-shadow: 2px 3px 9px #121212 inset;}
.gformStyle_2 .gformList textarea.gf_message{background: url("S_DIY_RES_PATH_E/../res/liuyanban/style_02/icon2.png") no-repeat center;background-size:100% 100% ;box-shadow: 2px 3px 9px #121212 inset;}
.gformStyle_2 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

.gformStyle_2 .gbt{background:#fff; color:#333; font-size:16px; line-height:35px; cursor:pointer;  border:0; height:35px; width:100%;margin: 20px auto;}
.gformStyle_2 #gbook{width:100%;  list-style:none;clear: both; padding: 0 20px;}
.gformStyle_2 .gbList{background:#fff; margin-bottom:10px; color:#fff; padding:10px; }
.gformStyle_2 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px; color: #fff;}
.gformStyle_2 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_2 .gb_page{text-align:center; font-size:14px; line-height:2;color:#fff;}
.gformStyle_2 .gb_replay{padding-left:50px; margin:10px auto; border-top:1px solid #ccc; padding-top:10px;  font-size:14px;}
.gformStyle_2 .gb_info{float:right;  color:#fff;}
.gformStyle_2 .gbList{background: rgba(255,255,255,.03);padding: 10px;}

@media screen and (max-width:991px){
.gformStyle_2 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; }
}

@media screen and (max-width:768px){
.gformStyle_2{padding:15px;}
.gformStyle_2 .listTit{display:none;}
.gformStyle_2 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; }
.gformStyle_2 .gbt{font-size:14px;}
}

@media screen and (max-width:480px){
.gformStyle_2{padding:10px;}
.gformStyle_2 .listTit{display:none;}
.gformStyle_2 .gformList textarea.gf_message,.gformStyle_2 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_2 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_2 .gb_nickname,.gformStyle_2 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_2 .gformList textarea.gf_message, .gformStyle_2 .gformList input.gfInput,.gformStyle_2 li.gbList{background:url("S_DIY_RES_PATH_E/../res/liuyanban/style_02/icon.png") no-repeat center;background-size: 100% 100%;}/*modBgColor*/
.gformStyle_2 .modFontColor{color:#fff;}
.gformStyle_2{background-color:#1f1f1f;}

.style_02_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%);
}

.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; }
/*菜单样式*/
.menuStyle_16{width:100%; position:relative;}
.menuStyle_16 *{box-sizing: border-box;}
.menuStyle_16 .miniMenu *,
.menuStyle_16 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_16 .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_16 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_16 ul,.menuStyle_16 li{padding:0;margin:0px;list-style:none}
.menuStyle_16 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_16 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_16 .menuUl_box{position:relative; width:100%; text-align:center; background: #2b2b2b;}
.menuStyle_16 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_16 .menuUl>li{position:relative;}
.menuStyle_16 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #fff; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_16 .menuUl>li>a:hover{background: #262626;}
.menuStyle_16 .menuUl #hot>a{background: #fe6637;}
.menuStyle_16 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_16 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_16 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_16 .menuLayout .miniMenu{display:none;}
.menuStyle_16 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #262626; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_16 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_16 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_16 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_16 .menuUl02 .subMenu02 {position: relative; color: #fff; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_16 .menuUl02 .subMenu02.subCurSet{background: #fe6637; color: #fff;}
.menuStyle_16 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_16 .menuUl02 .subMenu02:hover {background: #333; color: #fff;}
.menuStyle_16 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_16 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_16 .menuUl03{position: absolute; background: #333; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_16 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_16 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.15);}
.menuStyle_16 .menuUl03 .subMenu03.thrCurSet{background: #fe6637; color: #fff;}
.menuStyle_16 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_16 .rflex { position: relative;}
.menuStyle_16 .maxWidth{margin: auto;}

.menuStyle_16 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background:#2b2b2b; display: none;}
.menuStyle_16 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_16 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_16 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_16 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_16 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_16 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_16 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_16 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_16 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_16 .subBox p{overflow: hidden; float: left;}
.menuStyle_16 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_16 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_16 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #fff; line-height: 28px;}
.menuStyle_16 .subBox .subMenu02.subCurSet{color: #fe6637;}
.menuStyle_16 .subBox .subMenu02:hover,
.menuStyle_16 .subBox .subMenu02:active{color: #fff;}
.menuStyle_16 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #ddd;}
.menuStyle_16 .subBox .subMenu03:hover,
.menuStyle_16 .subBox .subMenu03:active{color: #fff;}
.menuStyle_16 .subBox .subMenu03.thrCurSet{color: #fe6637;}

/*图标*/
.menuStyle_16 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_16 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}


@media screen and (max-width:640px) {
.menuStyle_16 .imgIco{ margin-right:10px;}	
.menuStyle_16 .menuUl,
.menuStyle_16 .menuUl_box {display:none;}
.menuStyle_16 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_16 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_16 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_16 .miniMenu .leftBox{height: 100%}
.menuStyle_16 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_16 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_16 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_16 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_16 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_16 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_16 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


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

@media screen and (min-width:640px) {
	#dh_style_16_1526971340708 .maxWidth{max-width:1200px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_16_1526971340708 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_16_1526971340708 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_16_1526971340708 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}


	#image_style_01_1527216377045 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527216377045 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1527216377045 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1527216377045 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_1500618620917 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500618620917 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1500618620917 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500618620917 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_1500619294523 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500619294523 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1500619294523 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500619294523 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_1500619405941 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500619405941 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1500619405941 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500619405941 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*留言板样式*/
.gformStyle_2{width:100%; min-width:300px; box-sizing: border-box;}
.gformStyle_2 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s;}
.gformStyle_2 .gformS{width:100%;background: #1f1f1f;}
.gformStyle_2 .gf_title{text-align:left; font-size:16px; line-height:3;padding-left: 20px;border-bottom: 1px solid #292929;margin-bottom:5px; color: #fff;}
.gformStyle_2 .gformList{width:100%;padding:2px 20px;overflow: hidden; text-align: center;}
.gformStyle_2 .gformList .gformTxt{color:#fff;font-size: 14px; text-align: left;}
.gformStyle_2 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_2 .gformList textarea.gf_message, .gformStyle_2 .gformList input.gfInput{width:100%; font-size:14px; color:#fff; padding:8px; border:2px solid #282828;color: #fff;}
.gformStyle_2 .gformList input.gfInput{height:34px;  min-width:300px;box-shadow: 2px 3px 9px #121212 inset;}
.gformStyle_2 .gformList textarea.gf_message{background: url("../img/liuyanban/style_02/icon2.png") no-repeat center;background-size:100% 100% ;box-shadow: 2px 3px 9px #121212 inset;}
.gformStyle_2 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

.gformStyle_2 .gbt{background:#fff; color:#333; font-size:16px; line-height:35px; cursor:pointer;  border:0; height:35px; width:100%;margin: 20px auto;}
.gformStyle_2 #gbook{width:100%;  list-style:none;clear: both; padding: 0 20px;}
.gformStyle_2 .gbList{background:#fff; margin-bottom:10px; color:#fff; padding:10px; }
.gformStyle_2 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px; color: #fff;}
.gformStyle_2 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_2 .gb_page{text-align:center; font-size:14px; line-height:2;color:#fff;}
.gformStyle_2 .gb_replay{padding-left:50px; margin:10px auto; border-top:1px solid #ccc; padding-top:10px;  font-size:14px;}
.gformStyle_2 .gb_info{float:right;  color:#fff;}
.gformStyle_2 .gbList{background: rgba(255,255,255,.03);padding: 10px;}

@media screen and (max-width:991px){
.gformStyle_2 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; }
}

@media screen and (max-width:768px){
.gformStyle_2{padding:15px;}
.gformStyle_2 .listTit{display:none;}
.gformStyle_2 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; }
.gformStyle_2 .gbt{font-size:14px;}
}

@media screen and (max-width:480px){
.gformStyle_2{padding:10px;}
.gformStyle_2 .listTit{display:none;}
.gformStyle_2 .gformList textarea.gf_message,.gformStyle_2 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_2 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_2 .gb_nickname,.gformStyle_2 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_2 .gformList textarea.gf_message, .gformStyle_2 .gformList input.gfInput,.gformStyle_2 li.gbList{background:url("../img/liuyanban/style_02/icon.png") no-repeat center;background-size: 100% 100%;}/*modBgColor*/
.gformStyle_2 .modFontColor{color:#fff;}
.gformStyle_2{background-color:#1f1f1f;}

.style_02_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_02_1500619654570 .error{ color: #f00 !important;}

	#image_style_01_1500621844986 .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_1500621844986 .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_1500621844986 .CompatibleImg img{null}}
#image_style_01_1500621844986 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_1500621844999 .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_1500621844999 .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_1500621844999 .CompatibleImg img{null}}
#image_style_01_1500621844999 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_1500621845004 .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_1500621845004 .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_1500621845004 .CompatibleImg img{null}}
#image_style_01_1500621845004 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_1500621845029 .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_1500621845029 .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_1500621845029 .CompatibleImg img{null}}
#image_style_01_1500621845029 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_1500621845043 .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_1500621845043 .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_1500621845043 .CompatibleImg img{null}}
#image_style_01_1500621845043 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_1500621845047 .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_1500621845047 .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_1500621845047 .CompatibleImg img{null}}
#image_style_01_1500621845047 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_1500621845067 .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_1500621845067 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1500621845067 .CompatibleImg img{null}}
#image_style_01_1500621845067 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;}
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.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; }/*菜单样式*/
.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_1500621845342 .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;}
}


/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service-style01{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

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



