
/**
    *编辑器         \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;}
    }

body{ background-position:left top; }


 #div_blank_1483411639852{width:100%;height:40px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483411639852{}}   @media screen and (max-width:640px) {#div_blank_1483411639852{width:78.94736842105263%;height:200px;top:0px;left:10.526315789473685%;display:none;}} #div_blank_1483411639852 > .view_contents{overflow:visible;}  #div_blank_1483411639852  {box-sizing:border-box;background:#2D2D2D;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483411639852  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483411639852  {box-sizing:border-box;}}


 #share_style_02_1483772586454{width:230px;left:88%;top:4.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#share_style_02_1483772586454{width:230px;left:63.67477465535525%;top:4.5px;}}   @media screen and (max-width:640px) {#share_style_02_1483772586454{width:230px;top:64px;}} 

 #text_style_02_1483772614765{width:16.583333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:6px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483772614765{width:157px;left:0.4241781548250266%;top:7px;}}   @media screen and (max-width:640px) {#text_style_02_1483772614765{width:100%;top:121px;left:0%;display:none;}}  #text_style_02_1483772614765>.view_contents {box-sizing:border-box;font-size:14px;color:#888888;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483772614765>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483772614765>.view_contents {box-sizing:border-box;}}

 #text_style_02_1483772902590{width:16.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:5px;left:6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483772902590{width:216px;left:8.271474019088016%;top:5px;}}   @media screen and (max-width:640px) {#text_style_02_1483772902590{width:100%;top:178px;left:0%;display:none;}}  #text_style_02_1483772902590>.view_contents {box-sizing:border-box;font-size:16px;color:#B8D29B;line-height:30px;font-style:italic;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483772902590>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483772902590>.view_contents {box-sizing:border-box;}}

 #dh_style_01_1493104739534{width:66.66666666666666%;z-index:999;position:absolute;left:16.66666666666667%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1493104739534{width:11.578947368421053%;z-index:999;top:0px;left:44.21052631578947%;display:none;}}   @media screen and (max-width:640px) {#dh_style_01_1493104739534{width:44px;z-index:999;left:88.42105263157895%;top:6.5px;display:block;}} #dh_style_01_1493104739534 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_01_1493104739534 #hot>a {color:#B8D29B;}} @media screen and (max-width:640px) { #dh_style_01_1493104739534 .mainMenuSet:hover {color:#B8D29B;}}

 #dh_style_02_1493104844642{width:100%;height:90px;z-index:999;position:absolute;top:40px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_02_1493104844642{z-index:999;left:0%;width:100%;}}   @media screen and (max-width:640px) {#dh_style_02_1493104844642{width:250px;height:90px;z-index:999;top:236px;display:none;}} #dh_style_02_1493104844642 > .view_contents{overflow:visible;}  #dh_style_02_1493104844642 #hot>a {background:#B8D29B;color:#ffffff;font-size:16px;} #dh_style_02_1493104844642 .mainMenuSet {line-height:40px;height:40px;} #dh_style_02_1493104844642 .mainMenuSet:hover {color:#ffffff;background:#B8D29B;}

 #image_logo_1493104941559{width:16.666666666666664%;height:200px;position:absolute;left:41.66666666666667%;top:22.671875px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1493104941559{width:52.63157894736842%;height:200px;top:22.671875px;left:23.68421052631579%;display:none;}}   @media screen and (max-width:640px) {#image_logo_1493104941559{width:238px;height:40px;left:0%;top:8.5px;display:block;}} 
 #div_includeBlock_1483411680652{width:1200px;height:130px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1483411680652{width:100%;left:0%;height:130px;}}   @media screen and (max-width:640px) {#div_includeBlock_1483411680652{width:100%;height:57px;top:0px;left:0%;display:block;}} #div_includeBlock_1483411680652 > .view_contents{overflow:visible;}  #comm_layout_header{height:130px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{display:block;height:130px;}}   @media screen and (max-width:640px) {#comm_layout_header{display:block;height:57px;z-index:999;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #image_style_01_1493100169129{width:100%;height:436px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493100169129{height:318px;}}   @media screen and (max-width:640px) {#image_style_01_1493100169129{width:100%;height:117px;top:0px;left:0%;}} #image_style_01_1493100169129 > .view_contents{overflow:visible;}  #layout_diy_1493086511{height:436px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1493086511{height:321px;}}   @media screen and (max-width:640px) {#layout_diy_1493086511{height:119px;}} 


 #jobs_style_01_1493100454111{width:44.5%;position:absolute;top:73px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#jobs_style_01_1493100454111{left:2%;}}   @media screen and (max-width:640px) {#jobs_style_01_1493100454111{width:96%;top:57px;left:2%;}}  #jobs_style_01_1493100454111 .btnaSet {background:#B8D29B;}

 #liuyanban_style_03_1493100514097{width:42.41666666666667%;position:absolute;top:62px;left:57.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_03_1493100514097{left:55%;}}   @media screen and (max-width:640px) {#liuyanban_style_03_1493100514097{width:100%;top:394px;left:0%;}}  #liuyanban_style_03_1493100514097 .btnaSet {background:#B8D29B;} #layout_1493100255939{height:783px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493100255939{}}   @media screen and (max-width:640px) {#layout_1493100255939{height:1296px;}} #layout_1493100255939 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1483432867601{width:43px;height:43px;position:absolute;top:188.5px;left:18.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483432867601{left:20.46659597030753%;top:189px;height:36px;width:36px;}}   @media screen and (max-width:640px) {#image_style_01_1483432867601{width:52.63157894736842%;height:200px;top:77px;left:19.736842105263158%;display:none;}} #image_style_01_1483432867601 > .view_contents{overflow:visible;} 

 #image_style_01_1483432903019{width:36px;height:36px;position:absolute;top:192px;left:43.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483432903019{width:32px;left:44.558589607635206%;top:189px;height:32px;}}   @media screen and (max-width:640px) {#image_style_01_1483432903019{width:52.63157894736842%;height:200px;top:45px;left:23.68421052631579%;display:none;}} #image_style_01_1483432903019 > .view_contents{overflow:visible;} 

 #image_style_01_1483432906192{width:36px;height:36px;position:absolute;top:192px;left:70.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483432906192{width:32px;left:68.37718716861082%;top:189px;height:32px;}}   @media screen and (max-width:640px) {#image_style_01_1483432906192{width:52.63157894736842%;height:200px;top:106px;left:40.26315789473684%;display:none;}} #image_style_01_1483432906192 > .view_contents{overflow:visible;} 

 #text_style_02_1483433095071{width:8.166666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:195px;left:73.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483433095071{width:8.5%;left:72.30911983032874%;top:190px;}}   @media screen and (max-width:640px) {#text_style_02_1483433095071{width:97.36842105263158%;top:390px;left:2.631578947368425%;display:none;}}  #text_style_02_1483433095071>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;color:#b7b7b7;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483433095071>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483433095071>.view_contents {box-sizing:border-box;}}

 #text_style_02_1483433344667{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:267px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483433344667{width:100%;left:0%;top:271px;}}   @media screen and (max-width:640px) {#text_style_02_1483433344667{width:100%;top:0px;left:0%;}}  #text_style_02_1483433344667>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;color:#4d4d4d;text-align:center;border-top-color:#4d4d4d;border-top-style:solid;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483433344667>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483433344667>.view_contents {box-sizing:border-box;color:#848383;}}

 #text_style_02_1483433024972{width:10.666666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:195px;left:21.708333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483433024972{width:11.666666666666666%;left:24.284199363732768%;top:189.5px;}}   @media screen and (max-width:640px) {#text_style_02_1483433024972{width:97.36842105263158%;top:34px;left:1.3157894736842124%;display:none;}}  #text_style_02_1483433024972>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;color:#b7b7b7;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483433024972>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483433024972>.view_contents {box-sizing:border-box;}}

 #text_style_02_1483433051307{width:10.666666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:195px;left:46.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483433051307{width:12.916666666666668%;left:48.207184517497346%;top:189px;}}   @media screen and (max-width:640px) {#text_style_02_1483433051307{width:97.36842105263158%;top:381px;left:2.631578947368425%;display:none;}}  #text_style_02_1483433051307>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;color:#b7b7b7;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483433051307>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483433051307>.view_contents {box-sizing:border-box;}}

 #dh_style_01_1493084218205{width:66.66666666666666%;z-index:999;position:absolute;top:73px;left:16.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1493084218205{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1493084218205{width:12.121212121212121%;z-index:999;top:306px;left:43.93939393939394%;display:none;}} #dh_style_01_1493084218205 > .view_contents{overflow:visible;}  #dh_style_01_1493084218205 .mainMenuSet {color:#B7B7B7;font-size:15px;} #dh_style_01_1493084218205 #hot>a {color:#B8D29B;} #dh_style_01_1493084218205 .mainMenuSet:hover {border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-color:#B8D29B;border-right-color:#B8D29B;border-bottom-color:#B8D29B;border-left-color:#B8D29B;} #comm_layout_footer{height:359px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{display:block;height:362px;}}   @media screen and (max-width:640px) {#comm_layout_footer{display:block;height:91px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#2D2D2D;}
.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;}
/*.jobsTop a:hover { color:#f00;}*/
.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;}
}

.jiathis-wrapper{padding:5px 11px}
#jiathis_share_title{padding-right: 5px;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
/*PC菜单*/
.menuStyle_02 { height: 100%;}
.Style_02_menuLayout { height: 100%;}
.Style_02_pcMenu {display:block; position: relative; text-align: center; height: 100%;}
.Style_02_pcMenu .menu { position: absolute; left: 0; top: 50%; width:100%; height: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
/* .Style_02_pcMenu .menu>li {position: relative; float:left; width:13%; height: 100%; text-align:center;} */
.Style_02_pcMenu .menu>li .subminSet{display: none; white-space: nowrap; margin-top: 100%; background: #EEE;}
.Style_02_pcMenu .menu>li .subminSet a{font-size: 14px; line-height: 40px; display: block;}
.Style_02_pcMenu .menu>li .subminSet a:hover{background: #e8e8e8;}
.Style_02_pcMenu .menu>li .subminSet a.subCurSet{background: #e5e5e5}
.Style_02_pcMenu .menu>li:hover .subminSet{display: block;}
.Style_02_pcMenu .menu>li>a { position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px;}
.Style_02_pcMenu .menu .menuLogo { width: 22%;}
.Style_02_pcMenu .menuLogo a {display:block; width: 100%; text-align: center;}
.Style_02_pcMenu .menuLogo img {width:90%;}
.Style_02_pcMenu .menu .plus { font-size: 16px; letter-spacing: 7px; text-indent: 7px;/*  display:block; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; */}
.Style_02_pcMenu .menu .normal { font-size: 13px; letter-spacing: 1px; text-indent: 3px; position: absolute; width: 100%; top: 120%; }
.Style_02_pcMenu #hot>a{color:inherit;font-size: inherit;font-family:inherit;}
.Style_02_pcMenu #hot>a>div{color:inherit;font-size: inherit;font-family:inherit;}
/*手机菜单*/
.Style_02_miniMenu .minimenuLogo { float:left; width: 50%;}
.Style_02_miniMenu .minimenuLogo a { display: block;}
.Style_02_miniMenu .minimenuLogo img { width: 100%; max-width: 320px;}

.Style_02_miniMenu { display: none;}
.Style_02_miniMenu .menuTop {overflow:hidden; position: relative;}
.Style_02_miniMenu .menuIcon { position: absolute; top: 50%; right: 0px; padding: 10px; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_miniMenu .menuIcon i { color: #1d1b1b; font-size: 20px;}

.Style_02_miniMenu .menuMain { display:none; width: calc(100vw + 17px); height: 100vh; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 999999; background: rgba(0,0,0,.8);}
.Style_02_miniMenu .menuShow { display:block;}
.Style_02_miniMenu .menuMain_bg { width: 100%; overflow-y: scroll;}
.Style_02_miniMenu .menuUl { padding:10px 20px;}
.Style_02_miniMenu .menuCloseLi { border: none;}
.Style_02_miniMenu .menuClose { color: #fff; font-size: 20px; float: right; padding: 15px 0px;}
.Style_02_miniMenu .menuUl>li { border-bottom: 1px solid #fff; overflow: hidden;}
.Style_02_miniMenu .menuMain a { width: 100%; display: block; position: relative; overflow: hidden;}
.Style_02_miniMenu .menuText_en { display: none;}
.Style_02_miniMenu .menuText { color: #fff; font-size: 16px; height: 55px; line-height: 55px; float: left;}
.Style_02_miniMenu .menuArr { color: #fff; font-size: 16px; position: absolute; right: 0px; top: 50%; transform: translate(0,-50%);}

.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; font-family: "Microsoft YaHei"; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px; font-family: "verdana";}



/*导航字体*/
@font-face { font-family: "menuText"; src: url('menuText.TTF');}
@font-face { font-family: "MenuText_en"; src: url('MenuText_en.TTF');}
	.Style_02_pcMenu .menu>li {position: relative; float:left; width:calc(78%/6); height: 100%; text-align:center;}

@media screen and (max-width:766px) {
.Style_02_pcMenu {display:none;}
.Style_02_miniMenu { display:block;}
}
.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;*/

	#image_style_01_1493100169129 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493100169129 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493100169129 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1493100169129 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;}
.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;}
/*.jobsTop a:hover { color:#f00;}*/
.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;}
}/*留言板样式*/
.gformStyle_3{width:100%; border-radius:14px; padding:5px; box-sizing:border-box;}
.gformStyle_3 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s;}
.gformStyle_3 form{ }
.gformStyle_3 .gformS{width:100%; padding:20px;box-sizing:border-box;border-radius:14px;box-shadow:0 0 10px rgba(0,0,0,.1);}
.gformStyle_3 .gf_title{text-align:center; font-size:18px; line-height:3; font-weight:bold;}
.gformStyle_3 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_3 .gformList span{display:block; float:left; width:70px; font-size:14px; line-height:34px;}
.gformStyle_3 .gformList textarea.gf_message, .gformStyle_3 .gformList input.gfInput{background:#f5f5f5; width:calc(100% - 70px); max-width:calc(100% - 60px); box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee; border-radius:17px; outline:none;}
.gformStyle_3 .gformList input.gfInput{height:34px;}
.gformStyle_3 .gformList textarea.gf_message{}
.gformStyle_3 .gbt{background:#6FC742; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:100%; margin:3% auto 0; border-radius:20px;}

.gformStyle_3 .gbook{width:100%; box-sizing:border-box; list-style:none; border-radius:12px; box-shadow:0 0 10px rgba(0,0,0,.1); margin-top:20px; padding:15px;}
.gformStyle_3 li.gbList{background:#f5f5f5; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_3 .gb_name{font-size:14px; line-height:3; white-space:nowrap}
.gformStyle_3 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_3 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_3 .gb_replay{padding-left:50px; margin:10px auto; border-top:1px solid #ddd; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_3 .gb_info{float:right; color:#666;}
.gformStyle_3 .gb_nickname{}

@media screen and (max-width:991px){
.gformStyle_3 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 60px); }
}
@media screen and (max-width:768px){
.gformStyle_3{padding:15px;}
.gformStyle_3 .listTit{display:none;}
.gformStyle_3 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_3 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_3{padding:10px;}
.gformStyle_3 .listTit{display:none;}
.gformStyle_3 .gformList textarea.gf_message,.gformStyle_3 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_3 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_3 .gb_nickname,.gformStyle_3 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_3 .modBgColor{background:#fff;}
.gformStyle_3 .modFontColor{color:#333;}
.gformStyle_3 .modBorderColor{border-color:#fff !important;}
	#image_style_01_1483432867601 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483432867601 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483432867601 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483432867601 a{
	cursor: default;
}

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

	#image_style_01_1483432903019 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483432903019 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483432903019 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483432903019 a{
	cursor: default;
}

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

	#image_style_01_1483432906192 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483432906192 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483432906192 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483432906192 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;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
