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

/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

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

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }


 #image_style_01_1484538074694{width:2.5833333333333335%;height:30px;position:absolute;top:18.90625px;left:3.4166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538074694{width:31px;}}   @media screen and (max-width:640px) {#image_style_01_1484538074694{width:54.94505494505495%;height:200px;top:0px;left:22.527472527472526%;display:none;}} #image_style_01_1484538074694 > .view_contents{overflow:visible;} 

 #image_style_01_1484537968765{width:2.5833333333333335%;height:30px;position:absolute;top:18.90625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484537968765{width:31px;}}   @media screen and (max-width:640px) {#image_style_01_1484537968765{width:54.94505494505495%;height:200px;top:0px;left:22.527472527472526%;display:none;}} #image_style_01_1484537968765 > .view_contents{overflow:visible;} 

 #image_style_01_1484538170212{width:2.5833333333333335%;height:30px;position:absolute;top:18.90625px;left:6.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538170212{width:31px;}}   @media screen and (max-width:640px) {#image_style_01_1484538170212{width:54.94505494505495%;height:200px;top:0px;left:22.527472527472526%;display:none;}} #image_style_01_1484538170212 > .view_contents{overflow:visible;} 

 #image_style_01_1484538192855{width:2.5833333333333335%;height:30px;position:absolute;top:18.90625px;left:10.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538192855{width:31px;}}   @media screen and (max-width:640px) {#image_style_01_1484538192855{width:9.473684210526317%;height:37px;top:0px;left:20.15625%;display:none;}} #image_style_01_1484538192855 > .view_contents{overflow:visible;} 

 #text_style_02_1484538249333{width:8.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:12.40625px;left:15.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484538249333{width:114px;top:13.40625px;left:15.207449628844113%;}}   @media screen and (max-width:640px) {#text_style_02_1484538249333{width:100%;top:108px;left:0%;display:none;}}  #text_style_02_1484538249333>.view_contents {box-sizing:border-box;color:#e6e6e6;font-size:14px;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484538249333>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484538249333>.view_contents {box-sizing:border-box;}}

 #image_logo_1484548505363{width:16.666666666666664%;height:200px;position:absolute;left:41.66666666666667%;top:54.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484548505363{width:20.833333333333336%;height:200px;left:39.58333333333333%;top:54.515625px;display:none;}}   @media screen and (max-width:640px) {#image_logo_1484548505363{width:24.47368421052632%;height:50px;top:0px;left:0%;display:block;}} 

 #dh_style_01_1484548533807{width:66.66666666666666%;z-index:999;position:absolute;left:16.66666666666667%;top:93.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1484548533807{width:83.33333333333334%;z-index:999;left:8.333333333333329%;top:93.515625px;display:none;}}   @media screen and (max-width:640px) {#dh_style_01_1484548533807{width:100%;z-index:999;top:0px;left:0%;display:block;}} #dh_style_01_1484548533807 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1484548533807{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1484548533807{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1484548533807{
		
	}
.sidebar{
color:white !important;
}
}

 #text_style_02_1484543665388{width:6.333333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:8.90625px;left:93.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484543665388{top:8.90625px;left:93.4252386002121%;width:62px;}}   @media screen and (max-width:640px) {#text_style_02_1484543665388{width:100%;top:249px;left:0%;display:none;}}  #text_style_02_1484543665388>.view_contents {box-sizing:border-box;color:#e6e6e6;font-size:14px;line-height:50px;height:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484543665388>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484543665388>.view_contents {box-sizing:border-box;}}


 #image_style_01_1484538940346{width:19px;height:24px;position:absolute;top:12px;left:4.975076687116564%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538940346{height:23px;width:16px;top:14px;left:5.566991017964072%;}}   @media screen and (max-width:640px) {#image_style_01_1484538940346{width:54.94505494505496%;height:200px;top:0px;left:22.52747252747252%;}} #image_style_01_1484538940346 > .view_contents{overflow:visible;} 

 #text_style_02_1484539039509{width:50%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:5px;left:21.981348167539267%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484539039509{top:5px;left:19.9535472972973%;width:70px;}}   @media screen and (max-width:640px) {#text_style_02_1484539039509{width:100%;top:200px;left:0%;}}  #text_style_02_1484539039509>.view_contents {box-sizing:border-box;color:#e6e6e6;font-size:14px;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484539039509>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484539039509>.view_contents {box-sizing:border-box;}}

 #customForm_style_button_01_1484542876870{width:31.28834355828221%;position:absolute;top:6.5px;left:65.04984662576688%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484542876870{width:54px;left:64.55838323353294%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484542876870{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484542876870 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484542876870 .btnaSet {color:#2e87ad;background:transparent;border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-color:#142434;border-right-width:3px;height:35px;font-weight:bold;} #customForm_style_button_01_1484542876870  {height:36px;line-height:22px;}
 #div_includeBlock_1484542809712{width:13.583333333333334%;height:50px;position:absolute;top:8.90625px;left:79.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484542809712{top:8.90625px;left:75.41755037115588%;width:167px;height:49px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484542809712{width:100%;height:300px;top:674px;left:0%;display:none;}} 


 #image_style_01_1484538563940{width:16px;height:17px;position:absolute;top:16.5px;left:13.067036290322582%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538563940{height:20px;width:17px;top:15.5px;left:31.796875000000004%;}}   @media screen and (max-width:640px) {#image_style_01_1484538563940{width:54.94505494505496%;height:200px;top:0px;left:22.52747252747252%;}} #image_style_01_1484538563940 > .view_contents{overflow:visible;} 

 #customForm_style_button_01_1484538674829{width:71.7741935483871%;position:absolute;top:7px;left:24.86139112903226%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484538674829{width:104px;left:34.854910714285715%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484538674829{width:55.09641873278237%;top:200px;left:22.451790633608816%;}} #customForm_style_button_01_1484538674829 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484538674829 .btnaSet {color:#e6e6e6;background:transparent;border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-color:#142434;border-right-width:3px;height:35px;} #customForm_style_button_01_1484538674829  {height:36px;line-height:22px;}
 #div_includeBlock_1484542680829{width:10.333333333333334%;height:50px;position:absolute;top:8.90625px;left:68.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484542680829{top:8.90625px;left:60.203472958642635%;width:140px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484542680829{width:100%;height:300px;top:374px;left:0%;display:none;}} 

 #qqol_style_01_1488611087539{width:17.5%;position:absolute;top:9.40625px;left:31.125000000000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1488611087539{top:0px;left:31.12407211028632%;}}   @media screen and (max-width:640px) {#qqol_style_01_1488611087539{width:57.85123966942148%;top:50px;left:21.07438016528926%;display:none;}} #qqol_style_01_1488611087539 > .view_contents{overflow:visible;}  #qqol_style_01_1488611087539  {background:#ffffff;} #comm_layout_header{height:66px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:64px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:50px;display:block;z-index:8;}} #comm_layout_header > .view_contents{max-width:1200px;}  #comm_layout_header  {border-top-color:#eeb81a;border-top-style:none;border-top-width:2px;background:#093155;border-bottom-style:none;} @media screen and (max-width:640px) { #comm_layout_header>.view_contents {margin-left:0px;margin-right:0px;}}


 #image_style_01_1484816109244{width:100%;height:637px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484816109244{height:420px;}}   @media screen and (max-width:640px) {#image_style_01_1484816109244{width:100.08223684210526%;height:168px;top:0px;left:0%;}} #image_style_01_1484816109244 > .view_contents{overflow:visible;} 


 #dh_style_01_1484816110498{width:41.66666666666667%;position:absolute;left:58.33333333333333%;top:10.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1484816110498{width:37.53976670201485%;z-index:999;left:62.460233297985155%;top:7.5px;}}   @media screen and (max-width:640px) {#dh_style_01_1484816110498{width:11.842105263157894%;z-index:2;top:500px;height:50px;display:none;}} #dh_style_01_1484816110498 > .view_contents{overflow:visible;}  #dh_style_01_1484816110498  {font-size:12px;} #dh_style_01_1484816110498 .columnSet {font-size:12px;} #dh_style_01_1484816110498 .mainMenuSet {font-size:16px;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;color:#f9f9f9;} #dh_style_01_1484816110498 .mainMenuSet:hover {color:#f9f9f9;border-bottom-color:#00a0e9;border-bottom-style:solid;border-bottom-width:3px;} #dh_style_01_1484816110498 #hot>a {background:transparent;color:#f9f9f9;border-bottom-color:#00a0e9;border-bottom-style:solid;border-bottom-width:3px;} #dh_style_01_1484816110498 #hot>a:hover {border-bottom-color:#00a0e9;border-bottom-style:solid;border-bottom-width:3px;} #dh_style_01_1484816110498 .columnSet:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:2px;} #dh_style_01_1484816110498 .subCurSet:hover {color:transparent;text-align:left;} #dh_style_01_1484816110498 .subminSet:hover {color:transparent;} #dh_style_01_1484816110498 .subMenuSet:hover {color:#f25959;font-size:14px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;} #dh_style_01_1484816110498 .subMenuSet {color:#000000;font-size:14px;border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:1px;} @media screen and (max-width:640px) { #dh_style_01_1484816110498 #hot>a {color:#f25959;font-size:16px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1484816110498 .subMenuSet {font-size:14px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1484816110498 .subMenuSet:hover {font-size:14px;color:#f25959;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1484816110498 .subCurSet {background:transparent;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;color:#f25959;font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1484816110498 .mainMenuSet {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1484816110498{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1484816110498{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1484816110498{
		
	}
}

 #image_logo_1484816110539{width:9.583333333333334%;height:146px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484816110539{left:0%;width:11.240721102863201%;top:0px;height:59px;}}   @media screen and (max-width:640px) {#image_logo_1484816110539{width:111px;height:59px;top:12px;left:calc(50% - 55.5px);}} 

 #text_style_02_1484816110550{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:226px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484816110550{left:0%;width:100%;top:98px;}}   @media screen and (max-width:640px) {#text_style_02_1484816110550{width:370px;top:200px;display:none;}}  #text_style_02_1484816110550>.view_contents {box-sizing:border-box;color:#f9f9f9;text-align:center;font-weight:bold;font-size:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484816110550>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484816110550>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484816110569{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:276px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484816110569{width:100%;left:0%;top:148px;}}   @media screen and (max-width:640px) {#text_style_02_1484816110569{width:100%;top:75px;left:0%;}}  #text_style_02_1484816110569>.view_contents {box-sizing:border-box;color:#f9f9f9;text-align:center;font-weight:normal;font-size:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484816110569>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484816110569>.view_contents {box-sizing:border-box;font-size:18px;}}
 #div_includeBlock_1484816109289{width:1200px;height:477px;position:absolute;top:78px;left:calc(50% - 600px);z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484816109289{width:100%;height:300px;left:0%;top:52px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484816109289{width:70%;height:155px;top:10px;left:15%;}} 

 #div_blank_1484816109300{width:100%;height:509px;position:absolute;top:64px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1484816109300{height:331px;top:37px;left:0%;}}   @media screen and (max-width:640px) {#div_blank_1484816109300{width:100%;height:142px;top:12px;left:0%;}} #div_blank_1484816109300 > .view_contents{overflow:visible;}  #div_blank_1484816109300  {box-sizing:border-box;background:rgba(0,0,0,.6);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1484816109300  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1484816109300  {box-sizing:border-box;}} #layout_1484816109239{height:637px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484816109239{height:420px;}}   @media screen and (max-width:640px) {#layout_1484816109239{height:168px;}} #layout_1484816109239 > .view_contents{overflow:visible;} 


 #newsList_style_04_1484806914930{width:503px;position:absolute;top:38px;left:22.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1484806914930{width:414px;left:calc(50% - 204.5px);top:38px;}}   @media screen and (max-width:640px) {#newsList_style_04_1484806914930{width:100%;top:217px;left:0%;}}  #newsList_style_04_1484806914930 .titleSet {text-align:center;padding-top:25px;} #newsList_style_04_1484806914930 .detailSet {text-align:center;padding-top:19px;padding-bottom:7px;} #newsList_style_04_1484806914930 .modSet {padding-bottom:30px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (max-width:640px) { #newsList_style_04_1484806914930 .titleSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1484806914930 .modSet {padding-bottom:37px;margin-bottom:0px;margin-left:0px;margin-top:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1484806914930  {padding-bottom:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1484806914930 .detailSet {padding-bottom:8px;}}

 #newsList_style_07_1484804580844{width:250px;height:320px;position:absolute;top:38px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_07_1484804580844{}}   @media screen and (max-width:640px) {#newsList_style_07_1484804580844{width:48.68421052631579%;height:198px;top:10px;left:0.2631578947368421%;}}  #newsList_style_07_1484804580844 .titleSet {text-align:center;font-size:16px;font-family:Microsoft YaHei;padding-bottom:12px;font-weight:normal;padding-left:0px;margin-left:0px;margin-top:100px;} #newsList_style_07_1484804580844 .detailSet {text-align:center;} @media screen and (max-width:640px) { #newsList_style_07_1484804580844 .titleSet {margin-top:18px;font-size:13px;color:#ffffff;background:transparent;font-weight:bold;}} @media screen and (max-width:640px) { #newsList_style_07_1484804580844 .modSet {font-size:13px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_07_1484804580844{
	
}
#newsList_style_07_1484804580844 .newCont{
width:100% !important;
bottom:0 !important;
height:100% !important;
}
#newsList_style_07_1484804580844 .newFocus a{
display:none !important;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_07_1484804580844{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_07_1484804580844{
		
	}
}

 #newsList_style_07_1484807259223{width:250px;height:320px;position:absolute;top:383px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_07_1484807259223{height:320px;width:250px;}}   @media screen and (max-width:640px) {#newsList_style_07_1484807259223{width:48.1578947368421%;height:197px;top:11px;left:51.578947368421055%;}}  #newsList_style_07_1484807259223 .titleSet {text-align:center;font-size:16px;font-family:Microsoft YaHei;padding-bottom:12px;font-weight:normal;padding-left:0px;margin-left:0px;margin-top:100px;} #newsList_style_07_1484807259223 .detailSet {text-align:center;} @media screen and (max-width:640px) { #newsList_style_07_1484807259223 .titleSet {margin-top:18px;font-size:13px;font-weight:bold;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_07_1484807259223{
	
}
#newsList_style_07_1484807259223 .newCont{
width:100% !important;
bottom:0 !important;
height:100% !important;
}
#newsList_style_07_1484807259223 .newFocus a{
display:none !important;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_07_1484807259223{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_07_1484807259223{
		
	}
}

 #newsList_style_06_1484807814613{width:33.5%;position:absolute;top:38px;left:66.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1484807814613{width:243.90625px;left:74.13507423117709%;top:38px;}}   @media screen and (max-width:640px) {#newsList_style_06_1484807814613{width:98%;top:817px;left:0.9960937499999999%;}}  #newsList_style_06_1484807814613 .titleSet {font-size:14px;} #newsList_style_06_1484807814613 .modSet {margin-bottom:13px;padding-top:7px;padding-bottom:7px;} @media screen and (max-width:640px) { #newsList_style_06_1484807814613  {padding-left:0px;padding-right:0px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1484807814613{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1484807814613{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1484807814613{
		
	}
#newsList_style_06_1484807814613 .boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:100%;}
#newsList_style_06_1484807814613 .boxNewsListStyle_6 .sumary_list .newDetail{width:100%;}
} #layout_1484804414987{height:750px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484804414987{height:736px;}}   @media screen and (max-width:640px) {#layout_1484804414987{height:1496px;}} #layout_1484804414987 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1484804414987  {background:#f5f5f5;}


 #image_style_01_1484809985340{width:100%;height:508px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484809985340{height:397px;}}   @media screen and (max-width:640px) {#image_style_01_1484809985340{width:100.08223684210526%;height:135px;top:0px;left:0%;}} #image_style_01_1484809985340 > .view_contents{overflow:visible;} 

 #text_style_02_1484809995037{width:50.83333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:159px;left:24.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484809995037{left:calc(50% - 241.5px);top:109px;width:483px;}}   @media screen and (max-width:640px) {#text_style_02_1484809995037{width:70%;top:19.5px;left:15%;}}  #text_style_02_1484809995037>.view_contents {box-sizing:border-box;color:#ffffff;font-size:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484809995037>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_02_1484809995037>.view_contents {box-sizing:border-box;font-size:14px;line-height:24px;text-align:center;}} #layout_1484809979120{height:508px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484809979120{height:397px;}}   @media screen and (max-width:640px) {#layout_1484809979120{height:135px;}} #layout_1484809979120 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_06_1484810149415{width:100%;position:absolute;top:23px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1484810149415{}}   @media screen and (max-width:640px) {#newsList_style_06_1484810149415{width:98%;top:17px;left:1.0526315789473684%;}}  #newsList_style_06_1484810149415 .titleSet {font-size:14px;} #newsList_style_06_1484810149415 .timesSet {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_06_1484810149415  {padding-left:5px;padding-right:5px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1484810149415{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1484810149415{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1484810149415{
		
	}
#newsList_style_06_1484810149415 .boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:100%;}
#newsList_style_06_1484810149415 .boxNewsListStyle_6 .sumary_list .newDetail{width:100%;}
} #layout_1484810017985{height:521px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484810017985{height:502px;}}   @media screen and (max-width:640px) {#layout_1484810017985{height:762px;}} #layout_1484810017985 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1484808210080{width:100%;height:508px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484808210080{height:397px;}}   @media screen and (max-width:640px) {#image_style_01_1484808210080{width:100.08223684210526%;height:161px;top:0px;left:0%;}} #image_style_01_1484808210080 > .view_contents{overflow:visible;}  #layout_1484808012554{height:508px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484808012554{height:397px;}}   @media screen and (max-width:640px) {#layout_1484808012554{height:161px;}} #layout_1484808012554 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1484808012554  {background:#f5f5f5;}



 #text_style_02_1484808924119{width:48.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:53px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484808924119{left:0%;width:57.15800636267232%;top:34px;}}   @media screen and (max-width:640px) {#text_style_02_1484808924119{width:98%;top:0px;left:0.9375%;display:block;}}  #text_style_02_1484808924119>.view_contents {box-sizing:border-box;font-size:14px;line-height:33px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484808924119>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484808924119>.view_contents {box-sizing:border-box;text-indent:2em;}}

 #text_style_02_1484809481230{width:8.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:142px;left:49.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484809481230{width:11.240721102863201%;left:61.50583244962884%;top:142px;}}   @media screen and (max-width:640px) {#text_style_02_1484809481230{width:42.368421052631575%;top:489px;left:28.945312499999996%;}}  #text_style_02_1484809481230>.view_contents {box-sizing:border-box;font-family:SimHei;font-weight:bold;font-size:100px;line-height:100px;height:100px;color:#093155;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484809481230>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484809481230>.view_contents {box-sizing:border-box;height:69px;}}

 #text_style_02_1484809603105{width:13.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:142px;left:62.25000000000001%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484809603105{left:74.01908801696713%;width:12.089077412513255%;top:142px;}}   @media screen and (max-width:640px) {#text_style_02_1484809603105{width:100%;top:559px;left:0%;}}  #text_style_02_1484809603105>.view_contents {box-sizing:border-box;font-size:34px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484809603105>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484809603105>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;}}

 #text_style_02_1484809422147{width:8.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:142px;left:75.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484809422147{left:88.33510074231177%;width:11.664899257688228%;top:142px;}}   @media screen and (max-width:640px) {#text_style_02_1484809422147{width:130px;top:631px;display:block;left:29.6875%;}}  #text_style_02_1484809422147>.view_contents {box-sizing:border-box;font-family:SimHei;font-weight:bold;font-size:100px;line-height:100px;height:100px;text-align:right;color:#093155;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484809422147>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484809422147>.view_contents {box-sizing:border-box;height:79px;}}
 #div_includeBlock_1484808815289{width:100%;height:364px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484808815289{height:320px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484808815289{width:100%;height:710px;top:0px;left:0%;}}  #div_includeBlock_1484808815289  {background:#ffffff;} #layout_1484808788365{height:364px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484808788365{height:320px;}}   @media screen and (max-width:640px) {#layout_1484808788365{height:710px;}} #layout_1484808788365 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1484808788365  {background:#f5f5f5;}



 #image_logo_1484559397289{width:11.25%;height:70px;position:absolute;top:15px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484559397289{left:0%;width:13.57370095440085%;top:15px;}}   @media screen and (max-width:640px) {#image_logo_1484559397289{width:200px;height:200px;top:0px;}} 

 #text_style_02_1484559440903{width:23.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:86px;left:1.4166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484559440903{left:1.5343319194061507%;width:269px;top:78.5px;}}   @media screen and (max-width:640px) {#text_style_02_1484559440903{width:370px;top:200px;}}  #text_style_02_1484559440903>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484559440903>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484559440903>.view_contents {box-sizing:border-box;}}

 #customForm_style_button_01_1484559591611{width:21.25%;position:absolute;top:254px;left:1.4166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484559591611{left:1.5343319194061507%;width:20.254506892895016%;top:244.5px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484559591611{width:200px;top:500px;}} #customForm_style_button_01_1484559591611 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484559591611 .btnaSet {background:transparent;color:#00a0e9;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;text-align:left;}

 #image_style_01_1484564858032{width:3.75%;height:48px;position:absolute;top:26px;left:50.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484564858032{width:5.620360551431601%;left:61.96149257688229%;top:35px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1484564858032{width:55.09641873278237%;height:200px;top:0px;left:0%;}} #image_style_01_1484564858032 > .view_contents{overflow:visible;} 

 #text_style_02_1484564873767{width:9.083333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:35px;left:57.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484564873767{width:70.75%;left:81.33333333333333%;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1484564873767{width:100%;top:0px;left:0%;}}  #text_style_02_1484564873767>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484564873767>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484564873767>.view_contents {box-sizing:border-box;}}


 #text_style_02_1484565130046{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484565130046{left:0%;width:80%;}}   @media screen and (max-width:640px) {#text_style_02_1484565130046{width:370px;top:200px;}}  #text_style_02_1484565130046>.view_contents {box-sizing:border-box;font-size:15px;color:#ffffff;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484565130046>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484565130046>.view_contents {box-sizing:border-box;}}

 #image_style_01_1484565076386{width:50px;height:50px;position:absolute;top:0px;left:4.5602605863192185%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484565076386{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1484565076386{width:200px;height:200px;top:0px;}} #image_style_01_1484565076386 > .view_contents{overflow:visible;} 

 #text_style_02_1484565243965{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484565243965{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1484565243965{width:100%;top:0px;left:0%;}}  #text_style_02_1484565243965>.view_contents {box-sizing:border-box;font-size:12px;color:#cccccc;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484565243965>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484565243965>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484564969922{width:22.333333333333332%;height:54px;position:absolute;top:85px;left:50.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484564969922{left:64.1420334040297%;width:207px;height:108px;top:215px;display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1484564969922{width:100%;height:300px;top:1300px;}}  #div_includeBlock_1484564969922  {border-bottom-color:#7f7f7f;border-bottom-style:solid;border-bottom-width:1px;}


 #text_style_02_1484566005889{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566005889{left:0%;width:80%;}}   @media screen and (max-width:640px) {#text_style_02_1484566005889{width:370px;top:200px;}}  #text_style_02_1484566005889>.view_contents {box-sizing:border-box;font-size:15px;color:#ffffff;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566005889>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566005889>.view_contents {box-sizing:border-box;}}

 #image_style_01_1484566005898{width:50px;height:50px;position:absolute;top:0px;left:4.5602605863192185%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566005898{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1484566005898{width:200px;height:200px;top:0px;}} #image_style_01_1484566005898 > .view_contents{overflow:visible;} 

 #text_style_02_1484566005934{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566005934{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1484566005934{width:100%;top:0px;left:0%;}}  #text_style_02_1484566005934>.view_contents {box-sizing:border-box;font-size:12px;color:#cccccc;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566005934>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566005934>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484566005518{width:22.333333333333332%;height:54px;position:absolute;top:151px;left:50.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484566005518{display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1484566005518{width:100%;height:300px;top:1600px;left:0%;}}  #div_includeBlock_1484566005518  {border-bottom-color:#7f7f7f;border-bottom-style:solid;border-bottom-width:1px;}


 #text_style_02_1484566037380{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566037380{left:0%;width:80%;}}   @media screen and (max-width:640px) {#text_style_02_1484566037380{width:370px;top:200px;}}  #text_style_02_1484566037380>.view_contents {box-sizing:border-box;font-size:15px;color:#ffffff;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566037380>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566037380>.view_contents {box-sizing:border-box;}}

 #image_style_01_1484566037399{width:50px;height:50px;position:absolute;top:0px;left:4.5602605863192185%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566037399{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1484566037399{width:200px;height:200px;top:0px;}} #image_style_01_1484566037399 > .view_contents{overflow:visible;} 

 #text_style_02_1484566037405{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566037405{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1484566037405{width:100%;top:0px;left:0%;}}  #text_style_02_1484566037405>.view_contents {box-sizing:border-box;font-size:12px;color:#cccccc;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566037405>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566037405>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484566036990{width:22.333333333333332%;height:54px;position:absolute;top:216px;left:50.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484566036990{display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1484566036990{width:100%;height:300px;top:0px;left:0%;}}  #div_includeBlock_1484566036990  {border-bottom-color:#7f7f7f;border-bottom-style:solid;border-bottom-width:1px;}

 #image_style_01_1484560089511{width:4.666666666666667%;height:57px;position:absolute;top:21.5px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484560089511{left:39.735220042417815%;width:5.514316012725344%;top:24px;height:52px;}}   @media screen and (max-width:640px) {#image_style_01_1484560089511{width:200px;height:200px;top:800px;}} #image_style_01_1484560089511 > .view_contents{overflow:visible;} 

 #text_style_02_1484560148236{width:9.083333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:35px;left:36.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484560148236{width:9.75609756097561%;left:46.23541887592789%;top:35px;}}   @media screen and (max-width:640px) {#text_style_02_1484560148236{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1484560148236>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484560148236>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484560148236>.view_contents {box-sizing:border-box;}}

 #customForm_style_button_01_1484560252283{width:8%;position:absolute;top:85px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560252283{left:40.79566542948038%;width:100px;top:85px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560252283{width:200px;top:1000px;}} #customForm_style_button_01_1484560252283 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560252283  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560252283 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560252283:hover {background:#000000;}

 #customForm_style_button_01_1484560395315{width:8%;position:absolute;top:85px;left:38.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560395315{width:100px;left:52.460564687168606%;top:85px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560395315{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484560395315 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560395315  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560395315 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560395315:hover {background:#000000;}

 #customForm_style_button_01_1484560447751{width:8%;position:absolute;top:139px;left:38.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560447751{width:100px;left:52.460564687168606%;top:137px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560447751{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484560447751 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560447751  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560447751 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560447751:hover {background:#000000;}

 #customForm_style_button_01_1484560567643{width:8%;position:absolute;top:192.5px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560567643{width:100px;left:40.79566542948038%;top:189px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560567643{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484560567643 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560567643  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560567643 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560567643:hover {background:#000000;}

 #customForm_style_button_01_1484560422641{width:8%;position:absolute;top:139px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560422641{width:100px;left:40.79566542948038%;top:138px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560422641{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484560422641 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560422641  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560422641 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560422641:hover {background:#000000;}

 #image_style_04_1484566273300{width:23.166666666666664%;position:absolute;top:85px;left:76.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_04_1484566273300{left:73.80699893955462%;width:25.556733828207847%;top:85px;}}   @media screen and (max-width:640px) {#image_style_04_1484566273300{width:300px;top:0px;}} #image_style_04_1484566273300 > .view_contents{overflow:visible;}  #image_style_04_1484566273300 #hot>a {padding-bottom:0px;margin-bottom:0px;} #image_style_04_1484566273300  {padding-bottom:0px;height:179px;line-height:22px;padding-top:0px;}

 #image_style_01_1484566207238{width:3.75%;height:48px;position:absolute;top:26px;left:76.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566207238{width:4.878048780487805%;display:block;left:74.12513255567337%;top:26px;}}   @media screen and (max-width:640px) {#image_style_01_1484566207238{width:55.09641873278237%;height:200px;top:0px;left:0%;}} #image_style_01_1484566207238 > .view_contents{overflow:visible;} 

 #text_style_02_1484566243773{width:9.083333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:35px;left:83.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566243773{width:17.921527041357372%;display:block;left:81.86638388123012%;top:35px;}}   @media screen and (max-width:640px) {#text_style_02_1484566243773{width:100%;top:0px;left:0%;}}  #text_style_02_1484566243773>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566243773>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566243773>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484559370760{width:1200px;height:296px;position:absolute;top:221.90625px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484559370760{height:298px;top:155.90625px;width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1484559370760{width:100%;height:1041px;top:300px;left:0%;display:none;}} 



 #text_style_02_1484568333502{width:8.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:15px;left:91.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484568333502{width:99px;left:89.50159066808058%;top:15px;}}   @media screen and (max-width:640px) {#text_style_02_1484568333502{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1484568333502>.view_contents {box-sizing:border-box;color:#e6e6e6;font-size:12px;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484568333502>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484568333502>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484569013847{width:5.583333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:26.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484569013847{width:7.104984093319194%;left:22.955328738069987%;top:11px;}}   @media screen and (max-width:640px) {#text_style_02_1484569013847{width:100%;top:0px;left:0%;}}  #text_style_02_1484569013847>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484569013847>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484569013847>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484568125841{width:5.583333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:32.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484568125841{width:67px;top:11px;left:30.060312831389187%;}}   @media screen and (max-width:640px) {#text_style_02_1484568125841{width:100%;top:0px;left:0%;}}  #text_style_02_1484568125841>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484568125841>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484568125841>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484568054149{width:5.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:38.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484568054149{width:59px;left:37.22163308589608%;top:11px;}}   @media screen and (max-width:640px) {#text_style_02_1484568054149{width:100%;top:300px;left:0%;}}  #text_style_02_1484568054149>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484568054149>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484568054149>.view_contents {box-sizing:border-box;}}

 #image_style_01_1484568240567{width:2.5833333333333335%;height:30px;position:absolute;top:20px;left:75.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568240567{height:24px;left:75.2916224814422%;top:21.5px;}}   @media screen and (max-width:640px) {#image_style_01_1484568240567{width:54.94505494505495%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1484568240567 > .view_contents{overflow:visible;} 

 #image_style_01_1484568255502{width:2.5833333333333335%;height:30px;position:absolute;top:20px;left:79.16666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568255502{height:25px;left:78.42325026511135%;top:21px;width:25px;}}   @media screen and (max-width:640px) {#image_style_01_1484568255502{width:54.94505494505495%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1484568255502 > .view_contents{overflow:visible;} 

 #image_style_01_1484568270548{width:2.5833333333333335%;height:30px;position:absolute;top:20px;left:82.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568270548{height:26px;width:25px;top:21.5px;left:81.86638388123012%;}}   @media screen and (max-width:640px) {#image_style_01_1484568270548{width:54.94505494505495%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1484568270548 > .view_contents{overflow:visible;} 

 #image_style_01_1484568289354{width:2.5833333333333335%;height:30px;position:absolute;top:20px;left:85.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568289354{height:26px;width:26px;left:85.2067868504772%;top:21.5px;}}   @media screen and (max-width:640px) {#image_style_01_1484568289354{width:54.94505494505495%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1484568289354 > .view_contents{overflow:visible;} 

 #text_style_02_1484569303813{width:5.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:43.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484569303813{width:7.104984093319194%;left:50.79533404029692%;top:11px;}}   @media screen and (max-width:640px) {#text_style_02_1484569303813{width:100%;top:0px;left:0%;}}  #text_style_02_1484569303813>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484569303813>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484569303813>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484569285695{width:5.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:49.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484569285695{width:6.786850477200425%;left:44.008483563096505%;top:11px;}}   @media screen and (max-width:640px) {#text_style_02_1484569285695{width:100%;top:0px;left:0%;}}  #text_style_02_1484569285695>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484569285695>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484569285695>.view_contents {box-sizing:border-box;}}

 #image_logo_1484567941540{width:7.916666666666666%;height:51px;position:absolute;top:9.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484567941540{width:10.286320254506894%;}}   @media screen and (max-width:640px) {#image_logo_1484567941540{width:55.09641873278237%;height:200px;top:0px;left:0%;}} 
 #div_includeBlock_1484567891608{width:1200px;height:70px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484567891608{left:0%;width:100%;height:110.99609375px;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484567891608{width:100%;height:300px;top:0px;}} 
 #div_includeBlock_1484559255312{width:100%;height:70px;position:absolute;top:568px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484559255312{height:110.99609375px;left:0%;top:486px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484559255312{width:100%;height:300px;top:0px;left:0%;display:none;}}  #div_includeBlock_1484559255312  {background:#033155;}

 #image_logo_1484790427947{width:13.88888888888889%;height:200px;position:absolute;left:43.05555555555556%;top:123.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484790427947{width:20.833333333333336%;height:200px;left:39.58333333333333%;top:123.515625px;display:none;}}   @media screen and (max-width:640px) {#image_logo_1484790427947{width:40.526315789473685%;height:85px;top:0px;left:29.736842105263158%;display:block;}} 

 #text_style_02_1484790448448{width:25.694444444444443%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:37.15277777777778%;top:238.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484790448448{width:38.54166666666667%;left:30.729166666666664%;top:238.515625px;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1484790448448{width:92.63157894736842%;top:77px;left:3.1578947368421053%;display:block;}}  #text_style_02_1484790448448>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484790448448>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484790448448>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;text-align:center;}}

 #image_style_01_1484788937345{width:100%;height:181px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484788937345{height:124px;top:0px;left:0%;}}   @media screen and (max-width:640px) {#image_style_01_1484788937345{width:100.08223684210526%;height:30px;top:0px;left:-0.04111842105263008%;display:none;}} #image_style_01_1484788937345 > .view_contents{overflow:visible;}  #comm_layout_footer{height:697px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:596.9921875px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:127px;}}  #comm_layout_footer  {background: url(../images/20170116173202671.jpg);}
.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; }
.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; }
.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; }
.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; }
.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; }
.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; }
.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; }
.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_1484538074694 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538074694 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538074694 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484537968765 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484537968765 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484537968765 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484538170212 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538170212 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538170212 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484538192855 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538192855 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538192855 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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;*/
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




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

	#image_style_01_1484538940346 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538940346 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538940346 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484538940346 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_1484538563940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538563940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538563940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484538563940 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; }
/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}

	#image_style_01_1484816109244 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484816109244 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484816109244 .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_1484816109244 a{
	cursor: default;
}

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




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
.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;*/
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .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';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1484806914930 .newDetail.pc {display:block;}
	#newsList_style_04_1484806914930 .newDetail.pad, #newsList_style_04_1484806914930 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1484806914930 .newDetail.pad {display:block;}
		#newsList_style_04_1484806914930 .newDetail.pc, #newsList_style_04_1484806914930 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1484806914930 .newDetail.mobile {display:block;}
		#newsList_style_04_1484806914930 .newDetail.pc, #newsList_style_04_1484806914930 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1484806914930 li{width: 48%;}
#newsList_style_04_1484806914930 li.sumary_list{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1484806914930 li{width: 48%;}
	#newsList_style_04_1484806914930 li.sumary_list{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1484806914930  li{width: 49%;}
	#newsList_style_04_1484806914930  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
/*新闻列表样式*/
.boxNewsListStyle_7{position: relative; width:100%; height: 100%; clear: both;}
.boxNewsListStyle_7 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing:border-box;}
.boxNewsListStyle_7 ul{position: relative; width: 100%; height: 100%;}
.boxNewsListStyle_7 ul li{position: absolute; left: 0; top: 0; width:100%; height: 100%; display: none;}
.boxNewsListStyle_7 .newPic{position:relative; width:100%; background: #eee; overflow:hidden;}
.boxNewsListStyle_7 .newPic img{position:absolute; top:0; left:0; width:100%; height: auto;}
.boxNewsListStyle_7 .newPic .zTm{margin-top:75%;}
.boxNewsListStyle_7 .newCont{position: absolute; left: 0; bottom: 10%; width: 80%; height: auto; background: rgba(0,0,0,.4); padding: 8px;}
.boxNewsListStyle_7 .newCont .newTitle{ line-height: 28px; font-size: 14px; text-align: left; width: 100%;}
.boxNewsListStyle_7 .newCont .newTitle a{color: inherit; line-height: inherit; font-size: inherit; display: block; text-align: inherit;}
.boxNewsListStyle_7 .newCont .newDetail{font-size: 12px; line-height: 24px; color: #eee;}
.boxNewsListStyle_7 .newFocus{position: absolute; bottom: 0; right: 0;}
.boxNewsListStyle_7 .newFocus a{display: inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 12px; color: #fff; text-align: center; background: #000; margin-right: -3px;}
.boxNewsListStyle_7 .newFocus a.cur{background: #eee; color: #000;}

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

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
/*新闻列表样式*/
.boxNewsListStyle_7{position: relative; width:100%; height: 100%; clear: both;}
.boxNewsListStyle_7 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing:border-box;}
.boxNewsListStyle_7 ul{position: relative; width: 100%; height: 100%;}
.boxNewsListStyle_7 ul li{position: absolute; left: 0; top: 0; width:100%; height: 100%; display: none;}
.boxNewsListStyle_7 .newPic{position:relative; width:100%; background: #eee; overflow:hidden;}
.boxNewsListStyle_7 .newPic img{position:absolute; top:0; left:0; width:100%; height: auto;}
.boxNewsListStyle_7 .newPic .zTm{margin-top:75%;}
.boxNewsListStyle_7 .newCont{position: absolute; left: 0; bottom: 10%; width: 80%; height: auto; background: rgba(0,0,0,.4); padding: 8px;}
.boxNewsListStyle_7 .newCont .newTitle{ line-height: 28px; font-size: 14px; text-align: left; width: 100%;}
.boxNewsListStyle_7 .newCont .newTitle a{color: inherit; line-height: inherit; font-size: inherit; display: block; text-align: inherit;}
.boxNewsListStyle_7 .newCont .newDetail{font-size: 12px; line-height: 24px; color: #eee;}
.boxNewsListStyle_7 .newFocus{position: absolute; bottom: 0; right: 0;}
.boxNewsListStyle_7 .newFocus a{display: inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 12px; color: #fff; text-align: center; background: #000; margin-right: -3px;}
.boxNewsListStyle_7 .newFocus a.cur{background: #eee; color: #000;}

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

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
/*新闻列表样式*/
.boxNewsListStyle_6{width:100%; clear: both;}
.boxNewsListStyle_6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_6 li{clear:both;width:100%; list-style:none; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_6 .sumary_list .newName{}
.boxNewsListStyle_6 .sumary_list .newName a{ text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_6 .sumary_list .newName a:hover{}
.boxNewsListStyle_6 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_6 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;}
.boxNewsListStyle_6 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_6 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}


/*分页*/
.boxNewsListStyle_6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_6 .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';}
.boxNewsListStyle_6 .page_btn a.cur,.boxNewsListStyle_6 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_6 .prev_btn,.boxNewsListStyle_6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_6 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_6 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_6 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_6 .newPic img{width:100%;}
.boxNewsListStyle_6 .newPic2{display: none;}
.boxNewsListStyle_6 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_6 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_6 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_6  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_6 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:12px;}
}


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

@media screen and (min-width: 1025px) {
	#newsList_style_06_1484807814613 .newPic{width: 0px;}
	#newsList_style_06_1484807814613 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_06_1484807814613 .newPic{width: 0px;}
	#newsList_style_06_1484807814613 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}

	#image_style_01_1484809985340 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484809985340 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484809985340 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484809985340 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;}
/*新闻列表样式*/
.boxNewsListStyle_6{width:100%; clear: both;}
.boxNewsListStyle_6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_6 li{clear:both;width:100%; list-style:none; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_6 .sumary_list .newName{}
.boxNewsListStyle_6 .sumary_list .newName a{ text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_6 .sumary_list .newName a:hover{}
.boxNewsListStyle_6 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_6 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;}
.boxNewsListStyle_6 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_6 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}


/*分页*/
.boxNewsListStyle_6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_6 .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';}
.boxNewsListStyle_6 .page_btn a.cur,.boxNewsListStyle_6 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_6 .prev_btn,.boxNewsListStyle_6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_6 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_6 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_6 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_6 .newPic img{width:100%;}
.boxNewsListStyle_6 .newPic2{display: none;}
.boxNewsListStyle_6 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_6 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_6 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_6  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_6 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:12px;}
}


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

@media screen and (min-width: 1025px) {
	#newsList_style_06_1484810149415 .newPic{width: 0px;}
	#newsList_style_06_1484810149415 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_06_1484810149415 .newPic{width: 0px;}
	#newsList_style_06_1484810149415 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}

	#image_style_01_1484808210080 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484808210080 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484808210080 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484808210080 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;*/
.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_1484564858032 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484564858032 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484564858032 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484564858032 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_1484565076386 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484565076386 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1484565076386 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1484565076386 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_1484566005898 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566005898 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1484566005898 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1484566005898 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_1484566037399 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566037399 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1484566037399 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1484566037399 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_1484560089511 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484560089511 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484560089511 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484560089511 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; }.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; }.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; }.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; }.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; }.imgStyle_4 ul li a img{width: auto !important;height: 100% !important;}
/*pc*/
#image_style_04_1484566273300 .imgStyle_4 ul li,#image_style_04_1484566273300 .imgStyle_4 ul li{width: 30.666666666667%;}
#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems,#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_04_1484566273300 .imgStyle_4 ul li,#image_style_04_1484566273300 .imgStyle_4 ul li{width: 30.666666666667%;}
	#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems,#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_04_1484566273300 .imgStyle_4 ul li,#image_style_04_1484566273300 .imgStyle_4 ul li{width: 48%;}
	#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems,#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems{margin-bottom:4%;}
}

.imgStyle_4,.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_4 ul,.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_4 ul li.imgItems,.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden; width: 19%; box-sizing:border-box; margin-bottom:10px; background-color: #eee;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_4 ul li .ratio,.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_4 ul li a{}
.imgStyle_4 ul li:hover,.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_4 ul li a img,.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;
}
/*****在BODY添加的内容*****/
.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%; /*max-height: 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){/*ipad*/.imgStyle_4 ul li,.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){/*mobi*/
	.imgStyle_4 ul li,.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}

	#image_style_01_1484566207238 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566207238 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484566207238 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484566207238 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_1484568240567 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568240567 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484568240567 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484568255502 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568255502 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484568255502 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484568270548 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568270548 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484568270548 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484568289354 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568289354 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484568289354 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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;*/
.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_1484788937345 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484788937345 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484788937345 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484788937345 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;}
