
@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-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;}



 #text_style_02_1498807236903{width:15.802675585284282%;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_1498807236903{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1498807236903{width:250px;top:0px;left:1.3192612137203166%;}}  #text_style_02_1498807236903>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;text-align:left;padding-left:20px;} #text_style_02_1498807236903  {background: url(imgupimagesxinwentubiao102.jpg);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498807236903>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1498807236903>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1498807236657{width:99.66666666666667%;height:50px;position:absolute;top:0px;left:0.1666666666666643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1498807236657{}}   @media screen and (max-width:640px) {#div_includeBlock_1498807236657{width:99.73684210526315%;height:55px;top:0px;left:0%;}}  #div_includeBlock_1498807236657  {border-bottom-color:#b2b2b2;border-bottom-style:solid;}

 #newsList_style_06_1498807236667{width:99.5%;position:absolute;top:56px;left:0.2916666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1498807236667{}}   @media screen and (max-width:640px) {#newsList_style_06_1498807236667{width:98.94736842105263%;top:63px;left:1.0526315789473684%;}}  #newsList_style_06_1498807236667 .modSet {border-bottom-color:#e5e5e5;}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1498807236667 .nDate{ float:right;padding-right:10px;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle {
    width: 100% !important;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1498807236667{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1498807236667{
		
	}
} #layout_1498807236655{height:647px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498807236655{}}   @media screen and (max-width:640px) {#layout_1498807236655{height:365px;}} #layout_1498807236655 > .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_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_1498807236667 .newDetail.pc {display:block;}
	#newsList_style_06_1498807236667 .newDetail.pad, #newsList_style_06_1498807236667 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1498807236667 .newDetail.pad {display:block;}
		#newsList_style_06_1498807236667 .newDetail.pc, #newsList_style_06_1498807236667 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1498807236667 .newDetail.mobile {display:block;}
		#newsList_style_06_1498807236667 .newDetail.pc, #newsList_style_06_1498807236667 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1498807236667 .newPic{width: 0px;}
	#newsList_style_06_1498807236667 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1498807236667 .newPic{width: 0px;}
	#newsList_style_06_1498807236667 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}

/* 公共样式 */

.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;}
