﻿/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
div.aside-right {
  cursor: pointer;
  position: fixed;
  top: 65%;
  right: 0.1rem;
  z-index: 10000001;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: -1rem;
}
@media screen and (max-width: 1024px) {
  div.aside-right {
    display: none;
  }
}
div.aside-right.active {
  right: 0.1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
div.aside-right .aside-right-pick {
  width: 84px;
  height: 108px;
  display: block;
}
div.aside-right i::before {
  content: '<';
  font-weight: bold;
  color: #fff;
  font-size: 0.3rem;
  display: inline-block;
  font-family: cursive;
}
div.aside-right div.aside-to-left {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  margin-top: -0.75rem;
  width: 0.25rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 0.08rem;
  background: #0b2b5e;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
div.aside-right div.aside-to-left.hide {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
div.aside-right ul.aside-list {
  position: relative;
  width: 0.7rem;
  margin: auto;
  background: #0b40ae;
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.35rem;
  display: inline-block;
}
div.aside-right ul.aside-list div.aside-top-right {
  width: 100%;
  height: 25px;
  border-radius: 8px;
  background: #0b2b5e;
  text-align: center;
  line-height: 25px;
  color: #fff;
  cursor: pointer;
}
div.aside-right ul.aside-list div.aside-top-right i::before {
  content: '>';
  font-size: 0.2rem;
}
div.aside-right ul.aside-list li {
  position: relative;
}
div.aside-right ul.aside-list li:first-child {
  margin-top: 0.2rem;
}
div.aside-right ul.aside-list li:last-child {
  margin-bottom: 0.2rem;
}
div.aside-right ul.aside-list li:hover div.aside-item {
  transition: all 0.5s;
  display: block;
}
div.aside-right ul.aside-list li div.aside-item {
  position: absolute;
  top: 0;
  right: 75px;
  display: none;
  transition: all 0.5s;
  background: #0b2b5e;
}
div.aside-right ul.aside-list li div.aside-item a {
  color: #fff;
}
div.aside-right ul.aside-list li div.aside-item.text {
  top: 50%;
  right: 0.7rem;
  margin-top: -0.2rem;
  width: auto;
  text-align: center;
  padding: 0.1rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.5;
}
div.aside-right ul.aside-list li div.aside-item.text a {
  display: block;
  white-space: nowrap;
}
div.aside-right ul.aside-list li div.aside-item.pic {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #0b2b5e;
  padding: 5px;
}
div.aside-right ul.aside-list li div.aside-item.pic img {
  display: block;
  width: 100%;
  height: auto;
}
div.aside-right ul.aside-list li {
  width: 100%;
  text-align: center;
}
div.aside-right ul.aside-list li img {
  display: inline-block;
  width: 0.3rem;
  height: auto;
  vertical-align: middle;
}
div.aside-right ul.aside-list .to-top {
  width: 100%;
}
div.aside-right ul.aside-list .to-top .slide {
  width: 0.3rem;
  height: auto;
}
div.aside-right ul.aside-list .to-top span {
  display: block;
  color: #ffffff;
}
div.aside-right ul.aside-list .slidewrap {
  padding: 0.13rem 0 0.13rem;
}
div.aside-right ul.aside-list .slidewrap img {
  display: block;
  width: 0.3rem;
  height: auto;
  margin: auto;
}
div.aside-right ul.aside-list .slidewrap span {
  text-align: center;
  display: block;
  font-size: 0.12rem;
  color: #fff;
  line-height: 1;
  margin-top: 0.04rem;
}
.bottom-window {
  display: none;
}
.windowAdvertisingWrap {
  display: none;
}
.windowAdvertisingWrap .windowAdvertising {
  position: fixed;
  z-index: 9000000;
}
.windowAdvertisingWrap .windowAdvertising .deleteWindowAdvertising {
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  z-index: 10;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  cursor: pointer;
  background: #0B40AE;
}
.windowAdvertisingWrap .windowAdvertising .deleteWindowAdvertising i {
  display: block;
  height: 100%;
  background: url("../image/deleteWindowAdvertising-icon.png") center / 0.15rem 0.15rem no-repeat;
}
.windowAdvertisingWrap .windowAdvertising a {
  display: block;
  height: 100%;
}
.windowAdvertisingWrap .windowAdvertising img {
  display: block;
  width: 100%;
  height: 100%;
}
.HeadSearchBtn-btn {
  width: 0.33rem;
  height: 0.34rem;
}
.HeadSearchBtn-btn i {
  font-size: 0.33rem;
  color: #fff;
}
.HeadSearch {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000000;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.HeadSearch.HeadSearchVisible {
  opacity: 1;
  visibility: visible;
}
.HeadSearch .HeadSearchClose {
  position: absolute;
  right: 0.64rem;
  top: 0.32rem;
  z-index: 100;
  width: 0.48rem;
  height: 0.48rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: url("../image/HeadSearchClose.png") center / 0.14rem 0.14rem no-repeat;
}
.HeadSearch .HeadSearchClose:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.HeadSearch .HeadSearchContainer {
  width: 9.9rem;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.HeadSearch .HeadSearchForm {
  width: 100%;
}
.HeadSearch .HeadSearchForm .HeadSearchFormLogo {
  display: block;
  width: 2.5rem;
  height: 0.8rem;
  margin: 0 auto 0.26rem;
  object-fit: scale-down;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup {
  position: relative;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 1.3rem;
  height: 0.8rem;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect .HeadSearchSelectBtn {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.2rem;
  color: #5D5D5D;
  position: relative;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect .HeadSearchSelectBtn:after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  z-index: 10;
  width: 0.13rem;
  height: 0.08rem;
  background: url("../image/HeadSearchSelectBtnCurr.png") center / cover no-repeat;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect .HeadSearchSelectList {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.9rem;
  z-index: 10;
  box-shadow: 0 0.01rem 0.02rem 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border: 0.01rem solid #e8e8e8;
  padding: 0.1rem 0.15rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect .HeadSearchSelectList:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  z-index: 10;
  border-width: 0.1rem;
  border-style: solid dashed dashed;
  border-color: transparent transparent #c9c9c9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect .HeadSearchSelectList:after {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: -0.19rem;
  left: 50%;
  z-index: 11;
  border-width: 0.1rem;
  border-style: solid dashed dashed;
  border-color: transparent transparent #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect .HeadSearchSelectList li {
  display: block;
  padding: 0.1rem 0;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect .HeadSearchSelectList li:first-child {
  border-top: 0;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect .HeadSearchSelectList li:hover,
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect .HeadSearchSelectList li.current {
  color: #0B40AE;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect.HeadSearchSelectCurrent .HeadSearchSelectBtn:after {
  -webkit-transform: translateY(-40%) rotate(180deg);
  -moz-transform: translateY(-40%) rotate(180deg);
  -ms-transform: translateY(-40%) rotate(180deg);
  -o-transform: translateY(-40%) rotate(180deg);
  transform: translateY(-40%) rotate(180deg);
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSelect.HeadSearchSelectCurrent .HeadSearchSelectList {
  top: 0.9rem;
  opacity: 1;
  visibility: visible;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchInputText {
  display: block;
  width: 100%;
  height: 0.8rem;
  padding: 0.2rem 0.8rem 0.2rem 1.3rem;
  border-radius: 0.36rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  font-size: 0.17rem;
  font-weight: 400;
  color: #5D5D5D;
  letter-spacing: -0.5px;
  margin-bottom: 0.14rem;
  line-height: 0.26rem;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchInputText::-webkit-input-placeholder {
  font-size: 0.2rem;
  color: #D9D9D9;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchInputText:-moz-placeholder {
  font-size: 0.2rem;
  color: #D9D9D9;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchInputText::-moz-placeholder {
  font-size: 0.2rem;
  color: #D9D9D9;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchInputText:-ms-input-placeholder {
  font-size: 0.2rem;
  color: #D9D9D9;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchInputText::placeholder {
  font-size: 0.2rem;
  color: #D9D9D9;
}
.HeadSearch .HeadSearchForm .HeadSearchFormGroup .HeadSearchSubmit {
  position: absolute;
  top: 0.1rem;
  right: 0.14rem;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  font-size: 0.22rem;
  color: #7f7f7f;
  background: url("../image/HeadSearchSubmit.png") center / 0.28rem 0.29rem no-repeat;
}
.HeadSearch .HeadSearchForm .HeadSearchFormQuickSearch {
  padding: 0 0.25rem;
}
.HeadSearch .HeadSearchForm .HeadSearchFormQuickSearch a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.2rem;
  color: #aaa;
  line-height: 1.5;
  margin: 0 0.15rem;
}
.HeadSearch .HeadSearchForm .HeadSearchFormQuickSearch a:hover {
  color: #0B40AE;
}
@media screen and (max-width: 1024px) {
  .HeadSearch {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .bottom-window {
    display: block;
    width: 100%;
    height: 1.1rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001;
  }
  .bottom-window ul {
    display: flex;
    height: 1.1rem;
    align-items: center;
    justify-content: space-between;
    background: #0b2b5e;
    border-top: 0.01rem solid #fff;
  }
  .bottom-window ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid #fff;
    color: #333;
    font-size: 0.28rem;
    text-align: center;
  }
  .bottom-window ul li a {
    color: #fff;
  }
  .bottom-window ul li a:nth-child(2) {
    position: absolute;
    top: 0.6rem;
    color: #fff;
  }
  .bottom-window ul li:first-child {
    border: none;
  }
  .bottom-window ul li img {
    width: 0.4rem;
    height: auto;
  }
  .bottom-window ul li .title {
    display: inline-block;
    width: 100%;
    color: #fff;
  }
  .bottom-window ul li:nth-child(2) img {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
  }
}
