﻿
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial," ";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: ' ';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-color:#ffffff; }
body{ background-position:left top; }


 #div_blank_1502349457717{width:100%;height:40px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1502349457717{left:calc(50% - 471.5px);top:0px;height:36px;}}   @media screen and (max-width:640px) {#div_blank_1502349457717{width:100%;height:64px;top:333px;left:0%;display:none;}} #div_blank_1502349457717 > .view_contents{overflow:visible;}  #div_blank_1502349457717  {box-sizing:border-box;background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1502349457717  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1502349457717  {box-sizing:border-box;}}


 #image_logo_1527920211216{width:17.25%;height:66px;position:absolute;left:0%;top:62.929351806640625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1527920211216{left:2%;width:15.555555555555555%;top:61px;height:44px;}}   @media screen and (max-width:640px) {#image_logo_1527920211216{width:65.625%;height:48px;top:4.5px;left:2%;z-index:1;display:block;}} 

 #image_style_01_1527920263663{width:5.416666666666667%;height:25px;position:absolute;left:76.56997934977213%;top:7.500000476837158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527920263663{left:68.8063361611877%;width:7.317073170731707%;top:5.5px;height:25px;}}   @media screen and (max-width:640px) {#image_style_01_1527920263663{width:65px;height:49px;top:153px;left:41.44736842105263%;display:none;z-index:2;}} #image_style_01_1527920263663 > .view_contents{overflow:visible;} 

 #text_style_01_1527920299442{width:18.166666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:81.24162038167317%;top:7.500000476837158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527920299442{left:74.4%;width:25.601471367974547%;top:5.5px;}}   @media screen and (max-width:640px) {#text_style_01_1527920299442{width:96%;top:31px;left:2%;display:none;z-index:2;}}  #text_style_01_1527920299442>.view_contents {box-sizing:border-box;font-size:14px;font-family: ;text-align:left;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527920299442>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527920299442>.view_contents {box-sizing:border-box;}}

 #dh_style_11_1527920971718{width:40.75%;z-index:999;position:absolute;left:59.163047790527344%;top:70.99185180664062px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1527920971718{z-index:999;left:48.00293291687335%;width:49.94708994708994%;top:61px;}}   @media screen and (max-width:640px) {#dh_style_11_1527920971718{width:15%;z-index:1000;top:0px;left:85%;}} #dh_style_11_1527920971718 > .view_contents{overflow:visible;}  #dh_style_11_1527920971718 .mainMenuSet {color:#333333;font-size:16px;line-height:30px;} #dh_style_11_1527920971718 #hot>a {color:#ffffff;font-size:16px;background:#0386fa;} #dh_style_11_1527920971718 .mainMenuSet:hover {background:#0386fa;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1527920971718 .mainMenuSet {font-size:14px;line-height:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1527920971718 #hot>a {font-size:14px;}} @media screen and (max-width:640px) { #dh_style_11_1527920971718 .mainMenuSet {color:#ffffff;padding-bottom:0px;margin-bottom:6px;margin-top:6px;padding-left:10px;}} @media screen and (max-width:640px) { #dh_style_11_1527920971718 #hot>a {padding-left:12px;border-bottom-color:transparent;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1527920971718{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1527920971718{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1527920971718{
		
	}
}

 #clock_style_1_1528787476640{width:31.25%;position:absolute;left:0%;top:9.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#clock_style_1_1528787476640{left:2%;width:33.51007423117709%;top:7.5px;}}   @media screen and (max-width:640px) {#clock_style_1_1528787476640{width:96%;top:0px;left:2%;display:none;z-index:2;}} 
/*----------------------电脑板式样式----------------------*/
#clock_style_1_1528787476640{
	
}
#clock_style_1_1528787476640 *{color:#ffffff;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#clock_style_1_1528787476640{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#clock_style_1_1528787476640{
		
	}
}
 #div_a_includeBlock_1527920163316{width:1200px;height:152px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527920163316{width:100%;left:0%;height:130px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527920163316{width:100%;height:110px;top:0px;left:0%;}} #div_a_includeBlock_1527920163316 > .view_contents{overflow:visible;} 

 #text_style_01_1541136017610{width:13%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:71px;left:38.58324321667322%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541136017610{left:1.875%;top:65px;width:96.25%;}}   @media screen and (max-width:640px) {#text_style_01_1541136017610{width:96%;top:65px;left:2%;display:block;}}  #text_style_01_1541136017610>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:18px;border-bottom-width:3px;border-bottom-style:solid;line-height:29px;height:40px;padding-bottom:7px;text-decoration:none;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541136017610>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1541136017610>.view_contents {box-sizing:border-box;font-size:16px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1541136017610{
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1541136017610{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1541136017610{
		
	}
} #comm_layout_header{height:152px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:130px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:117px;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background-repeat:no-repeat;background-size:100% auto;background-position-x:0%;background-position-y:0%;background:#ffffff;}



 #image_style_01_1531468122006{width:42.333333333333336%;height:232px;position:absolute;left:10.166666666666666%;top:37px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531468122006{left:11.49689226519337%;width:38.12154696132597%;top:7.5px;height:188px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1531468122006{width:68.4375%;height:93px;top:75.5px;left:0%;display:none;}} #image_style_01_1531468122006 > .view_contents{overflow:visible;} 

 #text_style_01_1531468167178{width:11.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:14.625%;top:28px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531468167178{left:12.518991712707184%;width:14.475138121546962%;top:7.5px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531468167178{width:16.875%;top:78px;left:8.8720703125%;display:none;}}  #text_style_01_1531468167178>.view_contents {box-sizing:border-box;color:#ffffff;font-family: ;text-align:center;font-size:74px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531468167178>.view_contents {box-sizing:border-box;font-size:54px;}} @media screen and (max-width:640px) { #text_style_01_1531468167178>.view_contents {box-sizing:border-box;font-size:24px;}}

 #text_style_01_1531468242014{width:11.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:20.083333333333332%;top:127px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531468242014{width:15.359116022099448%;left:17.025207182320443%;top:72px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531468242014{width:32.8125%;top:120px;left:9.0625%;display:block;}}  #text_style_01_1531468242014>.view_contents {box-sizing:border-box;color:#ffffff;font-family: ;text-align:center;font-size:90px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531468242014>.view_contents {box-sizing:border-box;font-size:68px;}} @media screen and (max-width:640px) { #text_style_01_1531468242014>.view_contents {box-sizing:border-box;font-size:32px;}}

 #text_style_01_1531468291529{width:23.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:23.957883199055992%;top:115px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531468291529{left:12.532803867403313%;width:34.25414364640884%;top:61px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531468291529{width:52.81249999999999%;top:104px;left:6.09375%;display:block;}}  #text_style_01_1531468291529>.view_contents {box-sizing:border-box;font-family: ;color:#ffffff;font-size:24px;letter-spacing:2px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531468291529>.view_contents {box-sizing:border-box;font-size:20px;letter-spacing:0px;}} @media screen and (max-width:640px) { #text_style_01_1531468291529>.view_contents {box-sizing:border-box;font-size:12px;letter-spacing:0px;}}

 #text_style_01_1531468608333{width:17.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:30.457430521647133%;top:157px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531468608333{left:15.861533149171269%;width:30.939226519337016%;top:98px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531468608333{width:55.3125%;top:121px;left:3.2470703125%;display:block;}}  #text_style_01_1531468608333>.view_contents {box-sizing:border-box;font-family: ;color:#ffffff;text-align:right;font-size:36px;letter-spacing:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531468608333>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1531468608333>.view_contents {box-sizing:border-box;font-size:16px;letter-spacing:0px;}}

 #text_style_01_1531469137262{width:46.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:13.875000000000002%;top:278px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531469137262{left:12.532803867403313%;width:55.35911602209945%;top:198.5px;}}   @media screen and (max-width:640px) {#text_style_01_1531469137262{width:96%;top:209px;left:2%;display:none;}}  #text_style_01_1531469137262>.view_contents {box-sizing:border-box;color:#ffffff;font-family: ;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531469137262>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1531469137262>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1531469367906{width:54.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:13.875000000000002%;top:335px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531469367906{left:12.539709944751381%;width:60.331491712707184%;top:241.5px;}}   @media screen and (max-width:640px) {#text_style_01_1531469367906{width:96%;top:782px;left:2%;display:none;}}  #text_style_01_1531469367906>.view_contents {box-sizing:border-box;color:#ffffff;font-family: ;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531469367906>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531469367906>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531468104653{width:1200px;height:419px;position:absolute;top:36.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531468104653{width:96%;left:2%;height:284px;top:28px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531468104653{width:100%;height:177px;top:146.5px;left:0%;display:none;}} 

 #qqol_style_01_1543476454104{width:8.257963035784506%;position:absolute;top:91px;left:73.73181281950453%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1543476454104{}}   @media screen and (max-width:640px) {#qqol_style_01_1543476454104{width:96%;top:93.5px;left:2%;}} #qqol_style_01_1543476454104 > .view_contents{overflow:visible;}  #layout_1528787088999{height:504px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528787088999{height:484px;}}   @media screen and (max-width:640px) {#layout_1528787088999{height:148.5px;}} #layout_1528787088999 > .view_contents{overflow:visible;}  #layout_1528787088999  {background-repeat:no-repeat!important;background-size:auto;background-position:50% 50% !important;} #layout_1528787088999>.view_contents {} @media screen and (max-width:640px) { #layout_1528787088999  {background-position:50% 50% !important;background-size:cover;background-repeat:repeat-x!important;}}


 #image_style_01_1531117458910{width:60%;height:37px;position:absolute;top:20px;left:20%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531117458910{top:30px;height:25px;left:calc(50% - 282.5px);}}   @media screen and (max-width:640px) {#image_style_01_1531117458910{width:96%;height:20px;top:30px;left:2%;display:none;}} #image_style_01_1531117458910 > .view_contents{overflow:visible;} 

 #text_style_01_1531117604385{width:33.58333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:80.9525146484375px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531117604385{left:calc(50% - 145.5px);top:75px;}}   @media screen and (max-width:640px) {#text_style_01_1531117604385{width:96%;top:6px;left:1.9970703125%;}}  #text_style_01_1531117604385>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531117604385>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1531117604385>.view_contents {box-sizing:border-box;font-size:18px;font-weight:bold;text-shadow:#bf0000 0px 0px 0px;color:#ffffff;background:#003f7f;}} #layout_1528189194569{height:134px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528189194569{height:123px;}}   @media screen and (max-width:640px) {#layout_1528189194569{height:48px;}} #layout_1528189194569 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1528189194569  {background:#ffffff;}} #layout_1528189194569  {background:#ffffff;}


 #text_style_01_1528189487725{width:90.41666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:4.791666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528189487725{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#text_style_01_1528189487725{width:97.8125%;top:0px;left:1.09375%;}}  #text_style_01_1528189487725>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528189487725>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1528189487725>.view_contents {box-sizing:border-box;font-size:13px;text-align:left;text-indent:2em;font-weight:bold;font-style:normal;font-family:NSimSun;color:#000000;}} #layout_1528189487724{height:56px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528189487724{height:50px;}}   @media screen and (max-width:640px) {#layout_1528189487724{height:69px;}} #layout_1528189487724 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1528189487724  {background:#ffffff;}


 #customForm_style_button_01_1531125884523{width:16.666666666666664%;position:absolute;top:12px;left:41.66666666666667%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1531125884523{top:12px;left:34.84375%;width:30.312499999999996%;display:block;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1531125884523{width:49.0625%;top:2px;left:25.46875%;display:block;}} #customForm_style_button_01_1531125884523 > .view_contents{overflow:visible;}  #layout_1546778148273{height:44px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1546778148273{height:44px;}}   @media screen and (max-width:640px) {#layout_1546778148273{height:38px;}} #layout_1546778148273 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1531124904193{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531124904193{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531124904193{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531124904193 > .view_contents{overflow:visible;} 

 #text_style_01_1531124904266{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531124904266{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531124904266{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531124904266>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family: ;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531124904266>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531124904266>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125022094{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125022094{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125022094{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125022094 > .view_contents{overflow:visible;}  #div_blank_1531125022094  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125022094  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125022094  {box-sizing:border-box;}}

 #text_style_01_1531125186944{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125186944{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125186944{width:96%;top:116px;left:2%;}}  #text_style_01_1531125186944>.view_contents {box-sizing:border-box;font-family: ;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125186944>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125186944>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531124903570{width:15%;height:371px;position:absolute;top:66px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531124903570{width:16%;height:284px;left:2%;top:58px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531124903570{width:47%;height:192px;top:41px;left:26.5625%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531124903570  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531124903570  {background:#e5e5e5;}


 #image_style_01_1531125889897{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125889897{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531125889897{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531125889897 > .view_contents{overflow:visible;} 

 #text_style_01_1531125889928{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125889928{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531125889928{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531125889928>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family: ;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125889928>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531125889928>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125889939{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125889939{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125889939{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125889939 > .view_contents{overflow:visible;}  #div_blank_1531125889939  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125889939  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125889939  {box-sizing:border-box;}}

 #text_style_01_1531125889947{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125889947{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125889947{width:96%;top:116px;left:2%;}}  #text_style_01_1531125889947>.view_contents {box-sizing:border-box;font-family: ;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125889947>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125889947>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531125889491{width:15%;height:370px;position:absolute;top:66px;left:21.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531125889491{width:16%;height:284px;top:58px;left:21.749900583244962%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531125889491{width:47%;height:192px;top:41px;left:3.3003300330033%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531125889491  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531125889491  {background:#e5e5e5;}


 #image_style_01_1531125897268{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125897268{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531125897268{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531125897268 > .view_contents{overflow:visible;} 

 #text_style_01_1531125897293{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125897293{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531125897293{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531125897293>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family: ;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125897293>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531125897293>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125897305{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125897305{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125897305{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125897305 > .view_contents{overflow:visible;}  #div_blank_1531125897305  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125897305  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125897305  {box-sizing:border-box;}}

 #text_style_01_1531125897314{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125897314{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125897314{width:96%;top:116px;left:2%;}}  #text_style_01_1531125897314>.view_contents {box-sizing:border-box;font-family: ;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125897314>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125897314>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531125896787{width:15%;height:371px;position:absolute;top:66px;left:42.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531125896787{width:16%;height:284px;top:58px;left:41.49986744432662%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531125896787{width:47%;height:192px;top:49px;left:53%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531125896787  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531125896787  {background:#e5e5e5;}


 #image_style_01_1531125904979{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125904979{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531125904979{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531125904979 > .view_contents{overflow:visible;} 

 #text_style_01_1531125904998{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125904998{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531125904998{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531125904998>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family: ;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125904998>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531125904998>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125905007{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125905007{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125905007{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125905007 > .view_contents{overflow:visible;}  #div_blank_1531125905007  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125905007  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125905007  {box-sizing:border-box;}}

 #text_style_01_1531125905014{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125905014{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125905014{width:96%;top:116px;left:2%;}}  #text_style_01_1531125905014>.view_contents {box-sizing:border-box;font-family: ;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125905014>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125905014>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531125904532{width:15%;height:371px;position:absolute;top:66px;left:63.74999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531125904532{width:16%;height:284px;top:58px;left:61.24983430540827%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531125904532{width:47%;height:192px;top:59px;left:53%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531125904532  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531125904532  {background:#e5e5e5;}


 #image_style_01_1531125916835{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125916835{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531125916835{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531125916835 > .view_contents{overflow:visible;} 

 #text_style_01_1531125916843{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125916843{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531125916843{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531125916843>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family: ;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125916843>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531125916843>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125916851{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125916851{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125916851{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125916851 > .view_contents{overflow:visible;}  #div_blank_1531125916851  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125916851  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125916851  {box-sizing:border-box;}}

 #text_style_01_1531125916863{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125916863{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125916863{width:96%;top:116px;left:2%;}}  #text_style_01_1531125916863>.view_contents {box-sizing:border-box;font-family: ;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125916863>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125916863>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531125916551{width:15%;height:371px;position:absolute;top:66px;left:85%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531125916551{width:16%;height:284px;left:80.99980116648993%;top:58px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531125916551{width:47%;height:192px;top:14px;left:53%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531125916551  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531125916551  {background:#e5e5e5;} #layout_1528189513351{height:437px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528189513351{height:391px;}}   @media screen and (max-width:640px) {#layout_1528189513351{height:270px;display:none;}} #layout_1528189513351 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1528189513351  {background:#ffffff;}


 #text_style_01_1531127387184{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:26px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531127387184{left:calc(50% - 145.5px);top:39px;}}   @media screen and (max-width:640px) {#text_style_01_1531127387184{width:71.25%;top:6px;left:14.374999999999998%;}}  #text_style_01_1531127387184>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531127387184>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1531127387184>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1531127451266{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:86px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531127451266{left:calc(50% - 145.5px);top:78px;}}   @media screen and (max-width:640px) {#text_style_01_1531127451266{width:59.375%;top:36px;left:20.3125%;}}  #text_style_01_1531127451266>.view_contents {box-sizing:border-box;font-family: ;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531127451266>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531127451266>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1531127387157{height:131px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531127387157{height:145px;}}   @media screen and (max-width:640px) {#layout_1531127387157{height:65px;}} #layout_1531127387157 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1531127387157  {background:#ffffff;}} #layout_1531127387157  {background:#f2f2f2;}



 #image_style_01_1531128272378{width:100%;height:282px;position:absolute;top:0px;left:0%;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531128272378{width:100%;height:212px;z-index:1;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1531128272378{width:100%;height:98px;top:0px;left:0%;display:block;}} #image_style_01_1531128272378 > .view_contents{overflow:visible;} 


 #text_style_01_1531130236593{width:62.925170068027214%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:18.537414965986397%;top:79px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531130236593{left:23.86780474040632%;width:52.370203160270876%;top:54px;}}   @media screen and (max-width:640px) {#text_style_01_1531130236593{width:96%;top:0px;left:2%;}}  #text_style_01_1531130236593>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531130236593>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1531130236593>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531130299368{width:75.17006802721087%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.414965986394558%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531130299368{left:6.207674943566591%;width:87.58465011286681%;top:107px;}}   @media screen and (max-width:640px) {#text_style_01_1531130299368{width:96%;top:53px;left:2%;}}  #text_style_01_1531130299368>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531130299368>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531130299368>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531130163662{width:100%;height:282px;position:absolute;left:0%;top:0%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531130163662{left:0%;width:100%;height:212px;z-index:2;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531130163662{width:100%;height:220px;top:134px;left:0%;display:block;}}  #div_a_includeBlock_1531130163662  {background:rgba(0,127,255,0.7);}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1531130163662{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1531130163662{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1531130163662{
		
	}
#div_a_includeBlock_1531130163662{display:none!important;}
}
 #div_a_includeBlock_1531128245773{width:49%;height:282px;position:absolute;top:0px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531128245773{width:47%;left:2%;height:212px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531128245773{width:63.3%;height:98px;top:0px;left:2%;display:block;}} 


 #image_style_01_1531130895131{width:100%;height:282px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531130895131{width:100%;height:212px;z-index:1;}}   @media screen and (max-width:640px) {#image_style_01_1531130895131{width:96%;height:259px;top:0px;left:2%;}} #image_style_01_1531130895131 > .view_contents{overflow:visible;} 


 #text_style_01_1531130895577{width:62.925170068027214%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:18.537414965986397%;top:79px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531130895577{left:23.93130896226415%;width:52.370203160270876%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1531130895577{width:96%;top:0px;left:2%;}}  #text_style_01_1531130895577>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531130895577>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1531130895577>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531130895597{width:75.17006802721087%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.414965986394558%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531130895597{left:7.561910377358491%;width:84.87584650112868%;top:95px;}}   @media screen and (max-width:640px) {#text_style_01_1531130895597{width:96%;top:53px;left:2%;}}  #text_style_01_1531130895597>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531130895597>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531130895597>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531130895139{width:100%;height:282px;position:absolute;left:0%;top:0%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531130895139{left:0%;width:100%;height:212px;z-index:2;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531130895139{width:100%;height:109px;top:269px;left:0%;display:block;}}  #div_a_includeBlock_1531130895139  {background:rgba(0,127,255,0.7);}
 #div_a_includeBlock_1531130894945{width:23.5%;height:282px;position:absolute;top:0%;left:51%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531130894945{width:22.5%;height:212px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531130894945{width:100%;height:534px;top:372px;left:0%;display:none;}} 


 #image_style_01_1531131249752{width:100%;height:282px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531131249752{width:100%;height:212px;z-index:1;}}   @media screen and (max-width:640px) {#image_style_01_1531131249752{width:100%;height:98px;top:0px;left:0%;}} #image_style_01_1531131249752 > .view_contents{overflow:visible;} 


 #text_style_01_1531131250438{width:62.925170068027214%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:18.537414965986397%;top:79px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531131250438{left:23.93130896226415%;width:52.370203160270876%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1531131250438{width:96%;top:0px;left:2%;}}  #text_style_01_1531131250438>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531131250438>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1531131250438>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531131250458{width:75.17006802721087%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.414965986394558%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531131250458{left:7.561910377358491%;width:84.87584650112868%;top:95px;}}   @media screen and (max-width:640px) {#text_style_01_1531131250458{width:96%;top:53px;left:2%;}}  #text_style_01_1531131250458>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531131250458>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531131250458>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531131249757{width:100%;height:282px;position:absolute;left:0%;top:0%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531131249757{left:0%;width:100%;height:212px;z-index:2;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531131249757{width:100%;height:149px;top:269px;left:0%;display:block;}}  #div_a_includeBlock_1531131249757  {background:rgba(0,127,255,0.7);}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1531131249757{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1531131249757{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1531131249757{
		
	}
#div_a_includeBlock_1531131249757{display:none!important;}
}
 #div_a_includeBlock_1531131249581{width:23.5%;height:282px;position:absolute;top:0px;left:76.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531131249581{width:22.5%;height:212px;left:75.5%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531131249581{width:30.6%;height:98px;top:0%;left:67.3%;}}  #layout_1531128227255{height:309px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531128227255{height:231px;}}   @media screen and (max-width:640px) {#layout_1531128227255{height:106px;display:block;}} #layout_1531128227255 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1531128227255  {background:#f2f2f2;}



 #image_style_01_1531132128821{width:100%;height:282px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531132128821{width:100%;height:212px;}}   @media screen and (max-width:640px) {#image_style_01_1531132128821{width:100%;height:98px;top:0px;left:0%;}} #image_style_01_1531132128821 > .view_contents{overflow:visible;} 


 #text_style_01_1531132129236{width:62.925170068027214%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:18.537414965986397%;top:79px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531132129236{left:23.93130896226415%;width:52.370203160270876%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1531132129236{width:96%;top:0px;left:2%;}}  #text_style_01_1531132129236>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531132129236>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1531132129236>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531132129240{width:75.17006802721087%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.414965986394558%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531132129240{left:7.561910377358491%;width:84.87584650112868%;top:95px;}}   @media screen and (max-width:640px) {#text_style_01_1531132129240{width:96%;top:53px;left:2%;}}  #text_style_01_1531132129240>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531132129240>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531132129240>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531132128891{width:100%;height:282px;position:absolute;left:0%;top:0%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531132128891{left:0%;width:100%;height:212px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531132128891{width:100%;height:195px;top:269px;left:0%;display:block;}}  #div_a_includeBlock_1531132128891  {background:rgba(0,127,255,0.7);}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1531132128891{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1531132128891{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1531132128891{
		
	}
#div_a_includeBlock_1531132128891{display:none!important;}
}
 #div_a_includeBlock_1531132128182{width:23.5%;height:295px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531132128182{width:22.5%;height:262px;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531132128182{width:30.6%;height:98px;top:0%;left:2%;display:block;}} 


 #image_style_01_1531132129018{width:100%;height:282px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531132129018{width:100%;height:212px;}}   @media screen and (max-width:640px) {#image_style_01_1531132129018{width:100%;height:98px;top:0px;left:0%;}} #image_style_01_1531132129018 > .view_contents{overflow:visible;} 


 #text_style_01_1531132130113{width:62.925170068027214%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:18.537414965986397%;top:79px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531132130113{left:23.93130896226415%;width:52.370203160270876%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1531132130113{width:96%;top:0px;left:2%;}}  #text_style_01_1531132130113>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531132130113>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1531132130113>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531132130147{width:75.17006802721087%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.414965986394558%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531132130147{left:7.561910377358491%;width:84.87584650112868%;top:95px;}}   @media screen and (max-width:640px) {#text_style_01_1531132130147{width:96%;top:53px;left:2%;}}  #text_style_01_1531132130147>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531132130147>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531132130147>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531132129021{width:100%;height:282px;position:absolute;left:0%;top:0%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531132129021{left:0%;width:100%;height:212px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531132129021{width:100%;height:149px;top:269px;left:0%;display:block;}}  #div_a_includeBlock_1531132129021  {background:rgba(0,127,255,0.7);}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1531132129021{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1531132129021{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1531132129021{
		
	}
#div_a_includeBlock_1531132129021{display:none!important;}
}
 #div_a_includeBlock_1531132128187{width:23.5%;height:294px;position:absolute;top:0px;left:25.25%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531132128187{width:22.5%;height:262px;left:50.99913838812301%;top:0px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531132128187{width:30.6%;height:98px;top:0px;left:34.697265625%;display:block;}} 


 #image_style_01_1531132207885{width:100%;height:282px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531132207885{width:100%;height:212px;}}   @media screen and (max-width:640px) {#image_style_01_1531132207885{width:100%;height:98px;top:0px;left:0%;}} #image_style_01_1531132207885 > .view_contents{overflow:visible;} 


 #text_style_01_1531132208792{width:62.925170068027214%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:18.537414965986397%;top:79px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531132208792{left:23.86780474040632%;width:52.370203160270876%;top:54px;}}   @media screen and (max-width:640px) {#text_style_01_1531132208792{width:96%;top:0px;left:2%;}}  #text_style_01_1531132208792>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531132208792>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1531132208792>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531132208812{width:75.17006802721087%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.414965986394558%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531132208812{left:7.562076749435666%;width:84.87584650112868%;top:107px;}}   @media screen and (max-width:640px) {#text_style_01_1531132208812{width:96%;top:53px;left:2%;}}  #text_style_01_1531132208812>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531132208812>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531132208812>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531132207891{width:100%;height:282px;position:absolute;left:0%;top:0%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531132207891{left:0%;width:100%;height:212px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531132207891{width:100%;height:149px;top:269px;left:0%;display:block;}}  #div_a_includeBlock_1531132207891  {background:rgba(0,127,255,0.7);}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1531132207891{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1531132207891{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1531132207891{
		
	}
#div_a_includeBlock_1531132207891{display:none!important;}
}
 #div_a_includeBlock_1531132207743{width:23.5%;height:297px;position:absolute;top:0px;left:51%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531132207743{width:22.5%;height:262px;left:26.499536055143157%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531132207743{width:30.6%;height:98px;top:144px;left:69.375%;display:none;}} 


 #image_style_01_1531132221413{width:100%;height:280px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531132221413{width:100%;height:212px;}}   @media screen and (max-width:640px) {#image_style_01_1531132221413{width:100%;height:98px;top:0px;left:0%;}} #image_style_01_1531132221413 > .view_contents{overflow:visible;} 


 #text_style_01_1531132222592{width:62.925170068027214%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:18.537414965986397%;top:79px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531132222592{left:23.93130896226415%;width:52.370203160270876%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1531132222592{width:96%;top:0px;left:2%;}}  #text_style_01_1531132222592>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531132222592>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1531132222592>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531132222623{width:75.17006802721087%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.414965986394558%;top:142px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531132222623{left:7.561910377358491%;width:84.87584650112868%;top:95px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531132222623{width:96%;top:53px;left:2%;display:block;}}  #text_style_01_1531132222623>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531132222623>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531132222623>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531132221437{width:100%;height:282px;position:absolute;left:0%;top:0%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531132221437{left:0%;width:100%;height:212px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531132221437{width:100%;height:149px;top:269px;left:0%;display:none;}}  #div_a_includeBlock_1531132221437  {background:rgba(0,127,255,0.7);}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1531132221437{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1531132221437{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1531132221437{
		
	}
#div_a_includeBlock_1531132221437{display:none!important;}
}
 #div_a_includeBlock_1531132221240{width:23.5%;height:301px;position:absolute;top:0px;left:76.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531132221240{width:22.5%;height:262px;left:75.49874072110286%;top:0px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531132221240{width:30.6%;height:98px;top:0px;left:67.3%;}}  #layout_1531132128158{height:303px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531132128158{height:262px;}}   @media screen and (max-width:640px) {#layout_1531132128158{height:109px;}} #layout_1531132128158 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1531132128158  {background:#f2f2f2;}


 #image_style_01_1531298096287{width:46%;height:368px;position:absolute;top:84px;left:52.916666666666664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531298096287{left:52%;top:50px;width:46%;height:290px;}}   @media screen and (max-width:640px) {#image_style_01_1531298096287{width:96%;height:205px;top:30px;left:2%;display:none;}} #image_style_01_1531298096287 > .view_contents{overflow:visible;} 


 #image_style_01_1531298492623{width:54px;height:54px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531298492623{left:0%;width:46px;height:46px;}}   @media screen and (max-width:640px) {#image_style_01_1531298492623{width:40px;height:40px;top:0px;left:0%;}} #image_style_01_1531298492623 > .view_contents{overflow:visible;} 

 #text_style_01_1531299625732{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:67px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531299625732{left:0%;width:100%;top:53px;}}   @media screen and (max-width:640px) {#text_style_01_1531299625732{width:100%;top:49px;left:0%;display:none;}}  #text_style_01_1531299625732>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531299625732>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531299625732>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1531299646374{width:66.66666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:24.333333333333336%;top:7.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531299646374{left:26.583241150442475%;width:54.86725663716814%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1531299646374{width:22.875816993464053%;top:6px;left:17.03125%;display:block;}}  #text_style_01_1531299646374>.view_contents {box-sizing:border-box;font-size:22px;font-family: ;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531299646374>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1531299646374>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_a_includeBlock_1531298155225{width:25%;height:277px;position:absolute;top:70px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531298155225{width:23%;left:1.9999337221633087%;height:153px;top:50px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531298155225{width:95.9375%;height:42px;top:4px;left:2%;display:block;}} 


 #image_style_01_1531301066296{width:54px;height:54px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531301066296{left:0%;width:46px;height:46px;}}   @media screen and (max-width:640px) {#image_style_01_1531301066296{width:40px;height:40px;top:0px;left:0%;}} #image_style_01_1531301066296 > .view_contents{overflow:visible;} 

 #text_style_01_1531301066301{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:67px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531301066301{left:0%;width:100%;top:53px;}}   @media screen and (max-width:640px) {#text_style_01_1531301066301{width:100%;top:49px;left:0%;display:none;}}  #text_style_01_1531301066301>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531301066301>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531301066301>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1531301066307{width:66.66666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:24.333333333333336%;top:7.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531301066307{left:26.583241150442475%;width:54.86725663716814%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1531301066307{width:48.534201954397396%;top:6px;left:17.03125%;}}  #text_style_01_1531301066307>.view_contents {box-sizing:border-box;font-size:22px;font-family: ;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531301066307>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1531301066307>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_a_includeBlock_1531301066025{width:25%;height:277px;position:absolute;top:70px;left:27%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531301066025{width:23%;height:178px;left:26.99993372216331%;top:50px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531301066025{width:96%;height:41px;top:49px;left:2%;}} 


 #image_style_01_1531301153397{width:54px;height:54px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531301153397{left:0%;width:46px;height:46px;}}   @media screen and (max-width:640px) {#image_style_01_1531301153397{width:40px;height:40px;top:0px;left:0%;}} #image_style_01_1531301153397 > .view_contents{overflow:visible;} 

 #text_style_01_1531301153409{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:67px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531301153409{left:0%;width:100%;top:53px;}}   @media screen and (max-width:640px) {#text_style_01_1531301153409{width:100%;top:49px;left:0%;display:none;}}  #text_style_01_1531301153409>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531301153409>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531301153409>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1531301153414{width:66.66666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:24.333333333333336%;top:7.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531301153414{left:26.583241150442475%;width:54.86725663716814%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1531301153414{width:48.534201954397396%;top:6px;left:17.03125%;}}  #text_style_01_1531301153414>.view_contents {box-sizing:border-box;font-size:22px;font-family: ;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531301153414>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1531301153414>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_a_includeBlock_1531301153255{width:25%;height:180px;position:absolute;top:281px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531301153255{width:23%;height:153px;left:1.9999337221633087%;top:211px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531301153255{width:96%;height:58.078125px;top:94px;left:1.9970703125%;}} 


 #image_style_01_1531301233868{width:54px;height:54px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531301233868{left:0%;width:46px;height:46px;}}   @media screen and (max-width:640px) {#image_style_01_1531301233868{width:40px;height:40px;top:0px;left:0%;}} #image_style_01_1531301233868 > .view_contents{overflow:visible;} 

 #text_style_01_1531301233879{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:67px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531301233879{left:0%;width:100%;top:53px;}}   @media screen and (max-width:640px) {#text_style_01_1531301233879{width:100%;top:49px;left:0%;display:none;}}  #text_style_01_1531301233879>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531301233879>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531301233879>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1531301233885{width:66.66666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:24.333333333333336%;top:7.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531301233885{left:26.583241150442475%;width:54.86725663716814%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1531301233885{width:48.534201954397396%;top:6px;left:17.03125%;}}  #text_style_01_1531301233885>.view_contents {box-sizing:border-box;font-size:22px;font-family: ;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531301233885>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1531301233885>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_a_includeBlock_1531301233639{width:25%;height:177px;position:absolute;top:281px;left:27%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531301233639{width:23%;height:128px;left:26.99993372216331%;top:211px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531301233639{width:96%;height:46px;top:140px;left:2%;}}  #layout_1531126155105{height:517px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531126155105{height:390px;}}   @media screen and (max-width:640px) {#layout_1531126155105{height:193px;z-index:1;display:block;}} #layout_1531126155105 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1531126155105  {background-size:cover;background-position-x:50%;background-position-y:50%;background-repeat:repeat!important;background-position:50% 0% !important;background:linear-gradient(90deg,rgba(148,219,247,1),rgba(48,91,137,1));}


 #text_style_01_1547515973207{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:block;position:absolute;left:34.58333333333333%;top:55.78125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547515973207{width:38.54166666666667%;display:none;left:30.729166666666664%;top:55.78125px;}}   @media screen and (max-width:640px) {#text_style_01_1547515973207{width:96.5625%;display:block;top:4px;left:1.40625%;}}  #text_style_01_1547515973207>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547515973207>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547515973207>.view_contents {box-sizing:border-box;font-size:19px;color:#ff0000;text-align:center;font-family:KaiTi_GB2312;}}

 #text_style_01_1547516242415{width:28.743235117257964%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:104.125px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547516242415{top:135.125px;left:35.628382441371016%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1547516242415{width:99.84375%;top:151px;left:0.15625%;display:block;}}  #text_style_01_1547516242415>.view_contents {box-sizing:border-box;font-size:18px;background:#1c9393;color:#ffffff;font-family: ;text-indent:0em;padding-left:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547516242415>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547516242415>.view_contents {box-sizing:border-box;font-size:16px;background:#ff0000;font-weight:bold;text-align:center;}}

 #text_default_1547516441415{width:33.33333333333333%;height:42px;position:absolute;top:151.125px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547516441415{top:183.125px;left:33.333333333333336%;display:none;}}   @media screen and (max-width:640px) {#text_default_1547516441415{width:100.1220703125%;height:40px;top:239px;left:0%;display:block;}} 
/*----------------------电脑板式样式----------------------*/
#text_default_1547516441415{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1547516441415{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1547516441415{
		
	}
}

 #text_default_1547516536145{width:33.33333333333333%;height:38px;position:absolute;top:193.125px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547516536145{display:none;}}   @media screen and (max-width:640px) {#text_default_1547516536145{width:99.8779296875%;height:32px;top:275.25px;left:0.1220703125%;display:none;}} 

 #text_default_1547516543961{width:33.33333333333333%;height:42px;position:absolute;top:260.125px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547516543961{display:none;}}   @media screen and (max-width:640px) {#text_default_1547516543961{width:99.8779296875%;height:32.256px;top:317.5px;left:0%;display:block;}} 

 #text_default_1547517042424{width:33.33333333333333%;height:42px;position:absolute;top:334.125px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547517042424{display:none;}}   @media screen and (max-width:640px) {#text_default_1547517042424{width:99.8779296875%;height:32.256px;top:397.765625px;left:0%;display:block;}} 

 #text_default_1547518308962{width:33.33333333333333%;height:42px;position:absolute;top:412.765625px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547518308962{display:none;}}   @media screen and (max-width:640px) {#text_default_1547518308962{width:99.8779296875%;height:32.256px;top:356.765625px;left:0%;display:block;}} 

 #text_default_1547518529026{width:33.33333333333333%;height:42px;position:absolute;top:412.765625px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547518529026{display:none;}}   @media screen and (max-width:640px) {#text_default_1547518529026{width:99.94140625%;height:32.256px;top:279px;left:0.06103515625%;display:block;}} 

 #text_style_01_1547518934292{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:34.58333333333333%;top:683.46875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547518934292{width:38.54166666666667%;display:none;left:30.729166666666664%;top:683.46875px;}}   @media screen and (max-width:640px) {#text_style_01_1547518934292{width:99.375%;display:block;top:430.46875px;left:0.3759765625%;}}  #text_style_01_1547518934292>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547518934292>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547518934292>.view_contents {box-sizing:border-box;font-size:16px;background:#ff0000;color:#ffffff;font-weight:bold;font-family: ;text-align:center;}}

 #text_style_01_1547519039430{width:28.743235117257964%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1029.125px;left:35.628382441371016%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547519039430{top:1029.125px;left:35.628382441371016%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1547519039430{width:100%;top:858.640625px;left:0%;display:block;}}  #text_style_01_1547519039430>.view_contents {box-sizing:border-box;font-size:18px;background:#1c9393;color:#ffffff;font-family: ;text-indent:0em;padding-left:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547519039430>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547519039430>.view_contents {box-sizing:border-box;font-size:12px;color:#000000;background:transparent;}}

 #text_style_01_1547519066037{width:28.683102826217677%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:890.125px;left:35.65844858689116%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547519066037{top:890.125px;left:35.65844858689116%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1547519066037{width:88.42105263157895%;top:981.125px;left:5.7894736842105265%;display:block;}}  #text_style_01_1547519066037>.view_contents {box-sizing:border-box;font-family: ;font-size:18px;border-bottom-width:3px;border-bottom-style:solid;line-height:29px;height:40px;padding-bottom:7px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547519066037>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547519066037>.view_contents {box-sizing:border-box;font-size:25px;color:#ff0000;text-align:center;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1547519066037{
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1547519066037{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1547519066037{
		
	}
}

 #text_style_01_1547519154981{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1143.125px;left:34.58333333333333%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547519154981{top:1143.125px;left:34.58333333333333%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1547519154981{width:98.4375%;top:1087.125px;left:0.78125%;display:block;}}  #text_style_01_1547519154981>.view_contents {box-sizing:border-box;font-size:18px;font-family: ;line-height:60px;height:60px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-color:#bcbcbc;border-right-color:#bcbcbc;border-bottom-color:#bcbcbc;border-left-color:#bcbcbc;text-indent:1em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547519154981>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547519154981>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;background:#ff0000;text-align:center;line-height:50px;height:50px;}}

 #text_style_01_1547519903845{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:34.58333333333333%;top:114.703125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547519903845{width:38.54166666666667%;display:none;left:30.729166666666664%;top:114.703125px;}}   @media screen and (max-width:640px) {#text_style_01_1547519903845{width:79.6875%;display:block;top:68px;left:10.15625%;}}  #text_style_01_1547519903845>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547519903845>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547519903845>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;text-shadow:#ff0000 0px 0px 0px;border-top:none !important;border-right:none !important;border-left:none !important;border-bottom:none !important;border-color:rgba(rgb(51, 51, 51),1);border-style:solid;border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;color:#ff0033;font-weight:bold;}} @media screen and (max-width:640px) { #text_style_01_1547519903845 .diyCurTab {text-align:right;}}

 #text_style_01_1547523139646{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:34.58333333333333%;top:211.703125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547523139646{width:38.54166666666667%;display:none;left:30.729166666666664%;top:211.703125px;}}   @media screen and (max-width:640px) {#text_style_01_1547523139646{width:99.6875%;display:block;top:122px;left:0.15625%;}}  #text_style_01_1547523139646>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547523139646>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547523139646>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;font-weight:bold;font-family: ;text-align:center;}}

 #text_style_01_1547523281808{width:28.743235117257964%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:919.359375px;left:35.628382441371016%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547523281808{top:919.359375px;left:35.628382441371016%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1547523281808{width:99.375%;top:564.359375px;left:0.3125%;display:block;}}  #text_style_01_1547523281808>.view_contents {box-sizing:border-box;font-size:18px;background:#1c9393;color:#ffffff;font-family: ;text-indent:0em;padding-left:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547523281808>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547523281808>.view_contents {box-sizing:border-box;font-size:13px;text-align:center;background:transparent;color:#ff0000;font-weight:bold;}}

 #counter_style_1_1543476262663{width:187px;left:48.15178922532442%;top:537px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#counter_style_1_1543476262663{width:187px;left:20.78125%;top:537px;}}   @media screen and (max-width:640px) {#counter_style_1_1543476262663{width:130px;left:65.78947368421053%;top:529.703125px;}} 

 #customForm_style_button_01_1547529570222{width:15.625%;height:40px;left:6.508789062500001%;top:657.171875px;position:absolute;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1547529570222{height:40px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1547529570222{height:40px;left:9.9365234375%;top:635.09375px;display:none;}} #customForm_style_button_01_1547529570222 > .view_contents{overflow:visible;} 

 #text_style_01_1547531754164{width:28.743235117257964%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:587.359375px;left:35.628382441371016%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547531754164{top:587.359375px;left:35.628382441371016%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1547531754164{width:61.5625%;top:533.203125px;left:7.973632812500001%;display:block;}}  #text_style_01_1547531754164>.view_contents {box-sizing:border-box;font-size:18px;background:#1c9393;color:#ffffff;font-family: ;text-indent:0em;padding-left:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547531754164>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547531754164>.view_contents {box-sizing:border-box;font-size:12px;color:#ff0000;background:transparent;font-weight:bold;}}


 #text_style_02_1547532124237{width:70.80745341614907%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;left:14.713216957605985%;top:45px;text-indent:0em;text-align:center;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1547532124237{width:NaN%;left:NaN%;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1547532124237{width:82.8996282527881%;left:10.134208463949843%;z-index:2;display:block;top:2px;}}  #text_style_02_1547532124237>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;} #text_style_02_1547532124237  {font-size:18px;background:none;color:#f9f9f9;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1547532124237>.view_contents {box-sizing:border-box;height:30px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_02_1547532124237>.view_contents {box-sizing:border-box;color:#ff003b;height:30px;line-height:30px;font-size:13px;}}


 #customForm_style_input_01_1547532124331{width:96.69966996699671%;position:absolute;left:1.5915119363395225%;top:58px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1547532124331{width:95%;left:2.5%;top:58px;display:none;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1547532124331{width:77.57255936675462%;left:11.213720316622691%;top:2px;display:block;}} #customForm_style_input_01_1547532124331 > .view_contents{overflow:visible;}  #customForm_style_input_01_1547532124331  {height:40px;font-size:14px;} #customForm_style_input_01_1547532124331 .inputSet {line-height:18px;font-size:14px;height:40px;} @media screen and (max-width:640px) { #customForm_style_input_01_1547532124331 .inputSet {font-size:12px;height:30px;}}

 #customForm_style_button_01_1547532124337{width:95.64356435643565%;position:absolute;left:2.122015915119363%;top:269px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1547532124337{width:95%;left:2.34375%;top:253px;display:none;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1547532124337{width:78.10026385224275%;left:10.949868073878628%;top:37px;display:block;}} #customForm_style_button_01_1547532124337 > .view_contents{overflow:visible;}  #customForm_style_button_01_1547532124337 .btnaSet {height:40px;color:#ffffff;background:#65d6f0;font-size:16px;}
 #customForm_form_1547532124250{width:94.09937888198756%;height:321px;position:absolute;left:2.9925187032418954%;top:104px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1547532124250{width:90%;height:309px;left:5.126953125%;top:107px;display:none;}}   @media screen and (max-width:640px) {#customForm_form_1547532124250{width:100%;height:78px;left:0%;top:31px;display:block;}}  #customForm_form_1547532124250  {border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:1px;}
 #div_includeBlock_1547532124059{width:33.416666666666664%;height:497px;position:absolute;left:33.29166666666667%;top:626.640625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1547532124059{width:33.020833333333336%;height:487px;left:33.48958333333333%;top:626.640625px;display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1547532124059{width:99.73684210526315%;height:116px;left:0.2302631578947368%;top:612.640625px;display:block;}}  #div_includeBlock_1547532124059  {opacity:1;background:#fccfdc;} @media screen and (max-width:640px) { #div_includeBlock_1547532124059  {background:#ffffff;}}

 #image_style_01_1547534225556{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:757.703125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547534225556{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:757.703125px;}}   @media screen and (max-width:640px) {#image_style_01_1547534225556{width:32.8125%;height:125px;display:block;top:733.640625px;left:0%;}} #image_style_01_1547534225556 > .view_contents{overflow:visible;} 

 #image_style_01_1547534252835{width:16.666666666666664%;height:200px;display:none;position:absolute;left:0%;top:742.640625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547534252835{width:20.833333333333336%;height:200px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1547534252835{width:32.8125%;height:123px;display:block;top:735.640625px;left:67.03125%;}} #image_style_01_1547534252835 > .view_contents{overflow:visible;} 

 #text_style_01_1547537717891{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:34.58333333333333%;top:1026.703125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547537717891{width:38.54166666666667%;display:none;left:30.729166666666664%;top:1026.703125px;}}   @media screen and (max-width:640px) {#text_style_01_1547537717891{width:97.36842105263158%;display:block;top:1026.703125px;left:0.7894736842105263%;}}  #text_style_01_1547537717891>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547537717891>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547537717891>.view_contents {box-sizing:border-box;font-size:15px;text-align:center;color:#ff0000;font-family: ;font-weight:normal;}}

 #image_style_01_1547540379728{width:16.666666666666664%;height:200px;display:none;position:absolute;left:7.000000000000001%;top:742.640625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547540379728{width:20.833333333333336%;height:200px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1547540379728{width:32.8125%;height:123px;display:block;top:733.640625px;left:33.28125%;}} #image_style_01_1547540379728 > .view_contents{overflow:visible;}  #layout_1547515921066{height:608px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1547515921066{display:none;height:697.171875px;}}   @media screen and (max-width:640px) {#layout_1547515921066{height:1154px;display:block;}} #layout_1547515921066 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1531303401886{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:29px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531303401886{left:calc(50% - 145.5px);top:39px;}}   @media screen and (max-width:640px) {#text_style_01_1531303401886{width:71.25%;top:14px;left:14.374999999999998%;}}  #text_style_01_1531303401886>.view_contents {box-sizing:border-box;font-family: ;text-align:center;font-size:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531303401886>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1531303401886>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1531303401906{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:79px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531303401906{left:calc(50% - 145.5px);top:78px;}}   @media screen and (max-width:640px) {#text_style_01_1531303401906{width:59.375%;top:43px;left:20.3125%;}}  #text_style_01_1531303401906>.view_contents {box-sizing:border-box;font-family: ;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531303401906>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531303401906>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1531303401885{height:123px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531303401885{height:145px;display:block;}}   @media screen and (max-width:640px) {#layout_1531303401885{height:70px;display:block;}} #layout_1531303401885 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1531303401885  {background:#ffffff;}} #layout_1531303401885  {background:transparent;}


 #productList_style_01_1545796565385{width:98.91666666666666%;position:absolute;top:4px;left:0.5416666666666714%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1545796565385{}}   @media screen and (max-width:640px) {#productList_style_01_1545796565385{width:96%;top:0px;left:2%;}} #productList_style_01_1545796565385 > .view_contents{overflow:visible;}  #layout_1528698544784{height:804px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528698544784{height:1214px;}}   @media screen and (max-width:640px) {#layout_1528698544784{height:1106px;}} #layout_1528698544784 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1528698544784  {background:#ffffff;}
 #layout_1527931556586{height:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527931556586{height:29px;}}   @media screen and (max-width:640px) {#layout_1527931556586{height:7px;}} #layout_1527931556586 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1527931556586  {background:#ffffff;}



 #text_style_01_1531308299698{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531308299698{left:0%;width:35.469613259668506%;}}   @media screen and (max-width:640px) {#text_style_01_1531308299698{width:90.87947882736157%;top:0px;left:0%;}}  #text_style_01_1531308299698>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531308299698>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531308299698>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1531308493165{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531308493165{left:0%;width:41.10497237569061%;top:24px;}}   @media screen and (max-width:640px) {#text_style_01_1531308493165{width:75.57003257328991%;top:24px;left:0%;}}  #text_style_01_1531308493165>.view_contents {box-sizing:border-box;font-family: ;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531308493165>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1531308493165>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1531308789046{width:37.7814845704754%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:101.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531308789046{left:0%;width:45.85635359116022%;top:83.5px;}}   @media screen and (max-width:640px) {#text_style_01_1531308789046{width:100%;top:384px;left:0%;}}  #text_style_01_1531308789046>.view_contents {box-sizing:border-box;font-size:16px;font-family: ;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531308789046>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531308789046>.view_contents {box-sizing:border-box;font-size:12px;}}


 #text_style_01_1531309448573{width:76.88442211055276%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.581344221105528%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531309448573{left:13.666666666666666%;width:72.66666666666667%;top:4px;}}   @media screen and (max-width:640px) {#text_style_01_1531309448573{width:88%;top:7px;left:5.880376344086022%;}}  #text_style_01_1531309448573>.view_contents {box-sizing:border-box;font-family: ;font-weight:bold;text-align:center;line-height:44px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531309448573>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1531309448573>.view_contents {box-sizing:border-box;font-size:22px;line-height:36px;}}

 #text_style_01_1531309473835{width:83.91959798994975%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.040201005025125%;top:44px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531309473835{left:8%;width:84%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1531309473835{width:77.45098039215686%;top:38px;left:11.399529569892474%;}}  #text_style_01_1531309473835>.view_contents {box-sizing:border-box;font-family: ;font-size:15px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531309473835>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1531309473835>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1531309425996{width:11.760479733110925%;height:86px;position:absolute;left:0%;top:215.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531309425996{left:0%;width:16.6%;top:178.5px;height:76px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531309425996{width:33.3%;height:69px;top:458px;left:0%;}}  #div_a_includeBlock_1531309425996  {border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;}


 #text_style_01_1531310202370{width:76.88442211055276%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.581344221105528%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531310202370{left:13.666666666666666%;width:72.66666666666667%;top:4px;}}   @media screen and (max-width:640px) {#text_style_01_1531310202370{width:80.13029315960912%;top:7px;left:9.93485342019544%;}}  #text_style_01_1531310202370>.view_contents {box-sizing:border-box;font-family: ;font-weight:bold;text-align:center;line-height:44px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531310202370>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1531310202370>.view_contents {box-sizing:border-box;font-size:22px;line-height:36px;}}

 #text_style_01_1531310202381{width:83.91959798994975%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.040201005025125%;top:44px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531310202381{left:8%;width:84%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1531310202381{width:77.19869706840392%;top:38px;left:11.400651465798045%;}}  #text_style_01_1531310202381>.view_contents {box-sizing:border-box;font-family: ;font-size:15px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531310202381>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1531310202381>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1531310202094{width:11.750679333333332%;height:86px;position:absolute;left:12.58227019830979%;top:215.99185180664062px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531310202094{top:178.5px;left:16.574585635359114%;height:76px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531310202094{width:33.3%;height:69px;top:458px;left:33.42324918566775%;}}  #div_a_includeBlock_1531310202094  {border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;}


 #text_style_01_1531310330725{width:76.88442211055276%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.581344221105528%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531310330725{left:13.666666666666666%;width:72.66666666666667%;top:4px;}}   @media screen and (max-width:640px) {#text_style_01_1531310330725{width:68.40390879478826%;top:7px;left:15.798045602605862%;}}  #text_style_01_1531310330725>.view_contents {box-sizing:border-box;font-family: ;font-weight:bold;text-align:center;line-height:44px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531310330725>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1531310330725>.view_contents {box-sizing:border-box;font-size:22px;line-height:36px;}}

 #text_style_01_1531310330734{width:83.91959798994975%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.040201005025125%;top:44px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531310330734{left:8%;width:84%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1531310330734{width:68.40390879478826%;top:38px;left:15.798045602605862%;}}  #text_style_01_1531310330734>.view_contents {box-sizing:border-box;font-family: ;font-size:15px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531310330734>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1531310330734>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1531310330558{width:11.75%;height:86px;position:absolute;left:25.086123710676866%;top:215.4891357421875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531310330558{top:178.5px;left:33.276933701657455%;height:76px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531310330558{width:33.3%;height:69px;top:458px;left:66.77524429967427%;}}  #div_a_includeBlock_1531310330558  {border-right-style:solid;border-right-width:0px;border-right-color:#cccccc;}

 #banner_style_05_1541136948043{width:60%;height:296px;position:absolute;left:39.9780604320332%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_05_1541136948043{left:4%;width:92%;}}   @media screen and (max-width:640px) {#banner_style_05_1541136948043{width:100%;height:300px;top:228px;left:0%;}} 
 #div_a_includeBlock_1531303509226{width:1199px;height:301.9918518066406px;position:absolute;top:70px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531303509226{width:96%;left:2.014846235418876%;height:296px;top:50px;z-index:1;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531303509226{width:96%;height:528px;top:231px;left:2%;display:block;}}  #div_a_includeBlock_1531303509226>.view_contents {font-size:14px;}

 #text_style_01_1541138312645{width:12%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:14.3125px;left:44.42403165552497%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541138312645{}}   @media screen and (max-width:640px) {#text_style_01_1541138312645{width:96%;top:44px;left:2%;}}  #text_style_01_1541138312645>.view_contents {box-sizing:border-box;font-size:20px;color:#000000;font-family: ;text-indent:0em;padding-left:10px;} #text_style_01_1541138312645 .diyCurTab {} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1541138312645>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1541138312645>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_default_1543475681589{width:28.109627547434997%;height:4px;position:absolute;top:367px;left:64.30077301475755%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1543475681589{}}   @media screen and (max-width:640px) {#text_default_1543475681589{width:96%;height:0px;top:769px;left:2%;display:block;}}  #layout_1531303422704{height:378px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531303422704{height:371px;display:none;}}   @media screen and (max-width:640px) {#layout_1531303422704{height:769px;display:none;}} #layout_1531303422704 > .view_contents{overflow:visible;}  #layout_1531303422704  {background:#f2f2f2;}


 #newsList_style_01_1547430074400{width:100.08333333333333%;position:absolute;top:3.546875px;left:0.8333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1547430074400{}}   @media screen and (max-width:640px) {#newsList_style_01_1547430074400{width:96%;top:10px;left:2%;display:block;}}  #layout_1547430066630{height:381px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1547430066630{}}   @media screen and (max-width:640px) {#layout_1547430066630{height:2px;display:none;}} #layout_1547430066630 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_02_1527932288760{width:100%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:21px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932288760{width:100%;left:0%;top:21px;}}   @media screen and (max-width:640px) {#text_style_02_1527932288760{width:100%;top:10px;left:0%;}}  #text_style_02_1527932288760>.view_contents {box-sizing:border-box;font-family: ;font-size:16px;color:#bfbfbf;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932288760>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527932288760>.view_contents {box-sizing:border-box;text-align:center;font-size:12px;}}
 #div_includeBlock_1527932287806{width:100%;height:72px;position:absolute;top:315.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932287806{left:calc(50% - 471.5px);top:338.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1527932287806{width:100.1220703125%;height:70px;top:86px;left:0%;display:block;}}  #div_includeBlock_1527932287806  {background:#000000;}




 #text_style_06_1541137188196{width:14.75%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:23px;left:85.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1541137188196{left:85.21063535911603%;top:23px;}}   @media screen and (max-width:640px) {#text_style_06_1541137188196{width:100%;top:500px;left:0%;display:none;}}  #text_style_06_1541137188196>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;text-align:center;letter-spacing:3px;font-weight:normal;} #text_style_06_1541137188196  {background:transparent;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;} #text_style_06_1541137188196 .view_contents:hover {color:#ffffff;text-align:center;border-top-color:#1bc7ec;border-right-color:#1bc7ec;border-bottom-color:#1bc7ec;border-left-color:#1bc7ec;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;line-height:44px;} #text_style_06_1541137188196:hover {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1541137188196>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1541137188196>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_06_1541137188196{
	box-sizing:border-box;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_06_1541137188196{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_06_1541137188196{
		
	}
}

 #image_style_01_1541137188204{width:20.5%;height:46px;position:absolute;top:25px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541137188204{left:0%;width:228px;top:25px;}}   @media screen and (max-width:640px) {#image_style_01_1541137188204{width:64.38356164383562%;height:46px;top:15px;left:0%;}} #image_style_01_1541137188204 > .view_contents{overflow:visible;} 

 #text_style_06_1541137188207{width:49.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:23px;left:25.166666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1541137188207{width:469px;left:29.743836161187698%;top:23px;}}   @media screen and (max-width:640px) {#text_style_06_1541137188207{width:100%;top:72px;left:0%;display:block;}}  #text_style_06_1541137188207>.view_contents {box-sizing:border-box;font-size:22px;color:#ffffff;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1541137188207>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_06_1541137188207>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1541137188018{width:1200px;height:82px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1541137188018{left:2.014846235418876%;width:96%;height:80px;}}   @media screen and (max-width:640px) {#div_includeBlock_1541137188018{width:96%;height:300px;top:0px;left:1.9736842105263157%;}}  #div_includeBlock_1541137188018  {}
 #div_includeBlock_1541137187888{width:100%;height:96px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1541137187888{left:0%;width:100%;height:96px;}}   @media screen and (max-width:640px) {#div_includeBlock_1541137187888{width:100%;height:300px;top:50px;display:none;}}  #div_includeBlock_1541137187888  {background:#48c7ec;}



 #div_blank_1541137188230{width:50px;height:3px;position:absolute;left:6.461148648648648%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541137188230{top:71px;height:3px;left:8.519467213114753%;}}   @media screen and (max-width:640px) {#div_blank_1541137188230{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1541137188230 > .view_contents{overflow:visible;}  #div_blank_1541137188230  {box-sizing:border-box;background:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541137188230  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541137188230  {box-sizing:border-box;}}

 #text_style_02_1541137188232{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;left:6.47804054054054%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188232{left:8.519467213114753%;top:27.5px;}}   @media screen and (max-width:640px) {#text_style_02_1541137188232{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1541137188232>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188232>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1541137188232>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1541137188235{width:9.75%;height:26px;position:absolute;top:106.5px;left:9.71706081081081%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541137188235{left:8.19672131147541%;top:95px;}}   @media screen and (max-width:640px) {#image_style_01_1541137188235{width:57.3921028466483%;height:200px;top:200px;left:21.30394857667585%;display:none;}} #image_style_01_1541137188235 > .view_contents{overflow:visible;} 

 #text_style_02_1541137188237{width:66.5%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:105px;left:20.52364864864865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188237{left:20.568647540983605%;width:63.278688524590166%;top:94px;}}   @media screen and (max-width:640px) {#text_style_02_1541137188237{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1541137188237>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188237>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1541137188237>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541137188239{width:61.35135135135135%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:144.5px;left:20.52364864864865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188239{left:21.552254098360656%;top:135px;width:190px;}}   @media screen and (max-width:640px) {#text_style_02_1541137188239{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1541137188239>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188239>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1541137188239>.view_contents {box-sizing:border-box;}}

 #image_style_01_1541137188241{width:8.378378378378379%;height:28px;position:absolute;top:141.5px;left:9.97043918918919%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541137188241{left:7.049180327868852%;top:135px;height:25px;width:37px;}}   @media screen and (max-width:640px) {#image_style_01_1541137188241{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1541137188241 > .view_contents{overflow:visible;} 

 #text_style_02_1541137188243{width:59.72972972972973%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:184.5px;left:20.52364864864865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188243{top:177px;left:21.22438524590164%;width:72.42524916943522%;}}   @media screen and (max-width:640px) {#text_style_02_1541137188243{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1541137188243>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188243>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1541137188243>.view_contents {box-sizing:border-box;}}

 #image_style_01_1541137188245{width:9.45945945945946%;height:24px;position:absolute;top:186.5px;left:9.29054054054054%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541137188245{left:6.885245901639345%;top:179px;width:38px;height:24px;}}   @media screen and (max-width:640px) {#image_style_01_1541137188245{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1541137188245 > .view_contents{overflow:visible;} 

 #image_style_01_1541137188247{width:10%;height:29px;position:absolute;top:224.5px;left:8.90625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541137188247{left:8.519467213114753%;top:218.5px;height:31px;}}   @media screen and (max-width:640px) {#image_style_01_1541137188247{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1541137188247 > .view_contents{overflow:visible;} 

 #text_style_02_1541137188250{width:74.05405405405405%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:224.5px;left:20.25337837837838%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188250{left:20.568647540983605%;top:221.5px;width:75.40983606557377%;}}   @media screen and (max-width:640px) {#text_style_02_1541137188250{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1541137188250>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188250>.view_contents {box-sizing:border-box;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1541137188250>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1541137188048{width:370px;height:294px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1541137188048{height:285.5px;width:305px;top:0px;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1541137188048{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1541137188048  {border-left-color:#48c7ec;border-left-style:solid;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1541137188048  {border-left-width:0px;}}


 #text_style_02_1541137188321{width:84.86486486486487%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:94px;left:9.299538352272728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188321{width:277px;left:0%;top:91px;}}   @media screen and (max-width:640px) {#text_style_02_1541137188321{width:100%;top:145px;left:0%;}}  #text_style_02_1541137188321>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188321>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1541137188321>.view_contents {box-sizing:border-box;}}

 #image_style_01_1541137188323{width:100px;height:100px;position:absolute;top:165.5px;left:54.41672585227273%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541137188323{width:111px;left:53.33935018050542%;top:150px;}}   @media screen and (max-width:640px) {#image_style_01_1541137188323{width:57.3921028466483%;height:200px;top:490px;left:21.30394857667585%;}} #image_style_01_1541137188323 > .view_contents{overflow:visible;} 

 #image_style_01_1541137188325{width:100px;height:100px;position:absolute;top:165.5px;left:15.549538352272727%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541137188325{left:8.56836642599278%;width:38.98916967509025%;top:150px;}}   @media screen and (max-width:640px) {#image_style_01_1541137188325{width:200px;height:200px;top:290px;}} #image_style_01_1541137188325 > .view_contents{overflow:visible;} 

 #text_style_02_1541137188326{width:40.625%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:274px;left:9.441583806818182%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188326{left:7.671480144404332%;top:257px;}}   @media screen and (max-width:640px) {#text_style_02_1541137188326{width:100%;top:690px;left:0%;}}  #text_style_02_1541137188326>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188326>.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1541137188326>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541137188328{width:35.22727272727273%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:274px;left:51.00763494318182%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188328{width:111px;left:53.70036101083032%;top:257px;}}   @media screen and (max-width:640px) {#text_style_02_1541137188328{width:100%;top:835px;left:0%;}}  #text_style_02_1541137188328>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188328>.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;text-align:center;padding-left:0px;margin-left:0px;}} @media screen and (max-width:640px) { #text_style_02_1541137188328>.view_contents {box-sizing:border-box;}}

 #div_blank_1541137188331{width:50px;height:3px;position:absolute;left:9.299538352272728%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541137188331{top:73px;height:3px;left:1.962996389891697%;}}   @media screen and (max-width:640px) {#div_blank_1541137188331{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1541137188331 > .view_contents{overflow:visible;}  #div_blank_1541137188331  {box-sizing:border-box;background:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541137188331  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541137188331  {box-sizing:border-box;}}

 #text_style_02_1541137188333{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;left:9.299538352272728%;top:33.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188333{left:1.962996389891697%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1541137188333{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1541137188333>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188333>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1541137188333>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}
 #div_includeBlock_1541137188050{width:29.333333333333332%;height:312px;position:absolute;top:0px;left:70.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1541137188050{height:305px;width:277px;left:69.36118784530386%;}}   @media screen and (max-width:640px) {#div_includeBlock_1541137188050{width:100%;height:145px;top:385px;left:0%;display:block;}}  #div_includeBlock_1541137188050  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1541137188050  {border-left-width:0px;}}


 #text_style_02_1541137188294{width:84.86486486486487%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:94px;left:7.567567567567565%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188294{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1541137188294{width:100%;top:145px;left:0%;}}  #text_style_02_1541137188294>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188294>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1541137188294>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541137188296{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;left:6.461148648648648%;top:33.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188296{left:1.965725806451613%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1541137188296{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1541137188296>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188296>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1541137188296>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #div_blank_1541137188298{width:50px;height:3px;position:absolute;left:6.461148648648648%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541137188298{top:73px;height:3px;left:1.965725806451613%;}}   @media screen and (max-width:640px) {#div_blank_1541137188298{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1541137188298 > .view_contents{overflow:visible;}  #div_blank_1541137188298  {box-sizing:border-box;background:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541137188298  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541137188298  {box-sizing:border-box;}}
 #div_includeBlock_1541137188052{width:30.833333333333336%;height:364px;position:absolute;top:0px;left:35.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1541137188052{left:36.52796961325967%;top:0px;height:269px;}}   @media screen and (max-width:640px) {#div_includeBlock_1541137188052{width:100%;height:145px;top:240px;left:0%;display:block;}}  #div_includeBlock_1541137188052  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1541137188052  {border-left-width:0px;}}
 #div_includeBlock_1541137187895{width:1200px;height:364px;position:absolute;top:133px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1541137187895{left:2%;width:96%;height:313px;top:119px;}}   @media screen and (max-width:640px) {#div_includeBlock_1541137187895{width:96%;height:227px;top:13px;left:2%;display:none;}} 


 #text_style_02_1541137188072{width:84.32888264230499%;font-size:46px;color:#333;line-height:50px;font-family: ;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1541137188072{}}   @media screen and (max-width:640px) {#text_style_02_1541137188072{width:96.00000000000001%;top:0px;left:1.9736842105263157%;}}  #text_style_02_1541137188072>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:left;letter-spacing:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1541137188072>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1541137188072>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;}}

 #dh_style_01_1541137188074{width:33.45045678144765%;z-index:999;position:absolute;top:9px;left:66.58333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1541137188074{z-index:999;width:428px;left:52.790055248618785%;}}   @media screen and (max-width:640px) {#dh_style_01_1541137188074{width:12.121212121212121%;z-index:999;top:300px;left:43.93939393939394%;display:none;}} #dh_style_01_1541137188074 > .view_contents{overflow:visible;}  #dh_style_01_1541137188074 .mainMenuSet {color:#bfbfbf;font-family:SimHei;} #dh_style_01_1541137188074 #hot>a {color:#bfbfbf;}
 #div_includeBlock_1541137187897{width:1200px;height:63.5px;position:absolute;top:467px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1541137187897{left:2.0148462354188794%;width:95.97030752916224%;top:432px;}}   @media screen and (max-width:640px) {#div_includeBlock_1541137187897{width:100%;height:60px;top:17px;left:0%;z-index:3;}}  #div_includeBlock_1541137187897  {border-top-color:#48c7ec;border-top-style:solid;border-top-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1541137187897  {border-top-style:none;}}
 #div_includeBlock_1541137187776{width:100%;height:530.5px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1541137187776{}}   @media screen and (max-width:640px) {#div_includeBlock_1541137187776{width:100%;height:77px;top:0px;left:0%;display:block;}}  #div_includeBlock_1541137187776  {background:#102530;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1541137187776  {background-position-x:50%;background:transparent;}}
 #div_includeBlock_1527932287566{width:100%;height:530.5px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932287566{height:410.5px;width:100%;top:0px;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1527932287566{width:100%;height:156px;top:-1px;left:0%;}}  #div_includeBlock_1527932287566  {background:#212121;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1527932287566  {background-position-x:50%;background:#000000;}} #comm_layout_footer{height:530.5px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:410.5px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:155px;}} #comm_layout_footer > .view_contents{overflow:visible;} 


.clock span{font-size:14px}


.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; }
.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;*/

	#image_style_01_1527920263663 .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_1527920263663 .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_1527920263663 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1527920263663 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_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1527920971718 .maxWidth{max-width:px;}
	#dh_style_11_1527920971718 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1527920971718 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1527920971718 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


.clock span{font-size:14px}


	#image_style_01_1531468122006 .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_1531468122006 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531468122006 .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_1531468122006 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}


/* 清除浮动 */

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.clearfix{zoom:1}



.online-service{ display:none }

.online-service .wrapper{ padding:5px 0; background-color:#fff }

.online-service .close,.online-service .button{

    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;

}

.online-service.right .button div{ text-align:right; padding-right:5px }

.online-service.left .button div{ text-align:left; padding-left:5px }

.online-service .header, .online-service .footer{

    height:25px; line-height:25px;

    padding:0 .5em;

}

.online-service .header{ border-bottom:1px solid #eee }

.online-service .footer{ border-top:1px solid #eee; font-size:12px }

.online-service.right .footer{ text-align:right }

.online-service.left .footer{ text-align:left }

.online-service .content{ padding:.5em 1em }



.ol-qq-online .qq-btn{ float:left; margin-right:.5em }

.ol-qq-online .qq-btn img{ float:left }

.ol-qq-online{ line-height:25px }



.ol-image img{ width:100% }


/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:block !important;}
}

	#image_style_01_1531117458910 .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_1531117458910 .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_1531117458910 .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_1531117458910 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;}
.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_1531124904193 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531124904193 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531124904193 .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_1531124904193 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_1531125889897 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125889897 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531125889897 .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_1531125889897 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_1531125897268 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125897268 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531125897268 .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_1531125897268 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_1531125904979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125904979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531125904979 .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_1531125904979 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_1531125916835 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125916835 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531125916835 .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_1531125916835 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_1531128272378 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531128272378 .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_1531128272378 .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_1531128272378 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_1531130895131 .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_1531130895131 .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_1531130895131 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1531130895131 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_1531131249752 .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_1531131249752 .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_1531131249752 .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_1531131249752 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_1531132128821 .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_1531132128821 .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_1531132128821 .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_1531132128821 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_1531132129018 .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_1531132129018 .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_1531132129018 .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_1531132129018 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_1531132207885 .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_1531132207885 .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_1531132207885 .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_1531132207885 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_1531132221413 .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_1531132221413 .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_1531132221413 .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_1531132221413 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_1531298096287 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531298096287 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1531298096287 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1531298096287 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_1531298492623 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531298492623 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531298492623 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1531298492623 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_1531301066296 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531301066296 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531301066296 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1531301066296 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_1531301153397 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531301153397 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531301153397 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1531301153397 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_1531301233868 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531301233868 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531301233868 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1531301233868 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;}


/* 清除浮动 */

.counter:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.counter{zoom:1}



/* 公共样式 */

.counter .item{float:left; font-size:16px; line-height:2em; font-family:"Helvetica Neue","Helvetica",arial,sans-serif; font-weight:bold}



/* 样式一 */

.counter.style_1 .item {

    margin-right:.2em;

}

.counter.style_1 .digit{

    padding:0 .35em;

    color:#eee;

    background:#333;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius:5px;

}

.counter.style_1 .digit span {  /* 数字放大到1.5倍 */

    -webkit-transform: scale(1.3,1.3); -moz-transform: scale(1.3,1.3); -o-transform: scale(1.3,1.3); transform: scale(1.3,1.3);

}

.counter.style_1 .digit{ /* 中间的横线 */

    position: relative;

    display: inline-block;

}

.counter.style_1 .digit::before { /* 中间的横线 */

    content: '';

    border-bottom: 1px solid #ccc;

    width: 100%;

    position: absolute;

    right: 0;

    top: 50%;

}

.counter.style_1.hide-line .digit::before {

    visibility: hidden; /* 隐藏中间的横线 */

}

.counter.style_1 .dot { /* 分隔号位置 */

    -webkit-transform: translate(0, 8px); -moz-transform: translate(0, 8px); -o-transform: translate(0, 8px); transform: translate(0, 8px);

}

@keyframes turn_into_digit {  /* 数字动画 */

    0%   {-webkit-transform: translate(0, 80%); -moz-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%);}

    100% {-webkit-transform: translate(0, -80%) scale(1.3,1.3); -moz-transform: translate(0, -80%) scale(1.3,1.3); -o-transform: translate(0, -80%) scale(1.3,1.3); transform: translate(0, -80%) scale(1.3,1.3);}

}

@-moz-keyframes turn_into_digit { /* Firefox */

    0%   {-webkit-transform: translate(0, 80%); -moz-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%);}

    100% {-webkit-transform: translate(0, -80%) scale(1.3,1.3); -moz-transform: translate(0, -80%) scale(1.3,1.3); -o-transform: translate(0, -80%) scale(1.3,1.3); transform: translate(0, -80%) scale(1.3,1.3);}

}

@-webkit-keyframes turn_into_digit { /* Safari 和 Chrome */

    0%   {-webkit-transform: translate(0, 80%); -moz-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%);}

    100% {-webkit-transform: translate(0, -80%) scale(1.3,1.3); -moz-transform: translate(0, -80%) scale(1.3,1.3); -o-transform: translate(0, -80%) scale(1.3,1.3); transform: translate(0, -80%) scale(1.3,1.3);}

}

@-o-keyframes turn_into_digit { /* Opera */

    0%   {-webkit-transform: translate(0, 80%); -moz-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%);}

    100% {-webkit-transform: translate(0, -80%) scale(1.3,1.3); -moz-transform: translate(0, -80%) scale(1.3,1.3); -o-transform: translate(0, -80%) scale(1.3,1.3); transform: translate(0, -80%) scale(1.3,1.3);}

}

.counter.style_1.digit-animation .digit span{  /* 数字动画 */

    display: inline-block;

    animation: turn_into_digit .1s 6;

    -moz-animation: turn_into_digit .1s 6;	/* Firefox */

    -webkit-animation: turn_into_digit .1s 6;	/* Safari 和 Chrome */

    -o-animation: turn_into_digit .1s 6;	/* Opera */

}.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; }.textInput{

    width: 100%;

    height: 100%;

    padding: 6px;

    border-radius: 4px;

    height: 32px;

    outline: none;

    border: 1px #ccc solid;

    box-sizing: border-box;

}

.textInput:hover{

}
    #store-selector .text b{
        background: url('http://admin.mifwl.com../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.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_1547534225556 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547534225556 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547534225556 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547534225556 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_1547534252835 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547534252835 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547534252835 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547534252835 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_1547540379728 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547540379728 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547540379728 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547540379728 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;}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1545796565385 li{width: 24.25%;}
#productList_style_01_1545796565385 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1545796565385 li{width: 32.666666666667%;}
	#productList_style_01_1545796565385 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1545796565385 li{width: 49.5%;}
	#productList_style_01_1545796565385 li.prod_Item{margin-bottom:1%;}
}

#productList_style_01_1545796565385 .p_detail.pc {display:block;}
#productList_style_01_1545796565385 .p_detail.pad, #productList_style_01_1545796565385 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1545796565385 .p_detail.pad {display:block;}
	#productList_style_01_1545796565385 .p_detail.pc, #productList_style_01_1545796565385 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1545796565385 .p_detail.mobile {display:block;}
	#productList_style_01_1545796565385 .p_detail.pc, #productList_style_01_1545796565385 .p_detail.pad {display:none;}
	}

#productList_style_01_1545796565385 .p_name.pc {display:block;}
#productList_style_01_1545796565385 .p_name.pad, #productList_style_01_1545796565385 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1545796565385 .p_name.pad {display:block;}
	#productList_style_01_1545796565385 .p_name.pc, #productList_style_01_1545796565385 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1545796565385 .p_name.mobile {display:block;}
	#productList_style_01_1545796565385 .p_name.pc, #productList_style_01_1545796565385 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1545796565385 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1545796565385 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1545796565385 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1545796565385 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1545796565385 .submit_div{ display: inline-block; }
	
	#productList_style_01_1545796565385 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1545796565385 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1545796565385 .page_submit{margin-left:5px;}
	#productList_style_01_1545796565385 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1545796565385 .page_btn{ font-size:12px; }
			#productList_style_01_1545796565385 .submit_div{ display:none; }
		}

			#productList_style_01_1545796565385 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1545796565385 .page{line-height:30px; padding:0 13px;}
		}
		/*banner样式*/
.bannerStyle_5{width:100%; height:100%; position:relative;}
.bannerStyle_5 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_5 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_5 .main_image ul{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_5 .main_image li{position: relative; float:left; width:100%; height:100%; }
.bannerStyle_5 .main_image li a{position: relative; display:block; width:100%; height:100%; overflow: hidden;}
.bannerStyle_5 .main_image li a img{position: absolute; left: 50%; top: 0; width: auto; height: 100%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.bannerStyle_5 .main_image li div.altTips{position: absolute; left:50%; top: 0; width: 100%; height: 100%; max-width: 1200px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.bannerStyle_5 .main_image li div.altTips span{position: absolute; top: 50%; display: block; width: 450px; height: auto; min-height: 100px; background: rgba(0,0,0,.6); color: #fff; box-sizing: border-box; padding: 20px; font-size: 16px;  -webkit-transform: translateY(-15%); -moz-transform: translateY(-15%); -o-transform: translateY(-15%); transform: translateY(-15%);}

.bannerStyle_5 div.flicking_con{position:absolute; bottom:0; left:50%; z-index:999; width:100%; max-width: 1200px; text-align:center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.bannerStyle_5 div.flicking_con a{float: left; width:50%; height:5px; padding:0; background:rgba(255,255,255,.6); box-sizing:border-box; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s;}
.bannerStyle_5 div.flicking_con a.on{background:#348eaa;}
.bannerStyle_5 #btn_prev,.bannerStyle_5 #btn_next{z-index:11111; position:absolute; width:54px; height:54px; top:50%; border-radius: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); box-shadow:0 0 10px rgba(0,0,0,.2); display:none; }
.bannerStyle_5 #btn_prev{background:rgba(255,255,255,.5) url(../img/banner/style_05/hover_left.png) no-repeat center; left:20px; background-size: 80%}
.bannerStyle_5 #btn_next{background:rgba(255,255,255,.5) url(../img/banner/style_05/hover_right.png) no-repeat center; right:20px; background-size: 80%}

@media screen and (max-width:767px){
	.bannerStyle_5 div.flicking_con a{}
	.bannerStyle_5 #btn_prev,.bannerStyle_5 #btn_next{display: none !important;}
	.bannerStyle_5 .main_image li div.altTips{}
	.bannerStyle_5 .main_image li div.altTips span{padding: 10px; font-size: 14px; width: 100%; min-height: auto; top:auto; bottom: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
}/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:hover{}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family: ; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
/*分页*/
.boxNewsListStyle_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_1 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: ' ';}
.boxNewsListStyle_1 .page_btn a.cur,.boxNewsListStyle_1 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
/*分页*/
.boxNewsListStyle_1 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_1 .page_btn a:nth-last-child(3){display: inline-block !important;}

.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
}




	#newsList_style_01_1547430074400 .newDetail.pc {display:block;}
	#newsList_style_01_1547430074400 .newDetail.pad, #newsList_style_01_1547430074400 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1547430074400 .newDetail.pad {display:block;}
		#newsList_style_01_1547430074400 .newDetail.pc, #newsList_style_01_1547430074400 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1547430074400 .newDetail.mobile {display:block;}
		#newsList_style_01_1547430074400 .newDetail.pc, #newsList_style_01_1547430074400 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1547430074400 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1547430074400 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1547430074400 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1547430074400 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

	#image_style_01_1541137188204 .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_1541137188204 .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_1541137188204 .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_1541137188204 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_1541137188235 .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_1541137188235 .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_1541137188235 .CompatibleImg img{null}}
#image_style_01_1541137188235 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_1541137188241 .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_1541137188241 .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_1541137188241 .CompatibleImg img{null}}
#image_style_01_1541137188241 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_1541137188245 .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_1541137188245 .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_1541137188245 .CompatibleImg img{null}}
#image_style_01_1541137188245 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_1541137188247 .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_1541137188247 .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_1541137188247 .CompatibleImg img{null}}
#image_style_01_1541137188247 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_1541137188323 .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_1541137188323 .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_1541137188323 .CompatibleImg img{null}}
#image_style_01_1541137188323 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_1541137188325 .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_1541137188325 .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_1541137188325 .CompatibleImg img{null}}
#image_style_01_1541137188325 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_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;}
}


				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}

				.bottomMenu ul{width:100%; height: 40px; padding:6px 0; background-color: #fff; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); 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;}

				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}

				.bottomMenu ul li .menuItem{position: relative;}

				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: auto;}

				.bottomMenu ul li .menuIco img{width: 100%;}

				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #333; line-height: 18px;}

				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}

				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd;}

				@media screen and (max-width:767px) {

					.bottomMenu{display: block;}

					body{padding-bottom:55px;}

				}

				