
/**
    *编辑�?        \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, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 16px; font:16px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333; line-height:200%}
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;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

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

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

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

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

body{ background-position:left top; }



 #div_blank_01_1530865149928{width:110px;position:absolute;left:calc(50% - 55px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_01_1530865149928{left:calc(50% - 40px);width:80px;}}   @media screen and (max-width:640px) {#div_blank_01_1530865149928{width:110px;top:0px;left:35.526315789473685%;display:none;}}  #div_blank_01_1530865149928  {box-sizing:border-box;background:transparent;} #div_blank_01_1530865149928 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_01_1530865149928  {box-sizing:border-box;}} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_01_1530865149928 .modSet {padding-bottom:80px;}} @media screen and (max-width:640px) { #div_blank_01_1530865149928  {box-sizing:border-box;}}

 #dh_style_13_1530864825305{width:100%;z-index:999;position:absolute;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_13_1530864825305{z-index:999;top:18px;}}   @media screen and (max-width:640px) {#dh_style_13_1530864825305{width:44px;z-index:999;top:0px;left:calc(100% - 44px);}} #dh_style_13_1530864825305 > .view_contents{overflow:visible;}  #dh_style_13_1530864825305  {background:;} #dh_style_13_1530864825305 .mainMenuSet {color:#d3d7da;font-size:16px;} #dh_style_13_1530864825305 #hot>a {background:transparent;color:#FFFFFF;} #dh_style_13_1530864825305 .mainMenuSet:hover {color:#FFFFFF;background:transparent;} @media screen and (max-width:640px) { #dh_style_13_1530864825305 #hot>a {background:#2d8401;color:#ffffff;border-bottom-style:none;border-bottom-width:0px;}} @media screen and (max-width:640px) { #dh_style_13_1530864825305 .mainMenuSet {color:#ffffff;margin-top:15px;border-bottom-style:none;border-bottom-width:0px;padding-left:15px;padding-right:15px;}} @media screen and (max-width:640px) { #dh_style_13_1530864825305 .mainMenuSet:hover {color:#ffffff;background:#2d8401;}}

 #image_style_01_1531117841076{width:16.666666666666664%;height:200px;display:none;position:absolute;top:0px;left:41.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531117841076{width:62.5%;height:200px;display:none;left:18.75%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1531117841076{width:150px;height:25px;display:block;left:3%;top:15px;}} #image_style_01_1531117841076 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1530865130078{width:100%;height:45px;position:absolute;left:0%; background-image:url(../images/ls.png)}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530865130078{height:80px;top:20px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530865130078{width:100%;height:55px;top:0px;left:0%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1530865130078  {background:#ffffff;}} #comm_layout_header{height:0px;z-index:99999; background-image:url()}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:120px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:55px;}} #comm_layout_header > .view_contents{max-width:100%;overflow:visible;}  @media screen and (max-width:640px) { #comm_layout_header  {background:#ffffff;}}


 #image_style_01_1530865415479{width:100%;height:780px;position:absolute;top:-190px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530865415479{top:-120px;height:380px;}}   @media screen and (max-width:640px) {#image_style_01_1530865415479{width:100%;height:130px;top:0px;left:0%;}} #image_style_01_1530865415479 > .view_contents{overflow:visible;}  #layout_diy_1530860540{height:590px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1530860540{height:260px;}}   @media screen and (max-width:640px) {#layout_diy_1530860540{height:130px;}} #layout_diy_1530860540 > .view_contents{overflow:visible;} 
 #layout_1530866685257{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530866685257{height:50px;}}   @media screen and (max-width:640px) {#layout_1530866685257{height:30px;}} #layout_1530866685257 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1530866470870{width:210px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;margin: 10px auto;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530866470870{left:calc(50% - 105px);}}   @media screen and (max-width:640px) {#text_style_01_1530866470870{width:170px;top:0px;left:calc(50% - 85px);}}  #text_style_01_1530866470870>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:28px;text-align:center;line-height:31px;background: url(../images/20180706161531621.png);background-repeat:no-repeat;background-size:cover;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530866470870>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530866470870>.view_contents {box-sizing:border-box;font-size:18px;line-height:25px;height:25px;}}

 #text_style_01_1530866737318{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530866737318{}}   @media screen and (max-width:640px) {#text_style_01_1530866737318{width:94%;top:35px;left:2.998046875%;}}  #text_style_01_1530866737318>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#666666;line-height:25px;text-align:center;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530866737318>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530866737318>.view_contents {box-sizing:border-box;font-size:14px;text-indent:2em;text-align:left;}}

 #text_style_01_1530866865243{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530866865243{}}   @media screen and (max-width:640px) {#text_style_01_1530866865243{width:94%;top:110px;left:2.998046875%;}}  #text_style_01_1530866865243>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#666666;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530866865243>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530866865243>.view_contents {box-sizing:border-box;text-indent:2em;font-size:14px;text-align:left;}} #layout_1530866458471{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530866458471{}}   @media screen and (max-width:640px) {#layout_1530866458471{height:368px;}} #layout_1530866458471 > .view_contents{overflow:inherit;max-width:1200px;} 
 #layout_1530867185697{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530867185697{height:50px;}}   @media screen and (max-width:640px) {#layout_1530867185697{height:30px;}} #layout_1530867185697 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1530867223928{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867223928{left:16.996699669967%;width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1530867223928{width:50px;height:50px;top:0px;left:calc(50% - 25px);}} #image_style_01_1530867223928 > .view_contents{overflow:visible;} 

 #text_style_01_1530867264695{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530867264695{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530867264695{width:96%;top:60px;left:2%;}}  #text_style_01_1530867264695>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530867264695>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530867264695>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1530867201116{width:20%;height:160px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530867201116{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530867201116{width:18%;height:90px;top:0px;left:3%;}} 


 #image_style_01_1530867333446{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867333446{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1530867333446{width:50px;height:50px;top:0px;left:calc(50% - 25px);}} #image_style_01_1530867333446 > .view_contents{overflow:visible;} 

 #text_style_01_1530867333469{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530867333469{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530867333469{width:96%;top:60px;left:2%;}}  #text_style_01_1530867333469>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530867333469>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530867333469>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1530867332818{width:20%;height:160px;position:absolute;top:0%;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530867332818{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530867332818{width:18%;height:90px;top:0%;left:22%;}} 


 #image_style_01_1530867339022{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867339022{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1530867339022{width:50px;height:50px;top:0px;left:calc(50% - 25px);}} #image_style_01_1530867339022 > .view_contents{overflow:visible;} 

 #text_style_01_1530867339049{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530867339049{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530867339049{width:100%;top:60px;left:0%;}}  #text_style_01_1530867339049>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530867339049>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530867339049>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1530867338772{width:20%;height:160px;position:absolute;top:0px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530867338772{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530867338772{width:18%;height:90px;top:0px;left:41%;}} 


 #image_style_01_1530867344850{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867344850{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1530867344850{width:50px;height:50px;top:0px;left:calc(50% - 25px);}} #image_style_01_1530867344850 > .view_contents{overflow:visible;} 

 #text_style_01_1530867344871{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530867344871{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530867344871{width:100%;top:60px;left:2%;}}  #text_style_01_1530867344871>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530867344871>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530867344871>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1530867344586{width:20%;height:160px;position:absolute;top:0px;left:80%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530867344586{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530867344586{width:18%;height:90px;top:0px;left:60%;}} 


 #image_style_01_1530867418874{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867418874{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1530867418874{width:50px;height:50px;top:0px;left:calc(50% - 25px);}} #image_style_01_1530867418874 > .view_contents{overflow:visible;} 

 #text_style_01_1530867418904{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530867418904{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530867418904{width:96%;top:60px;left:2%;}}  #text_style_01_1530867418904>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530867418904>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530867418904>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1530867418565{width:20%;height:160px;position:absolute;top:0px;left:20%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530867418565{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530867418565{width:18%;height:90px;top:0px;left:79%;}}  #layout_1530867194261{height:160px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530867194261{height:160px;}}   @media screen and (max-width:640px) {#layout_1530867194261{height:90px;}} #layout_1530867194261 > .view_contents{overflow:hidden;max-width:1200px;} 
 #layout_1530867609256{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530867609256{}}   @media screen and (max-width:640px) {#layout_1530867609256{height:30px;}} #layout_1530867609256 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1530867699407{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530867699407{height:50px;}}   @media screen and (max-width:640px) {#layout_1530867699407{height:30px;}} #layout_1530867699407 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530867699407  {background:#f7f7f7;}


 #text_style_01_1530867786102{width:17.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:41.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530867786102{width:210px;left:calc(50% - 105px);}}   @media screen and (max-width:640px) {#text_style_01_1530867786102{width:170px;top:0px;left:calc(50% - 85px);}}  #text_style_01_1530867786102>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:28px;text-align:center;line-height:31px;background: url(../images/20180706161531621.png);background-repeat:no-repeat;background-size:cover;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530867786102>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530867786102>.view_contents {box-sizing:border-box;font-size:18px;line-height:25px;}}

 #text_style_01_1530867813703{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530867813703{}}   @media screen and (max-width:640px) {#text_style_01_1530867813703{width:94%;top:35px;left:2.998046875%;}}  #text_style_01_1530867813703>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#666666;line-height:25px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530867813703>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530867813703>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;}} #layout_1530867742595{height:85px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530867742595{height:85px;}}   @media screen and (max-width:640px) {#layout_1530867742595{height:116px;}} #layout_1530867742595 > .view_contents{overflow:hidden;max-width:1200px;}  #layout_1530867742595  {background:#f7f7f7;}
 #layout_1530867881262{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530867881262{}}   @media screen and (max-width:640px) {#layout_1530867881262{height:30px;}} #layout_1530867881262 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530867881262  {background:#f7f7f7;}


 #image_style_01_1530867915546{width:291px;height:330px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867915546{width:22%;height:230px;left:3%;}}   @media screen and (max-width:640px) {#image_style_01_1530867915546{width:46%;height:165px;top:0px;left:3%;}} #image_style_01_1530867915546 > .view_contents{overflow:visible;} 

 #image_style_01_1530867918792{width:291px;height:330px;position:absolute;top:0px;left:303px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867918792{width:22%;height:230px;left:27%;}}   @media screen and (max-width:640px) {#image_style_01_1530867918792{width:46%;height:165px;top:0%;left:51%;}} #image_style_01_1530867918792 > .view_contents{overflow:visible;} 

 #image_style_01_1530867921802{width:594px;height:330px;position:absolute;top:0px;left:606px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867921802{height:230px;width:46%;left:51%;}}   @media screen and (max-width:640px) {#image_style_01_1530867921802{width:94%;height:165px;top:175px;left:3%;}} #image_style_01_1530867921802 > .view_contents{overflow:visible;}  #layout_1530867697590{height:330px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530867697590{height:230px;}}   @media screen and (max-width:640px) {#layout_1530867697590{height:340px;}} #layout_1530867697590 > .view_contents{overflow:hidden;max-width:1200px;}  #layout_1530867697590  {background:#f7f7f7;}
 #layout_1530868642121{height:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530868642121{height:49px;}}   @media screen and (max-width:640px) {#layout_1530868642121{}} #layout_1530868642121 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530868642121  {background:#f7f7f7;}


 #image_style_01_1530868681825{width:594px;height:330px;position:absolute;top:0px;left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530868681825{height:230px;width:46%;left:3%;}}   @media screen and (max-width:640px) {#image_style_01_1530868681825{width:94%;height:165px;top:0px;left:3%;}} #image_style_01_1530868681825 > .view_contents{overflow:visible;} 

 #image_style_01_1530868684707{width:291px;height:330px;position:absolute;top:0px;left:606px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530868684707{width:22%;height:230px;left:51%;}}   @media screen and (max-width:640px) {#image_style_01_1530868684707{width:46%;height:165px;top:175px;left:3%;}} #image_style_01_1530868684707 > .view_contents{overflow:visible;} 

 #image_style_01_1530868687606{width:291px;height:330px;position:absolute;top:0px;left:calc(100% - 291px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530868687606{width:22%;height:230px;left:75%;}}   @media screen and (max-width:640px) {#image_style_01_1530868687606{width:46%;height:165px;top:175px;left:51%;}} #image_style_01_1530868687606 > .view_contents{overflow:visible;}  #layout_1530868652562{height:330px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530868652562{height:230px;}}   @media screen and (max-width:640px) {#layout_1530868652562{height:340px;}} #layout_1530868652562 > .view_contents{overflow:hidden;max-width:1200px;}  #layout_1530868652562  {background:#f7f7f7;}
 #layout_1530867154981{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530867154981{height:50px;}}   @media screen and (max-width:640px) {#layout_1530867154981{height:30px;}} #layout_1530867154981 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530867154981  {background:#f7f7f7;}


 #text_style_01_1530869049872{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:100px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530869049872{top:50px;width:94%;left:3%;}}   @media screen and (max-width:640px) {#text_style_01_1530869049872{width:94%;top:30px;left:3%;}}  #text_style_01_1530869049872>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530869049872>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530869049872>.view_contents {box-sizing:border-box;font-size:14px;text-indent:2em;text-align:left;}} #layout_1530866861383{height:390px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530866861383{height:200px;}}   @media screen and (max-width:640px) {#layout_1530866861383{height:285px;}} #layout_1530866861383 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530866861383  {background: url(../images/20180706161531647.jpg);background-repeat:no-repeat;background-size:cover;background-position-x:50%;}




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

 #text_style_01_1530869580359{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530869580359{left:10%;width:90%;top:5px;}}   @media screen and (max-width:640px) {#text_style_01_1530869580359{width:85%;top:10px;left:14.264950166112959%;}}  #text_style_01_1530869580359>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530869580359>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530869580359>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530869587080{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530869587080{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530869587080{width:100%;top:43px;left:0%;}}  #text_style_01_1530869587080>.view_contents {box-sizing:border-box;color:#666666;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530869587080>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530869587080>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530869597996{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:85px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530869597996{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530869597996{width:100%;top:72px;left:0%;}}  #text_style_01_1530869597996>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#666666;text-align:left;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530869597996>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530869597996>.view_contents {box-sizing:border-box;}}

 #image_style_01_1530869619297{width:100%;height:225px;position:absolute;left:0%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530869619297{left:0%;width:100%;height:200px;}}   @media screen and (max-width:640px) {#image_style_01_1530869619297{width:100%;height:140px;top:258px;left:0%;}} #image_style_01_1530869619297 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1530869495047{width:41%;height:465px;position:absolute;left:6%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530869495047{left:3%;width:46%;height:440px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530869495047{width:94%;height:398px;top:30px;left:3%;}} 


 #image_style_01_1530872109545{width:35px;height:35px;position:absolute;left:0px;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872109545{left:0%;width:35px;height:35px;}}   @media screen and (max-width:640px) {#image_style_01_1530872109545{width:35px;height:35px;top:0px;left:00%;}} #image_style_01_1530872109545 > .view_contents{overflow:visible;} 

 #text_style_01_1530872109576{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872109576{left:10%;width:90%;top:5px;}}   @media screen and (max-width:640px) {#text_style_01_1530872109576{width:85%;top:11px;left:13.932724252491694%;}}  #text_style_01_1530872109576>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872109576>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872109576>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530872109595{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872109595{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530872109595{width:100%;top:42px;left:0%;}}  #text_style_01_1530872109595>.view_contents {box-sizing:border-box;color:#666666;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872109595>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872109595>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530872109609{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:85px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872109609{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530872109609{width:100%;top:70px;left:0%;}}  #text_style_01_1530872109609>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#666666;text-align:left;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872109609>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872109609>.view_contents {box-sizing:border-box;}}

 #image_style_01_1530872109631{width:100%;height:225px;position:absolute;left:0%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872109631{left:0%;width:100%;height:200px;top:240px;}}   @media screen and (max-width:640px) {#image_style_01_1530872109631{width:100%;height:140px;top:231px;left:0%;}} #image_style_01_1530872109631 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1530872109103{width:41%;height:465px;position:absolute;left:53%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530872109103{height:440px;width:46%;left:51%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530872109103{width:94%;height:373px;top:470px;left:3%;}} 


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

 #text_style_01_1530872099832{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872099832{left:10%;width:90%;top:5px;}}   @media screen and (max-width:640px) {#text_style_01_1530872099832{width:85%;top:9px;left:14.244186046511627%;}}  #text_style_01_1530872099832>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872099832>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872099832>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530872099845{width:80%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.6097560975609756%;top:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872099845{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530872099845{width:100%;top:41px;left:0%;}}  #text_style_01_1530872099845>.view_contents {box-sizing:border-box;color:#666666;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872099845>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872099845>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530872099903{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:85px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872099903{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530872099903{width:100%;top:72px;left:0%;}}  #text_style_01_1530872099903>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#666666;text-align:left;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872099903>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872099903>.view_contents {box-sizing:border-box;}}

 #image_style_01_1530872099933{width:100%;height:225px;position:absolute;left:0%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872099933{left:0%;width:100%;height:200px;top:240px;}}   @media screen and (max-width:640px) {#image_style_01_1530872099933{width:100%;height:140px;top:232px;left:0%;}} #image_style_01_1530872099933 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1530872099408{width:41%;height:465px;position:absolute;left:53%;top:565px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530872099408{width:46%;height:440px;left:51%;top:540px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530872099408{width:94%;height:375px;top:863px;left:2.998046875%;}} 


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

 #text_style_01_1530872094600{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872094600{left:10%;width:90%;top:5px;}}   @media screen and (max-width:640px) {#text_style_01_1530872094600{width:85%;top:9px;left:13.922342192691032%;}}  #text_style_01_1530872094600>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872094600>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872094600>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530872094619{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872094619{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530872094619{width:100%;top:41px;left:0%;}}  #text_style_01_1530872094619>.view_contents {box-sizing:border-box;color:#666666;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872094619>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872094619>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530872094629{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:85px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872094629{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530872094629{width:100%;top:74px;left:0%;}}  #text_style_01_1530872094629>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#666666;text-align:left;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872094629>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872094629>.view_contents {box-sizing:border-box;}}

 #image_style_01_1530872094656{width:100%;height:225px;position:absolute;left:0%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872094656{left:0%;width:100%;height:200px;top:240px;}}   @media screen and (max-width:640px) {#image_style_01_1530872094656{width:100%;height:140px;top:236px;left:0%;}} #image_style_01_1530872094656 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1530872094130{width:41%;height:465px;position:absolute;left:6%;top:565px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530872094130{width:46%;height:440px;left:3%;top:540px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530872094130{width:94%;height:377px;top:1255px;left:2.998046875%;}} 
 #div_a_includeBlock_1530869394958{width:100%;height:1030px;position:absolute;top:-150px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530869394958{top:0px;height:980px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530869394958{width:100%;height:1635px;top:0px;left:0%;}}  #div_a_includeBlock_1530869394958  {background:#ffffff;} #layout_1530866858932{height:880px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530866858932{height:980px;}}   @media screen and (max-width:640px) {#layout_1530866858932{height:1640px;}} #layout_1530866858932 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1530872440310{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530872440310{height:50px;}}   @media screen and (max-width:640px) {#layout_1530872440310{height:20px;display:none;}} #layout_1530872440310 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1530872788100{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530872788100{}}   @media screen and (max-width:640px) {#layout_1530872788100{height:18px;}} #layout_1530872788100 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530872788100  {background:#f7f7f7;}


 #text_style_01_1530872842576{width:17.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:41.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872842576{width:210px;left:calc(50% - 105px);}}   @media screen and (max-width:640px) {#text_style_01_1530872842576{width:170px;top:0px;left:calc(50% - 85px);}}  #text_style_01_1530872842576>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:28px;text-align:center;line-height:31px;background: url(../images/20180706161531621.png);background-repeat:no-repeat;background-size:cover;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872842576>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872842576>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;}}

 #text_style_01_1530872874601{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530872874601{}}   @media screen and (max-width:640px) {#text_style_01_1530872874601{width:94%;top:35px;left:2.998046875%;}}  #text_style_01_1530872874601>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#666666;line-height:25px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530872874601>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530872874601>.view_contents {box-sizing:border-box;font-size:14px;}} #layout_1530872786978{height:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530872786978{height:85px;}}   @media screen and (max-width:640px) {#layout_1530872786978{height:113px;}} #layout_1530872786978 > .view_contents{overflow:hidden;max-width:1200px;}  #layout_1530872786978  {background:#f7f7f7;}
 #layout_1531101420604{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531101420604{}}   @media screen and (max-width:640px) {#layout_1531101420604{height:20px;}} #layout_1531101420604 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1531101420604  {background:#f7f7f7;}


 #image_style_01_1530872962453{width:49%;height:380px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872962453{width:46%;height:280px;left:3%;}}   @media screen and (max-width:640px) {#image_style_01_1530872962453{width:46%;height:90px;top:0px;left:3%;}} #image_style_01_1530872962453 > .view_contents{overflow:visible;} 

 #image_style_01_1530872965573{width:49%;height:380px;position:absolute;top:0%;left:51%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872965573{width:46%;height:280px;left:51%;}}   @media screen and (max-width:640px) {#image_style_01_1530872965573{width:46%;height:90px;top:0%;left:51%;}} #image_style_01_1530872965573 > .view_contents{overflow:visible;}  #layout_1530872785501{height:380px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530872785501{height:280px;}}   @media screen and (max-width:640px) {#layout_1530872785501{height:90px;}} #layout_1530872785501 > .view_contents{overflow:hidden;max-width:1200px;}  #layout_1530872785501  {background:#f7f7f7;}
 #layout_1530873073349{height:25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530873073349{height:20px;}}   @media screen and (max-width:640px) {#layout_1530873073349{height:10px;}} #layout_1530873073349 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530873073349  {background:#f7f7f7;}


 #image_style_01_1530873099971{width:49%;height:380px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530873099971{width:46%;height:280px;left:3%;}}   @media screen and (max-width:640px) {#image_style_01_1530873099971{width:46%;height:90px;top:0px;left:3%;}} #image_style_01_1530873099971 > .view_contents{overflow:visible;} 

 #image_style_01_1530873103809{width:49%;height:380px;position:absolute;top:0%;left:51%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530873103809{width:46%;height:280px;left:51%;}}   @media screen and (max-width:640px) {#image_style_01_1530873103809{width:46%;height:90px;top:0%;left:51%;}} #image_style_01_1530873103809 > .view_contents{overflow:visible;}  #layout_1530872784429{height:380px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530872784429{height:280px;}}   @media screen and (max-width:640px) {#layout_1530872784429{height:90px;}} #layout_1530872784429 > .view_contents{overflow:hidden;max-width:1200px;}  #layout_1530872784429  {background:#f7f7f7;}
 #layout_1530873315443{height:50px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530873315443{}}   @media screen and (max-width:640px) {#layout_1530873315443{height:20px;}} #layout_1530873315443 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530873315443  {background:#f7f7f7;}
 #layout_1530873353839{height:325px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530873353839{height:200px;}}   @media screen and (max-width:640px) {#layout_1530873353839{height:60px;}} #layout_1530873353839 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530873353839  {background: url(../images/20180706183847869.jpg);background-repeat:no-repeat;background-size:cover;}



 #div_blank_1530873593895{width:210px;height:210px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1530873593895{left:0.4950495049504937%;width:99.00990099009901%;}}   @media screen and (max-width:640px) {#div_blank_1530873593895{width:210px;height:200px;top:0px;left:22.36842105263158%;}} #div_blank_1530873593895 > .view_contents{overflow:visible;}  #div_blank_1530873593895  {box-sizing:border-box;background:rgba(94, 158, 61, 0.6); margin:auto} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1530873593895  {box-sizing:border-box; text-align:center; margin:auto}} @media screen and (max-width:640px) { #div_blank_1530873593895  {box-sizing:border-box;}}

 #text_style_01_1530873677747{width:160px;font-size:32px;color:#333;line-height:1.8;font-family:宋体; margin:auto;left:25px;top:25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530873677747{left:calc(50% - 80px);width:160px;}}   @media screen and (max-width:640px) {#text_style_01_1530873677747{width:96%;top:210px;left:2%;}}  #text_style_01_1530873677747>.view_contents {box-sizing:border-box;font-size:28px;font-family:Microsoft YaHei;color:#FFFFFF;line-height:35px;text-align:center;height:70px;padding-top:45px;padding-bottom:115px;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px; background-image:url(../images/btm.png);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530873677747>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530873677747>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1530873477684{width:1200px;height:210px;position:absolute;top:-180px;left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530873477684{top:0px;left:3%;height:450px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530873477684{width:100%;height:370px;top:0px;left:0%;display:none;}}  #div_a_includeBlock_1530873477684  { background-repeat:no-repeat;background-size:cover;}

 #newsList_style_01_1530874323666{width:80%;position:absolute;top:0%;left:20%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1530874323666{width:70%;left:30%;}}   @media screen and (max-width:640px) {#newsList_style_01_1530874323666{width:94%;top:64px;left:2.998046875%;}}  #newsList_style_01_1530874323666 .titleSet {color:#666666;line-height:25px;padding-left:50px;font-size:18px;} #newsList_style_01_1530874323666 .detailSet {font-size:14px;line-height:25px;padding-left:50px;padding-right:50px;} #newsList_style_01_1530874323666 .modSet {margin-top:50px;margin-bottom:50px;border-bottom-style:none;border-bottom-width:0px;} #newsList_style_01_1530874323666 .datSet {} #newsList_style_01_1530874323666 .riSet {color:#2d8401;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1530874323666 .titleSet {padding-left:30px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1530874323666 .detailSet {padding-left:30px;padding-right:30px;}} @media screen and (max-width:640px) { #newsList_style_01_1530874323666 .modSet {margin-top:0px;margin-bottom:0px;}} @media screen and (max-width:640px) { #newsList_style_01_1530874323666 .titleSet {font-size:14px;padding-left:0px;height:25px;}} @media screen and (max-width:640px) { #newsList_style_01_1530874323666 .detailSet {padding-left:0px;padding-right:0px;}}

 #text_style_01_1531105443037{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:34.58333333333333%;top:54.421875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531105443037{width:38.54166666666667%;display:none;left:30.729166666666664%;top:54.421875px;}}   @media screen and (max-width:640px) {#text_style_01_1531105443037{width:170px;display:block;top:20px;left:23.4375%;}}  #text_style_01_1531105443037>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531105443037>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1531105443037>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:18px;line-height:25px;text-align:center;background: url(../images/20180709110936129.png);background-repeat:no-repeat;background-size:cover;}} #layout_1530873358178{height:444px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530873358178{height:450px;}}   @media screen and (max-width:640px) {#layout_1530873358178{height:302px;}} #layout_1530873358178 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1530873356404{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530873356404{}}   @media screen and (max-width:640px) {#layout_1530873356404{height:20px;}} #layout_1530873356404 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1530875469190{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530875469190{}}   @media screen and (max-width:640px) {#layout_1530875469190{}} #layout_1530875469190 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1531105410659{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531105410659{}}   @media screen and (max-width:640px) {#layout_1531105410659{}} #layout_1531105410659 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1530875091287{width:216px;height:35px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530875091287{left:3%;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1530875091287{width:216px;height:35px;top:0px;left:21.578947368421055%;display:none;}} #image_style_01_1530875091287 > .view_contents{overflow:visible;} 

 #text_style_01_1530875374134{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:201px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530875374134{left:3%;top:165px;width:35%;}}   @media screen and (max-width:640px) {#text_style_01_1530875374134{width:96%;top:605px;left:2%;display:none;}}  #text_style_01_1530875374134>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530875374134>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530875374134>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530875381816{width:16.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:230px;left:2.9166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530875381816{width:21%;top:190px;left:65px;}}   @media screen and (max-width:640px) {#text_style_01_1530875381816{width:96%;top:682px;left:2%;display:none;}}  #text_style_01_1530875381816>.view_contents {box-sizing:border-box;font-size:28px;font-family:Microsoft YaHei;color:#ffffff;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530875381816>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530875381816>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530875461223{width:30.8%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:171px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530875461223{left:3%;top:140px;}}   @media screen and (max-width:640px) {#text_style_01_1530875461223{width:96%;top:570px;left:2%;display:none;}}  #text_style_01_1530875461223>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530875461223>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530875461223>.view_contents {box-sizing:border-box;}}

 #text_style_01_1530875480539{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:143px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530875480539{left:3%;top:115px;}}   @media screen and (max-width:640px) {#text_style_01_1530875480539{width:96%;top:535px;left:2%;display:none;}}  #text_style_01_1530875480539>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530875480539>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530875480539>.view_contents {box-sizing:border-box;}}

 #image_style_01_1530875856744{width:32px;height:32px;position:absolute;top:230px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530875856744{left:3%;top:190px;}}   @media screen and (max-width:640px) {#image_style_01_1530875856744{width:32px;height:32px;top:640px;left:45.78947368421053%;display:none;}} #image_style_01_1530875856744 > .view_contents{overflow:visible;} 


 #text_style_01_1530876411990{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:165px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530876411990{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530876411990{width:96%;top:210px;left:2%;}}  #text_style_01_1530876411990>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530876411990>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530876411990>.view_contents {box-sizing:border-box;}}

 #image_style_01_1531296039594{width:140px;height:140px;position:absolute;left:17px;top:17px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531296039594{left:17px;width:140px;height:140px;}}   @media screen and (max-width:640px) {#image_style_01_1531296039594{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1531296039594 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1530876046888{width:175px;height:202px;position:absolute;top:70px;left:68%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530876046888{left:57%;top:50px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530876046888{width:100%;height:235px;top:45px;left:0%;display:none;}}  #div_a_includeBlock_1530876046888  {background:#858782;}


 #text_style_01_1530876495768{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:165px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530876495768{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530876495768{width:96%;top:210px;left:2%;}}  #text_style_01_1530876495768>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530876495768>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530876495768>.view_contents {box-sizing:border-box;}}

 #image_style_01_1531296092802{width:140px;height:140px;position:absolute;left:17px;top:17px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531296092802{left:17px;width:140px;height:140px;}}   @media screen and (max-width:640px) {#image_style_01_1531296092802{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1531296092802 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1530876494765{width:14.583333333333334%;height:200px;position:absolute;top:70px;left:85.41666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530876494765{width:175px;top:50px;left:78%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530876494765{width:100%;height:235px;top:290px;left:0%;display:none;}}  #div_a_includeBlock_1530876494765  {background:#858782;}

 #text_style_01_1531105859997{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:34.58333333333333%;top:77.421875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531105859997{width:38.54166666666667%;display:none;left:30.729166666666664%;top:77.421875px;}}   @media screen and (max-width:640px) {#text_style_01_1531105859997{width:100%;display:block;top:15px;left:0%;}}  #text_style_01_1531105859997>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531105859997>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1531105859997>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:25px;}} #comm_layout_footer{height:335px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:295px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:80px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background: url(../images/2018070619034292.jpg);background-size:cover;}
.blank_01 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#56AAFF;	}/*菜单样式*/
.menuStyle_13{width:100%; position:relative;}
.menuStyle_13 *{box-sizing: border-box;}
.menuStyle_13 .miniMenu *,
.menuStyle_13 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_13 .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_13 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_13 ul,.menuStyle_13 li{padding:0;margin:0px;list-style:none}
.menuStyle_13 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_13 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_13 .menuUl_box{position:relative; width:1200px; text-align:center; margin:auto; }
.menuStyle_13 .menuUl{position:relative; width:100%; text-align:left;}
.menuStyle_13 .menuUl>li{position:relative;  text-align:left}
.menuStyle_13 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_13 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_13 .menuUl #hot>a{color:#fff; background: #2d93ff;}
.menuStyle_13 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_13 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_13 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_13 .menuLayout .miniMenu{display:none;}
.menuStyle_13 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 2px 5px 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_13 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_13 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_13 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_13 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_13 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_13 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_13 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_13 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_13 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_13 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_13 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_13 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_13 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_13 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_13 .rflex { position: relative;}
.menuStyle_13 .maxWidth{margin: auto;}

.menuStyle_13 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_13 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_13 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_13 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_13 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_13 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设�?/ height: 160px;}
.menuStyle_13 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_13 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_13 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_13 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_13 .subBox p{overflow: hidden; float: left;}
.menuStyle_13 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_13 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_13 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_13 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_13 .subBox .subMenu02:hover,
.menuStyle_13 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_13 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_13 .subBox .subMenu03:hover,
.menuStyle_13 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_13 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_13 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_13 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}



@media screen and (max-width:640px) {
.menuStyle_13 .imgIco{ margin-right:10px;}
.menuStyle_13 .menuUl,
.menuStyle_13 .menuUl_box {display:none;}
.menuStyle_13 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_13 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_13 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_13 .miniMenu .leftBox{height: 100%}
.menuStyle_13 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_13 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_13 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_13 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_13 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_13 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_13 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_13_1530864825305 .maxWidth{max-width:px;}
	#dh_style_13_1530864825305 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间�?/
	#dh_style_13_1530864825305 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间�?/
	#dh_style_13_1530864825305 .menuUl>li>#menuLogo{
		height: px;
		margin-right: 20px;
		margin-left: 20px;
	}
}

	#image_style_01_1531117841076 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531117841076 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1531117841076 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1531117841076 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_1530865415479 .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_1530865415479 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530865415479 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530865415479 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_1530867223928 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867223928 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530867223928 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530867223928 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_1530867333446 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867333446 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530867333446 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530867333446 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_1530867339022 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867339022 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530867339022 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530867339022 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_1530867344850 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867344850 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530867344850 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530867344850 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_1530867418874 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867418874 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530867418874 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530867418874 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_1530867915546 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867915546 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530867915546 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530867915546 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_1530867918792 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867918792 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530867918792 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530867918792 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_1530867921802 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530867921802 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530867921802 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530867921802 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_1530868681825 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530868681825 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530868681825 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530868681825 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_1530868684707 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530868684707 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530868684707 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530868684707 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_1530868687606 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530868687606 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530868687606 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530868687606 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_1530869572894 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530869572894 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1530869572894 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530869572894 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_1530869619297 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530869619297 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530869619297 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530869619297 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_1530872109545 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872109545 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530872109545 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1530872109545 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_1530872109631 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872109631 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1530872109631 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530872109631 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_1530872099801 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872099801 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1530872099801 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530872099801 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_1530872099933 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872099933 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530872099933 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530872099933 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_1530872094573 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872094573 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1530872094573 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1530872094573 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_1530872094656 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872094656 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530872094656 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530872094656 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_1530872962453 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872962453 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530872962453 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530872962453 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_1530872965573 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530872965573 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530872965573 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530872965573 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_1530873099971 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530873099971 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530873099971 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530873099971 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_1530873103809 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530873103809 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530873103809 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530873103809 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_1530874323666 .newDetail.pc {display:block;}
	#newsList_style_01_1530874323666 .newDetail.pad, #newsList_style_01_1530874323666 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1530874323666 .newDetail.pad {display:block;}
		#newsList_style_01_1530874323666 .newDetail.pc, #newsList_style_01_1530874323666 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1530874323666 .newDetail.mobile {display:block;}
		#newsList_style_01_1530874323666 .newDetail.pc, #newsList_style_01_1530874323666 .newDetail.pad {display:none;}
	}

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

	#image_style_01_1530875091287 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530875091287 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1530875091287 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1530875091287 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_1530875856744 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530875856744 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1530875856744 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1530875856744 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_1531296039594 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531296039594 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1531296039594 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1531296039594 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_1531296092802 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531296092802 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1531296092802 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1531296092802 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;}
