@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu", sans-serif;
  outline: none
}
*:before,
*:after {
  vertical-align: middle;
  box-sizing: border-box;
}
html {
  margin: 0 auto;
}
.cur{
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    padding-bottom: 10px;
}
ul,
li,
ol {
  list-style: none;
}
em {
  font-style: normal;
}
img {
  vertical-align: middle;
  max-width: 100%;
}

.logo img{
  vertical-align: middle;
/*max-width: 100%;*/
height: 1.266rem;
width: auto;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}
button,
input {
  border: 0;
  outline: none;
  background: none;
}

table {
  border-collapse: collapse;
  /*margin-bottom: 1rem;*/
}
table, table td, table th {
  border: 1px solid rgba(170, 172, 182, 0.15)
}
table td, table th {
  padding: 6px
}
table th {
  background-color: #f8f9fa
}

table {
width: 100%!important;/*防止表格溢出*/
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-collapse: collapse;
border-color: #0058ab;
border-image: none;
border-style: solid;
border-width: 1px 0 0 1px;
text-align: center;
}

table td, table th {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #0058ab;
border-image: none;
border-style: solid;
border-width: 0 1px 1px 0;
padding: 3px;
text-align: center;
}


.xbox{
	margin: 0 auto;
    line-height: 10px;
    width: 86%;
	}

i {
  font-style: inherit;
}
#map label {
  max-width: initial;
}
#map img {
  max-width: initial;
}
p {
  margin-bottom: 0
}
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* bootstart ul */
ul,
h1,
h2,
h3,
h4,
li,
p {
  padding: 0;
  margin: 0;
}

.xypg-right-content ul{
	/*padding: 30px 0 0 0;*/
}

/* 外层容器样式 */
section {
  overflow: hidden;
}
.sec {
    text-align: center;
	/*padding-bottom: 20px;*/
}
.sec span {
    margin-right: 5px;
    padding: 5px 10px;
    background: #0055B2;
    color: #fff;
	font-size: 16px;
}
.websitelink{
	max-width: 86%;
	padding: 0 20px 20px 0;
	margin: 0 auto;
	font-size: 15px;
}
@media (max-width: 760px){
    
.sec {
    text-align: center;
	margin: 0 0;
}
	
.sec span:nth-child(2n) {
    margin-right: 0;
	}
	
.sec span {
    width: 49.333%;
    margin-right: 4px;
    float: left;
    margin-top: 5px;
}
}
/* 通用正文样式 */
article {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  color: #333;
}
/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}
.mxw-image:hover img {
  transform: scale(1.1);
}
.u-col.item:hover .u-line-2 {
    color: white; /* 当鼠标悬停时，字体颜色变为白色 */
}
.mxw-image img {
  transition: all 0.4s;
  width: 100%;
}
/* #region ==================== 文本行数限制 start ====================*/
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-line-2 {
  -webkit-line-clamp: 2;
  font-size: 16px;
}
.u-line-3 {
  -webkit-line-clamp: 3;
}
.u-line-4 {
  -webkit-line-clamp: 4;
}
.u-line-5 {
  -webkit-line-clamp: 5;
}
.u-line-6 {
  -webkit-line-clamp: 6;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* #region ==================== flex通用布局 start ====================*/
.u-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-nowrap {
  flex-wrap: nowrap;
}
.u-flex-col {
  flex-direction: column;
}
.u-grow-1 {
  flex-grow: 1;
}
.u-col-center {
  align-items: center;
}
.u-col-top {
  align-items: flex-start;
}
.u-col-bottom {
  align-items: flex-end;
}
.u-row-center {
  justify-content: center;
}
.u-row-left {
  justify-content: flex-start;
}
.u-row-right {
  justify-content: flex-end;
}
.u-row-between {
  justify-content: space-between;
}
.u-row-around {
  justify-content: space-around;
}
/* #region ==================== 通用布局 start ====================*/
@media screen and (min-width: 751px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2>.u-col {
    width: 48%;
  }
  .u-row-2>.u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-2>.u-col:nth-child(2)~.u-col {
    margin-top: 4%;
  }
  .u-row-3>.u-col {
    width: 32%;
  }
  .u-row-3>.u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .u-row-3>.u-col:nth-child(3)~.u-col {
    margin-top: 2%;
  }
  .u-row-4>.u-col {
    width: 23%;
    margin-right: 2.5%;
  }
  .u-row-4>.u-col:nth-child(4n) {
    margin-right: 0%;
  }
  .u-row-4>.u-col:nth-child(4)~.u-col {
    margin-top: 2%;
  }
  .u-row-5>.u-col {
    width: 18.4%;
    margin-right: 2%;
  }
  .u-row-5>.u-col:nth-child(5n) {
    margin-right: 0%;
  }
  .u-row-5>.u-col:nth-child(5)~.u-col {
    margin-top: 2%;
  }
  .u-row-6>.u-col {
    width: 15%;
    margin-right: 2%;
  }
  .u-row-6>.u-col:nth-child(6n) {
    margin-right: 0%;
  }
  .u-row-6>.u-col:nth-child(6)~.u-col {
    margin-top: 2%;
  }
}
@media screen and (max-width: 751px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 .u-col {
    width: 100%;
  }
  .u-row-2 .u-col:nth-child(1)~.u-col {
    margin-top: 2%;
  }
  .u-row-3>.u-col,
  .u-row-4>.u-col,
  .u-row-5>.u-col,
  .u-row-6>.u-col {
    width: 32%;
  }
  .u-row-3>.u-col:nth-child(2n),
  .u-row-4>.u-col:nth-child(2n),
  .u-row-5>.u-col:nth-child(2n),
  .u-row-6>.u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-3>.u-col:nth-child(2)~.u-col,
  .u-row-4>.u-col:nth-child(2)~.u-col,
  .u-row-5>.u-col:nth-child(2)~.u-col,
  .u-row-6>.u-col:nth-child(2)~.u-col {
    margin-top: 4%;
  }
}
/* #region ==================== 分页样式 start ====================*/
.mxw-pagination {
  margin-top: 50px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mxw-pagination>a,
.mxw-pagination>span {
  padding: 6px 12px;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
  border: 1px solid #ccc;
  display: block;
  margin: 4px;
}
.mxw-pagination>a.active,
.mxw-pagination>a:hover {
  background-color: #032a75;
  color: #fff !important;
}
.mxw-pagination>a:first-child {
  margin-left: 0;
}
.mxw-pagination>a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 751px) {
  .mxw-pagination {
    margin-top: 30px;
  }
  .mxw-pagination>a {
    font-size: 12px;
    margin: 2px;
    padding: 8px 10px;
  }
}
/* 标签页 */
.mxw-tabs {
  padding-left: 0;
  padding-right: 0;
}
.mxw-tabs .mxw-tabs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.mxw-tabs .mxw-tabs-wrap {
  position: relative;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.mxw-tabs .mxw-tabs-wrap::-webkit-scrollbar {
  display: none;
}
.mxw-tabs .mxw-tabs-item {
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  font-size: 0.3rem;
  white-space: nowrap;
  background: #eaeaea;
  color: #333;
  padding: 0rem 0.5rem;
  margin-right: 0.9rem;
  line-height: 0.6667rem;
}
.mxw-tabs .mxw-tabs-item:last-child {
  margin-right: 0;
}
.mxw-tabs .mxw-tabs-item.active {
  background: #032a75;
  color: #fff;
}
@media screen and (max-width: 751px) {
  .mxw-tabs .mxw-tabs-header {
    margin-bottom: 20px;
  }
  .mxw-tabs .mxw-tabs-item {
    font-size: 14px;
    padding: 0 20px;
    margin-right: 10px;
  }
  .mxw-tabs .mxw-tabs-item:last-child {
    margin-right: 0;
  }
}
/* #region ==================== 关键词 start ==================== */
.mxw-keywords {
  position: relative;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 27px 0px 
  rgba(0, 0, 0, 0.06);
}

.mxw-keywords a{
 font-size: 16px;
}

.mxw-keywords .mxw-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.mxw-keywords .left {
  position: relative;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  display: flex;
  align-items: center;
}
.mxw-keywords .left strong {
  vertical-align: inherit;
}
.mxw-keywords .left .hotkey {
  color: #0058ab;
  vertical-align: inherit;
  font-weight: bold;
  font-size: .3rem;
  padding-left: 0.3333rem;
  border-left: 4px solid #0058ab;
}
.mxw-keywords .left .hotkey a {
  color: #666666;
  font-weight: initial;
}
.mxw-keywords .left a:after {
  content: "";
  padding-left: 20px;
}
.mxw-keywords .left a:hover {
  color: #0058ab;
}
.mxw-keywords .left a:last-child {
  padding-right: 0;
}
.mxw-keywords .left a:last-child::after {
  display: none;
}
.mxw-keywords .right form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.mxw-keywords .right form:before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mxw-keywords .right input#keyword {
  width: 7.2333rem;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  font-size: 14px;
  color: #333;
  border: 1px solid #c4c4c4;
  border-right: 0;
  background-color: #f4f4f4;
  border-top-left-radius: .4rem;
  border-bottom-left-radius: .4rem;
}
.mxw-keywords .right input::-webkit-input-placeholder {
  /*Webkit browsers*/
  color: #999;
}
.mxw-keywords .right input:-moz-placeholder {
  /*Mozilla Firefox 4 to 8*/
  color: #999;
}
.mxw-keywords .right input::moz-placeholder {
  /*Mozilla Firefox 19+*/
  color: #999;
}
.mxw-keywords .right input:-ms-input-placeholder {
  /*Internet Explorer 10+*/
  color: #999;
}
.mxw-keywords .right #s_btn {
  outline: none;
  border-width: 0;
  cursor: pointer;
  background: url(../images/0e3559b04ceb5fea20e6d927b64eee1ddf3cbe88.png) no-repeat center #0058ab;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6667rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.mxw-keywords .right #s_btn .icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
}
.mxw-keywords .right #s_btn .text {
  font-size: 14px;
  padding-left: 5px;
}
/* ==================== 头部 start ==================== */
header {
  width: 100%;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: -1px;
}
header .welcome {
  overflow: hidden;
  background-color: #0092d8;
}
header .welcome .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  padding: 5.5px 0;
}
header .welcome .mxw-box a {
  color: #fff;
}
header .welcome .mxw-box a:hover {
  color: #fff;
}
header .pc-nav .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1680px;
  width: 100%;
  
}
header .pc-nav .logo {
  /*width: 12.1833rem;*/
  flex-shrink: 0;
  margin-bottom: 0;
}
header .pc-menu {
  display: flex;
  align-items: center;
  /*margin-right: -28px;*/
  justify-content: center;/*justify-content: flex-end;*/
}
header .pc-menu>li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
header .pc-menu > li:after{
  height: 0;
}
header .pc-menu>li:hover>ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
header .pc-menu>li ul {
  background-color: #fff;
  width: 3.3333rem;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s, visibility 0s;
}
header .pc-menu>li ul:hover {
  opacity: 1;
  visibility: visible;
}
header .pc-menu>li ul li.active>ul,
header .pc-menu>li ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
header .pc-menu>li ul li a {
  position: relative;
}
header .pc-menu>li ul li a:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .pc-menu>li ul a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  font-size: 0.2333rem;
  color: #333;
  line-height: 1.2;
  padding: 0.2333rem;
}
header .pc-menu>li>a {
  /*font-size: .3rem;*/
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
  margin: 0.7167rem 0 0.5833rem 0;
  line-height: 1;
  width: 100%;
  padding:8px;
  /*padding: .1333rem 0.08rem;padding: .1667rem 0.25rem;*/
  transition: .4s;
}
header .pc-menu>li.active>a,
header .pc-menu>li:hover>a {
  background: #0058ab;
  color: #fff;
  border-radius: 25px;
  padding: 13px 44px;
  margin: 43px 5px 35px 5px;
}
header .pc-menu>li>ul {
  border-top: 1px solid #ddd;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header .pc-menu>li>ul>li>a.active,
header .pc-menu>li>ul>li>a:hover {
  /* background-color: rgba(0, 0, 0, 0.04); */
  background: #0058ab;
  color: #fff;
}
header .pc-menu>li>ul>li>a.active:after,
header .pc-menu>li>ul>li>a:hover:after {
  display: none;
}
header .pc-menu>li>ul>li>a:last-child:after {
  display: none;
}
header .pc-menu>li>ul>li>ul {
  position: absolute;
  left: 3.3333rem;
  top: 0;
  border-left: 1px solid #ddd;
}
header .pc-menu>li>ul>li>ul>li>ul {
  position: absolute;
  left: 3.3333rem;
  top: 0;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 1680px) {
  header .mxw-box {
    max-width: 92%;
  }
  header .pc-nav .mxw-box {
    align-items: center;
  }
  header .pc-nav .logo {
    /*width: 430px;*/
    margin-bottom: 0;
  }
  header .pc-menu>li>a {
    /*margin: 39px 15px;*/
    font-size: 17px;
    padding: 8px;/*10px*/
  }
}
@media screen and (max-width: 1450px) {
  header .pc-menu>li>a {
    font-size: 17px;
    /*margin: 35px 5px 35px 5px;*/
    padding: 8px;/*10px 15px;*/
  }
  header .pc-menu>li>a.active,
  header .pc-menu>li>a:hover {
    border-radius: 10px;
    padding: 8px;
  }
}
@media screen and (max-width: 1320px) {
  header .pc-nav .logo {
    width: 330px;
    margin-bottom: 0;
  }
}
/* #region ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
  header {
    z-index: 99999;
    margin-bottom: 0px;
  }
  .mxw-mob-nav .head {
    font-size: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    max-width: 750px;
    width: 100%;
    transform: translateX(-50%);
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99;
    background-color: #fff;
  }
  .mxw-mob-nav .logo {
    display: block;
    flex-shrink: 0;
  }
  .mxw-mob-nav .logo img {
    /*height: 35px;*/
	height: 0.9rem;
    width: auto;
  }
  .mxw-mob-nav .menu-btn {
    flex-shrink: 0;
    width: 26px;
    height: 20px;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .mxw-mob-nav .menu-btn i {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background-color: #333;
  }
  .mxw-mob-nav .menus-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 50%;
    max-width: 450px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
  }
  .mxw-mob-nav .menus-box.active {
    visibility: visible;
    opacity: 1;
  }
  .mxw-mob-nav .menus-box.active .menus {
    transform: translateX(0);
  }
  .mxw-mob-nav .menus {
    width: 60%;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.5s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
  }
  .mxw-mob-nav .menus>ul {
    width: 100%;
    overflow: auto;
  }
  .mxw-mob-nav .menus>ul>li.active>ul {
    display: block;
  }
  .mxw-mob-nav .menus>ul>li>a {
    display: block;
    width: 100%;
    padding: 15px 18px;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mxw-mob-nav .menus>ul>li>a.sub:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 4px solid #555;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
    margin-left: 10px;
  }
  .mxw-mob-nav .menus>ul>li>ul {
    display: none;
    padding: 0px 24px;
  }
  .mxw-mob-nav .menus>ul>li>ul>li>a {
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #f3f3f3;
  }
  .mxw-mob-nav .menus-head {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    border-bottom: 0.6px solid #eee;
    font-size: 16.8px;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .mxw-mob-nav .menus-head .text {
    color: #333;
    line-height: 1.2;
  }
  .mxw-mob-nav .menus-head .mxw-close {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
    position: relative;
    transform: rotate(45deg);
  }
  .mxw-mob-nav .menus-head .mxw-close:before,
  .mxw-mob-nav .menus-head .mxw-close:after {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }
  .mxw-mob-nav .menus-head .mxw-close:before {
    width: 2px;
    height: 100%;
  }
  .mxw-mob-nav .menus-head .mxw-close:after {
    width: 100%;
    height: 2px;
  }
}
/* #region ==================== 轮播图 start ==================== */
.mxw-banner {
  font-size: 0;
  position: relative;
}
.mxw-banner .swiper-slide {
  overflow: hidden;  
}
.mxw-banner .swiper-slide img {
  width: 100%;
}
.mxw-banner .swiper-pagination {
  width: 100%;
  max-width: 1680px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 33px;
  right: 50%;
  transform: translateX(50%);
  left: auto;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin-left: 12px;
  margin-right: 12px;
  border: 1px solid #0058ab;
  background: none;
  border-radius: 50%;
  position: relative;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #0058ab;
  background: #0058ab;
}
.mxw-banner .swiper-button-next,
.mxw-banner .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
  outline: none;
  z-index: 99;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
}
.mxw-banner .swiper-button-next:after,
.mxw-banner .swiper-button-prev:after {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}
.mxw-banner .swiper-button-next {
  right: 40px;
}
.mxw-banner .swiper-button-prev {
  left: 40px;
}
.mxw-banner .banner-swiper {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 24px;
  /* 设置按钮大小 */
}
@media screen and (max-width: 751px) {
  .mxw-banner .swiper-pagination {
    padding-right: 0px;
    bottom: 10px;
    max-width: 80%;
  }
  .mxw-banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    font-size: 14px;
    width: 8px;
    height: 8px;
  }
  .mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 18px;
  }
  .mxw-banner .swiper-button-next,
  .mxw-banner .swiper-button-prev {
    display: none;
  }
}
/* #region ==================== 通用标题 start ==================== */
.mxw-title {
  margin-bottom: 0.333rem;/*0.8333rem;*/
  text-align: center;
  overflow: hidden;
}
.mxw-title .text1 {
  font-size: .6rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
}
.mxw-title .text1 span {
  color: #0058ab;
}
.mxw-title .text2 {
  text-transform: uppercase;
  font-size: .2222rem;
  line-height: 1.2;
  color: #666666;
  /*margin-bottom: 0.1667rem;*/
  margin: 0.1667rem
}
.mxw-title .text1::after{
  content: "";
  display: block;
  width: 94px;
  height: 3px;
  background-color: #e4792b;
  margin: auto;
  position: relative;
  top: 17px;
}
.mxw-title .text2::before{
  content: "";
  display: block;
  width: 194px;
  height: 1px;
  background-color: #ededed;
  margin: 15px auto;
}
.mxw-title .text3 {
  font-size: 16px;
  color: #666666;
}
.mxw-process .mxw-title .text2 i {
  font-size: .9833rem;
  font-style: italic;
  font-stretch: normal;
  line-height: 36px;
  color: #0058ab;
}
@media screen and (max-width: 751px) {
  .mxw-title {
    margin-bottom: 5px;/*30px*/
  }
  
  .mxw-title .text1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .mxw-title .desc {
    font-size: 12px;
    padding: 0 20px;
    line-height: 1.8;
    color: #888;
  }
}
/* ==================== 通用标题 end ==================== */
.mxw-box {
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  width: 86%;
  max-width: 1600px;
  min-width: 20rem;
}
/* 内页 banner */
.ny-banner img {
  width: 100%;
}
/* #region ==================== 页面自定义样式 start ==================== */
.more a {
  font-size: 16px;
  background-color: #0058ab;
  display: inline-block;
  padding: 12px 61px 12px 35px;
  color: #fff;
  position: relative;
}
.more a::after {
  content: "";
  background-image: url(../images/9a82957d19261720a4114944ae1ffeee8ad2c618.png);
  display: block;
  width: 7px;
  height: 9px;
  position: absolute;
  right: 39px;
  top: 40%;
}
@media screen and (max-width: 751px){
  .more a{
    padding: 9px 56px 9px 26px;
  }
}
@media screen and (min-width: 1680px) {
  /* pc端固定html标签文字大小(rem适配) */
  html {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1680px) {
  .mxw-box {
    max-width: 86%;
  }
}
@media screen and (min-width: 751px) {
  .pc-none,
  .mob-nav,
  .pc-none {
    display: none !important;
  }
  .mxw-ny-box {
    max-width: 1400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1680px) {
  .mxw-ny-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 751px) {
  .mxw-ny-box {
    max-width: 100%;
    font-size: 0;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 751px) {
  body {
    margin-top: 60px;
  }
  html {
    font-size: 50px;
  }
  .m-none,
  .pc-nav {
    display: none !important;
  }
  .mxw-box {
    /*padding: 0 20px 20px 0;40px 20px*/
    max-width: 100%;
    min-width: auto;
    width: 95%;
  }
  .mxw-section {
    padding-left: 0;
    padding-right: 0;
  }
  article {
    font-size: 15px;
  }
}
/* #region ==================== 通用细节调整 start ==================== */
.page-banner .nybt {
  z-index: 3;
  /*display: none;
  background-color: #1a1a1b24;
  color: #333333;*/
}
.page-banner .nybt h3 {
  font-size: 0.6rem;
}

.nybt span{
	background-color: #efebebd6;color: #333;
}

#toolbar .online-one li.phone .tel-phone {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
}
.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before {
  display: none;
}
.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
  color: #fff;
}
.product-detail-tab .product-detail-tabli li {
  background: #0058ab;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.product-detail-tabcon {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
.page-banner .nybt {
  /*display: none;*/
}
.ueditor_baidumap {
  width: 100%;
}
/* 相册调整 */
.xypg-album-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.xypg-album-list li {
  padding: 10px;
  border: 1px solid #eaeaea;
  padding-bottom: 0;
  margin: 0;
  width: 32%;
}
.xypg-album-list li:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.xypg-album-list li:nth-child(3)~li {
  margin-top: 2%;
}
.xypg-album-list li h3 {
  position: static;
  color: #666;
  font-size: 16px;
  background: none;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  /* .page-wrap{padding-top:30px;} */
  .easyzoom-flyout img {
    max-width: inherit;
  }
  .container {
    width: 100%;
    max-width: 1400px;
  }
}
@media screen and (max-width: 751px) {
  body {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .page-product-detail-effect .big-img {
    pointer-events: none;
  }
  .page-banner .nybt h3 {
    font-size: 20px;
  }
  .page-product-detail-effect .big-img a {
    height: auto;
  }
  .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-product-detail-effect .big-img {
    height: auto;
  }
  .page-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page-banner>img {
    max-width: 240%;
    width: 240%;
  }
  .xypg-product-list,
  .xypg-case-list {
    display: flex;
    flex-wrap: wrap;
  }
  .xypg-product-list li,
  .xypg-case-list li {
    width: 49%;/*48%*/
    margin: 0;
  }
  .xypg-product-list li:nth-child(2n),
  .xypg-case-list li:nth-child(2n) {
    margin-left: 1%;/*4%;*/
  }
  .xypg-product-list li:nth-child(2)~li,
  .xypg-case-list li:nth-child(2)~li {
    margin-top: 4%;
  }
  .xypg-pagination>div {
    margin-bottom: 10px;
  }
  .xypg-case-list li h3 a {
    padding-bottom: 0;
    font-size: 15px;
  }
  .xypg-news-list li {
    padding: 15px;
    /*margin-bottom: 15px;*/
    margin: 20px 0 0 0;
  }
  .xypg-news-list li .more {
    text-align: right;
    margin-top: 0px;
  }
  .xypg-news-list li .more span {
    width: 90px;
    margin: 0 auto;
  }
  .product-detail-tabcon {
    font-size: 16px;
  }
  .product-detail-tab .product-detail-tabli li {
    padding: 8px 15px;
    width: auto;
    line-height: 1.2;
    height: auto;
  }
  .product-detail-tab .product-detail-tabli {
    height: auto;
  }
  /* 相册调整 */
  .xypg-album-list {
    justify-content: space-between;
  }
  .xypg-album-list:before,
  .xypg-album-list:after {
    display: none;
  }
  .xypg-album-list li {
    width: 48%;
    margin: 0;
  }
  .xypg-album-list li:nth-child(2)~li {
    margin-top: 2%;
  }
}
/* #region ==================== 搜索 start ==================== */
.mxw-keywords .tel {
  color: #fff;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 0.6667rem;
}
.mxw-keywords .tel p {
  font-size: 20px;
}
.mxw-keywords .tel img {
  width: 38px;
  margin-right: 18px;
}
.mxw-keywords .tel strong {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  color: #0058ab;
}
@media screen and (max-width:1680px) {
  .mxw-keywords .tel {
    margin-left: 0;
    padding-left: 0;
  }
  .mxw-keywords .tel p {
    font-size: 16px;
  }
  .mxw-keywords .tel strong {
    font-size: 26px;
    margin-top: 5px;
  }
}
/* #region ==================== 关于我们 start ==================== */
.mxw-about {}
.mxw-about .left .head {
  width: 100%;
  border-bottom: 0.0167rem solid #e5e5e5;
  margin-bottom: 0.45rem;
}
.mxw-about .left .head .text1 {
  font-size: .6rem;
  font-weight: bold;
  color: #0167bb;
  line-height: 1.2;
  margin-bottom: 0.3333rem;
}
.mxw-about .left .head .text2 {
  font-size: .6rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.mxw-about .left .head .text2 span{
  color: #0167bb;
}
.mxw-about .left .head .text3 {
  color: #0167bb;
  font-weight: bold;
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
  width: 6.3333rem;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mxw-about .left .desc {
  margin-bottom: 0.71667rem;
  line-height: 34px;
  font-size: 0.3rem;
  color: #666666;
}
.mxw-about .left .desc a {
  color: #0167bb;
}
.mxw-about .left .more a{
    font-size: 14px;
    background-color: #0058ab;
    display: inline-block;
    padding: 14px 66px 14px 36px;
    color: #fff;
    position: relative;
}
.mxw-about .left .more a:hover{
  transform: rotateY(5px);
}
.mxw-about .left .more a::after{
  content:"";
  background-image: url(../images/9a82957d19261720a4114944ae1ffeee8ad2c618.png);
  display:block;
  width: 7px;
  height: 9px;
  position: absolute;
  right: 39px;
  top: 40%;
}
.mxw-about .itembox {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.mxw-about .item {
  flex-shrink: 0;
  margin-right: 1.1667rem;
}
.mxw-about .item::after{
  content: "";
  display: block;
  position: absolute;
  background-color: #cbcbcb;
  width: 2.5rem;
  height: 1px;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
}
.mxw-about .item:last-child {
  margin-right: 0;
}
.mxw-about .item:last-child::after {
  display: none;
}
.mxw-about .item .icon {
  width: 1.6667rem;
  margin-bottom: 0.1667rem;
}
.mxw-about .item .text {
  font-size: 0.2667rem;
  text-align: center;
  color: #333;
  line-height: 1.2;
}
.mxw-about>.body{
  background-color: #f9f9f9;
}
.mxw-about .itembox {
  width: 100%;
  max-width: 1600px;
  margin: 45px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.mxw-about .itembox .top {
  text-align: center;
  display: flex;
  justify-content: center;
}
.mxw-about .itembox .number {
  margin-bottom: 0.3333rem;
  display: flex;
  align-items: flex-end;
  font-size: 0.2667rem;
  color: #666;
}
.mxw-about .itembox .number span {
  font-size: 1rem;
  color: #0058ab;
  font-family: fantasy;
  line-height: 1;
}
.mxw-about .itembox .number span.scrolling-numbers {
  font-size: 1.333rem;
}
.mxw-about .itembox .number span {
  font-size: 1rem;
  color: #0058ab;
}
.mxw-about .itembox .bottom {
  font-size: 0.3333rem;
  color: #666;
  line-height: 1.2;
  text-align: center;
}
.mxw-about .bottom-body {
  background: #f2f2f5;
}
.mxw-about .bottom-body > .mxw-box {
  display: flex;
  align-items: center;
}
.mxw-about .bottom-body > .mxw-box .img1 {
  width: 8.3rem;
  flex-shrink: 0;
  margin-right: 0.4167rem;
  margin-top: -1.6667rem;
}
.mxw-about .bottom-body > .mxw-box .img2 {
  margin-top: -0.6667rem;
}
.mxw-about .bottom-body > .mxw-box .img2 img {
  animation: myfirst 2s linear infinite;
}
@media screen and (min-width: 751px) {
  .mxw-about .mxw-box {
    padding-top: .65rem;/*1.1667rem*/
    padding-bottom: .65rem;/*1.25rem*/
  }
  .mxw-about .body {
    display: flex;
  }
  .mxw-about .left {
    min-width: 0;
    flex-grow: 1;
    margin-right: 1.85rem;
    margin-top: .55rem;
  }
  .mxw-about .image {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1680px) {
  .mxw-about .itembox{
    justify-content: space-around;
  }
}
@media screen and (max-width: 751px) {
  
  .mxw-about .left {
    margin-bottom: 20px;
  }
  .mxw-about .left .head {
    margin-bottom: 20px;
  }
  .mxw-about .left .head .text1 {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .mxw-about .left .head .text2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mxw-about .left .head .text3 {
    margin-bottom: 10px;
    width: 100%;
  }
  .mxw-about .left .desc {
    margin-bottom: 20px;
  }
  .mxw-about .left .more a{
    padding: 9px 56px 9px 26px;
  }
  .mxw-about .itembox {
    flex-wrap: wrap;
  }
  .mxw-about .itembox .item {
    width: 50%;
  }
  .mxw-about .itembox .item:nth-child(2)~.item{
    margin-top: 20px;
  }
  .mxw-about .item::after{
    display: none;
  }
  .mxw-about .itembox .number {
    margin-bottom: 10px;
  }
  .mxw-about .itembox .number span {
    font-size: 25px;
    font-family: inherit;
    font-weight: bold;
  }
  .mxw-about .itembox .number span.scrolling-numbers{
    font-size: 25px;
  }
  
  .mxw-about .itembox .bottom {
    font-size: 12px;
  }
  .mxw-about .itembox {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0;
  }
  .mxw-about .item {
    width: 23.5%;
    margin-right: 0;
  }
  .mxw-about .item .icon {
    display: block;
    margin: 0 auto 10px;
    width: 60px;
  }
  .mxw-about .item .text {
    font-size: 12px;
  }
  
  
}
.mxw-service .mxw-title{
  margin-top: 1.5rem;
}
.mxw-service .pro-hd .more {
  display: inline-block;
  font-size: .3rem;
  background-color: #fff;
  padding: .2333rem 0.92rem .2333rem .5rem;
  color: #0058ab;
  position: relative;
  transition:.4s
}
.mxw-service .pro-hd .more img {
  flex-shrink: 0;
  margin-right: 0.1667rem;
  width: 0.6rem;
}
.mxw-service .pro-hd .more::after{
  content: "";
  background-image: url(../images/647746ee1b2ba06aebf858f313fe6ac5a8b81e28.png);
  display: block;
  width: 7px;
  height: 9px;
  position: absolute;
  right: 39px;
  top: 40%;
}
.pro-hd li:not(.on){
  
}
.pro-hd li:not(.on) .pro-title .view-more{
  
  margin:0 auto 0;
}
.pro-hd li:not(.on) .pro-title .more{
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
.pro-hd li:not(.on) .more::after{
  background-image: url(../images/9a82957d19261720a4114944ae1ffeee8ad2c618.png);
}
@media screen and (max-width: 1200px){
  .mxw-service .pro-hd .more::after{
    right: 9px;
    top: 35%;
    background-image: url(../images/9a82957d19261720a4114944ae1ffeee8ad2c618.png);
  }
  .pro-hd li:not(.on) .pro-title .view-more{
      margin: 20px auto 0;
  }
  .pro-hd li:hover .view-more.two,
  .pro-hd li.on .view-more.two {
    justify-content: center;
  }
  
}
@media screen and (max-width: 751px){
  .mxw-service .mxw-box{
    padding: 0;
  }
  .mxw-service .mxw-title{margin-top:20px}
  
}
/* #region ==================== 合作案例 start ==================== */
.mxw-cases {
  background-color: #f8f9f9;
}
.mxw-cases .head {
  margin-bottom: 0.3333rem;/*0.5833rem*/
}
.mxw-cases .head .mxw-box {
}
.mxw-cases .mxw-cate {
display: flex;
align-items: center;
justify-content: center;
display: none;
}
.mxw-cases .mxw-cate .cate-item {
  display: block;
  margin-right: 0.8333rem;
  padding: 0.1667rem 0.4167rem;
  border-radius: 0.1rem;
  overflow: hidden;
  color: #333;
  font-size: 0.3rem;
}
.mxw-cases .mxw-cate .cate-item:hover,
.mxw-cases .mxw-cate .cate-item.active {
  background-color: #0a328d;
  color: #fff;
  border-color: #0a328d;
}
.mxw-cases .mxw-cate .cate-item:last-child {
  margin-right: 0;
}
.mxw-cases .cases-swiper {
  width: 100%;
}
.mxw-cases .cases-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.mxw-cases .cases-swiper .item {
  width: 25%;
  margin-bottom: 10px;
}
.mxw-cases .cases-swiper .item .image {
  height: 100%;
}
.mxw-cases .cases-swiper .item img{
  object-fit: cover;
  height: 100%;
  padding: 5px;
}

@media screen and (max-width: 751px){
.mxw-cases .cases-swiper .item img{
  object-fit: cover;
  height: 100%;
  padding: 2px;
}
}
.mxw-cases .item {
  display: block;
  position: relative;
}
.mxw-cases .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7333rem;
  line-height: 0.7333rem;
  text-align: center;
  font-size: 16px;/*0.27rem*/
  color: #000;/*#fff;*/
  background-color: #fff; /*rgba(251, 251, 251, 0.5);0, 0, 0, 0.5*/
  transition: 0.4s;
}
.mxw-cases.ind .cases-swiper .item:hover .text{display:block;background: #0058ab;}
.mxw-cases .more{
    background: #fff;
    padding: 10px 0 10px 0;/*50px 0 60px 0;*/
    display: block;
    text-align: center;
}


.mxw-news .more{
    background: #fff;
    padding: 10px 0 10px 0;/*50px 0 60px 0;*/
    display: block;
    text-align: center;
}


@media screen and (min-width: 1200px) {
  .mxw-cases {
    padding-top: 0.6rem;/*1.1rem*/
  }
}
@media screen and (max-width: 1200px) {
  .mxw-cases{
    /*padding-top: 10px;*/
	padding: 10px 0 10px 0;
  }
  .mxw-cases .head {
    margin-bottom: 0;
  }
  .mxw-cases .head .mxw-box {
    flex-wrap: wrap;
    padding: 0;
  }
  .mxw-cases .mxw-cate {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .mxw-cases .mxw-cate .cate-item {
    padding: 8px 8px;
    width: 48%;
    margin-right: 0;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    background-color: #eee;
  }
  .mxw-cases .mxw-cate .cate-item:nth-child(2) ~ .cate-item {
    margin-top: 2%;
  }
  .mxw-cases .mxw-cate .cate-item:nth-child(2n) {
    margin-right: 0;
  }
  .mxw-cases .cases-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .mxw-cases .cases-swiper .item {
    width: 50%;
  } 
  .mxw-cases .item .text {
    padding: 8px 10px;
    line-height: inherit;
    height: auto;
    font-size: 15px;/*12px*/
  }
}
@media screen and (max-width: 751px){
  .mxw-cases{
    margin-bottom: 0;
    
  }
  
    .mxw-cases .item .text {
    padding: 2px 10px;
  }
  
  .mxw-cases .more{
      padding: 20px 0 30px 0;
    }
}
/* #region ==================== 服务流程 start ==================== */
.mxw-process {
  background: url(../images/3e9fc5675efba6ef1e898b155f716107ffac7f44.jpg) no-repeat center;
  background-size: cover;
}
.mxw-process::after {
  content: "";
  
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.mxw-process .mxw-title .text1,
.mxw-process .mxw-title .text2 {
  /*color: #666666;*/
}
.mxw-process .itembox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.mxw-process .item {
  background-color: #ffffff;
  /*width: 2.9667rem;*/
  position: relative;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  text-align: center;
  box-shadow: 0px 4px 16px 0px 
  rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 0.4s;
  margin: 2px;
}
.mxw-process .item:hover{
  cursor: pointer;
}
.mxw-process .item:last-child:after {
  display: none;
}
.mxw-process .item .icon{
    width: 1.4667rem;
    margin: 30px 45px 30px 45px;
    height: 1.4667rem;
    flex-shrink: 0;
    overflow: hidden;
}
.mxw-process .item .icon img {
  transform: translateY(0);
  opacity: 1;/*none*/
  transition: all 0.4s;
}
.mxw-process .item:hover .icon img {
  /*transform: translateY(-97px);*/
   background: #00b7ed;
   /*background: url(/uploads/123456.png) repeat-y center;*/
}
.mxw-process .item .text{
  font-size: .4rem;
}
.mxw-process .item:hover .text{
  color: #0058ab;
}
.mxw-process .item .number {
  font-size: 0.5rem;
  color: #0058ab;
  padding: 15px 0;
}
.mxw-process .mxw-profoot{
    /*background: url(../images/874d4960c18538f2d65694427ac1b8f37d22759b.png) no-repeat center;*/
    background-size: 100%;
    height: 3.2167rem;/*3.6167rem*/
    color: #ffffff;
	background-color: rgba(0, 0, 0, 0.4);
}
.mxw-process .mxw-profoot .mxw-title{
  margin-bottom: 0;
}
.mxw-process .mxw-profoot .text3{
  font-size: .3667rem;
  color: #ffffff;
  padding-top: .5667rem;
}
.mxw-process .mxw-profoot .text4{
  font-size: .6667rem;
	line-height: 1.5rem;
  font-weight: bold;
}
.mxw-process .mxw-tel {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.mxw-process .mxw-tel .left {
  padding: .06667rem 0.5rem;
  background-color: #ff8f3d;
  display: flex;
  align-items: center;
  border-radius: .3333rem;
  overflow: hidden;
  /*padding-right: 1.3333rem;*/
}
.mxw-process .mxw-tel .left img {
  width: 0.6667rem;
  flex-shrink: 0;
  margin-right: 0.1667rem;
}
.mxw-process .mxw-tel .left p {
  font-size: .3333rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.mxw-process .mxw-tel .left strong {
  font-weight: bold;
}
.mxw-process .mxw-tel .mxw-more {
  margin-left: -0.8333rem;
  border-radius: 1.6667rem;
  overflow: hidden;
  background-color: #0058ab;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1667rem 0.6667rem;
  font-size: 0.3rem;
  font-weight: bold;
}
.mxw-process .mxw-tel .mxw-more img {
  width: 0.5333rem;
  margin-right: 0.25rem;
}
@media screen and (min-width: 751px) {
  .mxw-process {
    background-attachment: fixed;
  }
  .mxw-process .mxw-box {
    padding-top: .65rem;/*1.6667rem*/
  }
}
@media screen and (max-width: 751px) {
  .mxw-process .mxw-box{
    padding: 0;
  }
  .mxw-process .itembox {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .mxw-process .item {
    width: 48%;/*32*/
    margin: 0;
    font-size: 12px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .mxw-process .item:nth-last-of-type(-n+2){
    width: 48%;
  }
  .mxw-process .item .icon{
    width: 60px;
    height: 60px;
    margin: 10px 25px;
  }
  .mxw-process .item .text{
    font-size: 14px;
  }
  .mxw-process .item .number {
    font-size: 24px;
    padding: 0;
  }
  
  .mxw-process .item:before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
  .mxw-process .mxw-profoot{
    /*background: url(../images/1a3b8ee2345b4b8c4533755767c623c64db4a34d.jpg) no-repeat center;*/
	background-color: rgba(0, 0, 0, 0.4);
    background-size: 100%;
    padding: 0 10px;
  }
  .mxw-process .item:after {
    display: none;
  }
  .mxw-process .mxw-profoot .text3{
    font-size: 14px;
    padding-top: 20px;
    width: 80%;
    margin: auto;
  }
  .mxw-process .mxw-profoot .text4{
    font-size: 18px;
    line-height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    margin: auto;
  }
  .mxw-process .mxw-tel .left {
    padding: 8px 20px;
  }
  .mxw-process .mxw-tel .left img {
    width: 20px;
  }
  .mxw-process .mxw-tel .left p {
    font-size: 12px;
  }
  .mxw-process .mxw-tel .left strong {
    font-size: 14px;
    margin-left: 0;
  }
  .mxw-process .mxw-tel .mxw-more {
    font-size: 12px;
    padding: 8px 10px;
    display: none;
  }
  .mxw-process .mxw-tel .mxw-more img {
    width: 20px;
    margin-right: 5px;
  }
}
/* #region ==================== 在线留言 start ==================== */
.mxw-message {
  background: url(../images/380406544ff3eb719c6ef49073c88d46e47fd1f3.jpg) no-repeat;
  background-size: cover;
}
.mxw-message .msg-box {
  display: flex;
  padding-top: 45px;
  padding-bottom: 54px;
  align-items: center;
  justify-content: space-between;
}
.mxw-message .msg-box .n-right{
  height: 0;
  padding: 0;
}
.mxw-message .msg-l {
  width: 36%;
}
.mxw-message .msg-l .head {
  font-size: .4rem;
  color: #666666;
}
.mxw-message .msg-l .desc {
  font-size: .4333rem;
  margin-bottom: .25rem;
}
.mxw-message .msg-l .msgtel {
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.mxw-message .msg-l .msgtel img{
  margin-right: .25rem;
}
.mxw-message .msg-l .msgtel b {
  color: #0092d8;
}
.mxw-message .msg-r {
  flex: 1;
}
.mxw-message .msgc_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mxw-message .msg-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.msg-input input,
.cont_msg select {
  width: 49%;
  height: 42px;
  border: 1px solid #ededed;
  background: #ededed;
  padding-left: 20px;
  font-size: 14px;
}
.mxw-message .msg-input input:nth-child(even) {
  float: right;
}
.mxw-message .cont_msg textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #ededed;
  background: #ededed;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}
.mxw-message .msg-input button.b_cent {border: none;background: #0092d8;color: white;width: 1.5333rem;height: 100%;background-color: #0058ab;border-radius: 3px;}
.mxw-message .msg-input .code {
  display: flex;
  width: 49%;
  background-color: #ededed;
}
.mxw-message .msg-input .code input {
  flex: 1;
}
.mxw-message .msg-input .codeimg {
  height: 42px;
  cursor: pointer;
}
.mxw-message .msgc_box .msgform{
  display: flex;
  justify-content: space-between;
}
.mxw-message .msg-info{
  width: 100%;
  padding-right: 10px;
}
@media screen and (max-width: 751px) {
  .mxw-message .msg-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mxw-message .msg-l {
    width: 100%;
  }
  .mxw-message .msg-l .head {
    font-size: 18px;
    padding: 10px 0;
  }
  .mxw-message .msg-l .desc {
    font-size: 20px;/*31px*/
    margin-bottom: 10px;
  }
  .mxw-message .msg-l .msgtel {
    font-size: 14px;
  }
  .mxw-message .msg-l .msgtel b {
    font-size: 24px;
  }
  .mxw-message .msgc_box {
    margin-top: 20px;
  }
  
  .mxw-message .msg-input input.b_cent {
    padding-left: 0;
  }
  .mxw-message .msg-input .code {
    width: 100%;
    align-items: center;
    margin-top: 0;
  }
  .mxw-message .msg-input .codeimg {
    height: 28px;
  }
  .mxw-message .msg-input{
    flex-flow: column;
    margin-bottom: 0;
  }
  .msg-input input{
    width: 100%;
    margin-bottom: 5px;
  }
  .mxw-message .cont_msg textarea{
    margin-top: 5px;
  }
  .mxw-message .msg-input button.b_cent{
    height: 100%;
    width: 80px;
  }
}
/* #region ==================== 新闻资讯 start ==================== */
.mxw-news .mxw-title{
  /*margin-bottom: .8rem;*/
}
.mxw-news .mxw-cate {
  margin-bottom: .7167rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mxw-news .mxw-cate .cate-item {
  display: block;
  color: #0058ab;
  text-align: center;
  border-radius: .1667rem;
  font-size: 15px;/*.3333rem*/
  border: 1px solid #0058ab;
  padding: 12px 68px;/*10px 20px;*/
  margin-right: 20px;/*39*/
}


@media screen and (max-width: 751px){
    .mxw-news .mxw-cate .cate-item {
     font-size: 12px;/*.3333rem*/
    }
}


.mxw-news .mxw-cate .cate-item.active,
.mxw-news .mxw-cate .cate-item:hover {
  background-color: #0058ab;
  color: #fff;
}
.mxw-news .mxw-cate .cate-item:last-child {
  margin-right: 0;
}
.mxw-news .recommend-news {
  display: flex;
  align-items: flex-start;
}
.mxw-news .recommend-news .item {
  width: 31.4%;
  margin-right: 3%;
  display: block;
}
.mxw-news .recommend-news .item:nth-child(3n) {
  margin-right: 0;
}
.mxw-news .recommend-news .item .image {
  display: block;
  width: 100%;
  margin-bottom: .4rem;
}
.mxw-news .recommend-news .item .title {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: .3333rem;
}
.mxw-news .recommend-news .item .date {
  font-size: .2rem;/*.3333rem*/
  color: #666666;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.mxw-news .recommend-news .item .desc {
  font-size: .2667rem;
  color: #666666;
  line-height: 1.8;
  height: 3.6em;
  text-align: justify;
  margin-bottom: 0.397rem;
}
.mxw-news .recommend-news .item .more {
  /*display: inline-block;*/
  font-size: 0.2333rem;
  background-color: #0058ab;
  padding: .2333rem 1.1rem .2333rem .6rem;
  color: #fff;
  position: relative;
}
.mxw-news .recommend-news .item .more img {
  flex-shrink: 0;
  margin-right: 0.1667rem;
  width: 0.6rem;
}
.mxw-news .recommend-news .item .more::after{
  content: "";
  background-image: url(../images/9a82957d19261720a4114944ae1ffeee8ad2c618.png);
  display: block;
  width: 7px;
  height: 9px;
  position: absolute;
  right: 39px;
  top: 40%;
}
.mxw-news .news-swiper .swiper-slide {
  display: flex;
  /*align-items: flex-start;*/
}
.mxw-news .top-news {
  padding-right: 0.0333rem;
}
.mxw-news .top-news .item {
  margin-bottom: 0.2667rem;
  border: solid 0.0167rem #e8e8e8;
  padding: 0.265rem 0.3333rem;
  display: flex;
  align-items: center;
}
.mxw-news .top-news .item:hover {
  transform: translateX(-0.1667rem);
}
.mxw-news .top-news .item:last-child {
  margin-bottom: 0;
}
.mxw-news .top-news .item .date {
  flex-shrink: 0;
  border-right: 0.0167rem solid #e8e8e8;
  padding-right: 0.25rem;
}
.mxw-news .top-news .item .date .day {
  font-size: 0.6667rem;
  font-weight: bold;
  color: #555;
  line-height: 1;
  margin-bottom: 0.1667rem;
}
.mxw-news .top-news .item .date .year {
  font-size: 0.2333rem;
  color: #666;
  line-height: 1.2;
}
.mxw-news .top-news .item .info {
  min-width: 0;
  flex-grow: 1;
  padding-left: 0.3333rem;
}
.mxw-news .top-news .item .info .title {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.1667rem;
}
.mxw-news .top-news .item .info .desc {
  font-size: 0.2333rem;
  color: #999;
  line-height: 1.8;
  text-align: justify;
  height: 3.6em;
}
@media screen and (min-width: 1200px) {
  .mxw-news > .mxw-box {
    padding-top: 0.8333rem;
    padding-bottom: 0.8333rem;
  }
  .mxw-news .recommend-news {
    min-width: 0;
    flex-grow: 1;
  }
  .mxw-news .top-news {
    flex-shrink: 0;
    width: 41.5%;
    margin-left: 0.5rem;
  }
  .mxw-news .top-news .item {
    transition: transform 0.4s;
  }
}
@media screen and (max-width: 1740px) {
  .mxw-news .top-news {
    width: 38%;
    padding-bottom:5px;
  }
  .mxw-news .top-news .item {
    padding-top: 0.23rem;
    padding-bottom: 0.23rem;
  }
  .mxw-news .top-news .item{
    padding-top: 0.235rem;
    padding-bottom: 0.235rem;
  }
  .mxw-news .recommend-news .item .desc{
    margin-bottom: 0.48rem;
  }
}
@media screen and (max-width: 1200px) {
  .mxw-news .mxw-cate {
    margin-bottom: 10px;/*30px*/
  }
  .mxw-news .mxw-cate .cate-item {
    width: 32%;
    margin-right: 0;
  }
  .mxw-news .mxw-cate .cate-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .mxw-news .mxw-cate .cate-item:nth-child(3) ~ .cate-item {
    margin-top: 2%;
  }
  .mxw-news .recommend-news {
    width: 100%;
  }
  .mxw-news .recommend-news .item .image {
    margin-bottom: 15px;
  }
  .mxw-news .recommend-news .item .title {
    margin-bottom: 10px;
  }
  .mxw-news .recommend-news .item .desc {
    margin-bottom: 15px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 7.4em;/*5.4*/
  }
  .mxw-news .recommend-news .item .mxw-more img {
    width: 20px;
  }
  .mxw-news .news-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .mxw-news .top-news {
    width: 100%;
    margin-top: 30px;
  }
  .mxw-news .top-news .item .date {
    text-align: center;
  }
  .mxw-news .top-news .item .date .day {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 751px){
  .mxw-news .mxw-newstitbox{
    padding: 0;
  }
  .mxw-news .mxw-cate .cate-item{
    padding: 12px 0;
  }
  .mxw-news .recommend-news{
    display: block;
  }
  .mxw-news .recommend-news .item{
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0058ab;
  }
}
/* #region ==================== 解决方案 start ==================== */
.mxw-solution > .mxw-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mxw-solution .mxw-title{
  margin-top: .65rem;/*1.5rem*/
  margin-bottom: .65rem;
}
.mxw-solution .left .more-item,
.mxw-solution .left .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0058ab;
  border-radius: 0.1667rem;
  padding: 0.3333rem 0;
  transition: all 0.4s;
  flex-flow: column;
}
.mxw-solution .left .more-item.active,
.mxw-solution .left .item.active,
.mxw-solution .left .more-item:hover,
.mxw-solution .left .item:hover {
  background: #0058ab;
  border-color: #0058ab;
}
.mxw-solution .left .more-item.active .text,
.mxw-solution .left .item.active .text,
.mxw-solution .left .more-item:hover .text,
.mxw-solution .left .item:hover .text {
  color: #fff;
}
.mxw-solution .left .more-item.active .icon img,
.mxw-solution .left .item.active .icon img,
.mxw-solution .left .more-item:hover .icon img,
.mxw-solution .left .item:hover .icon img {
  transform: translateY(0);
  filter: url(#changelogo);
}
.mxw-solution .left .more-item .icon,
.mxw-solution .left .item .icon {
  /* width: 0.8333rem; */
  height: 0.9667rem;
  flex-shrink: 0;
  /* margin-right: 0.3333rem; */
  overflow: hidden;
}
.mxw-solution .left .more-item .icon img,
.mxw-solution .left .item .icon img {
  transition: all 0.4s;
  height: .9667rem;
}
.mxw-solution .left .more-item .text,
.mxw-solution .left .item .text {
  font-size: 0.3rem;
  line-height: 1.2;
  color: #0058ab;
  min-width: 0;
  flex-grow: 1;
  font-weight: bold;
  padding: .5rem 0 .1667rem;
  text-align: center;
}
.mxw-solution .left .item:last-child .text{
  padding-bottom: 0;
}
.mxw-solution .solution-swiper {
  width: 10.7167rem;
  height: 9.3833rem;
  flex-shrink: 0;
}
.mxw-solution .solution-swiper .swiper-slide {
  width: 10.7167rem;
  flex: 1;
}
.mxw-solution .solution-swiper .item {
  position: relative;
  display: block;
  margin-top:0 ;
  margin-bottom: 0;
}
.mxw-solution .solution-swiper .item .solutionbg{
  position: relative;
}
.mxw-solution .solution-swiper .item .solutionbg::before{
  /* content: ""; */
  background: url(../images/e71fa72d7e36bbd77529d408d992489f67627993.png) no-repeat center center;
  width: 100%;
  height: 100%;
  display: block;
}
.mxw-solution .solution-swiper .info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0058ab;
  color: #fff;
  padding: 0.5rem;
  border-top-right-radius: 1.6667rem;
  z-index: 9;
  width: 11rem;
  pointer-events: none;
}
.mxw-solution .solution-swiper .title {
  font-size: 0.4333rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.4167rem;
}
.mxw-solution .solution-swiper .desc {
  font-size: 0.25rem;
  line-height: 1.6;
  text-align: justify;
}
.mxw-solution .item:nth-child(-n+5){
  margin-top:0;
}
.mxw-solution .item:not(:nth-child(-n+5)){
		/* margin-bottom:0; */
	}
  .mxw-solution .itemleftbox{
    margin-top: -30px;
  }
@media screen and (max-width: 1680px) {
  .mxw-solution .solution-swiper .swiper-slide{
    width: 8rem;
  }
}
@media screen and (min-width: 751px) {
  .mxw-solution .mxw-box {
    padding-bottom: 0.667rem;/*1.1667*/
  }
  .mxw-solution .left {
    margin-right: 0.8333rem;
    width: 100%;/*width: 57%;*/
      flex-shrink: 0;
  }
  .mxw-solution .mxw-title:after {
    margin-left: 0;
    margin-right: auto;
  }
  .mxw-solution .itembox {
    padding-right: 1rem;
    /* width: 14.9rem; */
  }
  .mxw-solution .item{
    margin: .25rem auto .25rem;
  }
  .mxw-solution .more-item:nth-child(2) ~ .item,
  .mxw-solution .item:nth-child(2) ~ .item {
  }
  .mxw-solution .more-item {
  }
}
@media screen and (max-width: 1680px) {
  .mxw-solution .itembox{padding-right:0;}
  .mxw-solution .solution-swiper{}
}
@media screen and (max-width: 751px) {
  .mxw-solution > .mxw-box {
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 10px;/*40px*/
  }
  .mxw-solution .mxw-title{
    margin-top: 20px;
    margin-bottom: 10px;/*30px*/
  }
  .mxw-solution .left {
    width: 100%;
  }
  .mxw-solution .right {
    width: 100%;
  }
  .mxw-solution .itembox {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .mxw-solution .itembox .more-item,
  .mxw-solution .itembox .item {
    width: 48%;
    padding: 5px 10px;/*8px 10px*/
    border-top-right-radius: 15px;
    margin-top: 0!important;
  }
  .mxw-solution .itembox .more-item .icon,
  .mxw-solution .itembox .item .icon {
    width: 50px;
    margin-right: 0;
    height: 0;
    position: relative;
    padding-bottom: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mxw-solution .itembox .more-item .icon img,
  .mxw-solution .itembox .item .icon img {
    transform: translateY(-0px);
    max-width: 100%;
    max-height: 100%;
    width:auto!important;
    height:auto!important;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mxw-solution .itembox .more-item .text,
  .mxw-solution .itembox .item .text {
    font-size: 14px;
    padding: 10px 5px;
  }
  .mxw-solution .itembox .more-item:nth-child(2n),
  .mxw-solution .itembox .item:nth-child(2n) {
    margin-left: 4%;
  }
  .mxw-solution .itembox .more-item:nth-child(2) ~ .item,
  .mxw-solution .itembox .item:nth-child(2) ~ .item {
    margin-top: 4%!important;
  }
  .mxw-solution .itembox .more-item {
    margin-top: 4%!important;
  }
  .mxw-solution .solution-swiper {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .mxw-solution .solution-swiper .info {
    padding: 15px;
    width: 90%;
    border-top-right-radius: 40px;
  }
  .mxw-solution .solution-swiper .title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .mxw-solution .solution-swiper .desc {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}
/* #region ==================== 底部样式 start ==================== */
footer {
 /*background: #20201f;*/
 background: #f5f5f5;
/*background: url(/uploads/footer-bg.jpg) repeat-y center;*/
}
footer .footbghr{
  height: 15px;
  background-color: #0058ab;
}
footer>.mxw-box {
  padding-top: 0.333rem;/*1rem;*/
  padding-bottom: 0.333rem;/*1rem;*/
  border-bottom:1px solid #343434;
  /* position: relative; */
}
footer .foot-three {justify-content: space-between;position: relative;}
footer .foot-nav .head {
  font-size: .3667rem;
  color: #333;/*#fff;#5eabc7*/
  font-weight: bold;
  margin-bottom: .8333rem;
  line-height: 1.2;
}
footer .foot-nav>li {
  flex-shrink: 0;
  font-size: .2667rem;
}

.foot-sub a{color: #333;}
.foot-sub a:hover{
  color: #5eabc7;
}
footer .foot-nav>li:last-child .foot-sub,
footer .foot-nav>.col-2 .foot-sub {
  display: flex;
  /* align-items: flex-start; */
  flex-wrap: wrap;
  width: 10rem;
}
footer .foot-nav>.col-2 .foot-sub>li {
  width: 50%;
}
footer .foot-nav>li:last-child .foot-sub>li{
  width: 25%;
  list-style-type: none;/*disc;*/
}
footer .foot-sub>li {
  font-size: .2667rem;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0.3333rem;
}
footer .foot-sub>li:hover{
  color: #5eabc7;
}
footer .foot-sub>li:first-child{
  /*color: #5eabc7;*/
}
footer .foot-sub>li:last-child {
  margin-bottom: 0;
}
footer .text01 {
}
footer .text01 p {
  font-size: 0.2667rem;
  line-height: .6rem;
  color: #333;/*fff*/
}
footer .text01 p.head {
  font-size: .3667rem;
  color: #333;/*#fff;#5eabc7*/
  font-weight: bold;
  margin-bottom: 0.6667rem;
  line-height: 1.2;
}
footer .text01 strong {
  color: #46acff;
  font-size: 0.4667rem;
  line-height: 1;
}
footer .text02 p {
  font-size: 0.2333rem;
  color: #949494;
  line-height: 1.8;
}
footer .mxw-copyright {
  font-size: 0.2333rem;
  color: #333;/*#b6b6b6*/
  text-align: center;
  padding: 20px 0;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .left {
  color: #ffffff;
  font-size: .2667rem;
  line-height: .6rem;
}
footer .left strong {
  color: #fff;
}
footer .text02 p span {
  margin-left: 0.08333rem;
}
footer .text02 {
}
footer .text02 p.head {
  font-size: .3667rem;
  color: #333;/*#fff;#5eabc7*/
  font-weight: bold;
  margin-bottom: 0.6667rem;
  line-height: 1.2;
}
footer .qr {
  width: 2.5rem;
  text-align: center;
  font-size: 0.23333rem;
  line-height: 1.2;
  color: #949494;
}
.foot-nav .websitelink{
  color: #c4c4c4;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1680px) {
  footer .mxw-copyright{
    max-width: 86%;
  }
}
@media screen and (max-width: 751px){  
  footer .foot-three{
    flex-flow: column;
  }
  footer .mxw-copyright{
    flex-flow: column;
  }
}

/* 视频容器基础样式 */
.video-container {
  max-width: 100%; 
  margin: 0 auto; 
  overflow: hidden;
  position: relative;
  background-color: #000; 
}

.video-container video {
  width: 100%; 
  height: auto; 
  display: block; 
}

@media (min-width: 1024px) {
  .video-container {
    width: 800px; 
    height: 500px; 
  }
  .video-container video {
    width: 100%; 
    height: 100%; 
  }
}


/*123456789*/


/* 宽度 */
.news117 .news117_in {
    /*text-align: center;
    width: 90%;
    max-width: 1440px;*/
    margin: 0 auto;
    /*padding: 40px 0;*/
}
/* 颜色 */
.news117 .text117 li a:hover {
    color: #0058ab;
}
.news117 .text117 li .time117 {
    float: left;
    width: 80px;
    height: 80px;
    background: #0058ab;
    color: #FFF;
    line-height: 25px;
    padding: 12px 12px;
    position: absolute;
    left: -35px;
    top: 16px;
    text-align: center;
    -moz-box-shadow: 0px 0px 20px #0058ab;
    -webkit-box-shadow: 0px 0px 20px #0058ab;
    box-shadow: 0px 0px 20px #0058ab;
}
.news117 .more117 {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: #c5c5c5 solid 1px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 30px;
}
.news117 .more117:hover {
    color: #0170e2;
    border: #0170e2 solid 1px;
}
/* 颜色 end*/
.news117 .text117 li p {
    margin-left: 45px;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}
.news117 .text117 li {
    float: left;
    margin-left: 36px;
    text-align: left;
    margin-bottom: 24px;
    height: 90px;
    width: 46%;
    position: relative;
    padding: 10px 0;
}
.news117 .text117 {
    height: 388px;
}
.news117 .text117 li:nth-child(2n) {
    float: right;
    margin-left: 0;
}
.news117 .text117 li .info117 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 16px;
    text-indent: 65px;
    padding-top: 5px;
    font-weight: bold;
}
.news117 .text117 li .time117 .day117 {
    font-size: 28px;
    font-weight: bold;
}
.news117 .text117 li .time117 .month117 {
    float: left;
    width: 56px;
    font-size: 12px;
}
.news117 .text117 li .time117 .year {
    float: left;
    font-size: 18px;
    width: 48px;
}
@media (max-width:1199px) {
.news117 .news117_in {
    width: 96%;
   /* padding: 20px 0;*/
}
.news117 .text117 li {
    width: 45%;
}
}
@media (max-width:991px) {
.news117 .text117 li {
    width: 43%;
}
}
@media (max-width:767px) {
.news117 .text117 {
    height: auto;
}
.news117 .text117 li {
    width: 88%;
    margin-left: 12%;
    margin-bottom: 0;
    height: 90px;
}
.news117 .text117 li .info117 {
    font-size: 16px;
}
.news117 .text117 li p {
    line-height: 20px;
    height: 42px;
    font-size: 12px;
}
.news117 .text117 li .time117 {
    height: 60px;/*72px;*/
    -moz-box-shadow: 0px 0px 10px #0170e2;
    -webkit-box-shadow: 0px 0px 10px #0170e2;
    box-shadow: 0px 0px 10px #0170e2;
}
.news117 .text117 li .time117 .day117 {
    font-size: 18px;
}
.news117 .text117 li .time117 .month117 {
    margin-top: -6px;
}
}


/*shouye*/

.index-cases { margin-top: 30px; }

.ctitle_box { height: 240px; width: 300px; }

.ctitle_box img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.case_wap{margin-top: 10px;/*50px;*/}

#wrapper { overflow: hidden; width: 88%; height: 300px; float: left; position: relative; }

#wrapper ul { position: absolute; left: 0; top: 0; }

#wrapper li { float: left; width: 320px; padding: 0 10px; text-align: center; }

#wrapper li p { font-size: 16px;/* line-height: 40px;*/ }

#btn1, #btn2 { margin-top: 100px; }

#btn1 img, #btn2 img { display: block; margin: 0 auto; width: 50%;/*100%*/}

#btn1 { float: left; width: 6%; }

#btn2 { width: 6%; float: right; }

@media screen and (max-width: 751px){
 .ctitle_box { height: 180px; width:100%; } /*height: 240px; width: 300px;*/
 .ctitle_box img { width: 970%; height: 90%; -o-object-fit: cover; object-fit: cover; }/*width: 90%; height: 90%;*/
 #wrapper { overflow: hidden; width: 88%; height: 230px; float: left; position: relative; }
}

.c2 { margin-top: 30px;overflow: hidden; }

.c2 .index_cases { margin-top: 30px; }

.c2 .menu_cate { float: left; border-right: 1px solid #e6e6e6; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7)); background: -webkit-linear-gradient(#fff, #d7d7d7); background: -o-linear-gradient(#fff, #d7d7d7); background: linear-gradient(#fff, #d7d7d7); padding: 20px 18px; }

.sort1 li a { padding-left: 44px; color: #fff; font: 400 14px/34px "微软雅黑"; height: 45px; background: url("/assets/easy/images/sort1.png") no-repeat left center; display: block; }
