
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

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

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

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

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

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }



 #dh_style_11_1550833011448{width:70.83333333333334%;z-index:999;position:absolute;top:16.5px;left:29.166666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1550833011448{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_11_1550833011448{width:11.733333333333333%;z-index:999;top:21px;left:82.26666666666667%;}} #dh_style_11_1550833011448 > .view_contents{overflow:visible;}  #dh_style_11_1550833011448 .mainMenuSet {font-size:18px;color:#333333;border-style:solid;border-width:2px;border-color:transparent;border-right:none !important;border-left:none !important;border-top:none !important;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;line-height:56px;margin-left:56px;font-family:Microsoft YaHei;} #dh_style_11_1550833011448 .mainMenuSet:hover {color:#333333;border-color:#fc0e0f;background:transparent;font-weight:bold;border-width:2px;border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;} #dh_style_11_1550833011448 #hot>a {color:#333333;border-color:#fc0e0f;background:transparent;font-weight:bold;border-width:2px;border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;} #dh_style_11_1550833011448 #hot .aview {color:#333333;font-weight:bold;border-width:2px;border-style:solid;border-color:#fc0e0f;border-top:none !important;border-right:none !important;border-left:none !important;} #dh_style_11_1550833011448 .subMenuSet {font-family:Microsoft YaHei;} #dh_style_11_1550833011448 .thrMenuSet {font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1550833011448 .mainMenuSet {font-size:14px;line-height:46px;margin-left:44px;}} @media screen and (max-width:640px) { #dh_style_11_1550833011448 .mainMenuSet {margin-left:0px;color:#ffffff;border-width:1px;}} @media screen and (max-width:640px) { #dh_style_11_1550833011448 .mainMenuSet:hover {color:#ffffff;font-weight:normal;}} @media screen and (max-width:640px) { #dh_style_11_1550833011448 #hot>a {color:#ffffff;font-weight:normal;}} @media screen and (max-width:640px) { #dh_style_11_1550833011448 #hot .aview {color:#ffffff;font-weight:normal;}} @media screen and (max-width:640px) { #dh_style_11_1550833011448 .subMenuSet {font-size:16px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1550833011448{
	
}
#dh_style_11_1550833011448 .menuStyle_11 .menuUl02{    margin-left: 30px;
    margin-top: 10px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1550833011448{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1550833011448{
		
	}
#dh_style_11_1550833011448 .fa-navicon:before{color:#fc0e0f;}
}

 #image_logo_1550832932994{width:18.416666666666668%;height:60px;position:absolute;top:15px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1550832932994{width:274px;}}   @media screen and (max-width:640px) {#image_logo_1550832932994{z-index:1;width:167px;left:1.866666666666667%;top:13px;}} 
 #div_a_includeBlock_1583992689943{width:1200px;height:90px;position:absolute;left:calc(50% - 600px);top:9.5367431640625e-7px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583992689943{width:96%;left:2.0191285866099893%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583992689943{width:100%;height:84px;top:0px;left:0%;}} #div_a_includeBlock_1583992689943 > .view_contents{overflow:visible;}  #comm_layout_header{height:90.00000095367432px;z-index:999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:90px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:85px;z-index:9999;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:#ffffff;opacity:1;border-bottom-color:#e5e5e5;border-bottom-style:none;border-bottom-width:1px;} #comm_layout_header>.view_contents {border-bottom-color:#b2b2b2;border-bottom-style:none;border-bottom-width:2px;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #banner_style_01_1551172594598{width:185.33333333333331%;height:716px;position:absolute;top:0%;left:-41.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1551172594598{height:480px;}}   @media screen and (max-width:640px) {#banner_style_01_1551172594598{width:100%;height:248px;top:0px;left:0%;}} 


 #text_style_01_1551172668129{width:66.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:16.75%;top:93.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551172668129{left:25.04834254143646%;width:53.92265193370166%;top:60.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551172668129{width:96%;font-size:12px;color:#333;line-height:1.6;top:12px;left:1.9970703125%;}}  #text_style_01_1551172668129>.view_contents {font-weight:bold;text-align:center;font-size:60px;color:#dcdada;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551172668129>.view_contents {font-size:38px;}} @media screen and (max-width:640px) { #text_style_01_1551172668129>.view_contents {font-size:24px;}}

 #text_style_01_1551172668132{width:60.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:19.666666666666664%;top:192.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551172668132{left:1.4364640883977902%;width:97.01657458563537%;top:119.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551172668132{width:100.1220703125%;font-size:12px;color:#333;line-height:1.6;top:50px;left:-0.06103515625%;}}  #text_style_01_1551172668132>.view_contents {font-size:30px;text-align:center;font-weight:normal;color:#dcdada;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551172668132>.view_contents {font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1551172668132>.view_contents {font-size:14px;font-weight:normal;}}
 #div_a_includeBlock_1551172667931{width:1200px;height:359.5px;position:absolute;top:184.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551172667931{left:2%;top:117.5px;width:96%;height:300px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551172667931{width:100%;height:94px;top:77px;left:0%;}}  #layout_1551172582272{height:716px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551172582272{height:480px;}}   @media screen and (max-width:640px) {#layout_1551172582272{height:248px;}} #layout_1551172582272 > .view_contents{overflow:visible;max-width:1200px;} 



 #div_blank_1596782071918{width:40.511727078891255%;height:54px;position:absolute;top:64px;left:29.744136460554373%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1596782071918{height:49px;}}   @media screen and (max-width:640px) {#div_blank_1596782071918{left:30%;top:30px;}} #div_blank_1596782071918 > .view_contents{overflow:visible;}  #div_blank_1596782071918  {box-sizing:border-box;background:transparent;border-style:solid;border-width:1px;border-color:#010101;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1596782071918  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1596782071918  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1596782071918 .modSet {background:transparent;}}

 #div_blank_new05_1596782292221{width:26.439232409381663%;position:absolute;left:66.41457889125799%;top:79.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1596782292221{left:66.91226287262873%;width:24.661246612466126%;top:77px;}}   @media screen and (max-width:640px) {#div_blank_new05_1596782292221{top:47.5px;left:66.4125%;}}  #div_blank_new05_1596782292221  {box-sizing:border-box;} #div_blank_new05_1596782292221 .roundcs {border-color:#010101;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1596782292221  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1596782292221  {box-sizing:border-box;}}

 #div_blank_new05_1596782361789{width:26.439232409381663%;position:absolute;left:7.462686567164178%;top:79.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1596782361789{width:24.119241192411923%;left:11.140752032520325%;top:77px;}}   @media screen and (max-width:640px) {#div_blank_new05_1596782361789{top:47.5px;left:9.0625%;}}  #div_blank_new05_1596782361789  {box-sizing:border-box;} #div_blank_new05_1596782361789 .roundcs {border-color:#010101;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1596782361789  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1596782361789  {box-sizing:border-box;}}

 #text_style_01_1596782675373{width:15.56503198294243%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:42.217484008528785%;top:132px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596782675373{left:39.37161246612466%;width:21.138211382113823%;top:124px;}}   @media screen and (max-width:640px) {#text_style_01_1596782675373{width:19.466666666666665%;font-size:12px;color:#333;line-height:1.6;top:91.734375px;left:40.266666666666666%;}}  #text_style_01_1596782675373>.view_contents {font-size:14px;color:#777777;} @media screen and (max-width:640px) { #text_style_01_1596782675373>.view_contents {font-size:14px;}}

 #text_style_01_1596782079110{width:20.8955223880597%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:68.5px;left:39.55223880597015%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596782079110{width:92px;left:calc(50% - 46px);}}   @media screen and (max-width:640px) {#text_style_01_1596782079110{width:24.266666666666666%;font-size:12px;color:#333;line-height:1.6;top:44px;left:37.86666666666667%;z-index:4;}}  #text_style_01_1596782079110>.view_contents {text-align:center;font-size:24px;color:#010101;font-weight:bold;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596782079110>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1596782079110>.view_contents {font-size:18px;border-bottom:none !important;}}
 #div_a_includeBlock_1596782054308{width:39.08333333333333%;height:212px;position:absolute;top:0px;left:30.458096822102863%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596782054308{height:202px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596782054308{width:100%;height:137px;top:0px;left:0%;z-index:2;}} 

 #text_style_01_1596784653064{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:217px;left:0.00757598876953125%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596784653064{left:2.093855237203931%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1596784653064{width:96%;font-size:12px;color:#333;line-height:1.6;top:137px;left:2%;z-index:3;}}  #text_style_01_1596784653064>.view_contents {font-size:18px;font-weight:bold;color:#333333;}

 #text_style_01_1596784681512{width:41.91666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:335.984375px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596784681512{left:2.0894088016967127%;top:293.96875px;width:365px;}}   @media screen and (max-width:640px) {#text_style_01_1596784681512{width:96%;font-size:12px;color:#333;line-height:1.6;top:212px;left:2%;z-index:3;}}  #text_style_01_1596784681512>.view_contents {font-size:14px;line-height:25.2px;color:#333333;}

 #button_style_02_1596784907531{width:10.416666666666668%;position:absolute;top:566.984375px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1596784907531{left:2.0927226935312833%;top:549.984375px;}}   @media screen and (max-width:640px) {#button_style_02_1596784907531{width:35.199999999999996%;top:462px;left:2.6625%;z-index:3;}} #button_style_02_1596784907531 > .view_contents{overflow:visible;}  #button_style_02_1596784907531 .btnaSet {border-style:solid;border-width:1px;border-color:#333333;background:#ffffff;font-family:Microsoft YaHei;color:#333333;} #button_style_02_1596784907531 .btnaSet:hover {background:#fc0e0f;font-family:Microsoft YaHei;color:#ffffff;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;}

 #image_style_01_1597024211156{width:54.58333333333333%;height:642px;position:absolute;top:64px;left:45.416666666666664%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1597024211156{top:63.984375px;height:587px;z-index:1;left:44.962884411452805%;width:519px;}}   @media screen and (max-width:640px) {#image_style_01_1597024211156{width:100%;height:316px;top:462px;left:0.06439393758773804%;z-index:1;}} #image_style_01_1597024211156 > .view_contents{overflow:visible;}  #layout_1550800170265{height:706px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1550800170265{height:650.984375px;}}   @media screen and (max-width:640px) {#layout_1550800170265{height:778px;}} #layout_1550800170265 > .view_contents{overflow:visible;max-width:1200px;} 



 #div_blank_1596785958585{width:40.511727078891255%;height:54px;position:absolute;top:64px;left:29.744136460554373%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1596785958585{height:44px;width:141px;top:62.5px;left:calc(50% - 69.5px);}}   @media screen and (max-width:640px) {#div_blank_1596785958585{height:58px;left:30.133333333333333%;top:28px;}} #div_blank_1596785958585 > .view_contents{overflow:visible;}  #div_blank_1596785958585  {box-sizing:border-box;background:transparent;border-style:solid;border-width:1px;border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1596785958585  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1596785958585  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1596785958585 .modSet {background:transparent;}}

 #text_style_01_1596785958599{width:26.43923240938167%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:68.5px;left:36.78038379530917%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596785958599{width:31.978319783197833%;left:34.010840108401084%;top:65px;}}   @media screen and (max-width:640px) {#text_style_01_1596785958599{width:21.944444444444443%;font-size:12px;color:#333;line-height:1.6;top:42px;left:39.06666666666666%;z-index:3;}}  #text_style_01_1596785958599>.view_contents {text-align:center;font-size:24px;color:#ffffff;font-weight:bold;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596785958599>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1596785958599>.view_contents {font-size:18px;border-bottom:none !important;}}

 #div_blank_new05_1596785958605{width:26.439232409381663%;position:absolute;left:66.41457889125799%;top:79.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1596785958605{left:63.48661924119241%;width:28.455284552845526%;top:74px;}}   @media screen and (max-width:640px) {#div_blank_new05_1596785958605{left:65.975%;top:45.5px;}}  #div_blank_new05_1596785958605  {box-sizing:border-box;} #div_blank_new05_1596785958605 .roundcs {border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1596785958605  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1596785958605  {box-sizing:border-box;}}

 #div_blank_new05_1596785958618{width:26.439232409381663%;position:absolute;left:7.462686567164178%;top:79.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1596785958618{width:28.455284552845526%;left:7.494918699186992%;top:75px;}}   @media screen and (max-width:640px) {#div_blank_new05_1596785958618{left:7.55%;top:45.5px;}}  #div_blank_new05_1596785958618  {box-sizing:border-box;} #div_blank_new05_1596785958618 .roundcs {border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1596785958618  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1596785958618  {box-sizing:border-box;}}

 #text_style_01_1596785958629{width:28.35820895522388%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:35.82089552238806%;top:132px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596785958629{left:32.113821138211385%;width:35.77235772357724%;top:118px;}}   @media screen and (max-width:640px) {#text_style_01_1596785958629{width:34.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:92.734375px;left:32.300000000000004%;}}  #text_style_01_1596785958629>.view_contents {font-size:14px;color:#777777;} @media screen and (max-width:640px) { #text_style_01_1596785958629>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596785958435{width:39.08333333333333%;height:216px;position:absolute;top:0px;left:30.458333333333332%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596785958435{height:197px;left:calc(50% - 184px);top:1px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596785958435{width:99.86666666666667%;height:140px;top:0px;left:0.06666666666666288%;}} 


 #image_style_01_1596791256576{width:20.833333333333336%;height:60px;position:absolute;left:39.58333333333333%;top:194px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596791256576{left:36.283185840707965%;width:27.43362831858407%;top:196px;}}   @media screen and (max-width:640px) {#image_style_01_1596791256576{height:42px;left:calc(50% - 21px);top:88px;width:42px;}} #image_style_01_1596791256576 > .view_contents{overflow:visible;} 

 #text_style_01_1596791803612{width:26.73611111111111%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:36.63194444444444%;top:258px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596791803612{left:32.9646017699115%;width:34.070796460176986%;}}   @media screen and (max-width:640px) {#text_style_01_1596791803612{width:43.75%;font-size:12px;color:#333;line-height:1.6;top:130px;left:28.125%;}}  #text_style_01_1596791803612>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1596791803612>.view_contents {font-size:18px;}}
 #div_a_includeBlock_1596790743323{width:24%;height:517px;position:absolute;top:216px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596790743323{height:450px;top:198px;left:0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596790743323{width:46.99999999999999%;height:310px;top:142px;left:2%;}}  #div_a_includeBlock_1596790743323  {background: url(/skin/images/15967881560258e6eb587837275e2.jpg);} @media screen and (max-width:640px) { #div_a_includeBlock_1596790743323  {background-size:cover;}}


 #image_style_01_1596791932941{width:20.833333333333336%;height:60px;position:absolute;left:39.58333333333333%;top:44px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596791932941{width:26.431718061674008%;left:35.85490088105727%;top:43px;}}   @media screen and (max-width:640px) {#image_style_01_1596791932941{height:43px;left:calc(50% - 21.5px);top:23px;width:43px;}} #image_style_01_1596791932941 > .view_contents{overflow:visible;} 

 #text_style_01_1596791976779{width:25.259515570934255%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:37.37024221453287%;top:101px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596791976779{left:34.140969162995596%;width:31.718061674008812%;}}   @media screen and (max-width:640px) {#text_style_01_1596791976779{width:43.75%;font-size:12px;color:#333;line-height:1.6;top:67px;left:28.125%;}}  #text_style_01_1596791976779>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1596791976779>.view_contents {font-size:18px;}}
 #div_a_includeBlock_1596790887335{width:24.083333333333336%;height:177px;position:absolute;top:216px;left:25.374999999999996%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596790887335{height:164.98956298828125px;top:198px;left:25.37446977730647%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596790887335{width:46.999999999999986%;height:113px;top:142px;left:51.06666666666667%;}}  #div_a_includeBlock_1596790887335  {background: url(/skin/images/1596788167572c7a5e4048cd14b82.jpg);background-size:cover;}


 #image_style_01_1596792048097{width:20.833333333333336%;height:60px;position:absolute;left:39.68531468531469%;top:96px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596792048097{width:26.548672566371685%;left:36.72566371681416%;top:94px;}}   @media screen and (max-width:640px) {#image_style_01_1596792048097{height:42px;width:42px;left:38.13920454545455%;top:55.9375px;}} #image_style_01_1596792048097 > .view_contents{overflow:visible;} 

 #text_style_01_1596792052142{width:25.259515570934255%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:37.41258741258741%;top:158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596792052142{width:33.6283185840708%;left:33.1858407079646%;}}   @media screen and (max-width:640px) {#text_style_01_1596792052142{width:43.75%;font-size:12px;color:#333;line-height:1.6;top:96.9375px;left:28.125%;}}  #text_style_01_1596792052142>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1596792052142>.view_contents {font-size:18px;}}
 #div_a_includeBlock_1596791162094{width:24%;height:321px;position:absolute;top:412px;left:25.458333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596791162094{height:276px;top:372px;left:25.351272534464474%;width:227px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596791162094{width:46.99999999999999%;height:188px;top:264.0625px;left:51.06666666666667%;}}  #div_a_includeBlock_1596791162094  {background: url(/skin/images/159678816757669725e52a80061be.jpg);} @media screen and (max-width:640px) { #div_a_includeBlock_1596791162094  {background-size:cover;}}


 #image_style_01_1596792185113{width:20.833333333333336%;height:60px;position:absolute;left:39.58333333333333%;top:194px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596792185113{left:36.06194690265487%;width:26.548672566371685%;top:190px;}}   @media screen and (max-width:640px) {#image_style_01_1596792185113{height:43px;left:calc(50% - 21.5px);top:110px;width:43px;}} #image_style_01_1596792185113 > .view_contents{overflow:visible;} 

 #text_style_01_1596792185122{width:26.73611111111111%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:36.63194444444444%;top:258px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596792185122{left:33.4070796460177%;width:33.1858407079646%;}}   @media screen and (max-width:640px) {#text_style_01_1596792185122{width:43.18181818181818%;font-size:12px;color:#333;line-height:1.6;top:152px;left:28.44460227272727%;}}  #text_style_01_1596792185122>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1596792185122>.view_contents {font-size:18px;}}
 #div_a_includeBlock_1596792184965{width:24%;height:515px;position:absolute;top:216px;left:50.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596792184965{height:450px;top:198px;left:50.8317868504772%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596792184965{width:46.99999999999999%;height:310px;top:459.5625px;left:51.06666666666667%;}}  #div_a_includeBlock_1596792184965  {background: url(/skin/images/1596788167574f450023e74830eb9.jpg);} @media screen and (max-width:640px) { #div_a_includeBlock_1596792184965  {background-size:cover;}}


 #image_style_01_1596792213792{width:20.833333333333336%;height:60px;position:absolute;left:39.68531468531469%;top:96px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596792213792{width:26.785714285714285%;left:36%;top:95px;}}   @media screen and (max-width:640px) {#image_style_01_1596792213792{height:42px;left:calc(50% - 22px);top:62px;width:44px;}} #image_style_01_1596792213792 > .view_contents{overflow:visible;} 

 #text_style_01_1596792213801{width:25.259515570934255%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:37.41258741258741%;top:158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596792213801{width:34.66666666666667%;left:32.666666666666664%;}}   @media screen and (max-width:640px) {#text_style_01_1596792213801{width:43.18181818181818%;font-size:12px;color:#333;line-height:1.6;top:104px;left:29.6875%;}}  #text_style_01_1596792213801>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1596792213801>.view_contents {font-size:18px;}}
 #div_a_includeBlock_1596792213633{width:23.833333333333336%;height:321px;position:absolute;top:216px;left:76.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596792213633{height:277px;top:197px;left:76.24602332979852%;width:224px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596792213633{width:47%;height:188px;top:460.5625px;left:2%;}}  #div_a_includeBlock_1596792213633  {background: url(/skin/images/15967881675701a1462b69fcc4531.jpg);} @media screen and (max-width:640px) { #div_a_includeBlock_1596792213633  {background-size:cover;}}


 #image_style_01_1596792229532{width:20.833333333333336%;height:60px;position:absolute;left:39.58333333333333%;top:44px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596792229532{width:26.785714285714285%;left:37.276785714285715%;top:28px;height:58px;}}   @media screen and (max-width:640px) {#image_style_01_1596792229532{height:42px;width:42px;left:calc(50% - 21px);top:21px;}} #image_style_01_1596792229532 > .view_contents{overflow:visible;} 

 #text_style_01_1596792229547{width:39.64912280701755%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:30.175438596491226%;top:101px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596792229547{left:25.076729910714285%;width:50%;top:86px;}}   @media screen and (max-width:640px) {#text_style_01_1596792229547{width:62.5%;font-size:12px;color:#333;line-height:1.6;top:63px;left:17.08984375%;}}  #text_style_01_1596792229547>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1596792229547>.view_contents {font-size:18px;}}
 #div_a_includeBlock_1596792229394{width:23.75%;height:177px;position:absolute;top:556px;left:76.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596792229394{left:76.24602332979852%;top:486px;height:159px;width:224px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596792229394{width:47%;height:113px;top:657.0625px;left:1.7333333333333332%;}}  #div_a_includeBlock_1596792229394  {background: url(/skin/images/1596788167578a60e9ed809d9e259.jpg);background-size:cover;} #layout_1550800969713{height:800px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1550800969713{height:708px;display:block;}}   @media screen and (max-width:640px) {#layout_1550800969713{height:800px;display:block;}} #layout_1550800969713 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1550800969713  {background: url(/skin/images/1597117681900baf40ff51a327f1c.jpg);background-repeat:repeat-x!important;background-position:100% 100% !important;background-size:cover;} @media screen and (max-width:640px) { #layout_1550800969713  {background-repeat:no-repeat!important;background-size:auto 100%;}}



 #div_blank_1596789980797{width:40.511727078891255%;height:54px;position:absolute;top:64px;left:29.744136460554373%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1596789980797{height:49px;left:30.13750608697493%;top:57.96022033691406px;}}   @media screen and (max-width:640px) {#div_blank_1596789980797{left:30.133333333333333%;top:27px;}} #div_blank_1596789980797 > .view_contents{overflow:visible;}  #div_blank_1596789980797  {box-sizing:border-box;background:transparent;border-style:solid;border-width:1px;border-color:#010101;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1596789980797  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1596789980797  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1596789980797 .modSet {background:transparent;}}

 #text_style_01_1596789980806{width:26.43923240938167%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:68.5px;left:36.78038379530917%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596789980806{width:24.661246612466126%;left:37.69401405561907%;top:62.48011779785156px;}}   @media screen and (max-width:640px) {#text_style_01_1596789980806{width:30.4%;font-size:12px;color:#333;line-height:1.6;top:39px;left:34.8%;z-index:3;}}  #text_style_01_1596789980806>.view_contents {text-align:center;font-size:24px;color:#010101;font-weight:bold;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596789980806>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1596789980806>.view_contents {font-size:18px;border-bottom:none !important;}}

 #div_blank_new05_1596789980812{width:26.439232409381663%;position:absolute;left:66.41457889125799%;top:79.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1596789980812{left:64.94057094501609%;width:26.558265582655828%;top:73.96873474121094px;}}   @media screen and (max-width:640px) {#div_blank_new05_1596789980812{left:66.67916666666667%;top:42.5px;}}  #div_blank_new05_1596789980812  {box-sizing:border-box;} #div_blank_new05_1596789980812 .roundcs {border-color:#010101;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1596789980812  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1596789980812  {box-sizing:border-box;}}

 #div_blank_new05_1596789980818{width:26.439232409381663%;position:absolute;left:7.462686567164178%;top:79.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1596789980818{width:24.119241192411923%;left:11.151917000127034%;top:73.97160339355469px;}}   @media screen and (max-width:640px) {#div_blank_new05_1596789980818{left:7.195833333333333%;top:42.5px;}}  #div_blank_new05_1596789980818  {box-sizing:border-box;} #div_blank_new05_1596789980818 .roundcs {border-color:#010101;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1596789980818  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1596789980818  {box-sizing:border-box;}}

 #text_style_01_1596789980822{width:9.381663113006397%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.3091684434968%;top:132px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596789980822{left:43.73729674796748%;width:12.195121951219512%;top:116px;}}   @media screen and (max-width:640px) {#text_style_01_1596789980822{width:11.733333333333333%;font-size:12px;color:#333;line-height:1.6;top:89px;left:44.13333333333333%;}}  #text_style_01_1596789980822>.view_contents {font-size:14px;color:#777777;} @media screen and (max-width:640px) { #text_style_01_1596789980822>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596789980663{width:39.08333333333333%;height:214px;position:absolute;top:1px;left:30.458333333333332%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596789980663{left:calc(50% - 184.5px);top:1px;height:190px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596789980663{width:100%;height:134px;top:0px;left:0%;}} #div_a_includeBlock_1596789980663 > .view_contents{overflow:visible;} 



 #newsList_style_04_1596865682016{width:99.83319432860718%;position:absolute;left:0.08470600500417014%;top:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1596865682016{width:100%;top:24.953125px;left:0%;}}   @media screen and (max-width:640px) {#newsList_style_04_1596865682016{width:96.53333333333333%;top:31px;left:1.7333333333333343%;}}  #newsList_style_04_1596865682016 .titleSet {font-size:16px;color:#333333;padding-left:22px;padding-top:16px;padding-bottom:3px;font-weight:bold;font-family:Microsoft YaHei;} #newsList_style_04_1596865682016 .detailSet {color:#333333;font-size:14px;padding-top:0px;padding-left:22px;line-height:25.2px;padding-right:22px;font-family:Microsoft YaHei;} #newsList_style_04_1596865682016 .timesSet {font-size:12px;color:#333333;padding-left:22px;padding-bottom:0px;margin-bottom:25px;font-family:Microsoft YaHei;} #newsList_style_04_1596865682016 .modSet {padding-bottom:22px;} #newsList_style_04_1596865682016 .modSet:hover .titleSet {font-family:Microsoft YaHei;color:#fc0e0f;font-size:16px;font-weight:bold;} #newsList_style_04_1596865682016 .modSet:hover .detailSet {font-size:14px;font-family:Microsoft YaHei;color:#333333;} #newsList_style_04_1596865682016 .modSet:hover {font-size:14px;font-family:Microsoft YaHei;} #newsList_style_04_1596865682016 .modSet:hover .timesSet {font-family:Microsoft YaHei;font-size:12px;}

 #newsList_style_04_1596866152631{width:99.83319432860718%;position:absolute;left:0.08470600500417014%;top:23px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1596866152631{width:100%;top:25.96875px;left:0%;}}   @media screen and (max-width:640px) {#newsList_style_04_1596866152631{width:96%;top:26px;left:1.8583333333333334%;}}  #newsList_style_04_1596866152631 .titleSet {font-size:15px;color:#333333;padding-left:22px;padding-top:16px;padding-bottom:3px;font-weight:bold;} #newsList_style_04_1596866152631 .detailSet {color:#333333;font-size:14px;padding-top:0px;padding-left:22px;line-height:25.2px;} #newsList_style_04_1596866152631 .timesSet {font-size:12px;color:#333333;padding-left:22px;padding-bottom:0px;margin-bottom:25px;} #newsList_style_04_1596866152631 .modSet {padding-bottom:22px;} #newsList_style_04_1596866152631 .modSet:hover .titleSet {font-family:Microsoft YaHei;color:#fc0e0f;}

 #newsList_style_04_1596865106612{width:99.83319432860718%;position:absolute;left:0.08340283569641367%;top:26px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1596865106612{left:0%;width:100%;top:23.984375px;}}   @media screen and (max-width:640px) {#newsList_style_04_1596865106612{width:96%;top:25px;left:2%;}}  #newsList_style_04_1596865106612 .titleSet {font-size:15px;color:#333333;padding-left:22px;padding-top:16px;padding-bottom:3px;font-weight:bold;} #newsList_style_04_1596865106612 .detailSet {color:#333333;font-size:14px;padding-top:0px;padding-left:22px;line-height:25.2px;} #newsList_style_04_1596865106612 .timesSet {font-size:12px;color:#333333;padding-left:22px;padding-bottom:0px;margin-bottom:25px;} #newsList_style_04_1596865106612 .modSet {padding-bottom:22px;} #newsList_style_04_1596865106612 .modSet:hover .titleSet {font-family:Microsoft YaHei;color:#fc0e0f;} #tab_style_03_1596858741909{width:99.91666666666667%;height:557px;position:absolute;top:215px;left:0.0416666666666643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1596858741909{height:483px;top:192px;left:0.05302226935312832%;}}   @media screen and (max-width:640px) {#tab_style_03_1596858741909{width:100%;height:1318px;top:135px;left:0%;}}  #tab_style_03_1596858741909 .tabItemSet {font-size:16px;background:#ffffff;padding-left:0px;padding-right:0px;} #tab_style_03_1596858741909 .tabItemSet:hover {background:#fc0e0f;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;} #tab_style_03_1596858741909 .tabconSet {background:#f4f4f4;} @media screen and (max-width:640px) { #tab_style_03_1596858741909 .tabItemSet {font-size:16px;}} #layout_1550827574371{height:772px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1550827574371{height:675px;}}   @media screen and (max-width:640px) {#layout_1550827574371{height:1461px;}} #layout_1550827574371 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1550827574371  {background:#f4f4f4;}



 #image_style_01_1596796932744{width:6.291192330736968%;height:110px;position:absolute;top:92px;left:79.59856201318155%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596796932744{width:110px;left:86.03245856353591%;top:68px;}}   @media screen and (max-width:640px) {#image_style_01_1596796932744{width:55.09641873278237%;height:200px;top:119px;left:22.451790633608816%;display:none;}} #image_style_01_1596796932744 > .view_contents{overflow:visible;} 

 #text_style_02_1596796932750{width:4.433792690233672%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:213px;left:80.85680047932894%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1596796932750{left:86.66436464088397%;top:192px;width:99px;}}   @media screen and (max-width:640px) {#text_style_02_1596796932750{width:26.31578947368421%;top:319px;left:36.8421052631579%;display:none;}}  #text_style_02_1596796932750>.view_contents {box-sizing:border-box;font-size:14px;color:#888888;height:20px;line-height:20px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1596796932750>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1596796932750>.view_contents {box-sizing:border-box;}}

 #image_style_01_1596796932759{width:6.470940683043739%;height:110px;position:absolute;top:92px;left:70.6167615338526%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596796932759{width:110px;left:71.355317679558%;top:69px;}}   @media screen and (max-width:640px) {#image_style_01_1596796932759{width:55.09641873278237%;height:200px;top:919px;left:22.451790633608816%;display:none;}} #image_style_01_1596796932759 > .view_contents{overflow:visible;} 

 #text_style_02_1596796932764{width:4.493708807669263%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:213px;left:71.6999325943679%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1596796932764{width:102px;left:72.08218232044199%;top:192px;}}   @media screen and (max-width:640px) {#text_style_02_1596796932764{width:28.421052631578945%;top:619px;left:35.78947368421053%;display:none;}}  #text_style_02_1596796932764>.view_contents {box-sizing:border-box;font-size:14px;color:#888888;height:20px;line-height:20px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1596796932764>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1596796932764>.view_contents {box-sizing:border-box;}}

 #text_style_02_1596796932797{width:27.741162372678254%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:164px;left:14.050329538645896%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1596796932797{width:240px;left:2.2584172852598092%;top:103.984375px;}}   @media screen and (max-width:640px) {#text_style_02_1596796932797{width:96.00000000000001%;top:2554px;left:1.999999999999993%;display:none;}}  #text_style_02_1596796932797>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#888888;line-height:25.2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1596796932797>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1596796932797>.view_contents {box-sizing:border-box;}}

 #text_style_02_1596797642692{width:11.264230077890952%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:92px;left:14.050329538645896%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1596797642692{left:2.1540296924708375%;top:68px;width:175px;}}   @media screen and (max-width:640px) {#text_style_02_1596797642692{width:96.00000000000001%;top:220px;left:1.999999999999993%;display:none;}}  #text_style_02_1596797642692>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28.54px;color:#888888;line-height:25.2px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1596797642692>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1596797642692>.view_contents {box-sizing:border-box;}}

 #text_style_01_1596805443563{width:6.77052127022169%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:46.61473936488916%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596805443563{left:35.0493769883351%;width:10.158730158730158%;top:68px;}}   @media screen and (max-width:640px) {#text_style_01_1596805443563{width:99.73333333333333%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0.13333333333333333%;display:none;}}  #text_style_01_1596805443563>.view_contents {text-align:center;font-size:18px;color:#888888;line-height:39.6px;} #text_style_01_1596805443563 .view_contents:hover {background:#fc0e0f;font-family:Microsoft YaHei;color:#ffffff;}

 #text_style_01_1596858109409{width:6.77052127022169%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:46.61473936488916%;top:139px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596858109409{width:96px;left:35.0493769883351%;top:118px;}}   @media screen and (max-width:640px) {#text_style_01_1596858109409{width:99.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:124px;left:0%;display:none;}}  #text_style_01_1596858109409>.view_contents {text-align:center;font-size:18px;color:#888888;line-height:39.6px;} #text_style_01_1596858109409 .view_contents:hover {background:#fc0e0f;font-family:Microsoft YaHei;color:#ffffff;}

 #text_style_01_1596858227742{width:6.7106051527860995%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:46.64469742360695%;top:191px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596858227742{left:35.0493769883351%;top:169px;width:95px;}}   @media screen and (max-width:640px) {#text_style_01_1596858227742{width:99.73333333333333%;font-size:12px;color:#333;line-height:1.6;top:174.5px;left:0.13333333333333333%;display:none;}}  #text_style_01_1596858227742>.view_contents {text-align:center;font-size:18px;color:#888888;line-height:39.6px;} #text_style_01_1596858227742 .view_contents:hover {background:#fc0e0f;font-family:Microsoft YaHei;color:#ffffff;}

 #text_style_01_1596858327649{width:7.070101857399641%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.05152786099461%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596858327649{width:106px;left:50.30487804878049%;top:68px;}}   @media screen and (max-width:640px) {#text_style_01_1596858327649{width:99.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:39px;left:0%;display:none;}}  #text_style_01_1596858327649>.view_contents {text-align:center;font-size:18px;color:#888888;line-height:39.6px;} #text_style_01_1596858327649 .view_contents:hover {background:#fc0e0f;font-family:Microsoft YaHei;color:#ffffff;}

 #text_style_01_1596858361024{width:7.070101857399641%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.05152786099461%;top:137px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596858361024{width:105px;left:50.30487804878049%;top:118px;}}   @media screen and (max-width:640px) {#text_style_01_1596858361024{width:99.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:78px;left:0%;display:none;}}  #text_style_01_1596858361024>.view_contents {text-align:center;font-size:18px;color:#888888;line-height:39.6px;} #text_style_01_1596858361024 .view_contents:hover {background:#fc0e0f;font-family:Microsoft YaHei;color:#ffffff;}

 #text_style_01_1596858429921{width:7.13001797483523%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.05152786099461%;top:190px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596858429921{width:105px;left:50.30487804878049%;top:169px;}}   @media screen and (max-width:640px) {#text_style_01_1596858429921{width:99.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:221px;left:0%;display:none;}}  #text_style_01_1596858429921>.view_contents {text-align:center;font-size:18px;color:#888888;line-height:39.6px;} #text_style_01_1596858429921 .view_contents:hover {background:#fc0e0f;font-family:Microsoft YaHei;color:#ffffff;}

 #text_style_01_1550832404348{width:99.95833333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:311px;left:0.020833333333328596%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1550832404348{z-index:3;top:300px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1550832404348{width:99.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0.06666666666666288%;z-index:1;}}  #text_style_01_1550832404348>.view_contents {font-size:13px;color:#888888;text-align:center;background:#333333;line-height:15px;}
 #div_includeBlock_1596796932538{width:1669px;height:357px;position:absolute;top:0px;left:calc(50% - 834.5px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1596796932538{width:100%;height:345px;left:0%;top:12px;}}   @media screen and (max-width:640px) {#div_includeBlock_1596796932538{width:100%;height:45px;top:0px;left:0%;display:block;}} #div_includeBlock_1596796932538 > .view_contents{overflow:visible;}  #div_includeBlock_1596796932538  {background:#000000;} #comm_layout_footer{height:358px;top:0px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:356px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:45px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#000000;background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;} @media screen and (max-width:640px) { #comm_layout_footer  {background-size:cover;}}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		top:0;
	}
}
/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

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

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

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


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




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


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

@media screen and (min-width:640px) {
	#dh_style_11_1550833011448 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1550833011448 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_11_1550833011448 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_11_1550833011448 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

.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;*/
.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(/skin/images/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(/skin/images/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_1551172594598 .bannerStyle_1 .main_image .img-item .img_0{background: url('/skin/images/15967806787743689ac02b9bafb12.jpg') center top no-repeat;}
                #banner_style_01_1551172594598 .bannerStyle_1 .main_image .img-item .img_1{background: url('/skin/images/1596871177851b4f29d3af15276db.jpg') center top no-repeat;}
                #banner_style_01_1551172594598 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1551172594598 .bannerStyle_1 .main_image .img-item span{background-size:100% 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1551172594598 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1551172594598 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.button_default02 { width: 100%; height:40px; background: #a2a3e9; color: #fff;border-width: 0px; box-sizing: border-box; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_02_1596784907531 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1596784907531 .button_default .buttonImg {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) {#button_style_02_1596784907531 .button_default .buttonImg {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_1597024211156 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1597024211156 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1597024211156 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1597024211156 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1596791256576 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596791256576 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1596791256576 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1596791932941 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596791932941 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1596791932941 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1596792048097 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596792048097 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1596792048097 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1596792185113 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596792185113 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1596792185113 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1596792213792 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596792213792 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1596792213792 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1596792229532 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596792229532 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1596792229532 .CompatibleImg img{width:100%; height:100%}}
.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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	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(/skin/images/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(/skin/images/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%);}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;position: relative;z-index: 999;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/* 分页 */
.boxNewsListStyle_4 .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;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1596865682016 .newDetail.pc {display:block;}
	#newsList_style_04_1596865682016 .newDetail.pad, #newsList_style_04_1596865682016 .newDetail.mobile {display:none;}
	#newsList_style_04_1596865682016 .newTitle.pc {display:block;}
	#newsList_style_04_1596865682016 .newTitle.pad, #newsList_style_04_1596865682016 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1596865682016 .newDetail.pad {display:block;}
		#newsList_style_04_1596865682016 .newDetail.pc, #newsList_style_04_1596865682016 .newDetail.mobile {display:none;}
		#newsList_style_04_1596865682016 .newTitle.pad {display:block;}
		#newsList_style_04_1596865682016 .newTitle.pc, #newsList_style_04_1596865682016 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1596865682016 .newDetail.mobile {display:block;}
		#newsList_style_04_1596865682016 .newDetail.pc, #newsList_style_04_1596865682016 .newDetail.pad {display:none;}
		#newsList_style_04_1596865682016 .newTitle.mobile {display:block;}
		#newsList_style_04_1596865682016 .newTitle.pc, #newsList_style_04_1596865682016 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1596865682016 li{width: 32.333333333333%;}
#newsList_style_04_1596865682016 li.sumary_list{margin-bottom:1.5%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1596865682016 li{width: 32.333333333333%;}
	#newsList_style_04_1596865682016 li.sumary_list{margin-bottom:1.5%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1596865682016  li{width: 100%;}
	#newsList_style_04_1596865682016  li.sumary_list{margin-bottom:1%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1596865682016 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1596865682016 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1596865682016 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1596865682016 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1596865682016 .submit_div{ display: inline-block; }

#newsList_style_04_1596865682016 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1596865682016 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1596865682016 .page_submit{margin-left:5px;}
#newsList_style_04_1596865682016 .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_04_1596865682016 .page_btn{ font-size:12px; }
		#newsList_style_04_1596865682016 .submit_div{ display:none; }
	}

	#newsList_style_04_1596865682016 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1596865682016 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;position: relative;z-index: 999;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/* 分页 */
.boxNewsListStyle_4 .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;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1596866152631 .newDetail.pc {display:block;}
	#newsList_style_04_1596866152631 .newDetail.pad, #newsList_style_04_1596866152631 .newDetail.mobile {display:none;}
	#newsList_style_04_1596866152631 .newTitle.pc {display:block;}
	#newsList_style_04_1596866152631 .newTitle.pad, #newsList_style_04_1596866152631 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1596866152631 .newDetail.pad {display:block;}
		#newsList_style_04_1596866152631 .newDetail.pc, #newsList_style_04_1596866152631 .newDetail.mobile {display:none;}
		#newsList_style_04_1596866152631 .newTitle.pad {display:block;}
		#newsList_style_04_1596866152631 .newTitle.pc, #newsList_style_04_1596866152631 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1596866152631 .newDetail.mobile {display:block;}
		#newsList_style_04_1596866152631 .newDetail.pc, #newsList_style_04_1596866152631 .newDetail.pad {display:none;}
		#newsList_style_04_1596866152631 .newTitle.mobile {display:block;}
		#newsList_style_04_1596866152631 .newTitle.pc, #newsList_style_04_1596866152631 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1596866152631 li{width: 32.333333333333%;}
#newsList_style_04_1596866152631 li.sumary_list{margin-bottom:1.5%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1596866152631 li{width: 32.333333333333%;}
	#newsList_style_04_1596866152631 li.sumary_list{margin-bottom:1.5%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1596866152631  li{width: 100%;}
	#newsList_style_04_1596866152631  li.sumary_list{margin-bottom:1.5%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1596866152631 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1596866152631 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1596866152631 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1596866152631 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1596866152631 .submit_div{ display: inline-block; }

#newsList_style_04_1596866152631 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1596866152631 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1596866152631 .page_submit{margin-left:5px;}
#newsList_style_04_1596866152631 .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_04_1596866152631 .page_btn{ font-size:12px; }
		#newsList_style_04_1596866152631 .submit_div{ display:none; }
	}

	#newsList_style_04_1596866152631 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1596866152631 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;position: relative;z-index: 999;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/* 分页 */
.boxNewsListStyle_4 .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;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1596865106612 .newDetail.pc {display:block;}
	#newsList_style_04_1596865106612 .newDetail.pad, #newsList_style_04_1596865106612 .newDetail.mobile {display:none;}
	#newsList_style_04_1596865106612 .newTitle.pc {display:block;}
	#newsList_style_04_1596865106612 .newTitle.pad, #newsList_style_04_1596865106612 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1596865106612 .newDetail.pad {display:block;}
		#newsList_style_04_1596865106612 .newDetail.pc, #newsList_style_04_1596865106612 .newDetail.mobile {display:none;}
		#newsList_style_04_1596865106612 .newTitle.pad {display:block;}
		#newsList_style_04_1596865106612 .newTitle.pc, #newsList_style_04_1596865106612 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1596865106612 .newDetail.mobile {display:block;}
		#newsList_style_04_1596865106612 .newDetail.pc, #newsList_style_04_1596865106612 .newDetail.pad {display:none;}
		#newsList_style_04_1596865106612 .newTitle.mobile {display:block;}
		#newsList_style_04_1596865106612 .newTitle.pc, #newsList_style_04_1596865106612 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1596865106612 li{width: 32.333333333333%;}
#newsList_style_04_1596865106612 li.sumary_list{margin-bottom:1.5%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1596865106612 li{width: 32.333333333333%;}
	#newsList_style_04_1596865106612 li.sumary_list{margin-bottom:1.5%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1596865106612  li{width: 100%;}
	#newsList_style_04_1596865106612  li.sumary_list{margin-bottom:1.5%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1596865106612 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1596865106612 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1596865106612 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1596865106612 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1596865106612 .submit_div{ display: inline-block; }

#newsList_style_04_1596865106612 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1596865106612 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1596865106612 .page_submit{margin-left:5px;}
#newsList_style_04_1596865106612 .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_04_1596865106612 .page_btn{ font-size:12px; }
		#newsList_style_04_1596865106612 .submit_div{ display:none; }
	}

	#newsList_style_04_1596865106612 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1596865106612 .page{line-height:30px; padding:0 13px;}
	}



#tab_style_03_1596858741909 #div_tab_style_03_1596858741909 .tab_right_arrow{display:none;width:14px;height:14px;opacity:1.5;right:6px;}
#tab_style_03_1596858741909 #div_tab_style_03_1596858741909 .tab_left_arrow{display:none;width:14px;height:14px;opacity:1.5;left:6px;}
#tab_style_03_1596858741909 #div_tab_style_03_1596858741909 .tab_img{display:none;}
#tab_style_03_1596858741909 #div_tab_style_03_1596858741909 .tab_ul{text-align:center}
#tab_style_03_1596858741909 #div_tab_style_03_1596858741909 .tab_nav{display:block !important;}
#tab_style_03_1596858741909 #div_tab_style_03_1596858741909 .tab_li{width:100px;margin-left:16px}
#tab_style_03_1596858741909 #div_tab_style_03_1596858741909 .tab_img img{width:0px;}
#tab_style_03_1596858741909 #div_tab_style_03_1596858741909 .tab_li:first-child{margin-left:0px;}

    #tab_style_03_1596858741909 .tab_ul.tab_ul_top,#tab_style_03_1596858741909 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1596858741909 .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;}
    }

	#image_style_01_1596796932744 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596796932744 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1596796932744 .CompatibleImg img{null}}
#image_style_01_1596796932744 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1596796932759 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596796932759 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1596796932759 .CompatibleImg img{null}}
#image_style_01_1596796932759 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;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); 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;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				