
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; 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}
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

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

}
body{ background-position:left top; }


 #image_logo_1563155546754{width:270px;height:51px;position:absolute;top:45px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1563155546754{left:5.075225344644751%;top:51.5px;width:231px;}}   @media screen and (max-width:640px) {#image_logo_1563155546754{width:252px;height:55px;top:15.59375px;left:5.066666666666666%;}} 

 #div_blank_new01_1563155679449{width:1px;height:25px;position:absolute;top:55px;left:23.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563155679449{left:18.0756230116649%;top:110px;}}   @media screen and (max-width:640px) {#div_blank_new01_1563155679449{width:0.5594956658786446px;height:13.987391646966115px;top:15.594956658786447px;left:167.7777777777778px;}}  #div_blank_new01_1563155679449  {box-sizing:border-box;} #div_blank_new01_1563155679449 .modSet {background:#b2b2b2;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563155679449  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563155679449  {box-sizing:border-box;}}

 #text_style_01_1563155857593{width:27.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:55.5px;left:25.291666666666668%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563155857593{left:calc(50% - 145.5px);top:62px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1563155857593{width:185.19306540583136px;font-size:12px;color:#333;line-height:1.6;top:15.874704491725769px;left:179.80693459416864px;display:none;}}  #text_style_01_1563155857593>.view_contents {font-size:23px;line-height:24px;height:24px;color:#222222;} @media screen and (max-width:640px) { #text_style_01_1563155857593>.view_contents {font-size:12px;}}

 #image_style_01_1563155952744{width:41px;height:33px;position:absolute;top:45px;left:62.79166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563155952744{left:71.47401908801697%;top:51.5px;}}   @media screen and (max-width:640px) {#image_style_01_1563155952744{width:41px;height:33px;top:50px;left:43.5px;display:none;}} #image_style_01_1563155952744 > .view_contents{overflow:visible;} 

 #text_style_01_1563156010938{width:20.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:55px;left:64.29166666666667%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563156010938{left:74.76139978791092%;top:51px;width:218px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1563156010938{width:250px;font-size:12px;color:#333;line-height:1.6;top:60px;left:61.5px;display:none;}}  #text_style_01_1563156010938>.view_contents {font-size:18px;line-height:24px;height:24px;color:#222222;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1563156010938>.view_contents {font-size:12px;}}

 #div_blank_new01_1563156124433{width:2880px;height:1px;position:absolute;top:110px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563156124433{}}   @media screen and (max-width:640px) {#div_blank_new01_1563156124433{width:355px;height:0.1232638888888889px;top:94px;left:10px;}}  #div_blank_new01_1563156124433  {box-sizing:border-box;} #div_blank_new01_1563156124433 .modSet {background:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563156124433  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563156124433  {box-sizing:border-box;}}

 #dh_style_28_1563156276538{width:99.91666666666667%;z-index:999;position:absolute;top:110px;left:0.0416666666666643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1563156276538{z-index:999;width:943px;left:calc(50% - 471.5px);top:110px;}}   @media screen and (max-width:640px) {#dh_style_28_1563156276538{width:44px;z-index:999;top:15.59375px;left:81.06666666666666%;}} #dh_style_28_1563156276538 > .view_contents{overflow:visible;}  #dh_style_28_1563156276538 .mainMenuSet {font-size:16px;font-weight:normal;color:#222222;line-height:76px;} #dh_style_28_1563156276538 .mainMenuSet:hover {color:#3595ed;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-color:#3595ed;border-width:4px;} #dh_style_28_1563156276538 #hot>a {color:#3595ed;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-color:#3595ed;border-width:4px;} @media screen and (max-width:640px) { #dh_style_28_1563156276538 .mainMenuSet {color:#999999;}} #comm_layout_header{height:201px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:199px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:94.12326388888889px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1581755828028{width:103%;height:363px;position:absolute;top:2px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1581755828028{}}   @media screen and (max-width:640px) {#banner_style_01_1581755828028{width:100%;height:161px;top:0px;left:0%;}}  #layout_diy_1563154826{height:365px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1563154826{height:365px;}}   @media screen and (max-width:640px) {#layout_diy_1563154826{height:162px;}} #layout_diy_1563154826 > .view_contents{overflow:visible;max-width:1200px;}  #layout_diy_1563154826  {background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;}


 #text_style_01_1563170553053{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:80px;left:24.291666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563170553053{left:24.284199363732768%;}}   @media screen and (max-width:640px) {#text_style_01_1563170553053{width:96%;font-size:12px;color:#333;line-height:1.6;top:24px;left:2%;}}  #text_style_01_1563170553053>.view_contents {font-size:30px;color:#3595ed;font-weight:bold;line-height:30px;height:30px;text-align:center;}

 #text_style_01_1563170604152{width:15%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:130px;left:42.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563170604152{}}   @media screen and (max-width:640px) {#text_style_01_1563170604152{width:43.2%;font-size:12px;color:#333;line-height:1.6;top:81px;left:28.4%;}}  #text_style_01_1563170604152>.view_contents {font-size:22px;color:#222222;line-height:24px;height:24px;text-align:center;}

 #div_blank_new01_1563170619642{width:40px;height:1px;position:absolute;top:140px;left:40.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563170619642{}}   @media screen and (max-width:640px) {#div_blank_new01_1563170619642{width:40px;height:2px;top:92px;left:22%;}}  #div_blank_new01_1563170619642  {box-sizing:border-box;} #div_blank_new01_1563170619642 .modSet {background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563170619642  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563170619642  {box-sizing:border-box;}}

 #div_blank_new01_1563170628767{width:40px;height:1px;position:absolute;top:140px;left:55.791666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563170628767{}}   @media screen and (max-width:640px) {#div_blank_new01_1563170628767{width:40px;height:2px;top:92px;left:67.59583333333333%;}}  #div_blank_new01_1563170628767  {box-sizing:border-box;} #div_blank_new01_1563170628767 .modSet {background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563170628767  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563170628767  {box-sizing:border-box;}}

 #image_style_11_1579501921980{width:99.83333333333333%;position:absolute;top:234px;left:0.20833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1579501921980{}}   @media screen and (max-width:640px) {#image_style_11_1579501921980{width:96%;top:134px;left:2%;}} #image_style_11_1579501921980 > .view_contents{overflow:visible;} 

 #button_style_02_1579574686419{width:10.416666666666668%;position:absolute;top:489px;left:6.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1579574686419{left:6.654294803817604%;top:429px;}}   @media screen and (max-width:640px) {#button_style_02_1579574686419{width:22.6%;top:267px;left:14.000000000000002%;display:none;}} #button_style_02_1579574686419 > .view_contents{overflow:visible;} 

 #button_style_02_1579574767944{width:10.416666666666668%;position:absolute;top:489px;left:32.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1579574767944{left:32.10664103923648%;top:429px;}}   @media screen and (max-width:640px) {#button_style_02_1579574767944{width:22.400000000000002%;top:272px;left:63.6%;display:none;}} #button_style_02_1579574767944 > .view_contents{overflow:visible;} 

 #button_style_02_1579574791148{width:10.416666666666668%;position:absolute;top:489px;left:58.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1579574791148{left:57.45128579003181%;top:429px;}}   @media screen and (max-width:640px) {#button_style_02_1579574791148{width:21.866666666666667%;top:449px;left:16.400000000000002%;display:none;}} #button_style_02_1579574791148 > .view_contents{overflow:visible;} 

 #button_style_02_1579574816200{width:10.416666666666668%;position:absolute;top:489px;left:84.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1579574816200{left:83.64760074231177%;top:429px;}}   @media screen and (max-width:640px) {#button_style_02_1579574816200{width:22.666666666666664%;top:455px;left:63.6%;display:none;}} #button_style_02_1579574816200 > .view_contents{overflow:visible;} 

 #button_style_02_1579574835273{width:10.416666666666668%;position:absolute;top:793px;left:6.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1579574835273{left:6.654294803817604%;top:674px;}}   @media screen and (max-width:640px) {#button_style_02_1579574835273{width:22.400000000000002%;top:1059px;left:2%;display:none;}} #button_style_02_1579574835273 > .view_contents{overflow:visible;} 

 #button_style_02_1579574849476{width:10.416666666666668%;position:absolute;top:793px;left:32.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1579574849476{left:31.3394750795334%;top:674px;}}   @media screen and (max-width:640px) {#button_style_02_1579574849476{width:22.400000000000002%;top:1109px;left:2%;display:none;}} #button_style_02_1579574849476 > .view_contents{overflow:visible;} 

 #button_style_02_1579574868830{width:10.416666666666668%;position:absolute;top:798px;left:57.49999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1579574868830{left:56.65098091198303%;top:674px;}}   @media screen and (max-width:640px) {#button_style_02_1579574868830{width:22.400000000000002%;top:1159px;left:2%;display:none;}} #button_style_02_1579574868830 > .view_contents{overflow:visible;} 

 #button_style_02_1579574881395{width:10.416666666666668%;position:absolute;top:804px;left:84.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1579574881395{left:82.58715535524921%;top:674px;}}   @media screen and (max-width:640px) {#button_style_02_1579574881395{width:22.666666666666664%;top:1209px;left:2%;display:none;}} #button_style_02_1579574881395 > .view_contents{overflow:visible;}  #layout_1563157506688{height:875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563157506688{height:756px;}}   @media screen and (max-width:640px) {#layout_1563157506688{height:912px;}} #layout_1563157506688 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563157506688  {background: url(../image/banner5.jpg);background-position:50% 50% !important;background-size:auto 100%;}


 #text_style_01_1563159023619{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:80px;left:24.291666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563159023619{}}   @media screen and (max-width:640px) {#text_style_01_1563159023619{width:96%;font-size:12px;color:#333;line-height:1.6;top:40px;left:2%;}}  #text_style_01_1563159023619>.view_contents {font-size:30px;color:#3595ed;font-weight:bold;line-height:30px;height:30px;text-align:center;}

 #text_style_01_1563159143348{width:15%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:130px;left:42.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563159143348{}}   @media screen and (max-width:640px) {#text_style_01_1563159143348{width:40%;font-size:12px;color:#333;line-height:1.6;top:81px;left:30%;}}  #text_style_01_1563159143348>.view_contents {font-size:22px;color:#222222;line-height:24px;height:24px;text-align:center;}

 #div_blank_new01_1563159261924{width:40px;height:1px;position:absolute;top:140px;left:40.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563159261924{}}   @media screen and (max-width:640px) {#div_blank_new01_1563159261924{width:40px;height:2px;top:92px;left:22%;}}  #div_blank_new01_1563159261924  {box-sizing:border-box;} #div_blank_new01_1563159261924 .modSet {background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563159261924  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563159261924  {box-sizing:border-box;}}

 #div_blank_new01_1563159355041{width:40px;height:1px;position:absolute;top:140px;left:55.791666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563159355041{}}   @media screen and (max-width:640px) {#div_blank_new01_1563159355041{width:40px;height:2px;top:92px;left:67.5%;}}  #div_blank_new01_1563159355041  {box-sizing:border-box;} #div_blank_new01_1563159355041 .modSet {background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563159355041  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563159355041  {box-sizing:border-box;}}

 #image_style_12_1563159407692{width:100%;position:absolute;top:210px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1563159407692{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#image_style_12_1563159407692{width:96%;top:137px;left:2%;}} #image_style_12_1563159407692 > .view_contents{overflow:visible;}  #image_style_12_1563159407692 .imgSet {border-radius:100px;} #image_style_12_1563159407692 .titleSet {color:#333333;font-size:20px;line-height:50px;padding-top:24px;} #image_style_12_1563159407692 .detailSet {font-size:14px;color:#999999;line-height:24px;}

 #image_style_01_1579575647118{width:99.75%;height:285px;position:absolute;top:526px;left:0.11111100514729817%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1579575647118{height:235px;left:0%;top:485px;width:942.5px;}}   @media screen and (max-width:640px) {#image_style_01_1579575647118{width:96%;height:45px;top:584px;left:2%;display:none;}} #image_style_01_1579575647118 > .view_contents{overflow:visible;} 

 #text_style_01_1579655118391{width:18.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:474.00001525878906px;left:40.8611110051473%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579655118391{width:175px;left:42.25212089077412%;top:485px;}}   @media screen and (max-width:640px) {#text_style_01_1579655118391{width:96%;font-size:12px;color:#333;line-height:1.6;top:584px;left:2%;display:none;}}  #text_style_01_1579655118391>.view_contents {font-size:29px;color:#386af4;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1579655118391>.view_contents {font-size:22px;}} #layout_1563156854541{height:846px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563156854541{height:721px;}}   @media screen and (max-width:640px) {#layout_1563156854541{height:588px;}} #layout_1563156854541 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563156854541  {background: url(../image/banner3.jpg);background-position:50% 50% !important;background-size:auto 100%;}


 #text_style_01_1563171116547{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:80px;left:24.291666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563171116547{}}   @media screen and (max-width:640px) {#text_style_01_1563171116547{width:96%;font-size:12px;color:#333;line-height:1.6;top:40px;left:2%;}}  #text_style_01_1563171116547>.view_contents {font-size:30px;color:#3595ed;font-weight:bold;line-height:30px;height:30px;text-align:center;}

 #div_blank_new01_1563171116555{width:71px;height:5px;position:absolute;top:146.5px;left:32.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563171116555{}}   @media screen and (max-width:640px) {#div_blank_new01_1563171116555{width:40px;height:2px;top:91px;left:9.733333333333333%;}}  #div_blank_new01_1563171116555  {box-sizing:border-box;} #div_blank_new01_1563171116555 .modSet {background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563171116555  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563171116555  {box-sizing:border-box;}}

 #div_blank_new01_1563171116558{width:73px;height:6px;position:absolute;top:146.5px;left:62.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563171116558{}}   @media screen and (max-width:640px) {#div_blank_new01_1563171116558{width:40px;height:2px;top:86px;left:77.9%;}}  #div_blank_new01_1563171116558  {box-sizing:border-box;} #div_blank_new01_1563171116558 .modSet {background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563171116558  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563171116558  {box-sizing:border-box;}}

 #text_style_01_1563171116552{width:20.666666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:138px;left:39.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563171116552{left:41.15025185577943%;top:137px;}}   @media screen and (max-width:640px) {#text_style_01_1563171116552{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1563171116552>.view_contents {font-size:22px;color:#222222;line-height:24px;height:24px;text-align:center;}

 #newsList_style_17_1579672008815{width:1186px;height:180px;left:0.7083333333333333%;top:209.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_17_1579672008815{width:934px;height:180px;}}   @media screen and (max-width:640px) {#newsList_style_17_1579672008815{width:95%;height:180px;left:2%;top:138px;}}  #layout_1563171116546{height:428px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563171116546{height:423px;}}   @media screen and (max-width:640px) {#layout_1563171116546{height:377px;}} #layout_1563171116546 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563171116546  {background-position:50% 50% !important;background-size:cover;background: url(../image/banner6.jpg);background-repeat:no-repeat!important;} @media screen and (max-width:640px) { #layout_1563171116546  {background-size:auto 100%;}}


 #text_style_01_1563176112279{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:80px;left:24.291666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563176112279{left:calc(50% - 242.5px);top:39px;}}   @media screen and (max-width:640px) {#text_style_01_1563176112279{width:96%;font-size:12px;color:#333;line-height:1.6;top:40px;left:2%;}}  #text_style_01_1563176112279>.view_contents {font-size:30px;color:#3595ed;font-weight:bold;line-height:30px;height:30px;text-align:center;}

 #text_style_01_1563176112293{width:16.083333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:130px;left:42.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563176112293{left:41.145281018027575%;top:82.5px;width:189px;}}   @media screen and (max-width:640px) {#text_style_01_1563176112293{width:63.46666666666667%;font-size:12px;color:#333;line-height:1.6;top:81px;left:18.266666666666666%;}}  #text_style_01_1563176112293>.view_contents {font-size:22px;color:#222222;line-height:24px;height:24px;text-align:center;}

 #div_blank_new01_1563176112299{width:40px;height:1px;position:absolute;top:140px;left:37.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563176112299{left:35.78340402969247%;top:94px;}}   @media screen and (max-width:640px) {#div_blank_new01_1563176112299{width:40px;height:2px;top:92px;left:12%;}}  #div_blank_new01_1563176112299  {box-sizing:border-box;} #div_blank_new01_1563176112299 .modSet {background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563176112299  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563176112299  {box-sizing:border-box;}}

 #div_blank_new01_1563176112306{width:40px;height:1px;position:absolute;top:140px;left:59.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563176112306{left:61.85876193001061%;top:94px;}}   @media screen and (max-width:640px) {#div_blank_new01_1563176112306{width:40px;height:2px;top:92px;left:76.8%;}}  #div_blank_new01_1563176112306  {box-sizing:border-box;} #div_blank_new01_1563176112306 .modSet {background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563176112306  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563176112306  {box-sizing:border-box;}}

 #banner_style_04_1563176233329{width:100%;height:200px;position:absolute;top:364px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1563176233329{left:calc(50% - 471.5px);top:318px;}}   @media screen and (max-width:640px) {#banner_style_04_1563176233329{width:100%;height:74px;top:306px;left:0%;}} 

 #text_style_01_1579660330147{width:97.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:174.328125px;left:1.3333333333333286%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579660330147{width:97.77306468716861%;top:149.328125px;left:1.2725344644750796%;}}   @media screen and (max-width:640px) {#text_style_01_1579660330147{width:96%;font-size:12px;color:#333;line-height:1.6;top:121px;left:2%;}}  #layout_1563176112277{height:632px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563176112277{height:589px;}}   @media screen and (max-width:640px) {#layout_1563176112277{height:433px;}} #layout_1563176112277 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563176112277  {background-position:50% 50% !important;background-size:auto 100%;background:transparent;}
 #layout_1579511436599{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1579511436599{height:1px;}}   @media screen and (max-width:640px) {#layout_1579511436599{height:1px;}} #layout_1579511436599 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1581734327267{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1581734327267{}}   @media screen and (max-width:640px) {#layout_1581734327267{}} #layout_1581734327267 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1563178184904{width:44%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:45px;left:2.9583349227905273%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563178184904{width:610px;left:1.9999337221633087%;top:54px;}}   @media screen and (max-width:640px) {#text_style_01_1563178184904{width:355px;font-size:12px;color:#333;line-height:1.6;top:40px;left:calc(50% - 177.5px);}}  #text_style_01_1563178184904>.view_contents {font-size:22px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1563178184904>.view_contents {font-size:17px;}}

 #div_blank_new01_1563178246263{width:1000px;height:1px;position:absolute;top:118px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563178246263{width:80%;left:1%;}}   @media screen and (max-width:640px) {#div_blank_new01_1563178246263{width:355px;height:0.355px;top:280px;left:10px;}}  #div_blank_new01_1563178246263  {box-sizing:border-box;} #div_blank_new01_1563178246263 .modSet {background:rgba(127,127,127,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563178246263  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563178246263  {box-sizing:border-box;}}

 #text_style_01_1563178347903{width:15.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:155px;left:1.8333333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563178347903{left:3.4851096467779654%;top:155px;}}   @media screen and (max-width:640px) {#text_style_01_1563178347903{width:103.30254041570439px;font-size:12px;color:#333;line-height:1.6;top:88px;left:2.666666666666667%;}}  #text_style_01_1563178347903>.view_contents {color:#3595ed;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1563178347903>.view_contents {font-size:12px;}}

 #text_style_01_1563178567610{width:18.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:244.5px;left:23.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563178567610{}}   @media screen and (max-width:640px) {#text_style_01_1563178567610{width:121.8860662047729px;font-size:12px;color:#333;line-height:1.6;top:144.046875px;left:43.40416666666667%;}}  #text_style_01_1563178567610>.view_contents {color:#3595ed;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1563178567610>.view_contents {font-size:12px;}}

 #text_style_01_1563178599864{width:23.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:284.00001525878906px;left:23.791666984558105%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563178599864{width:308px;left:23.29003181336161%;top:285px;}}   @media screen and (max-width:640px) {#text_style_01_1563178599864{width:175.13753327417925px;font-size:12px;color:#333;line-height:1.6;top:163.046875px;left:43.40416666666667%;}}  #text_style_01_1563178599864>.view_contents {color:#d1d0d0;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1563178599864>.view_contents {font-size:12px;}}

 #text_style_01_1563178665021{width:18.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:155px;left:57.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563178665021{}}   @media screen and (max-width:640px) {#text_style_01_1563178665021{width:215.70844686648502px;font-size:12px;color:#333;line-height:1.6;top:284.390625px;left:2.666666666666667%;}}  #text_style_01_1563178665021>.view_contents {color:#3595ed;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1563178665021>.view_contents {font-size:12px;}}

 #text_style_01_1563178689827{width:15.666666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:244.50001525878906px;left:57.25000158945719%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563178689827{left:57.24913838812301%;top:228px;}}   @media screen and (max-width:640px) {#text_style_01_1563178689827{width:270.3835616438356px;font-size:12px;color:#333;line-height:1.6;top:339px;left:2.7083333333333335%;}}  #text_style_01_1563178689827>.view_contents {color:#d1d0d0;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1563178689827>.view_contents {font-size:12px;}}

 #text_style_01_1563178708314{width:23.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:209px;left:57.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563178708314{left:57.24913838812301%;top:192px;}}   @media screen and (max-width:640px) {#text_style_01_1563178708314{width:268.9100817438692px;font-size:12px;color:#333;line-height:1.6;top:311.359375px;left:2.666666666666667%;}}  #text_style_01_1563178708314>.view_contents {color:#ffffff;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1563178708314>.view_contents {font-size:12px;}}

 #text_style_01_1563179139006{width:58.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:362px;left:20.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563179139006{left:20.625662778366912%;}}   @media screen and (max-width:640px) {#text_style_01_1563179139006{width:263.1703470031546px;font-size:12px;color:#333;line-height:1.6;top:401.75px;left:14.933333333333335%;display:block;}}  #text_style_01_1563179139006>.view_contents {color:#666666;font-size:14px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563179139006>.view_contents {font-size:12px;}}

 #text_style_01_1563178836858{width:8.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:257.00001525878906px;left:77.54166825612387%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563178836858{left:86.41635737009544%;top:238px;}}   @media screen and (max-width:640px) {#text_style_01_1563178836858{width:100px;font-size:12px;color:#333;line-height:1.6;top:372.75px;left:53.40416666666666%;}}  #text_style_01_1563178836858>.view_contents {color:#d1d0d0;font-size:14px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563178836858>.view_contents {font-size:12px;}}

 #image_style_01_1563178778139{width:119px;height:105px;position:absolute;top:155px;left:76.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563178778139{left:84.18942205726405%;top:110px;}}   @media screen and (max-width:640px) {#image_style_01_1563178778139{width:103px;height:86px;top:286.015625px;left:53.270833333333336%;}} #image_style_01_1563178778139 > .view_contents{overflow:visible;} 

 #text_style_01_1579511448133{width:6.666666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:184px;left:1.8333333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579511448133{width:93px;left:3.4862142099681868%;top:184px;}}   @media screen and (max-width:640px) {#text_style_01_1579511448133{width:80px;font-size:12px;color:#333;line-height:1.6;top:125.046875px;left:2.666666666666667%;}}  #text_style_01_1579511448133>.view_contents {color:#f7f6f4;} @media screen and (max-width:640px) { #text_style_01_1579511448133>.view_contents {font-size:12px;}}

 #text_style_01_1579511544830{width:7.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:257px;left:1.8333333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579511544830{left:3.4862142099681868%;top:253.00001907348633px;}}   @media screen and (max-width:640px) {#text_style_01_1579511544830{width:49.19168591224018px;font-size:12px;color:#333;line-height:1.6;top:163.046875px;left:2.666666666666667%;}}  #text_style_01_1579511544830>.view_contents {color:#f7f6f4;} @media screen and (max-width:640px) { #text_style_01_1579511544830>.view_contents {font-size:12px;}}

 #text_style_01_1579511592453{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:291.0000305175781px;left:1.8333333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579511592453{left:3.4862142099681868%;top:285px;}}   @media screen and (max-width:640px) {#text_style_01_1579511592453{width:100px;font-size:12px;color:#333;line-height:1.6;top:185.015625px;left:2.666666666666667%;}}  #text_style_01_1579511592453>.view_contents {color:#f7f6f4;} @media screen and (max-width:640px) { #text_style_01_1579511592453>.view_contents {font-size:12px;}}

 #text_style_01_1579511627788{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:328.00001525878906px;left:1.8333333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579511627788{left:3.4862142099681868%;top:320.0000190734863px;}}   @media screen and (max-width:640px) {#text_style_01_1579511627788{width:233.09671694764862px;font-size:12px;color:#333;line-height:1.6;top:204.015625px;left:2.666666666666667%;}}  #text_style_01_1579511627788>.view_contents {color:#f7f6f4;} @media screen and (max-width:640px) { #text_style_01_1579511627788>.view_contents {font-size:12px;}}

 #text_style_01_1579511660245{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:362.00001525878906px;left:1.8333333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579511660245{left:3.4862142099681868%;top:355.0000190734863px;}}   @media screen and (max-width:640px) {#text_style_01_1579511660245{width:138.11777076761305px;font-size:12px;color:#333;line-height:1.6;top:227.59375px;left:2.666666666666667%;}}  #text_style_01_1579511660245>.view_contents {color:#f7f6f4;} @media screen and (max-width:640px) { #text_style_01_1579511660245>.view_contents {font-size:12px;}}

 #text_style_01_1579511876918{width:18.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:155px;left:23.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579511876918{}}   @media screen and (max-width:640px) {#text_style_01_1579511876918{width:121.8860662047729px;font-size:12px;color:#333;line-height:1.6;top:88px;left:43.40416666666667%;}}  #text_style_01_1579511876918>.view_contents {color:#3595ed;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1579511876918>.view_contents {font-size:12px;}}

 #text_style_01_1579511902175{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:192px;left:23.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579511902175{}}   @media screen and (max-width:640px) {#text_style_01_1579511902175{width:202.23248652809855px;font-size:12px;color:#333;line-height:1.6;top:113.328125px;left:43.46666666666666%;}}  #text_style_01_1579511902175>.view_contents {color:#f7f6f4;} @media screen and (max-width:640px) { #text_style_01_1579511902175>.view_contents {font-size:12px;}}

 #text_style_01_1579511492773{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:221px;left:1.8333333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579511492773{left:3.4862142099681868%;top:217.00000762939453px;}}   @media screen and (max-width:640px) {#text_style_01_1579511492773{width:150px;font-size:12px;color:#333;line-height:1.6;top:144.046875px;left:2.666666666666667%;}}  #text_style_01_1579511492773>.view_contents {color:#f7f6f4;} @media screen and (max-width:640px) { #text_style_01_1579511492773>.view_contents {font-size:12px;}}

 #text_default_1581903463589{width:17.25%;height:37px;position:absolute;top:51px;left:72.375%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1581903463589{display:block;}}   @media screen and (max-width:640px) {#text_default_1581903463589{width:5.333333333333334%;height:33px;top:223.015625px;left:90.07083333333334%;display:block;}}  #comm_layout_footer{height:487px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:487px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:496.75px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#292a2f;}
.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;*/
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1563155952744 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563155952744 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563155952744 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563155952744 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_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02#subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02#subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 #thrCurSet{color: #750406; background: #f7f7f7;}

.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


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

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

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../image/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../image/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}
.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	            

            #banner_style_01_1581755828028 .bannerStyle_1 .main_image .img-item .img_0{background: url('../image/158173227009556bd1217a732f154-15.jpg') center top no-repeat;}
                #banner_style_01_1581755828028 .bannerStyle_1 .main_image .img-item .img_1{background: url('../image/15795004835460addc288c5082dd0-15.jpg') center top no-repeat;}
                #banner_style_01_1581755828028 .bannerStyle_1 .main_image .img-item .img_2{background: url('../image/158173171844714f92d60adb0f9a2-15.jpg') center top no-repeat;}
                #banner_style_01_1581755828028 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1581755828028 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1581755828028 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1581755828028 .bannerStyle_1 .main_image .img-item span{}    }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

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

.imgShowBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



/*pc*/
#image_style_11_1579501921980 ul li .ratio{margin-top: 100%; float: left;}
#image_style_11_1579501921980  ul li{width: 23.5%;}
#image_style_11_1579501921980  ul li.imgItems{margin-bottom:2%;}

@media screen and (max-width: 1024px){/*ipad*/
        #image_style_11_1579501921980 ul li .ratio{margin-top: 100%; float: left;}
	#image_style_11_1579501921980  ul li{width: 23.5%;}
	#image_style_11_1579501921980  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
        #image_style_11_1579501921980 ul li .ratio{margin-top: 100%; float: left;}
	#image_style_11_1579501921980  ul li{width: 49%;}
	#image_style_11_1579501921980  ul li.imgItems{margin-bottom:2%;}
}
.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_1579574686419 .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_1579574686419 .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_1579574686419 .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);}}.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_1579574767944 .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_1579574767944 .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_1579574767944 .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);}}.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_1579574791148 .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_1579574791148 .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_1579574791148 .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);}}.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_1579574816200 .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_1579574816200 .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_1579574816200 .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);}}.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_1579574835273 .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_1579574835273 .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_1579574835273 .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);}}.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_1579574849476 .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_1579574849476 .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_1579574849476 .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);}}.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_1579574868830 .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_1579574868830 .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_1579574868830 .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);}}.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_1579574881395 .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_1579574881395 .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_1579574881395 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:calc(100% / 3); overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;box-sizing: border-box;}
.imgStyle_12 .imgBt{ text-align: center; font-size:16px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
	
			#image_style_12_1563159407692 .imgDetail{ display:block; }
		
			#image_style_12_1563159407692 li{ width:20.5%; margin-left: auto;margin-right: auto;}
		#image_style_12_1563159407692 li.imgTextLi{ margin-bottom:6%; }
		#image_style_12_1563159407692 .imgTBox img{ width:91px;}
		#image_style_12_1563159407692 .img_Box{ padding-bottom: ; }

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1563159407692 li{ width:20.5%; }
		#image_style_12_1563159407692 li.imgTextLi{ margin-bottom:6%; }
		#image_style_12_1563159407692 .imgTBox img{ width:70px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1563159407692 li{ width:48%; }
		#image_style_12_1563159407692 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1563159407692 .imgTBox img{ width:70px;}
	}
		

	
	
	

	#image_style_01_1579575647118 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1579575647118 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1579575647118 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1579575647118 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_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.boxNewsListStyle_17 {height: 100%;}
.boxNewsListStyle_17 .bcon{width:100%;height: 100%;border:1px solid #eee;margin:0px auto;}
.boxNewsListStyle_17 .bcon h2{border-bottom:1px solid #eee;padding:0 10px;}
.boxNewsListStyle_17 .bcon h2 b{font:bold 14px/40px '宋体';border-top:2px solid #3492D1;padding:0 8px;margin-top:-1px;display:inline-block;}
.boxNewsListStyle_17 .list_lh{height: 100%!important;overflow:hidden;}
.boxNewsListStyle_17 .list_lh li{padding:10px;}
.boxNewsListStyle_17 .list_lh li.lieven{background:#F0F2F3;}
.boxNewsListStyle_17 .list_lh li p{height:24px;line-height:24px;}
.boxNewsListStyle_17 .list_lh li p a{float:left;}
.boxNewsListStyle_17 .list_lh li p em{width:80px;font:normal 12px/24px Arial;color:#FF3300;float:right;display:inline-block;}
.boxNewsListStyle_17 .list_lh li p span{color:#999;float:right;}
.boxNewsListStyle_17 .list_lh li p a.btn_lh{background:#28BD19;height:17px;line-height:17px;color:#fff;padding:0 5px;margin-top:4px;display:inline-block;float:right;}
.boxNewsListStyle_17 .btn_lh:hover{color:#fff;text-decoration:none;}
.boxNewsListStyle_17 .titleSet{font-size: 14px;color:black;}
.boxNewsListStyle_17 .newDetail.pad,.boxNewsListStyle_17 .newDetail.mobile{display: none;}
.boxNewsListStyle_17 .newDetail.pc{display: block;}

.boxNewsListStyle_17 .newDetail{ /*这个根据实际需要设置大小*/
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
	display: block;
}
.boxNewsListStyle_17 .newTitle .newName{display: flex;justify-content: space-between;}
.boxNewsListStyle_17 .newTitle .newName .nTime{display: inline-block; padding-left: 12px;}
.boxNewsListStyle_17 .newName a{display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
@media screen and (max-width:991px){
.boxNewsListStyle_17 .newDetail.pc,.boxNewsListStyle_17 .newDetail.mobile{display: none;}
.boxNewsListStyle_17 .newDetail.pad{display: block;}
}

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

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

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

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

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

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:max-content;width: -webkit-max-content;width: -moz-max-content; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;display: inline;}
.bannerStyle_4 .imgMove li{position:relative; float:left; padding:0 10px; height:100%;box-sizing: border-box;overflow: hidden;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}
.bannerStyle_4 .list_mode .a_mode{position: relative;}
.bannerStyle_4 .textAlt{display: inline-block;position: absolute;width: 100%;text-align: left;left: 0;bottom: 0;line-height: 1.8;background: rgba(255,255,255,0.5);padding: 8px 10px;box-sizing: border-box;}
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}

.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}

.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}
	            
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1563178778139 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563178778139 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563178778139 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563178778139 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: #303edb; 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: 16px; white-space: nowrap; margin: auto; text-align: center; color: #f7f6f4; line-height: 1;font-family:Microsoft YaHei;font-weight:bold;text-decoration:underline;}
				.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;}
				}
				