@charset "utf-8";
/* ==============Winter——www.yisiy.com================= */


/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;padding: 0;
}

/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN
 */
body,button, input, select, textarea /* for ie */ {font: 14px/1.5 tahoma, "Source Han Sans CN","\5FAE\8F6F\96C5\9ED1", "微软雅黑", sans-serif, Arial;}
body {background:#fff;-webkit-text-size-adjust:100%;color: #333;overflow-x: hidden;}
body.winter{max-width: 1920px;margin: 0 auto;overflow-y: auto !important;}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;overflow: visible;line-height: 1.2em;}
address, cite, dfn, var{ font-style: normal;} /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace;} /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */
/* em, strong, b, i {font-style:normal;font-weight:normal;} */

/** 重置列表元素 **/
ul, ol {list-style-type: none;margin: 0;padding: 0;}
ul, ol ,li { list-style: none;}

/** 重置文本格式元素 **/
a,a:active {color: inherit;text-decoration: none;cursor: pointer;border: 0;}
sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }
span{line-height: normal;}
/** 重置表单元素 **/
legend { color: #000;} /* for ie6 */
fieldset, img { border: 0;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; border-radius: 0;} /* 使得表单元素在 ie 下能继承字体大小 */
button{border:0;background-color:none;outline:none;-webkit-appearance: none;}
select {border: none;appearance:none;-moz-appearance:none;-webkit-appearance:none;padding-right: 14px;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("https://www.yisiy.com/wt_imgs/select_arr.png") no-repeat scroll right center transparent;
}
textarea {resize:none;} /* 禁用了文本的拖拉，尤其在谷歌下 */
select, button, input,img {vertical-align: middle;}
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {border-collapse: collapse; border-spacing: 0;}

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {display: block;margin: 0;padding: 0;}
mark { background: #ff0; }

/* <input>标签 */
input{border: none;appearance:none;-moz-appearance:none;outline:none;-webkit-appearance: none;}
input:focus{ outline:none; }/* input标签聚焦不出现默认边框 */

/* input标签placeholder样式重设 */
:-moz-placeholder {color:#666;font-size: 14px;}
::-moz-placeholder {color:#666;font-size: 14px;}
input:-ms-input-placeholder{color:#666;font-size: 14px;}
input::-webkit-input-placeholder{color:#666;font-size: 14px;}
textarea:-ms-input-placeholder{color:#666;font-size: 14px;}
textarea::-webkit-input-placeholder{color:#666;font-size: 14px;}

/* 重绘元素边框盒 */
*{ box-sizing:border-box;}
*::before, *::after{ box-sizing:border-box;}
*:focus{ outline:none;}

/* 为了使文本段落左右两边对齐 */
/* p{text-align:justify; text-justify:distribute;} */
p{line-height: 1em;}


/* =======================================winter==自定义=========================================== */
/* 禁止文本复制粘贴 */
.banSelect {-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}

/* 引入字体 */
@font-face {font-family: 'Impact';src: url('../fonts/impact.ttf');}

/* 清除浮动 */
.clearFix {*zoom:1}
.clearFix:before, .clearFix:after {display:table;content:""}
.clearFix:after {clear:both}

/* 文字竖排 */
.rowWords {writing-mode: vertical-lr;writing-mode: tb-lr;white-space: nowrap;}

/* 文字限制行数 */
/* 限制一行 */
.lineLimit {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.lineLimits {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/* 【不推荐】遮挡限制多行兼容 必须限高 */
.lineLimitFit {position:relative;overflow:hidden;height: auto;}
.lineLimitFit:after {content:"...";letter-spacing: 3px;font-weight: bold;position:absolute;bottom:0;line-height: initial;right:0;padding-left:36px;background: -webkit-linear-gradient(left, transparent, #fff 55%);background: -o-linear-gradient(right, transparent, #fff 55%);background: -moz-linear-gradient(right, transparent, #fff 55%);background: linear-gradient(to right, transparent, #fff 55%);}

/* 头部 */
.Header-wrapper{width: 100%;background: transparent;position: fixed;left: 0;top: 0;z-index: 99999;transition: all .4s ease;}
.Header-wrapper:after{content: "";width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: #fff;opacity: .2;}
.Header-container{width: 1620px;margin: 0 auto;}

.Header-logo{float: left;position: relative;z-index: 5;}
.Header-logo a{height: 100px;display: flex;align-items: center;float: left;user-select: none;}
.Header-logo a img.Header-logo-S{display: block;}
.Header-logo a img.Header-logo-H{display: none;}
.winter .Header-navbarbox{visibility: visible !important;}

.Header-navbar{font-size: 0;width: 100%;text-align: center;}
.Header-navbar ul li{display: inline-block;position: relative;}
.Header-Menu{display: block;height: 100px;line-height: 100px;padding: 0 24px;font-size: 18px;z-index: 4;font-weight: 700;color: #fff;transition: all .4s ease;position: relative;}
.Header-navbar ul li:last-child:hover {background: #00aeef;}
.Header-Menu span{display: inline-block;position: relative;}
.Header-Menu span:after{content: "";position: absolute;right: 0;width: 0;bottom: -6px;height: 2px;background: #fff;transition: all .4s ease;}
.Header-navbar ul li.ontrue .Header-Menu span:after{width: 100%;}
.Header-navbar ul li:hover .Header-Menu span:after{width: 100%;right: auto;left: 0;}

.H-lang {position: relative;float: right;}
.H-lang .Hlang-menu {display: block;transition: none;-webkit-transition: none;font-size: 14px;text-align: center;color: #fff;line-height: 100px;font-weight: 700;}
.H-lang .Hlang-menu i{width: 18px;height: 18px;background-repeat: no-repeat;background-image: url('../images/lang.png');display: inline-block;vertical-align: middle;}
.H-lang .Hlang-menu a{display: inline-block;vertical-align: middle;}
.H-lang .Hlang-menu a:nth-child(2){margin: -1px 0 0 18px;}
.H-lang .Hlang-menu:hover i{transform: rotate(360deg);transition: all 1s ease;}

.Header-search{float: right;margin-left: 40px;position: relative;}
.Header-search-click{cursor: pointer;transition: none;-webkit-transition: none;font-size: 14px;text-align: center;color: #fff;line-height: 100px;font-weight: 700;}
.Header-search-click i{width: 18px;height: 18px;background-repeat: no-repeat;background-image: url('../images/search.png');display: inline-block;vertical-align: middle;}
.Header-search-click span{display: inline-block;vertical-align: middle;margin: 0 0 0 16px;}
.Header-search-click span:before{content: "搜索";}
.Header-search-click.ontrue i{background-image: url('../images/close.png');}
.Header-search-wordsform{position: absolute;width: 500px;line-height: 100px;top: 0;right: 80px;padding-left: 54px;display: none;}
.Header-search-submit{width: 54px;height: 100%;background: url('../images/search.png') no-repeat center center;cursor: pointer;position: absolute;top: 0;left: 0;}
.Header-search-wordsform input{width: 100%;height: 40px;padding-right: 16px;display: inline-block;vertical-align: middle;outline: none;font-size: 14px;color: #fff;border: none;border-bottom: 1px solid rgba(255, 255, 255, .2);background: transparent;}
.Header-search-wordsform input:-moz-placeholder {color:#fff;font-size: 14px;}
.Header-search-wordsform input::-moz-placeholder {color:#fff;font-size: 14px;}
.Header-search-wordsform input:-ms-input-placeholder{color:#fff;font-size: 14px;}
.Header-search-wordsform input::-webkit-input-placeholder{color:#fff;font-size: 14px;}
.body-on-search .Header-search-click span:before{content: "关闭";}
.body-on-search .Header-search-wordsform{display: block;}
.body-on-search .Header-navbarbox{display: none;}
.body-on-search .H-lang{display: none;}

/* 下拉 */
.Header-navarr{display: none;}
.Header-dropDown{visibility: hidden;opacity: 0;position: absolute;z-index: 2;width: 100%;top: 100px;left: 0;padding: 10px 0 18px;}
.Header-dropDown:before{content: "";position: absolute;z-index: 1;width: 100%;height: 0;top: -100px;left: 0;background: #00aeef;transition: all .4s ease;}
.Header-dropDown a{display: block;padding: 6px 0;color: rgba(255, 255, 255, .8);font-size: 15px;font-weight: 400;opacity: 0;transition: opacity 0s ease 0s;transition: color .4s ease 0s;position: relative;z-index: 2;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.Header-dropDown a:hover{color: #fff;text-decoration: underline;}
.Header-navbar ul li:hover .Header-dropDown{visibility: visible;opacity: 1;}
.Header-navbar ul li:hover .Header-dropDown:before{height: calc(100% + 100px);}
.Header-navbar ul li:hover .Header-dropDown a:nth-child(1){transition-delay:0.1s;}
.Header-navbar ul li:hover .Header-dropDown a:nth-child(2){transition-delay:0.2s;}
.Header-navbar ul li:hover .Header-dropDown a:nth-child(3){transition-delay:0.3s;}
.Header-navbar ul li:hover .Header-dropDown a:nth-child(4){transition-delay:0.4s;}
.Header-navbar ul li:hover .Header-dropDown a:nth-child(5){transition-delay:0.5s;}
.Header-navbar ul li:hover .Header-dropDown a:nth-child(6){transition-delay:0.6s;}
.Header-navbar ul li:hover .Header-dropDown a:nth-child(7){transition-delay:0.7s;}
.Header-navbar ul li:hover .Header-dropDown a:nth-child(8){transition-delay:0.8s;}
.Header-navbar ul li:hover .Header-dropDown a{opacity: 1;transition: opacity .8s ease;}

/* 手机汉堡键 */
.Header-navclick{height: 60px;padding: 0 0 0 12px;cursor: pointer;float: right;user-select: none;display: none;position: relative;z-index: 10;}
.Header-navclick span{width: 24px;height: 2px;background: #fff;display: block;position: relative;margin-top: 29px;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #fff;display: block;left: 0;width: 100%;}
.Header-navclick span:before{top: -8px;}
.Header-navclick span:after{top: 8px;}
.Header-navclick.ontrue span{background: #555;-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span:before{background: #555;-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue span:after{background: #555;-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);-ms-transform: translateY(8px) rotate(0);-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);-ms-transform: translateY(-8px) rotate(0);-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}

/* 底部 */
.Footer-wrapper{width: 100%;background: #333f47;}
.Footer-infonav{width: 100%;padding: 58px 0 40px;}
.Footer-info{width: 140px;float: right;}
.Footer-info h6{width: 100%;position: relative;}
.Footer-info h6 img{width: 100%;object-fit: cover;}
.Footer-info p{font-size: 16px;text-align: center;color: #fff;margin-top: 12px;}
.Footer-info h6:before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 3px;border-bottom: 3px solid #154a92;background: rgba(21, 74, 146, 0.5);animation: Fewm 3.8s linear infinite;}
@keyframes Fewm{0%{height: 3px;}40%{height: 100%;}50%{height: 100%;}80%{height: 3px;}100%{height: 3px;}}
.Footer-navbar{width: calc(100% - 140px);float: left;position: relative;}
.Footer-navbar ul li{float: left;width:14.2857%;}
.Footer-navclick{width: 100%;position: relative;}
.Footer-navclick a{font-size: 18px;color: #fff;display: block;width: 100%;height: 40px;line-height: 40px;font-weight: 700;}
.Footer-navclick i{width: 40px;height: 40px;display: none;position: absolute;z-index: 9;right: -4%;top: 0;background: url('../images/iconArr.png') no-repeat center center /14px auto;}
.Footer-navclick i.ontrue{transform: rotate(180deg);}
.winter .Footer-navwords{display: block !important;}
.Footer-navwords{width: 100%;overflow: hidden;margin-top: 8px;}
.Footer-navwords a{display: block;padding: 4px 0;font-size: 16px;color: #fff;transition: all .4s ease;opacity: .6;}
.Footer-navwords a:hover{opacity: 1;}
.Footer-link{width: 100%;padding: 26px 0 26px 84px;font-size: 0;position: relative;border-top: 1px solid rgba(255, 255, 255, .1);border-bottom: 1px solid rgba(255, 255, 255, .1);}
.Footer-link:before{content: "友情链接：";position: absolute;left: 0;font-size: 16px;line-height: 26px;color: #fff;opacity: .6;}
.Footer-link a{display: inline-block;line-height: 26px;font-size: 16px;color: #fff;opacity: .6;transition: all .4s ease;margin-right: 20px;}
.Footer-link a:last-child{margin-right: 0;}
.Footer-link a:hover{opacity: 1;}
.Footer-copyright{width: 100%;padding: 28px 0;overflow: hidden;}
.Footer-copyright p{font-size: 15px;color: rgba(255, 255, 255, .4);line-height: 24px;}
.Footer-copyright p{float: left;}
.Footer-copyright p a{display: inline-block;margin-left: 10px;transition: all .4s ease;}
.Footer-copyright p a:hover{color: #fff;}

.body-lucency-color .Header-wrapper{background: #fff;}
.body-lucency-color .Header-logo a img.Header-logo-S{display: none;}
.body-lucency-color .Header-logo a img.Header-logo-H{display: block;}
.body-lucency-color .H-lang .Hlang-menu{color: #555;}
.body-lucency-color .H-lang .Hlang-menu i{background-image: url('../images/langH.png');}
.body-lucency-color .Header-Menu{color: #555;}
.body-lucency-color .Header-navbar ul li.ontrue .Header-Menu{color: #00aeef;}
.body-lucency-color .Header-navbar ul li.Header-dropNone .Header-Menu {color: #555;}
.body-lucency-color .Header-navbar ul li.ontrue:hover .Header-Menu{color: #fff !important;}
.body-lucency-color .Header-navbar ul li.no:hover .Header-Menu{color: #00aeef !important;}
.body-lucency-color .Header-navbar ul li.no.ontrue:hover .Header-Menu{color: #00aeef !important;}
.body-lucency-color .Header-navbar ul li:hover .Header-Menu span:after {background:#00aeef !important;}
.body-lucency-color .Header-navbar ul li.Header-dropNone.ontrue .Header-Menu {color: #00aeef;}
.body-lucency-color .Header-navbar ul li:hover .Header-Menu{color: #fff;}
.body-lucency-color .Header-Menu span:after{background: #00aeef;}
.body-lucency-color .Header-navbar ul li.ontrue .Header-Menu span:after{background: #00aeef;}
.body-lucency-color .Header-navbar ul li.Header-dropNone.ontrue .Header-Menu span:after{background: #00aeef;}
.body-lucency-color .Header-navbar ul li:hover .Header-Menu span:after{background: #fff;}
.body-lucency-color .Header-navclick span, .body-lucency-color .Header-navclick span:before, .body-lucency-color .Header-navclick span:after{background: #555;}
.body-lucency-color .Header-wrapper:after{background: #e5e5e5;opacity: 1;}
.body-lucency-color .Header-search-click{color: #555;}
.body-lucency-color .Header-search-click i{background-image: url('../images/searchH.png');}
.body-lucency-color .Header-search-click.ontrue i {background-image: url('../images/closeH.png');}
.body-lucency-color .Header-search-wordsform input{border-bottom: 1px solid #e5e5e5;}
.body-lucency-color .Header-search-submit{background-image: url('../images/searchH.png');}
.body-lucency-color .Header-search-wordsform input{color: #555;}
.body-lucency-color .Header-search-wordsform input:-moz-placeholder {color:#555;}
.body-lucency-color .Header-search-wordsform input::-moz-placeholder {color:#555;}
.body-lucency-color .Header-search-wordsform input:-ms-input-placeholder{color:#555;}
.body-lucency-color .Header-search-wordsform input::-webkit-input-placeholder{color:#555;}

.color .Header-wrapper{background: #fff;}
.color .Header-logo a img.Header-logo-S{display: none;}
.color .Header-logo a img.Header-logo-H{display: block;}
.color .H-lang .Hlang-menu{color: #555;}
.color .H-lang .Hlang-menu i{background-image: url('../images/langH.png');}
.color .Header-Menu{color: #555;}
.color .Header-navbar ul li.ontrue .Header-Menu{color: #00aeef;}
.color .Header-navbar ul li.Header-dropNone .Header-Menu {color: #555;}
.color .Header-navbar ul li.ontrue:hover .Header-Menu{color: #fff !important;}
.color .Header-navbar ul li.no:hover .Header-Menu{color: #00aeef !important;}
.color .Header-navbar ul li.no.ontrue:hover .Header-Menu{color: #00aeef !important;}
.color .Header-navbar ul li:hover .Header-Menu span:after {background:#00aeef !important;}
.color .Header-navbar ul li.Header-dropNone.ontrue .Header-Menu {color: #00aeef;}
.color .Header-navbar ul li:hover .Header-Menu{color: #fff;}
.color .Header-Menu span:after{background: #00aeef;}
.color .Header-navbar ul li.ontrue .Header-Menu span:after{background: #00aeef;}
.color .Header-navbar ul li.Header-dropNone.ontrue .Header-Menu span:after{background: #00aeef;}
.color .Header-navbar ul li:hover .Header-Menu span:after{background: #fff;}
.color .Header-navclick span, .color .Header-navclick span:before, .color .Header-navclick span:after{background: #555;}
.color .Header-wrapper:after{background: #e5e5e5;opacity: 1;}
.color .Header-search-click{color: #555;}
.color .Header-search-click i{background-image: url('../images/searchH.png');}
.color .Header-search-click.ontrue i {background-image: url('../images/closeH.png');}
.color .Header-search-wordsform input{border-bottom: 1px solid #e5e5e5;}
.color .Header-search-submit{background-image: url('../images/searchH.png');}
.color .Header-search-wordsform input{color: #555;}
.color .Header-search-wordsform input:-moz-placeholder {color:#555;}
.color .Header-search-wordsform input::-moz-placeholder {color:#555;}
.color .Header-search-wordsform input:-ms-input-placeholder{color:#555;}
.color .Header-search-wordsform input::-webkit-input-placeholder{color:#555;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.contain{width: 1440px;margin: 0 auto;}
/* 视频 */
.popVideo{display: none;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-content{display: flex;justify-content: center;align-items: center;position: relative;width: 66%;height: 100%;margin: 0 auto;}
.popVideo-core{position: relative;display: inline-block;vertical-align: middle;width: 100%;position: relative;}
.popVideo-core video{width: 100%;max-height: 600px;background: #000;}
.popVideo-close {width: 28px;height: 28px;position: absolute;right: -28px;top: -28px;z-index: 3;background: url('../images/close.png') no-repeat center;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
@media all and (max-width:1279px) {.popVideo-content{width: 92%;}.popVideo-close{right: 0;}}
/* ---- */

/* 侧栏 */
.sideBar-wrapper{position: fixed;top: 50%;right: 0;margin-top: -150px;width: 50px;height: 305px;z-index: 6666;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;}
.sideBar-wrapper ul li.backTop{top: 0;width: 62px;}
.sideBar-wrapper ul li.relQq{top: 51px;width: 126px;transition: all .4s;}
.sideBar-wrapper ul li.relDh1{top: 102px;width: 222px;transition: all .4s;}
.sideBar-wrapper ul li.relDh{top: 153px;width: 222px;transition: all .4s;}
.sideBar-wrapper ul li.relEwm{top: 204px;width: 62px;}
.sideBar-wrapper ul li.relEwm1{top: 255px;width: 62px;}
.sideBar-wrapper ul li a{display: block;font-family: "Microsoft Yahei";color: #fff;font-size: 14px;height: 50px;line-height: 50px;overflow: hidden;background-color: #000;opacity: .7;border-radius: 6px;}
.sideBar-wrapper ul li a img{display: block;float: left;width: 24px;height: 24px;margin: 12px 12px 14px 14px;}
.sideBar-wrapper ul li a:hover{background: #00aeef;opacity: 1;}
.sideBar-wrapper ul li.relQq:hover{left: -70px;}
.sideBar-wrapper ul li.relDh1:hover{left: -156px;}
.sideBar-wrapper ul li.relDh:hover{left: -156px;}
.sideBar-wrapper-ewm{position: absolute;top: -110px;left: -144px;background: url('../images/side-arr.png') no-repeat bottom right;width: 140px;height: 149px;padding-bottom: 9px;display: none;}
.sideBar-wrapper-ewm.b01{background: url('../images/side-arr01.png') no-repeat bottom right;}
.sideBar-wrapper-ewm img{display: block;background-color: #FFF;width: 140px;height: 140px;}
.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm{display: block;}
.sideBar-wrapper ul li.relEwm1:hover .sideBar-wrapper-ewm{display: block;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .Header-container{width: 92%;}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .contain{width: 92%;}
    .Header-logo a {height: 86px;}
    .Header-Menu {height: 86px;line-height: 86px;padding: 0 18px;}
    .H-lang .Hlang-menu{line-height: 86px;}
    .Header-dropDown{top: 86px;}
    .Header-dropDown:before{top: -86px;}
    .Header-search-click, .Header-search-wordsform{line-height: 86px;}
    .Header-navbar ul li:hover .Header-dropDown:before{height: calc(100% + 86px);}
    .Header-search {margin-left: 24px;}
    .Header-search-click span {margin: 0 0 0 10px;}
    .H-lang .Hlang-menu a:nth-child(2){margin: -1px 0 0 12px;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-Menu {padding: 0 16px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-Menu{font-size: 16px;}
    .Header-dropDown a {padding: 5px 0;font-size: 14px;}
    .Footer-infonav {padding: 48px 0 36px;}
    .Footer-navclick a {font-size: 16px;}
    .Footer-navwords a {padding: 3px 0;font-size: 14px;}
    .Footer-link a, .Footer-link:before {line-height: 22px;font-size: 14px;}
    .Footer-link {padding: 20px 0 20px 78px;}
    .Footer-copyright p{font-size: 14px;line-height: 22px;}
    .Footer-copyright {padding: 22px 0;}
    .Footer-info p {font-size: 14px;}    
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-logo a img{height: 24px;}
    .Header-Menu{padding: 0 12px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-Menu {padding: 0 8px;}
    .Header-dropDown a {padding: 4px 0;font-size: 12px;}
    .H-lang .Hlang-menu a,.Header-search-click span{display: none;}
    .Header-search-wordsform{right: 36px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-search {margin-left: 0;position: static;}
    .Header-search-wordsform {width: 100%;line-height: normal;top: 60px;right: 0;border-bottom: 1px solid rgba(255, 255, 255, .2);}
    .Header-search-wordsform input{border: none !important;}
    .Header-search-click{width: 42px;line-height: 60px;}
    .H-lang .Hlang-menu {width: 42px;}
    .Header-logo a {height: 60px;}
    .H-lang .Hlang-menu{line-height: 60px;}
    .Header-navclick{display: block;padding: 0 0 0 10px;}
    .Header-navbarbox{visibility: hidden;;width: 240px;background: #fff;position: fixed;top: 0;right: -240px;padding-top: 64px;height: 100%;z-index: 6;transition: all .2s linear;}
    .Header-navbarbox.open{right: 0;visibility: visible;}
    .Header-Menu span:after{display: none;}
    .Header-navbarbox:after{content: "";position: absolute;width: 100%;height: 1px;background: #fff;left: 0;top: 0;opacity: .1;}
    .Header-Menu:after{display: none;}
    .Header-navbar{float: left;width: 100%;margin-right: 0;height: 100%;overflow-y: auto !important;text-align: left;padding-bottom: 20px;}
    .Header-navbar ul li{display: block;width: 100%;position: relative;margin: 0;}
    .Header-navbar ul li.ontrue .Header-Menu{color: #00aeef !important;}
    .Header-Menu{width: 100%;height: 40px;line-height: 40px;padding: 0 6%;color: #555 !important;}
    .Header-wrapper:after{display: block;}
    .Header-wrapper{transition: all 0s ease;}
    .Header-navarr{display: block;width: 40px;height: 40px;position: absolute;top: 0;right: 0;z-index: 5;background: url('../images/iconArrH.png') no-repeat center /14px auto;}
    .Header-navarr.ontrue{transform: rotate(180deg);}
    .Header-dropDown:before{display: none;}
    .Header-dropDown {display: none;visibility: visible;opacity: 1;position: static;top: 0;padding: 8px 0 12px;background: #00aeef;}
    .Header-dropDown a{opacity: 1 !important;color: #fff;padding: 6px 6%;font-size: 14px;}

    .Footer-infonav {padding: 28px 0 30px;}
    .Footer-info{width: 100%;text-align: center;margin-top: 20px;}
    .Footer-info h6{width: 140px;margin: 0 auto;}
    .Footer-navbar {width: 100%;}
    .Footer-navbar ul li{width: 100% !important;}
    .Footer-navwords{margin-top: 0;display: none;}
    .Footer-navwords a {padding: 4px 0;}
    .Footer-navclick i{display: block;}
    .Footer-copyright {padding: 16px 0 20px;}
    .Footer-link {padding: 18px 0 18px 78px;}

    .body-on-search .Header-navbarbox{display: block;}
    .body-on-search .H-lang{display: block;}
    .body-lucency-color .Header-search-wordsform{background: #fff;}
    .body-lucency-color .Header-search-wordsform {border-bottom: 1px solid #e5e5e5;}
    .color .Header-search-wordsform{background: #fff;}
    .color .Header-search-wordsform {border-bottom: 1px solid #e5e5e5;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sideBar-wrapper{display: none;}
}