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

/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Noto Sans SC";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'Noto Sans SC';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }


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


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

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

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

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

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

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

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

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

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

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


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

 #image_style_01_1513058713546{width:40%;height:322px;position:absolute;top:130px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513058713546{width:46%;height:243px;left:2%;}}   @media screen and (max-width:640px) {#image_style_01_1513058713546{width:85.625%;height:151px;top:90px;left:3.6083984375000004%;}} #image_style_01_1513058713546 > .view_contents{overflow:visible;}  #image_style_01_1513058713546  {border-left-width:10px;border-bottom-width:10px;border-right-width:10px;border-top-width:10px;border-top-style:solid;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;box-shadow:#dbdbdb 0px 0px 10px ;}

 #text_default_1513059046308{width:100%;height:20px;position:absolute;top:83px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1513059046308{}}   @media screen and (max-width:640px) {#text_default_1513059046308{width:100%;height:20px;top:50px;left:0%;}} 

 #text_style_01_1513058803847{width:57.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:149px;left:42.66666666666667%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1513058803847{width:46.5%;left:51.4%;top:130px;}}   @media screen and (max-width:640px) {#text_style_01_1513058803847{width:92%;top:272px;left:4%;}}  #text_style_01_1513058803847>.view_contents {box-sizing:border-box;font-family:Noto Sans SC;font-size:16px;color:rgba(255,255,255,0.8);text-indent:0em;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;padding-left:0px;padding-top:30px;padding-bottom:30px;padding-right:0px;text-align:center;} #text_style_01_1513058803847  {background:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1513058803847>.view_contents {box-sizing:border-box;font-size:14px;padding-left:0px;text-indent:0em;}} @media screen and (max-width:640px) { #text_style_01_1513058803847>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;padding-left:0px;padding-right:0px;padding-top:20px;padding-bottom:20px;text-align:center;margin-left:0px;text-indent:0em;}} @media screen and (max-width:640px) { #text_style_01_1513058803847  {padding-left:0px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1513058803847{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1513058803847{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1513058803847{
		
	}
} #layout_1513058198728{height:452px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513058198728{height:390px;}}   @media screen and (max-width:640px) {#layout_1513058198728{height:512px;}} #layout_1513058198728 > .view_contents{overflow:visible;max-width:1200px;} 


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

 #text_default_1513059159491{width:100%;height:20px;position:absolute;top:102px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1513059159491{left:calc(50% - 471.5px);top:80px;}}   @media screen and (max-width:640px) {#text_default_1513059159491{width:100%;height:20px;top:50px;left:0%;}} 

 #liuyanban_style_01_1513060565265{width:100%;position:absolute;top:152px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_01_1513060565265{left:2%;top:130px;width:96%;}}   @media screen and (max-width:640px) {#liuyanban_style_01_1513060565265{width:96%;top:80px;left:2%;}}  #liuyanban_style_01_1513060565265 .titSet {font-size:0px;line-height:0px;height:0px;} #liuyanban_style_01_1513060565265 .btnaSet {background:#fdc217;} #liuyanban_style_01_1513060565265 .btnaSet:hover {background:#a57e13;} @media screen and (max-width:640px) { #liuyanban_style_01_1513060565265 .btnaSet:hover {background:#fdc217;}} #layout_1513058956752{height:585px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1513058956752{height:545px;}}   @media screen and (max-width:640px) {#layout_1513058956752{height:478px;}} #layout_1513058956752 > .view_contents{overflow:visible;max-width:1200px;} 


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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	#image_style_01_1513042042148 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513042042148 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1513042042148 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513042042148 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1513042460023 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513042460023 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1513042460023 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513042460023 a{
	cursor: default;
}

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

}

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




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

	#image_style_01_1513058713546 .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_1513058713546 .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_1513058713546 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1513058713546 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;}
/*留言板样式*/
.gformStyle_1{width:100%; box-sizing: border-box;}
.gformStyle_1 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_1 form{}
.gformStyle_1 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_1 .gf_title{text-align:center; font-size:18px; line-height:3;}
.gformStyle_1 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_1 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput{width:100%;max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_1 .gformList input.gfInput{height:34px; width:100%; min-width:300px;}
.gformStyle_1 .gformList textarea.gf_message{}
.gformStyle_1 .gbt{background:#EC8C14; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:100%; margin:3% auto;}

.gformStyle_1 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both;}
.gformStyle_1 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_1 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_1 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_1 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_1 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_1 .gb_replay b{padding-left:50px; }
.gformStyle_1 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_1 .gb_info{float:right; color:#666;}
.gformStyle_1 .gb_nickname{}

@media screen and (max-width:991px){
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_1{padding:15px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_1 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_1{padding:10px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformStyle_1 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_1 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_1 .gb_nickname,.gformStyle_1 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput,.gformStyle_1 li.gbList{background:#f5f5f5;}/*modBgColor*/
.gformStyle_1 .modFontColor{color:#333;}
.gformStyle_1 .modBorderColor{border-color:#f5f5f5 !important;}.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1513044997611 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513044997611 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1513044997611 .CompatibleImg img{null}}
#image_style_01_1513044997611 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1513044997629 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513044997629 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1513044997629 .CompatibleImg img{null}}
#image_style_01_1513044997629 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1513044997660 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513044997660 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1513044997660 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1513044997660 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1513044997666 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1513044997666 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1513044997666 .CompatibleImg img{null}}
#image_style_01_1513044997666 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





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