
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative;overflow-x: hidden;}

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;}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }


 #dh_style_11_1539586780562{width:30.42693926638605%;z-index:1007;left:34.78653036680697%;top:10.982940673828125px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1539586780562{z-index:999;width:95.9375%;top:10.982940673828125px;left:2.03125%;}}   @media screen and (max-width:640px) {#dh_style_11_1539586780562{width:15.312500000000002%;z-index:8;left:82.9296875%;top:5.971590518951416px;display:block;}} #dh_style_11_1539586780562 > .view_contents{overflow:visible;}  #dh_style_11_1539586780562 #hot>a {color:#ffaa56;} #dh_style_11_1539586780562 .columnSet {color:#ffffff;} #dh_style_11_1539586780562 .mainMenuSet {color:#ffffff;} @media screen and (max-width:640px) { #dh_style_11_1539586780562 .mainMenuSet {font-size:14px;}} @media screen and (max-width:640px) { #dh_style_11_1539586780562 #hot>a {font-size:14px;}}

 #text_style_01_1539586780588{width:10.16235718580878%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:18.465909004211426px;left:44.918821407095606%;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539586780588{width:95.9375%;left:2.03125%;top:18.465909004211426px;}}   @media screen and (max-width:640px) {#text_style_01_1539586780588{width:50.9375%;font-size:12px;color:#333;line-height:1.6;top:14.46590805053711px;left:24.53125%;display:none;}}  #text_style_01_1539586780588>.view_contents {box-sizing:border-box;font-size:34px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;font-style:italic;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539586780588>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539586780588>.view_contents {box-sizing:border-box;font-size:16px;color:#333;line-height:1.6;}} #comm_layout_header{height:99px;z-index:9999;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:88px;display:none;}}   @media screen and (max-width:640px) {#comm_layout_header{height:49.971590518951416px;z-index:11;display:none;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:#102768;opacity:1;border-bottom-color:#34c663;border-bottom-style:none;border-bottom-width:4px;} #comm_layout_header>.view_contents {border-bottom-color:#b2b2b2;border-bottom-style:none;border-bottom-width:2px;} @media screen and (max-width:640px) { #comm_layout_header  {background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #banner_style_01_1522637541970{width:100%;height:650px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1522637541970{height:575px;}}   @media screen and (max-width:640px) {#banner_style_01_1522637541970{width:100%;height:161px;top:44px;left:0%;}}  #banner_style_01_1522637541970 .picSet {opacity:1;}

 #dh_style_11_1522314576639{width:42.15273601924233%;z-index:1007;left:28%;top:25.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1522314576639{width:70%;z-index:999;left:15.005302226935314%;top:21.5px;}}   @media screen and (max-width:640px) {#dh_style_11_1522314576639{width:13.125%;z-index:99999999999;left:85.1220703125%;top:0px;}} #dh_style_11_1522314576639 > .view_contents{overflow:visible;}  #dh_style_11_1522314576639 #hot>a {color:#333333;border-top-style:none;border-top-color:#ffaa56;border-top-width:4px;font-size:16px;} #dh_style_11_1522314576639 .columnSet {color:#ffffff;font-size:16px;} #dh_style_11_1522314576639 .mainMenuSet {color:#333333;font-size:16px;} #dh_style_11_1522314576639 .subminSet {font-size:16px;}

 #div_blank_1539337576155{width:100%;height:650px;position:absolute;top:-1px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1539337576155{display:block;height:576px;}}   @media screen and (max-width:640px) {#div_blank_1539337576155{width:100%;height:161px;top:44px;left:0%;}} #div_blank_1539337576155 > .view_contents{overflow:visible;}  #div_blank_1539337576155  {box-sizing:border-box;background:rgba(0,0,0,0.2);opacity:0.5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1539337576155  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1539337576155  {box-sizing:border-box;}}

 #searchbox_style_01_1539338228268{width:38.24413710162357%;position:absolute;top:367px;left:30.877931449188214%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1539338228268{}}   @media screen and (max-width:640px) {#searchbox_style_01_1539338228268{width:67.8125%;top:134px;left:16.09375%;}} #searchbox_style_01_1539338228268 > .view_contents{overflow:visible;}  #searchbox_style_01_1539338228268 .inputSet {border-color:transparent;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-width:0px;} #searchbox_style_01_1539338228268 .btnaSet {background:#282C39;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-width:0px;border-left-width:0px;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;padding-left:0px;padding-right:0px;border-left-style:none;border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;undefined:0px;border-color:#ff0000;border-top-style:none;border-right-style:none;border-bottom-style:none;border-style:none;}
/*----------------------电脑板式样式----------------------*/
#searchbox_style_01_1539338228268 .searchStyle_1 .searchForm .search_input{
	width:75%;
}
#searchbox_style_01_1539338228268 .searchStyle_1 .searchForm .search-btn{
	width:25%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_01_1539338228268{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#searchbox_style_01_1539338228268{
		
	}
}

 #text_style_01_1539337784521{width:4.509921828021648%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:258px;left:52.16476247745039%;z-index:1008;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539337784521{width:82px;top:258px;left:53.33046129374337%;}}   @media screen and (max-width:640px) {#text_style_01_1539337784521{width:42.8125%;font-size:12px;color:#333;line-height:1.6;top:95px;left:43.2470703125%;}}  #text_style_01_1539337784521>.view_contents {box-sizing:border-box;font-size:24px;color:#ffc601;line-height:1.8;font-family:Microsoft YaHei;font-style:normal;font-weight:normal;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539337784521>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539337784521>.view_contents {box-sizing:border-box;font-size:16px;color:#ffaa56;line-height:1.6;}}

 #text_style_01_1539337461555{width:24.29344558027661%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:258px;left:37.853277209861695%;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539337461555{width:280px;left:calc(50% - 140px);}}   @media screen and (max-width:640px) {#text_style_01_1539337461555{width:96%;font-size:12px;color:#333;line-height:1.6;top:95px;left:1.9970703125%;}}  #text_style_01_1539337461555>.view_contents {box-sizing:border-box;font-size:24px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;font-style:normal;font-weight:normal;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539337461555>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539337461555>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;line-height:1.6;}}

 #text_style_01_1539337344262{width:34.29344558027661%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:237px;left:32.853277209861695%;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539337344262{width:381px;left:calc(50% - 190.5px);}}   @media screen and (max-width:640px) {#text_style_01_1539337344262{width:96%;font-size:12px;color:#333;line-height:1.6;top:63px;left:1.9970703125%;}}  #text_style_01_1539337344262>.view_contents {box-sizing:border-box;font-size:54px;color:#333333;line-height:1.8;font-family:Microsoft YaHei;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539337344262>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539337344262>.view_contents {box-sizing:border-box;font-size:18px;color:#ffffff;line-height:1.6;}}

 #text_style_01_1539421546466{width:20.16235718580878%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:11.5px;left:14%;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539421546466{width:116px;left:4.057860551431601%;top:11.5px;}}   @media screen and (max-width:640px) {#text_style_01_1539421546466{width:59.06249999999999%;font-size:12px;color:#333;line-height:1.6;top:9.5px;left:20.46875%;}}  #text_style_01_1539421546466>.view_contents {box-sizing:border-box;font-size:34px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;font-style:italic;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539421546466>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539421546466>.view_contents {box-sizing:border-box;font-size:18px;color:#333;line-height:1.6;}} #layout_diy_1522633303{height:650px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1522633303{height:575.0057373046875px;}}   @media screen and (max-width:640px) {#layout_diy_1522633303{height:205px;}} 


 #image_style_13_1539396740797{width:99.83333333333333%;position:absolute;top:28px;left:0.08333333333333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1539396740797{}}   @media screen and (max-width:640px) {#image_style_13_1539396740797{width:96%;top:0px;left:2%;display:none;}} #image_style_13_1539396740797 > .view_contents{overflow:visible;}  #image_style_13_1539396740797 .titleSet {color:#333333;font-size:24px;line-height:45px;height:40px;} #image_style_13_1539396740797 .detailSet {color:#666666;font-size:14px;}

 #image_style_13_1539589508837{width:99.83333333333333%;position:absolute;top:3px;left:0.0833333333333357%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1539589508837{display:none;top:3px;left:2.03125%;width:95.9375%;}}   @media screen and (max-width:640px) {#image_style_13_1539589508837{width:93.4%;top:11px;left:3.4375000000000004%;display:block;z-index:1;}} #image_style_13_1539589508837 > .view_contents{overflow:visible;}  #image_style_13_1539589508837 .titleSet {color:#333333;font-size:24px;line-height:45px;height:40px;} #image_style_13_1539589508837 .detailSet {color:#666666;font-size:14px;} @media screen and (max-width:640px) { #image_style_13_1539589508837 .modSet {}} @media screen and (max-width:640px) { #image_style_13_1539589508837 .titleSet {line-height:40px;height:40px;letter-spacing:1px;font-size:18px;}} #layout_1539413664283{height:161px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1539413664283{}}   @media screen and (max-width:640px) {#layout_1539413664283{height:115px;}} #layout_1539413664283 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_05_1539399760421{width:100%;position:absolute;top:189px;left:0.25%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_05_1539399760421{left:0%;}}   @media screen and (max-width:640px) {#productList_style_05_1539399760421{width:96%;top:122px;left:2%;z-index:2;}} #productList_style_05_1539399760421 > .view_contents{overflow:visible;}  #productList_style_05_1539399760421 .twoBgSet {background:rgba(35,40,54,1);} #productList_style_05_1539399760421 .titleSet {font-size:20px;color:#ffffff;height:40px;line-height:40px;} #productList_style_05_1539399760421 .detailSet {color:#9fa9c3;font-size:14px;margin-top:10px;} #productList_style_05_1539399760421 .btnaSet {background:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_05_1539399760421 .titleSet {font-size:16px;}} @media screen and (max-width:640px) { #productList_style_05_1539399760421 .titleSet {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_05_1539399760421 .prod_default5 .prod_info{ 
	width:100%; bottom:-110px;  padding:4%; transition:all .5s;
}
#productList_style_05_1539399760421 .prod_default5 .prod_img img.horizontal{ width:auto !important; height:100% !important;}
#productList_style_05_1539399760421 .prod_default5 .dummy{ margin-top:150% !important;}
#productList_style_05_1539399760421 .prod_default5 .relative:hover .prod_info{ bottom:0;}
#productList_style_05_1539399760421 .btnaSet>a{ border:none;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_05_1539399760421{
		
	}
#productList_style_05_1539399760421 .prod_default5 .prod_info{ bottom:-110px;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_05_1539399760421{
		
	}
  #productList_style_05_1539399760421 .prod_default5 .prod_info{ bottom:-60px;}
#productList_style_05_1539399760421 .prod_default5 .relative:hover .prod_info{ bottom:-60px;}

}

 #image_style_01_1539413616979{width:53.333333333333336%;height:35px;position:absolute;top:119px;left:23.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539413616979{left:23.329798515376456%;}}   @media screen and (max-width:640px) {#image_style_01_1539413616979{width:68%;height:18px;top:79px;left:15.625%;z-index:3;}} #image_style_01_1539413616979 > .view_contents{overflow:visible;} 

 #text_style_01_1522638677777{width:22.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:39.8%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522638677777{width:202px;left:calc(50% - 101px);}}   @media screen and (max-width:640px) {#text_style_01_1522638677777{width:38.75%;top:54px;left:30.625000000000004%;z-index:5;}}  #text_style_01_1522638677777>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;color:#999999;text-align:left;line-height:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522638677777>.view_contents {box-sizing:border-box;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1522638677777>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #text_default_1522639205528{width:22.666666666666664%;height:43px;position:absolute;top:38px;left:38.916666666666664%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1522639205528{left:38.65323435843054%;}}   @media screen and (max-width:640px) {#text_default_1522639205528{width:45.3125%;height:24px;top:22px;left:27.34375%;z-index:5;}}  #text_default_1522639205528>.view_contents {font-size:13px;}
/*----------------------电脑板式样式----------------------*/
#text_default_1522639205528 .bt span{
	font-size:30px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1522639205528{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1522639205528 .bt span{
	       font-size:16px;
        }
}

 #customForm_style_button_01_1539415317502{width:16.666666666666664%;position:absolute;left:41.66666666666667%;top:652px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1539415317502{width:21.208907741251327%;left:39.39554612937434%;top:570px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1539415317502{width:28.749999999999996%;top:602px;left:35.625%;z-index:3;}} #customForm_style_button_01_1539415317502 > .view_contents{overflow:visible;}  #customForm_style_button_01_1539415317502 .btnaSet {border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;background:transparent;color:#242937;line-height:40px;height:40px;border-top-color:#0c1d4e;border-right-color:#0c1d4e;border-bottom-color:#0c1d4e;border-left-color:#0c1d4e;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;font-size:18px;} #customForm_style_button_01_1539415317502 .btnaSet:hover {background:#232836;color:#ffffff;border-top-color:#232836;border-right-color:#232836;border-bottom-color:#232836;border-left-color:#232836;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;undefined:#232836;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-color:#232836;} #customForm_style_button_01_1539415317502:hover {background:#232836;} @media screen and (max-width:640px) { #customForm_style_button_01_1539415317502 .btnaSet {line-height:35px;height:35px;font-size:12px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}} @media screen and (max-width:640px) { #customForm_style_button_01_1539415317502 .btnaSet:hover {background:transparent;color:#ffffff;}} @media screen and (max-width:640px) { #customForm_style_button_01_1539415317502  {padding-top:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1539415317502:hover {}} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1539415317502 .btnaSet:hover {background:#232836;}} #layout_1522637468958{height:745px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522637468958{height:676px;}}   @media screen and (max-width:640px) {#layout_1522637468958{height:656px;z-index:2;}} #layout_1522637468958 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522637468958  {background:#f4f4f4;}


 #image_style_01_1539411891064{width:100%;height:580px;position:absolute;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539411891064{}}   @media screen and (max-width:640px) {#image_style_01_1539411891064{width:96%;height:185px;top:0px;left:2%;}} #image_style_01_1539411891064 > .view_contents{overflow:visible;}  #image_style_01_1539411891064>.view_contents {font-size:20px;}

 #text_style_01_1539412213701{width:36.416666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:179px;left:49%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539412213701{width:326px;left:50.62466861081655%;top:139px;}}   @media screen and (max-width:640px) {#text_style_01_1539412213701{width:46.5625%;font-size:12px;color:#333;line-height:1.6;top:40px;left:46.3720703125%;}}  #text_style_01_1539412213701>.view_contents {box-sizing:border-box;font-size:26px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539412213701>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539412213701>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;line-height:1.6;}}

 #text_style_01_1539412439255{width:11.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:255px;left:49%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539412439255{width:135px;left:52.70082184517497%;}}   @media screen and (max-width:640px) {#text_style_01_1539412439255{width:25%;font-size:12px;color:#333;line-height:1.6;top:66px;left:58.0908203125%;}}  #text_style_01_1539412439255>.view_contents {box-sizing:border-box;font-size:21px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539412439255>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539412439255>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;line-height:1.6;}}

 #text_style_01_1539412102767{width:40%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:88px;left:48.625%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539412102767{width:433px;}}   @media screen and (max-width:640px) {#text_style_01_1539412102767{width:37.8125%;font-size:12px;color:#333;line-height:1.6;top:18px;left:50.7470703125%;}}  #text_style_01_1539412102767>.view_contents {box-sizing:border-box;font-size:46px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539412102767>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539412102767>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;line-height:1.6;}}

 #div_blank_1539423375369{width:138.5%;height:452px;position:absolute;top:-5px;left:-19.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1539423375369{}}   @media screen and (max-width:640px) {#div_blank_1539423375369{width:96%;height:183px;top:0px;left:1.9970703125%;}} #div_blank_1539423375369 > .view_contents{overflow:visible;}  #div_blank_1539423375369  {box-sizing:border-box;background:rgba(51,51,51,0.2);opacity:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1539423375369  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1539423375369  {box-sizing:border-box;}}

 #qrcode_style_01_1539412367361{width:200px;height:200px;position:absolute;top:258px;left:56%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#qrcode_style_01_1539412367361{}}   @media screen and (max-width:640px) {#qrcode_style_01_1539412367361{width:70px;height:70px;top:93px;left:58.7158203125%;}} #qrcode_style_01_1539412367361 > .view_contents{overflow:visible;}  #qrcode_style_01_1539412367361 .picSet {box-shadow:#000000 5px 5px 5px ;}

 #div_blank_1539412401709{width:14.833333333333334%;height:175px;position:absolute;top:225px;left:67.125%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1539412401709{height:142px;}}   @media screen and (max-width:640px) {#div_blank_1539412401709{width:50px;height:50px;top:113px;left:63.4033203125%;}} #div_blank_1539412401709 > .view_contents{overflow:visible;}  #div_blank_1539412401709  {box-sizing:border-box;background:rgba(0,0,0,.6);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1539412401709  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1539412401709  {box-sizing:border-box;}} #layout_1539401921668{height:600px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1539401921668{height:600px;}}   @media screen and (max-width:640px) {#layout_1539401921668{height:185px;}} #layout_1539401921668 > .view_contents{overflow:visible;max-width:100%;}  #layout_1539401921668  {background:#ffffff;}



 #text_style_01_1522639789267{width:40%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:30%;top:39px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522639789267{left:29.96575342465753%;width:40%;}}   @media screen and (max-width:640px) {#text_style_01_1522639789267{width:30%;top:56px;left:35.05700325732899%;}}  #text_style_01_1522639789267>.view_contents {box-sizing:border-box;color:#242937;font-family:Microsoft YaHei;font-size:22px;text-align:center;line-height:30px;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522639789267>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522639789267>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522639789267{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522639789267{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522639789267{
		
	}
}

 #div_blank_1522639871716{width:20%;height:1px;position:absolute;left:10%;top:68.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522639871716{left:9.931506849315069%;width:20%;}}   @media screen and (max-width:640px) {#div_blank_1522639871716{width:20%;height:1px;top:80.5px;left:15.177117263843648%;}} #div_blank_1522639871716 > .view_contents{overflow:visible;}  #div_blank_1522639871716  {box-sizing:border-box;background:#102747;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522639871716  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522639871716  {box-sizing:border-box;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522639871716{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522639871716{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522639871716{
		
	}
}

 #text_style_01_1522640027186{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:113px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522640027186{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522640027186{width:96%;top:116px;left:2.000203583061889%;}}  #text_style_01_1522640027186>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;color:#cccccc;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522640027186>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522640027186>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522640027186{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522640027186{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522640027186{
		
	}
}

 #text_style_01_1522640075768{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:172px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522640075768{left:0%;width:100%;top:152px;}}   @media screen and (max-width:640px) {#text_style_01_1522640075768{width:96%;top:157px;left:1.9543973941368076%;}}  #text_style_01_1522640075768>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#333333;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522640075768>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522640075768>.view_contents {box-sizing:border-box;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522640075768{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522640075768{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522640075768{
		
	}
}

 #customForm_style_button_01_1522640139807{width:180px;position:absolute;left:21.5625%;top:256px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1522640139807{width:180px;left:18.851669520547944%;top:218px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1522640139807{width:38.43648208469055%;top:232px;left:30.522190553745926%;}} #customForm_style_button_01_1522640139807 > .view_contents{overflow:visible;}  #customForm_style_button_01_1522640139807 .btnaSet {border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;background:#232836;color:#ffffff;line-height:40px;height:40px;} @media screen and (max-width:640px) { #customForm_style_button_01_1522640139807 .btnaSet {line-height:35px;height:35px;font-size:12px;color:#102768;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#customForm_style_button_01_1522640139807{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#customForm_style_button_01_1522640139807{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#customForm_style_button_01_1522640139807{
		
	}
}

 #div_blank_1522640946495{width:20%;height:1px;position:absolute;left:70%;top:68.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522640946495{width:20%;}}   @media screen and (max-width:640px) {#div_blank_1522640946495{width:20%;height:1px;top:80.5px;left:69.02483713355049%;}} #div_blank_1522640946495 > .view_contents{overflow:visible;}  #div_blank_1522640946495  {box-sizing:border-box;background:#102747;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522640946495  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522640946495  {box-sizing:border-box;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522640946495{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522640946495{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522640946495{
		
	}
}
 #div_a_includeBlock_1522639746137{width:320px;height:338px;position:absolute;top:189px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522639746137{width:31%;left:2%;height:308px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522639746137{width:96%;height:324px;top:119px;left:2%;}}  #div_a_includeBlock_1522639746137  {border-top-color:#e6e6e6;border-right-color:#e6e6e6;border-bottom-color:#e6e6e6;border-left-color:#e6e6e6;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} #div_a_includeBlock_1522639746137:hover {background: url(../img/upimages/pkgimg/banner/31231.jpg);background-repeat:no-repeat;background-size:auto 100%;background-position-x:0%;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;box-shadow:#8c8c8c 0px 0px 10px ;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1522639746137:hover {background-size:auto 100%;background-position-x:50%;}} @media screen and (max-width:640px) { #div_a_includeBlock_1522639746137  {background: url(../img/upimages/pkgimg/pkgimg/houseImg/index_bg.jpg);background-repeat:no-repeat;background-size:100% auto;background-position-x:0%;box-shadow:#8c8c8c 0px 0px 10px ;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1522639746137{
	
}
#div_a_includeBlock_1522639746137:hover #div_blank_1522639871716{ background:white;}
#div_a_includeBlock_1522639746137:hover #div_blank_1522640946495{ background:white;}
#div_a_includeBlock_1522639746137:hover #text_style_01_1522639789267 .view_contents{color:white;}
#div_a_includeBlock_1522639746137:hover #text_style_01_1522640027186 .view_contents{color:white;}
#div_a_includeBlock_1522639746137:hover #text_style_01_1522640075768 .view_contents{color:white;}
#div_a_includeBlock_1522639746137:hover #customForm_style_button_01_1522640139807 .btnaSet{ background:white; color:#102768;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1522639746137{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1522639746137{
		
	}
}


 #text_style_01_1522648154801{width:40%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:30%;top:39px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522648154801{left:29.96575342465753%;width:40%;}}   @media screen and (max-width:640px) {#text_style_01_1522648154801{width:30%;top:56px;left:35.05700325732899%;}}  #text_style_01_1522648154801>.view_contents {box-sizing:border-box;color:#242937;font-family:Microsoft YaHei;font-size:22px;text-align:center;line-height:30px;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522648154801>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522648154801>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522648154801{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522648154801{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522648154801{
		
	}
}

 #div_blank_1522648154813{width:20%;height:1px;position:absolute;left:10%;top:68.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522648154813{left:9.931506849315069%;width:20%;}}   @media screen and (max-width:640px) {#div_blank_1522648154813{width:20%;height:1px;top:80.5px;left:15.177117263843648%;}} #div_blank_1522648154813 > .view_contents{overflow:visible;}  #div_blank_1522648154813  {box-sizing:border-box;background:#102747;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522648154813  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522648154813  {box-sizing:border-box;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522648154813{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522648154813{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522648154813{
		
	}
}

 #text_style_01_1522648154817{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:113px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522648154817{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522648154817{width:96%;top:116px;left:2.000203583061889%;}}  #text_style_01_1522648154817>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;color:#cccccc;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522648154817>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522648154817>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522648154817{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522648154817{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522648154817{
		
	}
}

 #text_style_01_1522648154824{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:172px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522648154824{left:0%;width:100%;top:152px;}}   @media screen and (max-width:640px) {#text_style_01_1522648154824{width:96%;top:157px;left:1.9543973941368076%;}}  #text_style_01_1522648154824>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#333333;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522648154824>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522648154824>.view_contents {box-sizing:border-box;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522648154824{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522648154824{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522648154824{
		
	}
}

 #customForm_style_button_01_1522648154828{width:180px;position:absolute;left:21.5625%;top:256px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1522648154828{width:180px;left:18.851669520547944%;top:218px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1522648154828{width:38.43648208469055%;top:232px;left:30.522190553745926%;}} #customForm_style_button_01_1522648154828 > .view_contents{overflow:visible;}  #customForm_style_button_01_1522648154828 .btnaSet {border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;background:#232836;color:#ffffff;line-height:40px;height:40px;} @media screen and (max-width:640px) { #customForm_style_button_01_1522648154828 .btnaSet {line-height:35px;height:35px;font-size:12px;color:#102768;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#customForm_style_button_01_1522648154828{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#customForm_style_button_01_1522648154828{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#customForm_style_button_01_1522648154828{
		
	}
}

 #div_blank_1522648154842{width:20%;height:1px;position:absolute;left:70%;top:68.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522648154842{width:20%;}}   @media screen and (max-width:640px) {#div_blank_1522648154842{width:20%;height:1px;top:80.5px;left:69.02483713355049%;}} #div_blank_1522648154842 > .view_contents{overflow:visible;}  #div_blank_1522648154842  {box-sizing:border-box;background:#102747;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522648154842  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522648154842  {box-sizing:border-box;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522648154842{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522648154842{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522648154842{
		
	}
}
 #div_a_includeBlock_1522648154645{width:320px;height:338px;position:absolute;top:189px;left:36.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522648154645{width:31%;height:308px;left:34.517497348886536%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522648154645{width:96%;height:324px;top:472px;left:1.9970703125%;}}  #div_a_includeBlock_1522648154645  {border-top-color:#e6e6e6;border-right-color:#e6e6e6;border-bottom-color:#e6e6e6;border-left-color:#e6e6e6;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} #div_a_includeBlock_1522648154645:hover {background: url(../img/upimages/pkgimg/banner/31231.jpg);background-repeat:no-repeat;background-size:auto 100%;background-position-x:0%;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;box-shadow:#8c8c8c 0px 0px 10px ;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1522648154645:hover {background-size:auto 100%;background-position-x:50%;}} @media screen and (max-width:640px) { #div_a_includeBlock_1522648154645  {background: url(../img/upimages/pkgimg/pkgimg/houseImg/index_bg.jpg);background-repeat:no-repeat;background-size:100% auto;background-position-x:0%;box-shadow:#8c8c8c 0px 0px 10px ;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1522648154645{
	
}
#div_a_includeBlock_1522648154645:hover #div_blank_1522648154813{ background:white;}
#div_a_includeBlock_1522648154645:hover #div_blank_1522648154842{ background:white;}
#div_a_includeBlock_1522648154645:hover #text_style_01_1522648154801 .view_contents{color:white;}
#div_a_includeBlock_1522648154645:hover #text_style_01_1522648154817 .view_contents{color:white;}
#div_a_includeBlock_1522648154645:hover #text_style_01_1522648154824 .view_contents{color:white;}
#div_a_includeBlock_1522648154645:hover #customForm_style_button_01_1522648154828 .btnaSet{ background:white; color:#102768;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1522648154645{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1522648154645{
		
	}
}


 #text_style_01_1522648438203{width:40%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:30%;top:39px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522648438203{left:29.96575342465753%;width:40%;}}   @media screen and (max-width:640px) {#text_style_01_1522648438203{width:30%;top:56px;left:35.05700325732899%;}}  #text_style_01_1522648438203>.view_contents {box-sizing:border-box;color:#242937;font-family:Microsoft YaHei;font-size:22px;text-align:center;line-height:30px;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522648438203>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522648438203>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522648438203{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522648438203{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522648438203{
		
	}
}

 #div_blank_1522648438220{width:20%;height:1px;position:absolute;left:10%;top:68.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522648438220{left:9.931506849315069%;width:20%;}}   @media screen and (max-width:640px) {#div_blank_1522648438220{width:20%;height:1px;top:80.5px;left:15.177117263843648%;}} #div_blank_1522648438220 > .view_contents{overflow:visible;}  #div_blank_1522648438220  {box-sizing:border-box;background:#102747;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522648438220  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522648438220  {box-sizing:border-box;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522648438220{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522648438220{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522648438220{
		
	}
}

 #text_style_01_1522648438228{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:113px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522648438228{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522648438228{width:96%;top:116px;left:2.000203583061889%;}}  #text_style_01_1522648438228>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;color:#cccccc;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522648438228>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522648438228>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522648438228{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522648438228{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522648438228{
		
	}
}

 #text_style_01_1522648438232{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:172px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522648438232{left:0%;width:100%;top:152px;}}   @media screen and (max-width:640px) {#text_style_01_1522648438232{width:96%;top:157px;left:1.9543973941368076%;}}  #text_style_01_1522648438232>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#333333;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522648438232>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522648438232>.view_contents {box-sizing:border-box;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522648438232{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522648438232{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522648438232{
		
	}
}

 #customForm_style_button_01_1522648438236{width:180px;position:absolute;left:21.5625%;top:256px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1522648438236{width:180px;left:18.851669520547944%;top:218px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1522648438236{width:38.43648208469055%;top:232px;left:30.522190553745926%;}} #customForm_style_button_01_1522648438236 > .view_contents{overflow:visible;}  #customForm_style_button_01_1522648438236 .btnaSet {border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;background:#232836;color:#ffffff;line-height:40px;height:40px;} @media screen and (max-width:640px) { #customForm_style_button_01_1522648438236 .btnaSet {line-height:35px;height:35px;font-size:12px;color:#102768;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#customForm_style_button_01_1522648438236{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#customForm_style_button_01_1522648438236{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#customForm_style_button_01_1522648438236{
		
	}
}

 #div_blank_1522648438244{width:20%;height:1px;position:absolute;left:70%;top:68.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522648438244{width:20%;}}   @media screen and (max-width:640px) {#div_blank_1522648438244{width:20%;height:1px;top:80.5px;left:69.02483713355049%;}} #div_blank_1522648438244 > .view_contents{overflow:visible;}  #div_blank_1522648438244  {box-sizing:border-box;background:#102747;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522648438244  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522648438244  {box-sizing:border-box;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522648438244{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522648438244{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522648438244{
		
	}
}
 #div_a_includeBlock_1522648438060{width:26.666666666666668%;height:338px;position:absolute;top:189px;left:73.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522648438060{width:31%;height:308px;left:67.0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522648438060{width:96%;height:324px;top:826px;left:1.9970703125%;}}  #div_a_includeBlock_1522648438060  {border-top-color:#e6e6e6;border-right-color:#e6e6e6;border-bottom-color:#e6e6e6;border-left-color:#e6e6e6;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} #div_a_includeBlock_1522648438060:hover {background: url(../img/upimages/pkgimg/banner/31231.jpg);background-repeat:no-repeat;background-size:auto 100%;background-position-x:0%;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;box-shadow:#8c8c8c 0px 0px 10px ;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1522648438060:hover {background-size:auto 100%;background-position-x:50%;}} @media screen and (max-width:640px) { #div_a_includeBlock_1522648438060  {background: url(../img/upimages/pkgimg/pkgimg/houseImg/index_bg.jpg);background-repeat:no-repeat;background-size:100% auto;background-position-x:0%;box-shadow:#8c8c8c 0px 0px 10px ;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1522648438060{
	
}
#div_a_includeBlock_1522648438060:hover #div_blank_1522648438220{ background:white;}
#div_a_includeBlock_1522648438060:hover #div_blank_1522648438244{ background:white;}
#div_a_includeBlock_1522648438060:hover #text_style_01_1522648438203 .view_contents{color:white;}
#div_a_includeBlock_1522648438060:hover #text_style_01_1522648438228 .view_contents{color:white;}
#div_a_includeBlock_1522648438060:hover #text_style_01_1522648438232 .view_contents{color:white;}
#div_a_includeBlock_1522648438060:hover #customForm_style_button_01_1522648438236 .btnaSet{ background:white; color:#102768;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1522648438060{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1522648438060{
		
	}
}

 #text_default_1539413095605{width:22.916666666666664%;height:50px;position:absolute;top:38px;left:38.54166666666667%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1539413095605{width:277px;left:calc(50% - 138.5px);}}   @media screen and (max-width:640px) {#text_default_1539413095605{width:46.25%;height:24px;top:22px;left:26.875%;}}  #text_default_1539413095605>.view_contents {font-size:13px;} @media screen and (max-width:640px) { #text_default_1539413095605>.view_contents {text-align:center;}}
/*----------------------电脑板式样式----------------------*/
#text_default_1539413095605 .bt span{
	font-size:30px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1539413095605{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1539413095605 .bt span{
	       font-size:16px;
        }
}

 #text_style_01_1539413124575{width:30%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:35%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539413124575{width:221px;left:calc(50% - 110.5px);}}   @media screen and (max-width:640px) {#text_style_01_1539413124575{width:50%;top:54px;left:25%;}}  #text_style_01_1539413124575>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#999999;text-align:left;line-height:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539413124575>.view_contents {box-sizing:border-box;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1539413124575>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #image_style_01_1539413954588{width:53.333333333333336%;height:35px;position:absolute;top:119px;left:23.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539413954588{}}   @media screen and (max-width:640px) {#image_style_01_1539413954588{width:68%;height:18px;top:79px;left:15.937499999999998%;}} #image_style_01_1539413954588 > .view_contents{overflow:visible;}  #layout_1522639534237{height:609px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522639534237{height:569px;}}   @media screen and (max-width:640px) {#layout_1522639534237{height:1189px;}} #layout_1522639534237 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1522648849398{width:640px;height:35px;position:absolute;top:119px;left:23.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522648849398{left:calc(50% - 320px);}}   @media screen and (max-width:640px) {#image_style_01_1522648849398{width:68%;height:18px;top:79px;left:15.937499999999998%;}} #image_style_01_1522648849398 > .view_contents{overflow:visible;} 

 #image_style_01_1522649117849{width:600px;height:400px;position:absolute;top:189px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522649117849{left:2%;width:48%;height:455px;}}   @media screen and (max-width:640px) {#image_style_01_1522649117849{width:96.25%;height:139px;top:104px;left:1.875%;}} #image_style_01_1522649117849 > .view_contents{overflow:visible;} 


 #text_style_01_1522649790857{width:80%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10%;top:138px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522649790857{left:9.96826710816777%;width:80.3532008830022%;top:156px;}}   @media screen and (max-width:640px) {#text_style_01_1522649790857{width:90%;top:76px;left:4.5602605863192185%;}}  #text_style_01_1522649790857>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#9fa9c3;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522649790857>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522649790857>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1539414485050{width:80%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10%;top:224px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539414485050{top:248px;left:9.978614790286976%;}}   @media screen and (max-width:640px) {#text_style_01_1539414485050{width:90%;top:149px;left:4.071661237785016%;}}  #text_style_01_1539414485050>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#9fa9c3;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539414485050>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539414485050>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1539415109928{width:54.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:95.98579406738281px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539415109928{top:117px;left:9.978614790286976%;width:171px;}}   @media screen and (max-width:640px) {#text_style_01_1539415109928{width:38.762214983713356%;font-size:12px;color:#333;line-height:1.6;top:47px;left:30.781758957654727%;}}  #text_style_01_1539415109928>.view_contents {box-sizing:border-box;font-size:17px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539415109928>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539415109928>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;line-height:1.6;}}

 #text_style_01_1539591150060{width:32%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33.94317626953125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539591150060{top:56.93182373046875px;left:9.96821735398885%;}}   @media screen and (max-width:640px) {#text_style_01_1539591150060{width:22.475570032573287%;font-size:12px;color:#333;line-height:1.6;top:8.943191528320312px;left:38.87510983097437%;}}  #text_style_01_1539591150060>.view_contents {box-sizing:border-box;font-size:36px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539591150060>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539591150060>.view_contents {box-sizing:border-box;font-size:24px;color:#ffffff;line-height:1.6;}}
 #div_a_includeBlock_1522649154966{width:600px;height:400px;position:absolute;top:189px;left:calc(100% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522649154966{width:48%;left:49.932065217391305%;top:189px;height:455px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522649154966{width:96%;height:326px;top:242.991473197937px;left:2%;}}  #div_a_includeBlock_1522649154966  {background:rgba(35,40,54,1);}

 #text_default_1539413510390{width:22.916666666666664%;height:50px;position:absolute;top:38px;left:38.54166666666667%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1539413510390{width:275px;left:calc(50% - 137.5px);}}   @media screen and (max-width:640px) {#text_default_1539413510390{width:47.5%;height:24px;top:20px;left:26.25%;}}  #text_default_1539413510390>.view_contents {font-size:13px;}
/*----------------------电脑板式样式----------------------*/
#text_default_1539413510390 .bt span{
	font-size:30px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1539413510390{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1539413510390 .bt span{
	       font-size:16px;
        }
}

 #text_style_01_1539566040143{width:18%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:41%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539566040143{width:22.962962962962962%;left:38.57142857142858%;}}   @media screen and (max-width:640px) {#text_style_01_1539566040143{width:49.375%;top:54px;left:25.3125%;}}  #text_style_01_1539566040143>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#999999;text-align:left;line-height:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539566040143>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539566040143>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}} #layout_1522648748854{height:711px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522648748854{height:694px;}}   @media screen and (max-width:640px) {#layout_1522648748854{height:608px;}} #layout_1522648748854 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522648748854  {background:#f2f2f2;}



 #image_style_01_1522654325956{width:160px;height:160px;position:absolute;left:15.79925650557621%;top:13px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522654325956{left:17.286245353159853%;width:160px;top:13px;}}   @media screen and (max-width:640px) {#image_style_01_1522654325956{width:160px;height:160px;top:9px;left:calc(50% - 80px);z-index:2;}} #image_style_01_1522654325956 > .view_contents{overflow:visible;}  #image_style_01_1522654325956 .picSet {border-top-left-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;border-top-right-radius:100px;margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;border-top-style:solid;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-left-width:5px;border-bottom-width:5px;border-right-width:5px;border-top-width:5px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;} #image_style_01_1522654325956  {padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:10px;}
/*----------------------电脑板式样式----------------------*/
#image_style_01_1522654325956{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1522654325956{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1522654325956{
		
	}
}

 #text_style_01_1522655129732{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:200px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522655129732{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522655129732{width:96%;top:190px;left:2.1484375%;z-index:2;}}  #text_style_01_1522655129732>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522655129732>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522655129732>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522655129732{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522655129732{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522655129732{
		
	}
}

 #text_style_01_1522655178524{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:235px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522655178524{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522655178524{width:96%;top:215px;left:2.1484375%;z-index:2;}}  #text_style_01_1522655178524>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;text-align:center;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522655178524>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522655178524>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522655178524{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522655178524{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522655178524{
		
	}
}

 #text_style_01_1522655938856{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:260px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522655938856{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522655938856{width:96%;top:238px;left:2.1172638436482085%;z-index:2;}}  #text_style_01_1522655938856>.view_contents {box-sizing:border-box;font-family:Arial;font-size:14px;color:#ffffff;text-align:center;line-height:16px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522655938856>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522655938856>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522655938856{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522655938856{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522655938856{
		
	}
}

 #div_blank_1522656127725{width:20px;height:1px;position:absolute;left:46.28252788104089%;top:287px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522656127725{left:calc(50% - 10px);width:20px;}}   @media screen and (max-width:640px) {#div_blank_1522656127725{width:20px;height:1px;top:266px;left:calc(50% - 10px);z-index:2;}} #div_blank_1522656127725 > .view_contents{overflow:visible;}  #div_blank_1522656127725  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522656127725  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522656127725  {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522656127725{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522656127725{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522656127725{
		
	}
}

 #text_style_01_1522656230638{width:66.54275092936803%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:25.650557620817843%;top:295px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522656230638{left:26.394052044609666%;width:73.60594795539033%;}}   @media screen and (max-width:640px) {#text_style_01_1522656230638{width:69.05537459283387%;top:278px;left:29.066571661237784%;z-index:2;}}  #text_style_01_1522656230638>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522656230638>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522656230638>.view_contents {box-sizing:border-box;}}

 #text_default_1522656471175{width:20px;height:50px;position:absolute;left:17.141031598513013%;top:295px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1522656471175{left:16.99581784386617%;width:20px;top:295px;}}   @media screen and (max-width:640px) {#text_default_1522656471175{width:78.17589576547232%;height:50px;top:278px;left:19.706840390879478%;z-index:1;}} 
/*----------------------电脑板式样式----------------------*/
#text_default_1522656471175 div.icon{
	color:white; font-size:16px; line-height:25px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1522656471175{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1522656471175{
		
	}
}
 #div_a_includeBlock_1522654258107{width:269px;height:363px;position:absolute;top:189px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522654258107{left:2%;height:365px;width:269px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522654258107{width:256px;height:333px;top:117.99431991577148px;left:calc(50% - 127.5px);}}  #div_a_includeBlock_1522654258107  {background:#242937;} #div_a_includeBlock_1522654258107:hover {background:#ffffff;} @media screen and (max-width:640px) { #div_a_includeBlock_1522654258107:hover {background:#405286;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1522654258107:hover *{
	color:#666666;
}
#div_a_includeBlock_1522654258107:hover #text_style_01_1522655129732 .view_contents{
     color:#1a1a1a;
}
#div_a_includeBlock_1522654258107:hover #text_style_01_1522655938856 .view_contents{
    color:#102768;
}
#div_a_includeBlock_1522654258107:hover #div_blank_1522656127725{ background:#102768;}
#div_a_includeBlock_1522654258107:hover #text_default_1522656471175 div.icon{ color:#102768;}
#div_a_includeBlock_1522654258107:hover #image_style_01_1522654325956 .CompatibleImg img{ border:5px solid #e6e6e6;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1522654258107{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1522654258107:hover *{
		color:white;
	}
#div_a_includeBlock_1522654258107:hover #text_style_01_1522655129732 .view_contents{
     color:white;
}
#div_a_includeBlock_1522654258107:hover #text_style_01_1522655938856 .view_contents{
    color:white;
}
#div_a_includeBlock_1522654258107:hover #div_blank_1522656127725{ background:white;}
#div_a_includeBlock_1522654258107:hover #text_default_1522656471175 div.icon{ color:white;}
#div_a_includeBlock_1522654258107:hover #image_style_01_1522654325956 .CompatibleImg img{ border:5px solid white;}
}

 #image_style_01_1522654036949{width:53.333333333333336%;height:35px;position:absolute;top:119px;left:23.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522654036949{left:23.329798515376456%;}}   @media screen and (max-width:640px) {#image_style_01_1522654036949{width:67%;height:18px;top:79px;left:16.40625%;}} #image_style_01_1522654036949 > .view_contents{overflow:visible;} 


 #image_style_01_1522657331085{width:160px;height:160px;position:absolute;left:15.79925650557621%;top:13px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522657331085{left:16.91449814126394%;width:160px;top:13px;}}   @media screen and (max-width:640px) {#image_style_01_1522657331085{width:160px;height:160px;top:9px;left:20.83163680781759%;z-index:2;}} #image_style_01_1522657331085 > .view_contents{overflow:visible;}  #image_style_01_1522657331085 .picSet {border-top-left-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;border-top-right-radius:100px;margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;border-top-style:solid;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-left-width:5px;border-bottom-width:5px;border-right-width:5px;border-top-width:5px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;} #image_style_01_1522657331085  {padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:10px;}
/*----------------------电脑板式样式----------------------*/
#image_style_01_1522657331085{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1522657331085{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1522657331085{
		
	}
}

 #text_style_01_1522657331099{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:200px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522657331099{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522657331099{width:96%;top:190px;left:2%;z-index:2;}}  #text_style_01_1522657331099>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522657331099>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522657331099>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522657331099{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522657331099{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522657331099{
		
	}
}

 #text_style_01_1522657331104{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:235px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522657331104{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522657331104{width:96%;top:215px;left:2.1172638436482085%;z-index:2;}}  #text_style_01_1522657331104>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;text-align:center;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522657331104>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522657331104>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522657331104{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522657331104{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522657331104{
		
	}
}

 #text_style_01_1522657331109{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:260px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522657331109{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522657331109{width:96%;top:238px;left:2.1484375%;z-index:2;}}  #text_style_01_1522657331109>.view_contents {box-sizing:border-box;font-family:Arial;font-size:14px;color:#ffffff;text-align:center;line-height:16px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522657331109>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522657331109>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522657331109{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522657331109{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522657331109{
		
	}
}

 #div_blank_1522657331116{width:20px;height:1px;position:absolute;left:46.28252788104089%;top:287px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522657331116{left:calc(50% - 10px);width:20px;}}   @media screen and (max-width:640px) {#div_blank_1522657331116{width:20px;height:1px;top:266px;left:calc(50% - 10px);z-index:2;}} #div_blank_1522657331116 > .view_contents{overflow:visible;}  #div_blank_1522657331116  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522657331116  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522657331116  {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522657331116{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522657331116{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522657331116{
		
	}
}

 #text_style_01_1522657331119{width:66.54275092936803%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:25.650557620817843%;top:295px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522657331119{left:26.394052044609666%;width:73.60594795539033%;}}   @media screen and (max-width:640px) {#text_style_01_1522657331119{width:69.05537459283387%;top:278px;left:29.066571661237784%;z-index:2;}}  #text_style_01_1522657331119>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522657331119>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522657331119>.view_contents {box-sizing:border-box;}}

 #text_default_1522657331125{width:20px;height:50px;position:absolute;left:17.141031598513013%;top:295px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1522657331125{left:16.99581784386617%;width:20px;top:295px;}}   @media screen and (max-width:640px) {#text_default_1522657331125{width:78.17589576547232%;height:50px;top:278px;left:19.706840390879478%;z-index:1;}} 
/*----------------------电脑板式样式----------------------*/
#text_default_1522657331125 div.icon{
	color:white; font-size:16px; line-height:25px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1522657331125{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1522657331125{
		
	}
}
 #div_a_includeBlock_1522657330832{width:22.4%;height:363px;position:absolute;top:189px;left:38.79166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522657330832{height:365px;left:calc(50% - 134.5px);width:268px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522657330832{width:256px;height:333px;top:499px;left:calc(50% - 128px);}}  #div_a_includeBlock_1522657330832  {background:#242937;} #div_a_includeBlock_1522657330832:hover {background:#ffffff;} @media screen and (max-width:640px) { #div_a_includeBlock_1522657330832:hover {background:#405286;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1522657330832:hover *{
	color:#666666;
}
#div_a_includeBlock_1522657330832:hover #text_style_01_1522657331099 .view_contents{
     color:#1a1a1a;
}
#div_a_includeBlock_1522657330832:hover #text_style_01_1522657331109 .view_contents{
    color:#102768;
}
#div_a_includeBlock_1522657330832:hover #div_blank_1522657331116{ background:#102768;}
#div_a_includeBlock_1522657330832:hover #text_default_1522657331125 div.icon{ color:#102768;}
#div_a_includeBlock_1522657330832:hover #image_style_01_1522657331085 .CompatibleImg img{ border:5px solid #e6e6e6;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1522657330832{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1522657330832{
		
	}
#div_a_includeBlock_1522657330832:hover *{
	color:white;
}
#div_a_includeBlock_1522657330832:hover #text_style_01_1522657331099 .view_contents{
     color:white;
}
#div_a_includeBlock_1522657330832:hover #text_style_01_1522657331109 .view_contents{
    color:white;
}
#div_a_includeBlock_1522657330832:hover #div_blank_1522657331116{ background:white;}
#div_a_includeBlock_1522657330832:hover #text_default_1522657331125 div.icon{ color:white;}
#div_a_includeBlock_1522657330832:hover #image_style_01_1522657331085 .CompatibleImg img{ border:5px solid white;}
}


 #image_style_01_1522657509738{width:160px;height:160px;position:absolute;left:15.79925650557621%;top:13px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522657509738{left:16.91449814126394%;width:160px;top:13px;}}   @media screen and (max-width:640px) {#image_style_01_1522657509738{width:160px;height:160px;top:9px;left:calc(50% - 80px);z-index:2;}} #image_style_01_1522657509738 > .view_contents{overflow:visible;}  #image_style_01_1522657509738 .picSet {border-top-left-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;border-top-right-radius:100px;margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;border-top-style:solid;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-left-width:5px;border-bottom-width:5px;border-right-width:5px;border-top-width:5px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;} #image_style_01_1522657509738  {padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:10px;}
/*----------------------电脑板式样式----------------------*/
#image_style_01_1522657509738{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1522657509738{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1522657509738{
		
	}
}

 #text_style_01_1522657509760{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:200px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522657509760{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522657509760{width:96%;top:190px;left:2.1484375%;z-index:2;}}  #text_style_01_1522657509760>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522657509760>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522657509760>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522657509760{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522657509760{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522657509760{
		
	}
}

 #text_style_01_1522657509764{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:235px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522657509764{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522657509764{width:96%;top:215px;left:2.1484375%;z-index:2;}}  #text_style_01_1522657509764>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;text-align:center;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522657509764>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522657509764>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522657509764{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522657509764{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522657509764{
		
	}
}

 #text_style_01_1522657509775{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:260px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522657509775{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522657509775{width:96%;top:238px;left:2.1484375%;z-index:2;}}  #text_style_01_1522657509775>.view_contents {box-sizing:border-box;font-family:Arial;font-size:14px;color:#ffffff;text-align:center;line-height:16px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522657509775>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522657509775>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522657509775{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522657509775{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522657509775{
		
	}
}

 #div_blank_1522657509779{width:20px;height:1px;position:absolute;left:46.28252788104089%;top:287px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522657509779{left:calc(50% - 10px);width:20px;}}   @media screen and (max-width:640px) {#div_blank_1522657509779{width:20px;height:1px;top:266px;left:calc(50% - 10px);z-index:2;}} #div_blank_1522657509779 > .view_contents{overflow:visible;}  #div_blank_1522657509779  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522657509779  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522657509779  {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522657509779{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522657509779{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522657509779{
		
	}
}

 #text_style_01_1522657509783{width:66.54275092936803%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:25.650557620817843%;top:295px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522657509783{left:26.394052044609666%;width:73.60594795539033%;}}   @media screen and (max-width:640px) {#text_style_01_1522657509783{width:69.05537459283387%;top:278px;left:29.066571661237784%;z-index:2;}}  #text_style_01_1522657509783>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522657509783>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522657509783>.view_contents {box-sizing:border-box;}}

 #text_default_1522657509791{width:20px;height:50px;position:absolute;left:17.141031598513013%;top:295px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1522657509791{left:16.99581784386617%;width:20px;top:295px;}}   @media screen and (max-width:640px) {#text_default_1522657509791{width:78.17589576547232%;height:50px;top:278px;left:19.706840390879478%;z-index:1;}} 
/*----------------------电脑板式样式----------------------*/
#text_default_1522657509791 div.icon{
	color:white; font-size:16px; line-height:25px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1522657509791{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1522657509791{
		
	}
}
 #div_a_includeBlock_1522657509459{width:22.4%;height:363px;position:absolute;top:189px;left:72.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522657509459{height:365px;width:268px;left:69.29347826086956%;top:189px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522657509459{width:256px;height:333px;top:880.9772491455078px;left:9.996448755264282%;}}  #div_a_includeBlock_1522657509459  {background:#242937;} #div_a_includeBlock_1522657509459:hover {background:#ffffff;} @media screen and (max-width:640px) { #div_a_includeBlock_1522657509459  {background:#405286;}} @media screen and (max-width:640px) { #div_a_includeBlock_1522657509459:hover {background:#405286;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1522657509459:hover *{
	color:#666666;
}
#div_a_includeBlock_1522657509459:hover #text_style_01_1522657509760 .view_contents{
     color:#1a1a1a;
}
#div_a_includeBlock_1522657509459:hover #text_style_01_1522657509775 .view_contents{
    color:#102768;
}
#div_a_includeBlock_1522657509459:hover #div_blank_1522657509779{ background:#102768;}
#div_a_includeBlock_1522657509459:hover #text_default_1522657509791 div.icon{ color:#102768;}
#div_a_includeBlock_1522657509459:hover #image_style_01_1522657509738 .CompatibleImg img{ border:5px solid #e6e6e6;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1522657509459{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
#div_a_includeBlock_1522657509459:hover *{
	color:white;
}
#div_a_includeBlock_1522657509459:hover #text_style_01_1522657509760 .view_contents{
     color:white;
}
#div_a_includeBlock_1522657509459:hover #text_style_01_1522657509775 .view_contents{
    color:white;
}
#div_a_includeBlock_1522657330832:hover #div_blank_1522657509779{ background:white;}
#div_a_includeBlock_1522657509459:hover #text_default_1522657509791 div.icon{ color:white;}
#div_a_includeBlock_1522657509459:hover #image_style_01_1522657509738 .CompatibleImg img{ border:5px solid white;}
}

 #text_style_01_1539568943422{width:22%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:39.2%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539568943422{width:220px;left:calc(50% - 110px);}}   @media screen and (max-width:640px) {#text_style_01_1539568943422{width:49.375%;top:54px;left:25.3125%;}}  #text_style_01_1539568943422>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#ffffff;text-align:left;line-height:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539568943422>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539568943422>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #text_default_1539574325706{width:22.916666666666664%;height:50px;position:absolute;top:38px;left:38.54166666666667%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1539574325706{width:276px;left:calc(50% - 138px);}}   @media screen and (max-width:640px) {#text_default_1539574325706{width:49.0625%;height:24px;top:22px;left:25.46875%;}}  #text_default_1539574325706>.view_contents {font-size:13px;}
/*----------------------电脑板式样式----------------------*/
#text_default_1539574325706 .bt span{
	font-size:30px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1539574325706{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1539574325706 .bt span{
	       font-size:16px;
        }
} #layout_1522653579163{height:633px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522653579163{}}   @media screen and (max-width:640px) {#layout_1522653579163{height:1276.005682px;}} #layout_1522653579163 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522653579163  {background: url(../img/upimages/pkgimg/banner/21312.jpg);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;}


 #text_default_1539574003622{width:22.916666666666664%;height:50px;position:absolute;top:38px;left:38.54166666666667%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1539574003622{width:274px;left:calc(50% - 137px);}}   @media screen and (max-width:640px) {#text_default_1539574003622{width:46.875%;height:24px;top:22px;left:26.5625%;}}  #text_default_1539574003622>.view_contents {font-size:13px;}
/*----------------------电脑板式样式----------------------*/
#text_default_1539574003622 .bt span{
	font-size:30px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1539574003622{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_default_1539574003622 .bt span{
	       font-size:16px;
        }
}

 #text_style_01_1539574022306{width:18%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:43%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539574022306{width:23.809523809523807%;left:38.095238095238095%;}}   @media screen and (max-width:640px) {#text_style_01_1539574022306{width:48.75%;top:54px;left:25.624999999999996%;}}  #text_style_01_1539574022306>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#999999;text-align:left;line-height:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539574022306>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539574022306>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #image_style_01_1539574035184{width:53.333333333333336%;height:35px;position:absolute;top:119px;left:23.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539574035184{left:23.329798515376456%;}}   @media screen and (max-width:640px) {#image_style_01_1539574035184{width:68%;height:12px;top:79px;left:16.09375%;}} #image_style_01_1539574035184 > .view_contents{overflow:visible;} 

 #newsList_style_04_1539582263428{width:1066px;position:absolute;top:189px;left:calc(50% - 533px);}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1539582263428{width:98.5153764581124%;left:0.7423117709437964%;top:189px;}}   @media screen and (max-width:640px) {#newsList_style_04_1539582263428{width:96%;top:119.98579406738281px;left:2%;}}  #newsList_style_04_1539582263428 .detailSet {border-bottom-style:none;font-family:Microsoft YaHei;font-size:13px;} #newsList_style_04_1539582263428 .titleSet {font-family:Microsoft YaHei;font-size:16px;} #newsList_style_04_1539582263428 .imgSet {background:transparent;} #layout_1539573902114{height:690px;}   @media screen and (min-width:641px) and (max-width:1400px) {#layout_1539573902114{height:690px;}}   @media screen and (max-width:640px) {#layout_1539573902114{height:690px;}} #layout_1539573902114 > .view_contents{overflow:visible;max-width:1400px;} 




 #dh_style_01_1539581753142{width:51.74999999999999%;z-index:999;position:absolute;top:174px;left:24.113048707155745%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1539581753142{z-index:999;left:17.21339779005525%;width:65.6353591160221%;top:187px;}}   @media screen and (max-width:640px) {#dh_style_01_1539581753142{width:44px;z-index:999;top:29px;display:none;}} #dh_style_01_1539581753142 > .view_contents{overflow:visible;}  #dh_style_01_1539581753142 .mainMenuSet {color:#ffffff;text-align:center;} #dh_style_01_1539581753142 #hot>a {color:#ffffff;}

 #text_style_02_1539581753146{width:1200px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:236px;left:13.92062537582682%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539581753146{left:0%;width:100%;top:250px;}}   @media screen and (max-width:640px) {#text_style_02_1539581753146{width:370px;top:445px;left:calc(50% - 185px);display:none;}}  #text_style_02_1539581753146>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#ffffff;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1539581753146>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1539581753146>.view_contents {box-sizing:border-box;}}

 #text_style_02_1539581753162{width:29.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:121px;left:68.66666666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539581753162{width:234px;top:139px;left:73.9899861878453%;}}   @media screen and (max-width:640px) {#text_style_02_1539581753162{width:68.07817589576547%;top:101.44035339355469px;left:21.575176910002767%;}}  #text_style_02_1539581753162>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#ffffff;text-align:left;font-weight:normal;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1539581753162>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1539581753162>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #image_style_01_1539581753173{width:5.666666666666666%;height:27px;position:absolute;top:125px;left:12.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539581753173{left:2.0959944751381214%;width:6.077348066298343%;top:136px;}}   @media screen and (max-width:640px) {#image_style_01_1539581753173{width:64px;height:29px;top:56.46875px;left:2.498519226471842%;}} #image_style_01_1539581753173 > .view_contents{overflow:visible;} 

 #text_style_02_1539581753178{width:20.083333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:121px;left:16.916666666666664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539581753178{left:8.192334254143645%;top:138px;width:209px;}}   @media screen and (max-width:640px) {#text_style_02_1539581753178{width:64.82084690553745%;top:58.471588134765625px;left:22.898466812282898%;}}  #text_style_02_1539581753178>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#ffffff;text-align:left;font-weight:normal;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1539581753178>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1539581753178>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #image_style_01_1539581753183{width:6.25%;height:31px;position:absolute;top:122px;left:36.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539581753183{top:138px;left:32.99551104972376%;}}   @media screen and (max-width:640px) {#image_style_01_1539581753183{width:18.566775244299674%;height:29px;top:138.4431915283203px;left:3.4840465756891605%;}} #image_style_01_1539581753183 > .view_contents{overflow:visible;} 

 #image_style_01_1539581753187{width:4.75%;height:29px;position:absolute;top:121px;left:64.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539581753187{top:134.5px;left:68.68266574585635%;}}   @media screen and (max-width:640px) {#image_style_01_1539581753187{width:12.37785016286645%;height:27px;top:96.93751525878906px;left:6.098238109377386%;}} #image_style_01_1539581753187 > .view_contents{overflow:visible;} 

 #text_style_02_1539581753192{width:21.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:121px;left:41.583333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539581753192{width:289px;top:138.5px;left:39.01761049723757%;}}   @media screen and (max-width:640px) {#text_style_02_1539581753192{width:75.2442996742671%;top:139.4658966064453px;left:21.255922783469533%;}}  #text_style_02_1539581753192>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#ffffff;text-align:left;font-weight:normal;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1539581753192>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1539581753192>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #text_style_01_1539582001472{width:14.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:30px;left:42.95833333333333%;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539582001472{}}   @media screen and (max-width:640px) {#text_style_01_1539582001472{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;}}  #text_style_01_1539582001472>.view_contents {box-sizing:border-box;font-size:34px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;font-style:italic;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539582001472>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539582001472>.view_contents {box-sizing:border-box;font-size:28px;color:#ffffff;line-height:1.6;}}
 #div_includeBlock_1539581752807{width:100%;height:286px;position:absolute;top:0px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1539581752807{height:300px;width:96%;left:1.9976550309115617%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1539581752807{width:96.00000000000001%;height:167.4431915283203px;top:28px;left:1.999999999999993%;display:none;}}  @media screen and (max-width:640px) { #div_includeBlock_1539581752807  {background-repeat:no-repeat;background-size:cover;background:#3a2e46 undefined;}}
 #div_includeBlock_1539581752519{width:100%;height:286px;position:absolute;top:1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1539581752519{height:300px;}}   @media screen and (max-width:640px) {#div_includeBlock_1539581752519{width:100%;height:34px;top:19px;left:0%;display:none;}}  #div_includeBlock_1539581752519  {background: url(../img/footer/z_15/2592e3da2cf61c63e053ef481096af17.jpg);background-repeat:no-repeat;background-size:cover;background-position-x:50%;background-position-y:50%;}

 #text_style_02_1539581753198{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:232.99715423583984px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539581753198{width:95.9375%;top:232.99715423583984px;left:2.03125%;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1539581753198{width:93.125%;top:9px;left:3.4375000000000004%;display:block;}}  #text_style_02_1539581753198>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#b6b6b6;line-height:14px;height:34px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1539581753198>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1539581753198>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;font-family:Microsoft YaHei;}} #comm_layout_footer{height:289px;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:312px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:43px;display:block;}} #comm_layout_footer > .view_contents{overflow:hidden;}  #comm_layout_footer  {background:#232836;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		top:0;
	}
}
.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; }
.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; }
/*菜单样式*/
.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;margin-left:80px;}
.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_1539586780562 .maxWidth{max-width:px;}
	#dh_style_11_1539586780562 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1539586780562 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1539586780562 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}

            #banner_style_01_1522637541970 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/banner/6.jpg') center top no-repeat;}
                #banner_style_01_1522637541970 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/pkgimg/banner/7.jpg') center top no-repeat;}
                #banner_style_01_1522637541970 .bannerStyle_1 .ground_glass{}
    /*菜单样式*/
.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_1522314576639 .maxWidth{max-width:px;}
	#dh_style_11_1522314576639 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1522314576639 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1522314576639 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.searchStyle_1{position: relative;min-width: 200px;}
.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;
-moz-appearance:none ;
appearance: none;}
.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}
.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}
.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.searchPos-r{position: relative;}
.searchPos-r i{position: absolute; top: 50%; left: 15px; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}

}

.imgStyle_13{ width:100%; }
.imgStyle_13 *{ font-size:'微软雅黑'; }
.imgStyle_13 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13 .imgTextLi{ width:49%; overflow: hidden; margin-bottom:2%;}
.imgStyle_13 .imgTBox{ text-align: left; float:left; display:inline-block;}
.imgStyle_13 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_13 .cont{ float:right; display:inline-block;}
.imgStyle_13 .imgBt{  font-size:20px; line-height:2; padding-left:10px;}
.imgStyle_13 .imgDetail{ font-size:12px; color:#666; padding-left:10px;}

@media screen and (max-width: 768px){
	.imgStyle_13 .imgTextLi{ width:100%;}
	.imgStyle_13 .imgTBox>img{ width:50px; }
	.imgStyle_13 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_13_1539396740797 .imgDetail{ display:block; }
	
	


			#image_style_13_1539396740797 li{ width:23.5%; }
		#image_style_13_1539396740797 li.imgTextLi{ margin-bottom:2%; }
		#image_style_13_1539396740797 .imgTBox img{ width:70px;}
		#image_style_13_1539396740797 .cont{width:calc(100% - 70px);}

	@media screen and (min-width: 769px) and (max-width: 1024px){
		#image_style_13_1539396740797 li{ width:23.5%; }
		#image_style_13_1539396740797 li.imgTextLi{ margin-bottom:2%; }
		#image_style_13_1539396740797 .imgTBox img{ width:70px;}
		#image_style_13_1539396740797 .cont{width:calc(100% - 70px);}
	}
	@media screen and (max-width: 768px){
		#image_style_13_1539396740797 li{ width:48%; }
		#image_style_13_1539396740797 li.imgTextLi{ margin-bottom:4%; }
		#image_style_13_1539396740797 .imgTBox img{ width:50px;}
		#image_style_13_1539396740797 .cont{width:calc(100% - 50px);}
	}
	
	

.imgStyle_13{ width:100%; }
.imgStyle_13 *{ font-size:'微软雅黑'; }
.imgStyle_13 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13 .imgTextLi{ width:49%; overflow: hidden; margin-bottom:2%;}
.imgStyle_13 .imgTBox{ text-align: left; float:left; display:inline-block;}
.imgStyle_13 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_13 .cont{ float:right; display:inline-block;}
.imgStyle_13 .imgBt{  font-size:20px; line-height:2; padding-left:10px;}
.imgStyle_13 .imgDetail{ font-size:12px; color:#666; padding-left:10px;}

@media screen and (max-width: 768px){
	.imgStyle_13 .imgTextLi{ width:100%;}
	.imgStyle_13 .imgTBox>img{ width:50px; }
	.imgStyle_13 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_13_1539589508837 .imgDetail{ display:none;}
	
	


			#image_style_13_1539589508837 li{ width:23.5%; }
		#image_style_13_1539589508837 li.imgTextLi{ margin-bottom:2%; }
		#image_style_13_1539589508837 .imgTBox img{ width:70px;}
		#image_style_13_1539589508837 .cont{width:calc(100% - 70px);}

	@media screen and (min-width: 769px) and (max-width: 1024px){
		#image_style_13_1539589508837 li{ width:23.5%; }
		#image_style_13_1539589508837 li.imgTextLi{ margin-bottom:2%; }
		#image_style_13_1539589508837 .imgTBox img{ width:40px;}
		#image_style_13_1539589508837 .cont{width:calc(100% - 40px);}
	}
	@media screen and (max-width: 768px){
		#image_style_13_1539589508837 li{ width:48%; }
		#image_style_13_1539589508837 li.imgTextLi{ margin-bottom:4%; }
		#image_style_13_1539589508837 .imgTBox img{ width:40px;}
		#image_style_13_1539589508837 .cont{width:calc(100% - 40px);}
	}
	
	

/*产品样式*/
.prod_default5{width:100%; clear: both;}
.prod_default5 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.prod_default5 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default5 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default5 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default5 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default5 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default5 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default5 .prod_Item:hover .prod_info{bottom: 5%;}
.prod_default5 .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_default5 .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_default5 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default5 .prod_info {position: absolute; left: 50%; bottom:3%; padding: 3%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); background: rgba(255,255,255,.8); overflow: hidden; width: 86%; padding-top: 10px; box-sizing: border-box; }
.prod_default5 .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_default5 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default5 .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_default5 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default5 .p_group .p_lb{display: none;}
.prod_default5 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default5 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default5 .p_jg{display: none;}
.prod_default5 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default5 .p_value {color: #333; font-size:22px;}
.prod_default5 .unit {color: #333;font-size: 16px;}
.prod_default5 .p_vip {display: block; float: right; text-align: right; line-height:20px; height: 26px; white-space: nowrap;}
.prod_default5 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default5 .v_value {color: #333; font-size: 18px;}
.prod_default5 .v_unit {color: #333;font-size: 12px;}
.prod_default5 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default5 .p_link { float: left; width: 48%; text-align: center;}
.prod_default5 .p_link a {display: block; padding: 10px 15px;}
.prod_default5 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default5 .p_cart a {display: block; padding: 10px 15px;}
.prod_default5 a{text-decoration:none; }  

/*分页*/
.prod_default5 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default5 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default5 .page_btn a.cur,.prod_default5 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default5 .page_btn a:nth-child(n+12){display: none;}
.prod_default5 .page_btn a:nth-last-child(1),.prod_default5 .page_btn a:nth-last-child(2),.prod_default5 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default5 .prev_btn,.prod_default5 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default5 .no_page{border: 0 !important;}
.prod_default5 .page_btn a:nth-child(n+10){display: none;}

.prod_default5 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default5 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;float: left;}
.prod_default5 .yuanjia2{color:#888;font-size: 14px;}

.prod_default5 .jiage{color: #888;font-size: 14px;}



.prod_default5 .btnn {background-color: #ff002a;width: 50%;border:none;color:white;height: 35px;display: block;clear: both;margin-top: 10px;}

.prod_default5 .btnn a{color:white;}

@media screen and (max-width: 767px){
.prod_default5 .unit,.prod_default5 .p_vip .v_jg,.prod_default5 .v_unit{font-size: 12px;}
.prod_default5 .p_vip{height: 18px; line-height: 23px;}
.prod_default5 .v_value{font-size: 14px;}
.prod_default5 .p_value{font-size: 18px;}
.prod_default5 .prod .p_detail{display: none !important;}
/*分页*/
/* .prod_default5 .page_btn a:nth-child(n+5){display: none;} */
}

/*pc*/
#productList_style_05_1539399760421 li{width: 23.5%;}
#productList_style_05_1539399760421 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_05_1539399760421 li{width: 23.5%;}
	#productList_style_05_1539399760421 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_05_1539399760421 li{width: 49%;}
	#productList_style_05_1539399760421 li.prod_Item{margin-bottom:2%;}
}

#productList_style_05_1539399760421 .p_detail.pc {display:block;}
#productList_style_05_1539399760421 .p_detail.pad, #productList_style_05_1539399760421 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_05_1539399760421 .p_detail.pad {display:block;}
	#productList_style_05_1539399760421 .p_detail.pc, #productList_style_05_1539399760421 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_05_1539399760421 .p_detail.mobile {display:block;}
	#productList_style_05_1539399760421 .p_detail.pc, #productList_style_05_1539399760421 .p_detail.pad {display:none;}
	}

#productList_style_05_1539399760421 .p_name.pc {display:block;}
#productList_style_05_1539399760421 .p_name.pad, #productList_style_05_1539399760421 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_05_1539399760421 .p_name.pad {display:block;}
	#productList_style_05_1539399760421 .p_name.pc, #productList_style_05_1539399760421 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_05_1539399760421 .p_name.mobile {display:block;}
	#productList_style_05_1539399760421 .p_name.pc, #productList_style_05_1539399760421 .p_name.pad {display:none;}
	}




	#image_style_01_1539413616979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539413616979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1539413616979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1539413616979 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_1539411891064 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539411891064 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1539411891064 .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_1539411891064 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.imgStyle img{width:100%; height:100%;}
    #qrcode_style_01_1539412367361 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#qrcode_style_01_1539412367361 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#qrcode_style_01_1539412367361 .CompatibleImg img{width:100%; height:100%}}.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1539413954588 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539413954588 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1539413954588 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1539413954588 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_1522648849398 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522648849398 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522648849398 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522648849398 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_1522649117849 .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_1522649117849 .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_1522649117849 .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_1522649117849 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_1522654325956 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522654325956 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522654325956 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522654325956 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_1522654036949 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522654036949 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522654036949 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522654036949 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_1522657331085 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522657331085 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522657331085 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522657331085 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_1522657509738 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522657509738 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522657509738 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522657509738 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_1539574035184 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539574035184 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1539574035184 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1539574035184 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1539582263428 .newDetail.pc {display:block;}
	#newsList_style_04_1539582263428 .newDetail.pad, #newsList_style_04_1539582263428 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1539582263428 .newDetail.pad {display:block;}
		#newsList_style_04_1539582263428 .newDetail.pc, #newsList_style_04_1539582263428 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1539582263428 .newDetail.mobile {display:block;}
		#newsList_style_04_1539582263428 .newDetail.pc, #newsList_style_04_1539582263428 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1539582263428 li{width: 23.5%;}
#newsList_style_04_1539582263428 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1539582263428 li{width: 23.5%;}
	#newsList_style_04_1539582263428 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1539582263428  li{width: 49%;}
	#newsList_style_04_1539582263428  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024) {
}
/*菜单样式*/
.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;}
}

	#image_style_01_1539581753173 .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_1539581753173 .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_1539581753173 .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_1539581753173 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_1539581753183 .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_1539581753183 .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_1539581753183 .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_1539581753183 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_1539581753187 .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_1539581753187 .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_1539581753187 .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_1539581753187 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;}
