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


 #image_logo_1515805002119{width:222px;height:62px;position:absolute;top:36px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1515805002119{left:2%;}}   @media screen and (max-width:640px) {#image_logo_1515805002119{width:150px;height:49px;top:15px;left:30%;z-index:1000;}} 

 #text_style_01_1515805072096{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:10px;left:69.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515805072096{left:67.1%;}}   @media screen and (max-width:640px) {#text_style_01_1515805072096{width:33.6%;top:37.5px;left:64.53333333333333%;display:none;}}  #text_style_01_1515805072096>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;text-align:right;font-family:Microsoft YaHei;line-height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515805072096>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1515805072096>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_default_1515805346371{width:33.33333333333333%;height:41px;position:absolute;top:46.5px;left:66.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1515805346371{left:64.66065747613999%;}}   @media screen and (max-width:640px) {#text_default_1515805346371{width:92%;height:25px;top:115px;left:4%;z-index:1000;display:none;}} 
/*----------------------电脑板式样式----------------------*/
#text_default_1515805346371 .diyStyle span{
	 font-size:30px; 
}
#text_default_1515805346371 .diyStyle{ text-align:right;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1515805346371{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
#text_default_1515805346371 .diyStyle span{
	 font-size:20px;
}
#text_default_1515805346371 .diyStyle{ text-align:left;}
}

 #dh_style_01_1515805850596{width:75.83333333333333%;z-index:999;position:absolute;top:118px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1515805850596{z-index:999;left:2%;width:681px;}}   @media screen and (max-width:640px) {#dh_style_01_1515805850596{width:32.8125%;z-index:1001;top:21px;left:63.0615234375%;display:none;}} #dh_style_01_1515805850596 > .view_contents{overflow:visible;}  #dh_style_01_1515805850596 .mainMenuSet {font-size:18px;letter-spacing:1px;border-top-left-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px;} #dh_style_01_1515805850596 #hot>a {background:#ffa800;color:#ffffff;} @media screen and (max-width:640px) { #dh_style_01_1515805850596 .mainMenuSet {margin-left:-24px;padding-left:10px;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_01_1515805850596 #hot>a {border-bottom-style:none;}}

 #user_style_05_1515819809098{width:22.916666666666664%;position:absolute;top:118px;left:77.08333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1515819809098{left:79.9%;width:18%;top:118px;}}   @media screen and (max-width:640px) {#user_style_05_1515819809098{width:96%;top:150px;left:2%;display:none;}}  #user_style_05_1515819809098 .textSet {color:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1515819809098 li.w{
	display:none;
}
#user_style_05_1515819809098 .Login_after{ height:44px; line-height:20px; text-align:right;}
#user_style_05_1515819809098 .Login_after a{ font-size:14px; text-align:right;}
#user_style_05_1515819809098 .Login_after a:first-of-type{ display:block;}
#user_style_05_1515819809098 li a{ display:block; font-size:14px; height:44px; line-height:44px;}
#user_style_05_1515819809098 li.showpLogin{ background:#FCAA00; width:70px; text-align:center; float:right !important; border-radius:5px;;}
#user_style_05_1515819809098 li.showpLogin a{ color:white;}
#user_style_05_1515819809098 li.showpRegistered{ display:none;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1515819809098{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1515819809098{
		
	}
}

 #clock_style_1_1516012527599{width:22.083333333333332%;position:absolute;top:5.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#clock_style_1_1516012527599{width:298px;top:10px;left:1.9999337221633087%;}}   @media screen and (max-width:640px) {#clock_style_1_1516012527599{width:314px;top:0px;left:0.9375%;display:none;}}  #comm_layout_header{height:177px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:172px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:80px;z-index:2;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {box-shadow:#e5e5e5 2px 2px 4px ;}


 #text_style_01_1515820402068{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515820402068{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1515820402068{width:96%;top:30px;left:2.03125%;}}  #text_style_01_1515820402068>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:30px;text-align:center;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515820402068>.view_contents {box-sizing:border-box;font-size:25px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1515820402068>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #div_blank_1515820424665{width:3%;height:4px;position:absolute;top:105px;left:48.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1515820424665{width:4%;}}   @media screen and (max-width:640px) {#div_blank_1515820424665{width:8%;height:3px;top:60px;left:45.9375%;}} #div_blank_1515820424665 > .view_contents{overflow:visible;}  #div_blank_1515820424665  {box-sizing:border-box;background:#ffa800;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1515820424665  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1515820424665  {box-sizing:border-box;}}

 #image_style_01_1515821018785{width:613px;height:419px;position:absolute;top:139px;left:48.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515821018785{height:300px;width:46.76564156945917%;}}   @media screen and (max-width:640px) {#image_style_01_1515821018785{width:92%;height:242px;top:83px;left:4%;}} #image_style_01_1515821018785 > .view_contents{overflow:visible;} 

 #text_style_01_1515821132796{width:46.33333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:250.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515821132796{left:2%;top:189px;}}   @media screen and (max-width:640px) {#text_style_01_1515821132796{width:92%;top:341px;left:4%;}}  #text_style_01_1515821132796>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#666666;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515821132796>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1515821132796>.view_contents {box-sizing:border-box;font-size:14px;}} #layout_diy_1515827323{height:558px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1515827323{height:489px;}}   @media screen and (max-width:640px) {#layout_diy_1515827323{height:592px;}} #layout_diy_1515827323 > .view_contents{max-width:1200px;}  #layout_diy_1515827323  {background:transparent;}


 #text_style_01_1515821434012{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515821434012{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1515821434012{width:96%;top:30px;left:2%;}}  #text_style_01_1515821434012>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:30px;text-align:center;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515821434012>.view_contents {box-sizing:border-box;font-size:25px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1515821434012>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #div_blank_1515821467958{width:3%;height:4px;position:absolute;top:105px;left:48.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1515821467958{width:4%;}}   @media screen and (max-width:640px) {#div_blank_1515821467958{width:43px;height:3px;top:60px;left:43.28125%;}} #div_blank_1515821467958 > .view_contents{overflow:visible;}  #div_blank_1515821467958  {box-sizing:border-box;background:#ffa800;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1515821467958  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1515821467958  {box-sizing:border-box;}}

 #image_style_11_1515821546279{width:100%;position:absolute;top:139px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1515821546279{width:96%;left:2%;}}   @media screen and (max-width:640px) {#image_style_11_1515821546279{width:96%;top:83px;left:1.9970703125%;}} #image_style_11_1515821546279 > .view_contents{overflow:visible;}  #image_style_11_1515821546279 .titSet {font-size:16px;font-family:Microsoft YaHei;} @media screen and (max-width:640px) { #image_style_11_1515821546279 .titSet {font-size:14px;font-family:Microsoft YaHei;}} #layout_1515820498147{height:475px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515820498147{height:400px;}}   @media screen and (max-width:640px) {#layout_1515820498147{height:510px;}} #layout_1515820498147 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515820498147  {background:transparent;}
 #layout_1515821697072{height:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515821697072{}}   @media screen and (max-width:640px) {#layout_1515821697072{}} #layout_1515821697072 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1515820553583{width:51.33333333333333%;height:616px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820553583{height:560px;width:48.568398727465535%;left:1%;}}   @media screen and (max-width:640px) {#image_style_01_1515820553583{width:96%;height:259px;top:392px;left:1.9970703125%;}} #image_style_01_1515820553583 > .view_contents{overflow:visible;} 


 #text_style_01_1515820706318{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:40px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515820706318{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1515820706318{width:96%;top:20px;left:2.0408163265306123%;}}  #text_style_01_1515820706318>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:30px;text-align:center;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515820706318>.view_contents {box-sizing:border-box;font-size:25px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1515820706318>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #div_blank_1515820706327{width:6%;height:4px;position:absolute;top:95px;left:47%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1515820706327{left:46%;width:8%;top:80px;}}   @media screen and (max-width:640px) {#div_blank_1515820706327{width:8%;height:3px;top:50px;left:45.91836734693878%;}} #div_blank_1515820706327 > .view_contents{overflow:visible;}  #div_blank_1515820706327  {box-sizing:border-box;background:#ffa800;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1515820706327  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1515820706327  {box-sizing:border-box;}}

 #image_style_01_1515820706332{width:18px;height:18px;position:absolute;top:127.5px;left:12.249522900763358%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706332{left:9.993173543689322%;width:18px;top:109.5px;}}   @media screen and (max-width:640px) {#image_style_01_1515820706332{width:18px;height:18px;top:72px;left:4.995748299319728%;}} #image_style_01_1515820706332 > .view_contents{overflow:visible;} 

 #customForm_style_input_01_1515820706341{width:70%;position:absolute;top:119px;left:17.21135496183206%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1515820706341{left:15.321601941747574%;width:74.75728155339806%;top:101px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1515820706341{width:80%;top:66px;left:14.51955782312925%;}} #customForm_style_input_01_1515820706341 > .view_contents{overflow:visible;}  #customForm_style_input_01_1515820706341 .inputSet {font-size:16px;border-left-style:none;border-bottom-style:solid;border-right-style:none;border-top-style:none;background:transparent;line-height:35px;height:35px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_input_01_1515820706341 .inputSet {font-size:14px;}} @media screen and (max-width:640px) { #customForm_style_input_01_1515820706341 .inputSet {font-size:14px;line-height:30px;height:30px;}}

 #customForm_style_input_01_1515820706347{width:70%;position:absolute;top:174px;left:17.21135496183206%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1515820706347{width:74.75728155339806%;left:15.310224514563107%;top:156px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1515820706347{width:80%;top:106px;left:14.51955782312925%;}} #customForm_style_input_01_1515820706347 > .view_contents{overflow:visible;}  #customForm_style_input_01_1515820706347 .inputSet {font-size:16px;border-left-style:none;border-bottom-style:solid;border-right-style:none;border-top-style:none;background:transparent;line-height:35px;height:35px;color:#666666;padding-left:0px;border-bottom-left-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_input_01_1515820706347 .inputSet {font-size:14px;}} @media screen and (max-width:640px) { #customForm_style_input_01_1515820706347 .inputSet {font-size:14px;line-height:30px;height:30px;}}

 #image_style_01_1515820706357{width:18px;height:18px;position:absolute;top:182.5px;left:12.249522900763358%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706357{width:18px;left:9.98558859223301%;top:164.5px;}}   @media screen and (max-width:640px) {#image_style_01_1515820706357{width:18px;height:18px;top:112px;left:4.995748299319728%;}} #image_style_01_1515820706357 > .view_contents{overflow:visible;} 

 #image_style_01_1515820706363{width:18px;height:18px;position:absolute;top:237.5px;left:12.249522900763358%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706363{width:4.3713015955250825%;left:9.98558859223301%;top:219.5px;}}   @media screen and (max-width:640px) {#image_style_01_1515820706363{width:18px;height:18px;top:152px;left:4.995748299319728%;}} #image_style_01_1515820706363 > .view_contents{overflow:visible;} 

 #image_style_01_1515820706369{width:18px;height:18px;position:absolute;top:292.5px;left:12.249522900763358%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706369{width:4.3713015955250825%;left:9.98558859223301%;top:274.5px;}}   @media screen and (max-width:640px) {#image_style_01_1515820706369{width:18px;height:18px;top:192px;left:4.995748299319728%;}} #image_style_01_1515820706369 > .view_contents{overflow:visible;} 

 #customForm_style_input_01_1515820706373{width:70%;position:absolute;top:229px;left:17.21135496183206%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1515820706373{width:74.75728155339806%;left:15.310224514563107%;top:211px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1515820706373{width:80%;top:146px;left:14.51955782312925%;}} #customForm_style_input_01_1515820706373 > .view_contents{overflow:visible;}  #customForm_style_input_01_1515820706373 .inputSet {font-size:16px;border-left-style:none;border-bottom-style:solid;border-right-style:none;border-top-style:none;background:transparent;line-height:35px;height:35px;color:#666666;padding-left:6px;border-bottom-left-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_input_01_1515820706373 .inputSet {font-size:14px;}} @media screen and (max-width:640px) { #customForm_style_input_01_1515820706373 .inputSet {font-size:14px;line-height:30px;height:30px;}}

 #customForm_style_input_01_1515820706378{width:70%;position:absolute;top:284px;left:17.21135496183206%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1515820706378{width:74.75728155339806%;left:15.310224514563107%;top:266px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1515820706378{width:80%;top:186px;left:14.51955782312925%;}} #customForm_style_input_01_1515820706378 > .view_contents{overflow:visible;}  #customForm_style_input_01_1515820706378 .inputSet {font-size:16px;border-left-style:none;border-bottom-style:solid;border-right-style:none;border-top-style:none;background:transparent;line-height:35px;height:35px;color:#666666;padding-left:6px;border-bottom-left-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_input_01_1515820706378 .inputSet {font-size:14px;}} @media screen and (max-width:640px) { #customForm_style_input_01_1515820706378 .inputSet {font-size:14px;line-height:30px;height:30px;}}

 #customForm_style_input_01_1515820706383{width:70%;position:absolute;top:339px;left:17.21135496183206%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1515820706383{width:74.75728155339806%;left:15.310224514563107%;top:321px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1515820706383{width:80%;top:226px;left:14.51955782312925%;}} #customForm_style_input_01_1515820706383 > .view_contents{overflow:visible;}  #customForm_style_input_01_1515820706383 .inputSet {font-size:16px;border-left-style:none;border-bottom-style:solid;border-right-style:none;border-top-style:none;background:transparent;line-height:35px;height:35px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_input_01_1515820706383 .inputSet {font-size:14px;}} @media screen and (max-width:640px) { #customForm_style_input_01_1515820706383 .inputSet {font-size:14px;line-height:30px;height:30px;}}

 #image_style_01_1515820706389{width:18px;height:18px;position:absolute;top:347.5px;left:12.249522900763358%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706389{width:4.3713015955250825%;left:9.98558859223301%;top:329.5px;}}   @media screen and (max-width:640px) {#image_style_01_1515820706389{width:6.465952717720751%;height:18px;top:232px;left:4.825680272108843%;}} #image_style_01_1515820706389 > .view_contents{overflow:visible;} 

 #customForm_style_button_01_1515820706393{width:73.2824427480916%;position:absolute;top:431px;left:13.358778625954198%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1515820706393{left:14.078040457106937%;width:71.84391908578613%;top:386px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1515820706393{width:86.05442176870748%;top:279px;left:6.972789115646258%;}} #customForm_style_button_01_1515820706393 > .view_contents{overflow:visible;}  #customForm_style_button_01_1515820706393 .btnaSet {border-top-left-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top-right-radius:50px;background:#5eb526;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;color:#ffffff;line-height:45px;height:45px;} @media screen and (max-width:640px) { #customForm_style_button_01_1515820706393 .btnaSet {line-height:40px;height:40px;}}
 #customForm_form_1515820706130{width:43.666666666666664%;height:516px;position:absolute;top:50px;left:56.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1515820706130{height:461px;left:54.3%;}}   @media screen and (max-width:640px) {#customForm_form_1515820706130{width:91.875%;height:341px;top:30px;left:3.3003300330033%;}}  #customForm_form_1515820706130  {background:#ffffff;box-shadow:#7a7a7a 0px 0px 20px ;} #layout_1515820511178{height:616px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515820511178{height:560px;}}   @media screen and (max-width:640px) {#layout_1515820511178{height:651px;}} #layout_1515820511178 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515820511178  {background:#ffa800;}




 #image_style_01_1515806377951{width:22px;height:22px;position:absolute;top:0px;left:15%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515806377951{width:22px;top:0px;left:9.28512168141593%;}}   @media screen and (max-width:640px) {#image_style_01_1515806377951{width:26px;height:22px;top:0px;left:45.9375%;}} #image_style_01_1515806377951 > .view_contents{overflow:visible;} 

 #text_style_01_1515806789931{width:77%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1px;left:23%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515806789931{left:21%;width:79%;}}   @media screen and (max-width:640px) {#text_style_01_1515806789931{width:96%;top:32px;left:2%;}}  #text_style_01_1515806789931>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#666666;line-height:20px;text-align:left;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515806789931>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1515806789931>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1515806704275{width:25%;height:24px;position:absolute;top:137px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515806704275{width:206px;left:0%;top:137px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515806704275{width:100%;height:52px;top:0px;left:0%;display:none;}} 

 #image_logo_1515806257025{width:18.5%;height:61px;position:absolute;top:0px;left:40.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1515806257025{width:222px;left:calc(50% - 111px);}}   @media screen and (max-width:640px) {#image_logo_1515806257025{width:73.26732673267327%;height:61px;top:52px;left:13.366336633663366%;display:none;}} 


 #image_style_01_1515807273144{width:22px;height:22px;position:absolute;top:0px;left:21.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515807273144{width:22px;top:0px;left:18.141592920353983%;}}   @media screen and (max-width:640px) {#image_style_01_1515807273144{width:26px;height:22px;top:0px;left:45.9375%;}} #image_style_01_1515807273144 > .view_contents{overflow:visible;} 

 #text_style_01_1515807273150{width:70%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1px;left:30%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515807273150{left:30%;width:70%;}}   @media screen and (max-width:640px) {#text_style_01_1515807273150{width:96%;top:32px;left:2%;}}  #text_style_01_1515807273150>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#666666;line-height:20px;text-align:left;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515807273150>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1515807273150>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1515807272994{width:25%;height:24px;position:absolute;top:137px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515807272994{top:137px;left:23.425414364640883%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515807272994{width:100%;height:52px;top:113px;left:0%;display:none;}} 


 #image_style_01_1515807314821{width:22px;height:22px;position:absolute;top:0px;left:15.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515807314821{width:22px;top:1px;left:10.308351769911503%;}}   @media screen and (max-width:640px) {#image_style_01_1515807314821{width:26px;height:22px;top:0px;left:45.9375%;}} #image_style_01_1515807314821 > .view_contents{overflow:visible;} 

 #text_style_01_1515807314827{width:71.38643067846607%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:23.561946902654867%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515807314827{left:21%;width:79%;}}   @media screen and (max-width:640px) {#text_style_01_1515807314827{width:96%;top:32px;left:2%;}}  #text_style_01_1515807314827>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#666666;line-height:20px;text-align:left;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515807314827>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1515807314827>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1515807314666{width:28.249999999999996%;height:25px;position:absolute;top:137px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515807314666{height:24px;width:264px;left:49.01933701657459%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515807314666{width:100%;height:52px;top:165px;left:0%;display:none;}} 


 #image_style_01_1515807394243{width:22px;height:22px;position:absolute;top:0px;left:22%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515807394243{width:22px;top:1px;left:10.308351769911503%;}}   @media screen and (max-width:640px) {#image_style_01_1515807394243{width:26px;height:22px;top:0px;left:45.9375%;}} #image_style_01_1515807394243 > .view_contents{overflow:visible;} 

 #text_style_01_1515807394249{width:69%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1px;left:31%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515807394249{left:21%;width:79%;}}   @media screen and (max-width:640px) {#text_style_01_1515807394249{width:96%;top:32px;left:2%;}}  #text_style_01_1515807394249>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#666666;line-height:20px;text-align:left;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515807394249>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1515807394249>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1515807394091{width:21.5%;height:24px;position:absolute;top:137px;left:78.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515807394091{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515807394091{width:100%;height:52px;top:217px;left:0%;display:none;}} 

 #dh_style_01_1515822563144{width:48.833333333333336%;z-index:999;position:absolute;top:91px;left:25.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1515822563144{z-index:999;left:21.602209944751383%;width:56.795580110497234%;top:91px;}}   @media screen and (max-width:640px) {#dh_style_01_1515822563144{width:44px;z-index:999;top:0px;left:42.73927392739274%;}} #dh_style_01_1515822563144 > .view_contents{overflow:visible;}  #dh_style_01_1515822563144 #hot>a {color:#666666;} #dh_style_01_1515822563144 .mainMenuSet {color:#666666;line-height:16px;height:16px;border-right-style:solid;border-right-width:1px;border-right-color:#666666;} #dh_style_01_1515822563144 .mainMenuSet:hover {color:#666666;}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1515822563144 li:last-of-type>a{
	border-right:0;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1515822563144{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1515822563144{
		
	}
}
 #div_a_includeBlock_1515807509420{width:1200px;height:178px;position:absolute;top:50px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515807509420{width:96%;left:2.014846235418876%;top:50px;height:177px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515807509420{width:100%;height:0px;top:50px;left:0%;display:none;}} 

 #text_style_01_1515807576838{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:240px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515807576838{}}   @media screen and (max-width:640px) {#text_style_01_1515807576838{width:100%;top:0px;left:0%;}}  #text_style_01_1515807576838>.view_contents {box-sizing:border-box;background:#5eb526;color:#ffffff;font-family:Microsoft YaHei;font-size:12px;line-height:40px;text-decoration:none;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515807576838>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1515807576838>.view_contents {box-sizing:border-box;}} #comm_layout_footer{height:280px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:280px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:40px;}} 
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}


.clock span{font-size:14px}

.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_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;}




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

@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;}
}

/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit; color: inherit !important;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}
.clock span{font-size:14px}

	#image_style_01_1515821018785 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515821018785 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515821018785 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1515821018785 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;}
.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


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

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

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



/*pc*/
#image_style_11_1515821546279  ul li{width: 23.5%;}
#image_style_11_1515821546279  ul li.imgItems{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1515821546279  ul li{width: 23.5%;}
	#image_style_11_1515821546279  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1515821546279  ul li{width: 49%;}
	#image_style_11_1515821546279  ul li.imgItems{margin-bottom:2%;}
}

	#image_style_01_1515820553583 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820553583 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515820553583 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515820553583 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_1515820706332 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706332 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515820706332 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515820706332 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;}
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s143js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s143js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }

	#image_style_01_1515820706357 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706357 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515820706357 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515820706357 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_1515820706363 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706363 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515820706363 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515820706363 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_1515820706369 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706369 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515820706369 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515820706369 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;}
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s143js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s143js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s143js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }

	#image_style_01_1515820706389 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515820706389 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515820706389 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515820706389 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1515806377951 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515806377951 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1515806377951 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1515806377951 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;}
.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_1515807273144 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515807273144 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1515807273144 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1515807273144 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_1515807314821 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515807314821 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1515807314821 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1515807314821 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_1515807394243 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515807394243 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1515807394243 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1515807394243 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;}




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

@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;}
}


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

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