
@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;}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

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


 #dh_style_01_1482562315212{width:50.5%;position:absolute;left:49.5%;top:25px;}   @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:31.57894736842105%;z-index:2;left:67.89473684210526%;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:45px;position:absolute;left:0%;top:25px;}   @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:60.62499999999999%;height:26px;left:0%;top:10px;}}  #comm_layout_header{height:98px;}   @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:100%;height:673px;position:absolute;left:0%;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:180px;left:0%;top:0px;}}  #layout_1482283871514{height:673px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1482283871514{height:472px;}}   @media screen and (max-width:640px) {#layout_1482283871514{height:180px;}} 


 #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:0%;top:33px;}   @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:72.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:94px;}   @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:15.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:68px;left:84.91666666666666%;}   @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>.view_contents {box-sizing:border-box;font-size:18px;color:#ffffff;font-family:Microsoft YaHei;text-indent:0em;padding-left:10px;text-align:center;} #text_style_02_1487657496810  {background:#3c75b9;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding-top:5px;padding-bottom:5px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487657496810>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487657496810>.view_contents {box-sizing:border-box;font-size:16px;}} #layout_1481771538867{height:207px;}   @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  {background:#f7f7f7;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:75px;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:20px;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;}}

 #text_style_02_1487657771506{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_1487657771506{}}   @media screen and (max-width:640px) {#text_style_02_1487657771506{width:100%;top:56px;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;}}

 #text_style_02_1487657867971{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:147px;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:92px;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:128px;}} #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:6.99609375%;top:15px;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:84.47368421052632%;left:15.526315789473685%;top:0px;}}  #text_style_02_1487658058737>.view_contents {box-sizing:border-box;color:#000000;font-size:20px;line-height:22px;} @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;}}

 #text_style_02_1487658379534{width:72.5%;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_1487658379534{width:58.917197452229296%;left:18.441480891719745%;top:48px;}}   @media screen and (max-width:640px) {#text_style_02_1487658379534{width:77.8125%;left:15.526315789473685%;top:59px;}}  #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;}}
 #div_includeBlock_1487658116803{width:33.33%;height:166px;position:absolute;top:3px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487658116803{height:120px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487658116803{width:100%;height:136px;top:38px;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:20.484375%;top:6.5px;}   @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:84.47368421052632%;left:15.526315789473685%;top:0px;}}  #text_style_02_1487658496433>.view_contents {box-sizing:border-box;color:#000000;font-size:20px;line-height:22px;} @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;}}

 #text_style_02_1487658496453{width:60.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:29.4921875%;top:51.5px;}   @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:15.526315789473685%;top:59px;}}  #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;}}
 #div_includeBlock_1487658496207{width:33.33%;height:166px;position:absolute;top:3px;left:66.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487658496207{height:120px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487658496207{width:100%;height:136px;top:358px;left:0%;}} 


 #text_style_02_1487658486932{width:84.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:13.7265625%;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:15.526315789473685%;top:59px;}}  #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:12.742187499999998%;top:15px;}   @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:84.47368421052632%;left:15.526315789473685%;top:0px;}}  #text_style_02_1487658486910>.view_contents {box-sizing:border-box;color:#000000;font-size:20px;line-height:22px;} @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;}}
 #div_includeBlock_1487658486652{width:33.33%;height:166px;position:absolute;top:3px;left:33.335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487658486652{height:120px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487658486652{width:100%;height:136px;top:718px;left:0%;}}  #layout_1487658021034{height:175px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487658021034{height:353px;}}   @media screen and (max-width:640px) {#layout_1487658021034{height:878px;}} #layout_1487658021034 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1481792645184{width:33.33%;font-size:28px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:105px;}   @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:0%;top:155px;}   @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:5.5%;top:194px;}   @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;}}

 #text_style_02_1487660056065{width:33.33%;font-size:28px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:66.66666666666666%;top:105px;}   @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_1487660041753{width:33.33%;font-size:28px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:33.335%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660041753{left:33.335%;top:40.5px;width:33.33%;font-size:22px!important;}}   @media screen and (max-width:640px) {#text_style_02_1487660041753{width:100%;left:0%;top:1552px;}}  #text_style_02_1487660041753>.view_contents {box-sizing:border-box;font-size:36px;text-align:center;} #text_style_02_1487660041753  {color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660041753>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660041753>.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:66.66666666666666%;top:155px;}   @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:72.16666666666667%;top:194px;}   @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_1487660084284{width:22.333333333333332%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:38.833333333333336%;top:194px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660084284{left:calc(50% - 134px);top:135px;width:268px;font-size:12px!important;}}   @media screen and (max-width:640px) {#text_style_02_1487660084284{width:100%;left:0%;top:1483px;}}  #text_style_02_1487660084284>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;} #text_style_02_1487660084284  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660084284>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660084284>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487660065991{width:33.33%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:33.335%;top:155px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487660065991{left:33.335%;top:90.5px;width:33.33%;font-size:12px!important;}}   @media screen and (max-width:640px) {#text_style_02_1487660065991{width:100%;left:0%;top:1483px;}}  #text_style_02_1487660065991>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;} #text_style_02_1487660065991  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487660065991>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487660065991>.view_contents {box-sizing:border-box;}} #layout_1481785081189{height:378px;}   @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:#8663a7;background-repeat:no-repeat;}


 #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:20px;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;}}

 #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:56px;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;}}

 #text_style_02_1487660219592{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:147px;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:92px;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:128px;}} #layout_1487660219569 > .view_contents{overflow:visible;max-width:1200px;} 



 #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;} 

 #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:18px;text-align:center;color:#ffffff;} @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:14px;}}
 #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:322px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487660282873{width:48%;height:300px;top:7px;left:0.7894736842105263%;}}  #div_includeBlock_1487660282873  {background:#3378bc;}


 #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:18px;text-align:center;color:#ffffff;} @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:14px;}}
 #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:300px;top:7px;left:51.31578947368421%;}}  #div_includeBlock_1487660818502  {background:#3378bc;}


 #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:18px;text-align:center;color:#ffffff;} @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:14px;}}
 #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:300px;top:317px;left:0.7894736842105263%;}}  #div_includeBlock_1487660930739  {background:#3378bc;}


 #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:18px;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:18px;text-align:center;color:#ffffff;} @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:14px;}}
 #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:300px;top:317px;left:51.31578947368421%;}}  #div_includeBlock_1487660943761  {background:#3378bc;} #layout_1487660148967{height:430px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487660148967{height:329px;}}   @media screen and (max-width:640px) {#layout_1487660148967{height:647px;}} #layout_1487660148967 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1487661510035{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_1487661510035{}}   @media screen and (max-width:640px) {#text_style_02_1487661510035{width:100%;top:20px;left:0%;}}  #text_style_02_1487661510035>.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_1487661510035>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487661510035>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487661510059{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_1487661510059{}}   @media screen and (max-width:640px) {#text_style_02_1487661510059{width:100%;top:56px;left:0%;}}  #text_style_02_1487661510059>.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_1487661510059>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487661510059>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487661510065{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:147px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487661510065{}}   @media screen and (max-width:640px) {#text_style_02_1487661510065{width:100%;top:92px;left:0%;}}  #text_style_02_1487661510065>.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_1487661510065>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487661510065>.view_contents {box-sizing:border-box;}} #layout_1487661510029{height:235px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487661510029{height:197px;}}   @media screen and (max-width:640px) {#layout_1487661510029{height:128px;}} #layout_1487661510029 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1487661551071{width:40.33333333333333%;height:423px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487661551071{width:445px;height:391px;}}   @media screen and (max-width:640px) {#image_style_01_1487661551071{width:100%;height:221px;top:0px;left:0%;}} #image_style_01_1487661551071 > .view_contents{overflow:visible;} 

 #newsList_style_01_1487661627982{width:57.49999999999999%;position:absolute;top:0px;left:42.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1487661627982{width:479px;left:49.1798117709438%;}}   @media screen and (max-width:640px) {#newsList_style_01_1487661627982{width:100%;top:227px;left:0%;}}  #newsList_style_01_1487661627982 .modSet {padding-bottom:48px;padding-top:5px;border-bottom-style:dashed;} #newsList_style_01_1487661627982 .datSet {background:#f2f2f2;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #newsList_style_01_1487661627982 .nianSet {background:#f2f2f2;font-size:14px;line-height:14px;padding-bottom:0px;margin-bottom:0px;color:#000000;padding-left:0px;margin-left:0px;} #newsList_style_01_1487661627982 .riSet {font-size:22px;color:#666666;padding-left:0px;padding-top:15px;} #newsList_style_01_1487661627982 .titleSet {padding-bottom:6px;padding-top:1px;} #newsList_style_01_1487661627982 .yueSet {font-size:14px;margin-top:0px;line-height:14px;padding-right:13px;padding-bottom:22px;color:#000000;margin-right:0px;padding-left:0px;} @media screen and (max-width:640px) { #newsList_style_01_1487661627982 .yueSet {padding-right:6px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1487661627982 .modSet {padding-top:0px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_01_1487661627982{
	
}
#newsList_style_01_1487661627982 .riSet{display:block;float:none;margin:0 auto;text-align:center;}
#newsList_style_01_1487661627982 .yueSet{display:inline;margin:0;float:right;}
#newsList_style_01_1487661627982 .nianSet{display:inline;margin:0;}
#newsList_style_01_1487661627982 .nDate{text-align: right;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1487661627982{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_01_1487661627982{
		
	}
} #layout_1487661492068{height:532px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487661492068{height:466px;}}   @media screen and (max-width:640px) {#layout_1487661492068{height:625px;}} #layout_1487661492068 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1487661976469{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_1487661976469{}}   @media screen and (max-width:640px) {#text_style_02_1487661976469{width:100%;top:20px;left:0%;}}  #text_style_02_1487661976469>.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_1487661976469>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487661976469>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487661976496{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_1487661976496{}}   @media screen and (max-width:640px) {#text_style_02_1487661976496{width:100%;top:56px;left:0%;}}  #text_style_02_1487661976496>.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_1487661976496>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487661976496>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487661976502{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:147px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487661976502{}}   @media screen and (max-width:640px) {#text_style_02_1487661976502{width:100%;top:92px;left:0%;}}  #text_style_02_1487661976502>.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_1487661976502>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487661976502>.view_contents {box-sizing:border-box;}} #layout_1487661976466{height:207px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487661976466{height:197px;}}   @media screen and (max-width:640px) {#layout_1487661976466{height:128px;}} #layout_1487661976466 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1487662332273{width:170px;height:87px;position:absolute;top:0px;left:68.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662332273{left:calc(50% - 85px);top:120px;}}   @media screen and (max-width:640px) {#image_style_01_1487662332273{width:45%;height:81px;top:113px;left:52.368421052631575%;}} #image_style_01_1487662332273 > .view_contents{overflow:visible;} 

 #image_style_01_1487662016774{width:170px;height:87px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662016774{top:0px;left:5.514316012725344%;}}   @media screen and (max-width:640px) {#image_style_01_1487662016774{width:45%;height:81px;top:19px;left:2.8947368421052633%;}} #image_style_01_1487662016774 > .view_contents{overflow:visible;} 

 #image_style_01_1487662210928{width:170px;height:87px;position:absolute;top:0px;left:34.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662210928{left:76.9883351007423%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1487662210928{width:45%;height:81px;top:113px;left:2.8947368421052633%;}} #image_style_01_1487662210928 > .view_contents{overflow:visible;} 

 #image_style_01_1487662191217{width:170px;height:87px;position:absolute;top:0px;left:17.166666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662191217{left:calc(50% - 85px);top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1487662191217{width:45%;height:81px;top:19px;left:52.368421052631575%;}} #image_style_01_1487662191217 > .view_contents{overflow:visible;} 

 #image_style_01_1487662340566{width:170px;height:87px;position:absolute;top:0px;left:85.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662340566{left:76.9883351007423%;top:120px;}}   @media screen and (max-width:640px) {#image_style_01_1487662340566{width:45%;height:81px;top:207px;left:52.368421052631575%;}} #image_style_01_1487662340566 > .view_contents{overflow:visible;} 

 #image_style_01_1487662220038{width:170px;height:87px;position:absolute;top:0px;left:51.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662220038{left:5.514316012725344%;top:120px;}}   @media screen and (max-width:640px) {#image_style_01_1487662220038{width:45%;height:81px;top:206px;left:2.8947368421052633%;}} #image_style_01_1487662220038 > .view_contents{overflow:visible;}  #layout_1487661618296{height:178px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487661618296{height:207px;}}   @media screen and (max-width:640px) {#layout_1487661618296{height:288px;}} #layout_1487661618296 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_default_1487662975623{width:33.83333333333333%;height:184px;position:absolute;top:36.5px;left:33.083333333333336%;z-index:2;}   @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:solid;border-right-width:1px;}

 #text_default_1487663340375{width:24.166666666666668%;height:72px;position:absolute;top:79.5px;left:75.83333333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487663340375{width:28.63202545068929%;left:71.15588547189819%;top:79.5px;}}   @media screen and (max-width:640px) {#text_default_1487663340375{width:100%;height:300px;top:0px;left:0%;display:none;}}  #text_default_1487663340375  {border-right-color:#7f7f7f;border-right-style:none;border-right-width:1px;}

 #image_style_01_1534475581011{width:8.916666666666668%;height:127px;position:absolute;top:74.5px;left:8.541666666666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534475581011{}}   @media screen and (max-width:640px) {#image_style_01_1534475581011{width:45%;height:81px;top:0px;left:0%;}} #image_style_01_1534475581011 > .view_contents{overflow:visible;} 

 #text_default_1534475648176{width:26%;height:183px;position:absolute;top:36.5px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534475648176{width:42.09968186638388%;}}   @media screen and (max-width:640px) {#text_default_1534475648176{width:100%;height:300px;top:0px;left:0%;}}  #text_default_1534475648176  {border-right-color:#7f7f7f;border-right-style:solid;border-right-width:1px;}
 #div_includeBlock_1487662689666{width:1200px;height:276px;position:absolute;top:0px;left:calc(50% - 600px);z-index:1;}   @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;}} 

 #div_blank_1487662729998{width:100%;height:12px;position:absolute;top:276px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1487662729998{}}   @media screen and (max-width:640px) {#div_blank_1487662729998{width:82.64462809917356%;height:200px;top:300px;left:8.67768595041322%;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;}}

 #text_style_02_1487663541849{width:1200px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:287px;left:calc(50% - 600px);z-index:2;}   @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:23px;left:0%;}}  #text_style_02_1487663541849>.view_contents {box-sizing:border-box;color:#7f7f7f;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;}} #comm_layout_footer{height:390px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:348px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:110px;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;}




@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 { 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; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; 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;}
}

/* 默认 动画效果 */
.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);
}

            #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/banner.jpg') 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 .ground_glass{}
    
	#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_1487661551071 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487661551071 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487661551071 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487661551071 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;}
/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:hover{}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
/*分页*/
.boxNewsListStyle_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_1 .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';}
.boxNewsListStyle_1 .page_btn a.cur,.boxNewsListStyle_1 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
/*分页*/
.boxNewsListStyle_1 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_1 .page_btn a:nth-last-child(3){display: inline-block !important;}

.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
}




	#newsList_style_01_1487661627982 .newDetail.pc {display:block;}
	#newsList_style_01_1487661627982 .newDetail.pad, #newsList_style_01_1487661627982 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1487661627982 .newDetail.pad {display:block;}
		#newsList_style_01_1487661627982 .newDetail.pc, #newsList_style_01_1487661627982 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1487661627982 .newDetail.mobile {display:block;}
		#newsList_style_01_1487661627982 .newDetail.pc, #newsList_style_01_1487661627982 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1487661627982 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1487661627982 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_01_1487661627982 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1487661627982 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

	#image_style_01_1487662332273 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662332273 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487662332273 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487662332273 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_1487662016774 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662016774 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487662016774 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487662016774 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_1487662210928 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662210928 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487662210928 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487662210928 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_1487662191217 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662191217 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487662191217 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487662191217 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_1487662340566 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662340566 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487662340566 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487662340566 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_1487662220038 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662220038 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487662220038 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487662220038 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_1534475581011 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534475581011 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1534475581011 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1534475581011 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;}
