
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #text_style_2_1477539900677{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:7.166666666666667%;top:88.828125px;position:absolute;left:3.6666666666666665%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539900677{left:2.1875%;top:62.828125px;width:8.854166666666668%;}}   @media screen and (max-width:640px) {#text_style_2_1477539900677{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539900677>.view_contents {color:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#text_style_2_1477539900677{
	
}
#dh_style_02_1481093061816  .Style_02_pcMenu .menu>li .subminSet
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_2_1477539900677{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_2_1477539900677{
		
	}
}

 #text_style_2_1477539440469{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:8.25%;top:88.828125px;position:absolute;left:16.833333333333332%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539440469{left:15.729166666666666%;top:62.828125px;width:7.604166666666664%;}}   @media screen and (max-width:640px) {#text_style_2_1477539440469{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539440469>.view_contents {color:#fcfcfc;}

 #text_style_2_1477539678509{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:8.166666666666666%;top:88.83332824707031px;position:absolute;left:86.58333333333333%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539678509{left:89.375%;top:62.828125px;width:7.708333333333335%;}}   @media screen and (max-width:640px) {#text_style_2_1477539678509{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539678509>.view_contents {color:#fcfcfc;}

 #text_style_2_1477539524064{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:7.5%;top:88.828125px;position:absolute;left:31.416666666666664%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539524064{left:29.895833333333332%;top:62.828125px;width:5.520833333333333%;}}   @media screen and (max-width:640px) {#text_style_2_1477539524064{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539524064>.view_contents {color:#fcfcfc;}

 #text_style_2_1477539694435{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:7.5%;top:88.828125px;position:absolute;left:58.998697916666664%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539694435{left:64.37337239583333%;top:62.828125px;width:6.145833333333333%;}}   @media screen and (max-width:640px) {#text_style_2_1477539694435{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539694435>.view_contents {color:#fcfcfc;}

 #text_style_2_1477539858210{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:7.916666666666666%;top:88.828125px;position:absolute;left:72.91666666666666%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539858210{left:76.5625%;top:62.828125px;width:8.020833333333336%;}}   @media screen and (max-width:640px) {#text_style_2_1477539858210{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539858210>.view_contents {color:#ffffff;}

 #dh_style_02_1481093061816{width:99.75%;height:90px;z-index:9;left:0.125%;top:32px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_02_1481093061816{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_02_1481093061816{width:45.26315789473684%;height:90px;z-index:999;left:38.942983526932565%;top:0px;}} #dh_style_02_1481093061816 > .view_contents{overflow:visible;}  #dh_style_02_1481093061816  {background:#000000;}
/*----------------------电脑板式样式----------------------*/
#dh_style_02_1481093061816 .Style_02_pcMenu .menu>li{
	width:14%;
color:#fff;
}
.Style_02_pcMenu .menu>li .subminSet{ 
margin:70px 0 0 0 !important;;
color:#fff;
}
.Style_02_pcMenu .menu .plus{
color:#fff;
}
#dh_style_02_1481093061816 .Style_02_pcMenu #hot>a{color:#fff;}
#dh_style_02_1481093061816 .Style_02_pcMenu #hot>a>div{ font-size:16px;}
#dh_style_02_1481093061816  .Style_02_pcMenu .menu>li .subminSet{margin-top:90px !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
#dh_style_02_1481093061816{
	
}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_02_1481093061816{
		
	}
} #comm_layout_header{height:122px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:225px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:90px;z-index:11;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:#000000;border-bottom-width:0px;}



 #banner_style_01_1542080469195{width:100%;height:817px;position:absolute;left:0%;top:10.166666030883789px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1542080469195{left:4%;width:92%;}}   @media screen and (max-width:640px) {#banner_style_01_1542080469195{width:100%;height:300px;top:0px;left:0%;}} 
 #div_a_includeBlock_1517561758534{width:165%;height:827.1666660308838px;position:absolute;top:-7.1666717529296875px;left:-31.93472290039063%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517561758534{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517561758534{width:100%;height:300px;top:0px;left:0%;}}  #layout_1517561753611{height:822.96667px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517561753611{}}   @media screen and (max-width:640px) {#layout_1517561753611{height:300px;}} #layout_1517561753611 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1542094369588{width:45.916666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:31.866668701171875px;left:26.952779134114586%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542094369588{}}   @media screen and (max-width:640px) {#text_style_01_1542094369588{width:27.823691460055095%;top:9px;left:36.08815426997245%;}}  #text_style_01_1542094369588>.view_contents {box-sizing:border-box;font-weight:bold;height:40px;line-height:30px;letter-spacing:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542094369588>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542094369588>.view_contents {box-sizing:border-box;font-size:18px;letter-spacing:4px;}}

 #text_style_01_1542094391980{width:11.833333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:71.86666870117188px;left:44.07777913411458%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542094391980{}}   @media screen and (max-width:640px) {#text_style_01_1542094391980{width:22.03856749311295%;top:41px;left:36.950549450549445%;}}  #text_style_01_1542094391980>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542094391980>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542094391980>.view_contents {box-sizing:border-box;font-size:18px;height:25px;line-height:20px;}}

 #text_style_01_1542333017795{width:13.833333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:226.93333435058594px;left:43.077779134114586%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542333017795{}}   @media screen and (max-width:640px) {#text_style_01_1542333017795{width:36.91460055096419%;top:99px;left:31.542699724517906%;}}  #text_style_01_1542333017795>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542333017795>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542333017795>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:25px;}}

 #text_style_01_1542332873965{width:44.916666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:182.93333435058594px;left:27.536112467447914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542332873965{}}   @media screen and (max-width:640px) {#text_style_01_1542332873965{width:96%;top:64px;left:1.7324548018606083%;}}  #text_style_01_1542332873965>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542332873965>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542332873965>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1542333175805{width:35.583333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:274.93333435058594px;left:32.202779134114586%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542333175805{}}   @media screen and (max-width:640px) {#text_style_01_1542333175805{width:81.26721763085399%;top:133px;left:9.366391184573004%;}}  #text_style_01_1542333175805>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542333175805>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542333175805>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:25px;}}

 #text_style_01_1542333228454{width:59.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:323.93333435058594px;left:20.452779134114582%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542333228454{}}   @media screen and (max-width:640px) {#text_style_01_1542333228454{width:96%;top:169px;left:2%;}}  #text_style_01_1542333228454>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542333228454>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542333228454>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:43px;}}

 #text_style_01_1542333280520{width:31.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:375.93333435058594px;left:34.36944580078125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542333280520{}}   @media screen and (max-width:640px) {#text_style_01_1542333280520{width:69.42148760330579%;top:212px;left:15.289256198347104%;}}  #text_style_01_1542333280520>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542333280520>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542333280520>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:25px;}}

 #text_style_01_1542333767697{width:45.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:427.93333435058594px;left:27.46111170450846%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542333767697{}}   @media screen and (max-width:640px) {#text_style_01_1542333767697{width:96%;top:237px;left:2%;}}  #text_style_01_1542333767697>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542333767697>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542333767697>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:39px;}}

 #text_style_01_1542333826926{width:26.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:489.93333435058594px;left:36.827779134114586%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542333826926{}}   @media screen and (max-width:640px) {#text_style_01_1542333826926{width:96.69421487603306%;top:276px;left:2%;}}  #text_style_01_1542333826926>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542333826926>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542333826926>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:44px;}}

 #text_style_01_1542333910578{width:40.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:547.9333343505859px;left:29.536112467447918%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542333910578{}}   @media screen and (max-width:640px) {#text_style_01_1542333910578{width:96%;top:320px;left:2%;}}  #text_style_01_1542333910578>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542333910578>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542333910578>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:25px;}}

 #text_style_01_1542334147664{width:26.666666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:602.9333343505859px;left:36.661112467447914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542334147664{}}   @media screen and (max-width:640px) {#text_style_01_1542334147664{width:96%;top:345px;left:2%;}}  #text_style_01_1542334147664>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542334147664>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542334147664>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;height:20px;}}

 #text_style_01_1542334462905{width:58.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:665.9333343505859px;left:20.827779134114582%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542334462905{}}   @media screen and (max-width:640px) {#text_style_01_1542334462905{width:96%;top:374px;left:2%;}}  #text_style_01_1542334462905>.view_contents {box-sizing:border-box;font-size:18px;height:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542334462905>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542334462905>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:35px;}} #layout_1542089505322{height:800.066667px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1542089505322{}}   @media screen and (max-width:640px) {#layout_1542089505322{height:768px;}} #layout_1542089505322 > .view_contents{overflow:visible;max-width:1200px;} 


 #dh_style_01_1484229654894{width:60.25%;z-index:999;position:absolute;top:65.8499755859375px;left:19.86944580078125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1484229654894{z-index:999;left:16.64899257688229%;top:23px;}}   @media screen and (max-width:640px) {#dh_style_01_1484229654894{width:11.31578947368421%;z-index:999;top:-1.96875px;left:6.7105263157894735%;display:block;}} #dh_style_01_1484229654894 > .view_contents{overflow:visible;}  #dh_style_01_1484229654894 .columnSet {color:#ffffff;} #dh_style_01_1484229654894 .mainMenuSet {color:#ffffff;font-size:16px;border-right-style:solid;border-right-width:1px;border-left-style:solid;border-left-width:1px;} #dh_style_01_1484229654894 #hot>a {color:#ffffff;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1484229654894 #hot>a {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1484229654894 .mainMenuSet {font-size:14px;line-height:35px;height:35px;}}

 #text_default_1526894906856{width:33.33333333333333%;height:35px;position:absolute;top:37.08331298828125px;left:33.327779134114586%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1526894906856{}}   @media screen and (max-width:640px) {#text_default_1526894906856{width:100%;height:300px;top:0px;left:0%;}}  #comm_layout_footer{height:187px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:80px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:50.03125px;display:none;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#000000;}
/*PC菜单*/
.menuStyle_02 { height: 100%;}
.Style_02_menuLayout { height: 100%;}
.Style_02_pcMenu {display:block; position: relative; text-align: center; height: 100%;}
.Style_02_pcMenu .menu { position: absolute; left: 0; top: 50%; width:100%; height: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
/* .Style_02_pcMenu .menu>li {position: relative; float:left; width:13%; height: 100%; text-align:center;} */
.Style_02_pcMenu .menu>li .subminSet{display: none; white-space: nowrap; margin-top: 100%; background: #EEE;}
.Style_02_pcMenu .menu>li .subminSet a{font-size: 14px; line-height: 40px; display: block;}
.Style_02_pcMenu .menu>li .subminSet a:hover{background: #e8e8e8;}
.Style_02_pcMenu .menu>li .subminSet a.subCurSet{background: #e5e5e5}
.Style_02_pcMenu .menu>li:hover .subminSet{display: block;}
.Style_02_pcMenu .menu>li>a { position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px;}
.Style_02_pcMenu .menu .menuLogo { width: 22%;}
.Style_02_pcMenu .menuLogo a {display:block; width: 100%; text-align: center;}
.Style_02_pcMenu .menuLogo img {width:90%;}
.Style_02_pcMenu .menu .plus { font-size: 16px; letter-spacing: 7px; text-indent: 7px;/*  display:block; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; */}
.Style_02_pcMenu .menu .normal { font-size: 13px; letter-spacing: 1px; text-indent: 3px; position: absolute; width: 100%; top: 120%; }
.Style_02_pcMenu #hot>a{color:inherit;font-size: inherit;font-family:inherit;}
.Style_02_pcMenu #hot>a>div{color:inherit;font-size: inherit;font-family:inherit;}
/*手机菜单*/
.Style_02_miniMenu .minimenuLogo { float:left; width: 50%;}
.Style_02_miniMenu .minimenuLogo a { display: block;}
.Style_02_miniMenu .minimenuLogo img { width: 100%; max-width: 320px;}

.Style_02_miniMenu { display: none;}
.Style_02_miniMenu .menuTop {overflow:hidden; position: relative;}
.Style_02_miniMenu .menuIcon { position: absolute; top: 50%; right: 0px; padding: 10px; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_miniMenu .menuIcon i { color: #1d1b1b; font-size: 20px;}

.Style_02_miniMenu .menuMain { display:none; width: calc(100vw + 17px); height: 100vh; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 999999; background: rgba(0,0,0,.8);}
.Style_02_miniMenu .menuShow { display:block;}
.Style_02_miniMenu .menuMain_bg { width: 100%; overflow-y: scroll;}
.Style_02_miniMenu .menuUl { padding:10px 20px;}
.Style_02_miniMenu .menuCloseLi { border: none;}
.Style_02_miniMenu .menuClose { color: #fff; font-size: 20px; float: right; padding: 15px 0px;}
.Style_02_miniMenu .menuUl>li { border-bottom: 1px solid #fff; overflow: hidden;}
.Style_02_miniMenu .menuMain a { width: 100%; display: block; position: relative; overflow: hidden;}
.Style_02_miniMenu .menuText_en { display: none;}
.Style_02_miniMenu .menuText { color: #fff; font-size: 16px; height: 55px; line-height: 55px; float: left;}
.Style_02_miniMenu .menuArr { color: #fff; font-size: 16px; position: absolute; right: 0px; top: 50%; transform: translate(0,-50%);}

.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; font-family: "Microsoft YaHei"; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px; font-family: "verdana";}



/*导航字体*/
@font-face { font-family: "menuText"; src: url('menuText.TTF');}
@font-face { font-family: "MenuText_en"; src: url('MenuText_en.TTF');}
	.Style_02_pcMenu .menu>li {position: relative; float:left; width:calc(78%/12); height: 100%; text-align:center;}

@media screen and (max-width:766px) {
.Style_02_pcMenu {display:none;}
.Style_02_miniMenu { display:block;}
}

/* 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; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; 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(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_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;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.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);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
            #banner_style_01_1542080469195 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/2019011716135683.jpg') center top no-repeat;}
                #banner_style_01_1542080469195 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/20181112175623853.jpg') center top no-repeat;}
                #banner_style_01_1542080469195 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/20181112175704976.jpg') center top no-repeat;}
                #banner_style_01_1542080469195 .bannerStyle_1 .main_image .img-item .img_3{background: url('../img/upimages/500557616.jpg') center top no-repeat;}
                #banner_style_01_1542080469195 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1542080469195 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1542080469195 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1542080469195 .bannerStyle_1 .main_image .img-item span{}    }
/*菜单样式*/
.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;}
}
