
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

/*----------------公共部分----------------*/
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,"Noto Sans SC";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: 'Noto Sans SC';}
.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-color:#ffffff; }
body{ background-position:left top; }


 #div_blank_1513041686868{width:100%;height:139px;position:absolute;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1513041686868{}}   @media screen and (max-width:640px) {#div_blank_1513041686868{width:100%;height:176px;top:0px;left:0%;}} #div_blank_1513041686868 > .view_contents{overflow:visible;}  #div_blank_1513041686868  {box-sizing:border-box;background:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1513041686868  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1513041686868  {box-sizing:border-box;}}


 #image_style_01_1513042042148{width:1.6666666666666667%;height:20px;position:absolute;top:17px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513042042148{width:20px;}}   @media screen and (max-width:640px) {#image_style_01_1513042042148{width:20px;height:20px;top:10px;left:25.377338435374146%;}} #image_style_01_1513042042148 > .view_contents{overflow:visible;} 

 #text_style_01_1513042306657{width:9.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:19px;left:2.2916666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513042306657{left:3.2044198895027622%;width:14.25414364640884%;top:19px;}}   @media screen and (max-width:640px) {#text_style_01_1513042306657{width:39.795918367346935%;top:12px;left:34.65136054421769%;}}  #text_style_01_1513042306657>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;color:#ffffff;font-size:14px;line-height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513042306657>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513042306657>.view_contents {box-sizing:border-box;}}

 #text_style_01_1513042469718{width:14.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:19px;left:14.083333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513042469718{width:14.25414364640884%;top:19px;left:17.852209944751383%;}}   @media screen and (max-width:640px) {#text_style_01_1513042469718{width:58.16326530612245%;top:42px;left:34.69387755102041%;}}  #text_style_01_1513042469718>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;color:#ffffff;font-size:14px;line-height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513042469718>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513042469718>.view_contents {box-sizing:border-box;}}

 #image_style_01_1513042460023{width:1.6666666666666667%;height:20px;position:absolute;top:17px;left:11.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513042460023{width:2.209261223047013%;top:17px;left:15.027624309392266%;}}   @media screen and (max-width:640px) {#image_style_01_1513042460023{width:7.174630506528914%;height:24px;top:40px;left:25.23915816326531%;}} #image_style_01_1513042460023 > .view_contents{overflow:visible;} 

 #searchbox_style_02_1513042760806{width:22.5%;position:absolute;top:12px;left:77.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1513042760806{left:77.01657458563535%;width:22.983425414364643%;}}   @media screen and (max-width:640px) {#searchbox_style_02_1513042760806{width:100%;top:134px;left:0%;}} #searchbox_style_02_1513042760806 > .view_contents{overflow:visible;}  #searchbox_style_02_1513042760806 .inputSet {border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;background:#fdc217;border-bottom-color:rgba(255,255,255,0.2);padding-right:65px;padding-left:14px;margin-right:0px;color:#262626;font-size:12px;height:30px;line-height:30px;} #searchbox_style_02_1513042760806 .btnaSet {color:#262626;font-family:Noto Sans SC;font-size:16px;line-height:30px;height:30px;}
/*----------------------电脑板式样式----------------------*/
#searchbox_style_02_1513042760806{
	
}
#searchbox_style_02_1513042760806 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #565656;
}

#searchbox_style_02_1513042760806 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #565656;
}

#searchbox_style_02_1513042760806 input:-ms-input-placeholder{
    color: #565656;
}

#searchbox_style_02_1513042760806 input::-webkit-input-placeholder{
    color: #565656;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_02_1513042760806{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#searchbox_style_02_1513042760806{
		
	}
}

 #image_logo_1513043323385{width:12.583333333333332%;height:43px;position:absolute;top:60px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1513043323385{left:0%;width:22.320441988950275%;top:60px;height:40px;}}   @media screen and (max-width:640px) {#image_logo_1513043323385{width:118px;height:30px;top:84px;left:0%;}}

 #dh_style_01_1513043428641{width:46.08333333333333%;z-index:999;position:absolute;top:67.5px;left:53.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1513043428641{z-index:999;left:41.7921270718232%;width:58.232044198895025%;}}   @media screen and (max-width:640px) {#dh_style_01_1513043428641{width:44px;z-index:999;top:78px;left:85.03401360544217%;}} #dh_style_01_1513043428641 > .view_contents{overflow:visible;}  #dh_style_01_1513043428641 .mainMenuSet {font-size:14px;color:#ffffff;} #dh_style_01_1513043428641 #hot>a {color:#333333;font-size:14px;background:#fdc217;} #dh_style_01_1513043428641 .mainMenuSet:hover {background:#fdc217;color:#333333;} @media screen and (max-width:640px) { #dh_style_01_1513043428641 .icoMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1513043428641 .mainMenuSet {margin-left:-24px;padding-left:10px;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_01_1513043428641 #hot>a {border-bottom-style:none;background:#fdc217;color:#333333;}} @media screen and (max-width:640px) { #dh_style_01_1513043428641 .mainMenuSet:hover {background:transparent;color:#ffffff;}}
 #div_a_includeBlock_1513042187852{width:1200px;height:139px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1513042187852{width:96%;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1513042187852{width:92%;height:176px;top:0px;left:4%;}} #div_a_includeBlock_1513042187852 > .view_contents{overflow:visible;}  #comm_layout_header{height:139px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:139px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:176px;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {}




 #text_style_01_1513044061620{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513044061620{left:0%;width:22%;}}   @media screen and (max-width:640px) {#text_style_01_1513044061620{width:30%;top:28px;left:0%;z-index:2;}}  #text_style_01_1513044061620>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Noto Sans SC;font-size:20px;line-height:25px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513044061620>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513044061620>.view_contents {box-sizing:border-box;font-size:14px;line-height:16px;}}

 #text_style_01_1513044105904{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153px;left:75%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513044105904{width:22%;left:78.01104972375691%;}}   @media screen and (max-width:640px) {#text_style_01_1513044105904{width:30%;top:26px;left:70%;z-index:2;}}  #text_style_01_1513044105904>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Noto Sans SC;font-size:20px;line-height:25px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513044105904>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513044105904>.view_contents {box-sizing:border-box;font-size:14px;line-height:18px;}}

 #text_style_01_1513043929800{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513043929800{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1513043929800{width:100%;top:0px;left:0%;z-index:1;}}  #text_style_01_1513043929800>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Noto Sans SC;font-size:200px;font-weight:bold;text-align:center;line-height:200px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513043929800>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513043929800>.view_contents {box-sizing:border-box;font-size:40px;line-height:50px;}}

 #text_style_01_1513044011891{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:220px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513044011891{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1513044011891{width:100%;top:60px;left:0%;z-index:2;}}  #text_style_01_1513044011891>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Noto Sans SC;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513044011891>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513044011891>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1513044607904{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513044607904{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1513044607904{width:100%;top:0px;left:0%;z-index:1;}}  #text_style_01_1513044607904>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Noto Sans SC;font-size:200px;font-weight:bold;text-align:center;line-height:200px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513044607904>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513044607904>.view_contents {box-sizing:border-box;font-size:40px;line-height:50px;}}

 #text_style_01_1513044644469{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513044644469{left:0%;width:20%;}}   @media screen and (max-width:640px) {#text_style_01_1513044644469{width:30.000000000000004%;top:29px;left:0%;z-index:2;}}  #text_style_01_1513044644469>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Noto Sans SC;font-size:20px;line-height:25px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513044644469>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513044644469>.view_contents {box-sizing:border-box;font-size:14px;line-height:16px;}}

 #text_style_01_1513044663473{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:220px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513044663473{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1513044663473{width:100%;top:61px;left:0%;z-index:2;}}  #text_style_01_1513044663473>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Noto Sans SC;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513044663473>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513044663473>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1513044654502{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153px;left:75%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513044654502{width:20%;left:80%;}}   @media screen and (max-width:640px) {#text_style_01_1513044654502{width:30.000000000000004%;top:28px;left:70%;z-index:2;}}  #text_style_01_1513044654502>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Noto Sans SC;font-size:20px;line-height:25px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513044654502>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513044654502>.view_contents {box-sizing:border-box;font-size:14px;line-height:18px;}} #tab_style_03_1513043863785{width:100%;height:248px;position:absolute;top:66px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1513043863785{width:96%;left:2%;}}   @media screen and (max-width:640px) {#tab_style_03_1513043863785{width:100%;height:82px;top:30px;left:0%;}}  #tab_style_03_1513043863785 .tabconSet {background:transparent;}

 #customForm_style_button_01_1513044190162{width:11.333333333333332%;position:absolute;top:364px;left:44.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1513044190162{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1513044190162{width:35.9375%;top:132px;left:32.03125%;}} #customForm_style_button_01_1513044190162 > .view_contents{overflow:visible;}  #customForm_style_button_01_1513044190162 .btnaSet {background:#fdc217;color:#262626;line-height:35px;height:35px;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;} @media screen and (max-width:640px) { #customForm_style_button_01_1513044190162 .btnaSet {line-height:30px;height:30px;}} #layout_1513041569416{height:481px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513041569416{height:470px;}}   @media screen and (max-width:640px) {#layout_1513041569416{height:192px;}} #layout_1513041569416 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1513041569416  {background: url(../images/92999_banner.jpg);background-repeat:no-repeat;background-attachment:fixed;} @media screen and (max-width:640px) { #layout_1513041569416  {background-size:auto 100%;background-position-x:50%;}}


 #text_style_01_1513048077879{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513048077879{left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1513048077879{width:92%;top:30px;left:4%;}}  #text_style_01_1513048077879>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:20px;text-align:center;font-weight:normal;letter-spacing:1px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513048077879>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513048077879>.view_contents {box-sizing:border-box;font-size:16px;line-height:18px;}}

 #image_style_01_1513048105638{width:20%;height:20px;position:absolute;top:85px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513048105638{left:39.978791092258746%;}}   @media screen and (max-width:640px) {#image_style_01_1513048105638{width:96px;height:16px;top:58px;left:calc(50% - 48px);}} #image_style_01_1513048105638 > .view_contents{overflow:visible;}

 #image_style_01_1513048262132{width:40%;height:300px;position:absolute;top:135px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513048262132{left:2%;width:46%;height:254px;}}   @media screen and (max-width:640px) {#image_style_01_1513048262132{width:85.625%;height:151px;top:94px;left:3.9990234375000004%;}} #image_style_01_1513048262132 > .view_contents{overflow:visible;}  #image_style_01_1513048262132  {border-left-width:10px;border-bottom-width:10px;border-right-width:10px;border-top-width:10px;border-top-style:solid;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;box-shadow:#dbdbdb 0px 0px 10px ;}

 #text_style_01_1513048473949{width:56.00000000000001%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:159px;left:44%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513048473949{left:52.3%;top:135px;width:45.6%;}}   @media screen and (max-width:640px) {#text_style_01_1513048473949{width:92%;top:278px;left:4%;}}  #text_style_01_1513048473949>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:16px;color:#666666;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513048473949>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1513048473949>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;}} #layout_1513045857604{height:435px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513045857604{height:435px;}}   @media screen and (max-width:640px) {#layout_1513045857604{height:703px;}} #layout_1513045857604 > .view_contents{overflow:visible;max-width:1200px;}


 #banner_style_04_1513048812424{width:60%;height:174px;position:absolute;top:43px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1513048812424{top:20px;left:2%;}}   @media screen and (max-width:640px) {#banner_style_04_1513048812424{width:100%;height:132px;top:16px;left:0%;}}

 #customForm_style_button_01_1513048914779{width:21.416666666666668%;position:absolute;top:105px;left:70.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1513048914779{width:33.19194061505832%;left:64.8%;top:82px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1513048914779{width:57.8125%;top:168px;left:21.09375%;}} #customForm_style_button_01_1513048914779 > .view_contents{overflow:visible;}  #customForm_style_button_01_1513048914779 .btnaSet {background:#fdc217;color:#262626;line-height:50px;height:50px;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;font-size:16px;} @media screen and (max-width:640px) { #customForm_style_button_01_1513048914779 .btnaSet {line-height:30px;height:30px;font-size:14px;}} #layout_1513048655701{height:217px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513048655701{height:194px;}}   @media screen and (max-width:640px) {#layout_1513048655701{height:198px;}} #layout_1513048655701 > .view_contents{overflow:visible;max-width:1200px;}


 #text_style_01_1513049100953{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513049100953{left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1513049100953{width:92%;top:30px;left:4.0625%;}}  #text_style_01_1513049100953>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:20px;text-align:center;font-weight:normal;letter-spacing:1px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513049100953>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513049100953>.view_contents {box-sizing:border-box;font-size:16px;line-height:18px;}}

 #image_style_01_1513049119479{width:20%;height:20px;position:absolute;top:85px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513049119479{left:39.978791092258746%;}}   @media screen and (max-width:640px) {#image_style_01_1513049119479{width:31.683168316831683%;height:16px;top:58px;left:34.15841584158416%;}} #image_style_01_1513049119479 > .view_contents{overflow:visible;}


 #image_style_01_1513049404858{width:90%;height:143px;position:absolute;top:15px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513049404858{left:5%;width:90%;height:113px;}}   @media screen and (max-width:640px) {#image_style_01_1513049404858{width:90%;height:146px;top:15px;left:5%;}} #image_style_01_1513049404858 > .view_contents{overflow:visible;}

 #text_style_01_1513049464233{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:168px;left:4.513888888888888%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513049464233{left:4.424778761061947%;width:90%;top:138px;}}   @media screen and (max-width:640px) {#text_style_01_1513049464233{width:90%;top:171px;left:4.660926870748299%;}}  #text_style_01_1513049464233>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;font-weight:bold;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513049464233>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1513049464233>.view_contents {box-sizing:border-box;font-size:14px;font-weight:normal;line-height:20px;}}

 #text_style_01_1513049591084{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:210px;left:4.6875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513049591084{left:5%;width:90%;top:176px;}}   @media screen and (max-width:640px) {#text_style_01_1513049591084{width:90%;top:201px;left:4.660926870748299%;}}  #text_style_01_1513049591084>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:14px;color:#666666;line-height:25px;padding-bottom:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513049591084>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1513049591084>.view_contents {box-sizing:border-box;font-size:12px;padding-bottom:15px;}}
 #div_a_includeBlock_1513049159117{width:24%;height:305px;position:absolute;top:135px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1513049159117{left:2%;height:292px;width:23%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1513049159117{width:92%;height:291px;top:94px;left:4%;}}  #div_a_includeBlock_1513049159117  {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} #div_a_includeBlock_1513049159117:hover {border-top-color:#fdc217;border-right-color:#fdc217;border-bottom-color:#fdc217;border-left-color:#fdc217;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} @media screen and (max-width:640px) { #div_a_includeBlock_1513049159117:hover {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;}}


 #image_style_01_1513050275045{width:90%;height:143px;position:absolute;top:15px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513050275045{left:5%;width:90%;height:113px;}}   @media screen and (max-width:640px) {#image_style_01_1513050275045{width:90%;height:146px;top:15px;left:5%;}} #image_style_01_1513050275045 > .view_contents{overflow:visible;}

 #text_style_01_1513050275055{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:168px;left:4.513888888888888%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513050275055{left:4.424778761061947%;width:90%;top:138px;}}   @media screen and (max-width:640px) {#text_style_01_1513050275055{width:90%;top:171px;left:4.660926870748299%;}}  #text_style_01_1513050275055>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;font-weight:bold;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513050275055>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1513050275055>.view_contents {box-sizing:border-box;font-size:14px;font-weight:normal;line-height:20px;}}

 #text_style_01_1513050275059{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:210px;left:4.6875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513050275059{left:5%;width:90%;top:176px;}}   @media screen and (max-width:640px) {#text_style_01_1513050275059{width:90%;top:201px;left:4.660926870748299%;}}  #text_style_01_1513050275059>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:14px;color:#666666;line-height:25px;padding-bottom:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513050275059>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1513050275059>.view_contents {box-sizing:border-box;font-size:12px;padding-bottom:15px;}}
 #div_a_includeBlock_1513050274819{width:24%;height:305px;position:absolute;top:135px;left:25.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1513050274819{height:292px;left:26.299597914457408%;top:135px;width:23%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1513050274819{width:92%;height:291px;top:405px;left:4%;}}  #div_a_includeBlock_1513050274819  {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} #div_a_includeBlock_1513050274819:hover {border-top-color:#fdc217;border-right-color:#fdc217;border-bottom-color:#fdc217;border-left-color:#fdc217;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} @media screen and (max-width:640px) { #div_a_includeBlock_1513050274819:hover {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;}}


 #image_style_01_1513050317655{width:90%;height:143px;position:absolute;top:15px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513050317655{left:5%;width:90%;height:113px;}}   @media screen and (max-width:640px) {#image_style_01_1513050317655{width:90%;height:146px;top:15px;left:5%;}} #image_style_01_1513050317655 > .view_contents{overflow:visible;}

 #text_style_01_1513050317667{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:168px;left:4.513888888888888%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513050317667{left:4.424778761061947%;width:90%;top:138px;}}   @media screen and (max-width:640px) {#text_style_01_1513050317667{width:90%;top:171px;left:4.660926870748299%;}}  #text_style_01_1513050317667>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;font-weight:bold;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513050317667>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1513050317667>.view_contents {box-sizing:border-box;font-size:14px;font-weight:normal;line-height:20px;}}

 #text_style_01_1513050317671{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:210px;left:4.6875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513050317671{left:5%;width:90%;top:176px;}}   @media screen and (max-width:640px) {#text_style_01_1513050317671{width:90%;top:201px;left:4.660926870748299%;}}  #text_style_01_1513050317671>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:14px;color:#666666;line-height:25px;padding-bottom:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513050317671>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1513050317671>.view_contents {box-sizing:border-box;font-size:12px;padding-bottom:15px;}}
 #div_a_includeBlock_1513050317434{width:24%;height:305px;position:absolute;top:135px;left:50.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1513050317434{height:292px;left:50.59926210675151%;top:135px;width:23%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1513050317434{width:92%;height:291px;top:716px;left:4%;}}  #div_a_includeBlock_1513050317434  {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} #div_a_includeBlock_1513050317434:hover {border-top-color:#fdc217;border-right-color:#fdc217;border-bottom-color:#fdc217;border-left-color:#fdc217;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} @media screen and (max-width:640px) { #div_a_includeBlock_1513050317434:hover {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;}}


 #image_style_01_1513050545543{width:90%;height:143px;position:absolute;top:15px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513050545543{left:5%;width:90%;height:113px;}}   @media screen and (max-width:640px) {#image_style_01_1513050545543{width:90%;height:146px;top:15px;left:5%;}} #image_style_01_1513050545543 > .view_contents{overflow:visible;}

 #text_style_01_1513050545554{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:168px;left:4.513888888888888%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513050545554{left:4.424778761061947%;width:90%;top:138px;}}   @media screen and (max-width:640px) {#text_style_01_1513050545554{width:90%;top:171px;left:4.660926870748299%;}}  #text_style_01_1513050545554>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;font-weight:bold;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513050545554>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1513050545554>.view_contents {box-sizing:border-box;font-size:14px;font-weight:normal;line-height:20px;}}

 #text_style_01_1513050545560{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:210px;left:4.6875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513050545560{left:5%;width:90%;top:176px;}}   @media screen and (max-width:640px) {#text_style_01_1513050545560{width:90%;top:201px;left:4.660926870748299%;}}  #text_style_01_1513050545560>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:14px;color:#666666;line-height:25px;padding-bottom:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513050545560>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1513050545560>.view_contents {box-sizing:border-box;font-size:12px;padding-bottom:15px;}}
 #div_a_includeBlock_1513050545307{width:24%;height:305px;position:absolute;top:135px;left:76%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1513050545307{height:292px;left:74.8989262990456%;top:135px;width:23%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1513050545307{width:92%;height:291px;top:1027px;left:4%;}}  #div_a_includeBlock_1513050545307  {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} #div_a_includeBlock_1513050545307:hover {border-top-color:#fdc217;border-right-color:#fdc217;border-bottom-color:#fdc217;border-left-color:#fdc217;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} @media screen and (max-width:640px) { #div_a_includeBlock_1513050545307:hover {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;}} #layout_1513049083279{height:440px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513049083279{height:427px;}}   @media screen and (max-width:640px) {#layout_1513049083279{height:1318px;}} #layout_1513049083279 > .view_contents{overflow:visible;max-width:1200px;}
 #layout_1513057398640{height:51px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513057398640{}}   @media screen and (max-width:640px) {#layout_1513057398640{height:31px;}} #layout_1513057398640 > .view_contents{overflow:visible;max-width:1200px;}


 #text_style_01_1513050993278{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513050993278{}}   @media screen and (max-width:640px) {#text_style_01_1513050993278{width:92%;top:30px;left:4.0625%;}}  #text_style_01_1513050993278>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:20px;text-align:center;font-weight:normal;letter-spacing:1px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513050993278>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513050993278>.view_contents {box-sizing:border-box;font-size:16px;line-height:18px;}}

 #image_style_01_1513051005909{width:20%;height:20px;position:absolute;top:85px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513051005909{}}   @media screen and (max-width:640px) {#image_style_01_1513051005909{width:31.683168316831683%;height:16px;top:58px;left:34.15841584158416%;}} #image_style_01_1513051005909 > .view_contents{overflow:visible;}

 #newsList_style_04_1513057332402{width:100%;position:absolute;top:135px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1513057332402{width:96%;left:2%;}}   @media screen and (max-width:640px) {#newsList_style_04_1513057332402{width:92%;top:94px;left:4%;}}  #newsList_style_04_1513057332402 .titleSet {font-size:14px;color:#555555;padding-left:15px;padding-right:15px;line-height:25px;} #newsList_style_04_1513057332402 .detailSet {font-size:14px;color:#808080;border-bottom-style:none;line-height:24px;padding-left:15px;padding-right:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1513057332402 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #newsList_style_04_1513057332402 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #newsList_style_04_1513057332402 .detailSet {font-size:12px;}} #layout_1513050969604{height:475px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513050969604{height:417px;}}   @media screen and (max-width:640px) {#layout_1513050969604{height:583px;}} #layout_1513050969604 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1513050969604  {background:#f4f4f4;}
 #layout_1513057425904{height:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513057425904{height:41px;}}   @media screen and (max-width:640px) {#layout_1513057425904{height:20px;}} #layout_1513057425904 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1513057425904  {background:#f4f4f4;}


 #text_style_01_1513045886140{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513045886140{}}   @media screen and (max-width:640px) {#text_style_01_1513045886140{width:100%;top:30px;left:0%;}}  #text_style_01_1513045886140>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;color:#ffffff;text-align:center;font-size:30px;font-weight:bold;letter-spacing:1px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513045886140>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513045886140>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_01_1513047498434{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:95px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513047498434{}}   @media screen and (max-width:640px) {#text_style_01_1513047498434{width:100%;top:60px;left:0%;}}  #text_style_01_1513047498434>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:16px;color:rgba(255,255,255,0.7);text-align:center;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513047498434>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513047498434>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}


 #div_blank_1513046483603{width:1px;height:310px;position:absolute;top:0px;left:calc(50% - 0.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1513046483603{left:calc(50% - 0.5px);width:1px;}}   @media screen and (max-width:640px) {#div_blank_1513046483603{width:1px;height:190px;top:0px;left:calc(50% - 0.5px);}} #div_blank_1513046483603 > .view_contents{overflow:visible;}  #div_blank_1513046483603  {box-sizing:border-box;background:rgba(0, 0, 0,0.1);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1513046483603  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1513046483603  {box-sizing:border-box;}}

 #text_style_01_1513046567954{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:20px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513046567954{left:0%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513046567954{width:50%;top:20px;left:0%;}}  #text_style_01_1513046567954>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;color:#262626;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513046567954>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513046567954>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513046640113{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:20px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513046640113{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513046640113{width:50%;top:20px;left:50%;}}  #text_style_01_1513046640113>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;color:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513046640113>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513046640113>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513046762300{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:82px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513046762300{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513046762300{width:50%;top:55px;left:50%;}}  #text_style_01_1513046762300>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;color:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513046762300>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513046762300>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513046702739{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:82px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513046702739{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513046702739{width:50%;top:55px;left:0%;}}  #text_style_01_1513046702739>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;font-weight:normal;color:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513046702739>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513046702739>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513046804331{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:144px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513046804331{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513046804331{width:50%;top:90px;left:0%;}}  #text_style_01_1513046804331>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;font-weight:normal;color:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513046804331>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513046804331>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513046939878{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:206px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513046939878{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513046939878{width:50%;top:125px;left:50%;}}  #text_style_01_1513046939878>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;color:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513046939878>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513046939878>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513046913938{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:206px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513046913938{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513046913938{width:50%;top:125px;left:0%;}}  #text_style_01_1513046913938>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;font-weight:normal;color:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513046913938>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513046913938>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513047037856{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:268px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513047037856{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513047037856{width:50%;top:160px;left:50%;}}  #text_style_01_1513047037856>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;color:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513047037856>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513047037856>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513047021602{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:268px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513047021602{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513047021602{width:50%;top:160px;left:0%;}}  #text_style_01_1513047021602>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;font-weight:normal;color:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513047021602>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513047021602>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513047192476{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:144px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513047192476{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1513047192476{width:50%;top:90px;left:50%;}}  #text_style_01_1513047192476>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;color:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513047192476>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513047192476>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1513047083004{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:330px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513047083004{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1513047083004{width:90%;top:198px;left:5.001062925170068%;}}  #text_style_01_1513047083004>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:18px;text-align:center;font-weight:normal;color:rgba(38,38,38,0.8);padding-bottom:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513047083004>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513047083004>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1513046111474{width:80%;height:389px;position:absolute;top:145px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1513046111474{height:386px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1513046111474{width:92%;height:246px;top:96px;left:4%;}}  #div_a_includeBlock_1513046111474  {background:rgba(255,255,255,1);border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;} #layout_1513044958415{height:581px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513044958415{height:581px;}}   @media screen and (max-width:640px) {#layout_1513044958415{height:362px;}} #layout_1513044958415 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1513044958415  {background: url(../images/292006_banner.jpg);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;background-attachment:fixed;}


 #div_blank_1513044935359{width:100%;height:100px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1513044935359{}}   @media screen and (max-width:640px) {#div_blank_1513044935359{width:99.00990099009901%;height:119px;top:0px;left:0.4950495049504937%;}} #div_blank_1513044935359 > .view_contents{overflow:visible;}  #div_blank_1513044935359  {box-sizing:border-box;background:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1513044935359  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1513044935359  {box-sizing:border-box;}}


 #text_style_01_1513045279568{width:61.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:34px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513045279568{left:0%;width:50%;top:36px;}}   @media screen and (max-width:640px) {#text_style_01_1513045279568{width:100%;top:0px;left:0%;}}  #text_style_01_1513045279568>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Noto Sans SC;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513045279568>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1513045279568>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;}}

 #customForm_style_button_01_1513045445857{width:11.333333333333332%;position:absolute;top:32.5px;left:88.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1513045445857{width:126px;left:86.03936464088397%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1513045445857{width:35.9375%;top:49px;left:32.04187925170068%;}} #customForm_style_button_01_1513045445857 > .view_contents{overflow:visible;}  #customForm_style_button_01_1513045445857 .btnaSet {background:#fdc217;color:#262626;line-height:35px;height:35px;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;} @media screen and (max-width:640px) { #customForm_style_button_01_1513045445857 .btnaSet {line-height:30px;height:30px;}}
 #div_a_includeBlock_1513045204195{width:1200px;height:100px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1513045204195{width:96%;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1513045204195{width:92%;height:83px;top:20px;left:4%;}}


 #text_style_11_1513044997586{width:5.240912933220625%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:14px;left:84.38151041666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1513044997586{top:14px;left:77.06146408839778%;width:56px;}}   @media screen and (max-width:640px) {#text_style_11_1513044997586{width:17.36842105263158%;top:1000px;left:41.31578947368421%;display:none;}}  #text_style_11_1513044997586>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1513044997586>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1513044997586>.view_contents {box-sizing:border-box;}}

 #text_style_11_1513044997596{width:2.8740490278951816%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:27px;left:81.5078125%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1513044997596{top:27px;left:73.25621546961327%;width:4%;}}   @media screen and (max-width:640px) {#text_style_11_1513044997596{width:8.421052631578947%;top:1600px;left:45.78947368421053%;display:none;}}  #text_style_11_1513044997596>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1513044997596>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1513044997596>.view_contents {box-sizing:border-box;}}

 #text_style_11_1513044997602{width:2.197802197802198%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:22px;left:80.02864583333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1513044997602{left:71.28280386740332%;top:22px;}}   @media screen and (max-width:640px) {#text_style_11_1513044997602{width:6.578947368421052%;top:1300px;left:46.71052631578947%;display:none;}}  #text_style_11_1513044997602>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#fdc217;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#fdc217;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1513044997602>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1513044997602>.view_contents {box-sizing:border-box;}}

 #image_style_01_1513044997611{width:9.29839391377853%;height:110px;position:absolute;top:68px;left:90.59375%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513044997611{width:110px;left:86.03245856353591%;top:68px;}}   @media screen and (max-width:640px) {#image_style_01_1513044997611{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1513044997611 > .view_contents{overflow:visible;}

 #text_style_02_1513044997620{width:8.5%;font-size:46px;color:#333;line-height:50px;font-family:Noto Sans SC;position:absolute;top:185px;left:91.01041666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1513044997620{left:86.66436464088397%;top:192px;width:99px;}}   @media screen and (max-width:640px) {#text_style_02_1513044997620{width:26.31578947368421%;top:200px;left:36.8421052631579%;display:none;}}  #text_style_02_1513044997620>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;height:20px;line-height:20px;text-align:center;font-family:Noto Sans SC;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1513044997620>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1513044997620>.view_contents {box-sizing:border-box;}}

 #image_style_01_1513044997629{width:9.166666666666666%;height:110px;position:absolute;top:68px;left:80.02864583333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513044997629{width:110px;left:71.355317679558%;top:69px;}}   @media screen and (max-width:640px) {#image_style_01_1513044997629{width:55.09641873278237%;height:200px;top:800px;left:22.451790633608816%;display:none;}} #image_style_01_1513044997629 > .view_contents{overflow:visible;}

 #text_style_02_1513044997635{width:8.583333333333334%;font-size:46px;color:#333;line-height:50px;font-family:Noto Sans SC;position:absolute;top:185px;left:80.3203125%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1513044997635{width:102px;left:72.08218232044199%;top:192px;}}   @media screen and (max-width:640px) {#text_style_02_1513044997635{width:28.421052631578945%;top:500px;left:35.78947368421053%;display:none;}}  #text_style_02_1513044997635>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;height:20px;line-height:20px;text-align:center;font-family:Noto Sans SC;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1513044997635>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1513044997635>.view_contents {box-sizing:border-box;}}

 #text_style_02_1513044997653{width:14.539306846999157%;font-size:46px;color:#333;line-height:50px;font-family:Noto Sans SC;position:absolute;top:174px;left:27.3021449704142%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1513044997653{width:187px;left:25.321132596685082%;top:173px;}}   @media screen and (max-width:640px) {#text_style_02_1513044997653{width:96.00000000000001%;top:1935px;left:1.999999999999993%;display:none;}}  #text_style_02_1513044997653>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1513044997653>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1513044997653>.view_contents {box-sizing:border-box;}}

 #image_style_01_1513044997660{width:2.4513947590870666%;height:25px;position:absolute;top:174px;left:23.964497041420117%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513044997660{left:21.98204419889503%;top:173px;}}   @media screen and (max-width:640px) {#image_style_01_1513044997660{width:52.892561983471076%;height:200px;top:2235px;left:23.553719008264462%;display:none;}} #image_style_01_1513044997660 > .view_contents{overflow:visible;}

 #image_style_01_1513044997666{width:2.197802197802198%;height:25px;position:absolute;top:142px;left:24.218089602704985%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513044997666{left:22.235842541436465%;top:141px;}}   @media screen and (max-width:640px) {#image_style_01_1513044997666{width:52.892561983471076%;height:200px;top:0px;left:23.553719008264462%;display:none;}} #image_style_01_1513044997666 > .view_contents{overflow:visible;}

 #text_style_02_1513044997672{width:16.14539306846999%;font-size:46px;color:#333;line-height:50px;font-family:Noto Sans SC;position:absolute;top:142px;left:27.303465765004226%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1513044997672{width:183px;left:25.321132596685082%;top:141px;}}   @media screen and (max-width:640px) {#text_style_02_1513044997672{width:96.00000000000001%;top:2435px;left:1.999999999999993%;display:none;}}  #text_style_02_1513044997672>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1513044997672>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1513044997672>.view_contents {box-sizing:border-box;}}

 #text_style_02_1513044997678{width:28.583333333333332%;font-size:46px;color:#333;line-height:50px;font-family:Noto Sans SC;position:absolute;top:69px;left:24.218089602704985%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1513044997678{width:245px;left:22.235842541436465%;top:68px;}}   @media screen and (max-width:640px) {#text_style_02_1513044997678{width:55.00000000000001%;top:0px;left:22.499999999999996%;display:none;}}  #text_style_02_1513044997678>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:60px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1513044997678>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1513044997678>.view_contents {box-sizing:border-box;}}

 #text_style_11_1513044997684{width:2.8740490278951816%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:28px;left:25.612848689771766%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1513044997684{top:27px;left:24.1246546961326%;width:35px;}}   @media screen and (max-width:640px) {#text_style_11_1513044997684{width:9.473684210526317%;top:0px;left:45.26315789473684%;display:none;}}  #text_style_11_1513044997684>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1513044997684>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1513044997684>.view_contents {box-sizing:border-box;}}

 #text_style_11_1513044997691{width:5.240912933220625%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:15px;left:28.233305156382077%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1513044997691{top:14px;left:27.87292817679558%;width:58px;}}   @media screen and (max-width:640px) {#text_style_11_1513044997691{width:17.894736842105264%;top:0px;left:41.05263157894737%;display:none;}}  #text_style_11_1513044997691>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1513044997691>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1513044997691>.view_contents {box-sizing:border-box;}}

 #text_style_11_1513044997698{width:2.197802197802198%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:23px;left:23.964497041420117%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1513044997698{left:21.98204419889503%;top:22px;}}   @media screen and (max-width:640px) {#text_style_11_1513044997698{width:17.105263157894733%;top:0px;left:41.44736842105263%;display:none;}}  #text_style_11_1513044997698>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#fdc217;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#fdc217;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1513044997698>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1513044997698>.view_contents {box-sizing:border-box;}}

 #dh_style_03_1513044997704{width:7.249999999999999%;z-index:999;left:54.85416666666667%;top:61px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1513044997704{z-index:999;width:93px;top:64px;left:53.44440607734806%;}}   @media screen and (max-width:640px) {#dh_style_03_1513044997704{width:13.774104683195592%;z-index:999;left:43.112947658402206%;top:59px;display:none;}} #dh_style_03_1513044997704 > .view_contents{overflow:visible;}  #dh_style_03_1513044997704 .columnSet {background:transparent;font-size:12px;line-height:14px;} #dh_style_03_1513044997704 #hot>a {background:transparent;} #dh_style_03_1513044997704 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;}

 #text_style_11_1513044997711{width:2.8740490278951816%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:27px;left:57.438715131022825%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1513044997711{width:44px;top:27px;left:56.63328729281768%;}}   @media screen and (max-width:640px) {#text_style_11_1513044997711{width:9.210526315789473%;top:0px;left:45.39473684210526%;display:none;}}  #text_style_11_1513044997711>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1513044997711>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1513044997711>.view_contents {box-sizing:border-box;}}

 #text_style_11_1513044997717{width:2.197802197802198%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:23px;left:56.128486897717664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1513044997717{left:54.77037292817679%;top:22px;}}   @media screen and (max-width:640px) {#text_style_11_1513044997717{width:7.631578947368423%;top:0px;left:46.18421052631579%;display:none;}}  #text_style_11_1513044997717>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#fdc217;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#fdc217;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1513044997717>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1513044997717>.view_contents {box-sizing:border-box;}}

 #text_style_01_1513045034898{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:255px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513045034898{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1513045034898{width:100%;top:0px;left:0%;}}  #text_style_01_1513045034898>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:14px;color:#ffffff;text-align:center;padding-bottom:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513045034898>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1513045034898>.view_contents {box-sizing:border-box;}}

 #image_logo_1513044997647{width:16.5%;height:64px;position:absolute;top:98px;left:0.04166666666666667%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1513044997647{left:0%;top:91px;}}   @media screen and (max-width:640px) {#image_logo_1513044997647{width:28.947368421052637%;height:96px;top:0px;left:35.526315789473685%;display:none;}}
 #div_includeBlock_1513044997354{width:1200px;height:300px;position:absolute;top:100px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1513044997354{width:96%;height:212px;left:2%;}}   @media screen and (max-width:640px) {#div_includeBlock_1513044997354{width:92%;height:70px;top:139px;left:4%;display:block;}}  #div_includeBlock_1513044997354  {background:transparent;} #comm_layout_footer{height:400px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:312px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:209px;}}  #comm_layout_footer  {background:#161616;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }

	#image_style_01_1513042042148 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513042042148 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1513042042148 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513042042148 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_1513042460023 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513042460023 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1513042460023 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513042460023 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;}
.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}

.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../images/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../images/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}



#tab_style_03_1513043863785 #div_tab_style_03_1513043863785 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1513043863785 #div_tab_style_03_1513043863785 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1513043863785 #div_tab_style_03_1513043863785 .tab_nav{display:none !important;}
#tab_style_03_1513043863785 #div_tab_style_03_1513043863785 .tab_box{height:100%;top:0px;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1513048105638 .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_1513048105638 .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_1513048105638 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513048105638 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_1513048262132 .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_1513048262132 .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_1513048262132 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513048262132 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/***页内定义***/
.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

/**imgMove**/
.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:800%; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;}
.bannerStyle_4 .imgMove li{position:relative; float:left; margin:6px 10px; height:100%;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}

/**banner4Box**/
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}
/*boxExit*/
.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}
/*subBox*/
.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1513049119479 .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_1513049119479 .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_1513049119479 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513049119479 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_1513049404858 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513049404858 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1513049404858 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513049404858 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_1513050275045 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513050275045 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1513050275045 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513050275045 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_1513050317655 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513050317655 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1513050317655 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513050317655 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_1513050545543 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513050545543 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1513050545543 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513050545543 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_1513051005909 .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_1513051005909 .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_1513051005909 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513051005909 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_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .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; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .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: 'Noto Sans SC';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1513057332402 .newDetail.pc {display:block;}
	#newsList_style_04_1513057332402 .newDetail.pad, #newsList_style_04_1513057332402 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1513057332402 .newDetail.pad {display:block;}
		#newsList_style_04_1513057332402 .newDetail.pc, #newsList_style_04_1513057332402 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1513057332402 .newDetail.mobile {display:block;}
		#newsList_style_04_1513057332402 .newDetail.pc, #newsList_style_04_1513057332402 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1513057332402 li{width: 23.5%;}
#newsList_style_04_1513057332402 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1513057332402 li{width: 23.5%;}
	#newsList_style_04_1513057332402 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1513057332402  li{width: 48%;}
	#newsList_style_04_1513057332402  li.sumary_list{margin-bottom:4%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1513044997611 .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_1513044997611 .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_1513044997611 .CompatibleImg img{null}}
#image_style_01_1513044997611 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_1513044997629 .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_1513044997629 .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_1513044997629 .CompatibleImg img{null}}
#image_style_01_1513044997629 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_1513044997660 .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_1513044997660 .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_1513044997660 .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_1513044997660 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_1513044997666 .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_1513044997666 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1513044997666 .CompatibleImg img{null}}
#image_style_01_1513044997666 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;}
/*菜单样式*/
.menuStyle_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
