
/**
    *编辑器         \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;}
    }

body{ background-position:left top; }


 #banner_style_01_1541142631592{width:100%;height:900px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1541142631592{height:722px;}}   @media screen and (max-width:640px) {#banner_style_01_1541142631592{width:100%;height:300px;top:0px;left:0%;}} 


 #image_style_01_1541142862450{width:162px;height:50px;position:absolute;left:0%;top:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541142862450{left:3%;width:162px;}}   @media screen and (max-width:640px) {#image_style_01_1541142862450{width:140px;height:40px;top:10px;left:calc(50% - 70px);}} #image_style_01_1541142862450 > .view_contents{overflow:visible;} 


 #text_style_01_1541142940528{width:12.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:22.36111111111111%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541142940528{left:23.19881541725601%;width:12.5%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1541142940528{width:20%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1541142940528>.view_contents {color:#ffffff;font-size:16px;line-height:50px;text-align:center;} #text_style_01_1541142940528 .view_contents:hover {color:#ffcc00;font-family:Microsoft YaHei;font-size:16px;} @media screen and (max-width:640px) { #text_style_01_1541142940528>.view_contents {line-height:25px;font-size:14px;height:25px;color:#ffffff;font-weight:bold;}}

 #text_style_01_1541143019190{width:12.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:35.2734375%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541143019190{width:12.5%;left:35.70765558698727%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1541143019190{width:25%;font-size:12px;color:#333;line-height:1.6;top:0px;left:15.312500000000002%;}}  #text_style_01_1541143019190>.view_contents {color:#ffffff;font-size:16px;line-height:50px;text-align:center;} #text_style_01_1541143019190 .view_contents:hover {color:#ffcc00;font-family:Microsoft YaHei;font-size:16px;} @media screen and (max-width:640px) { #text_style_01_1541143019190>.view_contents {line-height:25px;font-size:14px;color:#ffffff;font-weight:bold;}}

 #text_style_01_1541143041574{width:12.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:48.47222222222222%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541143041574{width:12.5%;left:48.404349363507784%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1541143041574{width:25%;font-size:12px;color:#333;line-height:1.6;top:0px;left:34.6875%;}}  #text_style_01_1541143041574>.view_contents {color:#ffffff;font-size:16px;line-height:50px;text-align:center;} #text_style_01_1541143041574 .view_contents:hover {color:#ffcc00;font-family:Microsoft YaHei;font-size:16px;} @media screen and (max-width:640px) { #text_style_01_1541143041574>.view_contents {line-height:25px;font-size:14px;color:#ffffff;font-weight:bold;}}

 #text_style_01_1541143048118{width:12.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:61.38888888888889%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541143048118{width:12.5%;}}   @media screen and (max-width:640px) {#text_style_01_1541143048118{width:25%;font-size:12px;color:#333;line-height:1.6;top:0px;left:56.25%;}}  #text_style_01_1541143048118>.view_contents {color:#ffffff;font-size:16px;line-height:50px;text-align:center;} #text_style_01_1541143048118 .view_contents:hover {font-family:Microsoft YaHei;color:#ffcc00;} @media screen and (max-width:640px) { #text_style_01_1541143048118>.view_contents {line-height:25px;font-size:14px;font-weight:bold;}}

 #text_style_01_1541143061988{width:12.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:74.58333333333333%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541143061988{width:12.5%;}}   @media screen and (max-width:640px) {#text_style_01_1541143061988{width:25%;font-size:12px;color:#333;line-height:1.6;top:25px;left:50%;display:none;}}  #text_style_01_1541143061988>.view_contents {color:#ffffff;font-size:16px;line-height:50px;text-align:center;} #text_style_01_1541143061988 .view_contents:hover {font-size:16px;font-family:Microsoft YaHei;color:#ffcc00;} @media screen and (max-width:640px) { #text_style_01_1541143061988>.view_contents {line-height:25px;font-size:14px;}}

 #text_style_01_1541143072204{width:12.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:87.5%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541143072204{width:12.5%;}}   @media screen and (max-width:640px) {#text_style_01_1541143072204{width:22.1875%;font-size:12px;color:#333;line-height:1.6;top:0px;left:77.8125%;}}  #text_style_01_1541143072204>.view_contents {color:#ffffff;font-size:16px;line-height:50px;text-align:center;} #text_style_01_1541143072204 .view_contents:hover {color:#ffcc00;font-family:Microsoft YaHei;font-size:16px;} @media screen and (max-width:640px) { #text_style_01_1541143072204>.view_contents {line-height:25px;font-size:14px;font-weight:bold;}}
 #div_a_includeBlock_1541142905303{width:60%;height:50px;position:absolute;left:40%;top:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541142905303{left:22%;width:75%;height:50px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541142905303{width:100%;height:38px;top:59px;left:0%;display:block;}} 


 #text_style_01_1541143699165{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:56px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541143699165{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1541143699165{width:100%;font-size:12px;color:#333;line-height:1.6;top:20px;left:0%;}}  #text_style_01_1541143699165>.view_contents {text-align:center;font-size:50px;color:#fddc18;line-height:65px;} @media screen and (max-width:640px) { #text_style_01_1541143699165>.view_contents {font-size:18px;line-height:20px;}}

 #text_style_01_1541143893047{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:121px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541143893047{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1541143893047{width:100%;font-size:12px;color:#333;line-height:1.6;top:40px;left:0%;}}  #text_style_01_1541143893047>.view_contents {text-align:center;font-size:16px;color:#fedd40;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541143893047>.view_contents {font-size:14px;line-height:20px;}}

 #text_style_01_1541143936105{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:166px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541143936105{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1541143936105{width:100%;font-size:12px;color:#333;line-height:1.6;top:70px;left:0%;}}  #text_style_01_1541143936105>.view_contents {text-align:center;font-size:30px;color:#ffffff;line-height:45px;} @media screen and (max-width:640px) { #text_style_01_1541143936105>.view_contents {line-height:20px;font-size:14px;}}

 #text_style_01_1541143974952{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:211px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541143974952{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1541143974952{width:100%;font-size:12px;color:#333;line-height:1.6;top:90px;left:0%;}}  #text_style_01_1541143974952>.view_contents {text-align:center;font-size:30px;color:#ffffff;line-height:45px;} @media screen and (max-width:640px) { #text_style_01_1541143974952>.view_contents {font-size:14px;line-height:20px;}}
 #div_a_includeBlock_1541143680327{width:100%;height:324px;position:absolute;left:0%;top:233px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541143680327{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541143680327{width:94%;height:131px;top:118px;left:2.998046875%;}}  #div_a_includeBlock_1541143680327  {background:rgba(0,0,0,0.5);}

 #image_style_01_1541144028572{width:40px;height:40px;position:absolute;left:48.333333333333336%;top:613px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144028572{left:47.87910922587486%;width:40px;display:block;top:580px;}}   @media screen and (max-width:640px) {#image_style_01_1541144028572{width:20px;height:20px;top:250px;left:calc(50% - 10px);display:block;}} #image_style_01_1541144028572 > .view_contents{overflow:visible;} 




 #text_style_01_1541144260143{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144260143{left:0%;width:100%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1541144260143{width:100%;font-size:12px;color:#333;line-height:1.6;top:30px;left:0%;}}  #text_style_01_1541144260143>.view_contents {font-size:18px;color:#333333;text-align:center;line-height:25px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1541144260143>.view_contents {line-height:20px;font-size:16px;}}

 #text_style_01_1541144277450{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144277450{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1541144277450{width:100%;font-size:12px;color:#333;line-height:1.6;top:70px;left:0%;}}  #text_style_01_1541144277450>.view_contents {font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541144277450>.view_contents {font-size:14px;line-height:20px;}}

 #text_style_01_1541144285777{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144285777{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1541144285777{width:100%;font-size:12px;color:#333;line-height:1.6;top:90px;left:0%;}}  #text_style_01_1541144285777>.view_contents {font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541144285777>.view_contents {font-size:14px;line-height:20px;}}
 #div_a_includeBlock_1541144202749{width:100%;height:210px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541144202749{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541144202749{width:100%;height:140px;top:60px;left:0%;}}  #div_a_includeBlock_1541144202749  {background:#ffffff;}

 #image_style_01_1541144402597{width:115px;height:115px;position:absolute;left:29.166666666666668%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144402597{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541144402597{width:80px;height:80px;top:0px;left:calc(50% - 40px);}} #image_style_01_1541144402597 > .view_contents{overflow:visible;}  #image_style_01_1541144402597 .picSet {border-radius:55px;border-color:#ffe301;border-style:solid;border-width:4px;}
 #div_a_includeBlock_1541144143814{width:22%;height:340px;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541144143814{left:3%;width:22%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541144143814{width:47%;height:200px;top:0px;left:0%;}}  #div_a_includeBlock_1541144143814  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}



 #text_style_01_1541144575262{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144575262{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1541144575262{width:96%;font-size:12px;color:#333;line-height:1.6;top:30px;left:2%;}}  #text_style_01_1541144575262>.view_contents {font-size:18px;color:#333333;text-align:center;line-height:25px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1541144575262>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541144575275{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144575275{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1541144575275{width:96%;font-size:12px;color:#333;line-height:1.6;top:70px;left:2%;}}  #text_style_01_1541144575275>.view_contents {font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541144575275>.view_contents {line-height:20px;font-size:14px;}}

 #text_style_01_1541144575284{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144575284{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1541144575284{width:96%;font-size:12px;color:#333;line-height:1.6;top:90px;left:2%;}}  #text_style_01_1541144575284>.view_contents {font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541144575284>.view_contents {font-size:14px;line-height:20px;}}
 #div_a_includeBlock_1541144575017{width:100%;height:210px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541144575017{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541144575017{width:100%;height:140px;top:60px;left:0%;}}  #div_a_includeBlock_1541144575017  {background:#ffffff;}

 #image_style_01_1541144575040{width:115px;height:115px;position:absolute;left:calc(50% - 55px);top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144575040{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541144575040{width:80px;height:80px;top:0px;left:calc(50% - 40px);}} #image_style_01_1541144575040 > .view_contents{overflow:visible;}  #image_style_01_1541144575040 .picSet {border-radius:55px;border-style:solid;border-width:4px;border-color:#ffe301;}
 #div_a_includeBlock_1541144574824{width:22%;height:340px;position:absolute;left:26%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541144574824{left:27%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541144574824{width:47%;height:200px;top:0%;left:53%;}}  #div_a_includeBlock_1541144574824  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}



 #text_style_01_1541144604295{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144604295{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1541144604295{width:96%;font-size:12px;color:#333;line-height:1.6;top:30px;left:2%;}}  #text_style_01_1541144604295>.view_contents {font-size:18px;color:#333333;text-align:center;line-height:25px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1541144604295>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541144604320{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144604320{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1541144604320{width:96%;font-size:12px;color:#333;line-height:1.6;top:70px;left:2%;}}  #text_style_01_1541144604320>.view_contents {font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541144604320>.view_contents {font-size:14px;line-height:20px;}}

 #text_style_01_1541144604331{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144604331{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1541144604331{width:96%;font-size:12px;color:#333;line-height:1.6;top:90px;left:2%;}}  #text_style_01_1541144604331>.view_contents {font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541144604331>.view_contents {font-size:14px;line-height:20px;}}
 #div_a_includeBlock_1541144603979{width:100%;height:210px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541144603979{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541144603979{width:100%;height:140px;top:60px;left:0%;}}  #div_a_includeBlock_1541144603979  {background:#ffffff;}

 #image_style_01_1541144604008{width:115px;height:115px;position:absolute;left:calc(50% - 55px);top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144604008{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541144604008{width:80px;height:80px;top:0px;left:calc(50% - 40px);}} #image_style_01_1541144604008 > .view_contents{overflow:visible;}  #image_style_01_1541144604008 .picSet {border-color:#ffe301;border-style:solid;border-width:4px;border-radius:55px;}
 #div_a_includeBlock_1541144603792{width:22%;height:340px;position:absolute;left:52%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541144603792{left:51%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541144603792{width:47%;height:200px;top:220px;left:0%;}}  #div_a_includeBlock_1541144603792  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}



 #text_style_01_1541144638651{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144638651{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1541144638651{width:96%;font-size:12px;color:#333;line-height:1.6;top:30px;left:2%;}}  #text_style_01_1541144638651>.view_contents {font-size:18px;color:#333333;text-align:center;line-height:25px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1541144638651>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541144638671{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144638671{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1541144638671{width:96%;font-size:12px;color:#333;line-height:1.6;top:70px;left:2%;}}  #text_style_01_1541144638671>.view_contents {font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541144638671>.view_contents {line-height:20px;font-size:14px;}}

 #text_style_01_1541144638684{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541144638684{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1541144638684{width:96%;font-size:12px;color:#333;line-height:1.6;top:90px;left:2%;}}  #text_style_01_1541144638684>.view_contents {font-size:16px;color:#333333;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541144638684>.view_contents {font-size:14px;line-height:20px;}}
 #div_a_includeBlock_1541144638334{width:100%;height:210px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541144638334{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541144638334{width:100%;height:140px;top:60px;left:0%;}}  #div_a_includeBlock_1541144638334  {background:#ffffff;}

 #image_style_01_1541144638351{width:115px;height:115px;position:absolute;left:calc(50% - 55px);top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144638351{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541144638351{width:80px;height:80px;top:0px;left:calc(50% - 40px);}} #image_style_01_1541144638351 > .view_contents{overflow:visible;}  #image_style_01_1541144638351 .picSet {border-color:#ffe301;border-style:solid;border-width:4px;border-radius:55px;}
 #div_a_includeBlock_1541144637996{width:22%;height:340px;position:absolute;left:78%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541144637996{left:75%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541144637996{width:47%;height:200px;top:220px;left:53%;}}  #div_a_includeBlock_1541144637996  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}
 #div_a_includeBlock_1541144106705{width:100%;height:340px;position:absolute;left:0%;top:770px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541144106705{left:0%;width:100%;top:646px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541144106705{width:94%;height:420px;top:320px;left:3%;}} #div_a_includeBlock_1541144106705 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1541142816916{width:1200px;height:1110px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541142816916{width:100%;height:986px;left:0%;top:0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541142816916{width:100%;height:740px;top:0px;left:0%;}} #div_a_includeBlock_1541142816916 > .view_contents{overflow:visible;}  #comm_layout_header{height:1110px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:986px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:740px;}} #comm_layout_header > .view_contents{overflow:visible;} 
 #layout_1541236538494{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541236538494{}}   @media screen and (max-width:640px) {#layout_1541236538494{height:20px;}} #layout_1541236538494 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsDetail_style_01_1506318095542{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsDetail_style_01_1506318095542{width:94%;left:3%;}}   @media screen and (max-width:640px) {#newsDetail_style_01_1506318095542{width:94%;top:0px;left:3%;}}  @media screen and (max-width:640px) { #newsDetail_style_01_1506318095542 .titleSet {font-size:20px;}} #layout_diy_1484042021{height:375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1484042021{height:375px;}}   @media screen and (max-width:640px) {#layout_diy_1484042021{height:370px;}} #layout_diy_1484042021 > .view_contents{max-width:1200px;} 
 #layout_1506318122695{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1506318122695{}}   @media screen and (max-width:640px) {#layout_1506318122695{height:20px;}} #layout_1506318122695 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1541214997556{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541214997556{}}   @media screen and (max-width:640px) {#text_style_01_1541214997556{width:94%;font-size:12px;color:#333;line-height:1.6;top:0px;left:3%;}}  #text_style_01_1541214997556>.view_contents {color:#ffffff;font-size:14px;line-height:50px;text-align:center;} #comm_layout_footer{height:50px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:50px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:50px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#121722;}

/* 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_1541142631592 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/20190613161242975.jpg') center top no-repeat;}
                #banner_style_01_1541142631592 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1541142631592 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1541142631592 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1541142631592 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1541142862450 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541142862450 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1541142862450 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1541142862450 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_1541144028572 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144028572 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1541144028572 .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_1541144402597 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144402597 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1541144402597 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1541144402597 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_1541144575040 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144575040 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1541144575040 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1541144575040 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_1541144604008 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144604008 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1541144604008 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1541144604008 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_1541144638351 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541144638351 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1541144638351 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1541144638351 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;}
/*新闻详情样式*/

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.LNewsCon .xinxi{white-space: nowrap;}
.newsText .dv-pagination .dv-link{float:left; display:inline-block; padding:0 .5em; margin:0 .25em; border:1px solid #ccc;}
.newsText .dv-pagination .dv-link.current{font-weight:bold}
.backNews,.nextNews{box-sizing:border-box;}

@media screen and (max-width:640px) {
.backNews{width:44% !important;padding-left:5% !important;}
.nextNews{width:44% !important;padding-right:5% !important;}
.LNewsCon img{max-width:100%!important;height:auto!important;}
}
.LNewsCon { width: 100%; float: left; overflow: hidden;}
.LNewsCon img{max-width: 100%;}
.LNewsCon .newsBigTit { font-size: 36px; color: #333; margin-bottom: 20px; text-align: center;}
.LNewsCon .smallC { text-align: center;}
.LNewsCon .smallC font { text-align: center; color: #999; padding: 0 15px;}
.LNewsCon .abstract { width: 100%; position: relative; border: 1px solid #e1e1e7; margin: 30px auto; overflow: hidden; box-sizing:border-box; padding: 18px; border-left: 4px solid #e1e1e7;}
.LNewsCon .newsMoreA { width: 90%; height: 50px; margin: 30px auto; border: 1px solid #efefef; box-sizing:border-box;}
.LNewsCon .newsText{padding: 10px; height: auto !important; box-sizing: border-box;}
.LNewsCon .songti { font-family: Verdana, Tahoma, 宋体; font-size: 12px;}
.backNews { text-align: left; height: 50px; line-height: 50px; padding-left: 20px; width: 45%; float: left; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}
.newsMoreA a { font-size: 12px; color: #999;}
.nextNews { text-align: right; height: 50px; line-height: 50px; padding-right: 20px; width: 45%; float: right; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}
