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


 #text_style_02_1490063023274{display:block;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1490063023274{z-index:6;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1490063023274{display:block;z-index:2;}} 

 #text_style_02_1490063046138{display:block;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1490063046138{z-index:6;height:1px;width:1px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1490063046138{display:block;z-index:2;}} 


 #user_style_05_1492506607649{width:9.25%;position:absolute;top:5px;left:90.71223958333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1492506607649{width:114px;left:86.9267955801105%;display:block;}}   @media screen and (max-width:640px) {#user_style_05_1492506607649{width:43.52617079889807%;top:600px;left:28.236914600550964%;display:none;}}  #user_style_05_1492506607649 .textSet {text-align:left;color:#c6a468;font-size:15px;} #user_style_05_1492506607649 .textSet:hover {color:rgba(189,112,84,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #user_style_05_1492506607649 .textSet {color:#c6a468;}}

 #image_logo_1492478646727{width:8.083333333333332%;height:77px;position:absolute;top:16px;left:45.958333333333336%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1492478646727{z-index:2;width:200px;display:none;}}   @media screen and (max-width:640px) {#image_logo_1492478646727{width:37.89473684210527%;height:82px;top:0px;left:0%;z-index:2;display:none;}} 

 #text_style_08_1494229894473{width:33.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:Arial Black;position:absolute;top:9px;left:33.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_08_1494229894473{left:0%;width:100%;display:block;}}   @media screen and (max-width:640px) {#text_style_08_1494229894473{width:100%;top:8px;left:0%;}}  #text_style_08_1494229894473>.view_contents {box-sizing:border-box;color:#c6a468;font-size:56px;height:61px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_08_1494229894473>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_08_1494229894473>.view_contents {box-sizing:border-box;font-size:28px;height:30px;line-height:30px;}}

 #dh_style_01_1492478736906{width:74.20833333333333%;z-index:1002;position:absolute;top:110px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1492478736906{z-index:1000;display:block;top:110px;left:0%;width:683px;}}   @media screen and (max-width:640px) {#dh_style_01_1492478736906{width:12.121212121212121%;z-index:1000;top:0px;left:87.89473684210526%;}} #dh_style_01_1492478736906 > .view_contents{overflow:visible;}  #dh_style_01_1492478736906 .mainMenuSet {font-size:18px;} #dh_style_01_1492478736906 #hot>a {color:#c6a468;} #dh_style_01_1492478736906 .mainMenuSet:hover {color:#c6a468;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906 .columnSet:hover {background:transparent;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906  {background:transparent;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906 .columnSet {background:transparent;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906 .mainMenuSet:hover {background:transparent;color:#c6a468;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906 #hot>a:hover {background:transparent;color:#c6a468;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906  {background:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .columnSet {background:#ffffff;color:#000000;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .mainMenuSet {background:transparent;color:#000000;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 #hot>a {background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .mainMenuSet:hover {background:transparent;color:#c6a468;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .icoMenuSet:active {color:#000000;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .icoMenuSet {color:#000000;}}

 #searchbox_style_01_1492506490186{width:24.5859375%;position:absolute;left:75.4140625%;top:111px;z-index:1001;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1492506490186{display:block;width:245px;left:72.97852598091198%;top:111px;}}   @media screen and (max-width:640px) {#searchbox_style_01_1492506490186{width:55.00000000000001%;left:43.026315789473685%;top:48px;display:none;}}  #searchbox_style_01_1492506490186 .inputSet {border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background:#ffffff;color:#BD7054;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;} #searchbox_style_01_1492506490186 .btnaSet {color:#BD7054;border-top-color:#c6a468;border-right-color:#c6a468;border-bottom-color:#c6a468;border-left-color:#c6a468;} #searchbox_style_01_1492506490186 .kwSet {color:#ffffff;}

 #text_style_08_1494380351272{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:Arial Black;position:absolute;top:59.5px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_08_1494380351272{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_08_1494380351272{width:370px;top:21px;left:calc(50% - 185px);display:none;}}  #text_style_08_1494380351272>.view_contents {box-sizing:border-box;color:#333333;font-size:18px;text-align:center;font-family:Tahoma;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_08_1494380351272>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_08_1494380351272>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1492587848506{width:1200px;height:154px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492587848506{height:154px;width:99.99668610816543%;left:0%;z-index:4;top:0px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1492587848506{width:100%;height:44px;top:0px;left:0%;display:block;}} #div_includeBlock_1492587848506 > .view_contents{overflow:visible;}  #div_includeBlock_1492587848506>.view_contents {font-size:50px;}

 #div_blank_1492477665834{width:119.08333333333334%;height:47px;position:absolute;top:108px;left:-9.291666666666666%;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492477665834{z-index:3;display:block;}}   @media screen and (max-width:640px) {#div_blank_1492477665834{width:100%;height:37px;top:55px;left:0%;z-index:1;display:none;}} #div_blank_1492477665834 > .view_contents{overflow:visible;}  #div_blank_1492477665834  {box-sizing:border-box;background:#EAEEEF;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492477665834  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492477665834  {box-sizing:border-box;}} #comm_layout_header{height:155px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:155px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:44px;display:block;z-index:2;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #text_style_02_1492580304692{width:60%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:122px;left:20%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492580304692{}}   @media screen and (max-width:640px) {#text_style_02_1492580304692{width:100%;top:17px;left:0%;}}  #text_style_02_1492580304692>.view_contents {box-sizing:border-box;font-weight:bold;text-align:center;font-size:50px;line-height:60px;height:60px;color:#BD7054;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492580304692>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492580304692>.view_contents {box-sizing:border-box;font-size:20px;}}

 #liuyanban_style_01_1492582754688{width:48.583333333333336%;position:absolute;top:758px;left:0.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_01_1492582754688{width:45%;left:0.9991383881230116%;top:715px;}}   @media screen and (max-width:640px) {#liuyanban_style_01_1492582754688{width:100%;top:501.0000305175781px;left:0%;}}  #liuyanban_style_01_1492582754688 .titSet {text-align:left;font-size:16px;} #liuyanban_style_01_1492582754688 .btnaSet {font-size:14px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background:#c6a468;} #liuyanban_style_01_1492582754688 .inputSet {margin-top:9px;background:transparent;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;} #liuyanban_style_01_1492582754688 .textareaSet {background:transparent;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;} #liuyanban_style_01_1492582754688 .btnaSet:hover {background:#ff940d;} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_01_1492582754688 .btnaSet {margin-top:28px;}}
/*----------------------电脑板式样式----------------------*/
#liuyanban_style_01_1492582754688{
	
}
#liuyanban_style_01_1492582754688 .btnaSet{width:15%;min-width:0;}
#liuyanban_style_01_1492582754688 .gf_name{width:49%; float:left;min-width:0;}
#liuyanban_style_01_1492582754688 .gf_tel{width:49%; float:right;min-width:0;}
#liuyanban_style_01_1492582754688 .gf_email{clear:both;position:relative;top:4px;min-width:0;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_01_1492582754688{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#liuyanban_style_01_1492582754688{
		
	}
#liuyanban_style_01_1492582754688 .btnaSet{width:50%;min-width:0;}
}

 #map_style_01_1492583515925{width:45.416666666666664%;height:335px;position:absolute;left:51.5%;top:758px;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1492583515925{width:50.90137857900318%;height:349px;left:47.50795334040297%;top:715px;}}   @media screen and (max-width:640px) {#map_style_01_1492583515925{width:96%;height:300px;top:855.6667175292969px;left:1.9736842105263157%;}} 

 #text_style_02_1492581196008{width:100.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:572.99609375px;left:0.010416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492581196008{top:532.98828125px;left:calc(50% - 470.5px);}}   @media screen and (max-width:640px) {#text_style_02_1492581196008{width:96%;top:251px;left:2%;}}  #text_style_02_1492581196008>.view_contents {box-sizing:border-box;font-size:15px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492581196008>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492581196008>.view_contents {box-sizing:border-box;}} #layout_diy_1492579715{height:1162px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1492579715{height:1128px;display:none;}}   @media screen and (max-width:640px) {#layout_diy_1492579715{height:1178px;display:none;}} #layout_diy_1492579715 > .view_contents{max-width:1200px;} 


 #text_style_02_1494300230878{width:50%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:48px;left:0%;z-index:21;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494300230878{}}   @media screen and (max-width:640px) {#text_style_02_1494300230878{width:100%;top:31px;left:0%;}}  #text_style_02_1494300230878>.view_contents {box-sizing:border-box;text-align:left;font-weight:bold;color:#c6a468;font-size:28px;border-left-style:solid;height:30px;line-height:30px;text-indent:1em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494300230878>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494300230878>.view_contents {box-sizing:border-box;font-size:30px;}}

 #map_style_01_1494300271767{width:45.416666666666664%;height:335px;position:absolute;left:52.583333333333336%;top:307px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1494300271767{display:block;height:291px;}}   @media screen and (max-width:640px) {#map_style_01_1494300271767{width:93.6842105263158%;height:300px;top:184px;left:3.1578947368421053%;display:block;}} 

 #text_style_02_1492582665695{width:49.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:122px;left:2.4036458333333335%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492582665695{display:block;}}   @media screen and (max-width:640px) {#text_style_02_1492582665695{width:93.15789473684211%;top:87px;left:3.3141447368421053%;display:block;}}  #text_style_02_1492582665695>.view_contents {box-sizing:border-box;font-size:20px;height:90px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492582665695>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492582665695>.view_contents {box-sizing:border-box;font-size:13px;height:90px;line-height:30px;}}

 #liuyanban_style_01_1494300264068{width:48.583333333333336%;position:absolute;top:307px;left:2.4036458333333335%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_01_1494300264068{display:block;}}   @media screen and (max-width:640px) {#liuyanban_style_01_1494300264068{width:99.3421052631579%;top:504.5px;left:0%;display:block;}}  #liuyanban_style_01_1494300264068 .titSet {text-align:left;font-size:16px;} #liuyanban_style_01_1494300264068 .btnaSet {font-size:14px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background:#c6a468;} #liuyanban_style_01_1494300264068 .inputSet {margin-top:9px;background:transparent;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;} #liuyanban_style_01_1494300264068 .textareaSet {background:transparent;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;} #liuyanban_style_01_1494300264068 .btnaSet:hover {background:#ff940d;} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_01_1494300264068 .btnaSet {margin-top:28px;}}
/*----------------------电脑板式样式----------------------*/
#liuyanban_style_01_1494300264068{
	
}
#liuyanban_style_01_1494300264068 .btnaSet{width:15%;min-width:0;}
#liuyanban_style_01_1494300264068 .gf_name{width:49%; float:left;min-width:0;}
#liuyanban_style_01_1494300264068 .gf_tel{width:49%; float:right;min-width:0;}
#liuyanban_style_01_1494300264068 .gf_email{clear:both;position:relative;top:4px;min-width:0;}
#liuyanban_style_01_1494300264068 .gf_title{display:none;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_01_1494300264068{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#liuyanban_style_01_1494300264068{
		
	}
#liuyanban_style_01_1494300264068 .btnaSet{width:50%;min-width:0;}
} #layout_1494300182123{height:718px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494300182123{display:block;}}   @media screen and (max-width:640px) {#layout_1494300182123{height:831px;display:block;}} #layout_1494300182123 > .view_contents{overflow:visible;max-width:1200px;} 


 #qqol_style_01_1492568181189{width:11.827956989247312%;position:absolute;top:15px;left:88.17199578355587%;z-index:8;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1492568181189{z-index:2;display:block;}}   @media screen and (max-width:640px) {#qqol_style_01_1492568181189{width:57.85123966942148%;top:600px;display:none;z-index:2;left:21.07438016528926%;}} #qqol_style_01_1492568181189 > .view_contents{overflow:visible;} 


 #text_style_02_1492482633790{width:30%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:15px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482633790{z-index:2;width:247px;}}   @media screen and (max-width:640px) {#text_style_02_1492482633790{width:100%;top:10px;left:0%;z-index:2;}}  #text_style_02_1492482633790>.view_contents {box-sizing:border-box;font-size:18px;color:#000000;font-weight:normal;font-family:SimHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482633790>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482633790>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;text-align:center;}}

 #text_style_12_1492480147372{width:56.25%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:61px;left:21.875%;z-index:11;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1492480147372{z-index:2;top:60px;left:21.875%;}}   @media screen and (max-width:640px) {#text_style_12_1492480147372{width:100%;top:118px;left:0%;display:block;}}  #text_style_12_1492480147372>.view_contents {box-sizing:border-box;text-align:center;font-size:20px;height:70px;line-height:70px;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_12_1492480147372>.view_contents {box-sizing:border-box;font-size:15px;line-height:50px;height:50px;}} @media screen and (max-width:640px) { #text_style_12_1492480147372>.view_contents {box-sizing:border-box;line-height:40px;font-size:14px;height:40px;}}

 #text_style_02_1492482706841{width:30%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:15px;left:35%;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482706841{z-index:1;left:31.547619047619047%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1492482706841{width:100%;top:40px;left:0%;z-index:1;display:block;}}  #text_style_02_1492482706841>.view_contents {box-sizing:border-box;font-size:18px;color:#000000;font-weight:normal;font-family:SimHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482706841>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482706841>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;text-align:center;}}

 #text_style_02_1492482751019{width:35.328753680078506%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:15px;left:64.66666666666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482751019{z-index:2;left:57.68436250232515%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1492482751019{width:100%;top:70px;left:0%;z-index:2;display:block;}}  #text_style_02_1492482751019>.view_contents {box-sizing:border-box;font-size:18px;color:#000000;font-weight:normal;font-family:SimHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482751019>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482751019>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:30px;}}
 #div_includeBlock_1492588602327{width:100%;height:141px;position:absolute;top:0px;left:-0.08333333333333334%;z-index:9;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492588602327{left:0%;width:1008px;top:0px;height:119px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1492588602327{width:96%;height:169px;top:0px;left:2%;display:block;}} #div_includeBlock_1492588602327 > .view_contents{overflow:visible;}  @media screen and (min-width:641px) and (max-width:1200px) { #div_includeBlock_1492588602327  {background:#eaeeef;}}

 #div_blank_1492590511134{width:100%;height:70px;position:absolute;left:0%;top:50px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492590511134{width:100%;height:66px;left:0%;top:52px;display:block;}}   @media screen and (max-width:640px) {#div_blank_1492590511134{width:100%;height:64px;top:106px;left:0%;display:block;}} #div_blank_1492590511134 > .view_contents{overflow:visible;}  #div_blank_1492590511134  {box-sizing:border-box;background:#EAEEEF;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492590511134  {box-sizing:border-box;background:#EAEEEF;}} @media screen and (max-width:640px) { #div_blank_1492590511134  {box-sizing:border-box;background:#EAEEEF;}}

 #div_blank_1492590487944{width:100.91666666666667%;height:50px;position:absolute;left:0.25%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492590487944{width:100%;height:52px;left:0%;top:0px;display:block;}}   @media screen and (max-width:640px) {#div_blank_1492590487944{width:100%;height:106px;top:0px;left:0%;display:block;}} #div_blank_1492590487944 > .view_contents{overflow:visible;}  #div_blank_1492590487944  {box-sizing:border-box;background:#eaeeef;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492590487944  {box-sizing:border-box;background:#BD7054;}} @media screen and (max-width:640px) { #div_blank_1492590487944  {box-sizing:border-box;background:#eaeeef;}} #comm_layout_footer{height:141px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:119px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:170px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {padding-top:0px;background:#eaeeef;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

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

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

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

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

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

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

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

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

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

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

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@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;}
}
.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}

/*留言板样式*/
.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 form{}
.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 .gformList textarea.gf_message{}
.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 #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;}
.gformStyle_1 .gb_nickname{}

@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;}/*留言板样式*/
.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 form{}
.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 .gformList textarea.gf_message{}
.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 #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;}
.gformStyle_1 .gb_nickname{}

@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;}
/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ 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;}
}
