
/**
    *编辑器         \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_45_1596511747398{width:63%;z-index:999;left:37%;top:14.5px;position:absolute;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_45_1596511747398{width:70%;z-index:999;left:28.063693001060447%;top:12.984375px;display:none;}}   @media screen and (max-width:640px) {#dh_style_45_1596511747398{width:80px;z-index:999;left:76%;top:3px;display:block;}} #dh_style_45_1596511747398 > .view_contents{overflow:visible;}  #dh_style_45_1596511747398 .mainMenuSet {color:#333333;} #dh_style_45_1596511747398 .mainMenuSet:hover {color:#333333;border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;border-width:3px;border-color:#0da0f4;} #dh_style_45_1596511747398 #hot>a {color:#333333;border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;border-width:3px;border-color:#0da0f4;} #dh_style_45_1596511747398 #hot .aview {color:#333333;border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;border-width:3px;border-color:#0da0f4;} #dh_style_45_1596511747398 .subMenuSet:hover {color:#333333;font-family:Microsoft YaHei;border-style:solid;border-width:3px;border-color:#0da0f4;border-bottom:none !important;border-top:none !important;font-size:14px;border-right:none !important;} #dh_style_45_1596511747398 #subCurSet {color:#333333;font-family:Microsoft YaHei;border-style:solid;border-width:3px;border-color:#0da0f4;border-bottom:none !important;border-top:none !important;font-size:14px;border-right:none !important;} #dh_style_45_1596511747398 .subMenuSet {font-size:12px;} @media screen and (max-width:640px) { #dh_style_45_1596511747398 .dhAreaSet {background:#fcfcfc;}} @media screen and (max-width:640px) { #dh_style_45_1596511747398 .subMenuSet {color:#333333;}} @media screen and (max-width:640px) { #dh_style_45_1596511747398 .icoMenuSet {background:transparent;color:#191919;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_45_1596511747398{
	
}
#dh_style_45_1596511747398 .menuStyle_45 .menuUl>li{background:#ffffff;}
#dh_style_45_1596511747398 .menuStyle_45 .menuUl03 .subMenu03{text-align:left;}
#dh_style_45_1596511747398 .menuStyle_45 .menuUl>li::after{ display: none;}
#dh_style_45_1596511747398 .subBox .subMenuArea .subMenuAreaItem .subMenu02{pointer-events:none }
#dh_style_45_1596511747398 .menuStyle_45 .subBox .subMenu02::after {left: 0;transform: translateX(0%);display:none;}
#dh_style_45_1596511747398 .subMenuSet{text-align:left;}
#dh_style_45_1596511747398 .menuStyle_45 .menuUl03 .subMenu03 a {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#dh_style_45_1596511747398 .menuStyle_45 .subBox .subMenu02 .fa{display:none;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_45_1596511747398{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_45_1596511747398{
		
	}
}

 #text_style_01_1607304981396{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:14.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1607304981396{width:320px;left:2.651113467656416%;top:15.5px;}}   @media screen and (max-width:640px) {#text_style_01_1607304981396{width:96%;font-size:12px;color:#333;line-height:1.6;top:57px;left:2%;}}  #text_style_01_1607304981396>.view_contents {font-size:22px;font-weight:bold;} #comm_layout_header{height:74.00297599999999px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:92.5px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:120px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1594637453210{width:100%;height:580px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1594637453210{height:320px;}}   @media screen and (max-width:640px) {#banner_style_01_1594637453210{width:96%;height:148.48px;top:10px;left:2%;}} 
/*----------------------电脑板式样式----------------------*/
#banner_style_01_1594637453210{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1594637453210{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#banner_style_01_1594637453210{
		
	}
} #layout_1594637453207{height:580px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594637453207{height:320px;}}   @media screen and (max-width:640px) {#layout_1594637453207{height:158.48px;}} 



 #text_style_01_1594637558195{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:2px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594637558195{}}   @media screen and (max-width:640px) {#text_style_01_1594637558195{width:73.86363636363636%;font-size:12px;color:#333;line-height:1.6;top:7px;left:0%;}}  #text_style_01_1594637558195>.view_contents {font-size:24px;font-weight:bold;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594637558195>.view_contents {font-size:18px;}}

 #text_style_01_1594637558200{width:51.26050420168067%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:40px;left:0.05865013144932185%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594637558200{}}   @media screen and (max-width:640px) {#text_style_01_1594637558200{width:50%;font-size:12px;color:#333;line-height:1.6;top:41px;left:0%;}}  #text_style_01_1594637558200>.view_contents {font-size:28px;font-weight:normal;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594637558200>.view_contents {font-size:18px;}}

 #div_blank_new05_1594637558203{width:20.168067226890756%;position:absolute;top:92px;left:20.898092946698586%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594637558203{}}   @media screen and (max-width:640px) {#div_blank_new05_1594637558203{top:83px;left:20.892333984375%;}}  #div_blank_new05_1594637558203  {box-sizing:border-box;} #div_blank_new05_1594637558203 .roundcs {border-width:3px;border-color:#00bfa9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594637558203  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594637558203  {box-sizing:border-box;}}

 #div_blank_new05_1594637558206{width:20.168067226890756%;position:absolute;top:92px;left:0.7331378299120235%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594637558206{}}   @media screen and (max-width:640px) {#div_blank_new05_1594637558206{top:83px;left:0.732421875%;}}  #div_blank_new05_1594637558206  {box-sizing:border-box;} #div_blank_new05_1594637558206 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594637558206  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594637558206  {box-sizing:border-box;}}
 #div_a_includeBlock_1594637557329{width:28.416666666666668%;height:115px;position:absolute;top:45px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594637557329{height:143px;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594637557329{width:68.26666666666667%;height:125px;top:10px;left:2%;}}  #layout_diy_1594035092{height:216px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1594035092{height:216px;}}   @media screen and (max-width:640px) {#layout_diy_1594035092{height:135px;}} #layout_diy_1594035092 > .view_contents{max-width:1200px;}  #layout_diy_1594035092  {background:#ffffff;}


 #jobs_style_01_1600415843004{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#jobs_style_01_1600415843004{left:2.014846235418876%;width:96%;}}   @media screen and (max-width:640px) {#jobs_style_01_1600415843004{width:96%;top:10px;left:2%;}}  #jobs_style_01_1600415843004 .titProSet {font-family:Microsoft YaHei;font-size:14px;} #jobs_style_01_1600415843004 .stationSet {padding-top:0px;margin-top:0px;} #jobs_style_01_1600415843004 .btnaSet {background:#0da0f4;} #layout_1600415829572{height:873px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1600415829572{height:847px;}}   @media screen and (max-width:640px) {#layout_1600415829572{height:882px;}} #layout_1600415829572 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1594813192840{width:51.26050420168067%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:2px;left:0.054985337243401766%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594813192840{}}   @media screen and (max-width:640px) {#text_style_01_1594813192840{width:50%;font-size:12px;color:#333;line-height:1.6;top:18px;left:0%;}}  #text_style_01_1594813192840>.view_contents {font-size:28px;font-weight:normal;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594813192840>.view_contents {font-size:18px;}}

 #div_blank_new05_1594813192843{width:20.168067226890756%;position:absolute;top:54px;left:20.89442815249267%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594813192843{}}   @media screen and (max-width:640px) {#div_blank_new05_1594813192843{}}  #div_blank_new05_1594813192843  {box-sizing:border-box;} #div_blank_new05_1594813192843 .roundcs {border-width:3px;border-color:#00bfa9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594813192843  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594813192843  {box-sizing:border-box;}}

 #div_blank_new05_1594813192846{width:20.168067226890756%;position:absolute;top:54px;left:0.7331378299120235%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594813192846{}}   @media screen and (max-width:640px) {#div_blank_new05_1594813192846{}}  #div_blank_new05_1594813192846  {box-sizing:border-box;} #div_blank_new05_1594813192846 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594813192846  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594813192846  {box-sizing:border-box;}}
 #div_a_includeBlock_1594813192690{width:28.249999999999996%;height:77px;position:absolute;top:60px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594813192690{height:107px;left:1.9999337221633087%;top:52px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594813192690{width:96%;height:87px;top:10px;left:2%;}}  #layout_1594811926889{height:176px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594811926889{height:159px;}}   @media screen and (max-width:640px) {#layout_1594811926889{height:97px;}} #layout_1594811926889 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1594811926889  {background:#f7f7f7;}


 #image_style_12_1_1600417490968{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1_1600417490968{width:96%;left:2.014846235418876%;top:0px;}}   @media screen and (max-width:640px) {#image_style_12_1_1600417490968{width:96%;top:0px;left:2%;}} #image_style_12_1_1600417490968 > .view_contents{overflow:hidden;}  #image_style_12_1_1600417490968 .picSet {border-radius:initial;} #image_style_12_1_1600417490968 .modSet {background:#0da0f4;padding-top:32px;padding-right:30px;padding-bottom:38px;padding-left:30px;} #image_style_12_1_1600417490968 .titProSet {font-size:20px;color:#ffffff;font-weight:bold;padding-top:10px;} #image_style_12_1_1600417490968 .defProSet {font-size:14px;color:#ffffff;line-height:24px;padding-top:6px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1_1600417490968 .modSet {padding-left:16px;padding-right:16px;}} @media screen and (max-width:640px) { #image_style_12_1_1600417490968 .modSet {padding-top:22px;padding-bottom:22px;padding-left:4px;padding-right:4px;}} #layout_1600417460843{height:279px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1600417460843{height:289px;}}   @media screen and (max-width:640px) {#layout_1600417460843{height:578px;}} #layout_1600417460843 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1600417460843  {background:#f7f7f7;}



 #text_style_01_1594816298897{width:51.26050420168067%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:2px;left:0.054985337243401766%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594816298897{}}   @media screen and (max-width:640px) {#text_style_01_1594816298897{width:50%;font-size:12px;color:#333;line-height:1.6;top:16.5px;left:0%;}}  #text_style_01_1594816298897>.view_contents {font-size:28px;font-weight:normal;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594816298897>.view_contents {font-size:18px;}}

 #div_blank_new05_1594816298905{width:20.168067226890756%;position:absolute;top:54px;left:20.89442815249267%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594816298905{}}   @media screen and (max-width:640px) {#div_blank_new05_1594816298905{}}  #div_blank_new05_1594816298905  {box-sizing:border-box;} #div_blank_new05_1594816298905 .roundcs {border-width:3px;border-color:#00bfa9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594816298905  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594816298905  {box-sizing:border-box;}}

 #div_blank_new05_1594816298908{width:20.168067226890756%;position:absolute;top:54px;left:0.7331378299120235%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594816298908{}}   @media screen and (max-width:640px) {#div_blank_new05_1594816298908{}}  #div_blank_new05_1594816298908  {box-sizing:border-box;} #div_blank_new05_1594816298908 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594816298908  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594816298908  {box-sizing:border-box;}}
 #div_a_includeBlock_1594816298800{width:28.249999999999996%;height:77px;position:absolute;top:46px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594816298800{height:143px;left:1.9999337221633087%;top:43px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594816298800{width:96%;height:87px;top:10px;left:2%;}} 

 #image_style_01_1594817282976{width:50%;height:267px;position:absolute;top:178.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594817282976{left:1.9999337221633087%;top:164.5px;}}   @media screen and (max-width:640px) {#image_style_01_1594817282976{width:96%;height:224px;top:107px;left:2%;}} #image_style_01_1594817282976 > .view_contents{overflow:visible;} 

 #div_blank_new01_1594817766058{width:50%;height:267px;position:absolute;top:178.5px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594817766058{width:48%;top:164.5px;left:50%;}}   @media screen and (max-width:640px) {#div_blank_new01_1594817766058{width:89.86666666666666%;height:172px;top:133px;left:5.06666666666667%;}}  #div_blank_new01_1594817766058  {box-sizing:border-box;} #div_blank_new01_1594817766058 .modSet {background:#ededed;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594817766058  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594817766058  {box-sizing:border-box;}}

 #text_style_01_1594818106273{width:35.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:245px;left:59.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594818106273{left:54.718981972428416%;top:242px;width:392px;}}   @media screen and (max-width:640px) {#text_style_01_1594818106273{width:84.8%;font-size:12px;color:#333;line-height:1.6;top:149px;left:7.600000000000001%;}}  #text_style_01_1594818106273>.view_contents {line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1594818106273>.view_contents {font-size:14px;}} #layout_1594816279709{height:514px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594816279709{}}   @media screen and (max-width:640px) {#layout_1594816279709{height:356px;}} #layout_1594816279709 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1594864857933{width:51.26050420168067%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:2px;left:0.054985337243401766%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594864857933{}}   @media screen and (max-width:640px) {#text_style_01_1594864857933{width:50%;font-size:12px;color:#333;line-height:1.6;top:15px;left:0%;}}  #text_style_01_1594864857933>.view_contents {font-size:28px;font-weight:normal;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594864857933>.view_contents {font-size:18px;}}

 #div_blank_new05_1594864857942{width:20.168067226890756%;position:absolute;top:54px;left:20.89442815249267%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594864857942{}}   @media screen and (max-width:640px) {#div_blank_new05_1594864857942{}}  #div_blank_new05_1594864857942  {box-sizing:border-box;} #div_blank_new05_1594864857942 .roundcs {border-width:3px;border-color:#00bfa9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594864857942  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594864857942  {box-sizing:border-box;}}

 #div_blank_new05_1594864857945{width:20.168067226890756%;position:absolute;top:54px;left:0.7331378299120235%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594864857945{}}   @media screen and (max-width:640px) {#div_blank_new05_1594864857945{}}  #div_blank_new05_1594864857945  {box-sizing:border-box;} #div_blank_new05_1594864857945 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594864857945  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594864857945  {box-sizing:border-box;}}
 #div_a_includeBlock_1594864857805{width:28.249999999999996%;height:77px;position:absolute;top:46px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594864857805{height:143px;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594864857805{width:96%;height:87px;top:10px;left:2%;}} 

 #text_style_01_1594865690057{width:41.583333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:156px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594865690057{width:904px;left:calc(50% - 452px);top:145px;}}   @media screen and (max-width:640px) {#text_style_01_1594865690057{width:96%;font-size:12px;color:#333;line-height:1.6;top:107px;left:2%;}}  #text_style_01_1594865690057>.view_contents {text-align:left;}

 #image_style_12_1_1594869283186{width:99.75%;position:absolute;top:259px;left:0.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1_1594869283186{width:96%;left:2%;top:217px;}}   @media screen and (max-width:640px) {#image_style_12_1_1594869283186{width:96%;top:155px;left:2%;}} #image_style_12_1_1594869283186 > .view_contents{overflow:hidden;}  #image_style_12_1_1594869283186 .picSet {border-radius:initial;} #image_style_12_1_1594869283186 .titProSet {margin-top:0px;padding-top:16px;font-weight:bold;font-size:18px;} #image_style_12_1_1594869283186 .modSet {padding-top:32px;background:#f4f4f4;padding-bottom:34px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1_1594869283186 .titProSet {font-size:16px;padding-top:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1_1594869283186 .modSet {padding-top:24px;padding-bottom:24px;}} @media screen and (max-width:640px) { #image_style_12_1_1594869283186 .titProSet {font-size:14px;padding-top:9px;}} @media screen and (max-width:640px) { #image_style_12_1_1594869283186 .modSet {padding-top:20px;padding-bottom:18px;}} #layout_1594864843841{height:703px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594864843841{height:582px;}}   @media screen and (max-width:640px) {#layout_1594864843841{height:688px;}} #layout_1594864843841 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_new05_1594194792612{width:99.92857142857143%;position:absolute;top:218.4375px;left:0.0357142857142847%;z-index:80;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594194792612{}}   @media screen and (max-width:640px) {#div_blank_new05_1594194792612{width:96%;top:997px;left:2%;display:none;}}  #div_blank_new05_1594194792612  {box-sizing:border-box;} #div_blank_new05_1594194792612 .roundcs {border-color:#ffffff;border-width:1px;border-style:solid;} #div_blank_new05_1594194792612 .modSet {opacity:0.1;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594194792612  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594194792612  {box-sizing:border-box;}}

 #text_style_01_1594196181880{width:100.49999999999999%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:248px;left:-0.2499999999999929%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594196181880{}}   @media screen and (max-width:640px) {#text_style_01_1594196181880{width:90.66666666666666%;font-size:12px;color:#333;line-height:1.6;top:16px;left:4.666666666666667%;}}  #text_style_01_1594196181880>.view_contents {background-color:transparent;font-size:12px;color:#ffffff;text-align:center;}

 #text_style_01_1594195152698{width:22.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:28.40625px;left:37.096354166666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594195152698{left:calc(50% - 129px);top:3.4375px;width:258px;}}   @media screen and (max-width:640px) {#text_style_01_1594195152698{width:96%;font-size:12px;color:#333;line-height:1.6;top:740px;left:2%;display:none;}}  #text_style_01_1594195152698>.view_contents {color:#fcfcfc;font-size:15px;text-align:left;line-height:38px;}

 #text_style_01_1596718721388{width:31.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:68.390625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596718721388{width:281px;left:1.3669803817603394%;top:3.4375px;}}   @media screen and (max-width:640px) {#text_style_01_1596718721388{width:72.8%;font-size:12px;color:#333;line-height:1.6;top:102px;left:13.600000000000001%;display:none;}}  #text_style_01_1596718721388>.view_contents {color:#0f92db;font-size:18px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596718721388>.view_contents {text-align:center;}}

 #div_blank_new06_1596719173565{height:215px;width:23.25%;position:absolute;top:3.4375px;left:31.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1596719173565{}}   @media screen and (max-width:640px) {#div_blank_new06_1596719173565{height:100px;top:545px;left:2%;width:96%;display:none;}}  #div_blank_new06_1596719173565  {box-sizing:border-box;} #div_blank_new06_1596719173565 .roundcs {border-style:dashed;border-color:#ffffff;} #div_blank_new06_1596719173565 .modSet {opacity:0.1;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1596719173565  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1596719173565  {box-sizing:border-box;}}

 #div_blank_new06_1596719232718{height:215px;width:23.25%;position:absolute;top:3.4375px;left:63.876302083333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1596719232718{}}   @media screen and (max-width:640px) {#div_blank_new06_1596719232718{height:100px;top:435px;left:2%;width:96%;display:none;}}  #div_blank_new06_1596719232718  {box-sizing:border-box;} #div_blank_new06_1596719232718 .roundcs {border-style:dashed;border-color:#ffffff;} #div_blank_new06_1596719232718 .modSet {opacity:0.1;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1596719232718  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1596719232718  {box-sizing:border-box;}} #comm_layout_footer{height:290px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:293px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:54px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#313131;}
.jobsDetail { border-bottom: 1px dashed #ddd; padding-bottom: 10px;}
.jobsDetail:last-of-type{border: 0;}
.jobsMain { overflow: hidden; padding: 5px 0;}
.jobsLeft { font-size: 16px; font-weight: 700;}
.jobsRight { }
.jobsButton { display: block; background: #06c; float: left; padding: 5px 25px; color: #fff;}
.job_name .jobsLeft { display: none;}
.job_name .jobsRight { font-size: 24px;}
.job_date .jobsRight { color: #f00;}
.jobsTop { border: 1px solid #ddd; padding: 10px; margin-bottom: 15px;}
.jobsAbout { font-size: 18px;}
.jobsTop a { padding: 5px 10px;white-space:nowrap;}
.jobsWrapper .delpointer{cursor: default;}
.jobsImg {width:100%;}

@media screen and (max-width:768px) {
.jobsTop { margin-bottom: 10px;}
.jobsMain { padding: 4px 0;}
.job_name .jobsRight { font-size: 22px;}
.jobsLeft { font-size: 12px; font-weight: 700; width:100%;}
.jobsRight { padding-left:8px;}
.jobsAbout { font-size: 16px;}
}
.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_45_1596511747398 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_45_1596511747398 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_45_1596511747398 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_45_1596511747398 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_45_1596511747398 .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(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@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_1594637453210 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/6/24295/jpg/16001705311616eecf0a950ad4113.jpg?version=1600170534') center top no-repeat;}
                #banner_style_01_1594637453210 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1594637453210 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1594637453210 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1594637453210 .bannerStyle_1 .main_image .img-item span{}    }
.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;
}
	.jobsDetail { border-bottom: 1px dashed #ddd; padding-bottom: 10px;}
.jobsDetail:last-of-type{border: 0;}
.jobsMain { overflow: hidden; padding: 5px 0;}
.jobsLeft { font-size: 16px; font-weight: 700;}
.jobsRight { }
.jobsButton { display: block; background: #06c; float: left; padding: 5px 25px; color: #fff;}
.job_name .jobsLeft { display: none;}
.job_name .jobsRight { font-size: 24px;}
.job_date .jobsRight { color: #f00;}
.jobsTop { border: 1px solid #ddd; padding: 10px; margin-bottom: 15px;}
.jobsAbout { font-size: 18px;}
.jobsTop a { padding: 5px 10px;white-space:nowrap;}
.jobsWrapper .delpointer{cursor: default;}
.jobsImg {width:100%;}

@media screen and (max-width:768px) {
.jobsTop { margin-bottom: 10px;}
.jobsMain { padding: 4px 0;}
.job_name .jobsRight { font-size: 22px;}
.jobsLeft { font-size: 12px; font-weight: 700; width:100%;}
.jobsRight { padding-left:8px;}
.jobsAbout { font-size: 16px;}
}.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;
}
	.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%;box-sizing: border-box;}
.imgStyle_12 .imgTBoxArea{position: relative;float: left;width: 186px;left: 50%;transform: translateX(-50%);}
.imgStyle_12 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.imgStyle_12 .imgTBox{ text-align: center;height: 100%;}
.imgStyle_12 .imgTBox img.picFit{ display: inline-block; width:100%;height: 100%; box-sizing: border-box;border-radius: 100px;}
.imgStyle_12 .cont{padding: 0 5px;clear: both;}
.imgStyle_12 .cont .name{ text-align: center; font-size:16px; line-height:2;word-break: break-word;}
.imgStyle_12 .cont .subName{ text-align: center; font-size:12px;word-break: break-word; }
.imgStyle_12 .cont .btn .btnSet{width: auto;height: 30px;display: block;border: 1px solid #7d7d7d;line-height: 28px;color: #333;text-align: center;margin-left: 25%;margin-right: 25%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
    .imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
    .imgStyle_12 .cont .btn .btnSet{margin-left: 5%;margin-right: 5%;}
}
        /*pc*/
        #image_style_12_1_1600417490968  ul li{width: 18.4%;}
        #image_style_12_1_1600417490968  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1600417490968  ul li.imgTextLi .imgTBoxArea{width: 46px;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_12_1_1600417490968  ul li{width: 18.4%;}
        #image_style_12_1_1600417490968  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1600417490968  ul li.imgTextLi .imgTBoxArea{width: 40px;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_12_1_1600417490968  ul li{width: 49%;}
        #image_style_12_1_1600417490968  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1600417490968  ul li.imgTextLi .imgTBoxArea{width: 40px;}
        }
    .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_1594817282976 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594817282976 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594817282976 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594817282976 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_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;
}
	.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%;box-sizing: border-box;}
.imgStyle_12 .imgTBoxArea{position: relative;float: left;width: 186px;left: 50%;transform: translateX(-50%);}
.imgStyle_12 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.imgStyle_12 .imgTBox{ text-align: center;height: 100%;}
.imgStyle_12 .imgTBox img.picFit{ display: inline-block; width:100%;height: 100%; box-sizing: border-box;border-radius: 100px;}
.imgStyle_12 .cont{padding: 0 5px;clear: both;}
.imgStyle_12 .cont .name{ text-align: center; font-size:16px; line-height:2;word-break: break-word;}
.imgStyle_12 .cont .subName{ text-align: center; font-size:12px;word-break: break-word; }
.imgStyle_12 .cont .btn .btnSet{width: auto;height: 30px;display: block;border: 1px solid #7d7d7d;line-height: 28px;color: #333;text-align: center;margin-left: 25%;margin-right: 25%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
    .imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
    .imgStyle_12 .cont .btn .btnSet{margin-left: 5%;margin-right: 5%;}
}
        /*pc*/
        #image_style_12_1_1594869283186  ul li{width: 23.5%;}
        #image_style_12_1_1594869283186  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1594869283186  ul li.imgTextLi .imgTBoxArea{width: 56px;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_12_1_1594869283186  ul li{width: 23.5%;}
        #image_style_12_1_1594869283186  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1594869283186  ul li.imgTextLi .imgTBoxArea{width: 54px;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_12_1_1594869283186  ul li{width: 49%;}
        #image_style_12_1_1594869283186  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1594869283186  ul li.imgTextLi .imgTBoxArea{width: 46px;}
        }
    .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_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1596719173565 {width: auto!important;}
		
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1596719232718 {width: auto!important;}
		
	