
/**
    *编辑器         \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:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-color:#ffffff; }
body{ background-position:left top; }


 #dh_style_01_1482562315212{width:50.5%;position:absolute;left:49.5%;top:22px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482562315212{width:59.583333333333336%;z-index:999;left:40.3125%;top:23px;}}   @media screen and (max-width:640px) {#dh_style_01_1482562315212{width:45%;z-index:2;left:54.36677631578948%;top:0px;height:50px;}} #dh_style_01_1482562315212 > .view_contents{overflow:visible;}  #dh_style_01_1482562315212  {font-size:12px;} #dh_style_01_1482562315212 .columnSet {font-size:12px;} #dh_style_01_1482562315212 .mainMenuSet {font-size:16px;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212 .mainMenuSet:hover {color:#3bc2bb;border-bottom-color:#aaff56;border-bottom-style:none;border-bottom-width:1px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-left-width:1px;border-top-color:#aaff56;border-right-color:#aaff56;border-left-color:#aaff56;} #dh_style_01_1482562315212 #hot>a {background:transparent;color:#3bc2bb;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212 #hot>a:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:0px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:0px;border-right-width:0px;border-left-width:0px;} #dh_style_01_1482562315212 .columnSet:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:2px;} #dh_style_01_1482562315212 .subCurSet:hover {color:transparent;text-align:left;} #dh_style_01_1482562315212 .subminSet:hover {color:transparent;} #dh_style_01_1482562315212 .subMenuSet:hover {color:#f25959;font-size:14px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;} #dh_style_01_1482562315212 .subMenuSet {color:#000000;font-size:14px;border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:1px;} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a {color:#06cabc;font-size:16px;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet {font-size:14px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet:hover {font-size:14px;color:#f25959;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subCurSet {background:transparent;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;color:#f25959;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a:hover {color:#06cabc;}}

 #image_logo_1482563182658{width:26.416666666666664%;height:64px;position:absolute;left:0.5833333333333334%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1482563182658{width:20.833333333333336%;height:27px;left:0%;top:31.5px;}}   @media screen and (max-width:640px) {#image_logo_1482563182658{width:37.631578947368425%;height:35px;left:3.3096590795015035%;top:10.999999523162842px;}}  #comm_layout_header{height:90px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:90px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:50px;z-index:10;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1482394346074{width:1200px;height:438px;position:absolute;left:calc(50% - 600px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1482394346074{width:100%;height:470px;left:0%;top:0px;}}   @media screen and (max-width:640px) {#banner_style_01_1482394346074{width:100%;height:138px;left:0%;top:0px;}}  #banner_style_01_1482394346074  {background:) url(../img/upimages/baner1200.jpg);} #layout_1482283871514{height:438px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1482283871514{height:472px;}}   @media screen and (max-width:640px) {#layout_1482283871514{height:138px;}} 


 #div_blank_1481771940470{width:25%;height:200px;position:absolute;left:23.166666666666664%;top:4.25px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1481771940470{width:31.25%;height:200px;left:25%;display:none;top:7.25px;}}   @media screen and (max-width:640px) {#div_blank_1481771940470{width:31%;height:115px;left:34.60526315789474%;top:8px;display:block;}} #div_blank_1481771940470 > .view_contents{overflow:visible;}  #div_blank_1481771940470  {box-sizing:border-box;background:#aaa;opacity:0.5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1481771940470  {box-sizing:border-box;background:#aaa;opacity:0.5;}} @media screen and (max-width:640px) { #div_blank_1481771940470  {box-sizing:border-box;background:#4d7c1d;opacity:0.5;}}

 #text_style_02_1481772229650{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:44.25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481772229650{width:36.45833333333333%;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1481772229650{width:12.631578947368421%;left:43.684210526315795%;font-size:20px!important;top:64.5px;}}  #text_style_02_1481772229650>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481772229650>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1481772229650>.view_contents {box-sizing:border-box;}}

 #text_style_02_1481772249494{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:44.25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481772249494{width:36.45833333333333%;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1481772249494{width:11.842105263157894%;left:80.13157894736842%;font-size:20px!important;top:64.5px;}}  #text_style_02_1481772249494>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481772249494>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1481772249494>.view_contents {box-sizing:border-box;}}

 #div_blank_1481771949315{width:25%;height:200px;position:absolute;left:19.75%;top:16.25px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1481771949315{width:31.25%;height:200px;left:40.416666666666664%;display:none;top:22.25px;}}   @media screen and (max-width:640px) {#div_blank_1481771949315{width:31%;height:115px;left:68.28947368421052%;top:8px;display:block;}} #div_blank_1481771949315 > .view_contents{overflow:visible;}  #div_blank_1481771949315  {box-sizing:border-box;background:#aaa;opacity:0.5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1481771949315  {box-sizing:border-box;background:#aaa;opacity:0.5;}} @media screen and (max-width:640px) { #div_blank_1481771949315  {box-sizing:border-box;background:#b77d47;opacity:0.5;}}

 #text_style_02_1481772192784{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:44.25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481772192784{width:36.45833333333333%;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1481772192784{width:11.842105263157894%;left:9.078947368421053%;font-size:20px!important;top:64.5px;}}  #text_style_02_1481772192784>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481772192784>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1481772192784>.view_contents {box-sizing:border-box;}}

 #div_blank_1481771896482{width:25%;height:200px;position:absolute;left:22.583333333333332%;top:16.25px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1481771896482{width:31.25%;height:200px;left:40.9375%;display:block;top:16.25px;}}   @media screen and (max-width:640px) {#div_blank_1481771896482{width:31%;height:115px;left:1.3157894736842104%;top:8px;display:block;}} #div_blank_1481771896482 > .view_contents{overflow:visible;}  #div_blank_1481771896482  {box-sizing:border-box;background:#aaa;opacity:0.5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1481771896482  {box-sizing:border-box;background:#aaa;opacity:0.5;}} @media screen and (max-width:640px) { #div_blank_1481771896482  {box-sizing:border-box;background:#bf0000;opacity:0.5;}} #layout_1481771888957{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481771888957{display:none;}}   @media screen and (max-width:640px) {#layout_1481771888957{height:439px;display:none;}} #layout_1481771888957 > .view_contents{max-width:1200px;}  @media screen and (max-width:640px) { #layout_1481771888957  {background:#e5e5e5;}}


 #text_style_02_1481771644789{width:41.583333333333336%;font-size:26px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:1.0833333333333335%;top:26px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481771644789{width:84.09331919406151%;left:1%;top:14px;}}   @media screen and (max-width:640px) {#text_style_02_1481771644789{width:42.89473684210526%;left:0.5263157894736842%;top:37px;}}  #text_style_02_1481771644789>.view_contents {box-sizing:border-box;color:#000000;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481771644789>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1481771644789>.view_contents {box-sizing:border-box;}}

 #text_style_02_1482752031661{width:62.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:1%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482752031661{width:65.3125%;left:0.9993489583333333%;top:64px;}}   @media screen and (max-width:640px) {#text_style_02_1482752031661{width:97.36842105263158%;left:2.631578947368425%;top:91px;}}  #text_style_02_1482752031661>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:13px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482752031661>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1482752031661>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487657496810{width:163px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:68px;left:85.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487657496810{left:84.09331919406151%;top:44px;}}   @media screen and (max-width:640px) {#text_style_02_1487657496810{width:100%;top:0px;left:0%;}}  #text_style_02_1487657496810  {border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background:#1d6b6b;} #text_style_02_1487657496810>.view_contents {font-family:Microsoft YaHei;font-size:18px;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background:#59a5a5;color:#ffffff;} #text_style_02_1487657496810:hover {background:#6e99cc;} #text_style_02_1487657496810:active {background:#4e5d6d;} #layout_1481771538867{height:175px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481771538867{height:139px;}}   @media screen and (max-width:640px) {#layout_1481771538867{height:148px;display:none;}} #layout_1481771538867 > .view_contents{max-width:1200px;}  #layout_1481771538867  {color:#ffffff;} #layout_1481771538867>.view_contents {color:#ffffff;}


 #text_style_02_1487657704326{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:61px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487657704326{}}   @media screen and (max-width:640px) {#text_style_02_1487657704326{width:100%;top:9px;left:0%;}}  #text_style_02_1487657704326>.view_contents {box-sizing:border-box;font-size:26px;text-align:center;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487657704326>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487657704326>.view_contents {box-sizing:border-box;font-size:20px;}}

 #text_style_02_1487657771506{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487657771506{}}   @media screen and (max-width:640px) {#text_style_02_1487657771506{width:100%;top:30px;left:0%;}}  #text_style_02_1487657771506>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#7f7f7f;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487657771506>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487657771506>.view_contents {box-sizing:border-box;font-size:9px;}}

 #text_style_02_1487657867971{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:115px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487657867971{}}   @media screen and (max-width:640px) {#text_style_02_1487657867971{width:100%;top:46px;left:0%;}}  #text_style_02_1487657867971>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#06b3b9;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487657867971>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487657867971>.view_contents {box-sizing:border-box;}} #layout_1487657625582{height:205px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487657625582{height:197px;}}   @media screen and (max-width:640px) {#layout_1487657625582{height:85px;}} #layout_1487657625582 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_02_1487658058737{width:81%;font-size:26px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:15.437500000000002%;top:14px;height:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658058737{width:81.52866242038218%;left:18.411624203821656%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1487658058737{width:75.52631578947368%;left:16.66043632908871%;top:11.139205932617188px;z-index:1;}} #text_style_02_1487658058737 > .view_contents{overflow:visible;}  #text_style_02_1487658058737>.view_contents {box-sizing:border-box;color:#000000;font-size:22px;line-height:22px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658058737>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658058737>.view_contents {box-sizing:border-box;font-size:16px;line-height:22px;height:0px;}}

 #text_style_02_1487658379534{width:64.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:15.22265625%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658379534{width:58.917197452229296%;left:18.441480891719745%;top:48px;}}   @media screen and (max-width:640px) {#text_style_02_1487658379534{width:77.8125%;left:16.6%;top:37.57102966308594px;}}  #text_style_02_1487658379534>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:12px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658379534>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658379534>.view_contents {box-sizing:border-box;font-size:12px;line-height:22px;}}

 #image_style_01_1487658260271{width:32px;height:32px;position:absolute;top:9px;left:2.7%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658260271{left:0.6369426751592357%;width:16.24203821656051%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1487658260271{width:21px;height:21px;top:12.210235595703125px;left:9.270334745708265%;}} #image_style_01_1487658260271 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487658116803{width:33.33%;height:223px;position:absolute;top:233px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487658116803{height:192px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487658116803{width:100%;height:139px;top:358.9886245727539px;left:0%;}}  #div_includeBlock_1487658116803  {}


 #image_style_01_1487658543002{width:32px;height:32px;position:absolute;top:9px;left:15.7%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658543002{left:27.119824840764334%;width:14.968152866242038%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1487658543002{width:21px;height:21px;top:12px;left:9.2%;}} #image_style_01_1487658543002 > .view_contents{overflow:visible;} 

 #text_style_02_1487658542984{width:37.5%;font-size:26px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:30.1875%;top:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658542984{width:38.53503184713376%;left:45.89968152866242%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1487658542984{width:296px;left:16.6%;top:11.0625px;}}  #text_style_02_1487658542984>.view_contents {box-sizing:border-box;color:#000000;font-size:22px;line-height:22px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658542984>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658542984>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_02_1487658543009{width:228px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:30.234375000000004%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658543009{width:54.14012738853503%;left:45.85987261146497%;top:48px;}}   @media screen and (max-width:640px) {#text_style_02_1487658543009{width:77.89473684210526%;left:16.6%;top:37.5px;}}  #text_style_02_1487658543009>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:12px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658543009>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658543009>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1487658542657{width:33.33%;height:200px;position:absolute;top:3px;left:33.33463541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487658542657{height:144px;top:168px;left:66.66556203605515%;}}   @media screen and (max-width:640px) {#div_includeBlock_1487658542657{width:100%;height:119px;top:118px;left:0%;}} 


 #text_style_02_1487658533832{width:229px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:41.77734375%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658533832{width:57.961783439490446%;left:36.46994426751593%;top:48px;}}   @media screen and (max-width:640px) {#text_style_02_1487658533832{width:296px;left:16.6%;top:37.5px;}}  #text_style_02_1487658533832>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:12px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658533832>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658533832>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487658533811{width:47%;font-size:26px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:41.77734375%;top:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658533811{width:37.57961783439491%;left:36.504777070063696%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1487658533811{width:296px;left:16.66043632908871%;top:12px;}}  #text_style_02_1487658533811>.view_contents {box-sizing:border-box;color:#000000;font-size:22px;line-height:22px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658533811>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658533811>.view_contents {box-sizing:border-box;font-size:16px;}}

 #image_style_01_1487658533827{width:32px;height:32px;position:absolute;top:9px;left:28.488281250000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658533827{left:17.431329617834397%;width:14.968152866242038%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1487658533827{width:21px;height:21px;top:12px;left:9.2%;}} #image_style_01_1487658533827 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487658533557{width:33.33%;height:223px;position:absolute;top:233px;left:66.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487658533557{height:192px;top:168px;left:33.33443796394486%;}}   @media screen and (max-width:640px) {#div_includeBlock_1487658533557{width:100%;height:142px;top:618.9687347412109px;left:0%;}} 


 #text_style_02_1487658512945{width:81%;font-size:26px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:14.6%;top:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658512945{width:81.52866242038218%;left:18.411624203821656%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1487658512945{width:296px;left:16.6%;top:12px;}}  #text_style_02_1487658512945>.view_contents {box-sizing:border-box;color:#000000;font-size:22px;line-height:22px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658512945>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658512945>.view_contents {box-sizing:border-box;font-size:16px;}}

 #image_style_01_1487658512962{width:32px;height:32px;position:absolute;top:9px;left:2.73046875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658512962{left:0.6369426751592357%;width:14.968152866242038%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1487658512962{width:21px;height:21px;top:12px;left:9.2%;}} #image_style_01_1487658512962 > .view_contents{overflow:visible;} 

 #text_style_02_1487658512974{width:57.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:14.726562500000002%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658512974{width:58.28025477707006%;left:18.441480891719745%;top:48px;}}   @media screen and (max-width:640px) {#text_style_02_1487658512974{width:296px;left:16.6%;top:37.5px;}}  #text_style_02_1487658512974>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:12px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658512974>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658512974>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1487658512689{width:33.33%;height:200px;position:absolute;top:3px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487658512689{height:144px;top:168px;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1487658512689{width:100%;height:118px;top:0px;left:0%;}} 


 #text_style_02_1487658496433{width:45.75%;font-size:26px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:42.109375%;top:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658496433{width:53.503184713375795%;left:46.54657643312102%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1487658496433{width:296px;left:16.6%;top:12px;}}  #text_style_02_1487658496433>.view_contents {box-sizing:border-box;color:#000000;font-size:22px;line-height:22px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658496433>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658496433>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_02_1487658496453{width:56.99999999999999%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:42.1171875%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658496453{width:54.45859872611465%;left:45.57125796178344%;top:44px;}}   @media screen and (max-width:640px) {#text_style_02_1487658496453{width:71.5625%;left:16.6%;top:37.5px;}}  #text_style_02_1487658496453>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:12px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658496453>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658496453>.view_contents {box-sizing:border-box;}}

 #image_style_01_1487658496448{width:32px;height:32px;position:absolute;top:9px;left:28.7421875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658496448{left:25.52746815286624%;width:14.968152866242038%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1487658496448{width:21px;height:21px;top:12px;left:9.2%;}} #image_style_01_1487658496448 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487658496207{width:33.33%;height:200px;position:absolute;top:3px;left:66.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487658496207{height:164px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487658496207{width:100%;height:122px;top:236.99715772271156px;left:0%;}} 


 #image_style_01_1487658486926{width:32px;height:32px;position:absolute;top:9px;left:15.7265625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658486926{left:17.366640127388536%;width:14.968152866242038%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1487658486926{width:21px;height:21px;top:12px;left:9.2%;}} #image_style_01_1487658486926 > .view_contents{overflow:visible;} 

 #text_style_02_1487658486932{width:56.99999999999999%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:28.984375%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658486932{width:57.64331210191082%;left:36.728702229299365%;top:44px;}}   @media screen and (max-width:640px) {#text_style_02_1487658486932{width:74.375%;left:16.6%;top:37.5px;}}  #text_style_02_1487658486932>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:12px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658486932>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658486932>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487658486910{width:67%;font-size:26px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:28.72265625%;top:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487658486910{width:55.095541401273884%;left:36.76851114649681%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1487658486910{width:296px;left:16.6%;top:12px;}}  #text_style_02_1487658486910>.view_contents {box-sizing:border-box;color:#000000;font-size:22px;line-height:22px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487658486910>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487658486910>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1487658486652{width:33.33333333333333%;height:221px;position:absolute;top:233px;left:33.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487658486652{height:140px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487658486652{width:100%;height:121px;top:497.97725677490234px;left:0%;}}  #layout_1487658021034{height:497px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487658021034{height:425px;}}   @media screen and (max-width:640px) {#layout_1487658021034{height:760.9630432128906px;}} #layout_1487658021034 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1487660056065{width:33.33%;font-size:28px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:64.75%;top:68px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660056065{left:66.70201484623541%;top:40.5px;width:33.33%;font-size:22px!important;}}   @media screen and (max-width:640px) {#text_style_02_1487660056065{width:100%;left:0%;top:1552px;}}  #text_style_02_1487660056065>.view_contents {box-sizing:border-box;font-size:36px;text-align:center;} #text_style_02_1487660056065  {color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660056065>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660056065>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487660073510{width:33.33%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:64.75%;top:118px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660073510{left:66.70035790031812%;top:90.5px;width:33.33%;font-size:12px!important;}}   @media screen and (max-width:640px) {#text_style_02_1487660073510{width:100%;left:0%;top:1483px;}}  #text_style_02_1487660073510>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;} #text_style_02_1487660073510  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660073510>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660073510>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487660092730{width:22.333333333333332%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:70.25%;top:157px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660092730{left:69.13938229056204%;top:135px;width:268px;font-size:12px!important;}}   @media screen and (max-width:640px) {#text_style_02_1487660092730{width:100%;left:0%;top:1483px;}}  #text_style_02_1487660092730>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;} #text_style_02_1487660092730  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660092730>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660092730>.view_contents {box-sizing:border-box;}}

 #text_style_02_1481792645184{width:33.33%;font-size:28px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:7.12890625%;top:115px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481792645184{left:0%;top:40.5px;width:33.33%;font-size:22px!important;}}   @media screen and (max-width:640px) {#text_style_02_1481792645184{width:100%;left:0%;top:1552px;}}  #text_style_02_1481792645184>.view_contents {box-sizing:border-box;font-size:36px;text-align:center;} #text_style_02_1481792645184  {color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481792645184>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1481792645184>.view_contents {box-sizing:border-box;}}

 #text_style_02_1481792722254{width:33.33%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:7.12890625%;top:165px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481792722254{left:0%;top:90.5px;width:33.33%;font-size:12px!important;}}   @media screen and (max-width:640px) {#text_style_02_1481792722254{width:100%;left:0%;top:1483px;}}  #text_style_02_1481792722254>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;} #text_style_02_1481792722254  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481792722254>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1481792722254>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487659922278{width:22.333333333333332%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:11.8984375%;top:204px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487659922278{left:2.4390243902439024%;top:135px;width:268px;font-size:12px!important;}}   @media screen and (max-width:640px) {#text_style_02_1487659922278{width:100%;left:0%;top:1483px;}}  #text_style_02_1487659922278>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;} #text_style_02_1487659922278  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487659922278>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487659922278>.view_contents {box-sizing:border-box;}} #layout_1481785081189{height:348px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481785081189{height:231px;}}   @media screen and (max-width:640px) {#layout_1481785081189{height:267px;display:none;}} #layout_1481785081189 > .view_contents{max-width:1200px;}  #layout_1481785081189  {background-repeat:no-repeat;background-size:100% auto;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background:#80c9c9 url(../img/upimages/banner1920.jpg);background-position-x:50%;background-position-y:0%;}


 #text_style_02_1487660219571{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:75px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660219571{}}   @media screen and (max-width:640px) {#text_style_02_1487660219571{width:100%;top:5px;left:0%;}}  #text_style_02_1487660219571>.view_contents {box-sizing:border-box;font-size:26px;text-align:center;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660219571>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660219571>.view_contents {box-sizing:border-box;font-size:20px;}}

 #text_style_02_1487660219586{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:111px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660219586{}}   @media screen and (max-width:640px) {#text_style_02_1487660219586{width:100%;top:29.8948974609375px;left:0%;}}  #text_style_02_1487660219586>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#7f7f7f;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660219586>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660219586>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1487660219592{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:130px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660219592{}}   @media screen and (max-width:640px) {#text_style_02_1487660219592{width:100%;top:42.875px;left:0%;}}  #text_style_02_1487660219592>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#06b3b9;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660219592>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660219592>.view_contents {box-sizing:border-box;}} #layout_1487660219569{height:205px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487660219569{height:197px;}}   @media screen and (max-width:640px) {#layout_1487660219569{height:82.005682px;}} #layout_1487660219569 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_02_1487660690171{width:60.14492753623188%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:333px;left:19.92753623188406%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660690171{left:calc(50% - 65.5px);top:260px;}}   @media screen and (max-width:640px) {#text_style_02_1487660690171{width:100%;top:228px;left:0%;}}  #text_style_02_1487660690171>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660690171>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660690171>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1487660372310{width:100%;height:315px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487660372310{left:0%;width:100%;height:248px;}}   @media screen and (max-width:640px) {#image_style_01_1487660372310{width:100%;height:228px;top:0px;}} #image_style_01_1487660372310 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487660282873{width:23%;height:400px;position:absolute;top:1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487660282873{height:360px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487660282873{width:48%;height:278px;top:6.9744415283203125px;left:1.3135465822721781%;}}  #div_includeBlock_1487660282873  {background:#2b9696;} #div_includeBlock_1487660282873:hover {background:#38b7b7;}


 #image_style_01_1487660818925{width:100%;height:315px;position:absolute;top:85px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487660818925{left:0%;width:100%;height:248px;top:74px;}}   @media screen and (max-width:640px) {#image_style_01_1487660818925{width:100%;height:228px;top:0px;}} #image_style_01_1487660818925 > .view_contents{overflow:visible;} 

 #text_style_02_1487660818942{width:60.14492753623188%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:18px;left:19.92753623188406%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660818942{left:19.81566820276498%;top:14px;}}   @media screen and (max-width:640px) {#text_style_02_1487660818942{width:100%;top:228px;left:0%;}}  #text_style_02_1487660818942>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660818942>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660818942>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1487660818502{width:23%;height:400px;position:absolute;top:1px;left:25.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487660818502{height:322px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487660818502{width:48%;height:278px;top:6.9744415283203125px;left:50.78722903603001%;}}  #div_includeBlock_1487660818502  {background:#2b9696;} #div_includeBlock_1487660818502:hover {background:#38b7b7;}


 #image_style_01_1487660930921{width:100%;height:315px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487660930921{left:0%;width:100%;height:248px;}}   @media screen and (max-width:640px) {#image_style_01_1487660930921{width:100%;height:228px;top:0px;}} #image_style_01_1487660930921 > .view_contents{overflow:visible;} 

 #text_style_02_1487660930929{width:60.14492753623188%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:333px;left:19.92753623188406%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660930929{left:calc(50% - 65.5px);top:260px;}}   @media screen and (max-width:640px) {#text_style_02_1487660930929{width:100%;top:228px;left:0%;}}  #text_style_02_1487660930929>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;line-height:20px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660930929>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660930929>.view_contents {box-sizing:border-box;font-size:12px;height:50px;line-height:50px;}}
 #div_includeBlock_1487660930739{width:23%;height:400px;position:absolute;top:1px;left:51.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487660930739{height:322px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487660930739{width:48%;height:279px;top:299.98863220214844px;left:1.312051446814286%;}}  #div_includeBlock_1487660930739  {background:#2b9696;} #div_includeBlock_1487660930739:hover {background:#38b7b7;}


 #image_style_01_1487660944137{width:100%;height:315px;position:absolute;top:85px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487660944137{left:0%;width:100%;height:248px;top:74px;}}   @media screen and (max-width:640px) {#image_style_01_1487660944137{width:100%;height:228px;top:0px;}} #image_style_01_1487660944137 > .view_contents{overflow:visible;} 

 #text_style_02_1487660944118{width:60.14492753623188%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:19px;left:19.92753623188406%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660944118{left:19.81566820276498%;top:14px;}}   @media screen and (max-width:640px) {#text_style_02_1487660944118{width:100%;top:228px;left:0%;}}  #text_style_02_1487660944118>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;font-family:Microsoft YaHei;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660944118>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660944118>.view_contents {box-sizing:border-box;font-size:12px;height:50px;line-height:50px;}}
 #div_includeBlock_1487660943761{width:23%;height:400px;position:absolute;top:1px;left:77%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487660943761{height:322px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487660943761{width:48%;height:278px;top:299.9857940673828px;left:50.784984387849505%;}}  #div_includeBlock_1487660943761  {background:#2b9696;} #div_includeBlock_1487660943761:hover {background:#38b7b7;}


 #text_style_02_1534921017015{width:60.14492753623188%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:347px;left:19.92753623188406%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1534921017015{left:calc(50% - 65.5px);top:260px;}}   @media screen and (max-width:640px) {#text_style_02_1534921017015{width:100%;top:228px;left:0%;}}  #text_style_02_1534921017015>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;font-family:Microsoft YaHei;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1534921017015>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1534921017015>.view_contents {box-sizing:border-box;font-size:12px;line-height:50px;}}

 #image_style_01_1534921017025{width:100%;height:315px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534921017025{left:0%;width:100%;height:248px;}}   @media screen and (max-width:640px) {#image_style_01_1534921017025{width:100%;height:228px;top:0px;}} #image_style_01_1534921017025 > .view_contents{overflow:visible;} 
 #div_includeBlock_1534921016703{width:23%;height:400px;position:absolute;top:437px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1534921016703{height:322px;}}   @media screen and (max-width:640px) {#div_includeBlock_1534921016703{width:48%;height:278px;top:882.9658660888672px;left:1.312051446814286%;}}  #div_includeBlock_1534921016703  {background:#2b9696;} #div_includeBlock_1534921016703:hover {background:#38b7b7;}


 #image_style_01_1534921064483{width:100%;height:315px;position:absolute;top:85px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534921064483{left:0%;width:100%;height:248px;top:74px;}}   @media screen and (max-width:640px) {#image_style_01_1534921064483{width:100%;height:228px;top:0px;}} #image_style_01_1534921064483 > .view_contents{overflow:visible;} 

 #text_style_02_1534921064493{width:60.14492753623188%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:19.92753623188406%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1534921064493{left:19.81566820276498%;top:14px;}}   @media screen and (max-width:640px) {#text_style_02_1534921064493{width:100%;top:228px;left:0%;}}  #text_style_02_1534921064493>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;font-family:Microsoft YaHei;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1534921064493>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1534921064493>.view_contents {box-sizing:border-box;font-size:12px;line-height:50px;height:50px;}}
 #div_includeBlock_1534921064312{width:23%;height:400px;position:absolute;top:438px;left:25.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1534921064312{height:322px;}}   @media screen and (max-width:640px) {#div_includeBlock_1534921064312{width:48%;height:278px;top:882.9545135498047px;left:50.784984387849505%;}}  #div_includeBlock_1534921064312  {background:#2b9696;} #div_includeBlock_1534921064312:hover {background:#38b7b7;}


 #text_style_02_1534921104780{width:60.14492753623188%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:348px;left:19.92753623188406%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1534921104780{left:calc(50% - 65.5px);top:260px;}}   @media screen and (max-width:640px) {#text_style_02_1534921104780{width:100%;top:228px;left:0%;}}  #text_style_02_1534921104780>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;font-family:Microsoft YaHei;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1534921104780>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1534921104780>.view_contents {box-sizing:border-box;font-size:12px;height:50px;line-height:50px;}}

 #image_style_01_1534921104790{width:100%;height:315px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534921104790{left:0%;width:100%;height:248px;}}   @media screen and (max-width:640px) {#image_style_01_1534921104790{width:100%;height:228px;top:0px;}} #image_style_01_1534921104790 > .view_contents{overflow:visible;} 
 #div_includeBlock_1534921104614{width:23%;height:400px;position:absolute;top:438px;left:51.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1534921104614{height:322px;}}   @media screen and (max-width:640px) {#div_includeBlock_1534921104614{width:48%;height:278px;top:590.9772338867188px;left:1.312051446814286%;}}  #div_includeBlock_1534921104614  {background:#2b9696;} #div_includeBlock_1534921104614:hover {background:#38b7b7;}


 #image_style_01_1534921138306{width:100%;height:315px;position:absolute;top:85px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534921138306{left:0%;width:100%;height:248px;top:74px;}}   @media screen and (max-width:640px) {#image_style_01_1534921138306{width:100%;height:228px;top:0px;}} #image_style_01_1534921138306 > .view_contents{overflow:visible;} 

 #text_style_02_1534921138316{width:60.14492753623188%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:29px;left:19.92753623188406%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1534921138316{left:19.81566820276498%;top:14px;}}   @media screen and (max-width:640px) {#text_style_02_1534921138316{width:100%;top:228px;left:0%;}}  #text_style_02_1534921138316>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;font-family:Microsoft YaHei;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1534921138316>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1534921138316>.view_contents {box-sizing:border-box;font-size:12px;line-height:50px;}}
 #div_includeBlock_1534921138148{width:23%;height:400px;position:absolute;top:438px;left:77%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1534921138148{height:322px;}}   @media screen and (max-width:640px) {#div_includeBlock_1534921138148{width:48%;height:278px;top:590.9658813476562px;left:50.784984387849505%;}}  #div_includeBlock_1534921138148  {background:#2b9696;} #div_includeBlock_1534921138148:hover {background:#38b7b7;} #layout_1487660148967{height:838px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487660148967{height:361px;}}   @media screen and (max-width:640px) {#layout_1487660148967{height:1180.005682px;}} #layout_1487660148967 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1534917484698{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:51px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1534917484698{}}   @media screen and (max-width:640px) {#text_style_02_1534917484698{width:96%;top:0px;left:2%;}}  #text_style_02_1534917484698>.view_contents {box-sizing:border-box;font-size:26px;text-align:center;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1534917484698>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1534917484698>.view_contents {box-sizing:border-box;font-size:20px;}}

 #text_style_02_1534917519775{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:87px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1534917519775{}}   @media screen and (max-width:640px) {#text_style_02_1534917519775{width:96%;top:23.815338134765625px;left:1.9886363180060134%;}}  #text_style_02_1534917519775>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#7f7f7f;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1534917519775>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1534917519775>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1534917531616{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:110px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1534917531616{}}   @media screen and (max-width:640px) {#text_style_02_1534917531616{width:96%;top:39.909088134765625px;left:1.9886363180060134%;}}  #text_style_02_1534917531616>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#06b3b9;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1534917531616>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1534917531616>.view_contents {box-sizing:border-box;}} #layout_1534917462262{height:173px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1534917462262{}}   @media screen and (max-width:640px) {#layout_1534917462262{height:79.00568200000001px;}} #layout_1534917462262 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1534921481472{width:96.41666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:107px;left:1.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1534921481472{}}   @media screen and (max-width:640px) {#text_style_01_1534921481472{width:96%;top:71.98295593261719px;left:2%;}}  #text_style_01_1534921481472>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1534921481472>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1534921481472>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1535681136538{width:13.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:9px;left:2.7916666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535681136538{}}   @media screen and (max-width:640px) {#text_style_01_1535681136538{width:68.15789473684211%;top:6.9801025390625px;left:3.5174939506932312%;}}  #text_style_01_1535681136538>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:26px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1535681136538>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1535681136538>.view_contents {box-sizing:border-box;font-size:20px;}}

 #image_style_01_1535681556756{width:4px;height:54px;position:absolute;top:19px;left:1.7500000000000002%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535681556756{}}   @media screen and (max-width:640px) {#image_style_01_1535681556756{width:2px;height:40px;top:13.94317626953125px;left:1.6709030301947343%;}} #image_style_01_1535681556756 > .view_contents{overflow:visible;} 

 #text_style_01_1535682797999{width:1157px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:172.99429321289062px;left:calc(50% - 578px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535682797999{}}   @media screen and (max-width:640px) {#text_style_01_1535682797999{width:96%;top:174.98861694335938px;left:2%;}}  #text_style_01_1535682797999>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1535682797999>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1535682797999>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1535684466041{width:22.083333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:52px;left:2.7916666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535684466041{}}   @media screen and (max-width:640px) {#text_style_01_1535684466041{width:39.73684210526316%;top:36.81817626953125px;left:3.829993950693231%;}}  #text_style_01_1535684466041>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1535684466041>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1535684466041>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1534917500571{height:381.005682px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1534917500571{}}   @media screen and (max-width:640px) {#layout_1534917500571{height:382.005682px;}} #layout_1534917500571 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_default_1487662975623{width:33.916666666666664%;height:102px;position:absolute;top:107px;left:64.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487662975623{left:21.84351802757158%;width:42.09968186638388%;top:53.5px;}}   @media screen and (max-width:640px) {#text_default_1487662975623{width:370px;height:300px;top:200px;}}  #text_default_1487662975623  {border-right-color:#7f7f7f;border-right-style:none;border-right-width:1px;}

 #div_blank_1487662729998{width:100%;height:1px;position:absolute;top:240px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1487662729998{}}   @media screen and (max-width:640px) {#div_blank_1487662729998{width:82.64462809917357%;height:200px;top:500px;left:8.677685950413213%;display:none;}} #div_blank_1487662729998 > .view_contents{overflow:visible;}  #div_blank_1487662729998  {box-sizing:border-box;background:transparent;border-top-color:#7f7f7f;border-top-style:solid;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1487662729998  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1487662729998  {box-sizing:border-box;}}

 #image_style_01_1535333806791{width:145px;height:50px;position:absolute;left:0.5416666666666667%;top:48px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535333806791{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1535333806791{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1535333806791 > .view_contents{overflow:visible;} 

 #text_style_01_1535334416374{width:48.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:1.7083333333333333%;top:107px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535334416374{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1535334416374{width:370px;top:0px;left:0%;}}  #text_style_01_1535334416374>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;} #text_style_01_1535334416374  {border-right-color:#e5e5e5;border-right-style:solid;border-right-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1535334416374>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1535334416374>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487663541849{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:240px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487663541849{}}   @media screen and (max-width:640px) {#text_style_02_1487663541849{width:100%;top:0px;left:0%;}}  #text_style_02_1487663541849>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1487662689666{width:1200px;height:296px;position:absolute;top:-7px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487662689666{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1487662689666{width:100%;height:300px;top:0px;left:0%;display:none;}}  #comm_layout_footer{height:312px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:348px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:95px;display:block;}}  #comm_layout_footer  {background:#212831;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




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

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

/* 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_1482394346074 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/12001.jpg?123') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/banner2.jpg') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/baner1200.jpg') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1487658260271 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658260271 .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_1487658260271 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487658260271 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_1487658543002 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658543002 .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_1487658543002 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487658543002 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_1487658533827 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658533827 .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_1487658533827 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487658533827 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_1487658512962 .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_1487658512962 .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_1487658512962 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487658512962 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_1487658496448 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658496448 .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_1487658496448 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487658496448 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_1487658486926 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487658486926 .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_1487658486926 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487658486926 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_1487660372310 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487660372310 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487660372310 .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_1487660372310 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_1487660818925 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487660818925 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487660818925 .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_1487660818925 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_1487660930921 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487660930921 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487660930921 .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_1487660930921 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_1487660944137 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487660944137 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487660944137 .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_1487660944137 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_1534921017025 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534921017025 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1534921017025 .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_1534921017025 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_1534921064483 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534921064483 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1534921064483 .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_1534921064483 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_1534921104790 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534921104790 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1534921104790 .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_1534921104790 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_1534921138306 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534921138306 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1534921138306 .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_1534921138306 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_1535681556756 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535681556756 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1535681556756 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1535681556756 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_1535333806791 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535333806791 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1535333806791 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1535333806791 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;}
