
@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;}
.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;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }



 #image_logo_1499931968842{width:33.166666666666664%;height:99px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1499931968842{}}   @media screen and (max-width:640px) {#image_logo_1499931968842{width:55.09641873278237%;height:53px;top:0px;left:0%;}} 
/*----------------------电脑板式样式----------------------*/
#image_logo_1499931968842{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_logo_1499931968842{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_logo_1499931968842{
		
	}
}

 #image_style_03_1514185059128{width:23.5%;height:99px;position:absolute;top:1px;left:76.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1514185059128{left:23.68421052631579%;width:52.63157894736842%;top:0px;}}   @media screen and (max-width:640px) {#image_style_03_1514185059128{width:171px;height:53px;top:0px;left:55.00000000000001%;}} #image_style_03_1514185059128 > .view_contents{overflow:visible;} 
 #div_includeBlock_1482994065145{width:1200px;height:100px;position:absolute;top:0px;left:calc(50% - 600px);z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1482994065145{left:0%;width:100%;top:0px;height:123px;}}   @media screen and (max-width:640px) {#div_includeBlock_1482994065145{width:100%;height:54px;top:0px;left:0%;}} #div_includeBlock_1482994065145 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_includeBlock_1482994065145  {background:#2b2b2b;}} #div_includeBlock_1482994065145  {background:#ffffff;}

 #dh_style_01_1514338296356{width:1200px;z-index:999;left:0.10286458333333333%;top:100px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1514338296356{width:100%;z-index:999;left:8.333333333333329%;top:24.28125px;}}   @media screen and (max-width:640px) {#dh_style_01_1514338296356{width:44px;z-index:999;left:0%;top:54px;}} #dh_style_01_1514338296356 > .view_contents{overflow:visible;} 

 #text_default_1514867228974{width:99.75%;height:136px;position:absolute;top:11px;left:0.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514867228974{top:11px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_default_1514867228974{width:100%;height:300px;top:0px;left:0%;display:none;}}  #text_default_1514867228974  {background:#e5e5e5;} #comm_layout_header{height:147px;z-index:999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:365px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:300px;z-index:1000;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;} 


 #text_default_1514878503878{width:1.6815554387808722%;height:27px;position:absolute;top:157px;left:44.979965843405154%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514878503878{}}   @media screen and (max-width:640px) {#text_default_1514878503878{width:100%;height:300px;top:3400px;left:0%;}} 

 #text_default_1514878569460{width:0.5780346820809248%;height:20px;position:absolute;top:256.5px;left:43.35095901208618%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514878569460{}}   @media screen and (max-width:640px) {#text_default_1514878569460{width:100%;height:300px;top:0px;left:0%;}} 

 #text_default_1514878617476{width:0.6305832895428272%;height:27px;position:absolute;top:340px;left:28.387044270833332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514878617476{}}   @media screen and (max-width:640px) {#text_default_1514878617476{width:100%;height:300px;top:0px;left:0%;}} 

 #text_default_1514878691992{width:0.6831318970047293%;height:24px;position:absolute;top:178px;left:67.7783203125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514878691992{}}   @media screen and (max-width:640px) {#text_default_1514878691992{width:100%;height:300px;top:0px;left:0%;}} 

 #div_blank_08_1514877702645{width:18.181818181818183%;position:absolute;top:202px;left:42.609049479166664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_08_1514877702645{}}   @media screen and (max-width:640px) {#div_blank_08_1514877702645{width:99.00990099009901%;top:1000px;left:0.4950495049504937%;}}  #div_blank_08_1514877702645  {box-sizing:border-box;overflow:visible;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_08_1514877702645  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_08_1514877702645  {box-sizing:border-box;}}

 #div_blank_01_1514878436527{width:2.049395691014188%;position:absolute;top:234px;left:44.77132161458333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_01_1514878436527{}}   @media screen and (max-width:640px) {#div_blank_01_1514878436527{width:99.00990099009901%;top:1600px;left:0.4950495049504937%;}}  #div_blank_01_1514878436527  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_01_1514878436527  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_01_1514878436527  {box-sizing:border-box;}}

 #div_blank_01_1514878460126{width:2.049395691014188%;position:absolute;top:340px;left:42.09228515625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_01_1514878460126{}}   @media screen and (max-width:640px) {#div_blank_01_1514878460126{width:99.00990099009901%;top:2200px;left:0.4950495049504937%;}}  #div_blank_01_1514878460126  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_01_1514878460126  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_01_1514878460126  {box-sizing:border-box;}}

 #div_blank_01_1514878478443{width:2.049395691014188%;position:absolute;top:462px;left:44.175618489583336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_01_1514878478443{}}   @media screen and (max-width:640px) {#div_blank_01_1514878478443{width:99.00990099009901%;top:2800px;left:0.4950495049504937%;}}  #div_blank_01_1514878478443  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_01_1514878478443  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_01_1514878478443  {box-sizing:border-box;}}

 #div_blank_01_1514878201749{width:2.049395691014188%;position:absolute;top:234px;left:56.35416666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_01_1514878201749{}}   @media screen and (max-width:640px) {#div_blank_01_1514878201749{width:99.00990099009901%;top:1600px;left:0.4950495049504937%;}}  #div_blank_01_1514878201749  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_01_1514878201749  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_01_1514878201749  {box-sizing:border-box;}}

 #div_blank_01_1514878360561{width:2.049395691014188%;position:absolute;top:329px;left:59.02832031250001%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_01_1514878360561{}}   @media screen and (max-width:640px) {#div_blank_01_1514878360561{width:99.00990099009901%;top:2800px;left:0.4950495049504937%;}}  #div_blank_01_1514878360561  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_01_1514878360561  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_01_1514878360561  {box-sizing:border-box;}}

 #div_blank_01_1514878323702{width:2.049395691014188%;position:absolute;top:454.5px;left:57.79134114583333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_01_1514878323702{}}   @media screen and (max-width:640px) {#div_blank_01_1514878323702{width:99.00990099009901%;top:2200px;left:0.4950495049504937%;}}  #div_blank_01_1514878323702  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_01_1514878323702  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_01_1514878323702  {box-sizing:border-box;}}

 #text_default_1514947550608{width:14.503415659485025%;height:96px;position:absolute;top:498px;left:27.532552083333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514947550608{}}   @media screen and (max-width:640px) {#text_default_1514947550608{width:100%;height:300px;top:0px;left:0%;}}  #text_default_1514947550608  {background:#ffaa56;}

 #text_default_1514882787815{width:0.9458749343142407%;height:23px;position:absolute;top:470px;left:44.77132161458333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514882787815{}}   @media screen and (max-width:640px) {#text_default_1514882787815{width:100%;height:300px;top:0px;left:0%;}} 

 #text_default_1514882817687{width:0.9984235417761429%;height:25px;position:absolute;top:469px;left:58.385416666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514882817687{}}   @media screen and (max-width:640px) {#text_default_1514882817687{width:100%;height:300px;top:0px;left:0%;}} 

 #text_default_1514947770118{width:14.270833333333332%;height:107px;position:absolute;top:493.5px;left:61.69759114583333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514947770118{}}   @media screen and (max-width:640px) {#text_default_1514947770118{width:100%;height:300px;top:0px;left:0%;}}  #text_default_1514947770118  {background:#ffaa56;}

 #div_blank_01_1514877216486{width:184px;height:200px;left:46.865147136100894%;top:276.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_01_1514877216486{width:300px;height:200px;}}   @media screen and (max-width:640px) {#div_blank_01_1514877216486{width:300px;height:200px;left:0.4950495049504937%;top:600px;}} #div_blank_01_1514877216486 > .view_contents{overflow:visible;}  #div_blank_01_1514877216486  {box-sizing:border-box;background:#56AAFF;border-radius:15%;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_01_1514877216486  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_01_1514877216486  {box-sizing:border-box;}}

 #image_style_01_1514877280011{width:7.724645296899632%;height:149px;position:absolute;top:293px;left:47.837296374146085%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514877280011{}}   @media screen and (max-width:640px) {#image_style_01_1514877280011{width:66.006600660066%;height:200px;top:800px;left:16.996699669967%;}} #image_style_01_1514877280011 > .view_contents{overflow:visible;} 

 #searchbox_style_02_1516067315659{width:62.900683131897004%;position:absolute;left:18.527489490278505%;top:2px;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1516067315659{width:90.2439024390244%;left:8.912712089077413%;top:12.5px;}}   @media screen and (max-width:640px) {#searchbox_style_02_1516067315659{width:100%;left:0%;top:18px;}} #searchbox_style_02_1516067315659 > .view_contents{overflow:visible;}  #searchbox_style_02_1516067315659 .modSet {border-top-color:#dedede;border-right-color:#dedede;border-bottom-color:#dedede;border-left-color:#dedede;} #searchbox_style_02_1516067315659 .inputSet {border-top-color:#dedede;border-right-color:#dedede;border-bottom-color:#dedede;border-left-color:#dedede;line-height:35px;height:35px;padding-right:10px;padding-left:10px;} #searchbox_style_02_1516067315659 .btnaSet {padding-right:0px;font-size:14px;height:35px;line-height:35px;font-family:Microsoft YaHei;} #searchbox_style_02_1516067315659 .kwSet {line-height:35px;height:35px;}
/*----------------------电脑板式样式----------------------*/
#searchbox_style_02_1516067315659{
	
}
#searchbox_style_02_1516067315659 .searchStyle_2 .keyWord{margin-top:0;float:left;}
#searchbox_style_02_1516067315659 .searchStyle_2  form{float: right;width: 36%;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_02_1516067315659{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#searchbox_style_02_1516067315659{
		
	}
}

 #image_style_01_1514948099103{width:53.91487125591172%;height:130px;position:absolute;top:67px;left:27.614293221229637%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514948099103{}}   @media screen and (max-width:640px) {#image_style_01_1514948099103{width:66.006600660066%;height:200px;top:300px;left:16.996699669967%;}} #image_style_01_1514948099103 > .view_contents{overflow:visible;} 

 #homelink_style_01_1516066751140{width:63.005780346820806%;position:absolute;top:37px;left:18.470835522858646%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1516066751140{}}   @media screen and (max-width:640px) {#homelink_style_01_1516066751140{width:100%;top:1700px;left:0%;}}  #homelink_style_01_1516066751140  {background:#e5e5e5;}

 #prodKind_style_04_1514876974431{width:9.090909090909092%;position:absolute;top:71px;left:18.470835522858646%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_04_1514876974431{}}   @media screen and (max-width:640px) {#prodKind_style_04_1514876974431{width:89.10891089108911%;top:0px;left:5.445544554455445%;}} #prodKind_style_04_1514876974431 > .view_contents{overflow:visible;} 

 #text_default_1514947696292{width:11.455596426694692%;height:48px;position:absolute;top:229.5px;left:61.69699159222281%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514947696292{}}   @media screen and (max-width:640px) {#text_default_1514947696292{width:100%;height:300px;top:0px;left:0%;}}  #text_default_1514947696292  {background:#ffaa56;}

 #text_default_1514882969209{width:14.240672622175513%;height:53px;position:absolute;top:359px;left:62.904788491854966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514882969209{}}   @media screen and (max-width:640px) {#text_default_1514882969209{width:100%;height:300px;top:0px;left:0%;}}  #text_default_1514882969209  {background:#ffaa56;}

 #text_default_1514883036811{width:18.707304256437205%;height:72px;position:absolute;top:359px;left:20.32810036784025%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514883036811{}}   @media screen and (max-width:640px) {#text_default_1514883036811{width:100%;height:300px;top:0px;left:0%;}}  #text_default_1514883036811  {background:#ffaa56;}

 #text_default_1514882871101{width:12.454019968470835%;height:49px;position:absolute;top:234px;left:29.017505254860747%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514882871101{}}   @media screen and (max-width:640px) {#text_default_1514882871101{width:100%;height:300px;top:0px;left:0%;}}  #text_default_1514882871101  {background:#ffaa56;}

 #text_default_1516067418222{width:0.9984235417761429%;height:25px;position:absolute;top:241px;left:45.32153179190752%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1516067418222{}}   @media screen and (max-width:640px) {#text_default_1516067418222{width:100%;height:300px;top:0px;left:0%;}} 

 #text_default_1516067443489{width:0.7291666666666666%;height:25px;position:absolute;top:241px;left:57.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1516067443489{}}   @media screen and (max-width:640px) {#text_default_1516067443489{width:100%;height:300px;top:0px;left:0%;}} 

 #text_default_1516067469288{width:0.9984235417761429%;height:25px;position:absolute;top:347px;left:42.93057015239096%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1516067469288{}}   @media screen and (max-width:640px) {#text_default_1516067469288{width:100%;height:300px;top:251px;left:0%;}} 

 #text_default_1516067489706{width:0.9984235417761429%;height:25px;position:absolute;top:340px;left:59.792104571728856%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1516067489706{}}   @media screen and (max-width:640px) {#text_default_1516067489706{width:100%;height:300px;top:251px;left:0%;}}  #layout_diy_1514171305{height:619px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1514171305{height:600px;}}   @media screen and (max-width:640px) {#layout_diy_1514171305{height:600px;}} 
 #layout_1514950915409{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514950915409{}}   @media screen and (max-width:640px) {#layout_1514950915409{}} #layout_1514950915409 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1527152692947{width:3.3333333333333335%;height:20px;position:absolute;top:18px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527152692947{width:40px;left:0.8%;top:49px;z-index:2;}}   @media screen and (max-width:640px) {#image_style_01_1527152692947{width:52.63157894736842%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1527152692947 > .view_contents{overflow:visible;} 

 #text_style_02_1527152692955{width:6.388888888888888%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:13px;left:4.1328125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527152692955{width:7.423117709437964%;top:44px;left:5.6%;z-index:2;}}   @media screen and (max-width:640px) {#text_style_02_1527152692955{width:97.36842105263158%;top:0px;left:0%;display:none;}}  #text_style_02_1527152692955>.view_contents {box-sizing:border-box;font-size:14px;color:#06376c;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527152692955>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527152692955>.view_contents {box-sizing:border-box;}}

 #text_style_02_1527152692959{width:10.333333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:18px;left:17.716145833333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527152692959{width:6.666666666666667%;left:60.6%;top:44px;z-index:2;}}   @media screen and (max-width:640px) {#text_style_02_1527152692959{width:97.36842105263158%;top:0px;left:0%;display:none;}}  #text_style_02_1527152692959>.view_contents {box-sizing:border-box;font-size:14px;color:#06376c;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527152692959>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527152692959>.view_contents {box-sizing:border-box;}}

 #text_style_02_1527152692963{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:66px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527152692963{z-index:2;top:75px;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1527152692963{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1527152692963>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;line-height:50px;border-top-color:#eeeeee;border-top-style:solid;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527152692963>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1527152692963>.view_contents {box-sizing:border-box;}}

 #image_style_01_1527152692967{height:33px;position:absolute;top:11.5px;left:32.024739583333336%;width:2.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527152692967{}}   @media screen and (max-width:640px) {#image_style_01_1527152692967{width:55.09641873278236%;height:200px;top:251px;left:22.45179063360882%;display:none;}} #image_style_01_1527152692967 > .view_contents{overflow:visible;}  #image_style_01_1527152692967  {background:#191919;}

 #image_style_01_1527152692971{height:27px;position:absolute;top:14.5px;left:13.734374999999998%;width:1.9166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527152692971{}}   @media screen and (max-width:640px) {#image_style_01_1527152692971{width:55.09641873278236%;height:200px;top:451px;left:22.45179063360882%;display:none;}} #image_style_01_1527152692971 > .view_contents{overflow:visible;}  #image_style_01_1527152692971  {background:#191919;}

 #text_style_02_1527152692976{width:18.181818181818183%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:18px;left:36.44921875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527152692976{width:6.666666666666667%;z-index:2;}}   @media screen and (max-width:640px) {#text_style_02_1527152692976{width:97.36842105263158%;top:0px;left:0%;display:none;}}  #text_style_02_1527152692976>.view_contents {box-sizing:border-box;font-size:14px;color:#06376c;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527152692976>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527152692976>.view_contents {box-sizing:border-box;}}

 #image_style_01_1527152692980{height:30px;position:absolute;top:13px;left:57.166666666666664%;width:2.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527152692980{}}   @media screen and (max-width:640px) {#image_style_01_1527152692980{width:55.09641873278236%;height:200px;top:651px;left:22.45179063360882%;display:none;}} #image_style_01_1527152692980 > .view_contents{overflow:visible;}  #image_style_01_1527152692980  {background:#191919;}

 #text_style_02_1527152692983{width:28.907048008171603%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:13px;left:64.48046875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527152692983{width:6.666666666666667%;z-index:2;}}   @media screen and (max-width:640px) {#text_style_02_1527152692983{width:97.36842105263158%;top:0px;left:0%;display:none;}}  #text_style_02_1527152692983>.view_contents {box-sizing:border-box;font-size:14px;color:#06376c;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527152692983>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527152692983>.view_contents {box-sizing:border-box;}}


 #text_default_1527152694996{width:33.69839932603201%;height:300px;display:none;position:absolute;top:86.5px;left:33.15080033698399%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1527152694996{width:97.36842105263158%;height:300px;display:none;left:1.3157894736842124%;top:86.5px;}}   @media screen and (max-width:640px) {#text_default_1527152694996{width:185px;height:111px;display:block;top:0px;left:1.3333333333333335%;}} 

 #text_default_1527152695004{width:33.69839932603201%;height:300px;display:none;position:absolute;top:53.5px;left:33.15080033698399%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1527152695004{width:97.36842105263158%;height:300px;display:none;left:1.3157894736842124%;top:53.5px;}}   @media screen and (max-width:640px) {#text_default_1527152695004{width:80px;height:129px;display:block;top:6px;left:64.78333333333333%;}} 

 #text_style_02_1527152695007{width:43.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:139.5px;left:28.416666666666668%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527152695007{width:96.05263157894737%;display:none;left:1.973684210526315%;top:139.5px;}}   @media screen and (max-width:640px) {#text_style_02_1527152695007{width:96%;top:129px;left:1.7195767195767195%;display:block;}}  #text_style_02_1527152695007>.view_contents {box-sizing:border-box;font-size:12px;color:#666666;line-height:20px;text-align:center;font-family:Verdana;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527152695007>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527152695007>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1527152692988{width:100%;height:227px;position:absolute;top:51px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527152692988{height:194px;top:51px;left:0.6578947368421098%;display:none;width:98.68421052631578%;}}   @media screen and (max-width:640px) {#div_includeBlock_1527152692988{width:99.3421052631579%;height:206px;top:0px;left:0.6578947368421098%;display:block;}}  @media screen and (min-width:641px) and (max-width:1200px) { #div_includeBlock_1527152692988  {background:#282828;}} #div_includeBlock_1527152692988  {background:#282828;}
 #div_includeBlock_1527152690480{width:81.58333333333333%;height:121px;position:absolute;top:6px;left:12.423177083333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527152690480{height:145px;}}   @media screen and (max-width:640px) {#div_includeBlock_1527152690480{width:100%;height:206px;top:678px;left:0%;}}  #div_includeBlock_1527152690480  {background:#ffffff;} #layout_1527152689885{height:127px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527152689885{}}   @media screen and (max-width:640px) {#layout_1527152689885{}} #layout_1527152689885 > .view_contents{overflow:visible;max-width:1200px;} 

.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_03_1514185059128 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1514185059128 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1514185059128 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1514185059128 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
/*菜单样式*/
.menuStyle_16{width:100%; position:relative;}
.menuStyle_16 *{box-sizing: border-box;}
.menuStyle_16 .miniMenu *,
.menuStyle_16 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_16 .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_16 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_16 ul,.menuStyle_16 li{padding:0;margin:0px;list-style:none}
.menuStyle_16 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_16 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_16 .menuUl_box{position:relative; width:100%; text-align:center; background: #2b2b2b;}
.menuStyle_16 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_16 .menuUl>li{position:relative;}
.menuStyle_16 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #fff; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_16 .menuUl>li>a:hover{background: #262626;}
.menuStyle_16 .menuUl #hot>a{background: #fe6637;}
.menuStyle_16 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_16 .menuUl #hot>a span{color:inherit;}
.menuStyle_16 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}
.menuStyle_16 .menuLayout .miniMenu{display:none;}
.menuStyle_16 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #262626; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_16 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_16 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_16 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_16 .menuUl02 .subMenu02 {position: relative; color: #fff; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_16 .menuUl02 .subMenu02.subCurSet{background: #fe6637; color: #fff;}
.menuStyle_16 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_16 .menuUl02 .subMenu02:hover {background: #333; color: #fff;}
.menuStyle_16 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_16 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_16 .menuUl03{position: absolute; background: #333; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_16 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_16 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.15);}
.menuStyle_16 .menuUl03 .subMenu03.thrCurSet{background: #fe6637; color: #fff;}
.menuStyle_16 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_16 .rflex { position: relative;}
.menuStyle_16 .maxWidth{margin: auto;}

.menuStyle_16 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background:#2b2b2b; display: none;}
.menuStyle_16 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_16 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_16 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_16 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_16 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_16 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_16 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_16 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_16 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_16 .subBox p{overflow: hidden; float: left;}
.menuStyle_16 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_16 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_16 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #fff; line-height: 28px;}
.menuStyle_16 .subBox .subMenu02.subCurSet{color: #fe6637;}
.menuStyle_16 .subBox .subMenu02:hover,
.menuStyle_16 .subBox .subMenu02:active{color: #fff;}
.menuStyle_16 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #ddd;}
.menuStyle_16 .subBox .subMenu03:hover,
.menuStyle_16 .subBox .subMenu03:active{color: #fff;}
.menuStyle_16 .subBox .subMenu03.thrCurSet{color: #fe6637;}


@media screen and (max-width:640px) {
.menuStyle_16 .menuUl,
.menuStyle_16 .menuUl_box {display:none;}
.menuStyle_16 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_16 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_16 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_16 .miniMenu .leftBox{height: 100%}
.menuStyle_16 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_16 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_16 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_16 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_16 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_16 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_16 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_16 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_01_1514338296356 .maxWidth{max-width:px;}
	#dh_style_01_1514338296356 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_01_1514338296356 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_01_1514338296356 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.blank_08 .view_contents{overflow: visible;}    
.blank_08 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;border:1px solid #56AAFF;	}
.blank_08 .roundcs2{width:85%;padding-bottom:85%;border:1px solid #56AAFF;margin:0 auto;position:relative;margin-top:7.5%;border-radius:50%;}
	
.blank_01 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#56AAFF;	}
	
.blank_01 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#56AAFF;	}
	
.blank_01 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#56AAFF;	}
	
.blank_01 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#56AAFF;	}
	
.blank_01 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#56AAFF;	}
	
.blank_01 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#56AAFF;	}
	

	#image_style_01_1514877280011 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514877280011 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1514877280011 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1514877280011 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;}
.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}

	#image_style_01_1514948099103 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514948099103 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1514948099103 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1514948099103 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;}
.breadcrumb {
	padding: 8px 15px;
	/* margin-bottom: 20px; */
	list-style: none;
	/* background-color: #f5f5f5; */
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	/* content: "/\00a0"; */
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}

.location_style01 .fa-home{
	font-size:16px;
	margin-right:.25em;
}
.location_style01 .home-icon{
	height: 1.5em;
	float: left;
	margin-right:.8em;
}
/*新闻搜索样式*/
.prodcateStyle_4{width:100%; clear: both; margin-bottom: 1px}
.prodcateStyle_4 *{box-sizing:border-box; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; -ms-transition: all ease .2s; transition: all ease .2s; list-style:none;}
.prodcateStyle_4 li{position: relative; font-size: 14px; color: #333; line-height: 3; text-decoration:none;}
.prodcateStyle_4 li i{float: right; margin-top: 14px; margin-right: 20px; font-size: 14px; }
.prodcateStyle_4 .sidebar{width:100%; background: #fff; border: 1px solid #ddd; margin-bottom: -1px}

.prodcateStyle_4 .sidebar>a, .prodcateStyle_4 .sidebar2>a, .prodcateStyle_4 .sidebar3>a{font-size:inherit; color:inherit; line-height: inherit; text-decoration:inherit; margin:0 2em; white-space: nowrap;width:100%;}

.prodcateStyle_4 .sidebar2{background: #f2f2f2;}
.prodcateStyle_4 .sidebar3{background: #eaeaea;}
.prodcateStyle_4 .newscate3{position: absolute; left: 100%; top: 0; }
.prodcateStyle_4 .newscate2, .prodcateStyle_4 .newscate3{display:none;}
.prodcateStyle_4 .sidebar span,.prodcateStyle_4 .sidebar2 span{position: absolute;right:20px;}
@media screen and (min-width:768px){
	/*.prodcateStyle_4 .sidebar:hover .newscate2,.prodcateStyle_4 .sidebar2:hover .newscate3{display: block;}*/
}
@media screen and (max-width:767px){
	.prodcateStyle_4 .newscate3{position: relative; left: 0; top: 0; }
}
	#image_style_01_1527152692947 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527152692947 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1527152692947 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1527152692947 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_1527152692967 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527152692967 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1527152692967 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1527152692967 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_1527152692971 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527152692971 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1527152692971 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1527152692971 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_1527152692980 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527152692980 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1527152692980 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1527152692980 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}
				.bottomMenu ul{width:100%; height: 40px; padding:6px 0; background-color: #fff; 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: auto;}
				.bottomMenu ul li .menuIco img{width: 100%;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #333; line-height: 18px;}
				.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;}
				}
				