
/**
    *编辑器         \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}
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #image_logo_1571110039191{width:6.333155934007451%;height:72px;position:absolute;top:2px;left:0.33333333333333337%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1571110039191{left:0.3181336161187699%;top:-3.5px;height:90px;width:96px;}}   @media screen and (max-width:640px) {#image_logo_1571110039191{width:93px;height:61px;top:-4px;left:0.13333333333333333%;}} 

 #dh_style_28_1571133534833{width:60%;z-index:9999;left:39.838541666666664%;top:22px;position:absolute;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1571133534833{z-index:999;height:44px;width:555px;}}   @media screen and (max-width:640px) {#dh_style_28_1571133534833{z-index:999;height:44px;left:39.8375%;top:4.5px;}} #dh_style_28_1571133534833 > .view_contents{overflow:visible;}  #dh_style_28_1571133534833 .mainMenuSet {font-size:16px;font-weight:bold;color:#4c4c4c;text-color:#4c4c4c;text-hover-color:#ff7f00;font-family:SimSun;} #dh_style_28_1571133534833 .mainMenuSet:hover {color:#ff7f00;} #dh_style_28_1571133534833 #hot>a {color:#ff7f00;} #dh_style_28_1571133534833 .mainMenuSet:active {color:#ff6f04;} #dh_style_28_1571133534833 .subMenuSet:hover {color:#ff7f00;border-style:solid;border-width:2px;border-color:#ff6f04;border-top:none !important;border-right:none !important;border-bottom:none !important;} #dh_style_28_1571133534833 .subCurSet {color:#ff7f00;border-style:solid;border-width:2px;border-color:#ff6f04;border-top:none !important;border-right:none !important;border-bottom:none !important;} #dh_style_28_1571133534833 .subMenuSet:active {color:#ff6f04;border-bottom:none !important;border-width:2px;border-color:#ff6f04;border-style:solid;} #dh_style_28_1571133534833 .thrMenuSet:active {color:#ff6f04;} #dh_style_28_1571133534833 .thrMenuSet:hover {color:#ff7f00;} #dh_style_28_1571133534833 .thrCurSet {color:#ff7f00;background:#f7f7f7 !important;} #dh_style_28_1571133534833 .subMenuSet {color:#4c4c4c;font-family:SimSun;} #dh_style_28_1571133534833 .thrMenuSet {color:#4c4c4c;font-family:SimSun;} @media screen and (max-width:640px) { #dh_style_28_1571133534833  {background:#ffffff;}} #comm_layout_header{height:77px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:92px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:66px;z-index:10;display:block;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background-size:auto 100%;background-repeat:no-repeat!important;background-position:0% 0% !important;background:#ffffff;} #comm_layout_header:hover {background:#ffffff;} #comm_layout_header .view_contents:hover {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #comm_layout_header  {background-size:auto 100%;}} @media screen and (max-width:640px) { #comm_layout_header  {background:#ffffff;background-size:auto 100%;}}


 #image_style_01_1524818191702{width:100%;height:402px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1524818191702{height:255px;top:1px;left:calc(50% - 471.5px);width:943px;}}   @media screen and (max-width:640px) {#image_style_01_1524818191702{width:100%;height:253px;top:0%;left:0%;}} #image_style_01_1524818191702 > .view_contents{overflow:visible;}  #layout_1524818191699{height:402px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1524818191699{height:256px;}}   @media screen and (max-width:640px) {#layout_1524818191699{height:253px;}} #layout_1524818191699 > .view_contents{overflow:visible;} 


 #text_style_02_1524819473925{width:19.75%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:62px;left:40.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1524819473925{left:calc(50% - 118.5px);top:26px;width:237px;}}   @media screen and (max-width:640px) {#text_style_02_1524819473925{width:96%;top:20px;left:2%;}}  #text_style_02_1524819473925>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:40px;text-align:center;color:#4c4c4c;font-weight:bold;height:40px;line-height:40px;} #text_style_02_1524819473925  {background-size:auto 100%;background-repeat:repeat-x;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1524819473925>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_02_1524819473925>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;height:30px;color:#191919;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1524819473925{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1524819473925{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1524819473925{
		
	}
}

 #text_style_02_1524819473940{width:24.083333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:112px;left:37.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1524819473940{top:70px;left:calc(50% - 144.5px);width:289px;}}   @media screen and (max-width:640px) {#text_style_02_1524819473940{width:96%;top:45px;left:2%;}}  #text_style_02_1524819473940>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#bf5f00;font-weight:normal;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1524819473940>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1524819473940>.view_contents {box-sizing:border-box;font-size:12px;font-weight:bold;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1524819473940{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1524819473940{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1524819473940{
		
	}
} #layout_1524819473921{height:190px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1524819473921{height:110px;}}   @media screen and (max-width:640px) {#layout_1524819473921{height:84px;}} #layout_1524819473921 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1524819473921  {background:transparent;}


 #text_style_01_1565857849892{width:99.33333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:55px;left:0.4583333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565857849892{top:20px;left:calc(50% - 461.5px);width:923px;}}   @media screen and (max-width:640px) {#text_style_01_1565857849892{width:95.19999999999999%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2.4000000000000057%;}}  #text_style_01_1565857849892>.view_contents {color:#666666;font-size:15px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565857849892>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1565857849892>.view_contents {font-size:12px;}}

 #text_style_01_1522809639293{width:24.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:397.5px;left:2.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522809639293{display:block;left:2.2484756097560976%;top:191.5px;}}   @media screen and (max-width:640px) {#text_style_01_1522809639293{width:22.933333333333334%;top:184px;left:1.4666666666666666%;display:block;}}  #text_style_01_1522809639293>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#333333;font-size:15px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522809639293>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522809639293>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1489633629924{width:4.916666666666666%;height:60px;position:absolute;top:283.5px;left:12.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1489633629924{left:12.216662248144221%;top:122.5px;}}   @media screen and (max-width:640px) {#image_style_01_1489633629924{display:block;height:44px;width:36px;left:8.133333333333333%;top:121px;}} #image_style_01_1489633629924 > .view_contents{overflow:visible;} 

 #image_style_01_1522809695392{width:5%;height:60px;position:absolute;top:283.5px;left:47.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522809695392{left:calc(50% - 23.5px);top:122.5px;}}   @media screen and (max-width:640px) {#image_style_01_1522809695392{height:45px;width:38px;top:121px;left:40.400000000000006%;}} #image_style_01_1522809695392 > .view_contents{overflow:visible;} 

 #text_style_01_1522809717006{width:24.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:397.5px;left:37.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522809717006{display:block;left:calc(50% - 117.5px);top:191.5px;}}   @media screen and (max-width:640px) {#text_style_01_1522809717006{width:41.86666666666667%;top:184px;left:24.4%;display:block;z-index:2;}} #text_style_01_1522809717006 > .view_contents{overflow:hidden;}  #text_style_01_1522809717006>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#191919;font-size:15px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522809717006>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522809717006>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1522809722523{width:20.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:397.5px;left:75.54166666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522809722523{display:block;left:73.00835100742312%;top:191.5px;}}   @media screen and (max-width:640px) {#text_style_01_1522809722523{width:31.466666666666665%;top:184px;left:66.13333333333333%;display:block;}}  #text_style_01_1522809722523>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#191919;font-size:13px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522809722523>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522809722523>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1522809702521{width:5%;height:60px;position:absolute;top:283.5px;left:81.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522809702521{left:80.90866914103924%;top:122.5px;}}   @media screen and (max-width:640px) {#image_style_01_1522809702521{left:77.86666666666666%;top:121px;height:40px;width:38px;}} #image_style_01_1522809702521 > .view_contents{overflow:visible;}  #layout_1565857824654{height:594px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565857824654{height:338px;}}   @media screen and (max-width:640px) {#layout_1565857824654{height:295px;}} #layout_1565857824654 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1565857824654  {background:transparent;}


 #text_style_02_1565858767426{width:20.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:62px;left:40.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565858767426{left:calc(50% - 123.5px);top:26px;width:247px;}}   @media screen and (max-width:640px) {#text_style_02_1565858767426{width:96%;top:20px;left:2%;}} #text_style_02_1565858767426 > .view_contents{overflow:visible;}  #text_style_02_1565858767426>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:40px;text-align:center;color:#ffffff;font-weight:bold;height:40px;line-height:40px;} #text_style_02_1565858767426  {background-size:auto 100%;background-repeat:repeat-x;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565858767426>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_02_1565858767426>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;height:30px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1565858767426{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1565858767426{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1565858767426{
		
	}
}

 #text_style_02_1565858776993{width:24.083333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:112px;left:37.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565858776993{top:70px;left:calc(50% - 144.5px);width:289px;}}   @media screen and (max-width:640px) {#text_style_02_1565858776993{width:96%;top:45px;left:2%;}}  #text_style_02_1565858776993>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#bf5f00;font-weight:normal;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565858776993>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1565858776993>.view_contents {box-sizing:border-box;font-size:12px;font-weight:bold;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1565858776993{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1565858776993{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1565858776993{
		
	}
} #layout_1565858757938{height:198px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565858757938{height:114px;}}   @media screen and (max-width:640px) {#layout_1565858757938{height:85px;}} #layout_1565858757938 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1565858757938  {background:#000000;}



 #text_style_02_1565858684562{width:88.62275449101796%;font-size:18px!important;color:#ffffff;line-height:50px;font-family:microsoft yahei;position:absolute;left:5.688622754491018%;top:57px;text-align:center;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565858684562{width:88.62275449101796%;left:5.688622754491018%;top:57px;}}   @media screen and (max-width:640px) {#text_style_02_1565858684562{width:92.10526315789474%;left:3.9617486338797816%;top:67px;}}  #text_style_02_1565858684562>.view_contents {box-sizing:border-box;} #text_style_02_1565858684562  {line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565858684562>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1565858684562>.view_contents {box-sizing:border-box;}}

 #text_style_02_1565858684574{width:88.62275449101799%;font-size:24px!important;color:#ffffff;line-height:50px;font-family:microsoft yahei;position:absolute;left:5.688622754491018%;top:13px;text-align:center;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565858684574{width:88.62275449101799%;left:5.688622754491018%;top:13px;}}   @media screen and (max-width:640px) {#text_style_02_1565858684574{width:70.38043478260869%;left:14.89071038251366%;top:25px;}}  #text_style_02_1565858684574>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565858684574>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1565858684574>.view_contents {box-sizing:border-box;}}

 #div_blank_1565858684578{width:91.31736526946108%;height:92px;position:absolute;left:4.341317365269461%;top:13px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1565858684578{width:91.31736526946108%;height:92px;left:4.341317365269461%;top:13px;}}   @media screen and (max-width:640px) {#div_blank_1565858684578{width:86.95652173913044%;height:86px;left:6.527777777777779%;top:20px;}} #div_blank_1565858684578 > .view_contents{overflow:visible;}  #div_blank_1565858684578  {box-sizing:border-box;background:#ff6363;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1565858684578  {box-sizing:border-box;background:#ff6363;}} @media screen and (max-width:640px) { #div_blank_1565858684578  {box-sizing:border-box;background:#ff6363;}}

 #div_blank_1565858684585{width:91.31736526946108%;height:380px;position:absolute;left:4.3366392215568865%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1565858684585{width:91.31736526946108%;height:380px;left:4.3366392215568865%;top:105px;}}   @media screen and (max-width:640px) {#div_blank_1565858684585{width:86.95652173913044%;height:389px;left:6.527777777777779%;top:106px;}} #div_blank_1565858684585 > .view_contents{overflow:visible;}  #div_blank_1565858684585  {box-sizing:border-box;background:rgba(255,255,255,0.3);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1565858684585  {box-sizing:border-box;background:rgba(255,255,255,0.3);}} @media screen and (max-width:640px) { #div_blank_1565858684585  {box-sizing:border-box;background:rgba(255,255,255,0.3);}}

 #div_blank_1565858684589{width:13.77245508982036%;height:36px;position:absolute;left:7.48502994011976%;top:438px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1565858684589{width:13.77245508982036%;height:36px;left:7.48502994011976%;top:438px;}}   @media screen and (max-width:640px) {#div_blank_1565858684589{width:14.673913043478262%;height:38px;left:8.423913043478262%;top:438px;}} #div_blank_1565858684589 > .view_contents{overflow:visible;}  #div_blank_1565858684589  {box-sizing:border-box;background:#ff6363 url(/userimg/952/icon_phone_02.png);height:36px;background-repeat:no-repeat;background-size:auto;background-position-x:50%;background-position-y:50%;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1565858684589  {box-sizing:border-box;background:#ff6363 undefined;}} @media screen and (max-width:640px) { #div_blank_1565858684589  {box-sizing:border-box;background:#ff6363 undefined;background-repeat:no-repeat;background-position-x:50%;background-position-y:50%;background-size:auto;}}

 #text_style_02_1565858684594{width:71.25748502994011%;font-size:18px!important;color:#ffffff;line-height:50px;font-family:microsoft yahei;position:absolute;left:21.55688622754491%;top:440px;text-align:center;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565858684594{width:71.25748502994011%;left:21.55688622754491%;top:440px;font-size:14px!important;}}   @media screen and (max-width:640px) {#text_style_02_1565858684594{width:66.57608695652173%;left:23.91304347826087%;top:440px;}}  #text_style_02_1565858684594>.view_contents {box-sizing:border-box;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565858684594>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1565858684594>.view_contents {box-sizing:border-box;}}

 #div_blank_1565858684599{width:70.05988023952095%;height:18px;position:absolute;left:22.45508982035928%;top:438px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1565858684599{width:70.05988023952095%;height:36px;left:22.45508982035928%;top:438px;z-index:2;}}   @media screen and (max-width:640px) {#div_blank_1565858684599{width:67.66304347826086%;height:200px;left:23.91304347826087%;top:438px;}} #div_blank_1565858684599 > .view_contents{overflow:visible;}  #div_blank_1565858684599  {box-sizing:border-box;background:#ff6363;height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1565858684599  {box-sizing:border-box;background:#ff6363;}} @media screen and (max-width:640px) { #div_blank_1565858684599  {box-sizing:border-box;background:#ff6363;}}


 #customForm_style_input_01_1565858684901{width:100%;position:absolute;left:0%;top:11px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1565858684901{width:100%;left:0%;top:6px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1565858684901{width:100%;left:0%;top:6px;}} #customForm_style_input_01_1565858684901 > .view_contents{overflow:visible;}  #customForm_style_input_01_1565858684901  {height:40px;line-height:40px;} #customForm_style_input_01_1565858684901 .inputSet {line-height:40px;height:40px;}

 #customForm_style_input_01_1565858684910{width:100%;position:absolute;left:-0.005501760563380282%;top:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1565858684910{width:100%;left:0%;top:57px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1565858684910{width:100%;left:0%;top:51px;}} #customForm_style_input_01_1565858684910 > .view_contents{overflow:visible;}  #customForm_style_input_01_1565858684910 .inputSet {line-height:40px;height:40px;}

 #customForm_style_input_01_1565858684914{width:100%;position:absolute;left:0%;top:107.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1565858684914{width:100%;left:0%;top:108px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1565858684914{width:100%;left:0%;top:97px;}} #customForm_style_input_01_1565858684914 > .view_contents{overflow:visible;}  #customForm_style_input_01_1565858684914 .inputSet {line-height:40px;height:40px;}

 #customForm_style_input_01_1565858684920{width:100%;position:absolute;left:0%;top:155px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1565858684920{width:100%;left:0%;top:158px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1565858684920{width:100%;left:0%;top:141.5px;}} #customForm_style_input_01_1565858684920 > .view_contents{overflow:visible;}  #customForm_style_input_01_1565858684920 .inputSet {line-height:40px;height:40px;}

 #customForm_style_input_01_1565858684924{width:100%;position:absolute;left:0%;top:204px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1565858684924{width:100%;left:0%;top:208px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1565858684924{width:100%;left:0%;top:187px;}} #customForm_style_input_01_1565858684924 > .view_contents{overflow:visible;}  #customForm_style_input_01_1565858684924 .inputSet {line-height:40px;height:40px;}

 #customForm_style_button_01_1565858684928{width:100%;position:absolute;left:0%;top:253px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1565858684928{width:100%;left:0.005580357142857143%;top:261px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1565858684928{width:100%;left:0%;top:239px;}} #customForm_style_button_01_1565858684928 > .view_contents{overflow:visible;}  #customForm_style_button_01_1565858684928  {background:none;color:#ffffff;} #customForm_style_button_01_1565858684928 .btnaSet {background:#ff6363;color:#ffffff;line-height:40px;height:40px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}
 #customForm_form_1565858684604{width:85.02994011976048%;height:310px;position:absolute;left:7.48502994011976%;top:119px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1565858684604{width:85.02994011976048%;height:310px;left:7.48502994011976%;top:119px;}}   @media screen and (max-width:640px) {#customForm_form_1565858684604{width:83.15217391304348%;height:298px;left:8.469945355191257%;top:120px;}} 
 #div_includeBlock_1565858684366{width:44.583333333333336%;height:507px;position:absolute;left:54.58333333333333%;top:138px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1565858684366{width:356px;height:490px;top:1px;left:59.96818663838812%;}}   @media screen and (max-width:640px) {#div_includeBlock_1565858684366{width:100%;height:529px;left:0%;top:0px;}}  #div_includeBlock_1565858684366  {background:#000000 url(/userimg/952/icon_bg.jpg);background-repeat:no-repeat;background-position-x:50%;background-position-y:50%;background-size:cover;}
/*----------------------电脑板式样式----------------------*/
#div_includeBlock_1565858684366{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1565858684366{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_includeBlock_1565858684366{
		
	}
} #layout_1489632751093{height:744px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1489632751093{height:500px;}}   @media screen and (max-width:640px) {#layout_1489632751093{height:529px;display:block;}} #layout_1489632751093 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1489632751093  {background: url(https://cdn.yun.sooce.cn/4/46165/jpg/157767336066853eed27c6ea2653d.jpg?version=0);background-position:50% 50% !important;background-repeat:repeat!important;background-size:contain;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1489632751093  {background-size:cover;}}


 #text_style_02_1565859916705{width:20.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:62px;left:40.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565859916705{left:calc(50% - 123.5px);top:31px;width:247px;}}   @media screen and (max-width:640px) {#text_style_02_1565859916705{width:96%;top:20px;left:2%;}} #text_style_02_1565859916705 > .view_contents{overflow:visible;}  #text_style_02_1565859916705>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:40px;text-align:center;color:#4c4c4c;font-weight:bold;height:40px;line-height:40px;} #text_style_02_1565859916705  {background-size:auto 100%;background-repeat:repeat-x;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565859916705>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_02_1565859916705>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;height:30px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1565859916705{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1565859916705{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1565859916705{
		
	}
}

 #text_style_02_1565859925730{width:24.083333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:124px;left:37.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565859925730{top:68px;left:calc(50% - 144.5px);width:289px;}}   @media screen and (max-width:640px) {#text_style_02_1565859925730{width:96%;top:45px;left:2%;}}  #text_style_02_1565859925730>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#bf5f00;font-weight:normal;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565859925730>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1565859925730>.view_contents {box-sizing:border-box;font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1565859925730{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1565859925730{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1565859925730{
		
	}
} #layout_1565859907282{height:209px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565859907282{height:118px;}}   @media screen and (max-width:640px) {#layout_1565859907282{height:86px;}} #layout_1565859907282 > .view_contents{overflow:visible;max-width:1200px;} 


 #liuyanban_style_08_1565860181731{width:94.58333333333333%;position:absolute;top:12px;left:2.7083333333333357%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_08_1565860181731{top:2px;left:calc(50% - 450px);width:900px;}}   @media screen and (max-width:640px) {#liuyanban_style_08_1565860181731{width:96%;top:0px;left:2%;}}  #layout_1564044069645{height:680px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1564044069645{height:531px;}}   @media screen and (max-width:640px) {#layout_1564044069645{height:537px;}} #layout_1564044069645 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1564044069645  {background-size:cover;background-position:50% 50% !important;}


 #map_style_01_1489633957582{width:159.08333333333334%;height:374px;position:absolute;top:3px;left:-29.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1489633957582{top:1px;left:0%;width:943px;height:192px;}}   @media screen and (max-width:640px) {#map_style_01_1489633957582{width:96%;height:300px;top:0px;left:2%;}}  #layout_1565861184912{height:377px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565861184912{height:193px;}}   @media screen and (max-width:640px) {#layout_1565861184912{height:300px;}} #layout_1565861184912 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1571129553226{width:1.2352309344790546%;height:29px;position:absolute;top:83px;left:28.416666666666668%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553226{height:27px;top:53px;left:28.444790562036054%;width:22px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553226{width:4.266666666666667%;height:17px;top:53.359375px;left:10.612499999999999%;}} #image_style_01_1571129553226 > .view_contents{overflow:visible;} 

 #image_style_01_1571129553231{width:1.611170784103115%;height:32px;position:absolute;top:83px;left:58.74348958333333%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553231{top:53px;left:63.462685577942736%;width:24px;height:28px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553231{width:4.8%;height:22px;top:89.359375px;left:7.245833333333334%;}} #image_style_01_1571129553231 > .view_contents{overflow:visible;} 

 #image_style_01_1571129553236{width:1.3963480128893664%;height:29px;position:absolute;top:83px;left:74.89973958333334%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553236{width:2.2269353128313893%;top:53px;left:82.75284994697773%;height:25px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553236{width:4.266666666666667%;height:20px;top:83.359375px;left:64.22916666666667%;}} #image_style_01_1571129553236 > .view_contents{overflow:visible;} 

 #text_style_02_1571129553245{width:26.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:30.333333333333336%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553245{width:28.525980911983034%;top:51.5px;left:31.54327942735949%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553245{width:74.93333333333332%;top:53.359375px;left:17.4625%;}}  #text_style_02_1571129553245>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553245>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553245>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1571129553251{width:12.666666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:61.1%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553251{width:15.482502651113467%;top:53px;left:66.0077545068929%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553251{width:34.13333333333333%;top:83.359375px;left:14.879166666666666%;}}  #text_style_02_1571129553251>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553251>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553251>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1571129553255{width:6.666666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:77.2%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553255{width:6.256627783669141%;top:51.5px;left:85.71049840933192%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553255{width:13.866666666666665%;top:83.359375px;left:70.8125%;}}  #text_style_02_1571129553255>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553255>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553255>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1571129553280{width:43.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:187px;left:28.416666666666668%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553280{width:53.23435843054083%;left:23.382820784729585%;top:151px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553280{width:64%;top:166.3125px;left:18%;}}  #text_style_02_1571129553280>.view_contents {box-sizing:border-box;font-size:12px;color:#cccccc;line-height:20px;text-align:center;font-family:Verdana;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553280>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1571129553280>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553259{width:7.000000000000001%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:26.833333333333332%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553259{left:23.566741781548252%;top:114px;width:68px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553259{width:13.866666666666665%;top:121px;left:7.55%;}}  #text_style_02_1571129553259>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553259>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553259>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553262{width:3.866809881847476%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:35.69918098818475%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553262{width:7.635206786850477%;display:block;left:33.4%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553262{width:7.199999999999999%;top:121px;left:28.479166666666668%;display:block;}}  #text_style_02_1571129553262>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553262>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553262>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}

 #text_style_02_1571129553266{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:45.5%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553266{width:8.271474019088016%;display:block;left:44.7%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553266{width:13.600000000000001%;top:121px;left:41.86666666666667%;display:block;}}  #text_style_02_1571129553266>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553266>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553266>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553270{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:55.2%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553270{width:8.16542948038176%;display:block;left:56.2%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553270{width:12.8%;top:121px;left:58.0125%;display:block;}}  #text_style_02_1571129553270>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553270>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553270>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553275{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:65%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553275{width:7.84729586426299%;display:block;left:67.7%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553275{width:14.933333333333335%;top:121px;left:78.59583333333333%;display:block;}}  #text_style_02_1571129553275>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;font-weight:normal;background-color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553275>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553275>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553242{width:14.000000000000002%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:76px;left:11.25%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553242{top:51.5px;left:9.384941675503713%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553242{width:37.183098591549296%;top:21.359375px;left:35.69166666666666%;}}  #text_style_02_1571129553242>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553242>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553242>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #image_style_01_1571129553218{width:1.1815252416756177%;height:32px;position:absolute;top:80px;left:8.6171875%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553218{top:53px;left:6.2%;width:21px;height:26px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553218{width:4%;height:19px;top:21.359375px;left:30.07916666666667%;}} #image_style_01_1571129553218 > .view_contents{overflow:visible;} 
 #div_includeBlock_1571129553070{width:100%;height:258px;position:absolute;top:6.6875px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1571129553070{height:194px;}}   @media screen and (max-width:640px) {#div_includeBlock_1571129553070{width:100%;height:224px;top:1px;left:0%;}}  #div_includeBlock_1571129553070  {background:#191919;} @media screen and (min-width:641px) and (max-width:1200px) { #div_includeBlock_1571129553070  {background:#282828;}} #comm_layout_footer{height:264.6875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:213.59485023646874px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:225px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#1a1a1a;}
.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; }
.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_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02#subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .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: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02#subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 #thrCurSet{color: #750406; background: #f7f7f7;}

.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1571133534833 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1571133534833 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1571133534833 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_28_1571133534833 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_28_1571133534833 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}


	#image_style_01_1524818191702 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1524818191702 .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_1524818191702 .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);}}
#image_style_01_1524818191702 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_1489633629924 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1489633629924 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1489633629924 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1489633629924 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_1522809695392 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522809695392 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522809695392 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522809695392 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_1522809702521 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522809702521 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522809702521 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522809702521 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://admin.mifwl.com../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://admin.mifwl.com../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://admin.mifwl.com../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://admin.mifwl.com../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://admin.mifwl.com../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; }/*留言板样式*/
.gformStyle_8{width:100%; box-sizing: border-box;}
.gformStyle_8 .gformS{width:100%;box-sizing:border-box; }
.gformStyle_8 .form_main{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.gformStyle_8 .form_main .gformList{ width: calc(96%/2); overflow: hidden;}
.gformStyle_8 .gformList{width:100%; margin-bottom: 10px;}
.gformStyle_8 .gformList h3{ font-size: 14px; line-height: 45px; color: #666;}
.gformStyle_8 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_8 .gformList textarea.gf_message, .gformStyle_8 .gformList input.gfInput{width:100%;max-width:100%; background-position: right center; background-repeat: no-repeat; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border: none; border-bottom: 1px solid rgb(55,59,77);}
.gformStyle_8 .gformList input.gfInput{height:34px; width:100%;}
.gformStyle_8 .gbt{background:rgb(55,59,77); color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; border-radius: 50px; margin: 10px 0 0; padding: 0 20px;}
.gformStyle_8 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }  

.gformStyle_8 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both; margin-top: 15px;}
.gformStyle_8 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_8 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_8 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_8 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_8 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_8 .gb_replay b{padding-left:50px; }
.gformStyle_8 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_8 .gb_info{float:right; color:#666;}

@media screen and (max-width:991px){
.gformStyle_8 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_8{padding:15px;}
.gformStyle_8 .listTit{display:none;}
.gformStyle_8 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_8 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_8{padding:10px;}
.gformStyle_8 .listTit{display:none;}
.gformStyle_8 .gformList textarea.gf_message,.gformStyle_8 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_8 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_8 .gb_nickname,.gformStyle_8 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_8 .modFontColor{color:#333;}
.gformStyle_8 .modBorderColor{border-color:#f5f5f5 !important;}

.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_08_1565860181731 .error{ color: #f00 !important;}

	#image_style_01_1571129553226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553226 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_1571129553231 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553231 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553231 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553231 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_1571129553236 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553236 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553236 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553236 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_1571129553218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553218 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;}
