
/**
    *编辑器         \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_1541144812256{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541144812256{}}   @media screen and (max-width:640px) {#layout_1541144812256{height:20px;}} #layout_1541144812256 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1541145528488{width:500px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50px;top:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541145528488{left:5.991790254237288%;width:88%;top:77px;}}   @media screen and (max-width:640px) {#text_style_01_1541145528488{width:94%;font-size:12px;color:#333;line-height:1.6;top:20px;left:3%;}}  #text_style_01_1541145528488>.view_contents {color:#ffffff;font-size:30px;line-height:40px;} @media screen and (max-width:640px) { #text_style_01_1541145528488>.view_contents {font-size:18px;line-height:20px;}}

 #text_style_01_1541145622356{width:70.2247191011236%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.02247191011236%;top:140px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541145622356{width:88%;left:5.991790254237288%;top:117px;}}   @media screen and (max-width:640px) {#text_style_01_1541145622356{width:94%;font-size:12px;color:#333;line-height:1.6;top:40px;left:3%;}}  #text_style_01_1541145622356>.view_contents {color:#b3b3b3;font-size:12px;line-height:20px;}

 #text_style_01_1541145635910{width:500px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50px;top:220px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541145635910{width:88%;left:5.991790254237288%;top:197px;}}   @media screen and (max-width:640px) {#text_style_01_1541145635910{width:94%;font-size:12px;color:#333;line-height:1.6;top:80px;left:3%;}}  #text_style_01_1541145635910>.view_contents {color:#ffffff;font-size:14px;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541145635910>.view_contents {line-height:20px;}}

 #div_blank_1541145730562{width:50px;height:2px;position:absolute;left:50px;top:170px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541145730562{left:5.991790254237288%;width:50px;height:2px;top:147px;}}   @media screen and (max-width:640px) {#div_blank_1541145730562{width:50px;height:2px;top:65px;left:3%;}} #div_blank_1541145730562 > .view_contents{overflow:visible;}  #div_blank_1541145730562  {box-sizing:border-box;background:#ffe301;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541145730562  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541145730562  {box-sizing:border-box;}}
 #div_a_includeBlock_1541145391352{width:50%;height:100%;position:absolute;top:0%;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541145391352{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541145391352{width:94%;height:360px;top:20px;left:3%;}}  #div_a_includeBlock_1541145391352  {background:#1d2331;} #layout_1541144820011{height:553px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541144820011{height:530px;}}   @media screen and (max-width:640px) {#layout_1541144820011{height:380px;}} #layout_1541144820011 > .view_contents{overflow:visible;}  #layout_1541144820011  {background: url(../img/upimages/pkgimg/500499825_banner.jpg);background-repeat:repeat-x!important;background-size:contain;}
 #layout_1541146023092{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541146023092{}}   @media screen and (max-width:640px) {#layout_1541146023092{height:20px;}} #layout_1541146023092 > .view_contents{overflow:visible;max-width:1200px;} 



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

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

 #div_blank_1541146188433{width:20%;height:2px;position:absolute;left:40%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541146188433{left:calc(50% - 25px);width:50px;}}   @media screen and (max-width:640px) {#div_blank_1541146188433{width:50px;height:2px;top:45px;left:calc(50% - 25px);}} #div_blank_1541146188433 > .view_contents{overflow:visible;}  #div_blank_1541146188433  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541146188433  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541146188433  {box-sizing:border-box;}}
 #div_a_includeBlock_1541146050394{width:20%;height:70px;position:absolute;top:0%;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541146050394{height:70px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541146050394{width:100%;height:50px;top:0px;left:0%;}}  #layout_diy_1541136994{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1541136994{height:70px;}}   @media screen and (max-width:640px) {#layout_diy_1541136994{height:50px;}} 
 #layout_1541146253135{height:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541146253135{}}   @media screen and (max-width:640px) {#layout_1541146253135{height:20px;}} #layout_1541146253135 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1541146274554{width:60%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0%;left:20%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541146274554{width:80%;left:10%;}}   @media screen and (max-width:640px) {#text_style_01_1541146274554{width:94%;font-size:12px;color:#333;line-height:1.6;top:0px;left:3%;}}  #text_style_01_1541146274554>.view_contents {font-size:14px;color:#666666;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541146274554>.view_contents {line-height:20px;}} #layout_1541146266982{height:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541146266982{height:75px;}}   @media screen and (max-width:640px) {#layout_1541146266982{height:160px;}} #layout_1541146266982 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1541146336589{height:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541146336589{}}   @media screen and (max-width:640px) {#layout_1541146336589{height:20px;}} #layout_1541146336589 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1541146361635{width:305px;height:305px;position:absolute;top:30px;left:calc(50% - 152.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541146361635{}}   @media screen and (max-width:640px) {#image_style_01_1541146361635{width:200px;height:200px;top:30px;left:calc(50% - 100px);}} #image_style_01_1541146361635 > .view_contents{overflow:visible;} 

 #text_style_01_1541147755997{width:15%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0px;left:42.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541147755997{}}   @media screen and (max-width:640px) {#text_style_01_1541147755997{width:20%;font-size:12px;color:#333;line-height:1.6;top:10px;left:40%;}}  #text_style_01_1541147755997>.view_contents {color:#242b3d;line-height:30px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1541147755997>.view_contents {line-height:20px;}}

 #text_style_01_1541147800417{width:12.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:70px;left:27.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541147800417{width:153px;left:21.724217921527043%;top:70px;}}   @media screen and (max-width:640px) {#text_style_01_1541147800417{width:29.47368421052631%;font-size:12px;color:#333;line-height:1.6;top:55px;left:1.5%;}}  #text_style_01_1541147800417>.view_contents {color:#242b3d;line-height:30px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1541147800417>.view_contents {line-height:20px;}}

 #text_style_01_1541147808131{width:5.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:167.5px;left:31.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541147808131{width:67px;left:26.700026511134677%;top:167.5px;}}   @media screen and (max-width:640px) {#text_style_01_1541147808131{width:17.36842105263158%;font-size:12px;color:#333;line-height:1.6;top:120px;left:7.549342105263158%;}}  #text_style_01_1541147808131>.view_contents {color:#242b3d;line-height:30px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1541147808131>.view_contents {line-height:20px;}}

 #text_style_01_1541147815757{width:5.916666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:265px;left:34.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541147815757{width:72px;left:29.51186373276776%;top:265px;}}   @media screen and (max-width:640px) {#text_style_01_1541147815757{width:16.57894736842105%;font-size:12px;color:#333;line-height:1.6;top:186px;left:14.391447368421053%;}}  #text_style_01_1541147815757>.view_contents {color:#242b3d;line-height:30px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1541147815757>.view_contents {line-height:20px;}}

 #text_style_01_1541147823293{width:15%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:335px;left:42.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541147823293{}}   @media screen and (max-width:640px) {#text_style_01_1541147823293{width:20%;font-size:12px;color:#333;line-height:1.6;top:230px;left:40%;}}  #text_style_01_1541147823293>.view_contents {color:#242b3d;line-height:30px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1541147823293>.view_contents {line-height:20px;}}

 #text_style_01_1541147830631{width:6.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:265px;left:59.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541147830631{width:76px;top:265px;left:62.34424708377519%;}}   @media screen and (max-width:640px) {#text_style_01_1541147830631{width:14.473684210526317%;font-size:12px;color:#333;line-height:1.6;top:186px;left:70.78947368421052%;}}  #text_style_01_1541147830631>.view_contents {color:#242b3d;line-height:30px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1541147830631>.view_contents {line-height:20px;}}

 #text_style_01_1541147837971{width:3.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:167.5px;left:62.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541147837971{width:41px;top:167.5px;left:66.3109756097561%;}}   @media screen and (max-width:640px) {#text_style_01_1541147837971{width:10.263157894736842%;font-size:12px;color:#333;line-height:1.6;top:120px;left:76.31578947368422%;}}  #text_style_01_1541147837971>.view_contents {color:#242b3d;line-height:30px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1541147837971>.view_contents {line-height:20px;}}

 #text_style_01_1541147849792{width:3.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:70px;left:59.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541147849792{width:47px;top:70px;left:62.34424708377519%;}}   @media screen and (max-width:640px) {#text_style_01_1541147849792{width:8.947368421052632%;font-size:12px;color:#333;line-height:1.6;top:55px;left:69.21052631578948%;}}  #text_style_01_1541147849792>.view_contents {color:#242b3d;line-height:30px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1541147849792>.view_contents {line-height:20px;}}

 #text_style_01_1541147866040{width:15%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:165px;left:42.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541147866040{}}   @media screen and (max-width:640px) {#text_style_01_1541147866040{width:25.526315789473685%;font-size:12px;color:#333;line-height:1.6;top:120px;left:37.23684210526316%;}}  #text_style_01_1541147866040>.view_contents {color:#242b3d;line-height:35px;text-align:center;font-size:28px;} @media screen and (max-width:640px) { #text_style_01_1541147866040>.view_contents {font-size:18px;line-height:20px;}} #layout_1541146351082{height:365px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541146351082{height:365px;}}   @media screen and (max-width:640px) {#layout_1541146351082{height:260px;}} #layout_1541146351082 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1541148243131{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541148243131{}}   @media screen and (max-width:640px) {#layout_1541148243131{height:20px;}} #layout_1541148243131 > .view_contents{overflow:visible;max-width:1200px;} 



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

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

 #div_blank_1543228541707{width:20%;height:2px;position:absolute;left:40%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543228541707{left:calc(50% - 25px);width:50px;}}   @media screen and (max-width:640px) {#div_blank_1543228541707{width:50px;height:2px;top:45px;left:calc(50% - 25px);}} #div_blank_1543228541707 > .view_contents{overflow:visible;}  #div_blank_1543228541707  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543228541707  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543228541707  {box-sizing:border-box;}}
 #div_a_includeBlock_1543228541375{width:20%;height:70px;position:absolute;top:50px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1543228541375{height:70px;left:40%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1543228541375{width:100%;height:50px;top:20px;left:0%;}} 

 #image_style_01_1543228541390{width:35%;height:285px;position:absolute;top:235px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543228541390{left:3%;width:45%;}}   @media screen and (max-width:640px) {#image_style_01_1543228541390{width:94%;height:300px;top:90px;left:3%;}} #image_style_01_1543228541390 > .view_contents{overflow:visible;}  #image_style_01_1543228541390 .picSet {border-style:solid;border-width:10px;border-color:#ffffff;}


 #text_style_01_1543228541764{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543228541764{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1543228541764{width:100%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1543228541764>.view_contents {color:#ffffff;font-size:18px;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1543228541764>.view_contents {line-height:25px;}}

 #text_style_01_1543228541766{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543228541766{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1543228541766{width:100%;font-size:12px;color:#333;line-height:1.6;top:35px;left:0%;}}  #text_style_01_1543228541766>.view_contents {color:#ffffff;font-size:14px;line-height:25px;}

 #text_style_01_1543228541770{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:184px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543228541770{left:0%;top:210px;}}   @media screen and (max-width:640px) {#text_style_01_1543228541770{width:100%;font-size:12px;color:#333;line-height:1.6;top:235px;left:0%;}}  #text_style_01_1543228541770>.view_contents {color:#ffffff;font-size:14px;line-height:25px;}
 #div_a_includeBlock_1543228541393{width:60%;height:336px;position:absolute;top:206px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1543228541393{height:463px;width:46.34146341463415%;left:51.25762195121951%;top:200px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1543228541393{width:94%;height:535px;top:410px;left:3%;}}  #layout_1543228541374{height:680px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543228541374{}}   @media screen and (max-width:640px) {#layout_1543228541374{height:945px;}} #layout_1543228541374 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1543228541374  {background: url(../img/upimages/pkgimg/20181102174235464.jpg);background-repeat:no-repeat!important;background-size:cover;}




 #text_style_01_1541148632093{width:500px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50px;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541148632093{width:88%;left:6%;}}   @media screen and (max-width:640px) {#text_style_01_1541148632093{width:94%;font-size:12px;color:#333;line-height:1.6;top:0px;left:3%;}}  #text_style_01_1541148632093>.view_contents {color:#ffffff;font-size:30px;line-height:40px;} @media screen and (max-width:640px) { #text_style_01_1541148632093>.view_contents {font-size:18px;line-height:20px;}}

 #text_style_01_1541148648816{width:500px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:calc(50% - 250px);top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541148648816{width:88%;left:6%;}}   @media screen and (max-width:640px) {#text_style_01_1541148648816{width:94%;font-size:12px;color:#333;line-height:1.6;top:20px;left:3%;}}  #text_style_01_1541148648816>.view_contents {color:#b3b3b3;font-size:12px;line-height:20px;}

 #text_style_01_1541148661826{width:500px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50px;top:90px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541148661826{width:88%;left:6%;}}   @media screen and (max-width:640px) {#text_style_01_1541148661826{width:94%;font-size:12px;color:#333;line-height:1.6;top:55px;left:3%;}}  #text_style_01_1541148661826>.view_contents {color:#ffffff;font-size:14px;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541148661826>.view_contents {line-height:20px;}}

 #div_blank_1541148676079{width:50px;height:2px;position:absolute;left:50px;top:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541148676079{width:50px;height:2px;left:6%;}}   @media screen and (max-width:640px) {#div_blank_1541148676079{width:50px;height:2px;top:45px;left:3%;}} #div_blank_1541148676079 > .view_contents{overflow:visible;}  #div_blank_1541148676079  {box-sizing:border-box;background:#ffe301;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541148676079  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541148676079  {box-sizing:border-box;}}
 #div_a_includeBlock_1541148585381{width:600px;height:200px;position:absolute;left:37.04092339979014%;top:114px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541148585381{left:0%;width:100%;height:220px;top:40px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541148585381{width:100%;height:175px;left:0%;top:20px;}} 
 #div_a_includeBlock_1541148499235{width:50.07882291119286%;height:100%;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541148499235{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541148499235{width:94%;height:215px;top:20px;left:3%;}}  #div_a_includeBlock_1541148499235  {background:#242b3d;} #layout_1541148297723{height:443px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541148297723{display:none;}}   @media screen and (max-width:640px) {#layout_1541148297723{height:255px;display:none;}} #layout_1541148297723 > .view_contents{overflow:visible;}  #layout_1541148297723  {background: url(../img/upimages/pkgimg/500474805_bannerssss.jpg);background-repeat:no-repeat!important;background-size:contain;background-position:50% 50% !important;}




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

 #text_style_01_1541149177319{width:90%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541149177319{width:94%;left:3%;}}   @media screen and (max-width:640px) {#text_style_01_1541149177319{width:94%;font-size:12px;color:#333;line-height:1.6;top:70px;left:3%;}}  #text_style_01_1541149177319>.view_contents {font-size:14px;color:#333333;text-align:left;line-height:20px;}
 #div_a_includeBlock_1541149177087{width:100%;height:400px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541149177087{left:0%;width:100%;height:400px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541149177087{width:100%;height:230px;top:80px;left:0%;}}  #div_a_includeBlock_1541149177087  {background:#ffffff;}

 #image_style_01_1541149177117{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541149177117{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541149177117{width:110px;height:110px;top:0px;left:calc(50% - 55px);}} #image_style_01_1541149177117 > .view_contents{overflow:visible;}  #image_style_01_1541149177117 .picSet {border-color:#ffe301;border-style:solid;border-width:4px;border-radius:55px;}
 #div_a_includeBlock_1541149176696{width:32%;height:530px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541149176696{width:30%;left:3%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541149176696{width:94%;height:310px;top:20px;left:3%;}}  #div_a_includeBlock_1541149176696  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}



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

 #text_style_01_1541149197598{width:90%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541149197598{width:94%;left:3%;}}   @media screen and (max-width:640px) {#text_style_01_1541149197598{width:94%;font-size:12px;color:#333;line-height:1.6;top:70px;left:3%;}}  #text_style_01_1541149197598>.view_contents {font-size:14px;color:#333333;text-align:left;line-height:20px;}
 #div_a_includeBlock_1541149197074{width:100%;height:400px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541149197074{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541149197074{width:100%;height:290px;top:80px;left:0%;}}  #div_a_includeBlock_1541149197074  {background:#ffffff;}

 #image_style_01_1541149197089{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541149197089{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541149197089{width:110px;height:110px;top:0px;left:calc(50% - 55px);}} #image_style_01_1541149197089 > .view_contents{overflow:visible;}  #image_style_01_1541149197089 .picSet {border-color:#ffe301;border-style:solid;border-width:4px;border-radius:55px;}
 #div_a_includeBlock_1541149196650{width:32%;height:530px;position:absolute;left:34%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541149196650{width:30%;left:34.994697773064686%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541149196650{width:94%;height:370px;top:350px;left:3%;}}  #div_a_includeBlock_1541149196650  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}



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

 #text_style_01_1541149211152{width:90%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541149211152{width:94%;left:3%;}}   @media screen and (max-width:640px) {#text_style_01_1541149211152{width:94%;font-size:12px;color:#333;line-height:1.6;top:70px;left:3%;}}  #text_style_01_1541149211152>.view_contents {font-size:14px;color:#333333;text-align:left;line-height:20px;}
 #div_a_includeBlock_1541149210578{width:100%;height:400px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541149210578{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541149210578{width:100%;height:290px;top:80px;left:0%;}}  #div_a_includeBlock_1541149210578  {background:#ffffff;}

 #image_style_01_1541149210609{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541149210609{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541149210609{width:110px;height:110px;top:0px;left:calc(50% - 55px);}} #image_style_01_1541149210609 > .view_contents{overflow:visible;}  #image_style_01_1541149210609 .picSet {border-color:#ffe301;border-style:solid;border-width:4px;border-radius:55px;}
 #div_a_includeBlock_1541149210151{width:32%;height:530px;position:absolute;left:68%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541149210151{width:30%;left:67%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541149210151{width:94%;height:370px;top:740px;left:3%;}}  #div_a_includeBlock_1541149210151  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;} #layout_1541149031204{height:630px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541149031204{display:none;height:3580px;}}   @media screen and (max-width:640px) {#layout_1541149031204{height:1130px;display:none;}} #layout_1541149031204 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541149031204  {background: url(../img/upimages/pkgimg/20181102165854503.png);background-repeat:no-repeat!important;background-size:cover;}
 #layout_1541149561680{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541149561680{}}   @media screen and (max-width:640px) {#layout_1541149561680{height:20px;}} #layout_1541149561680 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541149561680  {background:#f2f2f3;}



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

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

 #div_blank_1541151425942{width:20%;height:2px;position:absolute;left:40%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541151425942{left:calc(50% - 25px);width:50px;}}   @media screen and (max-width:640px) {#div_blank_1541151425942{width:50px;height:2px;top:45px;left:calc(50% - 25px);}} #div_blank_1541151425942 > .view_contents{overflow:visible;}  #div_blank_1541151425942  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541151425942  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541151425942  {box-sizing:border-box;}}
 #div_a_includeBlock_1541151425197{width:20%;height:70px;position:absolute;top:0px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151425197{height:70px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151425197{width:100%;height:50px;top:0px;left:0%;}}  #layout_1541150192951{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541150192951{height:70px;}}   @media screen and (max-width:640px) {#layout_1541150192951{height:50px;}} #layout_1541150192951 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541150192951  {background:#f2f2f3;}
 #layout_1541150199351{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541150199351{}}   @media screen and (max-width:640px) {#layout_1541150199351{height:20px;}} #layout_1541150199351 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541150199351  {background:#f2f2f3;}




 #image_style_01_1541150272346{width:150px;height:150px;position:absolute;left:calc(50% - 75px);top:90px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541150272346{left:calc(50% - 75px);width:150px;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1541150272346{width:100px;height:100px;top:50px;left:calc(50% - 50px);}} #image_style_01_1541150272346 > .view_contents{overflow:visible;}  #image_style_01_1541150272346 .picSet {background:#f6f6f6;border-radius:75px;}
 #div_a_includeBlock_1541149707799{width:100%;height:355px;position:absolute;left:0%;top:0px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541149707799{left:0%;width:100%;height:275px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541149707799{width:100%;height:230px;top:0px;left:0%;}}  #div_a_includeBlock_1541149707799  {background: url(../img/upimages/pkgimg/20181102171547383.png);background-repeat:no-repeat!important;background-size:cover;}

 #text_style_01_1541150358953{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:380px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541150358953{left:0%;width:100%;top:300px;}}   @media screen and (max-width:640px) {#text_style_01_1541150358953{width:94%;font-size:12px;color:#333;line-height:1.6;top:250px;left:3%;}}  #text_style_01_1541150358953>.view_contents {color:#666666;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541150358953>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541150411747{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:405px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541150411747{width:100%;left:0%;top:325px;}}   @media screen and (max-width:640px) {#text_style_01_1541150411747{width:94%;font-size:12px;color:#333;line-height:1.6;top:270px;left:3%;}}  #text_style_01_1541150411747>.view_contents {color:#666666;text-align:center;line-height:25px;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541150411747>.view_contents {line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1541150411747>.view_contents {line-height:20px;}}


 #image_style_01_1541150789347{width:150px;height:150px;position:absolute;left:calc(50% - 75px);top:110px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541150789347{left:calc(50% - 75px);width:150px;display:block;top:80px;}}   @media screen and (max-width:640px) {#image_style_01_1541150789347{width:100px;height:100px;top:70px;left:calc(50% - 50px);display:block;}} #image_style_01_1541150789347 > .view_contents{overflow:visible;}  #image_style_01_1541150789347 .picSet {background:#ffffff;border-radius:75px;}

 #text_style_01_1541150831773{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:320px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541150831773{top:240px;}}   @media screen and (max-width:640px) {#text_style_01_1541150831773{width:94%;font-size:12px;color:#333;line-height:1.6;top:190px;left:3%;}}  #text_style_01_1541150831773>.view_contents {color:#000000;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541150831773>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541150852848{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:345px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541150852848{top:265px;}}   @media screen and (max-width:640px) {#text_style_01_1541150852848{width:94%;font-size:12px;color:#333;line-height:1.6;top:210px;left:3%;}}  #text_style_01_1541150852848>.view_contents {color:#000000;text-align:center;line-height:25px;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541150852848>.view_contents {line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1541150852848>.view_contents {line-height:20px;}}
 #div_a_includeBlock_1541150629334{width:100%;height:500px;position:absolute;left:0%;top:0px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541150629334{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541150629334{width:100%;height:100%;top:0px;left:0%;display:none;}} #div_a_includeBlock_1541150629334 > .view_contents{overflow:visible;}  #div_a_includeBlock_1541150629334  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}
 #div_a_includeBlock_1541149655910{width:22%;height:500px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541149655910{width:22%;height:380px;left:3%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541149655910{width:45%;height:320px;top:0px;left:3%;}} #div_a_includeBlock_1541149655910 > .view_contents{overflow:visible;} 



 #image_style_01_1541151078687{width:150px;height:150px;position:absolute;left:calc(50% - 75px);top:90px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541151078687{left:calc(50% - 75px);width:150px;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1541151078687{width:100px;height:100px;top:50px;left:calc(50% - 50px);}} #image_style_01_1541151078687 > .view_contents{overflow:visible;}  #image_style_01_1541151078687 .picSet {background:#f6f6f6;border-radius:75px;}
 #div_a_includeBlock_1541151078019{width:100%;height:355px;position:absolute;left:0%;top:0px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151078019{left:0%;width:100%;height:275px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151078019{width:100%;height:230px;top:0px;left:0%;}}  #div_a_includeBlock_1541151078019  {background: url(../img/upimages/pkgimg/20181102171547383.png);background-repeat:no-repeat!important;background-size:cover;}

 #text_style_01_1541151078028{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:380px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151078028{left:0%;width:100%;top:300px;}}   @media screen and (max-width:640px) {#text_style_01_1541151078028{width:94%;font-size:12px;color:#333;line-height:1.6;top:250px;left:3%;}}  #text_style_01_1541151078028>.view_contents {color:#666666;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541151078028>.view_contents {line-height:20px;font-size:16px;}}

 #text_style_01_1541151078036{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:405px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151078036{width:100%;left:0%;top:325px;}}   @media screen and (max-width:640px) {#text_style_01_1541151078036{width:94%;font-size:12px;color:#333;line-height:1.6;top:270px;left:3%;}}  #text_style_01_1541151078036>.view_contents {color:#666666;text-align:center;line-height:25px;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541151078036>.view_contents {line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1541151078036>.view_contents {line-height:20px;}}


 #image_style_01_1541151078907{width:150px;height:150px;position:absolute;left:calc(50% - 75px);top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541151078907{left:calc(50% - 75px);width:150px;top:80px;}}   @media screen and (max-width:640px) {#image_style_01_1541151078907{width:100px;height:100px;top:70px;left:calc(50% - 50px);}} #image_style_01_1541151078907 > .view_contents{overflow:visible;}  #image_style_01_1541151078907 .picSet {background:#ffffff;border-radius:75px;}

 #text_style_01_1541151078940{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:320px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151078940{top:240px;}}   @media screen and (max-width:640px) {#text_style_01_1541151078940{width:94%;font-size:12px;color:#333;line-height:1.6;top:190px;left:3%;}}  #text_style_01_1541151078940>.view_contents {color:#000000;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541151078940>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541151078955{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:345px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151078955{top:265px;}}   @media screen and (max-width:640px) {#text_style_01_1541151078955{width:94%;font-size:12px;color:#333;line-height:1.6;top:210px;left:3%;}}  #text_style_01_1541151078955>.view_contents {color:#000000;text-align:center;line-height:25px;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541151078955>.view_contents {line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1541151078955>.view_contents {line-height:20px;}}
 #div_a_includeBlock_1541151078055{width:100%;height:500px;position:absolute;left:0%;top:0px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151078055{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151078055{width:100%;height:100%;top:0%;left:0%;display:none;}} #div_a_includeBlock_1541151078055 > .view_contents{overflow:visible;}  #div_a_includeBlock_1541151078055  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}
 #div_a_includeBlock_1541151077833{width:22%;height:500px;position:absolute;top:0%;left:26%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151077833{left:27%;height:380px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151077833{width:45%;height:320px;top:0%;left:52%;}} #div_a_includeBlock_1541151077833 > .view_contents{overflow:visible;} 



 #image_style_01_1541151118793{width:150px;height:150px;position:absolute;left:calc(50% - 75px);top:90px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541151118793{left:calc(50% - 75px);width:150px;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1541151118793{width:100px;height:100px;top:50px;left:calc(50% - 50px);}} #image_style_01_1541151118793 > .view_contents{overflow:visible;}  #image_style_01_1541151118793 .picSet {border-radius:75px;background:#f6f6f6;}
 #div_a_includeBlock_1541151117501{width:100%;height:355px;position:absolute;left:0%;top:0px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151117501{left:0%;width:100%;height:275px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151117501{width:100%;height:230px;top:0px;left:0%;}}  #div_a_includeBlock_1541151117501  {background: url(../img/upimages/pkgimg/20181102171547383.png);background-repeat:no-repeat!important;background-size:cover;}

 #text_style_01_1541151117541{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:380px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151117541{left:0%;width:100%;top:300px;}}   @media screen and (max-width:640px) {#text_style_01_1541151117541{width:94%;font-size:12px;color:#333;line-height:1.6;top:250px;left:3%;}}  #text_style_01_1541151117541>.view_contents {color:#666666;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541151117541>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541151117550{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:405px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151117550{width:94%;left:3%;top:325px;}}   @media screen and (max-width:640px) {#text_style_01_1541151117550{width:94%;font-size:12px;color:#333;line-height:1.6;top:270px;left:3%;}}  #text_style_01_1541151117550>.view_contents {color:#666666;text-align:center;line-height:25px;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541151117550>.view_contents {line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1541151117550>.view_contents {line-height:20px;}}


 #image_style_01_1541151118960{width:150px;height:150px;position:absolute;left:calc(50% - 75px);top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541151118960{left:calc(50% - 75px);width:150px;top:80px;}}   @media screen and (max-width:640px) {#image_style_01_1541151118960{width:100px;height:100px;top:70px;left:calc(50% - 50px);}} #image_style_01_1541151118960 > .view_contents{overflow:visible;}  #image_style_01_1541151118960 .picSet {border-radius:75px;background:#ffffff;}

 #text_style_01_1541151118968{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:320px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151118968{top:240px;}}   @media screen and (max-width:640px) {#text_style_01_1541151118968{width:94%;font-size:12px;color:#333;line-height:1.6;top:190px;left:3%;}}  #text_style_01_1541151118968>.view_contents {color:#000000;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541151118968>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541151118981{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:345px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151118981{width:94%;left:3%;top:265px;}}   @media screen and (max-width:640px) {#text_style_01_1541151118981{width:94%;font-size:12px;color:#333;line-height:1.6;top:210px;left:3%;}}  #text_style_01_1541151118981>.view_contents {color:#000000;text-align:center;line-height:25px;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541151118981>.view_contents {line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1541151118981>.view_contents {line-height:20px;}}
 #div_a_includeBlock_1541151117564{width:100%;height:500px;position:absolute;left:0%;top:0px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151117564{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151117564{width:100%;height:100%;top:0%;display:none;}} #div_a_includeBlock_1541151117564 > .view_contents{overflow:visible;}  #div_a_includeBlock_1541151117564  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}
 #div_a_includeBlock_1541151116862{width:22%;height:500px;position:absolute;top:0%;left:52%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151116862{left:51%;height:380px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151116862{width:45%;height:320px;top:340px;left:3%;}} #div_a_includeBlock_1541151116862 > .view_contents{overflow:visible;} 



 #image_style_01_1541151137192{width:150px;height:150px;position:absolute;left:calc(50% - 75px);top:90px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541151137192{left:calc(50% - 75px);width:150px;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1541151137192{width:100px;height:100px;top:50px;left:calc(50% - 50px);}} #image_style_01_1541151137192 > .view_contents{overflow:visible;}  #image_style_01_1541151137192 .picSet {background:#f6f6f6;border-radius:75px;}
 #div_a_includeBlock_1541151136415{width:100%;height:355px;position:absolute;left:0%;top:0px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151136415{left:0%;width:100%;height:275px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151136415{width:100%;height:230px;top:0px;left:0%;}}  #div_a_includeBlock_1541151136415  {background: url(../img/upimages/pkgimg/20181102171547383.png);background-repeat:no-repeat!important;background-size:cover;}

 #text_style_01_1541151136425{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:380px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151136425{left:0%;width:100%;top:300px;}}   @media screen and (max-width:640px) {#text_style_01_1541151136425{width:94%;font-size:12px;color:#333;line-height:1.6;top:250px;left:3%;}}  #text_style_01_1541151136425>.view_contents {color:#666666;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541151136425>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541151136431{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:405px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151136431{width:100%;left:0%;top:325px;}}   @media screen and (max-width:640px) {#text_style_01_1541151136431{width:94%;font-size:12px;color:#333;line-height:1.6;top:270px;left:3%;}}  #text_style_01_1541151136431>.view_contents {color:#666666;text-align:center;line-height:25px;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541151136431>.view_contents {line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1541151136431>.view_contents {line-height:20px;}}


 #image_style_01_1541151137398{width:150px;height:150px;position:absolute;left:calc(50% - 75px);top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541151137398{left:calc(50% - 75px);width:150px;height:150px;top:80px;}}   @media screen and (max-width:640px) {#image_style_01_1541151137398{width:100px;height:100px;top:70px;left:calc(50% - 50px);}} #image_style_01_1541151137398 > .view_contents{overflow:visible;}  #image_style_01_1541151137398 .picSet {background:#ffffff;border-radius:75px;}

 #text_style_01_1541151137405{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:320px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151137405{top:240px;}}   @media screen and (max-width:640px) {#text_style_01_1541151137405{width:94%;font-size:12px;color:#333;line-height:1.6;top:190px;left:3%;}}  #text_style_01_1541151137405>.view_contents {color:#000000;text-align:center;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541151137405>.view_contents {font-size:16px;line-height:20px;}}

 #text_style_01_1541151137411{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:345px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541151137411{top:265px;}}   @media screen and (max-width:640px) {#text_style_01_1541151137411{width:94%;font-size:12px;color:#333;line-height:1.6;top:210px;left:3%;}}  #text_style_01_1541151137411>.view_contents {color:#000000;text-align:center;line-height:25px;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541151137411>.view_contents {line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1541151137411>.view_contents {line-height:20px;}}
 #div_a_includeBlock_1541151136450{width:100%;height:500px;position:absolute;left:0%;top:0px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151136450{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151136450{width:100%;height:100%;top:0%;left:0%;display:none;}} #div_a_includeBlock_1541151136450 > .view_contents{overflow:visible;}  #div_a_includeBlock_1541151136450  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}
 #div_a_includeBlock_1541151136163{width:22%;height:500px;position:absolute;top:0px;left:78%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151136163{left:75%;height:380px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151136163{width:45%;height:320px;top:340px;left:52%;}} #div_a_includeBlock_1541151136163 > .view_contents{overflow:visible;}  #layout_1541149595539{height:500px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541149595539{height:380px;}}   @media screen and (max-width:640px) {#layout_1541149595539{height:660px;}} #layout_1541149595539 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541149595539  {background:#f2f2f3;}
 #layout_1541149058302{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541149058302{}}   @media screen and (max-width:640px) {#layout_1541149058302{height:20px;}} #layout_1541149058302 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541149058302  {background:#f2f2f3;}



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

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

 #div_blank_1541151796966{width:20%;height:2px;position:absolute;left:40%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541151796966{left:calc(50% - 25px);width:50px;}}   @media screen and (max-width:640px) {#div_blank_1541151796966{width:50px;height:2px;top:45px;left:calc(50% - 25px);}} #div_blank_1541151796966 > .view_contents{overflow:visible;}  #div_blank_1541151796966  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541151796966  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541151796966  {box-sizing:border-box;}}
 #div_a_includeBlock_1541151796748{width:20%;height:70px;position:absolute;top:50px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541151796748{height:73.1025390625px;left:40%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541151796748{width:100%;height:50px;top:20px;left:0%;}} 

 #image_style_01_1541152126843{width:35%;height:450px;position:absolute;top:180px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541152126843{left:3%;width:45%;}}   @media screen and (max-width:640px) {#image_style_01_1541152126843{width:94%;height:300px;top:90px;left:3%;}} #image_style_01_1541152126843 > .view_contents{overflow:visible;}  #image_style_01_1541152126843 .picSet {border-style:solid;border-width:10px;border-color:#ffffff;}


 #text_style_01_1541152802250{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541152802250{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1541152802250{width:100%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1541152802250>.view_contents {color:#ffffff;font-size:18px;line-height:25px;} @media screen and (max-width:640px) { #text_style_01_1541152802250>.view_contents {line-height:25px;}}

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

 #text_style_01_1541152848711{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:170px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541152848711{left:0%;top:210px;}}   @media screen and (max-width:640px) {#text_style_01_1541152848711{width:100%;font-size:12px;color:#333;line-height:1.6;top:235px;left:0%;}}  #text_style_01_1541152848711>.view_contents {color:#ffffff;font-size:14px;line-height:20px;}
 #div_a_includeBlock_1541152755508{width:60%;height:290px;position:absolute;top:260px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541152755508{height:410px;width:45%;left:52%;top:200px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541152755508{width:94%;height:475px;top:410px;left:3%;}}  #layout_1541149047946{height:680px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541149047946{display:none;}}   @media screen and (max-width:640px) {#layout_1541149047946{height:905px;display:none;}} #layout_1541149047946 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541149047946  {background: url(../img/upimages/pkgimg/20181102174235464.jpg);background-repeat:no-repeat!important;background-size:cover;}



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

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

 #div_blank_1541208752966{width:20%;height:2px;position:absolute;left:40%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541208752966{left:calc(50% - 25px);width:50px;height:2px;}}   @media screen and (max-width:640px) {#div_blank_1541208752966{width:50px;height:2px;top:45px;left:calc(50% - 25px);}} #div_blank_1541208752966 > .view_contents{overflow:visible;}  #div_blank_1541208752966  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541208752966  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541208752966  {box-sizing:border-box;}}
 #div_a_includeBlock_1541208752704{width:20%;height:70px;position:absolute;top:50px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541208752704{height:73.1025390625px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541208752704{width:100%;height:50px;top:20px;left:0%;}} 


 #div_blank_1541209069742{width:2px;height:526px;position:absolute;left:calc(50% - 1px);top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541209069742{left:calc(50% - 1px);width:2px;}}   @media screen and (max-width:640px) {#div_blank_1541209069742{width:2px;height:426px;top:20px;left:49.73684210526316%;}} #div_blank_1541209069742 > .view_contents{overflow:visible;}  #div_blank_1541209069742  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541209069742  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541209069742  {box-sizing:border-box;}}

 #image_style_01_1541209143562{width:44px;height:44px;position:absolute;left:calc(50% - 22px);top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541209143562{left:calc(50% - 22px);width:44px;}}   @media screen and (max-width:640px) {#image_style_01_1541209143562{width:44px;height:44px;top:70px;left:44.21052631578947%;}} #image_style_01_1541209143562 > .view_contents{overflow:visible;} 

 #image_style_01_1541209229758{width:44px;height:44px;position:absolute;left:calc(50% - 22px);top:205px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541209229758{width:44px;}}   @media screen and (max-width:640px) {#image_style_01_1541209229758{width:44px;height:44px;top:164px;left:44.21052631578947%;}} #image_style_01_1541209229758 > .view_contents{overflow:visible;} 

 #image_style_01_1541209373202{width:44px;height:44px;position:absolute;left:calc(50% - 22px);top:319px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541209373202{}}   @media screen and (max-width:640px) {#image_style_01_1541209373202{width:44px;height:44px;top:258px;left:44.21052631578947%;}} #image_style_01_1541209373202 > .view_contents{overflow:visible;} 

 #image_style_01_1541209536961{width:44px;height:44px;position:absolute;left:calc(50% - 22px);top:433px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541209536961{}}   @media screen and (max-width:640px) {#image_style_01_1541209536961{width:44px;height:44px;top:352px;left:44.21052631578947%;}} #image_style_01_1541209536961 > .view_contents{overflow:visible;} 

 #text_style_01_1541209877715{width:47%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541209877715{left:53%;width:47%;}}   @media screen and (max-width:640px) {#text_style_01_1541209877715{width:35%;font-size:12px;color:#333;line-height:1.6;top:70px;left:56.57894736842105%;}}  #text_style_01_1541209877715>.view_contents {color:#ffffff;font-size:18px;line-height:22px;text-align:left;}

 #text_style_01_1541209917056{width:47%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53%;top:113px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541209917056{}}   @media screen and (max-width:640px) {#text_style_01_1541209917056{width:36.578947368421055%;font-size:12px;color:#333;line-height:1.6;top:92px;left:56.57894736842105%;}}  #text_style_01_1541209917056>.view_contents {color:#ffffff;font-size:14px;line-height:22px;text-align:left;}

 #text_style_01_1541209929946{width:47%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:433px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541209929946{}}   @media screen and (max-width:640px) {#text_style_01_1541209929946{width:37.631578947368425%;font-size:12px;color:#333;line-height:1.6;top:352px;left:56.57894736842105%;}}  #text_style_01_1541209929946>.view_contents {color:#ffffff;font-size:18px;line-height:22px;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1541209929946>.view_contents {text-align:left;}}

 #text_style_01_1541209941601{width:47%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:455px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541209941601{}}   @media screen and (max-width:640px) {#text_style_01_1541209941601{width:38.15789473684211%;font-size:12px;color:#333;line-height:1.6;top:374px;left:56.57894736842105%;}}  #text_style_01_1541209941601>.view_contents {color:#ffffff;font-size:18px;line-height:22px;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1541209941601>.view_contents {text-align:left;}}

 #text_style_01_1541209980772{width:47%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:205px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541209980772{}}   @media screen and (max-width:640px) {#text_style_01_1541209980772{width:37.368421052631575%;font-size:12px;color:#333;line-height:1.6;top:164px;left:6.052631578947368%;}}  #text_style_01_1541209980772>.view_contents {color:#ffffff;font-size:18px;line-height:22px;text-align:right;}

 #text_style_01_1541210006105{width:47%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:227px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541210006105{}}   @media screen and (max-width:640px) {#text_style_01_1541210006105{width:35.78947368421053%;font-size:12px;color:#333;line-height:1.6;top:186px;left:7.631578947368421%;}}  #text_style_01_1541210006105>.view_contents {color:#ffffff;font-size:14px;line-height:22px;text-align:right;}

 #text_style_01_1541210022660{width:47%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53%;top:319px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541210022660{}}   @media screen and (max-width:640px) {#text_style_01_1541210022660{width:37.368421052631575%;font-size:12px;color:#333;line-height:1.6;top:258px;left:6.052631578947368%;}}  #text_style_01_1541210022660>.view_contents {color:#ffffff;font-size:18px;line-height:22px;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1541210022660>.view_contents {text-align:right;}}

 #text_style_01_1541210032074{width:47%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53%;top:341px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541210032074{}}   @media screen and (max-width:640px) {#text_style_01_1541210032074{width:37.631578947368425%;font-size:12px;color:#333;line-height:1.6;top:280px;left:5.7894736842105265%;}}  #text_style_01_1541210032074>.view_contents {color:#ffffff;font-size:14px;line-height:22px;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1541210032074>.view_contents {text-align:right;}}
 #div_a_includeBlock_1541208806124{width:100%;height:568px;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541208806124{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541208806124{width:100%;height:460px;top:90px;left:0%;}}  #layout_1541208640539{height:788px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541208640539{display:none;}}   @media screen and (max-width:640px) {#layout_1541208640539{height:561px;display:none;}} #layout_1541208640539 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541208640539  {background: url(../img/upimages/pkgimg/20181103093153713.png);background-repeat:no-repeat!important;background-size:cover;}
 #layout_1541210537041{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541210537041{}}   @media screen and (max-width:640px) {#layout_1541210537041{}} #layout_1541210537041 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541210537041  {background:#1d2331;}



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

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

 #div_blank_1541210734179{width:20%;height:2px;position:absolute;left:40%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541210734179{left:calc(50% - 25px);width:50px;height:2px;}}   @media screen and (max-width:640px) {#div_blank_1541210734179{width:50px;height:2px;top:45px;left:42.5%;}} #div_blank_1541210734179 > .view_contents{overflow:visible;}  #div_blank_1541210734179  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541210734179  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541210734179  {box-sizing:border-box;}}
 #div_a_includeBlock_1541210733879{width:20%;height:70px;position:absolute;top:0px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541210733879{height:70px;width:30%;left:35%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541210733879{width:100%;height:50px;top:px;left:0%;}}  #layout_1541149038093{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541149038093{height:70px;}}   @media screen and (max-width:640px) {#layout_1541149038093{height:50px;}} #layout_1541149038093 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541149038093  {background:#1d2331;}
 #layout_1541210577481{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541210577481{}}   @media screen and (max-width:640px) {#layout_1541210577481{height:20px;}} #layout_1541210577481 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541210577481  {background:#1d2331;}


 #image_style_01_1541210669456{width:48%;height:566px;position:absolute;top:0px;left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541210669456{left:3%;width:45%;}}   @media screen and (max-width:640px) {#image_style_01_1541210669456{width:94%;height:300px;top:0px;left:3%;}} #image_style_01_1541210669456 > .view_contents{overflow:visible;}  #image_style_01_1541210669456 .picSet {border-width:10px;border-style:solid;border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_01_1541210669456 .picSet {border-style:none;}}

 #newsList_style_01_1541226052900{width:48.5%;position:absolute;top:0%;left:51.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1541226052900{left:52%;}}   @media screen and (max-width:640px) {#newsList_style_01_1541226052900{width:94%;top:320px;left:3%;}}  #newsList_style_01_1541226052900 .datSet {background:#ffe301;line-height:px;padding-bottom:4px;margin-bottom:0px;} #newsList_style_01_1541226052900 .nianSet {color:#000000;background:#ffe301;line-height:26px;} #newsList_style_01_1541226052900 .yueSet {color:#000000;} #newsList_style_01_1541226052900 .riSet {color:#000000;margin-bottom:0px;padding-bottom:0px;} #newsList_style_01_1541226052900 .titleSet {color:#ffffff;font-size:18px;line-height:25px;} #newsList_style_01_1541226052900 .detailSet {font-size:14px;color:#ffffff;padding-bottom:8px;line-height:20px;} #newsList_style_01_1541226052900 .modSet {padding-bottom:20px;padding-top:0px;border-color:#ffe301;height:86px;} #layout_1541210591366{height:585px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541210591366{height:585px;}}   @media screen and (max-width:640px) {#layout_1541210591366{height:905px;}} #layout_1541210591366 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541210591366  {background:#1d2331;}
 #layout_1541210603534{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541210603534{}}   @media screen and (max-width:640px) {#layout_1541210603534{height:20px;}} #layout_1541210603534 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541210603534  {background:#1d2331;}
 #layout_1541210865968{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541210865968{}}   @media screen and (max-width:640px) {#layout_1541210865968{height:20px;}} #layout_1541210865968 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541210865968  {background:#f2f2f3;}



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

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

 #div_blank_1541210986749{width:20%;height:2px;position:absolute;left:40%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541210986749{left:calc(50% - 25px);width:50px;}}   @media screen and (max-width:640px) {#div_blank_1541210986749{width:50px;height:2px;top:45px;left:calc(50% - 25px);}} #div_blank_1541210986749 > .view_contents{overflow:visible;}  #div_blank_1541210986749  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541210986749  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541210986749  {box-sizing:border-box;}}
 #div_a_includeBlock_1541210986511{width:20%;height:70px;position:absolute;top:0px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541210986511{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541210986511{width:100%;height:50px;top:0px;left:0%;}}  #layout_1541210889192{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541210889192{height:70px;}}   @media screen and (max-width:640px) {#layout_1541210889192{height:50px;}} #layout_1541210889192 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541210889192  {background:#f2f2f3;}
 #layout_1541210896485{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541210896485{}}   @media screen and (max-width:640px) {#layout_1541210896485{height:20px;}} #layout_1541210896485 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541210896485  {background:#f2f2f3;}


 #image_style_01_1541211046134{width:40%;height:595px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541211046134{width:45%;height:595px;left:3%;}}   @media screen and (max-width:640px) {#image_style_01_1541211046134{width:94%;height:300px;top:0px;left:3%;}} #image_style_01_1541211046134 > .view_contents{overflow:visible;}  #image_style_01_1541211046134 .picSet {border-width:50px;border-style:solid;border-color:#ffffff;border-left:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_01_1541211046134 .picSet {border-style:none;}} @media screen and (max-width:640px) { #image_style_01_1541211046134 .picSet {border-style:none;}}


 #text_style_01_1541211424556{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:65.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541211424556{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1541211424556{width:100%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1541211424556>.view_contents {color:#1d2331;font-size:16px;line-height:25px;}
 #div_a_includeBlock_1541211103679{width:52%;height:300px;position:absolute;top:150px;left:45%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541211103679{height:370px;width:46.76564156945917%;left:52%;top:125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541211103679{width:94%;height:300px;top:320px;left:3%;}}  #layout_1541210907656{height:595px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541210907656{height:595px;}}   @media screen and (max-width:640px) {#layout_1541210907656{height:620px;}} #layout_1541210907656 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541210907656  {background:#f2f2f3;}
 #layout_1541210916693{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541210916693{}}   @media screen and (max-width:640px) {#layout_1541210916693{height:20px;}} #layout_1541210916693 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541210916693  {background:#f2f2f3;}



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

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

 #div_blank_1541213440653{width:20%;height:2px;position:absolute;left:40%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541213440653{left:calc(50% - 25px);width:50px;}}   @media screen and (max-width:640px) {#div_blank_1541213440653{width:57px;height:2px;top:45px;left:42.5%;}} #div_blank_1541213440653 > .view_contents{overflow:visible;}  #div_blank_1541213440653  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541213440653  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541213440653  {box-sizing:border-box;}}
 #div_a_includeBlock_1541213440350{width:20%;height:70px;position:absolute;top:50px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541213440350{height:70px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541213440350{width:100%;height:50px;top:20px;left:0%;}} 




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

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

 #text_style_01_1541213527535{width:90%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541213527535{width:94%;left:3%;}}   @media screen and (max-width:640px) {#text_style_01_1541213527535{width:94%;font-size:12px;color:#333;line-height:1.6;top:100px;left:3%;}}  #text_style_01_1541213527535>.view_contents {font-size:12px;color:#333333;text-align:left;line-height:20px;}
 #div_a_includeBlock_1541213525997{width:100%;height:230px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541213525997{left:0%;width:100%;height:250px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541213525997{width:100%;height:200px;top:80px;left:0%;}}  #div_a_includeBlock_1541213525997  {background:#ffffff;}

 #image_style_01_1541213526015{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541213526015{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541213526015{width:110px;height:110px;top:0px;left:calc(50% - 55px);}} #image_style_01_1541213526015 > .view_contents{overflow:visible;}  #image_style_01_1541213526015 .picSet {border-radius:55px;border-style:solid;border-width:4px;background:transparent;border-color:#fedd40;}
 #div_a_includeBlock_1541213524890{width:32%;height:360px;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541213524890{left:0%;width:32%;height:380px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541213524890{width:100%;height:280px;top:0px;left:0%;}}  #div_a_includeBlock_1541213524890  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}



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

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

 #text_style_01_1541213696053{width:90%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541213696053{width:94%;left:3%;}}   @media screen and (max-width:640px) {#text_style_01_1541213696053{width:94%;font-size:12px;color:#333;line-height:1.6;top:100px;left:3%;}}  #text_style_01_1541213696053>.view_contents {font-size:12px;color:#333333;text-align:left;line-height:20px;}
 #div_a_includeBlock_1541213526461{width:100%;height:230px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541213526461{left:0%;width:100%;height:250px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541213526461{width:100%;height:220px;top:80px;left:0%;}}  #div_a_includeBlock_1541213526461  {background:#ffffff;}

 #image_style_01_1541213526478{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541213526478{left:calc(50% - 55px);width:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541213526478{width:110px;height:110px;top:0px;left:35.526315789473685%;}} #image_style_01_1541213526478 > .view_contents{overflow:visible;}  #image_style_01_1541213526478 .picSet {border-color:#fedd40;border-style:solid;border-width:4px;border-radius:55px;}
 #div_a_includeBlock_1541213524922{width:32%;height:360px;position:absolute;left:34%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541213524922{left:34.04029692470838%;height:380px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541213524922{width:100%;height:300px;top:300px;left:0%;}}  #div_a_includeBlock_1541213524922  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}



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

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

 #text_style_01_1541213528584{width:90%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541213528584{width:94%;left:3%;}}   @media screen and (max-width:640px) {#text_style_01_1541213528584{width:94%;font-size:12px;color:#333;line-height:1.6;top:100px;left:3%;}}  #text_style_01_1541213528584>.view_contents {font-size:12px;color:#333333;text-align:left;line-height:20px;}
 #div_a_includeBlock_1541213526325{width:100%;height:230px;position:absolute;left:0%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541213526325{left:0%;width:100%;height:250px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541213526325{width:100%;height:180px;top:80px;left:0%;}}  #div_a_includeBlock_1541213526325  {background:#ffffff;}

 #image_style_01_1541213526325{width:110px;height:110px;position:absolute;left:calc(50% - 55px);top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541213526325{left:calc(50% - 55px);width:110px;height:110px;}}   @media screen and (max-width:640px) {#image_style_01_1541213526325{width:110px;height:110px;top:0px;left:35.526315789473685%;}} #image_style_01_1541213526325 > .view_contents{overflow:visible;}  #image_style_01_1541213526325 .picSet {border-color:#fedd40;border-style:solid;border-width:4px;border-radius:55px;}
 #div_a_includeBlock_1541213524938{width:32%;height:360px;position:absolute;left:68%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541213524938{height:380px;left:67.9745493107105%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541213524938{width:100%;height:260px;top:620px;left:0%;}}  #div_a_includeBlock_1541213524938  {background:#fedd40;box-shadow:#cccccc 0px 0px 10px ;}
 #div_a_includeBlock_1541213524543{width:100%;height:486px;position:absolute;left:0%;top:170px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541213524543{width:94%;left:3%;height:380px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541213524543{width:94%;height:880px;top:90px;left:3%;}} #div_a_includeBlock_1541213524543 > .view_contents{overflow:visible;}  #layout_1541213392304{height:656px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541213392304{height:598px;}}   @media screen and (max-width:640px) {#layout_1541213392304{height:990px;}} #layout_1541213392304 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541213392304  {background: url(../img/upimages/pkgimg/20181103105012216.jpg);background-repeat:no-repeat!important;background-size:cover;}
 #layout_1541214076918{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541214076918{}}   @media screen and (max-width:640px) {#layout_1541214076918{height:20px;}} #layout_1541214076918 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541214076918  {background:#1d2331;}



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

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

 #div_blank_1541214165655{width:20%;height:2px;position:absolute;left:40%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541214165655{left:calc(50% - 25px);width:50px;}}   @media screen and (max-width:640px) {#div_blank_1541214165655{width:50px;height:2px;top:45px;left:42.5%;}} #div_blank_1541214165655 > .view_contents{overflow:visible;}  #div_blank_1541214165655  {box-sizing:border-box;background:#fedd40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541214165655  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541214165655  {box-sizing:border-box;}}
 #div_a_includeBlock_1541214165218{width:20%;height:70px;position:absolute;top:0px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541214165218{height:70px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541214165218{width:100%;height:50px;top:0px;left:0%;}}  #layout_1541214122605{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541214122605{height:70px;}}   @media screen and (max-width:640px) {#layout_1541214122605{height:50px;}} #layout_1541214122605 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541214122605  {background:#1d2331;}
 #layout_1541214115315{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541214115315{}}   @media screen and (max-width:640px) {#layout_1541214115315{height:20px;}} #layout_1541214115315 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541214115315  {background:#1d2331;}


 #image_style_12_1541214593598{width:100%;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1541214593598{}}   @media screen and (max-width:640px) {#image_style_12_1541214593598{width:96%;top:0px;left:2%;}} #image_style_12_1541214593598 > .view_contents{overflow:visible;}  #image_style_12_1541214593598 .titleSet {font-size:16px;color:#ffffff;line-height:30px;margin-bottom:0px;margin-top:10px;} #layout_1541214103537{height:118px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541214103537{height:108px;}}   @media screen and (max-width:640px) {#layout_1541214103537{height:209px;}} #layout_1541214103537 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541214103537  {background:#1d2331;}


 #liuyanban_style_05_1541214779570{width:100%;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_05_1541214779570{width:94%;left:3%;}}   @media screen and (max-width:640px) {#liuyanban_style_05_1541214779570{width:100%;top:0px;left:0%;}}  #liuyanban_style_05_1541214779570 .titSet {color:#fedd40;font-weight:normal;} #liuyanban_style_05_1541214779570 .btnaSet {background:#fedd40;border-radius:initial;color:#333333;} #liuyanban_style_05_1541214779570 .inputSet {border-radius:initial;border-left:none !important;border-bottom:none !important;border-right:none !important;border-top:none !important;} #liuyanban_style_05_1541214779570 .userInfoSet {border-style:none;} #liuyanban_style_05_1541214779570 .messageBoardSet {border-style:none;} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_05_1541214779570 .messageBoardSet {padding-left:8px;margin-left:10px;}} #layout_1541214096206{height:448px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541214096206{height:429px;}}   @media screen and (max-width:640px) {#layout_1541214096206{height:506px;}} #layout_1541214096206 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541214096206  {background:#1d2331;}

 #image_style_01_1541384255909{width:50px;height:50px;position:fixed;top:620px;left:calc(50% + 634.265625px);z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541384255909{width:50px;height:50px;top:548px;left:93.51802757158006%;}}   @media screen and (max-width:640px) {#image_style_01_1541384255909{width:13.157894736842104%;height:50px;top:614px;left:86.8421052631579%;display:none;}} #image_style_01_1541384255909 > .view_contents{overflow:visible;} 


 #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;}

	#image_style_01_1541146361635 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541146361635 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541146361635 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1541146361635 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_1543228541390 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543228541390 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1543228541390 .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_1543228541390 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_1541149177117 .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_1541149177117 .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_1541149177117 .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_1541149177117 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_1541149197089 .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_1541149197089 .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_1541149197089 .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_1541149197089 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_1541149210609 .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_1541149210609 .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_1541149210609 .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_1541149210609 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_1541150272346 .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_1541150272346 .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_1541150272346 .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_1541150272346 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_1541150789347 .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_1541150789347 .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_1541150789347 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1541150789347 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_1541151078687 .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_1541151078687 .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_1541151078687 .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_1541151078687 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_1541151078907 .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_1541151078907 .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_1541151078907 .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_1541151078907 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_1541151118793 .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_1541151118793 .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_1541151118793 .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_1541151118793 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_1541151118960 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541151118960 .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_1541151118960 .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_1541151118960 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_1541151137192 .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_1541151137192 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541151137192 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1541151137192 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_1541151137398 .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_1541151137398 .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_1541151137398 .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_1541151137398 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_1541152126843 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541152126843 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541152126843 .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_1541152126843 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_1541209143562 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541209143562 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541209143562 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1541209143562 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_1541209229758 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541209229758 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541209229758 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1541209229758 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_1541209373202 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541209373202 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541209373202 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1541209373202 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_1541209536961 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541209536961 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541209536961 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1541209536961 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_1541210669456 .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_1541210669456 .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_1541210669456 .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_1541210669456 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_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:hover{}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap; */overflow:hidden; }
/*分页*/
/* 分页 */
.boxNewsListStyle_1 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_1 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_1 .page:hover{ background:red; color:white; cursor:pointer;}



/* .boxNewsListStyle_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_1 .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_1 .page_btn a.cur,.boxNewsListStyle_1 .page_btn a:hover{border:1px solid #4c4c4c;} */
.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
/*分页*/
/* .boxNewsListStyle_1 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_1 .page_btn a:nth-last-child(3){display: inline-block !important;} */

.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
}




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

@media screen and (min-width: 1025px) {
	#newsList_style_01_1541226052900 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1541226052900 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1541226052900 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1541226052900 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_01_1541226052900 .sumary_list .newPic2{width: 0px;}
	#newsList_style_01_1541226052900 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

/* 新分页 */
#newsList_style_01_1541226052900 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1541226052900 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1541226052900 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1541226052900 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1541226052900 .submit_div{ display: inline-block; }

#newsList_style_01_1541226052900 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1541226052900 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1541226052900 .page_submit{margin-left:5px;}
#newsList_style_01_1541226052900 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_01_1541226052900 .page_btn{ font-size:12px; }
		#newsList_style_01_1541226052900 .submit_div{ display:none; }
	}

	#newsList_style_01_1541226052900 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1541226052900 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1541211046134 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541211046134 .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_1541211046134 .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_1541211046134 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_1541213526015 .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_1541213526015 .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_1541213526015 .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_1541213526015 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_1541213526478 .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_1541213526478 .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_1541213526478 .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_1541213526478 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_1541213526325 .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_1541213526325 .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_1541213526325 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1541213526325 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;}
.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;box-sizing: border-box;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_12_1541214593598 .imgDetail{ display:block; }
		
			#image_style_12_1541214593598 li{ width:22%; }
		#image_style_12_1541214593598 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1541214593598 .imgTBox img{ width:30px;}
		#image_style_12_1541214593598 .img_Box{ padding-bottom: ; }

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1541214593598 li{ width:22%; }
		#image_style_12_1541214593598 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1541214593598 .imgTBox img{ width:30px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1541214593598 li{ width:48%; }
		#image_style_12_1541214593598 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1541214593598 .imgTBox img{ width:20px;}
	}
	


	
	

/*留言板样式*/
.gformStyle_5{width:100%; box-sizing: border-box;}
.gformStyle_5 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_5 form{}
.gformStyle_5 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_5 .gf_title{text-align:left; font-size:18px; line-height:3;margin-left:1%;}
.gformStyle_5 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_5 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput{width:100%;max-width:100%; min-width:0; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_5 .gformList input.gfInput{height:50px; width:100%; min-width:0;border:1px solid #4289a3;border-radius: 8px;margin-bottom:20px;}
.gformStyle_5 .gformList textarea.gf_message{border:1px solid #4289a3;border-radius: 8px;height:200px;width:98%;margin-left: 1%;}
.gformStyle_5 .gbt{background:#4289a3;position: relative;left:1%;font-weight: bold; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:28%; margin:3% auto;border-radius: 8px;}

.gformStyle_5 #gbook{width:98%; box-sizing:border-box; list-style:none; clear:both;margin:0 auto;}
.gformStyle_5 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_5 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_5 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_5 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_5 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_5 .gb_replay b{padding-left:50px;}
.gformStyle_5 .gb_replay .gb_content{padding-left:50px;}
.gformStyle_5 .gb_info{float:right; color:#666;}
.gformStyle_5 .gb_nickname{}



/*alex新增风格的样式*/
.gformStyle_5 .thetextbox{width:31.33%;float:left;margin-left:1%;margin-right: 1%;}
.gformStyle_5 .gfInput{clear: both;}
.gformStyle_5 .gf_message{border:1px solid #4289a3;}


@media screen and (max-width:991px){
.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_5{padding:15px;}
.gformStyle_5 .listTit{display:none;}
.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_5 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_5{padding:10px;min-width: 0;}
.gformStyle_5 .listTit{display:none;}
.gformStyle_5 .gformList textarea.gf_message,.gformStyle_5 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_5 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_5 .gb_nickname,.gformStyle_5 .gb_nickname b{font-size:14px;}



.gformStyle_5 .thetextbox{width:100%;float:left;margin-left:0;margin-right: 0;}
}

/*程序修改的颜色*/
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput,.gformStyle_5 li.gbList{background:#fff;}/*modBgColor*/
.gformStyle_5 .modFontColor{color:#333;}
.gformStyle_5 .modBorderColor{border-color:#f5f5f5 !important;}


.style_05_changeCode {
    position: absolute;
    bottom: 268px !important;
    right: 0px !important;
    z-index: 8888 !important;
    width: 65px;
    height: 32px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    zoom: 1;
}
	#image_style_01_1541384255909 .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_1541384255909 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541384255909 .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;}
