
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative;overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden;}
.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;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #image_logo_1484548505363{width:16.666666666666664%;height:200px;position:absolute;left:41.66666666666667%;top:54.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484548505363{width:20.833333333333336%;height:200px;left:39.58333333333333%;top:54.515625px;display:none;}}   @media screen and (max-width:640px) {#image_logo_1484548505363{width:21.578947368421055%;height:41px;top:6.46875px;left:0%;display:block;}} 

 #image_logo_1507611684216{width:41.833333333333336%;height:72px;position:absolute;top:59.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1507611684216{}}   @media screen and (max-width:640px) {#image_logo_1507611684216{width:66.006600660066%;height:200px;top:96.9375px;left:16.996699669967%;}} 

 #image_style_01_1535339459535{width:19.333333333333332%;height:49px;position:absolute;top:71px;left:80.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535339459535{}}   @media screen and (max-width:640px) {#image_style_01_1535339459535{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1535339459535 > .view_contents{overflow:visible;} 

 #dh_style_01_1507611304125{width:1093px;z-index:999;left:5.5%;top:163px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1507611304125{width:800px;z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1507611304125{width:44px;z-index:999;left:42.73927392739274%;top:0px;}} #dh_style_01_1507611304125 > .view_contents{overflow:visible;}  #dh_style_01_1507611304125  {border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;background:#ffffff;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;} #dh_style_01_1507611304125 .columnSet {color:#358eca;background:#ffffff;} #dh_style_01_1507611304125 .mainMenuSet {background:#ffffff;color:#666666;font-family:Microsoft YaHei;font-size:14px;} #dh_style_01_1507611304125:hover {background:transparent;} #dh_style_01_1507611304125:active {background:transparent;} #dh_style_01_1507611304125 #hot>a {background:#1157a4;}

 #image_style_01_1535350884333{width:217%;height:1px;position:absolute;top:160px;left:-27.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535350884333{}}   @media screen and (max-width:640px) {#image_style_01_1535350884333{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1535350884333 > .view_contents{overflow:visible;} 


 #text_style_01_1536225366958{width:16.92389568919638%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:17.80202235231506%;top:6.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1536225366958{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1536225366958{width:370px;top:0px;left:0%;}}  #text_style_01_1536225366958>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1536225366958>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1536225366958>.view_contents {box-sizing:border-box;}}

 #lang_style_1_1507611596533{width:8.781266631186801%;position:absolute;top:0px;left:74.74720596061735%;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1507611596533{}}   @media screen and (max-width:640px) {#lang_style_1_1507611596533{width:83.4983498349835%;top:21px;left:8.25082508250825%;}}  #lang_style_1_1507611596533 .textSet {color:#ffffff;font-family:Microsoft YaHei;font-size:12px;line-height:0px;}
 #div_a_includeBlock_1536225187943{width:156.58333333333334%;height:29px;position:absolute;top:1px;left:-27.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1536225187943{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1536225187943{width:100%;height:300px;top:0px;left:0%;}}  #div_a_includeBlock_1536225187943  {background:#323232;} #comm_layout_header{height:207px;z-index:50;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:84px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:49.46875px;display:block;z-index:31;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {border-top-color:#eeb81a;border-top-style:none;border-top-width:2px;border-bottom-style:none;border-bottom-color:#074a81;border-bottom-width:7px;opacity:1;background:#ffffff;} #comm_layout_header>.view_contents {border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:4px;} #comm_layout_header:hover {border-top-style:none;border-bottom-style:none;} @media screen and (max-width:640px) { #comm_layout_header>.view_contents {margin-left:0px;margin-right:0px;}}


 #banner_style_01_1535697338219{width:156.5%;height:491px;position:absolute;top:3px;left:-27.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1535697338219{}}   @media screen and (max-width:640px) {#banner_style_01_1535697338219{width:92%;height:300px;top:719.828125px;left:4%;}} 

 #searchbox_style_01_1535348695689{width:31.916666666666664%;height:40px;left:4.25%;top:547.328125px;position:absolute;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1535348695689{display:block;}}   @media screen and (max-width:640px) {#searchbox_style_01_1535348695689{width:100%;height:40px;left:0%;top:253px;display:block;}} #searchbox_style_01_1535348695689 > .view_contents{overflow:visible;}  #searchbox_style_01_1535348695689 .btnaSet {background:#1157a4;color:#ffffff;}

 #text_style_01_1535349082337{width:6.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:37.708333333333336%;top:554.828125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535349082337{}}   @media screen and (max-width:640px) {#text_style_01_1535349082337{width:100%;top:293px;left:0%;}}  #text_style_01_1535349082337>.view_contents {font-family:Microsoft YaHei;font-size:14px;color:#1157a4;} #text_style_01_1535349082337 .view_contents:hover {color:#1157a4;}

 #text_style_01_1535435118376{width:10.166666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:44.875%;top:554.828125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535435118376{}}   @media screen and (max-width:640px) {#text_style_01_1535435118376{width:100%;top:494.828125px;left:0%;}}  #text_style_01_1535435118376>.view_contents {font-family:Microsoft YaHei;font-size:14px;color:#666666;} #text_style_01_1535435118376 .view_contents:hover {color:#1157a4;background:transparent;}

 #text_style_01_1535435455262{width:10.166666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:55.041666666666664%;top:554.828125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535435455262{}}   @media screen and (max-width:640px) {#text_style_01_1535435455262{width:100%;top:494.828125px;left:0%;}}  #text_style_01_1535435455262>.view_contents {font-family:Microsoft YaHei;font-size:14px;color:#666666;} #text_style_01_1535435455262 .view_contents:hover {color:#1157a4;background:transparent;}

 #text_style_01_1535435463228{width:10.166666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:65.20833333333333%;top:554.828125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535435463228{}}   @media screen and (max-width:640px) {#text_style_01_1535435463228{width:100%;top:494.828125px;left:0%;}}  #text_style_01_1535435463228>.view_contents {font-family:Microsoft YaHei;font-size:14px;color:#666666;} #text_style_01_1535435463228 .view_contents:hover {color:#1157a4;background:transparent;}

 #text_style_01_1535435470375{width:10.166666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:75.375%;top:554.828125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535435470375{}}   @media screen and (max-width:640px) {#text_style_01_1535435470375{width:100%;top:494.828125px;left:0%;}}  #text_style_01_1535435470375>.view_contents {font-family:Microsoft YaHei;font-size:14px;color:#666666;} #text_style_01_1535435470375 .view_contents:hover {color:#1157a4;background:transparent;}

 #text_style_01_1535435475348{width:10.166666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:85.54166666666667%;top:554.828125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535435475348{}}   @media screen and (max-width:640px) {#text_style_01_1535435475348{width:100%;top:494.828125px;left:0%;}}  #text_style_01_1535435475348>.view_contents {font-family:Microsoft YaHei;font-size:14px;color:#666666;} #text_style_01_1535435475348 .view_contents:hover {color:#1157a4;background:transparent;}

 #image_style_01_1535612646674{width:185%;height:1px;position:absolute;top:632.328125px;left:-56.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535612646674{}}   @media screen and (max-width:640px) {#image_style_01_1535612646674{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1535612646674 > .view_contents{overflow:visible;}  #layout_1535352347534{height:633.328125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1535352347534{}}   @media screen and (max-width:640px) {#layout_1535352347534{}} #layout_1535352347534 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1507607506735{width:10.666666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:35px;left:44.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507607506735{}}   @media screen and (max-width:640px) {#text_style_01_1507607506735{width:100%;top:0px;left:0%;}}  #text_style_01_1507607506735>.view_contents {box-sizing:border-box;font-size:30px;font-weight:bold;font-family:Microsoft YaHei;color:#3c3f3d;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507607506735>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507607506735>.view_contents {box-sizing:border-box;}}

 #text_style_01_1507607761071{width:10.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:91px;left:44.79166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1507607761071{}}   @media screen and (max-width:640px) {#text_style_01_1507607761071{width:100%;top:54px;left:0%;}}  #text_style_01_1507607761071>.view_contents {box-sizing:border-box;color:#333333;font-size:14px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1507607761071>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1507607761071>.view_contents {box-sizing:border-box;}}

 #productList_style_01_1507606832441{width:99.75%;position:absolute;top:150.171875px;left:0.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1507606832441{}}   @media screen and (max-width:640px) {#productList_style_01_1507606832441{width:100%;top:79px;left:0%;}} #productList_style_01_1507606832441 > .view_contents{overflow:visible;}  #productList_style_01_1507606832441  {border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #productList_style_01_1507606832441 .imgSet {border-top-style:solid;border-right-style:ridge;border-bottom-style:ridge;border-left-style:ridge;border-top-color:rgba(188,188,186,0);border-right-color:rgba(188,188,186,0);border-bottom-color:rgba(188,188,186,0);border-left-color:rgba(188,188,186,0);border-top-width:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;} #productList_style_01_1507606832441 .modSet {text-align:center;} #layout_1535351905849{height:919px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1535351905849{}}   @media screen and (max-width:640px) {#layout_1535351905849{}} #layout_1535351905849 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1507612836068{width:156.66666666666666%;height:892px;position:absolute;top:0.765625px;left:-27.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1507612836068{}}   @media screen and (max-width:640px) {#image_style_01_1507612836068{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1507612836068 > .view_contents{overflow:visible;}  #image_style_01_1507612836068  {opacity:0.9;}


 #text_style_01_1536226108888{width:63.87852956846031%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:18.059902770378265%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1536226108888{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1536226108888{width:370px;top:0px;left:0%;}}  #text_style_01_1536226108888>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:30px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1536226108888>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1536226108888>.view_contents {box-sizing:border-box;}}

 #text_style_01_1536226234173{width:63.77197655833777%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:18.08737346830048%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1536226234173{}}   @media screen and (max-width:640px) {#text_style_01_1536226234173{width:100%;top:54px;left:0%;}}  #text_style_01_1536226234173>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;font-weight:normal;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1536226234173>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1536226234173>.view_contents {box-sizing:border-box;}}

 #image_style_01_1536226294510{width:100%;height:375px;position:absolute;left:0%;top:170px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1536226294510{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1536226294510{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1536226294510 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1536225995555{width:156.41666666666666%;height:532px;position:absolute;top:890px;left:-28.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1536225995555{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1536225995555{width:100%;height:300px;top:0px;left:0%;}}  #layout_1506327983267{height:1426px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1506327983267{}}   @media screen and (max-width:640px) {#layout_1506327983267{}} #layout_1506327983267 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1487052887223{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:124px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052887223{}}   @media screen and (max-width:640px) {#text_style_02_1487052887223{width:100%;top:61px;left:0%;}}  #text_style_02_1487052887223>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;text-align:center;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052887223>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052887223>.view_contents {box-sizing:border-box;}}



 #image_style_01_1487052890092{width:100%;height:162px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487052890092{}}   @media screen and (max-width:640px) {#image_style_01_1487052890092{width:50%;height:50%;top:0px;left:25%;}} #image_style_01_1487052890092 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487052888378{width:160px;height:165.25px;position:absolute;top:30.99609375px;left:23.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487052888378{left:15.889830508474576%;top:18px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487052888378{width:120px;height:120px;top:11px;left:calc(50% - 60px);}}  #div_includeBlock_1487052888378  {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:3px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-top-left-radius:90px;border-top-right-radius:90px;border-bottom-left-radius:90px;border-bottom-right-radius:90px;}

 #text_style_02_1487052888426{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:199.96484375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052888426{}}   @media screen and (max-width:640px) {#text_style_02_1487052888426{width:100%;top:144px;left:0%;}}  #text_style_02_1487052888426>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;color:#000000;text-align:center;} #text_style_02_1487052888426 .view_contents:hover {color:#074a81;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052888426>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052888426>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487052888436{width:60%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:237.72265625px;left:20%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052888436{width:90%;left:5.084745762711865%;}}   @media screen and (max-width:640px) {#text_style_02_1487052888436{width:100%;top:184px;left:0%;}}  #text_style_02_1487052888436>.view_contents {box-sizing:border-box;font-size:14px;line-height:26px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052888436>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052888436>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1487052887245{width:25%;height:310px;position:absolute;top:188px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487052887245{height:329px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487052887245{width:50%;height:258px;top:170px;left:0%;}}  #div_includeBlock_1487052887245  {border-right-style:dashed;border-right-width:1px;border-right-color:#cccccc;}



 #image_style_01_1487052889776{width:100%;height:164px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487052889776{}}   @media screen and (max-width:640px) {#image_style_01_1487052889776{width:50%;height:50%;top:27px;left:23.255208333333332%;}} #image_style_01_1487052889776 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487052888536{width:160px;height:165px;position:absolute;top:28.9765625px;left:23.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487052888536{left:15.889830508474576%;top:18px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487052888536{width:120px;height:120px;top:11px;left:calc(50% - 60px);}}  #div_includeBlock_1487052888536  {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:3px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-top-left-radius:90px;border-top-right-radius:90px;border-bottom-left-radius:90px;border-bottom-right-radius:90px;}

 #text_style_02_1487052888542{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:199px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052888542{}}   @media screen and (max-width:640px) {#text_style_02_1487052888542{width:100%;top:144px;left:0%;}}  #text_style_02_1487052888542>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;color:#000000;text-align:center;} #text_style_02_1487052888542 .view_contents:hover {color:#074a81;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052888542>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052888542>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487052888547{width:60%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:239px;left:20%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052888547{width:90%;left:5.084745762711865%;}}   @media screen and (max-width:640px) {#text_style_02_1487052888547{width:100%;top:184px;left:0%;}}  #text_style_02_1487052888547>.view_contents {box-sizing:border-box;font-size:14px;line-height:26px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052888547>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052888547>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1487052887253{width:25%;height:311px;position:absolute;top:188px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487052887253{height:329px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487052887253{width:50%;height:258px;top:170px;left:50%;}}  #div_includeBlock_1487052887253  {border-right-style:dashed;border-right-width:1px;border-right-color:#cccccc;}



 #image_style_01_1487052890323{width:100%;height:179px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487052890323{}}   @media screen and (max-width:640px) {#image_style_01_1487052890323{width:50%;height:50%;top:27px;left:23.255208333333332%;}} #image_style_01_1487052890323 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487052888760{width:160px;height:179px;position:absolute;top:21px;left:23.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487052888760{left:15.889830508474576%;top:18px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487052888760{width:120px;height:120px;top:11px;left:calc(50% - 60px);}}  #div_includeBlock_1487052888760  {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:3px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-top-left-radius:90px;border-top-right-radius:90px;border-bottom-left-radius:90px;border-bottom-right-radius:90px;}

 #text_style_02_1487052888765{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:199px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052888765{}}   @media screen and (max-width:640px) {#text_style_02_1487052888765{width:100%;top:144px;left:0%;}}  #text_style_02_1487052888765>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;color:#000000;text-align:center;} #text_style_02_1487052888765 .view_contents:hover {color:#074a81;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052888765>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052888765>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487052888774{width:60%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:239px;left:20%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052888774{width:90%;left:5.084745762711865%;}}   @media screen and (max-width:640px) {#text_style_02_1487052888774{width:100%;top:184px;left:0%;}}  #text_style_02_1487052888774>.view_contents {box-sizing:border-box;font-size:14px;line-height:26px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052888774>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052888774>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1487052887265{width:25%;height:314px;position:absolute;top:188px;left:75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487052887265{height:329px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487052887265{width:50%;height:258px;top:428px;left:50%;}}  #div_includeBlock_1487052887265  {border-right-style:dashed;border-right-width:1px;border-right-color:#cccccc;}


 #text_style_02_1487052888658{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:199px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052888658{}}   @media screen and (max-width:640px) {#text_style_02_1487052888658{width:100%;top:144px;left:0%;}}  #text_style_02_1487052888658>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;color:#000000;text-align:center;} #text_style_02_1487052888658 .view_contents:hover {color:#074a81;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052888658>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052888658>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487052888662{width:60%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:239px;left:20%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052888662{width:90%;left:5.084745762711865%;}}   @media screen and (max-width:640px) {#text_style_02_1487052888662{width:100%;top:184px;left:0%;}}  #text_style_02_1487052888662>.view_contents {box-sizing:border-box;font-size:14px;line-height:26px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052888662>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052888662>.view_contents {box-sizing:border-box;}}


 #image_style_01_1487052889408{width:100%;height:171.9375px;position:absolute;top:0.9375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487052889408{}}   @media screen and (max-width:640px) {#image_style_01_1487052889408{width:50%;height:50%;top:0px;left:25%;}} #image_style_01_1487052889408 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487052888632{width:55.833333333333336%;height:172.875px;position:absolute;top:22.45703125px;left:22.037760416666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487052888632{}}   @media screen and (max-width:640px) {#div_includeBlock_1487052888632{width:80.53691275167785%;height:120px;top:0px;left:9.731543624161077%;}}  #div_includeBlock_1487052888632  {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:3px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-top-left-radius:90px;border-top-right-radius:90px;border-bottom-left-radius:90px;border-bottom-right-radius:90px;}
 #div_includeBlock_1487052887259{width:25%;height:313px;position:absolute;top:187.98828125px;left:49.97916666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487052887259{height:329px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487052887259{width:50%;height:258px;top:428px;left:0%;}}  #div_includeBlock_1487052887259  {border-right-style:dashed;border-right-width:1px;border-right-color:#cccccc;}

 #text_style_02_1487052887208{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:63px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487052887208{}}   @media screen and (max-width:640px) {#text_style_02_1487052887208{width:100%;top:0px;left:0%;}}  #text_style_02_1487052887208>.view_contents {box-sizing:border-box;font-size:30px;font-weight:bold;text-align:center;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487052887208>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487052887208>.view_contents {box-sizing:border-box;}} #layout_1487052887205{height:550px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487052887205{}}   @media screen and (max-width:640px) {#layout_1487052887205{height:717px;}} #layout_1487052887205 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1487052887205  {background:#ffffff;}
 #layout_1487053019746{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487053019746{height:446px;}}   @media screen and (max-width:640px) {#layout_1487053019746{height:170px;}} #layout_1487053019746 > .view_contents{overflow:visible;} 




 #newsList_style_04_1487054364188{width:43.083333333333336%;position:absolute;top:25px;left:2.9166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1487054364188{width:46.977730646871684%;top:40px;left:0%;}}   @media screen and (max-width:640px) {#newsList_style_04_1487054364188{width:100%;top:23px;left:0%;}}  #newsList_style_04_1487054364188 .titleSet {font-size:15px;} #newsList_style_04_1487054364188 .detailSet {border-bottom-style:none;} #newsList_style_04_1487054364188 .modSet {text-align:center;}

 #newsList_style_01_1487054394069{width:581px;left:48.4140625%;top:25px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1487054394069{width:100%;left:47.932131495228%;top:29px;}}   @media screen and (max-width:640px) {#newsList_style_01_1487054394069{width:100%;left:0%;top:374px;}}  #newsList_style_01_1487054394069 .riSet {color:#1157a4;} #tab_style_03_1487054291960{width:100%;height:614px;position:absolute;top:135px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1487054291960{left:0%;height:502px;}}   @media screen and (max-width:640px) {#tab_style_03_1487054291960{width:100%;height:866px;top:88px;left:0%;display:block;}}  #tab_style_03_1487054291960 .tabItemSet {background:#1157a4;color:#ffffff;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;} #tab_style_03_1487054291960 .tabconSet {background:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#tab_style_03_1487054291960{
	
}
#tab_style_03_1487054291960 .tab_nav {
background-color:rgb(255,255,255) !important;
}
#tab_style_03_1487054291960 .tab_ul_top{

min-width:50% !important;
width:50% !important;
margin: 0 auto !important;

}
#tab_style_03_1487054291960 .tab_li{
width:26% !important;
margin-left:6%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1487054291960{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1487054291960{
		
	}
#tab_style_03_1487054291960 .tab_ul_top{

min-width:95% !important;
width:95% !important;
margin: 0 auto !important;

}

}

 #text_style_02_1487054781541{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:60px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054781541{left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1487054781541{width:100%;top:0px;left:0%;}}  #text_style_02_1487054781541>.view_contents {box-sizing:border-box;font-size:30px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054781541>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487054781541>.view_contents {box-sizing:border-box;}} #layout_1487054287890{height:749px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487054287890{}}   @media screen and (max-width:640px) {#layout_1487054287890{height:954px;}} #layout_1487054287890 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1487054287890  {background:#e5e5e5;}


 #text_style_02_1487054729150{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:31px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054729150{left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1487054729150{width:100%;top:0px;left:0%;}}  #text_style_02_1487054729150>.view_contents {box-sizing:border-box;font-size:30px;font-weight:bold;text-align:center;color:#f2efe6;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054729150>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487054729150>.view_contents {box-sizing:border-box;}}


 #image_style_01_1487054730393{width:100%;height:154px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487054730393{height:120px;}}   @media screen and (max-width:640px) {#image_style_01_1487054730393{width:100%;height:106px;top:0px;left:0%;}} #image_style_01_1487054730393 > .view_contents{overflow:visible;} 

 #text_style_02_1487054730474{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:167.52734375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054730474{left:calc(50% - 108.5px);top:160px;}}   @media screen and (max-width:640px) {#text_style_02_1487054730474{width:100%;top:140px;left:0%;}}  #text_style_02_1487054730474>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;text-align:center;color:#4f96d1;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054730474>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487054730474>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487054730480{width:92.02898550724638%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:201.90234375px;left:3.9416326992753623%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054730480{left:calc(50% - 100px);top:190px;}}   @media screen and (max-width:640px) {#text_style_02_1487054730480{width:90%;top:170px;left:5%;}}  #text_style_02_1487054730480>.view_contents {box-sizing:border-box;font-size:14px;line-height:26px;color:#4f96d1;} #text_style_02_1487054730480  {text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054730480>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1487054730480>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1487054729180{width:23%;height:346px;position:absolute;top:117px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487054729180{height:315px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487054729180{width:48%;height:310px;top:76px;left:0%;}}  #div_includeBlock_1487054729180  {border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;background:#f3f3f3;border-top-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;} #div_includeBlock_1487054729180:hover {background:#074a81;}


 #image_style_01_1487054731054{width:100%;height:154px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487054731054{height:120px;}}   @media screen and (max-width:640px) {#image_style_01_1487054731054{width:100%;height:106px;top:0px;left:0%;}} #image_style_01_1487054731054 > .view_contents{overflow:visible;} 

 #text_style_02_1487054731074{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:161.98828125px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054731074{left:calc(50% - 108.5px);top:160px;}}   @media screen and (max-width:640px) {#text_style_02_1487054731074{width:100%;top:140px;left:0%;}}  #text_style_02_1487054731074>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;text-align:center;color:#4f96d1;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054731074>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487054731074>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487054731079{width:92.02898550724638%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:201.90234375px;left:3.9416326992753623%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054731079{left:calc(50% - 100px);top:190px;}}   @media screen and (max-width:640px) {#text_style_02_1487054731079{width:90%;top:170px;left:5%;}}  #text_style_02_1487054731079>.view_contents {box-sizing:border-box;font-size:14px;line-height:26px;color:#4f96d1;} #text_style_02_1487054731079  {text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054731079>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1487054731079>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1487054729190{width:23%;height:346px;position:absolute;top:117px;left:77%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487054729190{height:315px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487054729190{width:48%;height:310px;top:405px;left:52.10526315789473%;}}  #div_includeBlock_1487054729190  {border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;background:#f3f3f3;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;} #div_includeBlock_1487054729190:hover {background:#074a81;}


 #text_style_02_1487054731336{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:162.9765625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054731336{left:calc(50% - 108.5px);top:160px;}}   @media screen and (max-width:640px) {#text_style_02_1487054731336{width:100%;top:140px;left:0%;}}  #text_style_02_1487054731336>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;text-align:center;color:#4f96d1;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054731336>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487054731336>.view_contents {box-sizing:border-box;}}

 #text_style_02_1487054731345{width:92.02898550724638%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:201.90234375px;left:3.9416326992753623%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054731345{left:calc(50% - 100px);top:190px;}}   @media screen and (max-width:640px) {#text_style_02_1487054731345{width:90%;top:170px;left:5%;}}  #text_style_02_1487054731345>.view_contents {box-sizing:border-box;font-size:14px;line-height:26px;color:#4f96d1;} #text_style_02_1487054731345  {text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054731345>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1487054731345>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1487054731320{width:100%;height:154px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487054731320{}}   @media screen and (max-width:640px) {#image_style_01_1487054731320{width:100%;height:106px;top:0px;left:0%;}} #image_style_01_1487054731320 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487054729201{width:23%;height:346px;position:absolute;top:117px;left:51.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487054729201{height:340px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487054729201{width:48%;height:310px;top:405px;left:0%;}}  #div_includeBlock_1487054729201  {border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;background:#f3f3f3;border-top-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;} #div_includeBlock_1487054729201:hover {background:#074a81;}


 #image_style_01_1487054730742{width:100%;height:154px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487054730742{height:120px;}}   @media screen and (max-width:640px) {#image_style_01_1487054730742{width:100%;height:106px;top:0px;left:0%;}} #image_style_01_1487054730742 > .view_contents{overflow:visible;} 

 #text_style_02_1487054730773{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:164.5859375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054730773{left:calc(50% - 108.5px);top:160px;}}   @media screen and (max-width:640px) {#text_style_02_1487054730773{width:100%;top:140px;left:0%;}}  #text_style_02_1487054730773>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;text-align:center;color:#4f96d1;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054730773>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487054730773>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1487054730773{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1487054730773{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1487054730773{
		
	}
}

 #text_style_02_1487054730785{width:92.02898550724638%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:201.90234375px;left:3.9416326992753623%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487054730785{left:calc(50% - 100px);top:190px;}}   @media screen and (max-width:640px) {#text_style_02_1487054730785{width:90%;top:170px;left:5%;}}  #text_style_02_1487054730785>.view_contents {box-sizing:border-box;font-size:14px;line-height:26px;color:#4f96d1;} #text_style_02_1487054730785  {text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487054730785>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1487054730785>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1487054729209{width:23%;height:346px;position:absolute;top:117px;left:25.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487054729209{height:315px;}}   @media screen and (max-width:640px) {#div_includeBlock_1487054729209{width:48%;height:310px;top:76px;left:52.10526315789473%;}}  #div_includeBlock_1487054729209  {border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;background:#f3f3f3;border-top-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;} #div_includeBlock_1487054729209:hover {background:#074a81;}
/*----------------------电脑板式样式----------------------*/
#div_includeBlock_1487054729209{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1487054729209{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_includeBlock_1487054729209{
		
	}
} #layout_1487054729146{height:517px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487054729146{height:458px;}}   @media screen and (max-width:640px) {#layout_1487054729146{height:753px;}} #layout_1487054729146 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1487054729146  {background: url(../img/upimages/pkgimg/11.jpg);}
 #layout_1536225176404{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1536225176404{}}   @media screen and (max-width:640px) {#layout_1536225176404{}} #layout_1536225176404 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1486950841524{width:6.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:271px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486950841524{width:83px;top:271px;left:0.7423117709437964%;}}   @media screen and (max-width:640px) {#text_style_02_1486950841524{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1486950841524>.view_contents {box-sizing:border-box;color:#cccccc;font-size:14px;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486950841524>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1486950841524>.view_contents {box-sizing:border-box;}}

 #lang_style_1_1486950881585{width:21.083333333333336%;position:absolute;top:267px;left:5.083333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1486950881585{width:276px;top:267px;left:6.990654825026511%;}}   @media screen and (max-width:640px) {#lang_style_1_1486950881585{width:69.6969696969697%;top:1477px;left:15.151515151515149%;display:none;}}  #lang_style_1_1486950881585 .textSet {color:#cccccc;line-height:11px;} #lang_style_1_1486950881585  {line-height:18px;}

 #text_style_02_1486950491345{width:10.916666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:237px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486950491345{width:129px;}}   @media screen and (max-width:640px) {#text_style_02_1486950491345{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1486950491345>.view_contents {box-sizing:border-box;color:#cccccc;font-size:14px;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486950491345>.view_contents {box-sizing:border-box;padding-left:5px;}} @media screen and (max-width:640px) { #text_style_02_1486950491345>.view_contents {box-sizing:border-box;}}

 #image_logo_1484790427947{width:13.88888888888889%;height:200px;position:absolute;left:43.05555555555556%;top:123.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484790427947{width:20.833333333333336%;height:200px;left:39.58333333333333%;top:123.515625px;display:none;}}   @media screen and (max-width:640px) {#image_logo_1484790427947{width:40.526315789473685%;height:85px;top:22px;left:29.736842105263158%;display:block;}} 

 #text_style_02_1484790448448{width:25.694444444444443%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:37.15277777777778%;top:238.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484790448448{width:38.54166666666667%;left:30.729166666666664%;top:238.515625px;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1484790448448{width:100%;top:107px;left:0%;display:block;}}  #text_style_02_1484790448448>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484790448448>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484790448448>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;text-align:center;}}


 #text_style_02_1486952661150{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:16.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486952661150{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1486952661150{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1486952661150>.view_contents {box-sizing:border-box;color:#cccccc;font-size:12px;line-height:26px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486952661150>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1486952661150>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1486952574422{width:1200px;height:61px;position:absolute;top:410px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1486952574422{height:57px;width:100%;left:0%;top:367px;}}   @media screen and (max-width:640px) {#div_includeBlock_1486952574422{width:100%;height:300px;top:1660px;left:0%;display:none;}}  #div_includeBlock_1486952574422  {border-top-color:#4c4c4c;border-top-width:1px;border-top-style:solid;}


 #text_style_02_1486951303909{width:23.893065998329156%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:6px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486951303909{left:0%;width:25%;}}   @media screen and (max-width:640px) {#text_style_02_1486951303909{width:370px;top:0px;}}  #text_style_02_1486951303909>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;line-height:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486951303909>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1486951303909>.view_contents {box-sizing:border-box;}}

 #text_style_02_1486951421653{width:25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:6px;left:25.03192848020434%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486951421653{width:25%;left:25.040650406504067%;top:6px;}}   @media screen and (max-width:640px) {#text_style_02_1486951421653{width:100%;top:0px;left:0%;}}  #text_style_02_1486951421653>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;line-height:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486951421653>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1486951421653>.view_contents {box-sizing:border-box;}}

 #text_style_02_1486951405794{width:25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:6px;left:74.96807151979566%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486951405794{width:25%;left:74.95934959349594%;top:6px;}}   @media screen and (max-width:640px) {#text_style_02_1486951405794{width:100%;top:47px;left:0%;}}  #text_style_02_1486951405794>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;line-height:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486951405794>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1486951405794>.view_contents {box-sizing:border-box;}}

 #text_style_02_1486951434390{width:23.308270676691727%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:6px;left:51.817042606516296%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486951434390{width:25%;left:50.09146341463414%;top:6px;}}   @media screen and (max-width:640px) {#text_style_02_1486951434390{width:100%;top:32px;left:0%;}}  #text_style_02_1486951434390>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;line-height:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486951434390>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1486951434390>.view_contents {box-sizing:border-box;}}

 #text_style_02_1486951731314{width:11.749680715197956%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:35.984375px;left:9.586466165413533%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486951731314{width:25%;top:35px;left:7.004573170731708%;}}   @media screen and (max-width:640px) {#text_style_02_1486951731314{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1486951731314>.view_contents {box-sizing:border-box;color:#cccccc;font-size:14px;line-height:26px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486951731314>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1486951731314>.view_contents {box-sizing:border-box;}}

 #text_style_02_1486951820360{width:11.11111111111111%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:61.984375px;left:9.586466165413533%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486951820360{width:25%;top:61px;left:7.002032520325203%;}}   @media screen and (max-width:640px) {#text_style_02_1486951820360{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1486951820360>.view_contents {box-sizing:border-box;color:#cccccc;font-size:14px;line-height:26px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486951820360>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1486951820360>.view_contents {box-sizing:border-box;}}

 #text_style_02_1486951874757{width:11.877394636015326%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:87.984375px;left:9.54469507101086%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486951874757{width:25%;top:113px;left:7.002032520325203%;}}   @media screen and (max-width:640px) {#text_style_02_1486951874757{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1486951874757>.view_contents {box-sizing:border-box;color:#cccccc;font-size:14px;line-height:26px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1486951874757>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1486951874757>.view_contents {box-sizing:border-box;}}

 #newsList_style_06_1486952208660{width:19.54022988505747%;position:absolute;top:35.99609375px;left:54.60668103448276%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1486952208660{width:21.30081300813008%;left:57.106199186991866%;top:36px;}}   @media screen and (max-width:640px) {#newsList_style_06_1486952208660{width:100%;top:0px;left:0%;}}  #newsList_style_06_1486952208660 .titleSet {text-align:center;background:transparent;color:#cccccc;font-size:14px;} #newsList_style_06_1486952208660 .modSet {background:transparent;border-bottom-style:none;}

 #newsList_style_06_1486951995878{width:15.708812260536398%;position:absolute;top:35.99609375px;left:29.610173212005108%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1486951995878{left:32.53048780487805%;width:17.560975609756095%;top:36px;}}   @media screen and (max-width:640px) {#newsList_style_06_1486951995878{width:100%;top:347px;}}  #newsList_style_06_1486951995878 .titleSet {text-align:center;background:transparent;color:#cccccc;font-size:14px;} #newsList_style_06_1486951995878 .modSet {background:transparent;border-bottom-style:none;}

 #productList_style_01_1486952308777{width:14.202172096908939%;position:absolute;top:26px;left:81.11815998329156%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1486952308777{left:81.41768292682927%;width:18.86178861788618%;}}   @media screen and (max-width:640px) {#productList_style_01_1486952308777{width:100%;top:647px;}} #productList_style_01_1486952308777 > .view_contents{overflow:visible;}  #productList_style_01_1486952308777 .titleSet {color:#cccccc;margin-bottom:0px;} #productList_style_01_1486952308777 .modSet {text-align:center;}

 #image_logo_1536288987606{width:15.288220551378446%;height:31px;position:absolute;left:10.756056808688387%;top:180.015625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1536288987606{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_logo_1536288987606{width:200px;height:200px;top:0px;left:16.996699669967%;}}  #image_logo_1536288987606  {background:#ffffff;}
 #div_includeBlock_1486951161655{width:99.75%;height:318.99609375px;position:absolute;top:58.984375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1486951161655{top:36px;left:34.78260869565217%;height:300px;}}   @media screen and (max-width:640px) {#div_includeBlock_1486951161655{width:100%;height:300px;top:907px;left:0%;display:none;}}  #div_includeBlock_1486951161655  {border-left-style:solid;border-left-width:1px;border-left-color:#4c4c4c;} #comm_layout_footer{height:468.75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:424px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:183px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#232323;}

.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_1535339459535 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535339459535 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1535339459535 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1535339459535 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_10{width:100%; position:relative;}
.menuStyle_10 *{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_10 .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_10 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_10 ul,.menuStyle_10 li{padding:0;margin:0px;list-style:none}
.menuStyle_10 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_10 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_10 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_10 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_10 .menuUl>li{position:relative;}
.menuStyle_10 .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; color: #333; padding: 0 1em\0;}
.menuStyle_10 .menuUl #hot>a{color:#fff; background: #4bc9e4;}
.menuStyle_10 .menuLayout .miniMenu{display:none;}
.menuStyle_10 .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); background: #f5f5f5;}
.menuStyle_10 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_10 .menuUl02 .subMenu02 { float: none; position: relative;}
.menuStyle_10 .menuUl02 .subMenu02>a { display: block; color: #4d5158; width: 130px; font-size:14px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_10 .menuUl02 .subMenu02>a:hover {background: #eee;}
.menuStyle_10 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_10 .menuUl03{position: absolute; background: #f5f5f5; left: 130px; top: 0; display: none;}
.menuStyle_10 .menuUl03 .subMenu03{color: #333; width: 130px; padding: 0 15px; line-height: 40px;}
.menuStyle_10 .menuUl03 .subMenu03:hover{background: #eee;}
.menuStyle_10 .menuUl03 .subMenu03>a{ color: inherit; background: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_10 .rflex { position: relative;}

@media screen and (max-width:640px) {
.menuStyle_10 .menuUl,
.menuStyle_10 .menuUl_box {display:none;}
.menuStyle_10 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_10 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_10 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_10 .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_10 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_10 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_10 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px; clear: both;}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_10 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:16px; line-height:44px;}
.menuStyle_10 .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,.1);} 
.menuStyle_10 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_10 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_10 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_10 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}



	#image_style_01_1535350884333 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535350884333 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1535350884333 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1535350884333 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;}
/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    /* color: #cccccc; */
}
.lang-list > .lang-item {
    font-size:14px;
}
/* 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_1535697338219 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/banner_01.png') center top no-repeat;}
                #banner_style_01_1535697338219 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/banner_03.png') center top no-repeat;}
                #banner_style_01_1535697338219 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/banner_02.png') center top no-repeat;}
                #banner_style_01_1535697338219 .bannerStyle_1 .ground_glass{}
    .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;}

}

	#image_style_01_1535612646674 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535612646674 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1535612646674 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1535612646674 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 10px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

/*分页*/
.prod_default .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default .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_default .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default .page_btn a:nth-child(n+12){display: none;}
.prod_default .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default .no_page{border: 0 !important;}
.prod_default .page_btn a:nth-child(n+10){display: none;}
.prod_default .p_line p{font-size:16px;line-height:28px;float:left;}

@media screen and (max-width: 640px){
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

/*pc*/
#productList_style_01_1507606832441 li{width: 22.75%;}
#productList_style_01_1507606832441 li.prod_Item{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1507606832441 li{width: 31.333333333333%;}
	#productList_style_01_1507606832441 li.prod_Item{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1507606832441 li{width: 48.5%;}
	#productList_style_01_1507606832441 li.prod_Item{margin-bottom:3%;}
}

#productList_style_01_1507606832441 .p_detail.pc {display:block;}
#productList_style_01_1507606832441 .p_detail.pad, #productList_style_01_1507606832441 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1507606832441 .p_detail.pad {display:block;}
	#productList_style_01_1507606832441 .p_detail.pc, #productList_style_01_1507606832441 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1507606832441 .p_detail.mobile {display:block;}
	#productList_style_01_1507606832441 .p_detail.pc, #productList_style_01_1507606832441 .p_detail.pad {display:none;}
	}

#productList_style_01_1507606832441 .p_name.pc {display:block;}
#productList_style_01_1507606832441 .p_name.pad, #productList_style_01_1507606832441 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1507606832441 .p_name.pad {display:block;}
	#productList_style_01_1507606832441 .p_name.pc, #productList_style_01_1507606832441 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1507606832441 .p_name.mobile {display:block;}
	#productList_style_01_1507606832441 .p_name.pc, #productList_style_01_1507606832441 .p_name.pad {display:none;}
	}




	#image_style_01_1507612836068 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1507612836068 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1507612836068 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1507612836068 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_1536226294510 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1536226294510 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1536226294510 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1536226294510 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_1487052890092 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487052890092 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1487052890092 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1487052890092 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_1487052889776 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487052889776 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487052889776 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487052889776 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_1487052890323 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487052890323 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1487052890323 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1487052890323 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_1487052889408 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487052889408 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487052889408 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487052889408 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;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

/*新闻列表样式*/
.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_1487054364188 .newDetail.pc {display:block;}
	#newsList_style_04_1487054364188 .newDetail.pad, #newsList_style_04_1487054364188 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1487054364188 .newDetail.pad {display:block;}
		#newsList_style_04_1487054364188 .newDetail.pc, #newsList_style_04_1487054364188 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1487054364188 .newDetail.mobile {display:block;}
		#newsList_style_04_1487054364188 .newDetail.pc, #newsList_style_04_1487054364188 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1487054364188 li{width: 49.5%;}
#newsList_style_04_1487054364188 li.sumary_list{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1487054364188 li{width: 100%;}
	#newsList_style_04_1487054364188 li.sumary_list{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1487054364188  li{width: 100%;}
	#newsList_style_04_1487054364188  li.sumary_list{margin-bottom:1%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024) {
}
/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:hover{}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
/*分页*/
.boxNewsListStyle_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_1 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_1 .page_btn a.cur,.boxNewsListStyle_1 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
/*分页*/
.boxNewsListStyle_1 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_1 .page_btn a:nth-last-child(3){display: inline-block !important;}

.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
}




	#newsList_style_01_1487054394069 .newDetail.pc {display:block;}
	#newsList_style_01_1487054394069 .newDetail.pad, #newsList_style_01_1487054394069 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1487054394069 .newDetail.pad {display:block;}
		#newsList_style_01_1487054394069 .newDetail.pc, #newsList_style_01_1487054394069 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1487054394069 .newDetail.mobile {display:block;}
		#newsList_style_01_1487054394069 .newDetail.pc, #newsList_style_01_1487054394069 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1487054394069 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1487054394069 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_01_1487054394069 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1487054394069 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}


#div_tab_style_03_1487054291960 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#div_tab_style_03_1487054291960 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#div_tab_style_03_1487054291960 .tab_img{display:none;}
#div_tab_style_03_1487054291960 .tab_ul{text-align:center}
#div_tab_style_03_1487054291960 .tab_nav{display:block !important;height: 34px;}
#div_tab_style_03_1487054291960 .tab_box{height: calc(100% - 34px); top: 34px;}
#div_tab_style_03_1487054291960 .tab_li{width:105px;}
#div_tab_style_03_1487054291960 .tab_img img{width:0px;}

	#image_style_01_1487054730393 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487054730393 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487054730393 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487054730393 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_1487054731054 .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_1487054731054 .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_1487054731054 .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_1487054731054 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_1487054731320 .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_1487054731320 .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_1487054731320 .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_1487054731320 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_1487054730742 .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_1487054730742 .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_1487054730742 .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_1487054730742 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;}
/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    /* color: #cccccc; */
}
.lang-list > .lang-item {
    font-size:14px;
}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*新闻列表样式*/
.boxNewsListStyle_6{width:100%; clear: both;}
.boxNewsListStyle_6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_6 li{clear:both;width:100%; list-style:none; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_6 .sumary_list .newName{}
.boxNewsListStyle_6 .sumary_list .newName a{ text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_6 .sumary_list .newName a:hover{}
.boxNewsListStyle_6 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_6 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;}
.boxNewsListStyle_6 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_6 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}


/*分页*/
.boxNewsListStyle_6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_6 .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_6 .page_btn a.cur,.boxNewsListStyle_6 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_6 .prev_btn,.boxNewsListStyle_6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_6 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_6 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_6 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_6 .newPic img{width:100%;}
.boxNewsListStyle_6 .newPic2{display: none;}
.boxNewsListStyle_6 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_6 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_6 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_6  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_6 .show_all{width:40%;min-width: 160px; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_06_1486952208660 .newDetail.pc {display:block;}
	#newsList_style_06_1486952208660 .newDetail.pad, #newsList_style_06_1486952208660 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1486952208660 .newDetail.pad {display:block;}
		#newsList_style_06_1486952208660 .newDetail.pc, #newsList_style_06_1486952208660 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1486952208660 .newDetail.mobile {display:block;}
		#newsList_style_06_1486952208660 .newDetail.pc, #newsList_style_06_1486952208660 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1486952208660 .newPic{width: 0px;}
	#newsList_style_06_1486952208660 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1486952208660 .newPic{width: 0px;}
	#newsList_style_06_1486952208660 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
/*新闻列表样式*/
.boxNewsListStyle_6{width:100%; clear: both;}
.boxNewsListStyle_6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_6 li{clear:both;width:100%; list-style:none; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_6 .sumary_list .newName{}
.boxNewsListStyle_6 .sumary_list .newName a{ text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_6 .sumary_list .newName a:hover{}
.boxNewsListStyle_6 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_6 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;}
.boxNewsListStyle_6 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_6 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}


/*分页*/
.boxNewsListStyle_6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_6 .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_6 .page_btn a.cur,.boxNewsListStyle_6 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_6 .prev_btn,.boxNewsListStyle_6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_6 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_6 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_6 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_6 .newPic img{width:100%;}
.boxNewsListStyle_6 .newPic2{display: none;}
.boxNewsListStyle_6 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_6 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_6 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_6  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_6 .show_all{width:40%;min-width: 160px; }


}
/*分页*/
.boxNewsListStyle_6 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_6 .page_btn a:nth-last-child(1),.boxNewsListStyle_6 .page_btn a:nth-last-child(2),.boxNewsListStyle_6 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_06_1486951995878 .newDetail.pc {display:block;}
	#newsList_style_06_1486951995878 .newDetail.pad, #newsList_style_06_1486951995878 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1486951995878 .newDetail.pad {display:block;}
		#newsList_style_06_1486951995878 .newDetail.pc, #newsList_style_06_1486951995878 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1486951995878 .newDetail.mobile {display:block;}
		#newsList_style_06_1486951995878 .newDetail.pc, #newsList_style_06_1486951995878 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1486951995878 .newPic{width: 0px;}
	#newsList_style_06_1486951995878 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024) {
	#newsList_style_06_1486951995878 .newPic{width: 0px;}
	#newsList_style_06_1486951995878 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 10px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

/*分页*/
.prod_default .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default .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_default .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default .page_btn a:nth-child(n+12){display: none;}
.prod_default .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default .no_page{border: 0 !important;}
.prod_default .page_btn a:nth-child(n+10){display: none;}
.prod_default .p_line p{font-size:16px;line-height:28px;float:left;}

@media screen and (max-width: 640px){
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

/*pc*/
#productList_style_01_1486952308777 li{width: 100%;}
#productList_style_01_1486952308777 li.prod_Item{margin-bottom:0%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1486952308777 li{width: 100%;}
	#productList_style_01_1486952308777 li.prod_Item{margin-bottom:0%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1486952308777 li{width: 50%;}
	#productList_style_01_1486952308777 li.prod_Item{margin-bottom:0%;}
}

#productList_style_01_1486952308777 .p_detail.pc {display:block;}
#productList_style_01_1486952308777 .p_detail.pad, #productList_style_01_1486952308777 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1486952308777 .p_detail.pad {display:block;}
	#productList_style_01_1486952308777 .p_detail.pc, #productList_style_01_1486952308777 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1486952308777 .p_detail.mobile {display:block;}
	#productList_style_01_1486952308777 .p_detail.pc, #productList_style_01_1486952308777 .p_detail.pad {display:none;}
	}

#productList_style_01_1486952308777 .p_name.pc {display:block;}
#productList_style_01_1486952308777 .p_name.pad, #productList_style_01_1486952308777 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1486952308777 .p_name.pad {display:block;}
	#productList_style_01_1486952308777 .p_name.pc, #productList_style_01_1486952308777 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1486952308777 .p_name.mobile {display:block;}
	#productList_style_01_1486952308777 .p_name.pc, #productList_style_01_1486952308777 .p_name.pad {display:none;}
	}




.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
