
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@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:42.66666666666667%;height:81px;position:absolute;top:55px;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:1200px;z-index:999;left:calc(50% - 600px);top:163px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1507611304125{width:800px;z-index:999;left:calc(50% - 400px);}}   @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:1920px;height:1px;position:absolute;top:160px;left:calc(50% - 960px);}   @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:10.216847372810674%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.5163808381984988%;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;text-align:right;} @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:90.71614583333333%;}   @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:1920px;height:34px;position:absolute;top:0px;left:calc(50% - 960px);}   @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:209px;z-index:50;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:207px;}}   @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:1920px;height:520px;position:absolute;top:-2px;left:calc(50% - 960px);}   @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%;}} 

 #image_style_01_1535612646674{width:1920px;height:1px;position:absolute;top:655.28125px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1535612646674{top:649.28125px;left:-103.60551431601273%;}}   @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;} 

 #text_style_01_1535435118376{width:8.833333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:53.063802083333336%;top:579.75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535435118376{left:51.65363202545069%;top:575.25px;width:106px;}}   @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:12px;color:#666666;} #text_style_01_1535435118376 .view_contents:hover {color:#1157a4;background:transparent;}

 #text_style_01_1535349082337{width:6.833333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:45.830729166666664%;top:578.75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1535349082337{width:96px;left:42.934782608695656%;top:573.25px;}}   @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;}

 #searchbox_style_02_1538190124272{width:34.25%;position:absolute;left:9.09375%;top:572.75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1538190124272{width:37.32767762460234%;left:3.138255567338282%;top:565.75px;}}   @media screen and (max-width:640px) {#searchbox_style_02_1538190124272{width:100%;left:0%;top:0px;}} #searchbox_style_02_1538190124272 > .view_contents{overflow:visible;}  #searchbox_style_02_1538190124272 .inputSet {border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background:#ffffff;border-top-color:#666666;color:#303030;border-right-color:#666666;border-bottom-color:#666666;border-left-color:#666666;} #searchbox_style_02_1538190124272 .btnaSet {color:#ffffff;font-family:Microsoft YaHei;font-size:15px;background:#1157a4;}
/*----------------------电脑板式样式----------------------*/
#searchbox_style_02_1538190124272 .searchStyle_2 .searchForm .search-btn{width:80px;
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_02_1538190124272{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#searchbox_style_02_1538190124272{
		
	}
}

 #text_style_01_1539323873767{width:8.833333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:79.54947916666667%;top:579.25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539323873767{left:85.37579533404029%;top:575.25px;width:11.240721102863201%;}}   @media screen and (max-width:640px) {#text_style_01_1539323873767{width:100%;top:585.25px;left:0%;}}  #text_style_01_1539323873767>.view_contents {font-family:Microsoft YaHei;font-size:12px;color:#666666;} #text_style_01_1539323873767 .view_contents:hover {color:#1157a4;background:transparent;}

 #text_style_01_1539323865027{width:8.833333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:70.71614583333333%;top:579.25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539323865027{left:74.13507423117709%;top:575.25px;width:11.240721102863201%;}}   @media screen and (max-width:640px) {#text_style_01_1539323865027{width:100%;top:585.25px;left:0%;}}  #text_style_01_1539323865027>.view_contents {font-family:Microsoft YaHei;font-size:12px;color:#666666;} #text_style_01_1539323865027 .view_contents:hover {color:#1157a4;background:transparent;}

 #text_style_01_1539323856175{width:8.833333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:61.88281249999999%;top:579.25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539323856175{left:62.894353128313895%;top:575.25px;width:11.240721102863201%;}}   @media screen and (max-width:640px) {#text_style_01_1539323856175{width:100%;top:585.25px;left:0%;}}  #text_style_01_1539323856175>.view_contents {font-family:Microsoft YaHei;font-size:12px;color:#666666;} #text_style_01_1539323856175 .view_contents:hover {color:#1157a4;background:transparent;} #layout_1535352347534{height:662px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1535352347534{height:653px;}}   @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{width:135px;left:calc(50% - 67.5px);}}   @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{width:128px;left:calc(50% - 64px);}}   @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:1200px;position:absolute;top:150.171875px;left:0.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1507606832441{width:900px;left:calc(50% - 450px);}}   @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;padding-top:16px;padding-left:0px;} #productList_style_01_1507606832441 .modSet {text-align:center;} #layout_1535351905849{height:1034.171875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1535351905849{height:1371.171875px;}}   @media screen and (max-width:640px) {#layout_1535351905849{}} #layout_1535351905849 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1507612836068{width:1920px;height:843px;position:absolute;top:0.765625px;left:calc(50% - 960px);}   @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:1200px;height:207px;position:absolute;left:24.60627868168544%;top:201.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1536226294510{top:174px;left:24.226214171974522%;width:954px;height:163px;}}   @media screen and (max-width:640px) {#image_style_01_1536226294510{width:66.88963210702342%;height:200px;top:80px;left:16.55518394648829%;}} #image_style_01_1536226294510 > .view_contents{overflow:visible;} 

 #image_style_01_1538122283826{width:1920px;height:163px;position:absolute;left:9.5040675844806%;top:394px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538122283826{left:16.560509554140125%;width:66.88963210702342%;top:315px;height:131px;}}   @media screen and (max-width:640px) {#image_style_01_1538122283826{width:200px;height:200px;top:0px;left:16.55518394648829%;}} #image_style_01_1538122283826 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1536225995555{width:199.75%;height:647px;position:absolute;top:841.96875px;left:-48.9853515625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1536225995555{height:445px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1536225995555{width:100%;height:300px;top:0px;left:0%;}}  #layout_1506327983267{height:1488.96875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1506327983267{height:1291px;}}   @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;height:167px;}}   @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:316px;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;height:182px;}}   @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{height:175.9375px;}}   @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:1px;}}   @media screen and (max-width:640px) {#layout_1487053019746{height:170px;}} #layout_1487053019746 > .view_contents{overflow:visible;} 




 #newsList_style_04_1487054364188{width:41%;position:absolute;top:25px;left:2.9166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1487054364188{width:30.646871686108167%;top:25px;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:605px;left:46.4140625%;top:25px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1487054394069{width:65.5355249204666%;left:34.46281813361612%;top:25px;}}   @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:1200px;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:631px;width:100%;}}   @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{height:766px;}}   @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_1487054731054{width:86.95652173913044%;height:154px;position:absolute;top:0px;left:6.521739130434782%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487054731054{height:149px;top:0px;left:0%;}}   @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{height:148px;}}   @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:315px;}}   @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:147px;}}   @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{
		
	}
}


 #image_style_01_1536894540848{width:100%;height:154px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1536894540848{height:146px;top:0px;left:0%;}}   @media screen and (max-width:640px) {#image_style_01_1536894540848{width:100%;height:106px;top:0px;left:0%;}} #image_style_01_1536894540848 > .view_contents{overflow:visible;} 

 #text_style_02_1536894540855{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_1536894540855{left:calc(50% - 108.5px);top:160px;}}   @media screen and (max-width:640px) {#text_style_02_1536894540855{width:100%;top:140px;left:0%;}}  #text_style_02_1536894540855>.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_1536894540855>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1536894540855>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1536894540855{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1536894540855{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1536894540855{
		
	}
}

 #text_style_02_1536894540858{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_1536894540858{left:calc(50% - 100px);top:190px;}}   @media screen and (max-width:640px) {#text_style_02_1536894540858{width:90%;top:170px;left:5%;}}  #text_style_02_1536894540858>.view_contents {box-sizing:border-box;font-size:14px;line-height:26px;color:#4f96d1;} #text_style_02_1536894540858  {text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1536894540858>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1536894540858>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1536894540688{width:23%;height:346px;position:absolute;top:117px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1536894540688{height:315px;}}   @media screen and (max-width:640px) {#div_includeBlock_1536894540688{width:48%;height:310px;top:127px;left:52%;}}  #div_includeBlock_1536894540688  {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_1536894540688:hover {background:#074a81;}
/*----------------------电脑板式样式----------------------*/
#div_includeBlock_1536894540688{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1536894540688{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_includeBlock_1536894540688{
		
	}
} #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_1486950491345{width:10.916666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:60px;left:2.5833333333333335%;}   @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;}}


 #lang_style_1_1486950881585{width:21.083333333333336%;position:absolute;top:12.5px;left:7.083333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1486950881585{}}   @media screen and (max-width:640px) {#lang_style_1_1486950881585{width:69.6969696969697%;top:26px;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_1486950841524{width:6.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:16.5px;left:0.5833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486950841524{}}   @media screen and (max-width:640px) {#text_style_02_1486950841524{width:100%;top:60px;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;}}
 #div_includeBlock_1486952574422{width:1200px;height:61px;position:absolute;top:96px;left:2.5833333333333335%;}   @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;border-top:none !important;border-right:none !important;border-left:none !important;border-bottom:none !important;}

 #text_style_02_1486952661150{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:168.86669921875px;left:1.1666666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1486952661150{}}   @media screen and (max-width:640px) {#text_style_02_1486952661150{width:100%;top:257px;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;}}

 #share_style_03_1552629013489{width:230px;left:12.291666666666666%;top:64.203125px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#share_style_03_1552629013489{width:230px;}}   @media screen and (max-width:640px) {#share_style_03_1552629013489{width:230px;left:12.04620462046205%;top:0px;}}  #comm_layout_footer{height:194.86669921875px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:424px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:183px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#232323;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_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;}
}


	
#dh_style_01_1507611304125 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}


	#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  > span{
    padding: 0 5px;
}
.lang-list > .lang-item {
    font-size:14px;
}
    #lang_style_1_1507611596533 .arrowDown{ border-top: 6px solid #333;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
            #banner_style_01_1535697338219 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/20170816/db-01.png') center top no-repeat;}
                #banner_style_01_1535697338219 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/20170816/db-02.png') center top no-repeat;}
                #banner_style_01_1535697338219 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/20170816/db-03.png') center top no-repeat;}
                #banner_style_01_1535697338219 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1535697338219 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1535697338219 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1535697338219 .bannerStyle_1 .main_image .img-item span{}    }

	#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;}
.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}


	#searchbox_style_02_1538190124272 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_02_1538190124272 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_02_1538190124272 input::-o-input-placeholder{ color: ;}
/*产品样式*/
.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:59%; 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: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_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,#productList_style_01_1507606832441 .p_name.pc {display:block;}
   #productList_style_01_1507606832441 .p_detail.pad, #productList_style_01_1507606832441 .p_detail.mobile,#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_detail.pad,#productList_style_01_1507606832441 .p_name.pad {display:block;}
   #productList_style_01_1507606832441 .p_detail.pc, #productList_style_01_1507606832441 .p_detail.mobile,#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_detail.mobile,#productList_style_01_1507606832441 .p_name.mobile {display:block;}
   #productList_style_01_1507606832441 .p_detail.pc, #productList_style_01_1507606832441 .p_detail.pad,#productList_style_01_1507606832441 .p_name.pc, #productList_style_01_1507606832441 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1507606832441 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1507606832441 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1507606832441 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1507606832441 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1507606832441 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1507606832441 .submit_div{ display: inline-block; }
	
	#productList_style_01_1507606832441 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1507606832441 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1507606832441 .page_submit{margin-left:5px;}
	#productList_style_01_1507606832441 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1507606832441 .page_btn{ font-size:12px; }
			#productList_style_01_1507606832441 .submit_div{ display:none; }
		}

			#productList_style_01_1507606832441 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1507606832441 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1507606832441  .showActivity {display: none !important;}
            #productList_style_01_1507606832441  .btnaSet ,#productList_style_01_1507606832441  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#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_1538122283826 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538122283826 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1538122283826 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1538122283826 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%;position: relative;z-index: 999;}
.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;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.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{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@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;}
	#newsList_style_04_1487054364188 .newTitle.pc {display:block;}
	#newsList_style_04_1487054364188 .newTitle.pad, #newsList_style_04_1487054364188 .newTitle.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;}
		#newsList_style_04_1487054364188 .newTitle.pad {display:block;}
		#newsList_style_04_1487054364188 .newTitle.pc, #newsList_style_04_1487054364188 .newTitle.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;}
		#newsList_style_04_1487054364188 .newTitle.mobile {display:block;}
		#newsList_style_04_1487054364188 .newTitle.pc, #newsList_style_04_1487054364188 .newTitle.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: 1024px) {
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1487054364188 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1487054364188 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1487054364188 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1487054364188 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1487054364188 .submit_div{ display: inline-block; }

#newsList_style_04_1487054364188 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1487054364188 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1487054364188 .page_submit{margin-left:5px;}
#newsList_style_04_1487054364188 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_04_1487054364188 .page_btn{ font-size:12px; }
		#newsList_style_04_1487054364188 .submit_div{ display:none; }
	}

	#newsList_style_04_1487054364188 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1487054364188 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:hover{}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap; */overflow:hidden; }
/*分页*/
/* 分页 */
.boxNewsListStyle_1 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_1 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_1 .page:hover{ background:red; color:white; cursor:pointer;}



/* .boxNewsListStyle_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_1 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_1 .page_btn a.cur,.boxNewsListStyle_1 .page_btn a:hover{border:1px solid #4c4c4c;} */
.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
/*分页*/
/* .boxNewsListStyle_1 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_1 .page_btn a:nth-last-child(3){display: inline-block !important;} */

.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
}




	#newsList_style_01_1487054394069 .newDetail.pc {display:block;}
	#newsList_style_01_1487054394069 .newDetail.pad, #newsList_style_01_1487054394069 .newDetail.mobile {display:none;}
	#newsList_style_01_1487054394069 .newTitle.pc {display:block;}
	#newsList_style_01_1487054394069 .newTitle.pad, #newsList_style_01_1487054394069 .newTitle.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;}
		#newsList_style_01_1487054394069 .newTitle.pad {display:block;}
		#newsList_style_01_1487054394069 .newTitle.pc, #newsList_style_01_1487054394069 .newTitle.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;}
		#newsList_style_01_1487054394069 .newTitle.mobile {display:block;}
		#newsList_style_01_1487054394069 .newTitle.pc, #newsList_style_01_1487054394069 .newTitle.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: 1024px) {
	#newsList_style_01_1487054394069 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1487054394069 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_01_1487054394069 .sumary_list .newPic2{width: 0px;}
	#newsList_style_01_1487054394069 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

/* 新分页 */
#newsList_style_01_1487054394069 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1487054394069 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1487054394069 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1487054394069 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1487054394069 .submit_div{ display: inline-block; }

#newsList_style_01_1487054394069 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1487054394069 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1487054394069 .page_submit{margin-left:5px;}
#newsList_style_01_1487054394069 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_01_1487054394069 .page_btn{ font-size:12px; }
		#newsList_style_01_1487054394069 .submit_div{ display:none; }
	}

	#newsList_style_01_1487054394069 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1487054394069 .page{line-height:30px; padding:0 13px;}
	}



#tab_style_03_1487054291960 #div_tab_style_03_1487054291960 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1487054291960 #div_tab_style_03_1487054291960 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1487054291960 #div_tab_style_03_1487054291960 .tab_img{display:none;}
#tab_style_03_1487054291960 #div_tab_style_03_1487054291960 .tab_ul{text-align:center}
#tab_style_03_1487054291960 #div_tab_style_03_1487054291960 .tab_nav{display:block !important;height: 34px;}
#tab_style_03_1487054291960 #div_tab_style_03_1487054291960 .tab_box{height: calc(100% - 34px); top: 34px;}
#tab_style_03_1487054291960 #div_tab_style_03_1487054291960 .tab_li{width:105px;}
#tab_style_03_1487054291960 #div_tab_style_03_1487054291960 .tab_img img{width:0px;}

    #tab_style_03_1487054291960 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}


	#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;}

	#image_style_01_1536894540848 .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_1536894540848 .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_1536894540848 .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_1536894540848 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;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
/*.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    !* color: #cccccc; *!
}*/
.lang-list  > span{
    padding: 0 5px;
}
.lang-list > .lang-item {
    font-size:14px;
}
    #lang_style_1_1486950881585 .arrowDown{ border-top: 6px solid #333;}

.jiathis-wrapper{padding:5px 11px}
#jiathis_share_title{padding-right: 5px;}
