.g-mobile-frame { width: 100%; height: 100%; }
.g-mobile-frame .g-mobile-cover { position: relative; top: 70px; }
.g-mobile-frame .g-mobile-cover .g-mobfra-in { margin: 0 auto; position: relative; top: 0; width: 320px; height: 480px; }
.g-mobile-frame .g-mobile-cover .g-mobfra-in .g-mobfra-header { position: absolute; top: -49px; left: -26px; width: 355px; height: 49px; background: url(../fonts/79693a0de6a34c3d84bd2587ffe23905.woff); }

.icon-pc-black { background-image: url(../fonts/32b631ce148d425fb95e821cfb8170e3.woff); }

.icon-mobile { background-image: url(../fonts/10193d3861414cb9bbdb61a1e3b32b20.woff); }

.icon-mobile-black { background-image: url(../fonts/e1507aa1cd8e4047aaae97da63edf261.woff); }

.m-deviceSwitch { position: fixed; right: 40px; top: 30px; z-index: 999999; }
.m-deviceSwitch .m-switch-ul { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.m-deviceSwitch .m-switch-ul .m-switch-item { width: 48px; float: left; position: relative; }
.m-deviceSwitch .m-switch-ul .m-switch-item:hover { overflow: inherit; background-color: transparent; }
.m-deviceSwitch .m-switch-ul .m-switch-item:hover > .lzprompt-plan { display: block; z-index: 9; animation: tipfadeup 0.2s; -webkit-animation: tipfadeup 0.2s; }
.m-deviceSwitch .m-switch-ul .m-switch-item:first-child .m-switch-link { border-radius: 4px 0 0 4px; }
.m-deviceSwitch .m-switch-ul .m-switch-item:last-child .m-switch-link { border-radius: 0 4px 4px 0; }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link { display: block; width: 48px; height: 48px; line-height: 48px; background-color: #FFF; text-align: center; }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link .icon { width: 20px; height: 20px; vertical-align: top; margin-top: 14px; }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link.z-current { background-color: #609EE9; }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link.z-current .icon.icon-pc-black { background-image: url(../fonts/e33df1ed84b446faa3e7387a2bc750d6.woff); }
.m-deviceSwitch .m-switch-ul .m-switch-item .m-switch-link.z-current .icon.icon-mobile-black { background-image: url(../fonts/10193d3861414cb9bbdb61a1e3b32b20.woff); }

@keyframes tipfadeup { from { top: 54px; filter: alpha(opacity=0); -moz-opacity: 0; -webkit-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0; }
  to { top: 56px; filter: alpha(opacity=100); -moz-opacity: 1; -webkit-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; } }
@-webkit-keyframes tipfadeup /*Safari and Chrome*/ { from { top: 54px; filter: alpha(opacity=0); -moz-opacity: 0; -webkit-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0; }
  to { top: 56px; filter: alpha(opacity=100); -moz-opacity: 1; -webkit-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; } }
.lzprompt-point-bottom { width: 0; height: 0; }

.lzprompt-point-bottom { border: 8px solid transparent; }

.lzprompt-point-bottom { position: absolute; overflow: visible !important; visibility: inherit !important; }

.m-deviceSwitch .lzprompt-plan { position: absolute; z-index: -1; left: 0; top: 54px; font-size: 12px; font-style: normal; font-weight: 400; line-height: 1.5; box-sizing: border-box; min-width: 56px; max-width: 300px; padding: 8px 16px; background-color: rgba(35, 45, 60, 0.9); font-family: 'Microsoft yahei'; text-align: left; z-index: 3000; border-radius: 4px; white-space: nowrap; color: #E6E9ED; display: none; }

.lzprompt-point-bottom { border-bottom-width: 4px; border-bottom-color: rgba(35, 45, 60, 0.9); left: 50%; top: -12px; margin-left: -8px; }

/*loading*/
.modal-loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background: rgba(142, 161, 191, 0.18); }
.modal-loading.modal-loading-part { position: absolute; top: 50px; background: rgba(255, 255, 255, 0.5); }
.modal-loading.modal-loading-part .load { position: absolute; border: 1px #eef0f3 solid; }

.load { width: 230px; position: fixed; z-index: 2; top: 50%; left: 50%; margin-left: -98px; margin-top: -30px; background: #FFF; padding: 10px 20px; border-radius: 4px; box-shadow: 0px 1px 2px 0px rgba(44, 62, 79, 0.05); line-height: 28px; color: #656d78; font-size: 12px; }
.load svg { height: 28px; width: 28px; margin: 0 6px 0 0; float: left; overflow: visible; /*   border:1px solid red; */ }
.load .g-circles { -webkit-transform: scale(0.9) translate(7px, 7px); -ms-transform: scale(0.9) translate(7px, 7px); transform: scale(0.9) translate(7px, 7px); }
.load circle { fill: dodgerblue; fill-opacity: 0; -webkit-animation: opacity 1.2s linear infinite; animation: opacity 1.2s linear infinite; }
.load circle:nth-child(12n + 1) { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }
.load circle:nth-child(12n + 2) { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
.load circle:nth-child(12n + 3) { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
.load circle:nth-child(12n + 4) { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
.load circle:nth-child(12n + 5) { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.load circle:nth-child(12n + 6) { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.load circle:nth-child(12n + 7) { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.load circle:nth-child(12n + 8) { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.load circle:nth-child(12n + 9) { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.load circle:nth-child(12n + 10) { -webkit-animation-delay: -1s; animation-delay: -1s; }
.load circle:nth-child(12n + 11) { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.load circle:nth-child(12n + 12) { -webkit-animation-delay: -1.2s; animation-delay: -1.2s; }
.load .g-circles--v2 circle { fill-opacity: 0; stroke-opacity: 0; stroke-width: 1; stroke: yellowgreen; -webkit-animation-name: opacity-stroke, colors, colors-stroke, transform-2; animation-name: opacity-stroke, colors, colors-stroke, transform-2; }
.load .g-circles--v3 circle { fill-opacity: 1; -webkit-animation-name: opacity, colors; animation-name: opacity, colors; }
.load .g-circles--v4 circle { fill-opacity: 1; fill: orange; -webkit-transform-origin: 60px 60px; -ms-transform-origin: 60px 60px; transform-origin: 60px 60px; -webkit-animation-name: opacity, colors-3, transform; animation-name: opacity, colors-3, transform; }

.mobile-loading { width: 320px; left: 26px; height: 100%; }
.mobile-loading .modal-loading { background: rgba(142, 161, 191, 0.08); }
.mobile-loading .modal-loading.modal-loading-part { top: 0; }
.mobile-loading .modal-loading.modal-loading-part .load { width: 200px; margin-left: -100px; }

@-webkit-keyframes opacity { 3% { fill-opacity: 1; }
  75% { fill-opacity: 0; } }
@keyframes opacity { 3% { fill-opacity: 1; }
  75% { fill-opacity: 0; } }
@-webkit-keyframes opacity-stroke { 10% { stroke-opacity: 1; }
  85% { stroke-opacity: 0; } }
@keyframes opacity-stroke { 10% { stroke-opacity: 1; }
  85% { stroke-opacity: 0; } }
@-webkit-keyframes colors { 0% { fill: yellowgreen; }
  10% { fill: gold; }
  75% { fill: crimson; } }
@keyframes colors { 0% { fill: yellowgreen; }
  10% { fill: gold; }
  75% { fill: crimson; } }
@-webkit-keyframes colors-stroke { 0% { stroke: yellowgreen; }
  10% { stroke: gold; }
  75% { stroke: crimson; } }
@keyframes colors-stroke { 0% { stroke: yellowgreen; }
  10% { stroke: gold; }
  75% { stroke: crimson; } }
@-webkit-keyframes colors-2 { 0% { fill: yellow; }
  50% { fill: red; }
  65% { fill: orangered; }
  95% { fill: gold; } }
@keyframes colors-2 { 0% { fill: yellow; }
  50% { fill: red; }
  65% { fill: orangered; }
  95% { fill: gold; } }
@-webkit-keyframes colors-3 { 0% { fill: yellowgreen; }
  50% { fill: turquoise; }
  65% { fill: yellow; }
  95% { fill: orange; } }
@keyframes colors-3 { 0% { fill: yellowgreen; }
  50% { fill: turquoise; }
  65% { fill: yellow; }
  95% { fill: orange; } }
@-webkit-keyframes transform { 10% { -webkit-transform: scale(0.75); transform: scale(0.75); } }
@keyframes transform { 10% { -webkit-transform: scale(0.75); transform: scale(0.75); } }
@-webkit-keyframes transform-2 { 40% { -webkit-transform: scale(0.85); transform: scale(0.85); }
  60% { stroke-width: 20; } }
@keyframes transform-2 { 40% { -webkit-transform: scale(0.85); transform: scale(0.85); }
  60% { stroke-width: 20; } }
.smv-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/linex_03.png) repeat 0 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.smv-mask .smv-maskin {
    position: absolute;
    width: 320px;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -28px;
}
.smv-mask .smv-maskin .smv-maskcon {
    padding: 20px 18px;
    background-color: rgba(45,65,80,.65);
    font-size: 16px;
    color: #FFF;
    text-align: center;
}
/*# sourceMappingURL=view.css.map */

.re-phone-header-search {
    padding-bottom:5px;
}

.re-phone-header-search:after{
	content: '';
	display: block;
	clear: both;
}

.re-phone-header-search .search-right{
    width: 46px;
    height: 30px;
    line-height: 46px;
    float: right;
    text-align: left;
}

.re-phone-header-search .search-left{
	padding: 0px 10px;
	overflow: hidden;
	position: relative;
}

.re-phone-header-search .search-input-box{
	border:0.5px solid #ddd;
	border-radius: 4px;
    background-color: rgba(255,255,255,.3);
	padding: 5px 34px;
}

.re-phone-header-search .search-input-box input{
	width: 100%;
	height: 20px;
	line-height: 20px;
	border:0;
	display: block;
    background: none;
}

.re-phone-header-search .search-icon-box {
	position: absolute;
	padding: 8px 10px;
	bottom:0;
	top:0;
	width:16px;
}

.re-phone-header-search .search-icon-box.search{
	left:10px;
}
.re-phone-header-search .search-icon-box.close{
	right:10px;
	opacity: 0.45;
	display: none;
}

.re-phone-header-search .icon{
   width: 16px;
    height: 16px;
    position: relative;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.re-phone-header-search .icon-close{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDMyIDMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8dGl0bGU+5Ye66ZSZPC90aXRsZT4NCjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KPGc+DQoJPHBhdGggaWQ9IlJlY3RhbmdsZS02IiBmaWxsPSIjQUFCMkJEIiBzdHJva2U9IiNBQUIyQkQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE2LDFMMTYsMWM4LjI4NCwwLDE1LDYuNzE2LDE1LDE1bDAsMA0KCQljMCw4LjI4NC02LjcxNiwxNS0xNSwxNWwwLDBDNy43MTYsMzEsMSwyNC4yODQsMSwxNmwwLDBDMSw3LjcxNiw3LjcxNiwxLDE2LDF6Ii8+DQoJPGc+DQoJCTxwYXRoIGlkPSJMaW5lIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTAuMzc1LDEwLjM3NQ0KCQkJbDExLjI1LDExLjI1Ii8+DQoJCTxwYXRoIGlkPSJMaW5lXzFfIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSINCgkJCU0xMC4zNzUsMjEuNjI1bDExLjI1LTExLjI1Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);
}

.re-phone-header-search .icon-search{
	background-image: url(../fonts/0fe48c3f4d814fd4a7440b3260ab4c00.woff);
}

.re-phone-header-search .search-right .icon-classification {
    background-image: url(../fonts/6792ded43f9f4b66a3bfc22dfb9a8e66.woff);
}
.re-phone-header-search .search-right .icon-classification.white{
    background-image:url('../fonts/f8495a75074248afb60c876c0d439bb8.woff');
}
.re-phone-header-search .search-right .icon {
    width: 24px;
    height: 24px;
    top: -8px;
}


.xiaoapp-nav .mw-nav {
  /* reset */
  margin: 0 auto;
  padding: 0;
  /* size */
  width: 320px;
  height: 46px;
  /* background */
  background-color: #fdfdfd;
  border-top: 1px solid #ddd; 
  position:relative;
}

.xiaoapp-nav .mw-nav:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1; }


.xiaoapp-nav .mw-nav .mw-nav-inner {
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
  width: 20%;
  height: 46px; }

.xiaoapp-nav .mw-nav .mw-nav-item {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  height: 100%;
  width: 100%; }

.xiaoapp-nav .mw-nav .mw-nav-inner:first-child .mw-nav-item .mw-nav-item-line {
  display: none; }

.xiaoapp-nav .mw-nav .mw-nav-item .mw-nav-item-link {
  /* reset */
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center; }

.xiaoapp-nav .mw-nav .mw-nav-item .mw-nav-item-link .mw-nav-item-link-inner {
  padding: 0 5px;
  margin: 0; }

.xiaoapp-nav .mw-nav .mw-nav-item .mw-nav-item-link .mw-link-txt {
  margin-top: 2px;
  font-size: 8px;
  line-height: 1.5;
  color: #444;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

/* current */
.xiaoapp-nav .mw-nav .mw-nav-item-link.current .mw-link-txt {
  color: #444; }

.xiaoapp-nav .mw-nav .mw_icon {
  margin-top: 2px;
  width: 24px;
  height: 24px;
  border: 0; }

.xiaoapp-nav{
  position: relative;
}

.xiaoapp-nav .mw-nav .xiaoapp-nav-mask{
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,.8);
  text-align: center;
  line-height: 40px;
  z-index: 10;
}


#smv_con_33_39 {
  display: none;
}

#smv_con_60_53 {
  top: 1570px !important;
}



#smv_con_66_45 {
  display: none;
}

#smv_con_85_13 {
  top: 2090px !important;
}

#smv_Main {
  height: 3250px !important;
}




.newshow {
  width: 1066px;
  display: block;
  margin: 40px auto;
}

.newshow .imgs {
  width: 100%;
  display: flex;
  height: 590px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.newshow .imgs img {
  width: 100%;
  display: block;
}
.w-crumbs {
  /*-padding-*/padding:0;
  margin:20px 0;
  /*-size-*/width:100%;
  height:auto;
  line-height:34px;
  border-bottom: 1px solid #ededed;
  /*-font-*/text-align:left;
  /*-font-*/font-size:14px;
  color:#999;
  font-family:'Noto Sans CJK';
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  word-wrap:break-word;
  word-break:break-all;
}
.w-crumbs .w-crumbs-item {
  /*-padding-*/padding:0;
  margin:0;
  /*-display-*/display:inline-block;
  /*-font-*/font-family:'Noto Sans CJK';
  font-size:14px;
  color:#666;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  word-wrap:break-word;
  word-break:break-all;
  outline:none;
}
.w-crumbs .w-crumbs-item:hover {
  /*-font-*/color:#c7ae76;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
}
.w-crumbs .w-arrowicon {
  /*-padding-*/padding:0;
  margin:0 3px;
  /*-display-*/display:inline;
  /*-font-*/font-size:14px;
  color:#666;
}
.w-crumbs .w-arrowicon.w-icon-hide {
  display:none;
}

.newshow .cons {
  margin-top: 30px;
  display: block;
  margin-bottom: 140px;
} 

.newshow .cons .ttitit {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: Tahoma;
    color: #404040;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 40px;
    word-wrap: break-word;
    word-break: normal;
}

.newshow .cons .showout {
  font-size: 14px;
  line-height: 28px;
  margin-top: 30px;
}


.news-list {
  width: 1200px;
  margin: 50px auto;
}
.news-list .title h3 {
  display: block;
  font-size: 36px;
}
.news-list .title span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
.news-list ul:after {
  content: "";
  display: block;
  clear: both;
}
.news-list ul {
  margin-top: 50px;
  margin-left: -2%;
}
.news-list ul li {
  display: block;
  float: left;
  width: 31.3%;
  margin-left: 2%;
   margin-top: 20px;
}
.news-list ul li a {
  display: block;
}
.news-list ul li .img {
  width: 100%;
  display: block;
  height: 270px;
  overflow: hidden;
}
.news-list ul li .img img {
  width: 100%;
  height: 100%;
}
.news-list ul li .text {
  
  display: block;
}
.news-list ul li .text .st {
  display: block;
  margin: 0;
    margin-top: 5px;
    padding: 0;
    line-height: 35px;
    height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    color: #404040;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Noto Sans CJK';
    transition: color 200ms linear;
}
.news-list ul li .text .ont {
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    color: #999;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
}

.more {
  position: absolute;
  left: 1158px;
  display: block;
  width: 80px;
  font-size: 16px;
  top: 33px;
  color: #333;
  z-index: 9999;
}
.company-info-text {
  line-height: 20px !important;
}


.news-list dl:after {
  content: "";
  display: block;
  clear: both;
}
.news-list dl  {
  margin-top: 30px;
  margin-left: -1%;
}
.news-list dl dd:hover {
  border: 1px solid #60e1f8;
}
.news-list dl dd {
  display: block;
  margin-top: 20px;
  float: left;
  width: 15.6666%;
  border: 1px solid #ececec;
  box-sizing: border-box;
  margin-left: 1%;
}
.news-list dl dd a {
  display: block;
}
.news-list dl dd .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  overflow: hidden;
}
.news-list dl dd .img img {
  width:50%;
}
.news-list dl dd .text {
  
  display: block;
}
.news-list dl dd .text .st {
  display: block;
  margin: 0;
  text-align: center;
  margin-top: 5px;
  padding: 0;
  line-height: 35px;
  height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  color: #404040;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 5px;
  text-decoration: none;
  font-family: 'Noto Sans CJK';
  transition: color 200ms linear;
}



@media screen and (min-width:320px) and (max-width:750px) {
  .more {
    left: 300px !important;
    top: 5px !important;
  }
  body,html {
    max-width: 410px;
    overflow: hidden;
    overflow-y:scroll; 
  }
  #nav_tem_71_27 {
    display: none;
  }
  #smv_tem_70_47 {
    left: 10px !important;
  }
  #smv_con_8_22 {
    width: 240px!important;
    height: 170px!important;
    left: 0% !important;
    top: 50%!important;
    margin-left:65px!important;
    margin-top: -85px!important; 
  }
  #smv_con_8_22 img {
    width: 100% !important;
  }
  .smAreaC {
    width: 100%!important; 
    height: 500px !important; 
  }
  #smv_Main {
    width: 100%!important; 
    height: auto!important; 
  }
  .header {
    width: 100%!important;
  }
  #smv_con_9_38 {
    display: none;
  }
  .footer {
    width: 320px!important;
    position: absolute !important;
    left: 0;
    top: 2180px;
    height: auto !important;
  }
  .footer .smAreaC {
    height: auto !important;
  }
  #smv_tem_73_30 {
    height: 325px !important;
  }
  #smv_tem_74_53 {
    height: auto !important;
  }
  .w-company-info {
    width: 350px !important;
  }
  .tem_74_53 .w-company-info .company-info-item {
    width: 160px !important;
    margin-left: 10px !important;
    
  }
  .con_1_13 .w-slide-inner .content-box > .content-box-inner {
    height: 500px !important;
  }
  .content-box {
    height: 500px !important;
  }
  #smv_con_1_13 {
    height: 500px!important;
    width: 100%!important;
    overflow: hidden!important;
    position: relative !important;
  }

  #smv_con_16_32 {
    height: auto!important;
    position: relative!important;
    top: 0!important;
  }


  #smv_con_17_14 {
    display: none !important;
  }
  .con_17_14 {
    display: none !important;
  }
  #smv_con_20_33 {
    top: 0 !important;
    width:350px !important;
    margin-left: 10px !important;
    margin-top: -60px;
    position: relative !important;
  }
  #txt_con_20_33 strong {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  #smv_con_21_12 {
    top: 0 !important;
    height: auto !important;
    width: 350px !important;
    margin-left: 10px !important;  
    position: relative !important; 
  }
  #smv_con_25_8 {
    top: 0 !important;
    height: auto !important;
    width: 100px !important;
    margin-top: 30px;
    display: inline-block;
    position: relative !important;
  }
  #txtc_con_21_12 span {
    font-size: 14px !important;
  }
  #txtc_con_25_8 span {
    font-size: 20px !important;
    display: block;
    text-align: center;
  }
  #smv_con_26_29 {
    top: 0 !important;
    position: relative !important;
    height: auto !important;
    width: 100px !important;
    margin-top: 10px;
    text-align: center !important;
  } 
  #txt_con_26_29 span {
    font-size: 13px !important;
    line-height: 20px !important;
    text-align: center;
    display: block;
  }

  #smv_con_28_53 {
    display: none !important;
  }
  #smv_con_25_8 {
    display: none !important;
  }
  #smv_con_26_29 {
    display: none !important;
  }
  #smv_con_27_53 {
    display: none;
  }
  #smv_con_30_56 {
    display: none;
  }
  #smv_con_29_56 {
    display: none;
  }

  #smv_con_23_46 {
    position: relative!important;
    top: 0!important;
    width: 150px!important;
    left: 0!important;
    height: auto!important;
    float: left;
    margin-top: 24px;
  }
  #smv_con_61_26 {
    top: 0 !important;
    position: relative !important;
    margin-top: -20px;
    left: 10px !important;
  }

  #smv_con_24_12 {
    float: left;
    position: relative!important;
    top: 0!important;
    width: 150px!important;
    left: 0px !important;
    height: auto!important;
    margin-top: 48px;
  }
  /*#smv_con_60_53 {
    top: 0 !important;
    position: relative !important;
  }*/
  #txt_con_61_26 span {
    font-size: 24px !important;
  }
  #smv_con_62_45 {
    position: relative !important;
    top: 0 !important;
    margin-top: -40px;
    left: 10px !important;
  }

  #smv_con_65_57 {
    width: auto!important;
    left: 0!important;
    top: 0!important;
    position: relative!important;
  }
  .con_65_57 .w-list .w-list-ul .w-list-item {
    margin-left: 10px!important;
    float: none !important;
    display: block!important;
    position: relative !important;
  }
  .con_65_57 .w-list .w-list-ul .w-list-item .w-list-link .w-list-pic {
    width: 340px!important;
    box-sizing: border-box!important;
    overflow: hidden!important;
  }
  .w-list-bottom {
    width: 340px!important;
    box-sizing: border-box!important;
    overflow: hidden!important;
  }
  #smv_con_19_39 {
    display: none;
  }
  #smv_con_85_13 {
    top: 1710px !important;
    height: auto !important;
    width: 350px !important;
    left: 10px !important; 
    position: relative !important;
  }

  #smv_con_85_13 .smAreaC {
    height: initial !important;
  }
  .con_104_32 .w-image-box img {
    width:350px !important;
  }
  #smc_Area0::after {
    content: "";
    display: block;
    clear: both;
  }
  #smv_con_109_43 {
    position: relative !important;
    top: 2180px !important; 
    height: 680px !important; 
  }
  #txt_con_86_58 span  {
    font-size: 24px !important;
  }
  #txt_con_87_58 span  {
    font-size: 14px !important;
  }

  #smv_con_92_21 {
    position: relative !important;
    left: 0 !important;
    width: 350px !important;
  }
  #smv_con_101_32 {
    position: relative!important;
    width: 340px!important;
    left: 0!important;
    top: 0!important;
    margin-top: 20px!important;
    height: auto !important; 
  }
  #smv_con_105_39 {
    position: relative!important;
    width: 340px!important;
    left: 0!important;
    top: 0!important;
    margin-top: 20px!important;
    height: auto !important; 
  }
  #smv_con_120_10 {
    position: relative!important;
    width: 340px!important;
    left: 0!important;
    top: 0!important;
    margin-top: 20px!important;
    height: auto !important; 
  }

  #smv_con_104_32 {
    left: 0 !important;
    top: 470px !important;
    position: relative !important; 
  }

  #smv_con_108_39 {
    top: 700px !important;
    width: 340px!important;
    left: 0!important;
    position: relative !important; 
  }

  #smv_con_109_43 .w-columns-content {
    overflow: hidden;
  }

  .w-columns-item {
    height: auto !important;
    float: none !important;
  }

  #mc_con_109_43 .w-columns-inner li:first-child {
    height: 240px !important;
    z-index: 99;
    position: relative;
    margin-left: -26px;
  }
  #mc_con_109_43 .w-columns-inner li:last-child {
 
    z-index: 9;
    position: relative;
    margin-top: -60px;
  }
  .w-columns-interval {
    padding-left: 15px !important;
    background: #333 !important;
  }
  #smv_con_111_43 {
    position: relative;
    left: 0 !important;
    width: 330px !important;
  }
  #smv_tem_75_36 {
    display: none;
  }
  .line_Style1 {
    display: none;
  }
  #smv_con_114_43 {
    position: absolute;
    left: 0 !important;
    width: 320px !important;
    margin-top: 10px;
  }
  .w-guestbook-container {
    width: 330px;
  }
  .w-guestbook-bottom {
    width: 330px;
  }
  .footerdingwei {
    width: 350px !important;
    margin-left:0px;
  }

  .footerdingwei .footer {
    position: relative !important;
    top: 0 !important;
    width: 350px !important;
  }
  .footerdingwei .tem_75_36 {
    display: none;
  }
   #smv_tem_76_5 {
    position: relative !important;
    top: 290px !important;
    left: 0 !important;
  }

  .newshow {
    width: 350px;
    margin: 0;
    margin-left: 10px;
    margin-top: 30px;
  }

  .newshow .imgs {
    height: 200px;
  }

  .news-list {
    width: 360px;
    margin-left: 10px;
  }
  .news-list dl {
    margin-left: 0;
  }
  .news-list dl dd {
    width: 160px;
    margin-left: 10px;
  }
  .news-list ul {
    margin-left: 0;
  }
  .news-list ul li {
    width: 160px;
    margin-left: 10px;
  }
  .news-list ul li .img {
    height: 110px;
  }

  .newshow .showout img {
    width: 100% !important;
    height: auto!important;
  }
  #banner {
    width: 100% !important;
    height: 62vw!important;
  }
}
