
@charset "gb2312";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative;overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden;}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/
.cell-box>li {
    position: static !important;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-color:#ffffff; }
body{ background-position:left top; }



 #image_style_01_1507628003758{width:15.182186234817813%;height:54px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1507628003758{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1507628003758{width:200px;height:200px;top:0px;left:22.451790633608816%;}} #image_style_01_1507628003758 > .view_contents{overflow:visible;} 

 #text_style_01_1507628192961{width:20.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:9px;left:29.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507628192961{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1507628192961{width:370px;top:200px;left:0%;}}  #text_style_01_1507628192961>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507628192961>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507628192961>.view_contents {box-sizing:border-box;}}

 #text_style_01_1507628504429{width:20.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:27px;left:29.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507628504429{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1507628504429{width:100%;top:0px;left:0%;}}  #text_style_01_1507628504429>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507628504429>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507628504429>.view_contents {box-sizing:border-box;}}

 #text_style_01_1507628496385{width:23.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:27px;left:52.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507628496385{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1507628496385{width:100%;top:0px;left:0%;}}  #text_style_01_1507628496385>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507628496385>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507628496385>.view_contents {box-sizing:border-box;}}

 #text_style_01_1507628305977{width:20.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:9px;left:52.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507628305977{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1507628305977{width:100%;top:0px;left:0%;}}  #text_style_01_1507628305977>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507628305977>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507628305977>.view_contents {box-sizing:border-box;}}

 #text_style_01_1507629349051{width:9.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:27px;left:74.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507629349051{}}   @media screen and (max-width:640px) {#text_style_01_1507629349051{width:100%;top:500px;left:0%;}}  #text_style_01_1507629349051>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507629349051>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507629349051>.view_contents {box-sizing:border-box;}}

 #text_style_01_1507628453776{width:12.166666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:9px;left:74.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507628453776{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1507628453776{width:100%;top:0px;left:0%;}}  #text_style_01_1507628453776>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507628453776>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507628453776>.view_contents {box-sizing:border-box;}}

 #text_style_01_1507628676728{width:8.416666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:27px;left:81.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507628676728{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1507628676728{width:100%;top:0px;left:0%;}}  #text_style_01_1507628676728>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507628676728>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507628676728>.view_contents {box-sizing:border-box;}}

 #text_style_01_1507629604651{width:12.166666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:9px;left:80.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507629604651{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1507629604651{width:100%;top:0px;left:0%;}}  #text_style_01_1507629604651>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507629604651>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507629604651>.view_contents {box-sizing:border-box;}}

 #image_style_01_1507630376731{width:21.25%;height:47px;position:absolute;top:54px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1507630376731{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1507630376731{width:200px;height:200px;top:800px;left:22.451790633608816%;}} #image_style_01_1507630376731 > .view_contents{overflow:visible;} 

 #text_style_01_1507630465267{width:19.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:68.5px;left:63.29166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507630465267{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1507630465267{width:100%;top:0px;left:0%;}}  #text_style_01_1507630465267>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507630465267>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507630465267>.view_contents {box-sizing:border-box;}}

 #text_style_01_1507630497739{width:14.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:68.5px;left:78.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507630497739{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1507630497739{width:100%;top:0px;left:0%;}}  #text_style_01_1507630497739>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507630497739>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507630497739>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1507627905529{width:100%;height:136px;position:absolute;top:0px;left:0%;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1507627905529{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1507627905529{width:100%;height:1000px;top:435px;left:0%;display:none;}} 

 #div_blank_1507629851570{width:160%;height:57px;position:absolute;top:54px;left:-30%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1507629851570{left:0.15906680805938495%;top:440px;}}   @media screen and (max-width:640px) {#div_blank_1507629851570{width:82.64462809917356%;height:200px;top:235px;left:0%;z-index:4;display:none;}} #div_blank_1507629851570 > .view_contents{overflow:visible;}  #div_blank_1507629851570  {box-sizing:border-box;background:#f6b84b;border-bottom-style:solid;border-bottom-width:6px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1507629851570  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1507629851570  {box-sizing:border-box;}}

 #banner_style_01_1497853749842{width:159.66666666666666%;height:380px;position:absolute;top:112px;left:-29.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1497853749842{height:440px;}}   @media screen and (max-width:640px) {#banner_style_01_1497853749842{width:100%;height:131px;top:0px;left:0%;}} 


 #clock_style_1_1497061026081{width:19.983277591973245%;position:absolute;top:4.5px;left:2.25752508361204%;}   @media screen and (min-width:641px) and (max-width:1200px) {#clock_style_1_1497061026081{width:252px;left:2.9720744680851063%;top:10.5px;}}   @media screen and (max-width:640px) {#clock_style_1_1497061026081{width:91.02902374670184%;top:25px;left:8.179419525065963%;}}  #clock_style_1_1497061026081  {background:#ffffff;}

 #image_style_01_1497061457941{width:1.588628762541806%;height:18px;position:absolute;top:6px;left:23.453177257525084%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497061457941{left:29.778922872340424%;width:1.9148936170212765%;top:9px;}}   @media screen and (max-width:640px) {#image_style_01_1497061457941{width:18px;height:19px;top:56px;left:0%;}} #image_style_01_1497061457941 > .view_contents{overflow:visible;} 

 #image_style_01_1497061454084{width:1.839464882943144%;height:18px;position:absolute;top:6px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497061454084{left:0%;width:3.0851063829787235%;top:7.5px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1497061454084{width:22px;height:18px;top:25px;left:0%;}} #image_style_01_1497061454084 > .view_contents{overflow:visible;} 

 #newsList_style_06_1497061752194{width:49.91638795986622%;position:absolute;top:4px;left:25.04180602006689%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1497061752194{left:32.639627659574465%;width:51.808510638297875%;top:10px;}}   @media screen and (max-width:640px) {#newsList_style_06_1497061752194{width:86.54353562005277%;top:56px;left:8.179419525065963%;}}  #newsList_style_06_1497061752194 .titleSet {font-size:14px;line-height:20px;height:11px;}

 #text_default_1498007210306{width:33.44481605351171%;height:32px;position:absolute;left:34.364309279017625%;top:24px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1498007210306{width:97.62532981530343%;height:68px;top:60px;left:1.0859993359592057%;display:none;}}   @media screen and (max-width:640px) {#text_default_1498007210306{width:81px;height:17px;top:6.5px;left:78.62796833773088%;display:block;}}  @media screen and (max-width:640px) { #text_default_1498007210306  {background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_default_1498007210306 div{
	color:#FF0000 !important;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1498007210306{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1498007210306{
		
	}
}

 #weather_style_01_1497061977119{width:255px;height:30px;left:78.51170568561872%;top:0px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#weather_style_01_1497061977119{width:190px;height:30px;left:79.7872340425532%;top:6px;}}   @media screen and (max-width:640px) {#weather_style_01_1497061977119{width:190px;height:30px;left:calc(50% - 95px);top:0px;}} 
/*----------------------电脑板式样式----------------------*/
#weather_style_01_1497061977119{

}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#weather_style_01_1497061977119{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#weather_style_01_1497061977119{
		
	}
}
 #div_includeBlock_1497061410455{width:99.66666666666667%;height:30px;position:absolute;top:537px;left:0.1666666666666643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497061410455{height:42px;left:calc(50% - 470px);top:552px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497061410455{width:99.73684210526315%;height:82px;top:175px;left:0.1315789473684248%;}}  @media screen and (max-width:640px) { #div_includeBlock_1497061410455  {background:#ffffff;}}

 #dh_style_01_1497086318984{width:99.66666666666667%;z-index:999;position:absolute;top:493px;left:0.1666666666666643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1497086318984{z-index:999;left:calc(50% - 470px);top:594px;}}   @media screen and (max-width:640px) {#dh_style_01_1497086318984{width:100%;z-index:999;top:131px;left:0%;}} #dh_style_01_1497086318984 > .view_contents{overflow:visible;}  #dh_style_01_1497086318984 #hot>a {background:#ff7f00;font-size:16px;color:#ffffff;} #dh_style_01_1497086318984 .columnSet {background:#ec6100;font-size:16px;color:#ffffff;} #dh_style_01_1497086318984 .mainMenuSet {font-size:16px;color:#ffffff;} #dh_style_01_1497086318984 .mainMenuSet:hover {font-size:16px;color:#ffffff;background:#ff8d28;} #dh_style_01_1497086318984 .subMenuSet {font-size:14px;color:#ffffff;} #dh_style_01_1497086318984 .subMenuSet:hover {background:#ff7f00;font-size:14px;color:#ffffff;} #dh_style_01_1497086318984 .subminSet:hover {background:#ff7f00;} #dh_style_01_1497086318984 .columnSet:hover {background:#ec6100;} #dh_style_01_1497086318984 .subCurSet:hover {background:#ec6100;} #dh_style_01_1497086318984:hover {background:#ec6100;} #dh_style_01_1497086318984 .subminSet {background:#ff7f00;}

 #div_blank_1497841241828{width:160%;height:44px;position:absolute;top:492px;left:-30%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1497841241828{left:-59.91516436903499%;top:594px;}}   @media screen and (max-width:640px) {#div_blank_1497841241828{width:82.64462809917356%;height:200px;top:235px;left:0%;z-index:4;display:none;}} #div_blank_1497841241828 > .view_contents{overflow:visible;}  #div_blank_1497841241828  {box-sizing:border-box;background:#ec6100;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1497841241828  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1497841241828  {box-sizing:border-box;}}

 #image_style_01_1499158888838{width:160%;height:372px;position:absolute;top:121px;left:-30%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1499158888838{left:0%;top:177px;}}   @media screen and (max-width:640px) {#image_style_01_1499158888838{width:78.94736842105263%;height:129px;top:1px;left:0%;}} #image_style_01_1499158888838 > .view_contents{overflow:visible;}  #comm_layout_header{height:567px;z-index:999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:642px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:260px;z-index:1000;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:#eeeeee;}


 #newsList_style_07_1497343911519{width:32.02372127501853%;height:311px;position:absolute;top:4.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_07_1497343911519{}}   @media screen and (max-width:640px) {#newsList_style_07_1497343911519{width:96.3157894736842%;height:300px;top:0px;left:1.8421052631578974%;}}  #newsList_style_07_1497343911519 .twoBgSet {padding-left:6px;padding-top:4px;padding-bottom:4px;padding-right:6px;} #newsList_style_07_1497343911519  {border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:2px;border-bottom-width:2px;border-right-width:2px;border-top-width:2px;} #newsList_style_07_1497343911519 .titleSet {color:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#newsList_style_07_1497343911519 .newCont .twoBgSet{width:100%}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_07_1497343911519{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_07_1497343911519{
		
	}
}


 #text_style_02_1497065541503{width:50.16722408026756%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:157px;left:24.91638795986622%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497065541503{width:15.621679064824653%;left:75.88170828905419%;top:162px;}}   @media screen and (max-width:640px) {#text_style_02_1497065541503{width:39.473684210526315%;top:9px;left:30.263157894736842%;}}  #text_style_02_1497065541503>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;background:#ff0000;line-height:35px;height:35px;text-align:center;border-top-left-radius:20px;border-bottom-left-radius:20px;border-top-right-radius:20px;border-bottom-right-radius:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497065541503>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497065541503>.view_contents {box-sizing:border-box;}}

 #newsList_style_06_1497065730825{width:99.66555183946488%;position:absolute;top:206px;left:0.08361204013377926%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1497065730825{width:31.987247608926673%;left:68.01275239107333%;top:202px;}}   @media screen and (max-width:640px) {#newsList_style_06_1497065730825{width:98.94736842105263%;top:49px;left:0.526315789473685%;}}  #newsList_style_06_1497065730825 .titleSet {font-size:14px;line-height:25px;height:25px;}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1497065730825{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1497065730825{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1497065730825{
		
	}
}

 #text_style_02_1497065403658{width:50.16722408026756%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:24.91638795986622%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497065403658{left:76.19387619553666%;width:15.621679064824653%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497065403658{width:39.473684210526315%;top:157px;left:30.263157894736842%;}}  #text_style_02_1497065403658>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;background:#ff0000;line-height:35px;height:35px;text-align:center;border-top-left-radius:20px;border-bottom-left-radius:20px;border-top-right-radius:20px;border-bottom-right-radius:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497065403658>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497065403658>.view_contents {box-sizing:border-box;}}

 #newsList_style_06_1497065612632{width:99.61917562724014%;position:absolute;top:45.484375px;left:0.2915451895043759%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1497065612632{left:67.69394261424017%;width:32.30605738575983%;top:44.5px;}}   @media screen and (max-width:640px) {#newsList_style_06_1497065612632{width:97.63157894736842%;top:202px;left:1.1842105263157876%;}}  #newsList_style_06_1497065612632 .titleSet {font-size:14px;line-height:25px;height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_06_1497065612632 .titleSet {font-size:14px;}}
 #div_includeBlock_1497062602795{width:28.583333333333332%;height:314px;position:absolute;top:0.015625px;left:71.12676056338029%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497062602795{height:329px;left:0.2120890774125133%;top:0px;width:941px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497062602795{width:100%;height:317px;top:309px;left:0%;}} 



 #newsList_style_06_1497496661286{width:99.54648526077098%;position:absolute;top:1px;left:0.45351473922902497%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1497496661286{left:0.5763688760806929%;width:98.84726224783861%;top:2.5px;}}   @media screen and (max-width:640px) {#newsList_style_06_1497496661286{width:99.46380697050938%;top:0px;left:0.9886058981233243%;}}  #newsList_style_06_1497496661286 .titleSet {font-size:14px;}

 #newsList_style_06_1497496598169{width:98.26732673267327%;position:absolute;top:1px;left:0.6767290249433107%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1497496598169{left:1.1527377521613833%;width:98.27089337175792%;}}   @media screen and (max-width:640px) {#newsList_style_06_1497496598169{width:100%;top:0px;}}  @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_06_1497496598169 .titleSet {font-size:14px;}} #newsList_style_06_1497496598169 .titleSet {font-size:14px;} #tab_style_03_1497495553531{width:33.916666666666664%;height:316px;position:absolute;top:4.5px;left:35.53645833333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1497495553531{}}   @media screen and (max-width:640px) {#tab_style_03_1497495553531{width:98.15789473684212%;height:300px;top:626px;left:0.921052631578938%;}}  #tab_style_03_1497495553531 .tabItemSet {background:#f5f5f5;font-size:16px;font-weight:bold;line-height:40px;height:40px;color:#ff0000;padding-top:0px;padding-left:0px;} #tab_style_03_1497495553531  {background:#f5f5f5;border-top-color:#dddddd;border-right-color:#dddddd;border-bottom-color:#dddddd;border-left-color:#dddddd;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;} #tab_style_03_1497495553531 .tabCurItem {background:#47c667;color:#ffffff;} #tab_style_03_1497495553531 .tabconSet {background:#ffffff;border-top-color:#06c647;border-top-style:solid;border-top-width:0px;} #tab_style_03_1497495553531 .tabItemSet.tabCurItem {color:#ff0000;font-size:16px;background:#ffffff;border-top-style:solid;border-top-width:4px;border-right-style:solid;border-right-width:2px;border-left-style:solid;border-left-width:2px;border-right-color:#666666;border-left-color:#666666;} #tab_style_03_1497495553531 .tabItemSet:hover {border-top-color:#ff0000;border-top-style:solid;border-top-width:5px;}
/*----------------------电脑板式样式----------------------*/
#tab_style_03_149749555353 1.tab_pos_r {background：#ffffff}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1497495553531{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1497495553531{
		
	}
} #layout_1493284821013{height:320.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493284821013{height:329px;}}   @media screen and (max-width:640px) {#layout_1493284821013{height:926px;}} #layout_1493284821013 > .view_contents{overflow:visible;max-width:1200px;} 


 #banner_style_01_1498809432292{width:100%;height:90px;position:absolute;top:1.515625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1498809432292{}}   @media screen and (max-width:640px) {#banner_style_01_1498809432292{width:100%;height:39px;top:0px;left:0%;}}  #layout_1498809405939{height:94px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498809405939{}}   @media screen and (max-width:640px) {#layout_1498809405939{height:39px;}} #layout_1498809405939 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_02_1497074042241{width:33.397312859884835%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:66.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497074042241{left:78.96561550151976%;width:20.972644376899694%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497074042241{width:71px;top:0px;left:80.74866310160428%;}}  #text_style_02_1497074042241>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497074042241>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497074042241>.view_contents {box-sizing:border-box;}}

 #text_style_02_1497074042225{width:51.12219451371571%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0.39552005012531327%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497074042225{left:0%;width:57.446808510638306%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497074042225{width:197px;top:0px;left:0.53475935828877%;}}  #text_style_02_1497074042225>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;text-align:center;height:30px;line-height:30px;background: url(imgupimageszhuantibeijng10002.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497074042225>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497074042225>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1497074042067{width:99.00249376558602%;height:30px;position:absolute;top:4.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497074042067{height:31px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497074042067{width:98.42105263157895%;height:31px;top:0px;left:0.5263157894736842%;}}  #div_includeBlock_1497074042067  {background:#eeeeee;border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-right-style:solid;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;}

 #newsList_style_06_1497074042085{width:99.75062344139651%;left:0%;top:45px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1497074042085{width:330px;left:0%;top:45px;}}   @media screen and (max-width:640px) {#newsList_style_06_1497074042085{width:98.42105263157895%;left:1.5789473684210527%;top:36px;}}  #newsList_style_06_1497074042085 .titleSet {font-size:14px;line-height:25px;height:25px;border-bottom-style:none;border-bottom-width:1px;} #newsList_style_06_1497074042085 .timesSet {text-align:right;line-height:25px;height:25px;font-size:14px;color:#666666;margin-left:-80px;margin-right:-80px;padding-left:-30px;padding-right:-80px;} #newsList_style_06_1497074042085 .modSet {border-bottom-style:dashed;border-bottom-color:#666666;} #newsList_style_06_1497074042085  {background:#e5e4de;}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1497074042085 .nDate{ float:right;padding-right:10px;}
	
}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle {
    width: 100% !important;
}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle {
    width: 100% !important;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1497074042085{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1497074042085{
		
	}
}
 #div_includeBlock_1497074041876{width:33.416666666666664%;height:304px;position:absolute;top:20px;left:38.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497074041876{height:330px;width:332px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497074041876{width:100%;height:300px;top:302px;left:0%;display:block;}} 



 #text_style_02_1497074858825{width:26.683291770573565%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:73.29974811083123%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497074858825{left:78.65853658536585%;width:21.341463414634145%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497074858825{width:72px;top:0px;left:80.78947368421052%;}}  #text_style_02_1497074858825>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497074858825>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497074858825>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1497074858813{width:58.85286783042394%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497074858813{left:1.7292301829268293%;width:61.58536585365854%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497074858813{width:225px;top:0px;left:0%;}}  #text_style_02_1497074858813>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;text-align:center;height:30px;line-height:30px;background: url(imgupimageszhuantibeijng10002.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497074858813>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497074858813>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1497074858596{width:99.00249376558602%;height:31px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497074858596{height:31px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497074858596{width:100%;height:31px;top:0px;left:0%;}}  #div_includeBlock_1497074858596  {background:#eeeeee;border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;}

 #newsList_style_06_1497074858607{width:100%;left:0%;top:40px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1497074858607{}}   @media screen and (max-width:640px) {#newsList_style_06_1497074858607{width:98.94736842105263%;left:1.0526315789473684%;top:31px;}}  #newsList_style_06_1497074858607 .titleSet {font-size:14px;line-height:25px;height:25px;} #newsList_style_06_1497074858607 .timesSet {text-align:right;line-height:25px;height:25px;font-size:14px;color:#666666;margin-left:0px;margin-right:-50px;} #newsList_style_06_1497074858607 .modSet {border-bottom-style:dashed;border-bottom-color:#b2b2b2;} #newsList_style_06_1497074858607  {background:#e5e4de;}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1497074858607 .nDate{ float:right;padding-right:10px;}
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1497074858607{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1497074858607{
		
	}
}
 #div_includeBlock_1497074858414{width:33.416666666666664%;height:296px;position:absolute;top:323.5px;left:38.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497074858414{height:306px;width:331px;left:38.58198568398728%;top:331px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497074858414{width:100%;height:295px;top:602px;left:0%;display:block;}} 



 #text_style_02_1497074329206{width:51.12219451371571%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497074329206{left:0%;width:58.4375%;}}   @media screen and (max-width:640px) {#text_style_02_1497074329206{width:200px;top:0px;left:0%;}}  #text_style_02_1497074329206>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;text-align:center;height:30px;line-height:30px;background: url(imgupimageszhuantibeijng10002.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497074329206>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497074329206>.view_contents {box-sizing:border-box;}}

 #text_style_02_1497074329229{width:19.950124688279303%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:79.80049875311721%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497074329229{left:71.5673828125%;width:27.500000000000004%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497074329229{width:91px;top:0px;left:75.66137566137566%;}}  #text_style_02_1497074329229>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497074329229>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497074329229>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1497074328953{width:100%;height:32px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497074328953{height:32px;left:0%;top:8px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497074328953{width:100%;height:31px;top:0px;left:0%;}}  #div_includeBlock_1497074328953  {background:#eeeeee;border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;}

 #newsList_style_06_1497074328960{width:100%;left:0%;top:39px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1497074328960{width:100%;left:0%;top:43.5px;}}   @media screen and (max-width:640px) {#newsList_style_06_1497074328960{width:100%;left:0%;top:31px;}}  #newsList_style_06_1497074328960 .titleSet {font-size:14px;line-height:25px;height:25px;} #newsList_style_06_1497074328960 .timesSet {text-align:right;line-height:25px;height:25px;font-size:14px;color:#666666;margin-left:0px;margin-right:-53px;} #newsList_style_06_1497074328960 .modSet {border-bottom-color:#b2b2b2;border-bottom-style:dashed;} #newsList_style_06_1497074328960  {background:#e5e4de;}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1497074328960 .nDate{ float:right;padding-right:10px;}
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1497074328960{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1497074328960{
		
	}
}
 #div_includeBlock_1497074328691{width:33.416666666666664%;height:302px;position:absolute;top:323px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497074328691{height:305px;width:339px;left:0%;top:331px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497074328691{width:100%;height:299px;top:897px;left:0%;display:block;}} 


 #image_style_01_1497076407436{width:99.44072878228782%;height:58px;position:absolute;top:65.5px;left:0.5592712177121771%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076407436{left:1.3733183856502242%;width:97.30941704035875%;height:47px;}}   @media screen and (max-width:640px) {#image_style_01_1497076407436{width:164px;height:41px;top:0px;left:55.91397849462365%;}} #image_style_01_1497076407436 > .view_contents{overflow:visible;} 

 #image_style_01_1497076403064{width:100%;height:60px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076403064{left:0.9248878923766817%;width:97.75784753363229%;height:45px;}}   @media screen and (max-width:640px) {#image_style_01_1497076403064{width:163px;height:43px;top:0px;left:0.5376344086021506%;}} #image_style_01_1497076403064 > .view_contents{overflow:visible;} 

 #image_style_01_1497076479537{width:99.33554817275747%;height:60px;position:absolute;top:134px;left:0.6384966777408638%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076479537{left:1.366311659192825%;width:96.41255605381166%;height:50px;}}   @media screen and (max-width:640px) {#image_style_01_1497076479537{width:162px;height:38px;top:41px;left:0.5376344086021506%;}} #image_style_01_1497076479537 > .view_contents{overflow:visible;} 

 #image_style_01_1497076482934{width:99.63099630996311%;height:59px;position:absolute;top:202px;left:0.2421586715867159%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076482934{left:1.3733183856502242%;width:97.75784753363229%;height:49px;}}   @media screen and (max-width:640px) {#image_style_01_1497076482934{width:161px;height:38px;top:41px;left:56.72043010752688%;}} #image_style_01_1497076482934 > .view_contents{overflow:visible;} 


 #image_style_01_1497076675747{width:23.5%;height:29px;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076675747{}}   @media screen and (max-width:640px) {#image_style_01_1497076675747{width:14.102564102564102%;height:18px;top:4px;left:0%;}} #image_style_01_1497076675747 > .view_contents{overflow:visible;} 

 #text_style_02_1497078922591{width:81.13125%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:18.868750000000002%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497078922591{left:30.04484304932735%;top:0px;width:155px;}}   @media screen and (max-width:640px) {#text_style_02_1497078922591{width:75%;top:4px;left:25%;}}  #text_style_02_1497078922591>.view_contents {box-sizing:border-box;font-size:20px;letter-spacing:10px;text-align:center;line-height:47px;height:47px;font-weight:bold;font-family:SimSun;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497078922591>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497078922591>.view_contents {box-sizing:border-box;font-size:14px;letter-spacing:4px;line-height:20px;height:20px;}}
 #div_includeBlock_1497076719079{width:97.65625%;height:48px;position:absolute;top:410px;left:0.8772840531561462%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497076719079{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_includeBlock_1497076719079{width:41.935483870967744%;height:30px;top:125px;left:0%;}}  #div_includeBlock_1497076719079  {border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;background: url(imgupimagestubiao1000601.jpg);}


 #text_style_02_1497078728064{width:80.4%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:19.12350597609563%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497078728064{left:28.289850917431192%;width:71.10091743119266%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497078728064{width:103px;top:0px;left:32.903225806451616%;}}  #text_style_02_1497078728064>.view_contents {box-sizing:border-box;font-size:20px;letter-spacing:10px;text-align:center;line-height:47px;height:47px;font-weight:bold;font-family:SimSun;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497078728064>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497078728064>.view_contents {box-sizing:border-box;font-size:14px;letter-spacing:4px;height:20px;line-height:20px;}}

 #image_style_01_1497076747837{width:20.5%;height:31px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076747837{}}   @media screen and (max-width:640px) {#image_style_01_1497076747837{width:14.838709677419354%;height:18px;top:0px;left:3.225806451612903%;}} #image_style_01_1497076747837 > .view_contents{overflow:visible;} 
 #div_includeBlock_1497076747651{width:97.65625%;height:48px;position:absolute;top:477px;left:1.0226328903654485%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497076747651{}}   @media screen and (max-width:640px) {#div_includeBlock_1497076747651{width:41.66666666666667%;height:29px;top:125px;left:56.98504704301075%;}}  #div_includeBlock_1497076747651  {border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;background: url(imgupimagestubiao1000601.jpg);}

 #image_style_01_1497076487706{width:100.02595514950166%;height:67px;position:absolute;top:266px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076487706{left:2.2701793721973096%;width:96.41255605381166%;height:52px;}}   @media screen and (max-width:640px) {#image_style_01_1497076487706{width:162px;height:40px;top:79px;left:0%;}} #image_style_01_1497076487706 > .view_contents{overflow:visible;} 

 #image_style_01_1497076645936{width:98.67109634551495%;height:51px;position:absolute;top:340px;left:0.690406976744186%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076645936{left:2.2421524663677133%;width:95.51569506726457%;top:328px;height:46px;}}   @media screen and (max-width:640px) {#image_style_01_1497076645936{width:156px;height:38px;top:79px;left:56.71622983870967%;}} #image_style_01_1497076645936 > .view_contents{overflow:visible;} 


 #image_style_01_1497076794238{width:19.9203187250996%;height:39px;position:absolute;top:3.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076794238{height:33px;width:35px;}}   @media screen and (max-width:640px) {#image_style_01_1497076794238{width:10.38961038961039%;height:19px;top:0px;left:0%;}} #image_style_01_1497076794238 > .view_contents{overflow:visible;} 

 #text_style_02_1497078972510{width:80.47808764940238%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:19.016617063492063%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497078972510{width:72.14611872146118%;left:27.81107305936073%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497078972510{width:72.07792207792207%;top:0px;left:27.27272727272727%;}}  #text_style_02_1497078972510>.view_contents {box-sizing:border-box;font-size:20px;letter-spacing:10px;text-align:center;line-height:47px;height:47px;font-weight:bold;font-family:SimSun;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497078972510>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497078972510>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;letter-spacing:4px;}}
 #div_includeBlock_1497076794122{width:98.046875%;height:48px;position:absolute;top:542px;left:0.690406976744186%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497076794122{}}   @media screen and (max-width:640px) {#div_includeBlock_1497076794122{width:41.39784946236559%;height:26px;top:169px;left:0%;}}  #div_includeBlock_1497076794122  {border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;background: url(imgupimagestubiao1000601.jpg);}
 #div_includeBlock_1497076319329{width:21.333333333333336%;height:604px;position:absolute;top:22px;left:78.58333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497076319329{width:223px;left:76.24933722163308%;}}   @media screen and (max-width:640px) {#div_includeBlock_1497076319329{width:97.89473684210527%;height:200px;top:1196px;left:0.7894736842105263%;display:block;}} 



 #text_style_02_1497068166201{width:40.852130325814535%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0.39552005012531327%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497068166201{left:0%;width:45.88235294117647%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497068166201{width:152px;top:0px;left:1.0638297872340425%;}}  #text_style_02_1497068166201>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;text-align:center;height:30px;line-height:30px;background: url(imgupimageszhuantibeijng10002.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497068166201>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497068166201>.view_contents {box-sizing:border-box;}}

 #text_style_02_1497068262794{width:33.397312859884835%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:66.33416458852868%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497068262794{left:77.40349264705883%;width:22.058823529411764%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1497068262794{width:81px;top:0px;left:76.59574468085107%;}}  #text_style_02_1497068262794>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497068262794>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497068262794>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1497067516652{width:99.25187032418953%;height:31px;position:absolute;top:4.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497067516652{height:31px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497067516652{width:98.94736842105263%;height:31px;top:0px;left:0%;}}  #div_includeBlock_1497067516652  {background:#eeeeee;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;}

 #newsList_style_09_1497072870289{width:99.75062344139651%;left:0%;top:45px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_09_1497072870289{}}   @media screen and (max-width:640px) {#newsList_style_09_1497072870289{width:97.89473684210527%;left:1.5789473684210527%;top:38px;}}  #newsList_style_09_1497072870289 .titleSet {font-size:14px;line-height:25px;height:25px;} #newsList_style_09_1497072870289 .timesSet {text-align:right;line-height:25px;height:25px;font-size:14px;color:#666666;margin-left:10px;margin-right:-20px;padding-left:0px;padding-right:0px;} #newsList_style_09_1497072870289 .modSet {border-bottom-color:#b2b2b2;border-bottom-style:dashed;} #newsList_style_09_1497072870289  {background:#e5e4de;}
/*----------------------电脑板式样式----------------------*/
#newsList_style_09_1497072870289 .nDate{ float:right;padding-right:10px;}
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_09_1497072870289{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_09_1497072870289{
		
	}
}
 #div_includeBlock_1497072953881{width:33.416666666666664%;height:303px;position:absolute;top:20px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497072953881{height:311px;width:343px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497072953881{width:100%;height:302px;top:0px;left:0%;display:block;}}  #layout_1493367929448{height:626px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493367929448{height:649px;}}   @media screen and (max-width:640px) {#layout_1493367929448{height:1396px;}} #layout_1493367929448 > .view_contents{overflow:visible;max-width:1200px;} 


 #banner_style_01_1504684709095{width:100%;height:128px;position:absolute;top:-1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1504684709095{height:103px;}}   @media screen and (max-width:640px) {#banner_style_01_1504684709095{width:100%;height:41px;top:0px;left:0%;}}  #layout_1496995708516{height:127px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1496995708516{height:102px;}}   @media screen and (max-width:640px) {#layout_1496995708516{height:47px;}} #layout_1496995708516 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1497079839968{width:16.70843776106934%;height:45px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497079839968{left:0%;width:18.278427205100954%;top:3px;height:52px;}}   @media screen and (max-width:640px) {#image_style_01_1497079839968{width:113px;height:30px;top:0px;}} #image_style_01_1497079839968 > .view_contents{overflow:visible;} 

 #banner_style_04_1497409462451{width:100%;height:216px;position:absolute;top:53px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1497409462451{top:55px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#banner_style_04_1497409462451{width:100%;height:120px;top:40px;left:0%;}} 

 #text_style_02_1497079695840{width:10.693400167084377%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7.5px;left:89.30659983291562%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497079695840{left:86.1500398512221%;width:13.39001062699256%;top:10.5px;}}   @media screen and (max-width:640px) {#text_style_02_1497079695840{width:62px;top:0px;left:83.51063829787235%;}}  #text_style_02_1497079695840>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497079695840>.view_contents {box-sizing:border-box;padding-right:10px;}} @media screen and (max-width:640px) { #text_style_02_1497079695840>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1497079695623{width:99.75%;height:289px;position:absolute;top:2px;left:0.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497079695623{height:276px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497079695623{width:98.94736842105263%;height:170px;top:0px;left:1.0526315789473684%;}}  #div_includeBlock_1497079695623  {background:#ffffff;border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:0px;} #layout_1497079366692{height:291px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1497079366692{height:297px;}}   @media screen and (max-width:640px) {#layout_1497079366692{height:179px;}} #layout_1497079366692 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1507525776291{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1507525776291{}}   @media screen and (max-width:640px) {#layout_1507525776291{}} #layout_1507525776291 > .view_contents{overflow:visible;max-width:1200px;} 



 #flink_style_02_1497083798229{width:17.863105175292155%;position:absolute;top:2px;left:68.23873121869784%;}   @media screen and (min-width:641px) and (max-width:1200px) {#flink_style_02_1497083798229{left:28.00672974413646%;width:15.13859275053305%;top:7px;}}   @media screen and (max-width:640px) {#flink_style_02_1497083798229{width:125px;top:36px;left:0%;}} #flink_style_02_1497083798229 > .view_contents{overflow:visible;} 

 #flink_style_01_1497083338177{width:175px;left:20.6875%;top:0px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#flink_style_01_1497083338177{width:170px;left:50.727945095948826%;top:7px;}}   @media screen and (max-width:640px) {#flink_style_01_1497083338177{width:116px;left:calc(50% - 55.5px);top:36px;}} #flink_style_01_1497083338177 > .view_contents{overflow:visible;} 

 #flink_style_02_1497839947593{width:17.863105175292155%;position:absolute;top:0px;left:43.551088777219434%;}   @media screen and (min-width:641px) and (max-width:1200px) {#flink_style_02_1497839947593{width:17.16417910447761%;left:77.62193496801706%;top:12px;}}   @media screen and (max-width:640px) {#flink_style_02_1497839947593{width:29.736842105263158%;top:36px;left:68.94736842105263%;}} #flink_style_02_1497839947593 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #flink_style_02_1497839947593 .cellSet {font-size:12px;height:30px;}} @media screen and (max-width:640px) { #flink_style_02_1497839947593 .cellSelectSet {font-size:12px;line-height:29px;}}

 #text_style_02_1497083555006{width:14.07035175879397%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497083555006{}}   @media screen and (max-width:640px) {#text_style_02_1497083555006{width:100%;top:0px;left:0%;}}  #text_style_02_1497083555006>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#ffffff;background:#e5a311;font-weight:bold;letter-spacing:4px;height:40px;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497083555006>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497083555006>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;}}
 #div_includeBlock_1497083363046{width:99.91666666666667%;height:127px;position:absolute;top:0px;left:0.08333333333333334%;z-index:99;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497083363046{height:54px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497083363046{width:99.47368421052632%;height:163px;top:1px;left:0%;}} #div_includeBlock_1497083363046 > .view_contents{overflow:visible;}  #div_includeBlock_1497083363046  {border-bottom-color:#e5a311;border-bottom-style:solid;border-bottom-width:6px;background:linear-gradient(0deg,#e5e5e5,#ffffff);}


 #text_style_02_1497084153347{width:47.575250836120404%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:35.74414715719064%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497084153347{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1497084153347{width:370px;top:0px;left:1.4627659574468086%;}}  #text_style_02_1497084153347>.view_contents {box-sizing:border-box;font-size:14px;line-height:36px;height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497084153347>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497084153347>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;height:30px;}}

 #text_style_02_1497084160440{width:50.08361204013379%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:36px;left:36.07859531772576%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497084160440{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1497084160440{width:373px;top:30px;left:0.26595744680851063%;}}  #text_style_02_1497084160440>.view_contents {box-sizing:border-box;font-size:14px;line-height:36px;height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497084160440>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497084160440>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;height:30px;}}

 #text_style_02_1497084164652{width:42.391304347826086%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:72px;left:36.24581939799331%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497084164652{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1497084164652{width:369px;top:60px;left:0.7978723404255319%;}}  #text_style_02_1497084164652>.view_contents {box-sizing:border-box;font-size:14px;height:36px;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497084164652>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497084164652>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;height:30px;}}

 #text_style_02_1497084168902{width:30.93645484949833%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:108px;left:36.07859531772576%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1497084168902{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1497084168902{width:372px;top:90px;left:0.9308510638297872%;}}  #text_style_02_1497084168902>.view_contents {box-sizing:border-box;font-size:14px;line-height:36px;height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1497084168902>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1497084168902>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;height:30px;}}

 #image_style_01_1497084654566{width:5.016722408026756%;height:62px;position:absolute;top:144px;left:47.491638795986624%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497084654566{left:42.94425087108014%;width:10.44776119402985%;top:139px;}}   @media screen and (max-width:640px) {#image_style_01_1497084654566{width:41px;height:49px;top:120px;left:44.41489361702128%;}} #image_style_01_1497084654566 > .view_contents{overflow:visible;} 
 #div_includeBlock_1497084011430{width:99.5%;height:207.5px;position:absolute;top:135px;left:0.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1497084011430{left:20.67868504772004%;top:64.5px;width:574px;}}   @media screen and (max-width:640px) {#div_includeBlock_1497084011430{width:98.94736842105263%;height:169px;top:171px;left:0.526315789473685%;}} 


 #image_style_01_1508315636704{width:100.14756944444446%;height:143px;position:absolute;top:30px;left:0%;z-index:10001;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1508315636704{}}   @media screen and (max-width:640px) {#image_style_01_1508315636704{width:100%;height:113px;top:36px;left:0%;}} #image_style_01_1508315636704 > .view_contents{overflow:visible;} 

 #text_style_01_1508315636713{width:30%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:70%;z-index:10001;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1508315636713{}}   @media screen and (max-width:640px) {#text_style_01_1508315636713{width:31.11111111111111%;top:3px;left:68.671875%;}}  #text_style_01_1508315636713>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;font-weight:bold;text-align:center;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1508315636713>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1508315636713>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1508315636484{width:180px;height:173px;position:fixed;top:733px;left:calc(50% + -940.5px);z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1508315636484{width:18.75%;height:174px;top:665.5px;left:0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1508315636484{width:36.05263157894737%;height:149px;top:685px;left:3.421052631578948%;z-index:200001;}}  #div_a_includeBlock_1508315636484  {background:#b2b2b2;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#666666;border-right-color:#666666;border-bottom-color:#666666;border-left-color:#666666;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}


 #image_style_01_1507525776334{width:100.14756944444446%;height:143px;position:absolute;top:30px;left:0%;z-index:10001;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1507525776334{}}   @media screen and (max-width:640px) {#image_style_01_1507525776334{width:100%;height:113px;top:36px;left:0%;}} #image_style_01_1507525776334 > .view_contents{overflow:visible;} 

 #text_style_01_1507525804572{width:30%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:70%;z-index:10001;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507525804572{}}   @media screen and (max-width:640px) {#text_style_01_1507525804572{width:31.11111111111111%;top:3px;left:68.671875%;}}  #text_style_01_1507525804572>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;font-weight:bold;text-align:center;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507525804572>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507525804572>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1507527043285{width:15%;height:173px;position:absolute;top:28.5px;left:104.70833333333334%;z-index:4;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1507527043285{height:174px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1507527043285{height:149px;display:block;}}  #div_a_includeBlock_1507527043285  {background:#b2b2b2;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#666666;border-right-color:#666666;border-bottom-color:#666666;border-left-color:#666666;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}


 #image_style_01_1508407614359{width:100.14756944444446%;height:143px;position:absolute;top:30px;left:0%;z-index:10001;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1508407614359{}}   @media screen and (max-width:640px) {#image_style_01_1508407614359{width:100%;height:113px;top:36px;left:0%;}} #image_style_01_1508407614359 > .view_contents{overflow:visible;} 

 #text_style_01_1508407614367{width:30%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:70%;z-index:10001;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1508407614367{}}   @media screen and (max-width:640px) {#text_style_01_1508407614367{width:31.11111111111111%;top:3px;left:68.671875%;}}  #text_style_01_1508407614367>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;font-weight:bold;text-align:center;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1508407614367>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1508407614367>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1508407614157{width:180px;height:173px;position:fixed;top:732px;left:calc(50% + 753.5px);z-index:4;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1508407614157{width:18.75%;height:174px;top:669.5px;left:81.23011664899258%;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1508407614157{width:36.05263157894737%;height:149px;top:683px;left:57.49999999999999%;display:block;z-index:200001;}}  #div_a_includeBlock_1508407614157  {background:#b2b2b2;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#666666;border-right-color:#666666;border-bottom-color:#666666;border-left-color:#666666;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #comm_layout_footer{height:354px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:843.5px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:834px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer>.view_contents {background:#ffffff;}

	#image_style_01_1507628003758 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1507628003758 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1507628003758 .CompatibleImg img{width:100%; height:100%}}
.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_1507630376731 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1507630376731 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1507630376731 .CompatibleImg img{width:100%; height:100%}}
.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;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(imgbannerstyle_01hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(imgbannerstyle_01hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}

            #banner_style_01_1497853749842 .bannerStyle_1 .main_image .img-item .img_0{background: url('imgupimageshldjwbanner201.jpg') center top no-repeat;}
                #banner_style_01_1497853749842 .bannerStyle_1 .main_image .img-item .img_1{background: url('imgupimageshldjwbanner202.jpg') center top no-repeat;}
                #banner_style_01_1497853749842 .bannerStyle_1 .main_image .img-item .img_2{background: url('imgupimageshldjwbanner203.jpg') center top no-repeat;}
                #banner_style_01_1497853749842 .bannerStyle_1 .ground_glass{}
    
.clock span{font-size:14px}

	#image_style_01_1497061457941 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497061457941 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1497061457941 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1497061457941 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_1497061454084 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497061454084 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1497061454084 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1497061454084 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;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:75%;float:left;}
.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:75%; 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:20%; min-width:100px; ;margin-right:2%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_6  .newPic img{width:100%; float: left;background-color: #eee;}
.boxNewsListStyle_6  .newPic2{display: none;}
.boxNewsListStyle_6  .show_all{width:15%; 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; 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; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@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_1497061752194 .newDetail.pc {display:block;}
	#newsList_style_06_1497061752194 .newDetail.pad, #newsList_style_06_1497061752194 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1497061752194 .newDetail.pad {display:block;}
		#newsList_style_06_1497061752194 .newDetail.pc, #newsList_style_06_1497061752194 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1497061752194 .newDetail.mobile {display:block;}
		#newsList_style_06_1497061752194 .newDetail.pc, #newsList_style_06_1497061752194 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1497061752194 .newPic{width: 0px;}
	#newsList_style_06_1497061752194 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1497061752194 .newPic{width: 0px;}
	#newsList_style_06_1497061752194 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
span{padding-right: 0px;}


    #weather_style_01_1497061977119 .weather{height:125px}
/*菜单样式*/
.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_1499158888838 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1499158888838 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1499158888838 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1499158888838 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_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_1497343911519 .newDetail.pc {display:block;}
	#newsList_style_07_1497343911519 .newDetail.pad, #newsList_style_07_1497343911519 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_07_1497343911519 .newDetail.pad {display:block;}
		#newsList_style_07_1497343911519 .newDetail.pc, #newsList_style_07_1497343911519 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_07_1497343911519 .newDetail.mobile {display:block;}
		#newsList_style_07_1497343911519 .newDetail.pc, #newsList_style_07_1497343911519 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024) {
}
/*新闻列表样式*/
.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;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:75%;float:left;}
.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:75%; 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:20%; min-width:100px; ;margin-right:2%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_6  .newPic img{width:100%; float: left;background-color: #eee;}
.boxNewsListStyle_6  .newPic2{display: none;}
.boxNewsListStyle_6  .show_all{width:15%; 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; 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; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@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_1497065730825 .newDetail.pc {display:block;}
	#newsList_style_06_1497065730825 .newDetail.pad, #newsList_style_06_1497065730825 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1497065730825 .newDetail.pad {display:block;}
		#newsList_style_06_1497065730825 .newDetail.pc, #newsList_style_06_1497065730825 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1497065730825 .newDetail.mobile {display:block;}
		#newsList_style_06_1497065730825 .newDetail.pc, #newsList_style_06_1497065730825 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1497065730825 .newPic{width: 0px;}
	#newsList_style_06_1497065730825 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1497065730825 .newPic{width: 0px;}
	#newsList_style_06_1497065730825 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
/*新闻列表样式*/
.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;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:75%;float:left;}
.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:75%; 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:20%; min-width:100px; ;margin-right:2%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_6  .newPic img{width:100%; float: left;background-color: #eee;}
.boxNewsListStyle_6  .newPic2{display: none;}
.boxNewsListStyle_6  .show_all{width:15%; 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; 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; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@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_1497065612632 .newDetail.pc {display:block;}
	#newsList_style_06_1497065612632 .newDetail.pad, #newsList_style_06_1497065612632 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1497065612632 .newDetail.pad {display:block;}
		#newsList_style_06_1497065612632 .newDetail.pc, #newsList_style_06_1497065612632 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1497065612632 .newDetail.mobile {display:block;}
		#newsList_style_06_1497065612632 .newDetail.pc, #newsList_style_06_1497065612632 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1497065612632 .newPic{width: 0px;}
	#newsList_style_06_1497065612632 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1497065612632 .newPic{width: 0px;}
	#newsList_style_06_1497065612632 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(imgtabstyle_03arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(imgtabstyle_03arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

/*新闻列表样式*/
.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;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:75%;float:left;}
.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:75%; 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:20%; min-width:100px; ;margin-right:2%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_6  .newPic img{width:100%; float: left;background-color: #eee;}
.boxNewsListStyle_6  .newPic2{display: none;}
.boxNewsListStyle_6  .show_all{width:15%; 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; 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; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@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_1497496661286 .newDetail.pc {display:block;}
	#newsList_style_06_1497496661286 .newDetail.pad, #newsList_style_06_1497496661286 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1497496661286 .newDetail.pad {display:block;}
		#newsList_style_06_1497496661286 .newDetail.pc, #newsList_style_06_1497496661286 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1497496661286 .newDetail.mobile {display:block;}
		#newsList_style_06_1497496661286 .newDetail.pc, #newsList_style_06_1497496661286 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1497496661286 .newPic{width: 0px;}
	#newsList_style_06_1497496661286 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1497496661286 .newPic{width: 0px;}
	#newsList_style_06_1497496661286 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
/*新闻列表样式*/
.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;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:75%;float:left;}
.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:75%; 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:20%; min-width:100px; ;margin-right:2%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_6  .newPic img{width:100%; float: left;background-color: #eee;}
.boxNewsListStyle_6  .newPic2{display: none;}
.boxNewsListStyle_6  .show_all{width:15%; 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; 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; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@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_1497496598169 .newDetail.pc {display:block;}
	#newsList_style_06_1497496598169 .newDetail.pad, #newsList_style_06_1497496598169 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1497496598169 .newDetail.pad {display:block;}
		#newsList_style_06_1497496598169 .newDetail.pc, #newsList_style_06_1497496598169 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1497496598169 .newDetail.mobile {display:block;}
		#newsList_style_06_1497496598169 .newDetail.pc, #newsList_style_06_1497496598169 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1497496598169 .newPic{width: 0px;}
	#newsList_style_06_1497496598169 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1497496598169 .newPic{width: 0px;}
	#newsList_style_06_1497496598169 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}


#div_tab_style_03_1497495553531 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#div_tab_style_03_1497495553531 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#div_tab_style_03_1497495553531 .tab_img{display:none;}
#div_tab_style_03_1497495553531 .tab_ul{text-align:left}
#div_tab_style_03_1497495553531 .tab_nav{display:block !important;height: 40px;}
#div_tab_style_03_1497495553531 .tab_box{height: calc(100% - 40px); top: 40px;}
#div_tab_style_03_1497495553531 .tab_li{width:140px;}
#div_tab_style_03_1497495553531 .tab_img img{width:;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(imgbannerstyle_01hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(imgbannerstyle_01hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}

            #banner_style_01_1498809432292 .bannerStyle_1 .main_image .img-item .img_0{background: url('imgupimageszhuantitupian1.jpg') center top no-repeat;}
                #banner_style_01_1498809432292 .bannerStyle_1 .main_image .img-item .img_1{background: url('imgupimagesxiaobanner003.jpg') center top no-repeat;}
                #banner_style_01_1498809432292 .bannerStyle_1 .ground_glass{}
    /*新闻列表样式*/
.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;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:75%;float:left;}
.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:75%; 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:20%; min-width:100px; ;margin-right:2%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_6  .newPic img{width:100%; float: left;background-color: #eee;}
.boxNewsListStyle_6  .newPic2{display: none;}
.boxNewsListStyle_6  .show_all{width:15%; 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; 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; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@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_1497074042085 .newDetail.pc {display:block;}
	#newsList_style_06_1497074042085 .newDetail.pad, #newsList_style_06_1497074042085 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1497074042085 .newDetail.pad {display:block;}
		#newsList_style_06_1497074042085 .newDetail.pc, #newsList_style_06_1497074042085 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1497074042085 .newDetail.mobile {display:block;}
		#newsList_style_06_1497074042085 .newDetail.pc, #newsList_style_06_1497074042085 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1497074042085 .newPic{width: 0px;}
	#newsList_style_06_1497074042085 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1497074042085 .newPic{width: 0px;}
	#newsList_style_06_1497074042085 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
/*新闻列表样式*/
.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;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:75%;float:left;}
.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:75%; 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:20%; min-width:100px; ;margin-right:2%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_6  .newPic img{width:100%; float: left;background-color: #eee;}
.boxNewsListStyle_6  .newPic2{display: none;}
.boxNewsListStyle_6  .show_all{width:15%; 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; 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; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@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_1497074858607 .newDetail.pc {display:block;}
	#newsList_style_06_1497074858607 .newDetail.pad, #newsList_style_06_1497074858607 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1497074858607 .newDetail.pad {display:block;}
		#newsList_style_06_1497074858607 .newDetail.pc, #newsList_style_06_1497074858607 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1497074858607 .newDetail.mobile {display:block;}
		#newsList_style_06_1497074858607 .newDetail.pc, #newsList_style_06_1497074858607 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1497074858607 .newPic{width: 0px;}
	#newsList_style_06_1497074858607 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1497074858607 .newPic{width: 0px;}
	#newsList_style_06_1497074858607 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
/*新闻列表样式*/
.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;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:75%;float:left;}
.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:75%; 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:20%; min-width:100px; ;margin-right:2%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_6  .newPic img{width:100%; float: left;background-color: #eee;}
.boxNewsListStyle_6  .newPic2{display: none;}
.boxNewsListStyle_6  .show_all{width:15%; 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; 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; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@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_1497074328960 .newDetail.pc {display:block;}
	#newsList_style_06_1497074328960 .newDetail.pad, #newsList_style_06_1497074328960 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1497074328960 .newDetail.pad {display:block;}
		#newsList_style_06_1497074328960 .newDetail.pc, #newsList_style_06_1497074328960 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1497074328960 .newDetail.mobile {display:block;}
		#newsList_style_06_1497074328960 .newDetail.pc, #newsList_style_06_1497074328960 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1497074328960 .newPic{width: 0px;}
	#newsList_style_06_1497074328960 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1497074328960 .newPic{width: 0px;}
	#newsList_style_06_1497074328960 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}

	#image_style_01_1497076407436 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076407436 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1497076407436 .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_1497076403064 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076403064 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1497076403064 .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_1497076479537 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076479537 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1497076479537 .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_1497076482934 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076482934 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1497076482934 .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_1497076675747 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076675747 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1497076675747 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1497076675747 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_1497076747837 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076747837 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1497076747837 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1497076747837 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_1497076487706 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076487706 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1497076487706 .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_1497076645936 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076645936 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1497076645936 .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_1497076794238 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497076794238 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1497076794238 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1497076794238 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;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:75%;float:left;}
.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:75%; 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:20%; min-width:100px; ;margin-right:2%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_6  .newPic img{width:100%; float: left;background-color: #eee;}
.boxNewsListStyle_6  .newPic2{display: none;}
.boxNewsListStyle_6  .show_all{width:15%; 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; 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; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@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_09_1497072870289 .newDetail.pc {display:block;}
	#newsList_style_09_1497072870289 .newDetail.pad, #newsList_style_09_1497072870289 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_09_1497072870289 .newDetail.pad {display:block;}
		#newsList_style_09_1497072870289 .newDetail.pc, #newsList_style_09_1497072870289 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_09_1497072870289 .newDetail.mobile {display:block;}
		#newsList_style_09_1497072870289 .newDetail.pc, #newsList_style_09_1497072870289 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_09_1497072870289 .newPic{width: 0px;}
	#newsList_style_09_1497072870289 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_09_1497072870289 .newPic{width: 0px;}
	#newsList_style_09_1497072870289 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(imgbannerstyle_01hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(imgbannerstyle_01hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}

            #banner_style_01_1504684709095 .bannerStyle_1 .main_image .img-item .img_0{background: url('imgupimages20170906160137846.jpg') center top no-repeat;}
                #banner_style_01_1504684709095 .bannerStyle_1 .main_image .img-item .img_1{background: url('imgupimages20171208091940799.jpg') center top no-repeat;}
                #banner_style_01_1504684709095 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1497079839968 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497079839968 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1497079839968 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1497079839968 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;}
/***页内定义***/
.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

/**imgMove**/
.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:800%; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;}
.bannerStyle_4 .imgMove li{position:relative; float:left; margin:6px 10px; height:100%;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}

/**banner4Box**/
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}
/*boxExit*/
.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}
/*subBox*/
.subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxBefore:hover{opacity:0.9;}
.boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxAfter:hover{opacity:0.9;}
.boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.boxScroll li{position:relative; float:left; height:100%;}
.boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.boxBefore img{right:5px; width:25px; height:50px;}
.boxAfter img{left:5px; width:25px; height:50px;}
.boxExit{top:15px; right:15px;}
}
/* 公共样式 */

.style_02{
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
}
.style_02>li{
	position: relative !important;
	overflow: visible;
	float: left;
	text-align: left;
	box-sizing: border-box;
    /* background-color: #cccccc; */
	background-color: #f8f8f8;
}
.style_02>li:hover{
    background-color: #1e90ff;
}
.style_02>li .content{
	//display: block;
	padding:4px 10px;
    
	/*对齐方式默认left*/
	/*边框*/
	box-sizing: border-box;
}
.style_02>li .content:hover{
    /*background-color: #fff9eb;*/
}
.style_02>li .content .connectIcon{
	width: 20px;
	margin-right:2px ;
	vertical-align:middle;
	background-color: #16c663;
	border-radius: 10px;
	box-sizing: border-box;
}
.style_02>li .content .connectName{
	vertical-align:middle;
	line-height: 20px;
	color: inherit;
	text-decoration: none;
}


.style_02>li .content .connectName:hover{
	text-decoration: underline;
}

/* 链接项宽度适应内容 */

.float_wide>li .content .connectName {
	word-break: keep-all;
	white-space: nowrap;
}

/* 链接项等宽 */

.equal_wide>li .content {
	width: 100%;
}

/*下拉按钮*/
.cellSelectSet{
	line-height: 29px;
    margin: 0px 3px 5px 3px;
    width: calc(100% - 3px);
    box-sizing: border-box;
    padding: 0 10px;
    background:#fff url(resflinkstyle_02cellSelect02.png) no-repeat 97% 50%;
    background-size: 20px;
    border-color:#ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}#flink_style_02_1497083798229 .cell-box>li {width: 100%;}
/* 公共样式 */

.style_02{
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
}
.style_02>li{
	position: relative !important;
	overflow: visible;
	float: left;
	text-align: left;
	box-sizing: border-box;
    /* background-color: #cccccc; */
	background-color: #f8f8f8;
}
.style_02>li:hover{
    background-color: #1e90ff;
}
.style_02>li .content{
	//display: block;
	padding:4px 10px;
    
	/*对齐方式默认left*/
	/*边框*/
	box-sizing: border-box;
}
.style_02>li .content:hover{
    /*background-color: #fff9eb;*/
}
.style_02>li .content .connectIcon{
	width: 20px;
	margin-right:2px ;
	vertical-align:middle;
	background-color: #16c663;
	border-radius: 10px;
	box-sizing: border-box;
}
.style_02>li .content .connectName{
	vertical-align:middle;
	line-height: 20px;
	color: inherit;
	text-decoration: none;
}


.style_02>li .content .connectName:hover{
	text-decoration: underline;
}

/* 链接项宽度适应内容 */

.float_wide>li .content .connectName {
	word-break: keep-all;
	white-space: nowrap;
}

/* 链接项等宽 */

.equal_wide>li .content {
	width: 100%;
}

/*下拉按钮*/
.cellSelectSet{
	line-height: 29px;
    margin: 0px 3px 5px 3px;
    width: calc(100% - 3px);
    box-sizing: border-box;
    padding: 0 10px;
    background:#fff url(resflinkstyle_02cellSelect02.png) no-repeat 97% 50%;
    background-size: 20px;
    border-color:#ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}#flink_style_01_1497083338177 .cell-box>li {width: 100%;}
/* 公共样式 */

.style_02{
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
}
.style_02>li{
	position: relative !important;
	overflow: visible;
	float: left;
	text-align: left;
	box-sizing: border-box;
    /* background-color: #cccccc; */
	background-color: #f8f8f8;
}
.style_02>li:hover{
    background-color: #1e90ff;
}
.style_02>li .content{
	//display: block;
	padding:4px 10px;
    
	/*对齐方式默认left*/
	/*边框*/
	box-sizing: border-box;
}
.style_02>li .content:hover{
    /*background-color: #fff9eb;*/
}
.style_02>li .content .connectIcon{
	width: 20px;
	margin-right:2px ;
	vertical-align:middle;
	background-color: #16c663;
	border-radius: 10px;
	box-sizing: border-box;
}
.style_02>li .content .connectName{
	vertical-align:middle;
	line-height: 20px;
	color: inherit;
	text-decoration: none;
}


.style_02>li .content .connectName:hover{
	text-decoration: underline;
}

/* 链接项宽度适应内容 */

.float_wide>li .content .connectName {
	word-break: keep-all;
	white-space: nowrap;
}

/* 链接项等宽 */

.equal_wide>li .content {
	width: 100%;
}

/*下拉按钮*/
.cellSelectSet{
	line-height: 29px;
    margin: 0px 3px 5px 3px;
    width: calc(100% - 3px);
    box-sizing: border-box;
    padding: 0 10px;
    background:#fff url(resflinkstyle_02cellSelect02.png) no-repeat 97% 50%;
    background-size: 20px;
    border-color:#ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}#flink_style_02_1497839947593 .cell-box>li {width: 100%;}
	#image_style_01_1497084654566 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1497084654566 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1497084654566 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1497084654566 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_1508315636704 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1508315636704 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1508315636704 .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_1507525776334 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1507525776334 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1507525776334 .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_1508407614359 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1508407614359 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1508407614359 .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;}
