@charset "utf-8";
body {
  overflow-x: hidden;
  letter-spacing: 1px;
}
body a {
  text-decoration: none !important;
}
/** ----------------------1 过渡类选中效果开始----------------- **/
/** 
    ******************************目录******************************
    ***1.1 淡入淡出效果
    ***1.2 滑动效果
    ***1.3 更换背景色效果
    ***1.4 添加盒子阴影效果
    **/
/** ----------------------1.1 淡入淡出效果开始----------------- **/
/** ----------------------1.1 淡入淡出效果结束----------------- **/
/** ----------------------1.2 滑动效果开始----------------- **/
/** ----------------------1.2 滑动效果结束----------------- **/
/** ----------------------1.3 更换背景色效果开始----------------- **/
/** ----------------------1.3 更换背景色效果结束----------------- **/
/** ----------------------1.4 添加盒子阴影效果开始----------------- **/
/** ----------------------1.4 添加盒子阴影效果结束----------------- **/
/** ----------------------1 过渡类选中效果结束----------------- **/
/** ----------------------2 过渡类触发效果开始----------------- **/
/** 
    ******************************目录******************************
    ***2.1 滑动效果
    ***2.2 更换背景色效果
    ***2.3 添加盒子阴影效果
    ***2.4 旋转效果
    ***2.5 变形效果
    ***2.6 淡入淡出效果
    **/
/** ----------------------2.1 滑动效果开始----------------- **/
/** ----------------------2.1 滑动效果结束----------------- **/
/** ----------------------2.2 更换背景色效果开始----------------- **/
/** ----------------------2.2 更换背景色效果结束----------------- **/
/** ----------------------2.3 添加盒子阴影效果开始----------------- **/
/** ----------------------2.3 添加盒子阴影效果结束----------------- **/
/** ----------------------2.4 旋转效果开始----------------- **/
/** ----------------------2.4 旋转效果结束----------------- **/
/** ----------------------2.5 变形效果开始----------------- **/
/** ----------------------2.5 变形效果开始----------------- **/
/** ----------------------2.6 淡入淡出效果开始----------------- **/
/** ----------------------2.6 淡入淡出效果结束----------------- **/
/** ----------------------2 过渡类触发效果结束----------------- **/
/** ----------------------3 动画类效果开始----------------- **/
/** ----------------------3 动画类效果结束----------------- **/
.contentbox {
  width: 1260px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 0 30px;
  box-sizing: content-box;
}
.widthbox {
  width: 92%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.sys-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.sys-popup.active {
  display: flex;
}
.sys-popup .shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.sys-popup .popup {
  width: 1280px;
  max-width: 90%;
  max-height: 90%;
  position: relative;
  z-index: 9;
  background: #fff;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
.sys-popup .popup .close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  user-select: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.5s;
}
.sys-popup .popup .close:hover {
  opacity: 1;
}
.sys-popup .popup .titlebox {
  width: 100%;
  margin-bottom: 24px;
}
.sys-popup .popup .titlebox .atitle {
  width: 100%;
  text-align: center;
  font-size: 42px;
  color: #173F8A;
}
.sys-popup .popup .conbox {
  font-size: 20px;
  color: #333;
  overflow-y: scroll;
}
.sys_scrollBox {
  overflow-y: auto !important;
}
.sys_scrollBox::-webkit-scrollbar {
  width: 3px;
}
.sys_scrollBox::-webkit-scrollbar-thumb {
  background: #173F8A;
  border-radius: 2px;
}
.sys_scrollBox::-webkit-scrollbar-resizer {
  background: #173F8A;
}
.sys_scrollBox::-webkit-scrollbar-track-piece {
  background: #fff;
  border-radius: 2px;
}
.sys_shipin .spdialog {
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  z-index: -1002;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sys_shipin .spdialog-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.sys_shipin .spdialog-close img {
  width: 40px;
  transition-duration: 0.5s;
  cursor: pointer;
}
.sys_shipin .spdialog-close img:hover {
  opacity: 1;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sys_shipin .opacityshow {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1002;
}
.sys_shipin .videoshow {
  height: 100%;
}
.sys_shipin #myVideo1 {
  cursor: pointer;
}
.sys_shipin .ovnone {
  overflow: hidden;
  height: 100%;
}
.ieshow {
  width: 1000px;
  height: 600px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  margin-top: -300px;
  top: 50%;
  text-align: center;
}
.ieshow .top {
  margin-top: 72px;
  font-size: 24px;
  line-height: 140%;
  font-weight: bold;
  color: #25262b;
  padding: 0 30px;
}
.ieshow .top span {
  color: #ff2b2b;
}
.ieshow ul {
  display: inline-block;
  height: 164px;
  margin-left: -30px;
  margin-top: 100px;
}
.ieshow ul li {
  float: left;
  list-style: none;
  text-align: center;
  margin-left: 30px;
}
.ieshow ul li img {
  width: 115px;
  height: 115px;
}
.ieshow ul li p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #526efa;
}
.ieshow ul li p.tip {
  font-size: 10px;
  line-height: 160%;
  font-weight: normal;
  text-align: center;
  margin-top: 0px;
  color: rgba(37, 38, 43, 0.36);
}
.ieshow .foot {
  margin-top: 40px;
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  color: #666;
  padding: 0 30px;
}
.sys_btn_zixun {
  width: 160px;
  height: 40px;
  background: #F3F7FF;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sys_btn_zixun:hover {
  background-color: #173F8A;
  border: none;
}
.sys_btn_zixun:hover .pic {
  background-color: #fff;
}
.sys_btn_zixun:hover .txt {
  color: #fff;
}
.sys_btn_zixun .pic {
  width: 16px;
  height: 16px;
  background-color: #173F8A;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 10px;
}
.sys_btn_zixun .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #173F8A;
}
.sys_btn_zixun.style2 {
  width: 200px;
  border: 1px solid #000;
  background: none;
}
.sys_btn_zixun.style2 .pic {
  background-color: #000;
}
.sys_btn_zixun.style2 .txt {
  color: #000;
}
.sys_btn_zixun.style2:hover {
  background-color: #173F8A;
  border: none;
}
.sys_btn_zixun.style2:hover .pic {
  background-color: #fff;
}
.sys_btn_zixun.style2:hover .txt {
  color: #fff;
}
.sys_btn_zixun.style3 {
  width: 200px;
  border: none;
  background: #173F8A;
}
.sys_btn_zixun.style3 .pic {
  background-color: #fff;
}
.sys_btn_zixun.style3 .txt {
  color: #fff;
}
.sys_btn_zixun.style3:hover .pic {
  transition: all 1s;
  transform: rotateY(180deg);
}
.sys_btn_zixun2 {
  width: 220px;
  height: 60px;
  border-radius: 30px;
  background: #FFE063;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sys_btn_zixun2.style1 {
  background: #173F8A;
}
.sys_btn_zixun2.style1 .pic {
  background-color: #fff;
}
.sys_btn_zixun2.style1 .txt {
  color: #fff;
}
.sys_btn_zixun2.style2 {
  background: #00CC8F;
}
.sys_btn_zixun2.style2 .pic {
  background-color: #fff;
}
.sys_btn_zixun2.style2 .txt {
  color: #fff;
}
.sys_btn_zixun2.style3 {
  background: none;
  border: 1px solid #fff;
}
.sys_btn_zixun2.style3 .pic {
  background-color: #fff;
}
.sys_btn_zixun2.style3 .txt {
  color: #fff;
}
.sys_btn_zixun2:hover .pic {
  transform: rotateY(180deg);
}
.sys_btn_zixun2 .pic {
  width: 24px;
  height: 24px;
  background-color: #6E4300;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 10px;
  transition: all 1s;
}
.sys_btn_zixun2 .txt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #6E4300;
}
.sys_sw1 {
  height: 320px;
}
.sys_sw1 .swiper {
  width: 100%;
  height: 100%;
}
.sys_sw1 .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sys_sw1 .swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  width: 285px;
  height: 224px;
  display: block;
}
.sys_sw1 .swiper .swiper-wrapper .swiper-slide .item:hover .picbox .pic {
  transform: scale(1.1);
}
.sys_sw1 .swiper .swiper-wrapper .swiper-slide .item .picbox {
  width: 285px;
  height: 224px;
  overflow: hidden;
  display: block;
}
.sys_sw1 .swiper .swiper-wrapper .swiper-slide .item .picbox .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.sys_sw1 .swiper .swiper-wrapper .swiper-slide .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sys_sw1 .swiper .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 30px;
  background-color: #173F8A;
  opacity: 1 !important;
}
.sys_sw1 .swiper .swiper-pagination-bullet {
  background-color: #173F8A;
  opacity: 0.5;
}
.sys_sw1 .swiper-button-next {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_next.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw1 .swiper-button-next::after {
  content: none;
}
.sys_sw1 .swiper-button-next:focus {
  outline: none;
}
.sys_sw1 .swiper-button-next:hover {
  opacity: 1;
}
.sys_sw1 .swiper-button-prev {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_prev.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw1 .swiper-button-prev::after {
  content: none;
}
.sys_sw1 .swiper-button-prev:focus {
  outline: none;
}
.sys_sw1 .swiper-button-prev:hover {
  opacity: 1;
}
.sys_sw2 {
  height: 385px;
}
.sys_sw2 .swiper {
  width: 100%;
  height: 100%;
}
.sys_sw2 .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
}
.sys_sw2 .swiper .swiper-wrapper .swiper-slide .item .picbox {
  margin-right: 10px;
  width: 210px;
  height: 330px;
  overflow: hidden;
  display: block;
}
.sys_sw2 .swiper .swiper-wrapper .swiper-slide .item .picbox .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.sys_sw2 .swiper .swiper-wrapper .swiper-slide .item .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sys_sw2 .swiper .swiper-wrapper .swiper-slide .item .txt .p1 span:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #0C1922;
}
.sys_sw2 .swiper .swiper-wrapper .swiper-slide .item .txt .p1 span:last-child {
  font-size: 20px;
  color: #0C1922;
}
.sys_sw2 .swiper .swiper-wrapper .swiper-slide .item .txt .p2 {
  font-size: 16px;
  color: #0C1922;
}
.sys_sw2 .swiper .swiper-wrapper .swiper-slide .item .txt .desc {
  margin-top: 40px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.sys_sw2 .swiper .swiper-wrapper .swiper-slide .item .txt .chakan {
  margin-top: 30px;
  font-size: 16px;
  color: #253F8F;
  text-decoration: underline;
}
.sys_sw2 .swiper .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 30px;
  background-color: #173F8A;
  opacity: 1 !important;
}
.sys_sw2 .swiper .swiper-pagination-bullet {
  background-color: #173F8A;
  opacity: 0.5;
}
.sys_sw2 .swiper-button-next {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_next.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw2 .swiper-button-next::after {
  content: none;
}
.sys_sw2 .swiper-button-next:focus {
  outline: none;
}
.sys_sw2 .swiper-button-next:hover {
  opacity: 1;
}
.sys_sw2 .swiper-button-prev {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_prev.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw2 .swiper-button-prev::after {
  content: none;
}
.sys_sw2 .swiper-button-prev:focus {
  outline: none;
}
.sys_sw2 .swiper-button-prev:hover {
  opacity: 1;
}
.sys_sw3 {
  height: 520px;
}
.sys_sw3 .swiper {
  width: 100%;
  height: 100%;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item {
  width: 96%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item .picbox {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item .picbox .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item .txt .p1 {
  text-align: center;
  margin-top: 30px;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item .txt .p1 span:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #0C1922;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item .txt .p1 span:last-child {
  font-size: 20px;
  color: #0C1922;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item .txt .p2 {
  font-size: 16px;
  color: #0C1922;
  text-align: center;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item .txt .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item .txt .chakan {
  width: 140px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  display: block;
  margin: 30px auto 0 auto;
  box-sizing: border-box;
}
.sys_sw3 .swiper .swiper-wrapper .swiper-slide .item .txt .chakan:hover {
  background-color: #173F8A;
  color: #fff;
  border: none;
}
.sys_sw3 .swiper .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 30px;
  background-color: #173F8A;
  opacity: 1 !important;
}
.sys_sw3 .swiper .swiper-pagination-bullet {
  background-color: #173F8A;
  opacity: 0.5;
}
.sys_sw3 .swiper-button-next {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_next.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw3 .swiper-button-next::after {
  content: none;
}
.sys_sw3 .swiper-button-next:focus {
  outline: none;
}
.sys_sw3 .swiper-button-next:hover {
  opacity: 1;
}
.sys_sw3 .swiper-button-prev {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_prev.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw3 .swiper-button-prev::after {
  content: none;
}
.sys_sw3 .swiper-button-prev:focus {
  outline: none;
}
.sys_sw3 .swiper-button-prev:hover {
  opacity: 1;
}
.sys_sw4 {
  height: 420px;
}
.sys_sw4 .swiper {
  width: 100%;
  height: 100%;
}
.sys_sw4 .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sys_sw4 .swiper .swiper-wrapper .swiper-slide .item .left {
  margin-right: 20px;
}
.sys_sw4 .swiper .swiper-wrapper .swiper-slide .item .left .picbox {
  width: 630px;
  height: 420px;
  overflow: hidden;
}
.sys_sw4 .swiper .swiper-wrapper .swiper-slide .item .left .picbox .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.sys_sw4 .swiper .swiper-wrapper .swiper-slide .item .right {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.sys_sw4 .swiper .swiper-wrapper .swiper-slide .item .right .picbox {
  width: 305px;
  height: 200px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}
.sys_sw4 .swiper .swiper-wrapper .swiper-slide .item .right .picbox:nth-child(2n) {
  margin-right: 0;
}
.sys_sw4 .swiper .swiper-wrapper .swiper-slide .item .right .picbox:nth-child(n+3) {
  margin-bottom: 0;
}
.sys_sw4 .swiper .swiper-wrapper .swiper-slide .item .right .picbox .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.sys_sw4 .swiper .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 30px;
  background-color: #173F8A;
  opacity: 1 !important;
}
.sys_sw4 .swiper .swiper-pagination-bullet {
  background-color: #173F8A;
  opacity: 0.5;
}
.sys_sw4 .swiper-button-next {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_next.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw4 .swiper-button-next::after {
  content: none;
}
.sys_sw4 .swiper-button-next:focus {
  outline: none;
}
.sys_sw4 .swiper-button-next:hover {
  opacity: 1;
}
.sys_sw4 .swiper-button-prev {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_prev.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw4 .swiper-button-prev::after {
  content: none;
}
.sys_sw4 .swiper-button-prev:focus {
  outline: none;
}
.sys_sw4 .swiper-button-prev:hover {
  opacity: 1;
}
.sys_sw5 {
  height: 548px;
}
.sys_sw5 .swiper {
  width: 100%;
  height: 100%;
}
.sys_sw5 .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.sys_sw5 .swiper .swiper-wrapper .swiper-slide .item {
  width: 285px;
  height: 224px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.sys_sw5 .swiper .swiper-wrapper .swiper-slide .item:nth-child(4n) {
  margin-right: 0;
}
.sys_sw5 .swiper .swiper-wrapper .swiper-slide .item:nth-child(n+5) {
  margin-top: 20px;
}
.sys_sw5 .swiper .swiper-wrapper .swiper-slide .item:hover .picbox .pic {
  transform: scale(1.1);
}
.sys_sw5 .swiper .swiper-wrapper .swiper-slide .item .picbox {
  width: 285px;
  height: 224px;
  overflow: hidden;
}
.sys_sw5 .swiper .swiper-wrapper .swiper-slide .item .picbox .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.sys_sw5 .swiper .swiper-wrapper .swiper-slide .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sys_sw5 .swiper .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 30px;
  background-color: #173F8A;
  opacity: 1 !important;
}
.sys_sw5 .swiper .swiper-pagination-bullet {
  background-color: #173F8A;
  opacity: 0.5;
}
.sys_sw5 .swiper-button-next {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_next.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw5 .swiper-button-next::after {
  content: none;
}
.sys_sw5 .swiper-button-next:focus {
  outline: none;
}
.sys_sw5 .swiper-button-next:hover {
  opacity: 1;
}
.sys_sw5 .swiper-button-prev {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw2_prev.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw5 .swiper-button-prev::after {
  content: none;
}
.sys_sw5 .swiper-button-prev:focus {
  outline: none;
}
.sys_sw5 .swiper-button-prev:hover {
  opacity: 1;
}
.sys_sw6 {
  height: 330px;
}
.sys_sw6 .swiper {
  width: 100%;
  height: 100%;
}
.sys_sw6 .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.sys_sw6 .swiper .swiper-wrapper .swiper-slide .item {
  width: 312px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 10px;
  background-color: #fff;
}
.sys_sw6 .swiper .swiper-wrapper .swiper-slide .item:nth-child(4n) {
  margin-right: 0;
}
.sys_sw6 .swiper .swiper-wrapper .swiper-slide .item .picbox {
  width: 262px;
  height: 70px;
  overflow: hidden;
}
.sys_sw6 .swiper .swiper-wrapper .swiper-slide .item .picbox .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.sys_sw6 .swiper .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 30px;
  background-color: #173F8A;
  opacity: 1 !important;
}
.sys_sw6 .swiper .swiper-pagination-bullet {
  background-color: #173F8A;
  opacity: 0.5;
}
.sys_sw6 .swiper-button-next {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw6_next.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 340px;
  margin: auto;
  width: 150px;
  height: 11px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw6 .swiper-button-next::after {
  content: none;
}
.sys_sw6 .swiper-button-next:focus {
  outline: none;
}
.sys_sw6 .swiper-button-next:hover {
  opacity: 1;
}
.sys_sw6 .swiper-button-prev {
  background: url(/Jzw/Tpl/Home/Default/images/swiper/sw6_prev.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 340px;
  margin: auto;
  width: 150px;
  height: 11px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.sys_sw6 .swiper-button-prev::after {
  content: none;
}
.sys_sw6 .swiper-button-prev:focus {
  outline: none;
}
.sys_sw6 .swiper-button-prev:hover {
  opacity: 1;
}
.sys_pagebox1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sys_pagebox1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  color: #173F8A;
  background: #FFFFFF;
  border: 1px solid #173F8A;
  margin-right: 10px;
  border-radius: 20px;
}
.sys_pagebox1 a:hover {
  background: #173F8A;
  border: 1px solid transparent;
  color: #ffffff;
}
.sys_pagebox1 .next,
.sys_pagebox1 .prev {
  width: 100px;
}
.sys_pagebox1 .active {
  background: #173F8A;
  border: 1px solid transparent;
  color: #ffffff;
}
.sys_dialog_bg1 {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.sys_dialog_show1 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 80vh;
  transform: translateX(-50%) translateY(-50%) scale(0.8, 0.8);
  padding: 20px;
  z-index: 9999;
  background: rgba(0, 93, 127, 0.53);
  border: 2px solid #00689f;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.sys_dialog_show1.dialog_active {
  transform: translateX(-50%) translateY(-50%) scale(1, 1);
  visibility: visible;
  opacity: 1;
}
.sys_dialog_show1 .con {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.sys_dialog_show1 .scrollBox {
  overflow-y: auto !important;
}
.sys_dialog_show1 .scrollBox::-webkit-scrollbar {
  width: 6px;
}
.sys_dialog_show1 .scrollBox::-webkit-scrollbar-thumb {
  background: #f0b318;
  border-radius: 4px;
}
.sys_dialog_show1 .scrollBox::-webkit-scrollbar-resizer {
  background: #f0b318;
}
.sys_dialog_show1 .scrollBox::-webkit-scrollbar-track-piece {
  background: #3a97d0;
  border-radius: 4px;
}
.sys_dialog_show1 .close {
  width: 40px;
  height: 40px;
  display: block;
  background: none;
  position: absolute;
  top: -30px;
  right: -40px;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.sys_biaoti1 {
  text-align: center;
  line-height: 1;
  color: #4C4948;
}
.sys_biaoti1 h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.sys_biaoti1 h1 i {
  display: inline-block;
  margin: 16px 8px;
  width: 20px;
  height: 1px;
  background: #4C4948;
}
.sys_biaoti1 p {
  font-size: 20px;
  text-transform: uppercase;
}
.sys_biaoti2 p {
  text-align: center;
  font-size: 36px;
  color: #333;
}
.sys_biaoti2 .subtitle {
  text-align: center;
}
.sys_biaoti2 .subtitle img {
  width: 200px;
  height: 14px;
  display: inline-block;
}
.sys_biaoti2 .subtitle span {
  display: inline-block;
  margin: 0 30px;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}
.sys_biaoti3 {
  text-align: center;
}
.sys_biaoti3 .atitle {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.sys_biaoti3 .btitle {
  font-size: 24px;
  color: #333;
}
.sys_biaoti3 .xian {
  width: 36px;
  height: 3px;
  background: #173F8A;
  display: block;
  margin: 20px auto 0 auto;
}
.sys_biaoti4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sys_biaoti4 .left .p1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  position: relative;
  line-height: 1;
  z-index: 1;
}
.sys_biaoti4 .left .p2 {
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
  color: #DDDDDD;
  line-height: 1;
  padding-left: 58px;
  margin-top: -10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sys_biaoti4 .right {
  display: flex;
  align-items: center;
}
.sys_biaoti4 .right a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
  line-height: 60px;
  margin-right: 30px;
}
.sys_biaoti4 .right a:hover,
.sys_biaoti4 .right a.active {
  color: #173F8A;
  transition: all 0.4s ease;
}
.sys_biaoti4 .right a:hover::after,
.sys_biaoti4 .right a.active::after {
  width: 100%;
  transition: all 0.4s ease;
}
.sys_biaoti4 .right a::after {
  content: '';
  width: 0px;
  height: 2px;
  background: #173F8A;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sys_biaoti5 {
  position: relative;
  text-align: center;
}
.sys_biaoti5 .atitle {
  font-size: 36px;
  font-weight: bold;
  color: #010101;
  position: relative;
  z-index: 1;
}
.sys_biaoti5 .btitle {
  font-size: 16px;
  color: #999999;
}
.sys_biaoti5 .bg {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: url(/Jzw/Tpl/Home/Default/images/biaoti/biaoti5_bg.png) no-repeat center;
  background-size: 100%;
}
#map_title_my {
  font-weight: bold;
  color: #CE5521;
  font-size: 14px;
}
#map_content_my {
  table-layout: fixed;
  width: 100%;
  font: 12px arial, simsun, sans-serif;
}
#map_content_my tbody > tr td:nth-child(1) {
  vertical-align: top;
  line-height: 16px;
  width: 38px;
  white-space: nowrap;
  word-break: keep-all;
}
#map_content_my tbody > tr td:nth-child(2) {
  vertical-align: top;
  line-height: 16px;
}
.sys_catebox1 {
  text-align: center;
}
.sys_catebox1 a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
}
.sys_catebox1 a:hover,
.sys_catebox1 a.active {
  color: #000000;
  transition: all 0.4s ease;
}
.sys_catebox1 a:hover::after,
.sys_catebox1 a.active::after {
  width: 100%;
  transition: all 0.4s ease;
}
.sys_catebox1 a::after {
  content: '';
  width: 0px;
  height: 2px;
  background: #173F8A;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sys_catebox2 {
  text-align: center;
}
.sys_catebox2 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin: 60px 10px;
  font-size: 20px;
  color: #173F8A;
  border: 1px solid #173F8A;
  box-sizing: border-box;
  transition: all 0.4s;
}
.sys_catebox2 a.active,
.sys_catebox2 a:hover {
  background-color: #173F8A;
  color: #ffffff;
}
.sys_nbanner1 {
  height: 440px;
  position: relative;
}
.sys_nbanner1 .banner_bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sys_nbanner1 .banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #173F8A;
  text-align: center;
}
.sys_nbanner1 .banner_text h4 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 8px;
}
.sys_nbanner1 .banner_text p {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 8px;
  margin-top: 10px;
  color: #fff;
}
.sys_nbanner2 {
  height: 400px;
  position: relative;
}
.sys_nbanner2 .banner_bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sys_nbanner2 .banner_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140px;
  z-index: 9;
  text-align: center;
}
.sys_nbanner2 .banner_text h4 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}
.sys_nbanner2 .banner_text .xian {
  width: 36px;
  height: 2px;
  margin: 12px auto;
  background: #FFFFFF;
}
.sys_nbanner2 .banner_text p {
  font-size: 16px;
  margin-top: 10px;
  color: #ccc;
}
.sys_nbanner3 {
  height: 400px;
  position: relative;
}
.sys_nbanner3 .banner_bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sys_nbanner3 .banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sys_nbanner3 .banner_text .p1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
}
.sys_nbanner3 .banner_text .p2 {
  font-size: 14px;
  color: #333;
}
.sys_nbanner3 .banner_text .com_btn_zixun {
  margin-top: 40px;
}
.sys_madbox {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.sys_madbox .contentbox {
  position: relative;
}
.sys_madbox .contentbox .info {
  position: absolute;
  top: 24px;
  right: 10px;
}
.sys_madbox .contentbox .info .ad_tel {
  width: 240px;
  height: 90px;
  position: relative;
  padding: 20px 0;
  box-sizing: border-box;
}
.sys_madbox .contentbox .info .ad_tel .tel {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(/Jzw/Tpl/Home/Default/images/mad/mad_tel.png) no-repeat;
  background-size: cover;
  margin: auto 6px auto auto;
}
.sys_madbox .contentbox .info .ad_tel .txt {
  display: inline-block;
}
.sys_madbox .contentbox .info .ad_tel p,
.sys_madbox .contentbox .info .ad_tel h4 {
  text-align: left;
  color: #fff;
  line-height: 1.2;
}
.sys_madbox .contentbox .info .ad_tel p {
  font-size: 20px;
}
.sys_madbox .contentbox .info .ad_tel h4 {
  font-size: 20px;
}
.sys_madbox .contentbox .info .zixun {
  width: 160px;
  height: 40px;
  background: #173F8A;
  text-align: center;
  display: block;
}
.sys_madbox .contentbox .info .zixun img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
}
.sys_madbox .contentbox .info .zixun span {
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}
.sys_madbox2 {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.sys_madbox2 .contentbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sys_madbox2 .contentbox .wenzi .p1 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.sys_madbox2 .contentbox .wenzi .p2 {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.sys_madbox2 .contentbox .info {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 280px;
  height: 80px;
  background: #4BB13F;
  transform: translateY(-50%);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sys_madbox2 .contentbox .info .ad_tel {
  position: relative;
  box-sizing: border-box;
}
.sys_madbox2 .contentbox .info .ad_tel .tel {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(/Jzw/Tpl/Home/Default/images/mad/mad2_tel.png) no-repeat;
  background-size: cover;
  margin: auto 6px auto auto;
}
.sys_madbox2 .contentbox .info .ad_tel .txt {
  display: inline-block;
}
.sys_madbox2 .contentbox .info .ad_tel p,
.sys_madbox2 .contentbox .info .ad_tel h4 {
  text-align: left;
  color: #fff;
  line-height: 1.2;
}
.sys_madbox2 .contentbox .info .ad_tel p {
  font-size: 20px;
}
.sys_madbox2 .contentbox .info .ad_tel h4 {
  font-size: 20px;
}
.sys_madbox3 {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.sys_madbox3 .contentbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sys_madbox3 .contentbox .wenzi {
  margin-left: 400px;
}
.sys_madbox3 .contentbox .wenzi .p1 {
  font-size: 32px;
  color: #FFE063;
  font-weight: bold;
}
.sys_madbox3 .contentbox .wenzi .p2 {
  font-size: 26px;
  color: #fff;
  margin-top: 10px;
}
.sys_madbox3 .contentbox .wenzi .p3 {
  font-size: 16px;
  color: #fff;
}
.sys_madbox3 .contentbox .wenzi .p3 span {
  font-size: 16px;
  color: #fff;
  margin: 0 8px;
}
.sys_madbox3 .contentbox .ecode {
  display: flex;
  align-items: center;
  margin-right: 100px;
}
.sys_madbox3 .contentbox .ecode img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.sys_madbox3 .contentbox .ecode p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.sys_madbox4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1160px;
  height: 130px;
  padding: 0 40px;
  box-sizing: border-box;
  background: url("/Jzw/Tpl/Home/Default/images/duoling/banner_07.png") no-repeat;
}
.sys_madbox4 .left {
  padding-left: 76px;
  background: url("/Jzw/Tpl/Home/Default/images/duoling/banner_left.png") no-repeat 0 center;
  margin-right: auto;
}
.sys_madbox4 .left .atitle {
  font-size: 26px;
  font-weight: bold;
  color: #BAC5F2;
}
.sys_madbox4 .left .btitle {
  font-size: 16px;
  color: #ffffff;
}
.sys_madbox4 .right {
  color: #ffffff;
  padding-left: 64px;
  background: url("/Jzw/Tpl/Home/Default/images/duoling/banner_right.png") no-repeat 0 center;
}
.sys_madbox4 .right .atitle {
  font-size: 29px;
  font-weight: bold;
  line-height: 29px;
  margin-top: 6px;
}
.sys_madbox4 .right .btitle {
  font-size: 21px;
  line-height: 21px;
}
.sys_madbox4 .btn {
  width: 220px;
  height: 50px;
  border-radius: 4px;
  background-color: #FF5004;
  margin-left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sys_madbox4 .btn span {
  padding-left: 30px;
  background: url("/Jzw/Tpl/Home/Default/images/duoling/btn_01.png") no-repeat 0 6px;
  color: #ffffff;
  font-size: 20px;
}
.sys_tab1 {
  height: 60px;
  border-bottom: 1px solid #E6EBE6;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}
.sys_tab1.ouyfixed {
  position: fixed;
  top: 0;
}
.sys_tab1 .tabcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sys_tab1 .tabcon .item {
  width: 20%;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.sys_tab1 .tabcon .item:hover,
.sys_tab1 .tabcon .item.active {
  color: #173F8A;
  border-bottom: 1px solid #173F8A;
}
.sys_rylist .ryitem {
  width: 305px;
  height: 272px;
  float: left;
  margin-right: 20px;
}
.sys_rylist .ryitem:nth-child(4n) {
  margin-right: 0;
}
.sys_rylist .ryitem .itempic {
  margin: 0 auto;
  position: relative;
}
.sys_rylist .ryitem .itempic .kuang {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.sys_rylist .ryitem .itempic .rongyu {
  position: absolute;
  top: 7px;
  left: 27px;
  width: 248px;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sys_rylist .ryitem .itempic .rongyu .picbox {
  width: 248px;
  height: 168px;
  overflow: hidden;
  display: block;
}
.sys_rylist .ryitem .itempic .rongyu .picbox .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 248px;
  height: 168px;
  transition: all 0.6s;
}
.sys_rylist .ryitem .tt {
  width: 270px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px auto 20px auto;
}
.sys_news_list .contentbox {
  padding-bottom: 80px;
}
.sys_news_list .contentbox .news .newslist {
  padding: 40px 0 80px 0;
}
.sys_news_list .contentbox .news .newslist .item {
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
  width: 100%;
  height: 180px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.sys_news_list .contentbox .news .newslist .item .more {
  transition: all 0.6s;
}
.sys_news_list .contentbox .news .newslist .item:hover .more {
  transform: translateX(-10px);
}
.sys_news_list .contentbox .news .newslist .item:hover .t1 {
  color: #173F8A;
}
.sys_news_list .contentbox .news .newslist .item:hover .t3 .more {
  color: #173F8A;
}
.sys_news_list .contentbox .news .newslist .item:hover .t3 .more .picbox .cur {
  margin-top: -31px;
}
.sys_news_list .contentbox .news .newslist .item.hover1::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #173F8A;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
}
.sys_news_list .contentbox .news .newslist .item.hover1:hover::after {
  width: 100%;
}
.sys_news_list .contentbox .news .newslist .item.hover2 {
  transition: all 0.5s ease;
}
.sys_news_list .contentbox .news .newslist .item.hover2 .line-t,
.sys_news_list .contentbox .news .newslist .item.hover2 .line-b,
.sys_news_list .contentbox .news .newslist .item.hover2 .line-l,
.sys_news_list .contentbox .news .newslist .item.hover2 .line-r {
  position: absolute;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #173F8A;
}
.sys_news_list .contentbox .news .newslist .item.hover2 .line-t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.sys_news_list .contentbox .news .newslist .item.hover2 .line-b {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
.sys_news_list .contentbox .news .newslist .item.hover2 .line-l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.sys_news_list .contentbox .news .newslist .item.hover2 .line-r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.sys_news_list .contentbox .news .newslist .item.hover2:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.sys_news_list .contentbox .news .newslist .item.hover2:hover .line-t {
  width: 100%;
}
.sys_news_list .contentbox .news .newslist .item.hover2:hover .line-b {
  width: 100%;
}
.sys_news_list .contentbox .news .newslist .item.hover2:hover .line-l {
  height: 100%;
}
.sys_news_list .contentbox .news .newslist .item.hover2:hover .line-r {
  height: 100%;
}
.sys_news_list .contentbox .news .newslist .item .litem {
  display: inline-block;
  margin-right: 40px;
}
.sys_news_list .contentbox .news .newslist .item .litem .pic {
  transition: all 0.6s;
}
.sys_news_list .contentbox .news .newslist .item .litem:hover .pic {
  transform: scale(1.1);
}
.sys_news_list .contentbox .news .newslist .item .litem .picbox {
  width: 300px;
  height: 100%;
  overflow: hidden;
}
.sys_news_list .contentbox .news .newslist .item .litem .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.sys_news_list .contentbox .news .newslist .item .litem .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.sys_news_list .contentbox .news .newslist .item .ritem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex: 1;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t1 {
  font-size: 30px;
  line-height: 30px;
  max-width: 100%;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.6s;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t2 {
  font-size: 20px;
  max-width: 100%;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t3 {
  width: 100%;
  max-width: 100%;
  max-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t3 .time {
  font-size: 20px;
  font-weight: normal;
  color: #999;
  line-height: 22px;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t3 .more {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-size: 20px;
  line-height: 22px;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t3 .more .picbox {
  width: 20px;
  height: 21px;
  overflow: hidden;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t3 .more .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t3 .more .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t3 .more .picbox {
  margin-right: 8px;
}
.sys_news_list .contentbox .news .newslist .item .ritem .t3 .more .picbox .cur {
  margin-bottom: 10px;
}
.sys_news_info {
  background-color: #ffffff;
}
.sys_news_info .contentbox .titlebox {
  text-align: center;
  margin-bottom: 55px;
}
.sys_news_info .contentbox .titlebox .atitle {
  font-size: 42px;
  max-width: 100%;
  max-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
}
.sys_news_info .contentbox .titlebox .btitle {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  position: relative;
}
.sys_news_info .contentbox .titlebox .btitle::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
}
.sys_news_info .contentbox .titlebox .btitle .txt {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 70px;
  background-color: #ffffff;
  z-index: 5;
}
.sys_news_info .contentbox .titlebox .btitle .txt .picbox {
  width: 18px;
  height: 16px;
  overflow: hidden;
}
.sys_news_info .contentbox .titlebox .btitle .txt .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.sys_news_info .contentbox .titlebox .btitle .txt .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.sys_news_info .contentbox .titlebox .btitle .txt .picbox {
  margin-right: 6px;
}
.sys_news_info .contentbox .titlebox .btitle .txt span {
  margin-right: 40px;
}
.sys_news_info .contentbox .shengming {
  width: 100%;
  height: 130px;
  background: #F9F9F9;
  border-radius: 0;
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 40px;
  box-sizing: border-box;
}
.sys_news_info .contentbox .shengming .txt {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  max-width: 100%;
  max-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
}
.sys_news_info .contentbox .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 140px;
  font-size: 16px;
}
.sys_news_info .contentbox .share .left {
  flex: 1;
}
.sys_news_info .contentbox .share .left .biaoqian {
  font-size: 20px;
  font-weight: normal;
  color: #173F8A;
  max-width: 100%;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sys_news_info .contentbox .share .left .biaoqian a {
  font-size: 20px;
  font-weight: normal;
  color: #173F8A;
  background-color: #f1f1f1;
  padding: 10px;
  margin-left: 10px;
}
.sys_news_info .contentbox .share .left .biaoqian a:hover {
  background-color: #173F8A;
  color: #ffffff;
}
.sys_news_info .contentbox .share .right {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
}
.sys_news_info .contentbox .share .right .txt {
  max-width: 100%;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: right;
}
.sys_news_info .contentbox .share .right .itemlist {
  flex: none;
  display: flex;
  align-items: center;
}
.sys_news_info .contentbox .share .right .itemlist a {
  flex: none;
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #173F8A;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
}
.sys_news_info .contentbox .share .right .itemlist a:hover {
  background-color: rgba(34, 148, 212, 0.9);
}
.sys_news_info .contentbox .share .right .itemlist a.weixin {
  background-image: url("/Jzw/Tpl/Home/Default/webimages/weixin_share.png");
}
.sys_news_info .contentbox .share .right .itemlist a.qie {
  background-image: url("/Jzw/Tpl/Home/Default/webimages/qie_share.png");
}
.sys_news_info .contentbox .share .right .itemlist a.weibo {
  background-image: url("/Jzw/Tpl/Home/Default/webimages/weibo_share.png");
}
.sys_news_info .contentbox .tiaozhuan {
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}
.sys_news_info .contentbox .tiaozhuan a {
  display: block;
  font-size: 20px;
  line-height: 40px;
  max-width: 100%;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sys_news_info .contentbox .tiaozhuan a:hover {
  text-decoration: underline;
}
.inner_navi .contentbox {
  position: relative;
}
.inner_navi .contentbox .left_navi {
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  background: #006DE6;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 100px;
}
.inner_navi .contentbox .left_navi .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  color: #C3DFFF;
  width: 181px;
  height: 81px;
  background: none;
  border-radius: 15px;
}
.inner_navi .contentbox .left_navi .item.active {
  color: #ffffff;
  background-color: #1F88FD;
}
.inner_navi .contentbox .course_con {
  padding-left: 300px;
}
.inner_navi .contentbox .course_con .titlebox {
  padding-top: 100px;
  max-width: 100%;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.inner_navi .contentbox .course_con .titlebox .atitle {
  font-size: 42px;
  font-weight: bold;
  color: #000;
  line-height: 44px;
  margin-right: 20px;
}
.inner_navi .contentbox .course_con .titlebox .btitle {
  font-size: 20px;
  font-weight: bold;
  color: #999;
  line-height: 22px;
}
.inner_navi .contentbox .course_con .com_conbox {
  font-size: 26px;
}
/*# sourceMappingURL=./sys.css.map */