
/**
    *编辑器         \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;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1050px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }




 #div_blank_1523805918682{width:100%;height:91.0414333706607%;position:absolute;left:0%;top:9.114291713325867%;z-index:1;}   @media screen and (max-width:640px) {#div_blank_1523805918682{width:100%;height:90%;left:0%;top:10%;}} #div_blank_1523805918682 > .view_contents{overflow:visible;}  #div_blank_1523805918682  {box-sizing:border-box;background: url(../img/upimages/pkgimg/famIMG/index1_bg.jpg);background-repeat:no-repeat;background-size:100% auto;background-position-x:0%;background-position-y:0%;} #diy_none_obj   {box-sizing:border-box;background-size:auto 100%;background-position-x:50%;} @media screen and (max-width:640px) { #div_blank_1523805918682  {box-sizing:border-box;background-size:auto 100%;background-position-x:50%;}}


 #text_style_01_1523806699709{width:50.83333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.331845238095238%;top:32.203125px;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1523806699709{width:56.94444444444444%;height:NaN%;left:0%;top:16.38225255972696%;display:block;}}  #text_style_01_1523806699709>.view_contents {box-sizing:border-box;text-align:right;font-family:Microsoft YaHei;font-size:46px;line-height:50px;background:transparent;color:#ff7a5f;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523806699709>.view_contents {box-sizing:border-box;font-size:20px;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1523806699709{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1523806699709{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1523806699709{
		
	}
}

 #text_style_01_1523806388878{width:40.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:32.046875px;z-index:3;}   @media screen and (max-width:640px) {#text_style_01_1523806388878{width:35.06944444444444%;height:NaN%;left:0%;top:16.38758532423208%;}}  #text_style_01_1523806388878>.view_contents {box-sizing:border-box;text-align:right;font-family:Microsoft YaHei;font-size:46px;line-height:50px;background:transparent;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523806388878>.view_contents {box-sizing:border-box;font-size:20px;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1523806388878{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1523806388878{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1523806388878{
		
	}
}

 #text_style_01_1523806312986{width:52.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:23.083333333333332%;top:1.392757660167131%;z-index:3;}   @media screen and (max-width:640px) {#text_style_01_1523806312986{width:72.22222222222221%;height:NaN%;left:13.888888888888893%;top:0%;}}  #text_style_01_1523806312986>.view_contents {box-sizing:border-box;font-family:Arial;font-size:16px;text-align:center;line-height:20px;color:#666666;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523806312986>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1523806903443{width:64.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.880952380952381%;top:32.265625px;z-index:1;}   @media screen and (max-width:640px) {#text_style_01_1523806903443{width:35.06944444444444%;height:NaN%;left:44.44444444444444%;top:16.38758532423208%;}}  #text_style_01_1523806903443>.view_contents {box-sizing:border-box;text-align:right;font-family:Microsoft YaHei;font-size:46px;line-height:50px;background:transparent;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523806903443>.view_contents {box-sizing:border-box;font-size:20px;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1523806903443{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1523806903443{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1523806903443{
		
	}
}

 #text_style_01_1523807106742{width:55.23809523809524%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:21.154761904761905%;top:24.786733983286908%;}   @media screen and (max-width:640px) {#text_style_01_1523807106742{width:96%;height:NaN%;left:2%;top:30.204778156996586%;}}  #text_style_01_1523807106742>.view_contents {box-sizing:border-box;color:#4d4d4d;font-family:Microsoft YaHei;font-size:18px;text-align:center;line-height:25px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523807106742>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}

 #customForm_style_button_01_1523807157655{width:183px;position:absolute;left:41.42857142857143%;top:42.25278551532033%;}   @media screen and (max-width:640px) {#customForm_style_button_01_1523807157655{width:33.33333333333333%;height:NaN%;left:33.333333333333336%;top:50.117320819112635%;}} #customForm_style_button_01_1523807157655 > .view_contents{overflow:visible;}  #customForm_style_button_01_1523807157655 .btnaSet {background:#ff7a5f;color:#ffffff;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;line-height:40px;height:40px;} @media screen and (max-width:640px) { #customForm_style_button_01_1523807157655 .btnaSet {font-size:12px;line-height:30px;height:30px;}}
 #div_a_includeBlock_1523806772530{width:1050px;height:63.661202185792355%;position:absolute;left:calc(50% - 525px);top:31.21798155737705%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1523806772530{width:90%;height:57.45526838966203%;left:5%;top:25.273359840954274%;}} 


 #text_style_01_1523809061200{width:27.767175572519083%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:71.38150047709924%;top:21.924212598425196%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1523809061200{width:96%;height:NaN%;left:2%;top:374px;display:none;z-index:2;}}  #text_style_01_1523809061200>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-indent:0em;text-align:justify;height:367px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1523809061200>.view_contents {box-sizing:border-box;}}

 #image_style_01_1523807690036{width:232px;height:77.53807106598984%;position:absolute;left:0%;top:65px;z-index:2;}   @media screen and (max-width:640px) {#image_style_01_1523807690036{width:28.2%;height:39.49771689497717%;left:5%;top:5px;z-index:2;}} #image_style_01_1523807690036 > .view_contents{overflow:visible;}  #image_style_01_1523807690036 .picSet {opacity:0.6;} #image_style_01_1523807690036 .picSet:hover {opacity:1;} @media screen and (max-width:640px) { #image_style_01_1523807690036 .picSet {opacity:1;}}
/*----------------------电脑板式样式----------------------*/
#image_style_01_1523807690036{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1523807690036{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1523807690036{
		
	}
}

 #text_style_01_1523808558059{width:9.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.630952380952381%;top:8.248730964467004%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1523808558059{width:28%;height:NaN%;left:5%;top:5px;z-index:2;}}  #text_style_01_1523808558059>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;background:#000000;color:#ffffff;text-align:center;line-height:30px;} #text_style_01_1523808558059  {} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1523808558059>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;}}

 #text_style_01_1523808704686{width:9.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.273809523809526%;top:8.256662436548224%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1523808704686{width:28%;height:NaN%;left:35.99609375%;top:5px;z-index:2;}}  #text_style_01_1523808704686>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;background:#000000;color:#ffffff;text-align:center;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1523808704686>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;}}

 #image_style_01_1523807891473{width:22.166666666666668%;height:77.53807106598984%;position:absolute;left:22.75%;top:65px;z-index:1;}   @media screen and (max-width:640px) {#image_style_01_1523807891473{width:28%;height:39.4%;left:35.99609375%;top:5px;z-index:1;}} #image_style_01_1523807891473 > .view_contents{overflow:visible;}  #image_style_01_1523807891473 .picSet {opacity:0.6;} #image_style_01_1523807891473 .picSet:hover {opacity:1;} #image_style_01_1523807891473  {opacity:1;} @media screen and (max-width:640px) { #image_style_01_1523807891473 .picSet {opacity:1;}}

 #image_style_01_1523807916878{width:22.166666666666668%;height:77.41116751269035%;position:absolute;left:45.5%;top:65px;z-index:2;}   @media screen and (max-width:640px) {#image_style_01_1523807916878{width:28%;height:39.4%;left:66.796875%;top:5px;z-index:2;}} #image_style_01_1523807916878 > .view_contents{overflow:visible;}  #image_style_01_1523807916878 .picSet {opacity:0.6;} #image_style_01_1523807916878 .picSet:hover {opacity:1;} @media screen and (max-width:640px) { #image_style_01_1523807916878 .picSet {opacity:1;}}

 #text_style_01_1523808762729{width:9.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:56.92857142857143%;top:8.252696700507615%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1523808762729{width:27.187499999999996%;height:NaN%;left:66.875%;top:5px;z-index:2;}}  #text_style_01_1523808762729>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;background:#000000;color:#ffffff;text-align:center;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1523808762729>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;}}

 #text_style_01_1523808810212{width:25.61904761904762%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:71.28458969465649%;top:2.3960383858267718%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1523808810212{width:90%;height:NaN%;left:5%;top:43.50564427312775%;z-index:2;}}  #text_style_01_1523808810212>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:30px;line-height:36px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:25px;line-height:33px;} @media screen and (max-width:640px) { #text_style_01_1523808810212>.view_contents {box-sizing:border-box;font-size:16px;line-height:22px;text-align:center;}}

 #div_blank_1523808957583{width:5%;height:0.3%;position:absolute;left:71.47542938931298%;top:19.103715551181104%;z-index:2;}   @media screen and (max-width:640px) {#div_blank_1523808957583{width:10%;height:0.4%;left:44.6875%;top:51.88257158590308%;z-index:2;}} #div_blank_1523808957583 > .view_contents{overflow:visible;}  #div_blank_1523808957583  {box-sizing:border-box;background:#000000;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1523808957583  {box-sizing:border-box;}}

 #text_style_01_1530583043535{width:35.30534351145038%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;height:NaN%;top:81.87981828193833%;left:32.347328244274806%;}   @media screen and (max-width:640px) {#text_style_01_1530583043535{width:96%;display:block;top:55.410242290748904%;left:1.9970703125%;}}  #text_style_01_1530583043535>.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530583043535>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;letter-spacing:1px;line-height:17px;text-align:justify;text-indent:2em;height:123px;}}
 #div_a_includeBlock_1523807517638{width:1048px;height:697px;position:absolute;left:calc(50% - 524px);top:10%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1523807517638{width:100%;height:87%;left:0%;top:13%;display:block;}} 
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1523807517638{
	height:90%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1523807517638{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1523807517638{
		
	}
}


 #text_style_01_1523810299497{width:48.095238095238095%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:11.342005076142133%;}   @media screen and (max-width:640px) {#text_style_01_1523810299497{width:96%;height:NaN%;left:2%;top:77.50556792873051%;display:none;}}  #text_style_01_1523810299497>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-indent:0em;text-align:justify;height:189px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1523810299497>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}

 #image_style_01_1523811049964{width:48%;height:23.98477157360406%;position:absolute;left:0%;top:242.953125px;}   @media screen and (max-width:640px) {#image_style_01_1523811049964{width:47.5%;height:5.367647058823529%;left:0%;top:127.484375px;}} #image_style_01_1523811049964 > .view_contents{overflow:visible;} 

 #image_style_01_1523811598388{width:48%;height:25%;position:absolute;left:0%;top:75%;}   @media screen and (max-width:640px) {#image_style_01_1523811598388{width:47.8125%;height:5.367647058823529%;left:0%;top:42.484375px;}} #image_style_01_1523811598388 > .view_contents{overflow:visible;} 

 #image_style_01_1523811890310{width:24.952380952380953%;height:59.42947702060222%;position:absolute;left:48.91666666666667%;top:5.386904761904762%;}   @media screen and (max-width:640px) {#image_style_01_1523811890310{width:49.0625%;height:17.205882352941178%;left:50.85937499999999%;top:173.578125px;}} #image_style_01_1523811890310 > .view_contents{overflow:visible;} 

 #image_style_01_1523812547140{width:25%;height:33.59528487229863%;position:absolute;left:48.91666666666667%;top:66.50341053299492%;}   @media screen and (max-width:640px) {#image_style_01_1523812547140{width:49.0625%;height:8.897058823529411%;left:50.85937499999999%;top:43.984375px;}} #image_style_01_1523812547140 > .view_contents{overflow:visible;} 

 #image_style_01_1523812725681{width:25%;height:94.68503937007874%;position:absolute;left:75%;top:5.386904761904762%;}   @media screen and (max-width:640px) {#image_style_01_1523812725681{width:46.875%;height:14.411764705882351%;left:0%;top:210.921875px;display:block;}} #image_style_01_1523812725681 > .view_contents{overflow:visible;} 

 #div_blank_1523810299491{width:5%;height:0.3%;position:absolute;left:0%;top:9.012057086614174%;}   @media screen and (max-width:640px) {#div_blank_1523810299491{width:10%;height:0.14705882352941177%;left:45%;top:2.1909466911764706%;display:block;}} #div_blank_1523810299491 > .view_contents{overflow:visible;}  #div_blank_1523810299491  {box-sizing:border-box;background:#000000;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1523810299491  {box-sizing:border-box;}}

 #text_style_01_1523810299486{width:23.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.33184523809523814%;top:0.8058562992125984%;}   @media screen and (max-width:640px) {#text_style_01_1523810299486{width:90%;height:NaN%;left:5%;top:0%;display:block;}}  #text_style_01_1523810299486>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:25px;line-height:36px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:25px;line-height:33px;} @media screen and (max-width:640px) { #text_style_01_1523810299486>.view_contents {box-sizing:border-box;font-size:16px;line-height:22px;text-align:center;}}

 #div_blank_1530062657518{width:47.904761904761905%;height:6.472081218274112%;position:absolute;left:0%;top:485px;}   @media screen and (max-width:640px) {#div_blank_1530062657518{width:46.875%;height:7.867647058823529%;left:0%;top:20.076518316195372%;}} #div_blank_1530062657518 > .view_contents{overflow:visible;}  #div_blank_1530062657518  {box-sizing:border-box;background:rgba(0,0,0,.6);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1530062657518  {box-sizing:border-box;}}

 #div_blank_1530062992564{width:25.047619047619047%;height:22.244094488188974%;position:absolute;left:74.95238095238095%;top:388.59375px;}   @media screen and (max-width:640px) {#div_blank_1530062992564{width:157px;height:8.161764705882353%;left:50.85937499999999%;top:19.309326799485863%;}} #div_blank_1530062992564 > .view_contents{overflow:visible;}  #div_blank_1530062992564  {box-sizing:border-box;background:rgba(0,0,0,.6);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1530062992564  {box-sizing:border-box;}}

 #div_blank_1530064260552{width:25.047619047619047%;height:18.503937007874015%;position:absolute;left:48.91517857142857%;top:46.213705708661415%;}   @media screen and (max-width:640px) {#div_blank_1530064260552{width:152px;height:3.6764705882352944%;left:0%;top:65.328125px;}} #div_blank_1530064260552 > .view_contents{overflow:visible;}  #div_blank_1530064260552  {box-sizing:border-box;background:rgba(0,0,0,.6);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1530064260552  {box-sizing:border-box;}}

 #text_style_01_1530064753142{width:24.857142857142858%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:49.10565476190476%;top:47.47477854330709%;}   @media screen and (max-width:640px) {#text_style_01_1530064753142{width:96%;height:NaN%;left:1.9970703125%;top:76.48913805185704%;display:none;}}  #text_style_01_1530064753142>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;text-align:center;letter-spacing:3px;font-size:16px;height:104px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530064753142>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530065361615{width:24.761904761904763%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:75.14285714285714%;top:397.078125px;}   @media screen and (max-width:640px) {#text_style_01_1530065361615{width:96%;height:NaN%;left:2%;top:1296.5055679287304px;display:none;}}  #text_style_01_1530065361615>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;text-align:center;letter-spacing:3px;font-size:16px;height:101px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530065361615>.view_contents {box-sizing:border-box;}}

 #div_blank_1530079278339{width:24.952380952380953%;height:6.496062992125983%;position:absolute;left:48.96279761904762%;top:93.4331938976378%;}   @media screen and (max-width:640px) {#div_blank_1530079278339{width:157.25px;height:2.941176470588235%;left:50.85937499999999%;top:126.765625px;}} #div_blank_1530079278339 > .view_contents{overflow:visible;}  #div_blank_1530079278339  {box-sizing:border-box;background:rgba(0,0,0,.6);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1530079278339  {box-sizing:border-box;}}

 #text_style_01_1530512325602{width:47.714285714285715%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:486.609375px;}   @media screen and (max-width:640px) {#text_style_01_1530512325602{width:96%;height:NaN%;left:2%;top:988.5055679287304px;}}  #text_style_01_1530512325602>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:center;letter-spacing:3px;line-height:28px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530512325602>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530512396370{width:24.571428571428573%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:49.15327380952381%;top:93.21110308285164%;}   @media screen and (max-width:640px) {#text_style_01_1530512396370{width:96%;height:NaN%;left:2%;top:988.5055679287304px;}}  #text_style_01_1530512396370>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:16px;text-align:center;letter-spacing:3px;line-height:28px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530512396370>.view_contents {box-sizing:border-box;}}

 #div_blank_1530062438317{width:48%;height:6.472081218274112%;position:absolute;left:0%;top:337.171875px;}   @media screen and (max-width:640px) {#div_blank_1530062438317{width:46.5625%;height:3.308823529411765%;left:1.0595703125%;top:155.34375px;}} #div_blank_1530062438317 > .view_contents{overflow:visible;}  #div_blank_1530062438317  {box-sizing:border-box;background:rgba(0,0,0,.6);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1530062438317  {box-sizing:border-box;}}

 #text_style_01_1530062495773{width:47.61904761904761%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.19047619047619047%;top:339.546875px;}   @media screen and (max-width:640px) {#text_style_01_1530062495773{width:43.125%;height:NaN%;left:0.9375%;top:154.984375px;}}  #text_style_01_1530062495773>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;text-align:center;letter-spacing:3px;font-size:16px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530062495773>.view_contents {box-sizing:border-box;font-size:12px;height:45px;letter-spacing:1px;}}

 #text_style_01_1530584404026{width:35.23809523809524%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;height:NaN%;top:9.024586397058822%;left:32.38095238095238%;}   @media screen and (max-width:640px) {#text_style_01_1530584404026{width:148px;display:block;top:69.84375px;left:0%;}}  #text_style_01_1530584404026>.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530584404026>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:12px;text-align:center;line-height:21px;letter-spacing:1px;}}

 #text_style_01_1530584647233{width:35.23809523809524%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;height:NaN%;top:19.759880514705884%;left:32.38095238095238%;}   @media screen and (max-width:640px) {#text_style_01_1530584647233{width:154px;display:block;top:134.328125px;left:51.87500000000001%;}}  #text_style_01_1530584647233>.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530584647233>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:center;letter-spacing:1px;line-height:21px;color:#ffffff;}}

 #text_style_01_1530585216136{width:35.23809523809524%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;height:NaN%;top:14.465762867647058%;left:32.38095238095238%;}   @media screen and (max-width:640px) {#text_style_01_1530585216136{width:147px;display:block;top:20.765383997429307%;left:0.3125%;}}  #text_style_01_1530585216136>.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530585216136>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:12px;text-align:center;line-height:21px;letter-spacing:1px;height:96px;}}

 #text_style_01_1530585308219{width:35.23809523809524%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;height:NaN%;top:19.686351102941178%;left:32.38095238095238%;}   @media screen and (max-width:640px) {#text_style_01_1530585308219{width:151px;display:block;top:307.171875px;left:51.87500000000001%;}}  #text_style_01_1530585308219>.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530585308219>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:center;line-height:21px;letter-spacing:1px;color:#ffffff;}}

 #banner_style_01_1530588047979{width:100%;height:21.02312543798178%;display:none;position:absolute;top:87.99820427470218%;left:0%;}   @media screen and (max-width:640px) {#banner_style_01_1530588047979{width:63.74999999999999%;height:10.025706940874036%;display:none;top:79.69151670951156%;left:18.125000000000004%;}} 
 #div_a_includeBlock_1523810299317{width:1050px;height:518.625px;position:absolute;left:calc(50% - 525px);top:10%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1523810299317{width:100%;height:1555.96875px;left:0%;top:13%;}} 

 #text_style_01_1530079323235{width:13.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:49.563802083333336%;top:767.421875px;}   @media screen and (max-width:640px) {#text_style_01_1530079323235{width:100%;height:NaN%;left:0%;top:0px;}}  #text_style_01_1530079323235>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;text-align:center;letter-spacing:3px;font-size:16px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530079323235>.view_contents {box-sizing:border-box;}}


 #text_style_01_1523813054463{width:98.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.6666666666666643%;top:15.789052496798975%;}   @media screen and (max-width:640px) {#text_style_01_1523813054463{width:96%;height:NaN%;left:2%;top:374px;display:none;z-index:2;}}  #text_style_01_1523813054463>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-indent:0em;text-align:left;height:84px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:12px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1523813054463>.view_contents {box-sizing:border-box;}}



 #text_style_01_1523891589730{width:43.523809523809526%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:52.00595238095238%;top:17.321908602150536%;}   @media screen and (max-width:640px) {#text_style_01_1523891589730{width:96%;height:NaN%;left:0%;top:0px;display:none;}}  #text_style_01_1523891589730>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#666666;font-size:16px;height:83px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523891589730>.view_contents {box-sizing:border-box;}}

 #text_style_01_1523891604155{width:42.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:52.482142857142854%;top:48.024193548387096%;}   @media screen and (max-width:640px) {#text_style_01_1523891604155{width:96%;height:NaN%;left:0%;top:0px;display:none;}}  #text_style_01_1523891604155>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#666666;line-height:30px;height:135px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523891604155>.view_contents {box-sizing:border-box;}}

 #image_style_01_1523891567621{width:45.52380952380952%;height:61.52219873150106%;position:absolute;left:4%;top:17.547568710359407%;}   @media screen and (max-width:640px) {#image_style_01_1523891567621{width:48.125%;height:46.90721649484536%;left:0%;top:32.45431893687707%;}} #image_style_01_1523891567621 > .view_contents{overflow:visible;} 

 #text_style_01_1523891577287{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:52.101190476190474%;top:2.1505376344086025%;}   @media screen and (max-width:640px) {#text_style_01_1523891577287{width:40.6%;height:NaN%;left:53.75%;top:19.55541237113402%;}}  #text_style_01_1523891577287>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;color:#333333;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523891577287>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;}}

 #div_blank_1523891595724{width:5%;height:0.3%;position:absolute;left:52.45238095238095%;top:38.70631720430108%;}   @media screen and (max-width:640px) {#div_blank_1523891595724{width:12.5%;height:0.4%;left:54.37499999999999%;top:44.87757731958763%;}} #div_blank_1523891595724 > .view_contents{overflow:visible;}  #div_blank_1523891595724  {box-sizing:border-box;background:#000000;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1523891595724  {box-sizing:border-box;}}

 #text_style_01_1524066147522{width:120px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:52.482142857142854%;top:81.39204545454545%;}   @media screen and (max-width:640px) {#text_style_01_1524066147522{width:28.4375%;height:NaN%;left:53.125%;top:60.15625%;}}  #text_style_01_1524066147522>.view_contents {box-sizing:border-box;background:#ff7a5f;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:40px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1524066147522>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;}}

 #image_style_01_1523813499263{width:42.857142857142854%;height:72.09302325581395%;position:absolute;left:5.950892857142858%;top:13.953488372093023%;}   @media screen and (max-width:640px) {#image_style_01_1523813499263{width:56.56250000000001%;height:69.0721649484536%;left:0%;top:13.54498407643312%;}} #image_style_01_1523813499263 > .view_contents{overflow:visible;} 

 #text_style_01_1523814340238{width:44.952380952380956%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:51.74999999999999%;top:23.370295698924732%;}   @media screen and (max-width:640px) {#text_style_01_1523814340238{width:96%;height:NaN%;left:2%;top:2px;display:none;}}  #text_style_01_1523814340238>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#666666;font-size:16px;height:104px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523814340238>.view_contents {box-sizing:border-box;}}

 #text_style_01_1523890360508{width:41.42857142857143%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:51.74999999999999%;top:57.86626344086021%;}   @media screen and (max-width:640px) {#text_style_01_1523890360508{width:96%;height:NaN%;left:2%;top:79px;display:none;}}  #text_style_01_1523890360508>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#666666;line-height:30px;height:107px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523890360508>.view_contents {box-sizing:border-box;}}

 #text_style_01_1523813858846{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:52.101190476190474%;top:7.096774193548387%;}   @media screen and (max-width:640px) {#text_style_01_1523813858846{width:32.8125%;height:NaN%;left:61.25000000000001%;top:22.938144329896907%;}}  #text_style_01_1523813858846>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;color:#333333;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523813858846>.view_contents {box-sizing:border-box;font-size:15px;line-height:25px;letter-spacing:1px;}}

 #div_blank_1523814536647{width:5%;height:0.3%;position:absolute;left:51.74999999999999%;top:46.71034946236559%;}   @media screen and (max-width:640px) {#div_blank_1523814536647{width:40px;height:0.5154639175257731%;left:61.5625%;top:41.704252577319586%;}} #div_blank_1523814536647 > .view_contents{overflow:visible;}  #div_blank_1523814536647  {box-sizing:border-box;background:#000000;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1523814536647  {box-sizing:border-box;}}

 #text_style_01_1524066462561{width:10%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:51.74999999999999%;top:82.92338709677419%;}   @media screen and (max-width:640px) {#text_style_01_1524066462561{width:28.4375%;height:NaN%;left:61.5625%;top:53.890141752577314%;}}  #text_style_01_1524066462561>.view_contents {box-sizing:border-box;background:#ff7a5f;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:40px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1524066462561>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;}} #tab_style_03_1523813150439{width:100%;height:60%;position:absolute;left:0%;top:36.0%;}   @media screen and (max-width:640px) {#tab_style_03_1523813150439{width:100%;height:42.731277533039645%;left:0%;top:46.65473568281938%;z-index:1;}}  #tab_style_03_1523813150439 .current .tabItemSet {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#tab_style_03_1523813150439 .tab_main{
	background:transparent;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1523813150439{
		height:60%;
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1523813150439{
		
	}
}

 #customForm_style_button_01_1523813054476{width:120px;position:absolute;left:44.285714285714285%;top:24.935483870967744%;}   @media screen and (max-width:640px) {#customForm_style_button_01_1523813054476{width:33.33333333333333%;height:NaN%;left:33.330078125%;top:39.81621696035242%;display:block;z-index:2;}} #customForm_style_button_01_1523813054476 > .view_contents{overflow:visible;}  #customForm_style_button_01_1523813054476 .btnaSet {background:transparent;color:#333333;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;line-height:40px;height:40px;border-top-color:#333333;border-right-color:#333333;border-bottom-color:#333333;border-left-color:#333333;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} @media screen and (max-width:640px) { #customForm_style_button_01_1523813054476 .btnaSet {font-size:12px;line-height:30px;height:30px;}}

 #div_blank_1523813054482{width:5%;height:0.3%;position:absolute;left:47.5%;top:13.345734126984127%;}   @media screen and (max-width:640px) {#div_blank_1523813054482{width:10%;height:0.4%;left:45%;top:56.375px;z-index:2;}} #div_blank_1523813054482 > .view_contents{overflow:visible;}  #div_blank_1523813054482  {box-sizing:border-box;background:#000000;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1523813054482  {box-sizing:border-box;}}

 #text_style_01_1523813054488{width:77.52380952380953%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.238095238095234%;top:5.383722791293214%;}   @media screen and (max-width:640px) {#text_style_01_1523813054488{width:90%;height:NaN%;left:5%;top:22.21875px;z-index:2;}}  #text_style_01_1523813054488>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:30px;line-height:36px;text-align:center;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:25px;line-height:33px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1523813054488>.view_contents {box-sizing:border-box;font-size:16px;line-height:22px;text-align:center;}}

 #text_style_01_1530586430886{width:77.52380952380953%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:0px;display:none;}   @media screen and (max-width:640px) {#text_style_01_1530586430886{width:98.75%;height:NaN%;left:1.25%;top:16.423458149779734%;z-index:2;display:block;}}  #text_style_01_1530586430886>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:30px;line-height:36px;text-align:center;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:25px;line-height:33px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1530586430886>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;text-align:left;letter-spacing:1px;text-indent:2em;}}
 #div_a_includeBlock_1523813054303{width:1050px;height:90%;position:absolute;left:calc(50% - 525px);top:10%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1523813054303{width:100%;height:89%;left:0%;top:9.362574552683897%;}} 
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1523813054303{
	height:90%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1523813054303{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1523813054303{
		
	}
}


 #banner_style_01_1523892872520{width:409px;height:51.49606299212598%;position:absolute;left:60.09523809523809%;top:13.073326771653543%;}   @media screen and (max-width:640px) {#banner_style_01_1523892872520{width:69.6875%;height:39.14027149321267%;left:13.4375%;top:56.90045248868778%;display:block;}} 

 #text_style_01_1523892648061{width:48.47619047619048%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:4.06982421875%;}   @media screen and (max-width:640px) {#text_style_01_1523892648061{width:96%;height:NaN%;left:1.9970703125%;top:2.8634049773755654%;}}  #text_style_01_1523892648061>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:30px;line-height:36px;letter-spacing:3px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:25px;line-height:33px;} @media screen and (max-width:640px) { #text_style_01_1523892648061>.view_contents {box-sizing:border-box;font-size:16px;line-height:22px;text-align:center;}}

 #text_style_01_1530079879279{width:56.38095238095238%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.9985119047619049%;top:18.585137795275593%;}   @media screen and (max-width:640px) {#text_style_01_1530079879279{width:96%;height:NaN%;left:1.875%;top:11.313017955801104%;}}  #text_style_01_1530079879279>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;letter-spacing:2px;text-align:justify;height:506px;text-indent:2em;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1530079879279>.view_contents {box-sizing:border-box;font-size:12px;line-height:17px;letter-spacing:0px;height:208px;text-indent:2em;}} @media screen and (max-width:640px) { #text_style_01_1530079879279 .view_contents:active {line-height:11px;}}
 #div_a_includeBlock_1523892647850{width:54.6875%;height:635.1875px;position:absolute;left:22.65625%;top:14.805357142857142%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1523892647850{width:100%;height:87.67395626242545%;left:0%;top:11.546346918489066%;display:block;z-index:1;}} 

 #div_blank_1523896136202{width:60.26041666666667%;height:92%;position:absolute;left:16.981608072916668%;top:7.832142857142857%;}   @media screen and (max-width:640px) {#div_blank_1523896136202{width:100%;height:32.20675944333996%;left:0%;top:13.438121272365805%;}} #div_blank_1523896136202 > .view_contents{overflow:visible;}  #div_blank_1523896136202  {box-sizing:border-box;background: url(../img/upimages/pkgimg/famIMG/fotbg.jpg);background-repeat:no-repeat;background-size:100% auto;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1523896136202  {box-sizing:border-box;background: url(../img/upimages/pkgimg/famIMG/fotbg1.jpg);background-repeat:no-repeat;background-size:100% auto;}}


 #liuyanban_style_01_1523897473928{width:28.297362110311752%;position:absolute;left:0%;top:4.45568400770713%;}   @media screen and (max-width:640px) {#liuyanban_style_01_1523897473928{width:100%;height:NaN%;left:0%;top:0px;display:none;}}  #liuyanban_style_01_1523897473928 .titSet {text-align:left;font-size:24px;color:#000000;line-height:24px;height:30px;} #liuyanban_style_01_1523897473928 .inputSet {background:transparent;border-top-style:none;border-right-style:none;border-left-style:none;border-bottom-color:#9fa0a0;margin-bottom:10px;font-size:12px;padding-left:0px;color:#333333;} #liuyanban_style_01_1523897473928 .btnaSet {margin-bottom:0px;margin-top:10px;background:#ff7a5f;font-size:14px;} @media screen and (max-width:640px) { #liuyanban_style_01_1523897473928 .titSet {font-size:16px;height:20px;line-height:20px;}} @media screen and (max-width:640px) { #liuyanban_style_01_1523897473928 .modSet {padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;}}
/*----------------------电脑板式样式----------------------*/
#liuyanban_style_01_1523897473928 .gformStyle_1 .gbt{
	width:35%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_01_1523897473928{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#liuyanban_style_01_1523897473928{
		
	}
}

 #text_style_01_1523900210175{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.162202380952381%;top:454.296875px;}   @media screen and (max-width:640px) {#text_style_01_1523900210175{width:75.625%;height:NaN%;left:19.375%;top:9.535256410256409%;}}  #text_style_01_1523900210175>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#4d4d4d;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1523900210175>.view_contents {box-sizing:border-box;font-size:14px;line-height:16px;}}

 #text_style_01_1523900494227{width:38.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.163690476190476%;top:506.546875px;}   @media screen and (max-width:640px) {#text_style_01_1523900494227{width:62.5%;height:NaN%;left:18.75%;top:56.78125px;}}  #text_style_01_1523900494227>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#4d4d4d;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1523900494227>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;}}

 #image_style_01_1523900437440{width:32px;height:38px;position:absolute;left:0%;top:497.546875px;}   @media screen and (max-width:640px) {#image_style_01_1523900437440{width:30px;height:14.652014652014653%;left:5%;top:63.75px;}} #image_style_01_1523900437440 > .view_contents{overflow:visible;} 

 #image_style_01_1523900744342{width:2.9166666666666665%;height:5%;position:absolute;left:0%;top:549.3125px;}   @media screen and (max-width:640px) {#image_style_01_1523900744342{width:9.375%;height:10.622710622710622%;left:5%;top:116.5625px;}} #image_style_01_1523900744342 > .view_contents{overflow:visible;} 

 #text_style_01_1523900758516{width:32.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.166666666666666%;top:553.8125px;}   @media screen and (max-width:640px) {#text_style_01_1523900758516{width:62.5%;height:NaN%;left:18.75%;top:116.0625px;}}  #text_style_01_1523900758516>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#4d4d4d;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1523900758516>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;}}

 #image_style_01_1523900172756{width:35px;height:35px;position:absolute;left:0%;top:446.796875px;}   @media screen and (max-width:640px) {#image_style_01_1523900172756{width:30px;height:13.553113553113553%;left:5%;top:17.53125px;}} #image_style_01_1523900172756 > .view_contents{overflow:visible;} 

 #text_style_01_1523907006604{width:38.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.427083333333334%;top:405.390625px;}   @media screen and (max-width:640px) {#text_style_01_1523907006604{width:69.375%;height:NaN%;left:18.4375%;top:57.68658424908425%;}}  #text_style_01_1523907006604>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#4d4d4d;line-height:20px;height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523907006604>.view_contents {box-sizing:border-box;text-align:left;}}

 #image_style_01_1530083619741{width:2.877697841726619%;height:5.780346820809249%;position:absolute;left:0%;top:403.6875px;}   @media screen and (max-width:640px) {#image_style_01_1530083619741{width:9.375%;height:10.622710622710622%;left:5%;top:152.984375px;}} #image_style_01_1530083619741 > .view_contents{overflow:visible;} 

 #text_style_01_1532653067622{width:38.19047619047619%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.19047619047619047%;top:597.390625px;}   @media screen and (max-width:640px) {#text_style_01_1532653067622{width:96%;height:NaN%;left:2%;top:349px;}}  #text_style_01_1532653067622>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:left;letter-spacing:1px;color:#424242;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1532653067622>.view_contents {box-sizing:border-box;}}

 #text_style_01_1532653723758{width:38.19047619047619%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:0px;display:none;}   @media screen and (max-width:640px) {#text_style_01_1532653723758{width:89.375%;height:NaN%;left:5%;top:71.66895604395604%;display:block;}}  #text_style_01_1532653723758>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:left;letter-spacing:1px;color:#424242;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1532653723758>.view_contents {box-sizing:border-box;font-size:13px;}}

 #text_style_01_1532653784810{width:38.19047619047619%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:0px;display:none;}   @media screen and (max-width:640px) {#text_style_01_1532653784810{width:89.375%;height:NaN%;left:5.3125%;top:83.88278388278388%;display:block;}}  #text_style_01_1532653784810>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:left;letter-spacing:1px;color:#424242;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1532653784810>.view_contents {box-sizing:border-box;font-size:13px;}}
 #div_a_includeBlock_1523897361861{width:1050px;height:676.84375px;position:absolute;left:calc(50% - 525px);top:7.823214285714286%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1523897361861{width:100%;height:376.00000000000017px;left:0%;top:45.88407057654075%;}} 
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1523897361861{
	height:92%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1523897361861{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1523897361861{
		height:54.2%;
	}
} #div_Afullpage_01_1501731691866{width:100%;height:5086.90625px;position:absolute;top:0px;left:0%;}   @media screen and (max-width:640px) {#div_Afullpage_01_1501731691866{width:100%;height:4281.9375px;top:0px;left:0%;}} #div_Afullpage_01_1501731691866 > .view_contents{overflow:hidden;}  #div_Afullpage_01_1501731691866  {box-sizing:border-box;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_Afullpage_01_1501731691866  {box-sizing:border-box;}} #layout_1498613576347{height:5086.90625px;}   @media screen and (max-width:640px) {#layout_1498613576347{height:4281.9375px;}} #layout_1498613576347 > .view_contents{overflow:visible;} 

 #div_blank_1523805085230{width:100%;height:9.929078014184398%;position:fixed;left:0%;top:0px;z-index:9999;display:block;}   @media screen and (max-width:640px) {#div_blank_1523805085230{height:13%;width:100%;top:0px;left:0%;display:none;}} #div_blank_1523805085230 > .view_contents{overflow:visible;}  #div_blank_1523805085230  {box-sizing:border-box;background:#ffffff;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1523805085230  {box-sizing:border-box;}}


 #image_logo_1523805166786{width:222px;height:95.34883720930233%;position:absolute;left:0%;top:2.34375%;}   @media screen and (max-width:640px) {#image_logo_1523805166786{width:130px;height:56.36363636363636%;left:5%;top:23%;}} 

 #dh_style_11_1523805402379{width:790px;z-index:999;left:24.571428571428573%;top:22.492732558139537%;position:absolute;}   @media screen and (max-width:640px) {#dh_style_11_1523805402379{width:44px;z-index:999;left:84.0625%;top:6.25px;}} #dh_style_11_1523805402379 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1523805402379{

}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1523805402379{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1523805402379{
		
	}
}
 #div_a_includeBlock_1523805147694{width:1050px;height:9.817351598173515%;position:fixed;left:calc(50% + -525px);top:0px;z-index:9999;}   @media screen and (max-width:640px) {#div_a_includeBlock_1523805147694{height:13%;width:100%;top:0px;left:0%;z-index:50;}} #div_a_includeBlock_1523805147694 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_a_includeBlock_1523805147694  {background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1523805147694{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1523805147694{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1523805147694{
		
	}
}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #333;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1523807690036 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523807690036 .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_1523807690036 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1523807891473 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523807891473 .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_1523807891473 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1523807916878 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523807916878 .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_1523807916878 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1523811049964 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523811049964 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523811049964 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523811049964 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_1523811598388 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523811598388 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523811598388 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523811598388 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_1523811890310 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523811890310 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523811890310 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523811890310 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_1523812547140 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523812547140 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523812547140 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523812547140 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_1523812725681 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523812725681 .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_1523812725681 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523812725681 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;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1530588047979 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/20180627150424473.png') center top no-repeat;}
                #banner_style_01_1530588047979 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/20180719150856596.png') center top no-repeat;}
                #banner_style_01_1530588047979 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/20180627150440463.png') center top no-repeat;}
                #banner_style_01_1530588047979 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1530588047979 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1530588047979 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1530588047979 .bannerStyle_1 .main_image .img-item span{}    }
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}

	#image_style_01_1523891567621 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523891567621 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523891567621 .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_1523891567621 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_1523813499263 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523813499263 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523813499263 .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_1523813499263 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;}


#tab_style_03_1523813150439 #div_tab_style_03_1523813150439 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1523813150439 #div_tab_style_03_1523813150439 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1523813150439 #div_tab_style_03_1523813150439 .tab_ul{text-align:right}
#tab_style_03_1523813150439 #div_tab_style_03_1523813150439 .tab_nav{display:none !important;}
#tab_style_03_1523813150439 #div_tab_style_03_1523813150439 .tab_box{height:100%;top:0px;}

		#tab_style_03_1523813150439 .tab_ul.tab_ul_top,#tab_style_03_1523813150439 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1523813150439 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}

.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1523892872520 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/20180627150424473.png') center top no-repeat;}
                #banner_style_01_1523892872520 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/20180719150328507.png') center top no-repeat;}
                #banner_style_01_1523892872520 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/20180627150440463.png') center top no-repeat;}
                #banner_style_01_1523892872520 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1523892872520 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1523892872520 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1523892872520 .bannerStyle_1 .main_image .img-item span{}    }
/*留言板样式*/
.gformStyle_1{width:100%; box-sizing: border-box;}
.gformStyle_1 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_1 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_1 .gf_title{text-align:center; font-size:18px; line-height:3;}
.gformStyle_1 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_1 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput{width:100%;max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_1 .gformList input.gfInput{height:34px; width:100%; min-width:300px;}
.gformStyle_1 .gbt{background:#EC8C14; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:100%; margin:3% auto;}
.gformStyle_1 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

.gformStyle_1 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both;}
.gformStyle_1 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_1 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_1 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_1 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_1 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_1 .gb_replay b{padding-left:50px; }
.gformStyle_1 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_1 .gb_info{float:right; color:#666;}

@media screen and (max-width:991px){
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_1{padding:15px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_1 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_1{padding:10px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformStyle_1 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_1 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_1 .gb_nickname,.gformStyle_1 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput,.gformStyle_1 li.gbList{background:#f5f5f5;}/*modBgColor*/
.gformStyle_1 .modFontColor{color:#333;}
.gformStyle_1 .modBorderColor{border-color:#f5f5f5 !important;}

.Style_1_changeCode {
    z-index: 88 !important;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;right:3px;transform:translate(0,-120%);-ms-transform:translate(0,-120%);-moz-transform:translate(0,-120%);-o-transform:translate(0,-120%);-webkit-transform:translate(0,-120%);
}
#liuyanban_style_01_1523897473928 .error{ color: #f00 !important;}

	#image_style_01_1523900437440 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523900437440 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523900437440 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523900437440 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_1523900744342 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523900744342 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523900744342 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523900744342 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_1523900172756 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523900172756 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523900172756 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523900172756 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_1530083619741 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530083619741 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530083619741 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530083619741 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;}

body{position:flex !important; width:100% !important; height:100% !important; top:0 !important; left:0 !important;}
#main{width:inherit !important; height:inherit !important;}
.Afullpage_01{width:inherit !important; height:inherit !important;}
.layout{width:inherit !important; height:inherit !important;}
.show_layout_bottom{display:none;}
.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_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .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_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .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_11 .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_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .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_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_11_1523805402379 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1523805402379 .maxWidth{max-width:px;}
	#dh_style_11_1523805402379 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1523805402379 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1523805402379 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
