
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%;  box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #image_logo_1598548374514{width:18.12926957435628%;height:145px;position:absolute;top:31.109375px;left:1.9434774040987912%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1598548374514{display:block;left:5.282343584305408%;top:23px;width:150px;height:67px;}}   @media screen and (max-width:640px) {#image_logo_1598548374514{width:105px;height:41px;top:9px;left:3.4666666666666663%;display:block;}} 

 #dh_style_30_1598633025337{width:100%;z-index:1000;position:absolute;top:0px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_30_1598633025337{z-index:999;display:none;}}   @media screen and (max-width:640px) {#dh_style_30_1598633025337{width:11.466666666666667%;z-index:999;top:7.5px;left:82.26666666666667%;display:block;}} #dh_style_30_1598633025337 > .view_contents{overflow:visible;}  #dh_style_30_1598633025337 .mainMenuSet {height:50px;line-height:50px;font-size:16px;color:#ffd869;} #dh_style_30_1598633025337 .mainMenuSet:hover {color:#771d0d;background: url(../image/15985499262108817461fd9dddabd-0.png);background-repeat:no-repeat!important;background-position:50% 50% !important;} #dh_style_30_1598633025337 #hot>a {color:#771d0d;background: url(../image/15985499262108817461fd9dddabd-0.png);background-repeat:no-repeat!important;background-position:50% 50% !important;} #dh_style_30_1598633025337 .dhAreaSet {box-shadow:transparent 3px 3px 6px ;} #dh_style_30_1598633025337 #hot .aview {color:#771d0d;background: url(../image/15985499262108817461fd9dddabd-0.png);background-repeat:no-repeat!important;background-position:50% 50% !important;} @media screen and (max-width:640px) { #dh_style_30_1598633025337 .dhAreaSet {color:#fed768;}} @media screen and (max-width:640px) { #dh_style_30_1598633025337 .icoMenuSet {color:#ffd869;}} @media screen and (max-width:640px) { #dh_style_30_1598633025337 .mainMenuSet:hover {background:transparent;border-style:solid;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#ffff00;}} @media screen and (max-width:640px) { #dh_style_30_1598633025337 #hot>a {background:transparent;border-style:solid;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#ffff00;}} @media screen and (max-width:640px) { #dh_style_30_1598633025337 #hot .aview {background:transparent;border-style:solid;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#ffff00;}} #comm_layout_header{height:189px;z-index:99999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:118px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:64px;display:block;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background: url(../image/15986702408801ab5e1633c29f737-0.jpg);background-position:0% 0% !important;background-repeat:no-repeat!important;background-size:100% auto;} @media screen and (max-width:640px) { #comm_layout_header  {background: url(../image/15986702408801ab5e1633c29f737-0.jpg);background-size:auto 100%;background-position:0% 0% !important;background-repeat:no-repeat!important;}}


 #dh_style_30_1586776246670{width:100%;z-index:1000;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_30_1586776246670{z-index:999;width:894px;left:3.6055143160127257%;}}   @media screen and (max-width:640px) {#dh_style_30_1586776246670{width:11.466666666666667%;z-index:999;top:25px;left:82.53333333333333%;display:none;}} #dh_style_30_1586776246670 > .view_contents{overflow:visible;}  #dh_style_30_1586776246670 .mainMenuSet {height:50px;line-height:50px;font-size:16px;color:#ffd869;} #dh_style_30_1586776246670 .mainMenuSet:hover {color:#771d0d;background: url(../image/15985499262108817461fd9dddabd-0.png);background-repeat:no-repeat!important;background-position:50% 50% !important;} #dh_style_30_1586776246670 #hot>a {color:#771d0d;background: url(../image/15985499262108817461fd9dddabd-0.png);background-repeat:no-repeat!important;background-position:50% 50% !important;} #dh_style_30_1586776246670 .dhAreaSet {box-shadow:transparent 3px 3px 6px ;} #dh_style_30_1586776246670 #hot .aview {color:#771d0d;background: url(../image/15985499262108817461fd9dddabd-0.png);background-repeat:no-repeat!important;background-position:50% 50% !important;} #layout_1598508999281{height:53.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1598508999281{}}   @media screen and (max-width:640px) {#layout_1598508999281{height:1px;}} #layout_1598508999281 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1598508999281  {background: url(../image/1588926926158b535f3a21c07e45f-15.png);}


 #banner_style_01_1586777502702{width:100%;height:551px;position:absolute;top:-1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1586777502702{height:300px;top:0px;}}   @media screen and (max-width:640px) {#banner_style_01_1586777502702{width:100%;height:180px;top:2px;left:0%;}}  #layout_1588921987180{height:550px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1588921987180{height:300px;}}   @media screen and (max-width:640px) {#layout_1588921987180{height:182px;}} #layout_1588921987180 > .view_contents{overflow:visible;}  #layout_1588921987180  {background: url(../image/1588926926158b535f3a21c07e45f-15.png);}
 #layout_1589536670422{height:1px;z-index:110000;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1589536670422{height:1px;}}   @media screen and (max-width:640px) {#layout_1589536670422{height:1px;display:none;}} #layout_1589536670422 > .view_contents{overflow:visible;}  #layout_1589536670422  {background: url(../image/1588926926158b535f3a21c07e45f-15.png);}



 #newsList_style_18_1586780003487{width:92%;position:absolute;left:4%;top:75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1586780003487{left:3.618421052631579%;width:90%;top:66px;}}   @media screen and (max-width:640px) {#newsList_style_18_1586780003487{}}  #newsList_style_18_1586780003487 .titleSet {font-size:13px;color:#ffd869;} #newsList_style_18_1586780003487 .modSet {background:transparent;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;margin-bottom:8px;} #newsList_style_18_1586780003487 .modSet:hover .titleSet {color:#c65e51;}

 #text_style_01_1586780003493{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:4.247654155495979%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586780003493{width:118px;top:8.5px;left:3.3414127423822713%;}}   @media screen and (max-width:640px) {#text_style_01_1586780003493{width:96%;font-size:12px;color:#333;line-height:1.6;top:14px;left:2%;}}  #text_style_01_1586780003493>.view_contents {font-size:20px;color:#ffd869;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1586780003493>.view_contents {font-size:18px;}}

 #text_style_01_1586780003498{width:21.165644171779142%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:74.00301608579089%;top:17px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586780003498{top:16px;left:77.87828947368422%;}}   @media screen and (max-width:640px) {#text_style_01_1586780003498{width:31.38888888888889%;font-size:12px;color:#333;line-height:1.6;top:14px;left:67.82986111111111%;z-index:2;}}  #text_style_01_1586780003498>.view_contents {color:#ffd869;text-align:right;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1586780003498>.view_contents {font-size:17px;}}

 #div_blank_new01_1586780003503{width:100%;height:1px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586780003503{left:0%;width:100%;top:2px;}}   @media screen and (max-width:640px) {#div_blank_new01_1586780003503{display:block;}}  #div_blank_new01_1586780003503  {box-sizing:border-box;background:#ffd869;} #div_blank_new01_1586780003503 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586780003503  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586780003503  {box-sizing:border-box;}}

 #div_blank_new01_1586780003508{width:100%;height:1px;position:absolute;left:0%;top:53px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586780003508{left:0%;width:100%;top:54px;}}   @media screen and (max-width:640px) {#div_blank_new01_1586780003508{display:block;}}  #div_blank_new01_1586780003508  {box-sizing:border-box;} #div_blank_new01_1586780003508 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586780003508  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586780003508  {box-sizing:border-box;}}
 #div_a_includeBlock_1586780003215{width:373px;height:363px;position:absolute;top:40px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586780003215{display:block;height:363px;width:361px;left:2%;top:40px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586780003215{width:96%;height:407px;top:8px;left:2%;display:block;}}  #div_a_includeBlock_1586780003215  {background:transparent;border-width:0px;border-style:solid;border-color:#ad5f3e;}


 #newsList_style_18_1586780086040{width:92%;position:absolute;left:3.753351206434316%;top:75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1586780086040{left:0%;width:100%;top:60px;}}   @media screen and (max-width:640px) {#newsList_style_18_1586780086040{}}  #newsList_style_18_1586780086040 .titleSet {font-size:13px;color:#ffd869;} #newsList_style_18_1586780086040 .modSet {background:transparent;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;margin-bottom:8px;} #newsList_style_18_1586780086040 .modSet:hover .titleSet {color:#c65e51;}

 #text_style_01_1586780086045{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:4.247654155495979%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586780086045{}}   @media screen and (max-width:640px) {#text_style_01_1586780086045{width:96%;font-size:12px;color:#333;line-height:1.6;top:13px;left:2%;}}  #text_style_01_1586780086045>.view_contents {font-size:20px;color:#ffd869;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1586780086045>.view_contents {font-size:18px;}}

 #text_style_01_1586780086049{width:21.165644171779142%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:74.00301608579089%;top:18px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586780086049{}}   @media screen and (max-width:640px) {#text_style_01_1586780086049{width:28.055555555555557%;font-size:12px;color:#333;line-height:1.6;top:13.5px;left:70.05208333333334%;z-index:2;}}  #text_style_01_1586780086049>.view_contents {color:#ffd869;text-align:right;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1586780086049>.view_contents {font-size:17px;}}

 #div_blank_new01_1586780086054{width:100%;height:1px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586780086054{left:0%;width:100%;height:1px;top:2.5px;}}   @media screen and (max-width:640px) {#div_blank_new01_1586780086054{display:block;}}  #div_blank_new01_1586780086054  {box-sizing:border-box;background:#ad5f3e;} #div_blank_new01_1586780086054 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586780086054  {box-sizing:border-box;background:#ffd869;}} @media screen and (max-width:640px) { #div_blank_new01_1586780086054  {box-sizing:border-box;}}

 #div_blank_new01_1586780086059{width:100%;height:1px;position:absolute;left:0%;top:53px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586780086059{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586780086059{display:block;}}  #div_blank_new01_1586780086059  {box-sizing:border-box;} #div_blank_new01_1586780086059 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586780086059  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586780086059  {box-sizing:border-box;}}
 #div_a_includeBlock_1586780085686{width:31.083333333333336%;height:348px;position:absolute;top:40px;left:34.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586780085686{height:384px;left:41.56283138918346%;top:40px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586780085686{width:96%;height:327px;top:370px;left:2%;}}  #div_a_includeBlock_1586780085686  {background:transparent;border-width:0px;border-style:solid;border-color:#ad5f3e;}


 #newsList_style_18_1586780110559{width:94%;position:absolute;left:4.021447721179625%;top:75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1586780110559{left:0%;width:100%;}}   @media screen and (max-width:640px) {#newsList_style_18_1586780110559{}}  #newsList_style_18_1586780110559 .titleSet {font-size:13px;color:#ffd869;} #newsList_style_18_1586780110559 .modSet {background:transparent;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;margin-bottom:8px;} #newsList_style_18_1586780110559 .modSet:hover .titleSet {color:#c65e51;}

 #text_style_01_1586780110566{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:4.247654155495979%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586780110566{top:12px;left:4.245022123893805%;}}   @media screen and (max-width:640px) {#text_style_01_1586780110566{width:96%;font-size:12px;color:#333;line-height:1.6;top:12px;left:1.6666666666666667%;}}  #text_style_01_1586780110566>.view_contents {font-size:20px;color:#ffd869;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1586780110566>.view_contents {font-size:18px;}}

 #text_style_01_1586780110570{width:21.165644171779142%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:74.00301608579089%;top:18px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586780110570{width:69px;left:65.5904314159292%;top:18px;}}   @media screen and (max-width:640px) {#text_style_01_1586780110570{width:26.944444444444443%;font-size:12px;color:#333;line-height:1.6;top:12px;left:70.83333333333334%;z-index:2;}}  #text_style_01_1586780110570>.view_contents {color:#ffd869;text-align:right;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1586780110570>.view_contents {font-size:17px;}}

 #div_blank_new01_1586780110576{width:100%;height:1px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586780110576{left:0%;width:100%;top:2px;}}   @media screen and (max-width:640px) {#div_blank_new01_1586780110576{display:block;}}  #div_blank_new01_1586780110576  {box-sizing:border-box;background:#ad5f3e;} #div_blank_new01_1586780110576 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586780110576  {box-sizing:border-box;background:#ffd869;}} @media screen and (max-width:640px) { #div_blank_new01_1586780110576  {box-sizing:border-box;}}

 #div_blank_new01_1586780110581{width:100%;height:1px;position:absolute;left:0%;top:53px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586780110581{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586780110581{display:block;}}  #div_blank_new01_1586780110581  {box-sizing:border-box;} #div_blank_new01_1586780110581 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586780110581  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586780110581  {box-sizing:border-box;}}
 #div_a_includeBlock_1586780110275{width:31.083333333333336%;height:347px;position:absolute;top:40px;left:68.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586780110275{height:373px;width:226px;left:73.89978791092258%;top:39px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586780110275{width:96%;height:355px;top:742px;left:2%;}}  #div_a_includeBlock_1586780110275  {background:transparent;border-width:1px;border-style:solid;border-color:transparent;} #layout_1570430832141{height:403px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1570430832141{height:448px;}}   @media screen and (max-width:640px) {#layout_1570430832141{height:1097px;display:block;}} #layout_1570430832141 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1570430832141  {background: url(../image/1588926926158b535f3a21c07e45f-15.png);}



 #text_style_01_1586780686053{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:11px;left:4.21833109919571%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586780686053{}}   @media screen and (max-width:640px) {#text_style_01_1586780686053{width:48%;font-size:12px;color:#333;line-height:1.6;top:23px;left:1.9965277777777777%;display:block;}}  #text_style_01_1586780686053>.view_contents {font-size:20px;color:#ffd869;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1586780686053>.view_contents {font-size:18px;}}

 #div_blank_new01_1586780686065{width:100%;height:1px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586780686065{left:0%;width:100%;top:1px;}}   @media screen and (max-width:640px) {#div_blank_new01_1586780686065{height:1px;top:5px;left:0%;display:block;}}  #div_blank_new01_1586780686065  {box-sizing:border-box;background:#ffd869;} #div_blank_new01_1586780686065 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586780686065  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586780686065  {box-sizing:border-box;}}

 #div_blank_new01_1586780686071{width:100%;height:1px;position:absolute;left:0%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586780686071{left:0%;width:100%;top:59px;}}   @media screen and (max-width:640px) {#div_blank_new01_1586780686071{height:1px;top:66px;left:0%;display:block;}}  #div_blank_new01_1586780686071  {box-sizing:border-box;} #div_blank_new01_1586780686071 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586780686071  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586780686071  {box-sizing:border-box;}}



 #image_style_11_1598593511407{width:100%;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1598593511407{left:3%;width:94%;top:2px;}}   @media screen and (max-width:640px) {#image_style_11_1598593511407{width:97.22222222222221%;top:12px;left:1.1111111111111112%;}} #image_style_11_1598593511407 > .view_contents{overflow:visible;}  #image_style_11_1598593511407 .titSet {color:#ffd869;font-size:14px;}

 #image_style_11_1598593713433{width:100%;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1598593713433{width:94%;top:0px;left:2.9310344827586206%;}}   @media screen and (max-width:640px) {#image_style_11_1598593713433{width:94%;top:12px;left:2.7777777777777777%;}} #image_style_11_1598593713433 > .view_contents{overflow:visible;}  #image_style_11_1598593713433 .titSet {color:#ffd869;}

 #image_style_11_1598593732363{width:100%;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1598593732363{width:94%;top:7.5px;left:2.9310344827586206%;}}   @media screen and (max-width:640px) {#image_style_11_1598593732363{width:94%;top:12px;left:2.7777777777777777%;}} #image_style_11_1598593732363 > .view_contents{overflow:visible;}  #image_style_11_1598593732363 .titSet {color:#ffd869;}

 #image_style_11_1598593819970{width:100%;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1598593819970{width:94%;left:5.862068965517241%;top:9.5px;}}   @media screen and (max-width:640px) {#image_style_11_1598593819970{width:96%;top:12px;left:2%;}} #image_style_11_1598593819970 > .view_contents{overflow:visible;}  #image_style_11_1598593819970 .titSet {color:#ffd869;}

 #image_style_11_1598593835817{width:100%;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1598593835817{width:94%;left:2.9310344827586206%;top:2px;}}   @media screen and (max-width:640px) {#image_style_11_1598593835817{width:96%;top:12px;left:1.6666666666666667%;}} #image_style_11_1598593835817 > .view_contents{overflow:visible;}  #image_style_11_1598593835817 .titSet {color:#ffd869;}

 #image_style_11_1598593847517{width:100%;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1598593847517{width:94%;left:3.2758620689655173%;top:2px;}}   @media screen and (max-width:640px) {#image_style_11_1598593847517{width:96%;top:12px;left:2%;}} #image_style_11_1598593847517 > .view_contents{overflow:visible;}  #image_style_11_1598593847517 .titSet {color:#ffd869;}

 #image_style_11_1598593855821{width:100%;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1598593855821{width:94%;left:2.9310344827586206%;top:2px;}}   @media screen and (max-width:640px) {#image_style_11_1598593855821{width:96%;top:12px;left:2%;}} #image_style_11_1598593855821 > .view_contents{overflow:visible;}  #image_style_11_1598593855821 .titSet {color:#ffd869;} #tab_style_03_1598533854842{width:100%;height:317px;position:absolute;left:0%;top:81px;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1598533854842{width:92%;height:335px;left:3.8095238095238098%;top:71px;}}   @media screen and (max-width:640px) {#tab_style_03_1598533854842{height:399px;width:100%;left:0%;top:67px;}}  #tab_style_03_1598533854842 .tabItemSet {background:transparent;border-width:0px;border-style:solid;font-size:26px;border-color:transparent;padding-left:5px;border-right:none !important;border-top:none !important;border-left:none !important;border-bottom:none !important;color:#dbcdb6;padding-right:5px;} #tab_style_03_1598533854842 .tabItemSet.tabCurItem {border-width:2px;border-style:solid;border-color:#c75e51;border-top:none !important;border-right:none !important;border-left:none !important;color:#c75e51;} #tab_style_03_1598533854842 .tabconSet {background:transparent;} #tab_style_03_1598533854842 .tabItemSet.tabCurItem:hover {color:#c75e51;border-width:2px;border-style:solid;border-color:#c75e51;} #tab_style_03_1598533854842 .tabItemSet:hover {border-width:2px;border-style:solid;} @media screen and (max-width:640px) { #tab_style_03_1598533854842 .tabItemSet {font-size:17px;}}
 #div_a_includeBlock_1586780685393{width:31.083333333333336%;height:552px;position:absolute;top:12px;left:68.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586780685393{height:451px;left:58.2051961823966%;top:12px;width:343px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586780685393{width:96%;height:498px;top:2.375px;left:2%;}}  #div_a_includeBlock_1586780685393  {background:transparent;border-width:1px;border-style:solid;border-color:transparent;}


 #text_style_01_1598507314321{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:11px;left:1.8413765822784811%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598507314321{top:13px;left:1.8367552334943638%;}}   @media screen and (max-width:640px) {#text_style_01_1598507314321{width:48%;font-size:12px;color:#333;line-height:1.6;top:17px;left:1.9965277777777777%;}}  #text_style_01_1598507314321>.view_contents {font-size:20px;color:#ffd869;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1598507314321>.view_contents {font-size:18px;}}

 #div_blank_new01_1598507314337{width:100%;height:1px;position:absolute;left:0%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1598507314337{left:0%;width:100%;top:59px;}}   @media screen and (max-width:640px) {#div_blank_new01_1598507314337{height:0.8235924932975871px;}}  #div_blank_new01_1598507314337  {box-sizing:border-box;} #div_blank_new01_1598507314337 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1598507314337  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1598507314337  {box-sizing:border-box;}}

 #video_style_02_1598507376977{width:97.32824427480917%;height:329px;position:absolute;left:1.8354430379746836%;top:81px;}   @media screen and (min-width:641px) and (max-width:1200px) {#video_style_02_1598507376977{width:100%;left:0%;top:72px;height:235px;}}   @media screen and (max-width:640px) {#video_style_02_1598507376977{width:96%;top:72px;left:1.6666666666666667%;height:155px;}} 

 #div_blank_new01_1598507314333{width:100%;height:1px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1598507314333{left:0%;width:100%;top:2px;}}   @media screen and (max-width:640px) {#div_blank_new01_1598507314333{height:1px;left:0%;top:2.375px;}}  #div_blank_new01_1598507314333  {box-sizing:border-box;background:#ffd869;} #div_blank_new01_1598507314333 .modSet {background:#ffd869;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1598507314333  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1598507314333  {box-sizing:border-box;}}
 #div_a_includeBlock_1598507314113{width:65.83333333333333%;height:415px;position:absolute;top:12px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1598507314113{height:323px;left:2%;width:521px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1598507314113{width:96%;height:233px;top:504.375px;left:2%;}}  #div_a_includeBlock_1598507314113  {background:transparent;border-width:1px;border-style:solid;border-color:transparent;} #layout_1586780685353{height:620px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1586780685353{height:463px;}}   @media screen and (max-width:640px) {#layout_1586780685353{height:748px;}} #layout_1586780685353 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1586780685353  {background: url(../image/1588926926158b535f3a21c07e45f-15.png);}



 #text_style_01_1586782296928{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:4.247654155495979%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586782296928{}}   @media screen and (max-width:640px) {#text_style_01_1586782296928{width:48%;font-size:12px;color:#333;line-height:1.6;top:12px;left:0.9722222222222222%;}}  #text_style_01_1586782296928>.view_contents {font-size:20px;color:#8e0d00;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1586782296928>.view_contents {font-size:18px;}}

 #div_blank_new01_1586782296941{width:100%;height:1px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586782296941{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586782296941{height:1.1725190839694655px;}}  #div_blank_new01_1586782296941  {box-sizing:border-box;background:#ad5f3e;} #div_blank_new01_1586782296941 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586782296941  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586782296941  {box-sizing:border-box;}}

 #div_blank_new01_1586782296946{width:100%;height:1px;position:absolute;left:0%;top:53px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586782296946{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586782296946{height:0.3908396946564885px;display:none;}}  #div_blank_new01_1586782296946  {box-sizing:border-box;} #div_blank_new01_1586782296946 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586782296946  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586782296946  {box-sizing:border-box;}}



 #image_style_17_1586783173971{width:94.10187667560321%;height:259px;position:absolute;top:0px;left:2.949061662198391%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783173971{}}   @media screen and (max-width:640px) {#image_style_17_1586783173971{width:351px;height:262px;top:0px;left:0.9722222222222222%;}} #image_style_17_1586783173971 > .view_contents{overflow:visible;}  #image_style_17_1586783173971 .textSet {text-align:left;padding-left:10px;height:40px;line-height:40px;font-size:14px;}

 #image_style_17_1586783150000{width:94.10187667560321%;height:259px;position:absolute;top:0px;left:2.949061662198391%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783150000{}}   @media screen and (max-width:640px) {#image_style_17_1586783150000{width:351px;height:263px;top:0px;left:3.2%;}} #image_style_17_1586783150000 > .view_contents{overflow:visible;}  #image_style_17_1586783150000 .textSet {text-align:left;padding-left:10px;height:40px;line-height:40px;font-size:14px;}

 #image_style_17_1586782395854{width:94.10187667560321%;height:259px;position:absolute;top:0px;left:2.949061662198391%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586782395854{}}   @media screen and (max-width:640px) {#image_style_17_1586782395854{width:351px;height:259px;top:0px;left:3.2%;}} #image_style_17_1586782395854 > .view_contents{overflow:visible;}  #image_style_17_1586782395854 .textSet {text-align:left;padding-left:10px;height:40px;line-height:40px;font-size:14px;} #tab_style_03_1586782864940{width:100%;height:290px;position:absolute;left:0%;top:75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1586782864940{width:92%;}}   @media screen and (max-width:640px) {#tab_style_03_1586782864940{height:290px;left:0%;top:71px;}}  #tab_style_03_1586782864940 .tabItemSet {background:transparent;border-width:0px;border-style:solid;font-size:26px;border-color:transparent;padding-left:5px;border-right:none !important;border-top:none !important;border-left:none !important;border-bottom:none !important;color:#dbcdb6;padding-right:5px;} #tab_style_03_1586782864940 .tabItemSet.tabCurItem {border-width:2px;border-style:solid;border-color:#c75e51;border-top:none !important;border-right:none !important;border-left:none !important;color:#c75e51;} #tab_style_03_1586782864940 .tabconSet {background:transparent;} #tab_style_03_1586782864940 .tabItemSet.tabCurItem:hover {color:#c75e51;border-width:2px;border-style:solid;border-color:#c75e51;} #tab_style_03_1586782864940 .tabItemSet:hover {border-width:2px;border-style:solid;} @media screen and (max-width:640px) { #tab_style_03_1586782864940 .tabItemSet {font-size:17px;}}

 #div_blank_new01_1598632239916{width:100%;height:1px;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1598632239916{width:24.752475247524753%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1598632239916{height:1.1725190839694655px;width:100%;left:0%;top:51px;display:block;}}  #div_blank_new01_1598632239916  {box-sizing:border-box;background:#ad5f3e;} #div_blank_new01_1598632239916 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1598632239916  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1598632239916  {box-sizing:border-box;}}
 #div_a_includeBlock_1586782296569{width:373px;height:370px;position:absolute;top:40px;left:calc(100% - 373px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586782296569{left:57.57389978791092%;top:14px;height:376px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586782296569{width:96%;height:366px;top:467px;left:2%;}}  #div_a_includeBlock_1586782296569  {background:transparent;border-width:1px;border-style:solid;border-color:transparent;}


 #text_style_01_1586782297126{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:2.719465648854962%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586782297126{}}   @media screen and (max-width:640px) {#text_style_01_1586782297126{width:48%;font-size:12px;color:#333;line-height:1.6;top:14px;left:2.4956597222222223%;}}  #text_style_01_1586782297126>.view_contents {font-size:20px;color:#8e0d00;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1586782297126>.view_contents {font-size:18px;}}

 #text_style_01_1586782297131{width:21.165644171779142%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:75.2743320610687%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586782297131{}}   @media screen and (max-width:640px) {#text_style_01_1586782297131{width:23.055555555555557%;font-size:12px;color:#333;line-height:1.6;top:14px;left:75.55121527777777%;z-index:2;}}  #text_style_01_1586782297131>.view_contents {color:#8e0d00;text-align:right;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1586782297131>.view_contents {font-size:17px;}}

 #div_blank_new01_1586782297136{width:100%;height:1px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586782297136{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586782297136{height:1.1725190839694655px;left:0%;top:3px;display:block;}}  #div_blank_new01_1586782297136  {box-sizing:border-box;background:#ad5f3e;} #div_blank_new01_1586782297136 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586782297136  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586782297136  {box-sizing:border-box;}}

 #div_blank_new01_1586782297140{width:100%;height:1px;position:absolute;left:0%;top:53px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586782297140{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586782297140{height:0.3908396946564885px;display:none;}}  #div_blank_new01_1586782297140  {box-sizing:border-box;} #div_blank_new01_1586782297140 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586782297140  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586782297140  {box-sizing:border-box;}}

 #image_style_17_1586783485521{width:29%;height:133px;position:absolute;left:2.8%;top:75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783485521{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_17_1586783485521{height:223px;width:335px;top:67px;left:2.799479166666667%;}} #image_style_17_1586783485521 > .view_contents{overflow:visible;}  #image_style_17_1586783485521 .textSet {height:32px;line-height:32px;font-size:14px;}

 #newsList_style_18_1586783613480{width:29%;position:absolute;left:2.7989821882951653%;top:230px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1586783613480{width:100%;left:0%;top:213px;}}   @media screen and (max-width:640px) {#newsList_style_18_1586783613480{width:342px;left:2.2222222222222223%;top:301px;}}  #newsList_style_18_1586783613480 .titleSet {font-size:13px;} #newsList_style_18_1586783613480 .modSet {background:transparent;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;margin-bottom:8px;} #newsList_style_18_1586783613480 .modSet:hover .titleSet {color:#c65e51;}

 #image_style_17_1586783646064{width:29%;height:133px;position:absolute;left:35.4%;top:75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783646064{width:100%;}}   @media screen and (max-width:640px) {#image_style_17_1586783646064{height:51.98167938931297px;display:none;}} #image_style_17_1586783646064 > .view_contents{overflow:visible;}  #image_style_17_1586783646064 .textSet {height:32px;line-height:32px;font-size:14px;}

 #newsList_style_18_1586783672462{width:29%;position:absolute;left:35.36895674300254%;top:230px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1586783672462{width:100%;display:none;}}   @media screen and (max-width:640px) {#newsList_style_18_1586783672462{left:35.138888888888886%;top:275px;display:none;}}  #newsList_style_18_1586783672462 .titleSet {font-size:13px;} #newsList_style_18_1586783672462 .modSet {background:transparent;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;margin-bottom:8px;} #newsList_style_18_1586783672462 .modSet:hover .titleSet {color:#c65e51;}

 #image_style_17_1586783682495{width:29%;height:133px;position:absolute;left:67.3%;top:75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783682495{width:100%;}}   @media screen and (max-width:640px) {#image_style_17_1586783682495{height:51.98167938931297px;display:none;}} #image_style_17_1586783682495 > .view_contents{overflow:visible;}  #image_style_17_1586783682495 .textSet {height:32px;line-height:32px;font-size:14px;}

 #newsList_style_18_1586783704493{width:29%;position:absolute;left:67.29683524173028%;top:230px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1586783704493{width:100%;display:none;}}   @media screen and (max-width:640px) {#newsList_style_18_1586783704493{display:none;}}  #newsList_style_18_1586783704493 .titleSet {font-size:13px;} #newsList_style_18_1586783704493 .modSet {background:transparent;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;margin-bottom:8px;} #newsList_style_18_1586783704493 .modSet:hover .titleSet {color:#c65e51;}

 #div_blank_new01_1598632327716{width:100%;height:1px;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1598632327716{width:24.752475247524753%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1598632327716{height:1.1725190839694655px;left:0%;top:52px;width:100%;display:block;}}  #div_blank_new01_1598632327716  {box-sizing:border-box;background:#ad5f3e;} #div_blank_new01_1598632327716 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1598632327716  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1598632327716  {box-sizing:border-box;}}
 #div_a_includeBlock_1586782296574{width:786px;height:392px;position:absolute;top:40px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586782296574{height:375px;width:514px;left:2%;top:14px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586782296574{width:96%;height:446px;top:11px;left:2%;}}  #div_a_includeBlock_1586782296574  {background:transparent;border-width:1px;border-style:solid;border-color:transparent;} #layout_1586782296549{height:453px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1586782296549{height:390px;}}   @media screen and (max-width:640px) {#layout_1586782296549{height:845px;}} #layout_1586782296549 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1586782296549  {background: url(../image/15889928384804a51102611f3d45a-0.jpg);}



 #text_style_01_1586783784072{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:4.247654155495979%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586783784072{}}   @media screen and (max-width:640px) {#text_style_01_1586783784072{width:48%;font-size:12px;color:#333;line-height:1.6;top:11px;left:2.3828125%;}}  #text_style_01_1586783784072>.view_contents {font-size:20px;color:#8e0d00;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1586783784072>.view_contents {font-size:18px;}}

 #text_style_01_1586783784078{width:21.165644171779142%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:74.00301608579089%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586783784078{}}   @media screen and (max-width:640px) {#text_style_01_1586783784078{width:48%;font-size:12px;color:#333;line-height:1.6;top:11px;left:51.94444444444445%;z-index:2;}}  #text_style_01_1586783784078>.view_contents {color:#8e0d00;text-align:right;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1586783784078>.view_contents {font-size:17px;}}

 #div_blank_new01_1586783784084{width:100%;height:1px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586783784084{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586783784084{height:1.1725190839694655px;display:block;}}  #div_blank_new01_1586783784084  {box-sizing:border-box;background:#ad5f3e;} #div_blank_new01_1586783784084 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586783784084  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586783784084  {box-sizing:border-box;}}

 #div_blank_new01_1586783784088{width:100%;height:1px;position:absolute;left:0%;top:53px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586783784088{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586783784088{height:0.3908396946564885px;display:none;}}  #div_blank_new01_1586783784088  {box-sizing:border-box;} #div_blank_new01_1586783784088 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586783784088  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586783784088  {box-sizing:border-box;}}

 #newsList_style_18_1598533758825{width:96.51474530831099%;position:absolute;left:3.2171581769436997%;top:66px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1598533758825{width:100%;}}   @media screen and (max-width:640px) {#newsList_style_18_1598533758825{width:100%;left:0%;top:63px;}}  #newsList_style_18_1598533758825 .titleSet {font-size:13px;} #newsList_style_18_1598533758825 .modSet {background:transparent;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;margin-bottom:8px;} #newsList_style_18_1598533758825 .modSet:hover .titleSet {color:#c65e51;}

 #div_blank_new01_1598632506573{width:100%;height:1px;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1598632506573{width:24.752475247524753%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1598632506573{height:1.1725190839694655px;width:100%;left:0%;top:48px;display:block;}}  #div_blank_new01_1598632506573  {box-sizing:border-box;background:#ad5f3e;} #div_blank_new01_1598632506573 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1598632506573  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1598632506573  {box-sizing:border-box;}}
 #div_a_includeBlock_1586783783480{width:373px;height:455px;position:absolute;top:40px;left:calc(100% - 373px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586783783480{height:408px;left:57.476139978791096%;top:11px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586783783480{width:96%;height:212px;top:317px;left:2%;}}  #div_a_includeBlock_1586783783480  {background:transparent;border-width:1px;border-style:solid;border-color:transparent;}


 #text_style_01_1586783783886{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:10px;left:2.7%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586783783886{}}   @media screen and (max-width:640px) {#text_style_01_1586783783886{width:48%;font-size:12px;color:#333;line-height:1.6;top:10px;left:0.9895833333333333%;}}  #text_style_01_1586783783886>.view_contents {font-size:20px;color:#8e0d00;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1586783783886>.view_contents {font-size:18px;}}

 #div_blank_new01_1586783783899{width:100%;height:1px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586783783899{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586783783899{height:1.1725190839694655px;display:block;}}  #div_blank_new01_1586783783899  {box-sizing:border-box;background:#8e0d00;} #div_blank_new01_1586783783899 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586783783899  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586783783899  {box-sizing:border-box;}}

 #div_blank_new01_1586783783908{width:100%;height:1px;position:absolute;left:0%;top:53px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1586783783908{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1586783783908{height:0.3908396946564885px;display:none;}}  #div_blank_new01_1586783783908  {box-sizing:border-box;} #div_blank_new01_1586783783908 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1586783783908  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1586783783908  {box-sizing:border-box;}}



 #banner_style_01_1598534892810{width:95%;height:368px;position:absolute;left:2.471955128205128%;top:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1598534892810{height:216px;}}   @media screen and (max-width:640px) {#banner_style_01_1598534892810{width:100%;height:179px;top:0px;left:0%;}} 

 #banner_style_08_1598622270051{width:90%;height:474px;position:absolute;left:4.971955128205128%;top:12.21875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_08_1598622270051{left:4%;width:90.47619047619048%;height:286px;}}   @media screen and (max-width:640px) {#banner_style_08_1598622270051{width:100%;height:300px;top:0px;left:0%;}}  #tab_style_03_1598606607715{width:99.23664122137404%;height:427px;position:absolute;left:0.28228371501272265%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1598606607715{left:4%;width:92%;height:274px;}}   @media screen and (max-width:640px) {#tab_style_03_1598606607715{width:100%;height:350px;top:53px;left:0%;}}  #tab_style_03_1598606607715 .tabItemSet {background:transparent;font-size:16px;font-weight:normal;color:#6d1a09;} #tab_style_03_1598606607715 .tabconSet {background:transparent;} #tab_style_03_1598606607715 .tabItemSet.tabCurItem {border-width:2px;border-style:solid;border-right:none !important;border-left:none !important;padding-bottom:0px;border-top:none !important;}

 #div_blank_new01_1598632582197{width:100%;height:1px;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1598632582197{width:24.752475247524753%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1598632582197{height:1.1725190839694655px;width:100%;left:0%;top:47px;display:block;}}  #div_blank_new01_1598632582197  {box-sizing:border-box;background:#8e0d00;} #div_blank_new01_1598632582197 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1598632582197  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1598632582197  {box-sizing:border-box;}}
 #div_a_includeBlock_1586783783485{width:786px;height:603px;position:absolute;top:40px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586783783485{height:408px;width:514px;left:2%;top:11px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586783783485{width:95.99999999999997%;height:416px;top:0px;left:2%;}}  #div_a_includeBlock_1586783783485  {background:transparent;border-width:1px;border-style:solid;border-color:transparent;} #layout_1586783783451{height:662px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1586783783451{height:450px;}}   @media screen and (max-width:640px) {#layout_1586783783451{height:668px;overflow: hidden;}} #layout_1586783783451 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1586783783451  {background: url(../image/15889928384804a51102611f3d45a-0.jpg);}



 #text_style_01_1598636088485{width:37.11656441717792%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:15px;left:1.9929048414023371%;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598636088485{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1598636088485{width:48%;font-size:12px;color:#333;line-height:1.6;top:13px;left:0.9722222222222222%;display:block;}}  #text_style_01_1598636088485>.view_contents {font-size:20px;color:#8e0d00;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1598636088485>.view_contents {font-size:18px;}}

 #div_blank_new01_1598636088503{width:100%;height:1px;position:absolute;left:0%;top:59px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1598636088503{left:-0.05524861878453039%;width:100%;display:block;}}   @media screen and (max-width:640px) {#div_blank_new01_1598636088503{height:1px;display:block;top:2px;left:0%;}}  #div_blank_new01_1598636088503  {box-sizing:border-box;} #div_blank_new01_1598636088503 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1598636088503  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1598636088503  {box-sizing:border-box;}}

 #div_blank_new01_1598640181203{width:100%;height:1px;position:absolute;left:0%;top:2px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1598640181203{width:24.752475247524753%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1598640181203{height:1.1725190839694655px;width:100%;left:0%;top:52px;display:block;}}  #div_blank_new01_1598640181203  {box-sizing:border-box;background:#ad5f3e;} #div_blank_new01_1598640181203 .modSet {background:#8e0d00;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1598640181203  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1598640181203  {box-sizing:border-box;}}
 #div_a_includeBlock_1598636088336{width:1198px;height:63px;position:absolute;top:0px;left:calc(50% - 599px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1598636088336{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1598636088336{width:96.00000000000001%;height:61.25642737896494px;top:10px;left:2%;}}  #div_a_includeBlock_1598636088336  {background:transparent;border-width:1px;border-style:solid;border-color:transparent;}

 #flink_style_01_1598636871269{width:97.75%;position:absolute;top:78.5px;left:2.15625%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#flink_style_01_1598636871269{display:block;}}   @media screen and (max-width:640px) {#flink_style_01_1598636871269{width:96%;top:75.25px;left:2%;display:block;}}  #flink_style_01_1598636871269 .modSet {background:transparent;font-size:14px;} #flink_style_01_1598636871269 .textSet {font-size:16px;color:#6a1604;} @media screen and (max-width:640px) { #flink_style_01_1598636871269 .modSet {font-size:13px;}} @media screen and (max-width:640px) { #flink_style_01_1598636871269 .textSet {font-size:14px;}} #layout_1598635960453{height:200px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1598635960453{display:block;height:162px;}}   @media screen and (max-width:640px) {#layout_1598635960453{display:block;height:255px;}} #layout_1598635960453 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1598635960453  {background: url(../image/15889928384804a51102611f3d45a-0.jpg);}
 #layout_1570440345739{height:1px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1570440345739{height:1px;display:block;}}   @media screen and (max-width:640px) {#layout_1570440345739{height:1px;display:block;}} #layout_1570440345739 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1570440345739  {background: url(../image/15889928384804a51102611f3d45a-0.jpg);}



 #lang_style_1_1589540817051{width:30.5%;position:absolute;left:67.08333333333333%;top:528px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1589540817051{left:53.0%;}}   @media screen and (max-width:640px) {#lang_style_1_1589540817051{left:calc(50% - 161px);top:250px;width:322px;}}  #lang_style_1_1589540817051 .textSet {color:#ffffff;font-size:18px;font-weight:bold;text-align:left;} #lang_style_1_1589540817051 .fixmainSet {color:#ffffff;}

 #image_style_01_1589540494818{width:100%;height:650px;position:absolute;left:0%;top:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1589540494818{}}   @media screen and (max-width:640px) {#image_style_01_1589540494818{width:99.0%;left:0.5333333333333333%;}} #image_style_01_1589540494818 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#image_style_01_1589540494818{

}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1589540494818{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1589540494818{
		
	}
}
 #div_a_includeBlock_1589540937726{width:1200px;height:650px;position:absolute;left:calc(50% - 600px);top:166px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1589540937726{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1589540937726{width:375px;height:650px;top:0px;left:0%;}} 
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1589540937726{
height:650px;
width:1200px;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1589540937726{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1589540937726{
		
	}
#div_a_includeBlock_1589540937726{
width:100%;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
}
 #div_a_includeBlock_1589536685014{width:100%;height:929px;position:fixed;top:0px;left:calc(50% + -706.5px);z-index:999999;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1589536685014{width:100%;height:741.5px;top:108px;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1589536685014{width:100%;height:660px;top:108px;left:0%;display:block;}}  #div_a_includeBlock_1589536685014  {background:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1589536685014{
	width:100%;
height:100%;
left:0;
top:0;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1589536685014{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1589536685014{
		
	}
}



 #text_style_01_1570440832176{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0;top:128.859375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1570440832176{left:25%;width:50%;top:162px;}}   @media screen and (max-width:640px) {#text_style_01_1570440832176{width:50%;font-size:12px;color:#333;line-height:1.6;top:22px;left:25.000000132454765%;}}  #text_style_01_1570440832176>.view_contents {color:#a28124;text-align:center;font-size:14px;}

 #text_style_01_1570592615477{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0;top:9px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1570592615477{left:15.853658536585366%;width:68.29268292682927%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1570592615477{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1570592615477>.view_contents {color:#a28124;text-align:center;font-size:14px;line-height:30px;}

 #qqol_style_05_1570608356331{width:17.5%;position:absolute;top:123.359375px;left:82.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_05_1570608356331{}}   @media screen and (max-width:640px) {#qqol_style_05_1570608356331{width:72.1947194719472%;top:59px;left:13.902640264026402%;}} #qqol_style_05_1570608356331 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1570440831961{width:1200px;height:168.359375px;position:absolute;top:23px;left:calc(50% - 600px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1570440831961{width:100%;left:0%;display:block;height:223.5px;top:3px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1570440831961{width:96%;height:325px;top:10px;left:2%;display:none;}} #div_a_includeBlock_1570440831961 > .view_contents{overflow:visible;}  #div_a_includeBlock_1570440831961  {border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;border-color:transparent;}

 #text_style_01_1570526682424{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.583333333333336%;top:171px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1570526682424{left:25.026511134676564%;width:50%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1570526682424{width:74.96969807942708%;font-size:12px;color:#333;line-height:1.6;top:12.96875px;left:12.515150960286462%;display:block;}}  #text_style_01_1570526682424>.view_contents {color:#ffffff;text-align:center;} #comm_layout_footer{height:208px;z-index:99999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:227px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:41.96875px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background: url(../image/1588926926158b535f3a21c07e45f-15.png);}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_30{width:100%; position:relative;}
.menuStyle_30 *{box-sizing: border-box;}
.menuStyle_30 .miniMenu *,
.menuStyle_30 .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_30 .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_30 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_30 ul,.menuStyle_30 li{padding:0;margin:0px;list-style:none}
.menuStyle_30 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_30 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_30 .menuUl_box{position:relative; width:100%; text-align:center;box-shadow: #cccccc 3px 3px 6px;}
.menuStyle_30 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_30 .menuUl>li{position:relative;}
.menuStyle_30 .menuUl>li>a{color: #17233d;font-size: 16px; position: relative; text-decoration:none;box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_30 .menuUl>li>a:hover{ color:#fff;background: #ff0000;}
.menuStyle_30 .menuUl #hot>a{color:#fff;background: #ff0000;}
.menuStyle_30 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_30 .menuUl #hot>a span{color:inherit;}
.menuStyle_30 .menuLayout .miniMenu{display:none;}
.menuStyle_30 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_30 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_30 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_30 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_30 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 30px; padding: 0 15px;background: #fff;}

.menuStyle_30 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_30 .menuUl02 .subMenu02:hover {color:#fff;background: #ff0000; border-left: 2px solid #c40000;}
.menuStyle_30 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_30 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_30 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_30 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_30 .menuUl03{position: absolute;  top: 0; left: 100%; display: none; }
.menuStyle_30 .menuUl03 .subMenu03{ line-height: 30px;margin-left: 10px;}
.menuStyle_30 .menuUl03 .subMenu03 a:hover{color:#fff; background: #ff0000;}
.menuStyle_30 .menuUl03 .subMenu03>a{ color: #17233d; display: block;background: #fff;  font-size:14px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_30 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_30 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_30 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_30 .subBox .subMenu02.arrow{border-left:2px solid #c40000;}
.menuStyle_30 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_30 .rflex { position: relative;}
.menuStyle_30 .maxWidth{margin: auto;}

.menuStyle_30 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_30 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_30 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_30 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_30 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_30 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_30 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_30 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_30 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_30 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_30 .subBox p{overflow: hidden; float: left;}
.menuStyle_30 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_30 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_30 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}

.menuStyle_30 .menuUl02 .subMenu02.subCurSet{color: #fff;background: #ff0000;border-left: 2px solid #c40000;}
.menuStyle_30 .subBox .subMenu02:hover,
.menuStyle_30 .subBox .subMenu02:active{color: #fff; background: #ff0000;border-left: 2px solid #c40000;}
.menuStyle_30 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_30 .subBox .subMenu03:hover,
.menuStyle_30 .subBox .subMenu03:active{color: #fff; background: #ff0000;}
.menuStyle_30 .subMenu03 .thrCurSet{color: #fff !important; background: #ff0000 !important;}

.menuStyle_30 .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_30 .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_30 .imgIco{ margin-right:10px;}	
.menuStyle_30 .menuUl,
.menuStyle_30 .menuUl_box {display:none;}
.menuStyle_30 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_30 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_30 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_30 .miniMenu .leftBox{height: 100%;}
.menuStyle_30 .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_30 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_30 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_30 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_30 .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_30 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_30 .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_30 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_30 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_30_1598633025337 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_30_1598633025337 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_30_1598633025337 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_30_1598633025337 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_30_1598633025337 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

.menuStyle_30{width:100%; position:relative;}
.menuStyle_30 *{box-sizing: border-box;}
.menuStyle_30 .miniMenu *,
.menuStyle_30 .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_30 .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_30 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_30 ul,.menuStyle_30 li{padding:0;margin:0px;list-style:none}
.menuStyle_30 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_30 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_30 .menuUl_box{position:relative; width:100%; text-align:center;box-shadow: #cccccc 3px 3px 6px;}
.menuStyle_30 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_30 .menuUl>li{position:relative;}
.menuStyle_30 .menuUl>li>a{color: #17233d;font-size: 16px; position: relative; text-decoration:none;box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_30 .menuUl>li>a:hover{ color:#fff;background: #ff0000;}
.menuStyle_30 .menuUl #hot>a{color:#fff;background: #ff0000;}
.menuStyle_30 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_30 .menuUl #hot>a span{color:inherit;}
.menuStyle_30 .menuLayout .miniMenu{display:none;}
.menuStyle_30 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_30 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_30 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_30 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_30 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 30px; padding: 0 15px;background: #fff;}

.menuStyle_30 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_30 .menuUl02 .subMenu02:hover {color:#fff;background: #ff0000; border-left: 2px solid #c40000;}
.menuStyle_30 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_30 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_30 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_30 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_30 .menuUl03{position: absolute;  top: 0; left: 100%; display: none; }
.menuStyle_30 .menuUl03 .subMenu03{ line-height: 30px;margin-left: 10px;}
.menuStyle_30 .menuUl03 .subMenu03 a:hover{color:#fff; background: #ff0000;}
.menuStyle_30 .menuUl03 .subMenu03>a{ color: #17233d; display: block;background: #fff;  font-size:14px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_30 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_30 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_30 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_30 .subBox .subMenu02.arrow{border-left:2px solid #c40000;}
.menuStyle_30 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_30 .rflex { position: relative;}
.menuStyle_30 .maxWidth{margin: auto;}

.menuStyle_30 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_30 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_30 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_30 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_30 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_30 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_30 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_30 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_30 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_30 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_30 .subBox p{overflow: hidden; float: left;}
.menuStyle_30 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_30 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_30 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}

.menuStyle_30 .menuUl02 .subMenu02.subCurSet{color: #fff;background: #ff0000;border-left: 2px solid #c40000;}
.menuStyle_30 .subBox .subMenu02:hover,
.menuStyle_30 .subBox .subMenu02:active{color: #fff; background: #ff0000;border-left: 2px solid #c40000;}
.menuStyle_30 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_30 .subBox .subMenu03:hover,
.menuStyle_30 .subBox .subMenu03:active{color: #fff; background: #ff0000;}
.menuStyle_30 .subMenu03 .thrCurSet{color: #fff !important; background: #ff0000 !important;}

.menuStyle_30 .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_30 .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_30 .imgIco{ margin-right:10px;}	
.menuStyle_30 .menuUl,
.menuStyle_30 .menuUl_box {display:none;}
.menuStyle_30 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_30 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_30 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_30 .miniMenu .leftBox{height: 100%;}
.menuStyle_30 .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_30 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_30 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_30 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_30 .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_30 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_30 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_30 .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_30 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_30 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_30_1586776246670 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_30_1586776246670 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_30_1586776246670 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_30_1586776246670 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_30_1586776246670 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../image/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../image/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}
.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	            

            #banner_style_01_1586777502702 .bannerStyle_1 .main_image .img-item .img_0{background: url('../image/1588930222180df9d94f5191c1518-0.png') center top no-repeat;}
                #banner_style_01_1586777502702 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/6/14209/png/1588925104615bba2c5ff7fffa3eb.png?version=0') center top no-repeat;}
                #banner_style_01_1586777502702 .bannerStyle_1 .main_image .img-item .img_2{background: url('../image/1588930222182e757b6ccd995494a-0.png') center top no-repeat;}
                #banner_style_01_1586777502702 .bannerStyle_1 .main_image .img-item .img_3{background: url('../image/1588930222182a02d9baff38e9a4a-0.png') center top no-repeat;}
                #banner_style_01_1586777502702 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1586777502702 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1586777502702 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1586777502702 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1586780003487 .newDetail.pc {display:block;}
	#newsList_style_18_1586780003487 .newDetail.pad, #newsList_style_18_1586780003487 .newDetail.mobile {display:none;}
	#newsList_style_18_1586780003487 .newTitle.pc {display:block;}
	#newsList_style_18_1586780003487 .newTitle.pad, #newsList_style_18_1586780003487 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1586780003487 .newDetail.pad {display:block;}
		#newsList_style_18_1586780003487 .newDetail.pc, #newsList_style_18_1586780003487 .newDetail.mobile {display:none;}
		#newsList_style_18_1586780003487 .newTitle.pad {display:block;}
		#newsList_style_18_1586780003487 .newTitle.pc, #newsList_style_18_1586780003487 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1586780003487 .newDetail.mobile {display:block;}
		#newsList_style_18_1586780003487 .newDetail.pc, #newsList_style_18_1586780003487 .newDetail.pad {display:none;}
		#newsList_style_18_1586780003487 .newTitle.mobile {display:block;}
		#newsList_style_18_1586780003487 .newTitle.pc, #newsList_style_18_1586780003487 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1586780003487 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586780003487 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586780003487 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1586780003487 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586780003487 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586780003487 .sumary_list .newCont{width: 100%;}
	}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1586780003487 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1586780003487 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1586780003487 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586780003487 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586780003487 .submit_div{ display: inline-block; }

#newsList_style_18_1586780003487 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1586780003487 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1586780003487 .page_submit{margin-left:5px;}
#newsList_style_18_1586780003487 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1586780003487 .page_btn{ font-size:12px; }
		#newsList_style_18_1586780003487 .submit_div{ display:none; }
	}

	#newsList_style_18_1586780003487 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1586780003487 .page{line-height:30px; padding:0 13px;}
	}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1586780086040 .newDetail.pc {display:block;}
	#newsList_style_18_1586780086040 .newDetail.pad, #newsList_style_18_1586780086040 .newDetail.mobile {display:none;}
	#newsList_style_18_1586780086040 .newTitle.pc {display:block;}
	#newsList_style_18_1586780086040 .newTitle.pad, #newsList_style_18_1586780086040 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1586780086040 .newDetail.pad {display:block;}
		#newsList_style_18_1586780086040 .newDetail.pc, #newsList_style_18_1586780086040 .newDetail.mobile {display:none;}
		#newsList_style_18_1586780086040 .newTitle.pad {display:block;}
		#newsList_style_18_1586780086040 .newTitle.pc, #newsList_style_18_1586780086040 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1586780086040 .newDetail.mobile {display:block;}
		#newsList_style_18_1586780086040 .newDetail.pc, #newsList_style_18_1586780086040 .newDetail.pad {display:none;}
		#newsList_style_18_1586780086040 .newTitle.mobile {display:block;}
		#newsList_style_18_1586780086040 .newTitle.pc, #newsList_style_18_1586780086040 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1586780086040 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586780086040 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586780086040 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1586780086040 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586780086040 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586780086040 .sumary_list .newCont{width: 100%;}
	}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1586780086040 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1586780086040 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1586780086040 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586780086040 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586780086040 .submit_div{ display: inline-block; }

#newsList_style_18_1586780086040 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1586780086040 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1586780086040 .page_submit{margin-left:5px;}
#newsList_style_18_1586780086040 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1586780086040 .page_btn{ font-size:12px; }
		#newsList_style_18_1586780086040 .submit_div{ display:none; }
	}

	#newsList_style_18_1586780086040 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1586780086040 .page{line-height:30px; padding:0 13px;}
	}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1586780110559 .newDetail.pc {display:block;}
	#newsList_style_18_1586780110559 .newDetail.pad, #newsList_style_18_1586780110559 .newDetail.mobile {display:none;}
	#newsList_style_18_1586780110559 .newTitle.pc {display:block;}
	#newsList_style_18_1586780110559 .newTitle.pad, #newsList_style_18_1586780110559 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1586780110559 .newDetail.pad {display:block;}
		#newsList_style_18_1586780110559 .newDetail.pc, #newsList_style_18_1586780110559 .newDetail.mobile {display:none;}
		#newsList_style_18_1586780110559 .newTitle.pad {display:block;}
		#newsList_style_18_1586780110559 .newTitle.pc, #newsList_style_18_1586780110559 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1586780110559 .newDetail.mobile {display:block;}
		#newsList_style_18_1586780110559 .newDetail.pc, #newsList_style_18_1586780110559 .newDetail.pad {display:none;}
		#newsList_style_18_1586780110559 .newTitle.mobile {display:block;}
		#newsList_style_18_1586780110559 .newTitle.pc, #newsList_style_18_1586780110559 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1586780110559 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586780110559 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586780110559 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1586780110559 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586780110559 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586780110559 .sumary_list .newCont{width: 100%;}
	}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1586780110559 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1586780110559 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1586780110559 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586780110559 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586780110559 .submit_div{ display: inline-block; }

#newsList_style_18_1586780110559 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1586780110559 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1586780110559 .page_submit{margin-left:5px;}
#newsList_style_18_1586780110559 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1586780110559 .page_btn{ font-size:12px; }
		#newsList_style_18_1586780110559 .submit_div{ display:none; }
	}

	#newsList_style_18_1586780110559 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1586780110559 .page{line-height:30px; padding:0 13px;}
	}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../image/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../image/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/
/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_top::-webkit-scrollbar { display: none;}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_left::-webkit-scrollbar { display: none;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_bottom::-webkit-scrollbar { display: none;}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_right::-webkit-scrollbar { display: none;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
        #image_style_11_1598593511407 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593511407 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593511407  ul li{width: 100%;}
        #image_style_11_1598593511407  ul li.imgItems{margin-bottom:2%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_11_1598593511407 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593511407 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593511407  ul li{width: 100%;}
        #image_style_11_1598593511407  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_11_1598593511407 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593511407 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593511407  ul li{width: 100%;}
        #image_style_11_1598593511407  ul li.imgItems{margin-bottom:2%;}
        }
    .imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
        #image_style_11_1598593713433 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593713433 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593713433  ul li{width: 100%;}
        #image_style_11_1598593713433  ul li.imgItems{margin-bottom:2%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_11_1598593713433 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593713433 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593713433  ul li{width: 100%;}
        #image_style_11_1598593713433  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_11_1598593713433 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593713433 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593713433  ul li{width: 100%;}
        #image_style_11_1598593713433  ul li.imgItems{margin-bottom:2%;}
        }
    .imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
        #image_style_11_1598593732363 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593732363 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593732363  ul li{width: 100%;}
        #image_style_11_1598593732363  ul li.imgItems{margin-bottom:2%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_11_1598593732363 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593732363 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593732363  ul li{width: 100%;}
        #image_style_11_1598593732363  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_11_1598593732363 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593732363 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593732363  ul li{width: 100%;}
        #image_style_11_1598593732363  ul li.imgItems{margin-bottom:2%;}
        }
    .imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
        #image_style_11_1598593819970 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593819970 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593819970  ul li{width: 100%;}
        #image_style_11_1598593819970  ul li.imgItems{margin-bottom:2%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_11_1598593819970 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593819970 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593819970  ul li{width: 100%;}
        #image_style_11_1598593819970  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_11_1598593819970 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593819970 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593819970  ul li{width: 100%;}
        #image_style_11_1598593819970  ul li.imgItems{margin-bottom:2%;}
        }
    .imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
        #image_style_11_1598593835817 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593835817 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593835817  ul li{width: 100%;}
        #image_style_11_1598593835817  ul li.imgItems{margin-bottom:2%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_11_1598593835817 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593835817 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593835817  ul li{width: 100%;}
        #image_style_11_1598593835817  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_11_1598593835817 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593835817 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593835817  ul li{width: 100%;}
        #image_style_11_1598593835817  ul li.imgItems{margin-bottom:2%;}
        }
    .imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
        #image_style_11_1598593847517 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593847517 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593847517  ul li{width: 100%;}
        #image_style_11_1598593847517  ul li.imgItems{margin-bottom:2%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_11_1598593847517 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593847517 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593847517  ul li{width: 100%;}
        #image_style_11_1598593847517  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_11_1598593847517 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593847517 ul li .ratio{margin-top: calc(100% + 30px); float: left;}
        #image_style_11_1598593847517  ul li{width: 100%;}
        #image_style_11_1598593847517  ul li.imgItems{margin-bottom:2%;}
        }
    .imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
        #image_style_11_1598593855821 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593855821 ul li .ratio{margin-top: calc(67% + 30px); float: left;}
        #image_style_11_1598593855821  ul li{width: 100%;}
        #image_style_11_1598593855821  ul li.imgItems{margin-bottom:2%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_11_1598593855821 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593855821 ul li .ratio{margin-top: calc(67% + 30px); float: left;}
        #image_style_11_1598593855821  ul li{width: 100%;}
        #image_style_11_1598593855821  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_11_1598593855821 .theimgdiv{height: calc(100% - 30px)}        #image_style_11_1598593855821 ul li .ratio{margin-top: calc(67% + 30px); float: left;}
        #image_style_11_1598593855821  ul li{width: 100%;}
        #image_style_11_1598593855821  ul li.imgItems{margin-bottom:2%;}
        }
    

#tab_style_03_1598533854842 #div_tab_style_03_1598533854842 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1598533854842 #div_tab_style_03_1598533854842 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1598533854842 #div_tab_style_03_1598533854842 .tab_img{display:none;}
#tab_style_03_1598533854842 #div_tab_style_03_1598533854842 .tab_ul{text-align:center}
#tab_style_03_1598533854842 #div_tab_style_03_1598533854842 .tab_nav{display:block !important;height: 30px;}
#tab_style_03_1598533854842 #div_tab_style_03_1598533854842 .tab_box{height: calc(100% - 30px); bottom: 30px;}

    #tab_style_03_1598533854842 .tab_ul.tab_ul_top,#tab_style_03_1598533854842 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1598533854842 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}/*视频样式*/.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../image/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../image/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/
/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_top::-webkit-scrollbar { display: none;}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_left::-webkit-scrollbar { display: none;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_bottom::-webkit-scrollbar { display: none;}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_right::-webkit-scrollbar { display: none;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1586783173971 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783173971 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_17_1586783173971 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1586783150000 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783150000 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_17_1586783150000 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1586782395854 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586782395854 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_17_1586782395854 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}


#tab_style_03_1586782864940 #div_tab_style_03_1586782864940 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1586782864940 #div_tab_style_03_1586782864940 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1586782864940 #div_tab_style_03_1586782864940 .tab_img{display:none;}
#tab_style_03_1586782864940 #div_tab_style_03_1586782864940 .tab_ul{text-align:center}
#tab_style_03_1586782864940 #div_tab_style_03_1586782864940 .tab_nav{display:block !important;height: 30px;}
#tab_style_03_1586782864940 #div_tab_style_03_1586782864940 .tab_box{height: calc(100% - 30px); bottom: 30px;}

    #tab_style_03_1586782864940 .tab_ul.tab_ul_top,#tab_style_03_1586782864940 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1586782864940 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1586783485521 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783485521 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_17_1586783485521 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_17_1586783485521 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_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1586783613480 .newDetail.pc {display:block;}
	#newsList_style_18_1586783613480 .newDetail.pad, #newsList_style_18_1586783613480 .newDetail.mobile {display:none;}
	#newsList_style_18_1586783613480 .newTitle.pc {display:block;}
	#newsList_style_18_1586783613480 .newTitle.pad, #newsList_style_18_1586783613480 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1586783613480 .newDetail.pad {display:block;}
		#newsList_style_18_1586783613480 .newDetail.pc, #newsList_style_18_1586783613480 .newDetail.mobile {display:none;}
		#newsList_style_18_1586783613480 .newTitle.pad {display:block;}
		#newsList_style_18_1586783613480 .newTitle.pc, #newsList_style_18_1586783613480 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1586783613480 .newDetail.mobile {display:block;}
		#newsList_style_18_1586783613480 .newDetail.pc, #newsList_style_18_1586783613480 .newDetail.pad {display:none;}
		#newsList_style_18_1586783613480 .newTitle.mobile {display:block;}
		#newsList_style_18_1586783613480 .newTitle.pc, #newsList_style_18_1586783613480 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1586783613480 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586783613480 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586783613480 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1586783613480 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586783613480 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586783613480 .sumary_list .newCont{width: 100%;}
	}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1586783613480 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1586783613480 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1586783613480 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586783613480 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586783613480 .submit_div{ display: inline-block; }

#newsList_style_18_1586783613480 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1586783613480 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1586783613480 .page_submit{margin-left:5px;}
#newsList_style_18_1586783613480 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1586783613480 .page_btn{ font-size:12px; }
		#newsList_style_18_1586783613480 .submit_div{ display:none; }
	}

	#newsList_style_18_1586783613480 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1586783613480 .page{line-height:30px; padding:0 13px;}
	}

.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1586783646064 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783646064 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_17_1586783646064 .CompatibleImg img{width:100%; height:100%}}
#image_style_17_1586783646064 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_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1586783672462 .newDetail.pc {display:block;}
	#newsList_style_18_1586783672462 .newDetail.pad, #newsList_style_18_1586783672462 .newDetail.mobile {display:none;}
	#newsList_style_18_1586783672462 .newTitle.pc {display:block;}
	#newsList_style_18_1586783672462 .newTitle.pad, #newsList_style_18_1586783672462 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1586783672462 .newDetail.pad {display:block;}
		#newsList_style_18_1586783672462 .newDetail.pc, #newsList_style_18_1586783672462 .newDetail.mobile {display:none;}
		#newsList_style_18_1586783672462 .newTitle.pad {display:block;}
		#newsList_style_18_1586783672462 .newTitle.pc, #newsList_style_18_1586783672462 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1586783672462 .newDetail.mobile {display:block;}
		#newsList_style_18_1586783672462 .newDetail.pc, #newsList_style_18_1586783672462 .newDetail.pad {display:none;}
		#newsList_style_18_1586783672462 .newTitle.mobile {display:block;}
		#newsList_style_18_1586783672462 .newTitle.pc, #newsList_style_18_1586783672462 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1586783672462 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586783672462 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586783672462 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1586783672462 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586783672462 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586783672462 .sumary_list .newCont{width: 100%;}
	}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1586783672462 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1586783672462 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1586783672462 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586783672462 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586783672462 .submit_div{ display: inline-block; }

#newsList_style_18_1586783672462 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1586783672462 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1586783672462 .page_submit{margin-left:5px;}
#newsList_style_18_1586783672462 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1586783672462 .page_btn{ font-size:12px; }
		#newsList_style_18_1586783672462 .submit_div{ display:none; }
	}

	#newsList_style_18_1586783672462 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1586783672462 .page{line-height:30px; padding:0 13px;}
	}

.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1586783682495 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1586783682495 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_17_1586783682495 .CompatibleImg img{width:100%; height:100%}}
#image_style_17_1586783682495 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_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1586783704493 .newDetail.pc {display:block;}
	#newsList_style_18_1586783704493 .newDetail.pad, #newsList_style_18_1586783704493 .newDetail.mobile {display:none;}
	#newsList_style_18_1586783704493 .newTitle.pc {display:block;}
	#newsList_style_18_1586783704493 .newTitle.pad, #newsList_style_18_1586783704493 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1586783704493 .newDetail.pad {display:block;}
		#newsList_style_18_1586783704493 .newDetail.pc, #newsList_style_18_1586783704493 .newDetail.mobile {display:none;}
		#newsList_style_18_1586783704493 .newTitle.pad {display:block;}
		#newsList_style_18_1586783704493 .newTitle.pc, #newsList_style_18_1586783704493 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1586783704493 .newDetail.mobile {display:block;}
		#newsList_style_18_1586783704493 .newDetail.pc, #newsList_style_18_1586783704493 .newDetail.pad {display:none;}
		#newsList_style_18_1586783704493 .newTitle.mobile {display:block;}
		#newsList_style_18_1586783704493 .newTitle.pc, #newsList_style_18_1586783704493 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1586783704493 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586783704493 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586783704493 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1586783704493 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1586783704493 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1586783704493 .sumary_list .newCont{width: 100%;}
	}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1586783704493 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1586783704493 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1586783704493 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586783704493 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1586783704493 .submit_div{ display: inline-block; }

#newsList_style_18_1586783704493 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1586783704493 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1586783704493 .page_submit{margin-left:5px;}
#newsList_style_18_1586783704493 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1586783704493 .page_btn{ font-size:12px; }
		#newsList_style_18_1586783704493 .submit_div{ display:none; }
	}

	#newsList_style_18_1586783704493 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1586783704493 .page{line-height:30px; padding:0 13px;}
	}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1598533758825 .newDetail.pc {display:block;}
	#newsList_style_18_1598533758825 .newDetail.pad, #newsList_style_18_1598533758825 .newDetail.mobile {display:none;}
	#newsList_style_18_1598533758825 .newTitle.pc {display:block;}
	#newsList_style_18_1598533758825 .newTitle.pad, #newsList_style_18_1598533758825 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1598533758825 .newDetail.pad {display:block;}
		#newsList_style_18_1598533758825 .newDetail.pc, #newsList_style_18_1598533758825 .newDetail.mobile {display:none;}
		#newsList_style_18_1598533758825 .newTitle.pad {display:block;}
		#newsList_style_18_1598533758825 .newTitle.pc, #newsList_style_18_1598533758825 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1598533758825 .newDetail.mobile {display:block;}
		#newsList_style_18_1598533758825 .newDetail.pc, #newsList_style_18_1598533758825 .newDetail.pad {display:none;}
		#newsList_style_18_1598533758825 .newTitle.mobile {display:block;}
		#newsList_style_18_1598533758825 .newTitle.pc, #newsList_style_18_1598533758825 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1598533758825 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1598533758825 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1598533758825 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1598533758825 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1598533758825 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1598533758825 .sumary_list .newCont{width: 100%;}
	}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1598533758825 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1598533758825 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1598533758825 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1598533758825 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1598533758825 .submit_div{ display: inline-block; }

#newsList_style_18_1598533758825 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1598533758825 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1598533758825 .page_submit{margin-left:5px;}
#newsList_style_18_1598533758825 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1598533758825 .page_btn{ font-size:12px; }
		#newsList_style_18_1598533758825 .submit_div{ display:none; }
	}

	#newsList_style_18_1598533758825 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1598533758825 .page{line-height:30px; padding:0 13px;}
	}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../image/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../image/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/
/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_top::-webkit-scrollbar { display: none;}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_left::-webkit-scrollbar { display: none;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_bottom::-webkit-scrollbar { display: none;}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_right::-webkit-scrollbar { display: none;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../image/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../image/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}
.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	            

            #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_0{background: url('../image/1598534848132bcac837ecc1fe2bc-15.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_1{background: url('../image/1598534848131b810972c3c9a0e28-15.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/6/14209/jpg/15985348481297820f4aef47864f2.jpg?version=1598535182') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_3{background: url('../image/1598534848126085979a7d5b41ce5-15.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_4{background: url('https://cdn.yun.sooce.cn/6/14209/jpg/15985352641103179bf0fbdfab6cd.jpg?version=0') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_5{background: url('../image/1598534848128288191ce5d879e51-15.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_6{background: url('https://cdn.yun.sooce.cn/6/14209/jpg/159853526410641cae26786ac7236.jpg?version=0') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_7{background: url('../image/15985352641081597b8a5c7b9cb9c-0.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_8{background: url('https://cdn.yun.sooce.cn/6/14209/jpg/1598534848125504f583cda746597.jpg?version=1598535182') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_9{background: url('../image/159853484812269559e8b1c92e99f-15.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_10{background: url('../image/1598534848123afe8714a7e5d13ee-15.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_11{background: url('https://cdn.yun.sooce.cn/6/14209/jpg/1598534848124719c4e8bc6a39e94.jpg?version=1598535182') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_12{background: url('../image/159853484812936141f114521ec4b-15.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_13{background: url('../image/1598535264108e1424e1ca3e68c32-0.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_14{background: url('../image/159853484812654f69012fe38d2f1-15.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_15{background: url('https://cdn.yun.sooce.cn/6/14209/jpg/15985348481270dc372f4432cbea7.jpg?version=1598535180') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_16{background: url('../image/1598534848127cde622a8c725d89a-15.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item .img_17{background: url('../image/1598535264109b714ab9c3946f28f-0.jpg') center top no-repeat;}
                #banner_style_01_1598534892810 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1598534892810 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}    }
/*banner样式*/
.bannerStyle_8{width:100%; height:100%; position:relative;}
.bannerStyle_8 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_8 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_8 .main_image ul{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_8 .main_image li{position: relative; float:left; width:100%; height:100%; }
.bannerStyle_8 .main_image li a{position: relative; display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_8 .main_image li a img{position: absolute; left: 50%; top: 0; width: auto; height: 100%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.bannerStyle_8 .main_image li div.tipsText{background:rgba(0,0,0,0.5);color:white;box-sizing:border-box;position: absolute; left:50%; bottom: 5%; width: 90%; height: auto; max-width: 1200px; padding:20px;font-size:16px;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.bannerStyle_8 .main_image li div.tipsText span{width: 100%; height: auto;}

.bannerStyle_8 div.flicking_con{position:absolute; bottom:0; left:50%; z-index:999; width:100%; max-width: 1200px; text-align:center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.bannerStyle_8 div.flicking_con a{float: left; width:50%; height:5px; padding:0; background:rgba(255,255,255,.6); box-sizing:border-box; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s;}
.bannerStyle_8 div.flicking_con a.on{background:#348eaa;}
.bannerStyle_8 #btn_prev,.bannerStyle_8 #btn_next{z-index:11111; position:absolute; width:66px; height:66px; top:50%; border-radius: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); box-shadow:0 0 10px rgba(0,0,0,.2); display:none; }
.bannerStyle_8 #btn_prev{background:url(../image/hover_left1.png) no-repeat center; left:20px; background-size: 100%}
.bannerStyle_8 #btn_next{background:url(../image/hover_right1.png) no-repeat center; right:20px; background-size: 100%}

@media screen and (max-width:767px){
	.bannerStyle_ div.flicking_con a{}
	.bannerStyle_8 #btn_prev,.bannerStyle_8 #btn_next{display: none !important;}
	.bannerStyle_8 .main_image li div.tipsText{bottom:0;padding: 10px; font-size: 14px; width: 100%; min-height: auto; top:auto; bottom: 0; }
	.bannerStyle_8 .main_image li div.tipsText span{}
}
	            


#tab_style_03_1598606607715 #div_tab_style_03_1598606607715 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1598606607715 #div_tab_style_03_1598606607715 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1598606607715 #div_tab_style_03_1598606607715 .tab_img{display:none;}
#tab_style_03_1598606607715 #div_tab_style_03_1598606607715 .tab_ul{text-align:center}
#tab_style_03_1598606607715 #div_tab_style_03_1598606607715 .tab_nav{display:block !important;}

    #tab_style_03_1598606607715 .tab_ul.tab_ul_top,#tab_style_03_1598606607715 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1598606607715 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.flinkStyle_01{
	padding: 0;
	margin: 0;
	list-style: none;
}
.flinkStyle_01>li{
	overflow: hidden;
	float: left;
	margin:0 3px 5px 3px;
	text-align: center;
	box-sizing: border-box;
	background-color: #f8f8f8;
}
.flinkStyle_01>li:hover{
    background-color: #e69867;
}
.flinkStyle_01>li .content{
	display: inline-block;
	padding:4px 10px;
	text-align: left;
	box-sizing: border-box;
}
.flinkStyle_01>li .content .connectIcon{
	width: 20px;
	margin-right:2px ;
	vertical-align:middle;
	background-color: #16c663; 
	border-radius: 10px;
	box-sizing: border-box;
}
.flinkStyle_01>li .content .connectName{
	vertical-align:middle;
	line-height: 20px;
	font-size: 14px;
	color: #111111;
	text-decoration: none;
}
.flinkStyle_01>li .content .connectName:hover{
	text-decoration: underline;
}
.float_wide>li .content .connectName {
	word-break: keep-all;
	white-space: nowrap;
}
.equal_wide>li .content {
	width: 100%;
}
/*多语言链接样式*/

.lang-list {

    padding: 8px 15px;

}

/*.lang-list > .lang-item + .lang-item:before {

    content: "|\00a0";

    padding: 0 5px;

    !* color: #cccccc; *!

}*/

.lang-list  > span{

    padding: 0 5px;

}

.lang-list > .lang-item {

    font-size:14px;

}
    #lang_style_1_1589540817051 .arrowDown{ border-top: 6px solid #333;}
			#lang_style_1_1589540817051 .lang-list{text-align: center;}
	
	#image_style_01_1589540494818 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1589540494818 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1589540494818 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1589540494818 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;}
.onlineStyle05 .main_box{ position: fixed; box-shadow: 0px 0px 15px rgba(0,0,0,.2); top: 50%; z-index: 100000000; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}

.onlineStyle05 .main_box .box_main_content{ background: #fff;}

.onlineStyle05 .interval{ height: 1px; background: #ccc; margin: 0 10px;}

.onlineStyle05 .item_box{ position: relative;}

.onlineStyle05 .item_box:hover .show_box{ display: block;}

.onlineStyle05 .item{ width: 16px; text-align: center; padding: 10px; margin: 7px 0; color: #808080;}

.onlineStyle05 .item .img{ background-repeat: no-repeat; width: 100%; height: 16px; background-size: 100% !important;}

.onlineStyle05 .item:hover{ background: rgb(42,140,240); color: #fff;}

.onlineStyle05 .item .text{ line-height: 1.2; font-size: 14px; margin-top: 5px; }



.onlineStyle05 .item .phone_icon{ background-image: url(../image/kefu_pc_gray.png);}

.onlineStyle05 .item:hover .phone_icon{ background-image: url(../image/kefu_pc_white.png);}



.onlineStyle05 .item .time_icon{ background-image: url(../image/time_pc_gray.png);}

.onlineStyle05 .item:hover .time_icon{ background-image: url(../image/time_pc_white.png);}



.onlineStyle05 .item .qr_icon{ background-image: url(../image/qr_pc_gray.png);}

.onlineStyle05 .item:hover .qr_icon{ background-image: url(../image/qr_pc_white.png);}



.onlineStyle05 .show_box{ display: none; position: absolute; right: 100%; top: 0; width: 220px; padding-bottom: 20px; }

.onlineStyle05 .show_box .contant{ background: rgb(42,140,240); border-radius: 10px 0 10px 10px; padding-bottom: 20px; max-height: 300px; overflow-y: scroll; overflow-x: hidden;}

.onlineStyle05 .show_box .contant::-webkit-scrollbar{ display: none;}

.onlineStyle05 .show_box .li_item{ padding: 12px 10px; overflow: hidden; border-bottom: 1px dashed rgba(255,255,255,.5); color: #fff; font-size: 14px; margin: 0 15px;}

.onlineStyle05 .show_box .li_item:last-of-type{ border-bottom: none;}

.onlineStyle05 .show_box .title{ border-bottom: 1px solid rgba(255,255,255,.5); text-align: center; padding: 14px 0; color: #fff; font-size: 14px;}

.onlineStyle05 .show_box .icon{ float: left; margin-top: 5px; vertical-align: top; width: 16px; height: 16px;}

.onlineStyle05 .show_box .icon .img{ width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100%;}

.onlineStyle05 .show_box .text_contant{ float: left;  padding-left: 10px; width: calc( 100% - 16px); box-sizing: border-box; text-overflow: ellipsis; overflow: hidden;}

.onlineStyle05 .show_box .text_contant div{ word-break: break-all;}

.onlineStyle05 a{ color: #fff;}



.onlineStyle05 .show_box .icon .list_phone_icon{ background-image: url(../image/phone_pc.png);}

.onlineStyle05 .show_box .icon .list_wx_icon{ background-image: url(../image/wx_pc.png);}

.onlineStyle05 .show_box .icon .list_qq_icon{ background-image: url(../image/qq_pc.png);}

.onlineStyle05 .show_box .icon .list_mail_icon{ background-image: url(../image/mail_pc.png);}



.onlineStyle05 .time .contant{ color: #fff; border-radius: 50px 0 0 50px; padding: 0; height: 36px; text-align: center; line-height: 36px; font-size: 14px;}



.onlineStyle05 .qrcode .contant{ border-radius:10px 0 0 10px; padding: 20px 0 15px; text-align: center;}

.onlineStyle05 .qrcode .qrcode_img{ width: 135px; height: 135px; overflow: hidden; margin: 0 auto;}

.onlineStyle05 .qrcode .qrcode_img img{ width: 100%; }

.onlineStyle05 .qrcode .qr_text{ color: #fff; font-size: 16px; margin-top: 20px;}



@media screen and (max-width:640px) {

    .onlineStyle05 .item .phone_icon{ background-image: url(../image/kefu_mobile_gray.png);}

    .onlineStyle05 .item:hover .phone_icon{ background-image: url(../image/kefu_mobile_white.png);}



    .onlineStyle05 .item .time_icon{ background-image: url(../image/time_mobile_gray.png);}

    .onlineStyle05 .item:hover .time_icon{ background-image: url(../image/time_mobile_white.png);}



    .onlineStyle05 .item .qr_icon{ background-image: url(../image/qr_mobile_gray.png);}

    .onlineStyle05 .item:hover .qr_icon{ background-image: url(../image/qr_mobile_white.png);}



    .onlineStyle05 .show_box .icon .list_phone_icon{ background-image: url(../image/phone_mobile.png);}

    .onlineStyle05 .show_box .icon .list_wx_icon{ background-image: url(../image/wx_mobile.png);}

    .onlineStyle05 .show_box .icon .list_qq_icon{ background-image: url(../image/qq_mobile.png);}

    .onlineStyle05 .show_box .icon .list_mail_icon{ background-image: url(../image/mail_mobile.png);}

}
    #qqol_style_05_1570608356331 .contant{ background: #751c0a;}

            #qqol_style_05_1570608356331 .main_box{ right: 0;}
        #qqol_style_05_1570608356331 .show_box{ right: 100%;}
        #qqol_style_05_1570608356331 .show_box .contant{ border-radius: 10px 0 10px 10px;}
        #qqol_style_05_1570608356331 .time .contant{ border-radius: 50px 0 0 50px;}
        #qqol_style_05_1570608356331 .qrcode .contant{ border-radius:10px 0 0 10px;}
        #qqol_style_05_1570608356331 .item:hover{ background: #751c0a;}
    #qqol_style_05_1570608356331 .show_box{width: 220px;}

