.clear { clear: both; }

.sy_btn:hover{ border:1px solid #57caff!important; background:#57caff!important; }
.sy_btn1:hover{ border:1px solid #000!important; background:#000!important; }

@media screen and (min-width:1366px){

.btn_more { display:flex; flex-direction:row; justify-content:center; align-items:center; padding-top: 18px; width:180px; height:50px; border-radius: 8px; background:#00a0e9;transition:all 0.4s; }
.logostyle { width: 60%; margin-top: 12px; }
.footerinner { max-width: 1380px; margin: 0 auto; padding: 20px 0.5208% 0 0.5208%; }
.foooterbar { background: #000; }
.foooterbar .leftbar { float: left; width: 35%; font-size: 14px; color: #fff; margin: 15px 15px 15px 0; }
.foooterbar .tel { float: left; width: 20%; margin-left: 5px;  }
.foooterbar .rightbar { float: right; width: 42%; }

.foooterbar .bottom_logo img { width: 30%; }
.foooterbar .leftbar .infolist { margin-top: 20px; }
.foooterbar .leftbar .infolist li { margin: 8px 0; color: #929292; }
.foooterbar .leftbar .infolist a { color: #929292; }

.foooterbar .titletext { font-size: 22px; font-weight: bold; color: #fff; margin: 30px 0 20px 0; }
.foooterbar .tel li { font-size: 14px; color: #929292; margin: 10px 0; }
.foooterbar .rightbar li { float: left; width: 80px; margin-bottom: 20px; margin-right: 28px; }
.foooterbar .rightbar li img { width: 90%; margin: 0 auto; }
.foooterbar .rightbar li a { display: block; background: #fff; border-radius: 10px; padding: 5px 0 5px 5px; }

.modal-wrapper {  display: none;  position: fixed;  top: 0;  left: 0;  height: 100%;  width: 100%;  background-color: rgba(0,0,0,0.5);  z-index: 9999; }
.modal-inner {  height: 320px;  width: 600px;  background-color: #fff;  margin: auto;  position: absolute;  top: 55%;  left: 50%;  transform: translate(-50%, -50%);  text-align: center;  padding: 20px;  border-radius: 5px;  box-shadow: 0 0 20px rgba(0,0,0,0.3);  opacity: 0;  transition: all 0.6s ease-out; }
.modal-wrapper .show {  opacity: 1;  transform: translate(-50%, -50%) scale(1); }
.modal-wrapper img { max-width: 100%; }
.modal-close {  position: absolute; right: 5%; top: 30px; }
.modal_btn { cursor: pointer;  }

.modal-wrapper2 {  display: none;  position: fixed;  top: 0;  left: 0;  height: 100%;  width: 100%;  background-color: rgba(0,0,0,0.5);  z-index: 9999; }
.modal-inner2 { position: absolute; top: 18%; left: 30%; width: 40%; padding-top: 2%; background-color: #fff; text-align: center;  margin: 0 auto;  }
.modal-wrapper2 .show {  opacity: 1;  transform: translate(-50%, -50%) scale(1); }
.modal-inner2 img { max-width: 100%; }
.modal-close2 {  position: absolute; right: 4%; top: 20px; }
.modal_btn2, .clickpic { cursor: pointer;  }
.newsright { margin-right: 25px; }

.downbar { float: right; margin-top: 6px; }
.down_list { background: #f8f8f8; border-bottom: 1px solid #e6e6e6; font-size: 17px; }
.down_list ul { display: flex; justify-content: flex-start; align-items: center; margin: 0; }
.down_list ul li { height: 50px; line-height: 50px; padding: 0 30px; text-align: center; list-style: none; background-color: #f8f8f8;
 cursor: pointer; }

.pro_topbar { border-bottom: 1px solid #ccc; margin-bottom: 15px; padding: 0 0 10px 0; }
.pro_topleft { float: left; width: 65%; font-size: 16px; margin: 13px 0 10px 0; color: #333; }
.pro_topbar .pro_topleft span { float: left; color: #333; }
.pro_topbar .pro_topright { float: right; width: 300px; border: 1px solid #ccc; border-radius: 8px; padding: 3px 8px; margin-top: 5px; }
.pro_topbar .sizelist li { float: left; margin-right: 15px; font-size: 16px; }
.pro_topbar .sizelist li a { color: #929292;  font-size: 15px; }
.pro_topbar .sizelist li a:hover { color: #1890FF; }
.pro_topbar .sizelist li.hover a { color: #1890FF; }

.index_pro { margin-top: 410px; }
.index_pro dl { float: left; width: 23%; margin: 0 4%; text-align: center;  opacity: 0.8; }
.index_pro dt { max-width: 80%; margin: 0 auto; }
.index_pro dd { font-size: 18px; font-weight: bold; color: #464646; }
.index_pro dl a { display: block; background: #fff; padding: 20px 0; border-radius: 10px; }
.index_pro dl a:hover { background: #ccc; }

}

@media (max-width: 800px) {

.btn_more { display:flex; flex-direction:row; justify-content:center; align-items:center; padding-top: 18px; width:150px; height:45px; border-radius: 8px; background:#00a0e9;transition:all 0.4s; }
.footerinner { width: 90%; margin: 0 auto; padding-top: 20px; }
.foooterbar { background: #000; }
.foooterbar .leftbar { font-size: 14px; color: #fff; margin: 15px 0; }
.foooterbar .tel { margin: 0 0 10px 0;  }
.foooterbar .rightbar { width: 100%; }

.foooterbar .bottom_logo img { width: 30%; }
.foooterbar .leftbar .infolist { margin-top: 20px; clear: both; }
.foooterbar .leftbar .infolist li { float: left; margin: 5px 8px 5px 0; color: #929292; }
.foooterbar .leftbar .infolist a { color: #929292; }

.foooterbar .titletext { font-size: 22px; font-weight: bold; color: #fff; margin: 15px 0 5px 0; clear: both; }
.foooterbar .tel li { float: left; font-size: 14px; color: #929292; margin: 5px 10px 5px 0; }
.foooterbar .rightbar li { float: left; width: 60px; margin-bottom: 10px; margin-right: 2.8%; }
.foooterbar .rightbar li img { width: 85%; margin: 0 auto; }
.foooterbar .rightbar li a { display: block; background: #fff; border-radius: 10px; padding: 5px 0 5px 5px; }

.modal-wrapper {  display: none;  position: fixed;  top: 0;  left: 0;  height: 100%;  width: 100%;  background-color: rgba(0,0,0,0.5);  z-index: 9999; }
.modal-inner {  height: 320px;  width: 600px;  background-color: #fff;  margin: auto;  position: absolute;  top: 55%;  left: 50%;  transform: translate(-50%, -50%);  text-align: center;  padding: 20px;  border-radius: 5px;  box-shadow: 0 0 20px rgba(0,0,0,0.3);  opacity: 0;  transition: all 0.6s ease-out; }
.modal-wrapper .show { width: 90%; margin: 0 auto; opacity: 1;  transform: translate(-50%, -50%) scale(1); }
.modal-wrapper img { max-width: 100%; }
.modal-close {  position: absolute; right: 5%; top: 30px; }
.modal_btn { cursor: pointer;  }

.modal-wrapper2 {  display: none;  position: fixed;  top: 0;  left: 0;  height: 100%;  width: 100%;  background-color: rgba(0,0,0,0.5);  z-index: 9999; }
.modal-inner2 { position: absolute; top: 18%; left: 30%; width: 40%; padding-top: 2%; background-color: #fff; text-align: center;  margin: 0 auto;  }
.modal-wrapper2 .show {  opacity: 1;  transform: translate(-50%, -50%) scale(1); }
.modal-inner2 img { max-width: 100%; }
.modal-close2 {  position: absolute; right: 4%; top: 20px; }
.modal_btn2, .clickpic { cursor: pointer;  }
.newsright { margin-right: 10px; }

 .downbar { margin-top: 6px; display: none; }
.down_list { padding: 0;  background: #f8f8f8; border-bottom: 1px solid #e6e6e6; font-size: 17px; }
.down_list ul { display: flex; justify-content: flex-start; align-items: center; margin: 0; padding: 0; }
.down_list ul li { height: 50px; line-height: 50px; padding: 0 10px; text-align: center; list-style: none; background-color: #f8f8f8;
 cursor: pointer; }

.pro_topbar { margin-bottom: 15px; padding: 0 0 10px 0; }
.pro_topleft { font-size: 16px; margin: 13px 0 10px 0; color: #333; }
.pro_topbar .pro_topleft span { float: left; color: #333; }
.pro_topbar .pro_topright { border: 1px solid #ccc; border-radius: 8px; padding: 3px 8px; margin-top: 5px; }
.pro_topbar .sizelist li { float: left; margin-right: 15px; }
.pro_topbar .sizelist li a { color: #929292; }
.pro_topbar .sizelist li a:hover { color: #1890FF; }
.pro_topbar .sizelist li.hover a { color: #333; }

.index_pro { margin-top: 15px; }
.index_pro dl { width: 50%; margin: 20px auto; text-align: center;  opacity: 0.8; }
.index_pro dt { max-width: 80%; margin: 0 auto; }
.index_pro dd { font-size: 18px; font-weight: bold; color: #464646; }
.index_pro dl a { display: block; background: #fff; padding: 10px 0; border-radius: 10px; }
.index_pro dl a:hover { background: #ccc; }

.news_list_item_inner { padding: 0; }

}

@media screen and (max-width:1366px){

.pc_pattern #u752200 .laybox { padding-left: 1%; padding-right: 1%; }
.lk_zt{ font-size: 73px !important; }
.logostyle { width: 60%; margin-top: 5%; }

}
@media screen and (max-width:1280px){

.lk_zt{ font-size: 68px !important;}
.logostyle { width: 60%; margin-top: 5%; }

}
@media screen and (max-width:768px){
.sy_wz{font-size:24px !important;}
.lk_zt{font-size: 30px !important;}
}

.marginright25 { margin-right: 25px; }

.textsheng1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.textsheng2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.textsheng3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.textsheng4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.textsheng5 { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.textsheng6 { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.gary_cp { color:#bcbcbc;font-size:18px;white-space:normal; }

.content_text { font-size: 16px; color: #333; line-height: 25px; }
.content_text img { max-width: 100%; }

.news_list_item_title { color: #666; }

.bottombox { max-width: 1326px; margin: 0 auto; }

#enlarged-image { max-width: 80%;  max-height: 80%; }

/* pic zoom */
.clearfix{zoom: 1;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.etalage{direction: ltr;}
.etalage,.etalage_thumb,.etalage_thumb_image,.etalage_big_image,.etalage_zoom_preview,.etalage_icon,.etalage_hint { display: none }
.etalage .etalage_thumb { background: #fff url(/static/images/loading.gif) center no-repeat; }
.etalage,.etalage ul,.etalage li,.etalage img,.etalage_hint,.etalage_icon,.etalage_description { margin: 0; padding: 0; border: 0; list-style: none }
.etalage,.etalage_magnifier div,.etalage_magnifier div img,.etalage_small_thumbs ul,ul .etalage_small_thumbs li,.etalage_zoom_area div,.etalage_zoom_img { position: relative}
.etalage img,.etalage li { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; -webkit-user-drag: none; -moz-user-drag: none; user-drag: none }
.etalage,.etalage_small_thumbs li { float: left }
.etalage_right { float: right }
.etalage li { position: absolute }
.etalage img { vertical-align: bottom; width: 50px; height: 50px }
.etalage .etalage_zoom_area, .etalage_zoom_area { background: #fff url(./img/loading.gif) center no-repeat;  border: 1px solid #ddd;  padding: 6px;  -webkit-box-shadow: 0 0 10px #ddd;  -moz-box-shadow: 0 0 10px #ddd;  box-shadow: 0 0 10px #ddd;  display: none;  z-index: 20; }
.etalage_zoom_area div{ overflow: hidden; }
.etalage_zoom_area .etalage_zoom_img{   position: absolute;}
.etalage_thumb_image img { width: 40px; height: 40px; }
.etalage_wrap {  width: 400px;  height: 500px;  margin: 0 auto;}
.etalage_wrap .etalage_magnifier{    background: #fff;    outline:#bbb solid 1px;    display: none;    cursor: move; }
.etalage_magnifier div{  overflow: hidden; }
.etalage_wrap .etalage_small_thumbs{ overflow: hidden; display: flex; justify-content: center; }
.etalage_wrap .etalage_small_thumbs li { border: 1px solid #FFF; margin: 0px 10px 0px 0px; position: relative; }
.etalage_wrap ul li.etalage_smallthumb_active {-webkit-box-shadow: 0 0 10px #ddd; -moz-box-shadow: 0 0 10px #ddd; box-shadow: 0 0 10px #ddd; border: 1px solid #ccc; }


.MagicZoomBigImageCont{border:1px solid #91b817;overflow:hidden}
.MagicZoomBigImageCont img{width:800px;height:800px}
.MagicZoomBigImageCont iframe{width:300px;height:300px}
.MagicZoomHeader{font:10px Tahoma, Verdana, Arial, sans-serif;color:#fff;background:#91b817;text-align:center !important}
.MagicZoomPup{border:1px solid #aaa;background:#fff;cursor:hand;left:0}
.MagicZoomLoading{text-align:center;background:#fff;color:#444;opacity:0.8;padding:3px 3px 3px 3px !important;display:none}
.MagicZoomLoading img{padding-top:3px !important}
.MagicThumb{cursor:url(cursor/zoomin.cur), pointer;outline:none}
.MagicThumb-zoomed{cursor:default}
.MagicThumb span{display:none}
.MagicThumb-image{border:1px solid #ccc;outline:none}
.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}
.MagicThumb-caption{color:#333333;background-color:#F0F0F0;border:1px solid #CCC;border-top:none;font-family:Verdana, Helvetica;font-size:11px;padding:8px 16px}
.MagicThumb-controlbar{display:block;height:18px}
.MagicThumb-controlbar a{display:block;width:180px;height:180px;margin:0px 1px;outline:none;float:left;overflow:hidden}
.MagicThumb-controlbar a span{display:block;width:1000px;height:1000px;background:transparent url(graphics/controlbar.png) no-repeat 0 0;outline:none;position:absolute;left:0px;top:0px}
.MagicThumb-loading{border:1px solid #000;background:#fff url(graphics/loader.gif) no-repeat 2px 50%;padding:2px 2px 2px 22px;margin:0;text-decoration:none;text-align:left;font-size:8pt;font-family:sans-serif;}

.xxb { font-size: 14px; width: 998px; }
.xxb td { padding: 0; border: 1px solid #d6deed; text-align: center; }
.xxb .top { background: #203764; color:#fff; height: 40px; }
.xxb .top2 { background: #305496; color:#fff; }
.xxb .title { height: 30px; background: #d9e1f2; }
.xxb .titletext { text-align: left; font-size: 16px; padding-left: 10px; }
.xxb .content { height: 40px; background: #; }
.xxb .td01 { width: 17%; word-break:break-all; }
.xxb .td02 { width: 6%; }
.xxb .td03 { width: 6%; }
.xxb .td04 { width: 8%; }
.xxb .td05 { width: 5%; }
.xxb .td06 { width: 7%; }
.xxb .td07 { width: 9%; }
.xxb .td08 { width: 7%; }
.xxb .td09 { width: 8%; }
.xxb .td10 { width: 7%; }
.xxb .td11 { width: 5%; }
.xxb .td12 { width: 5%; }
.xxb .td13 { width: 10%; }


/* kefu */
.yb_conct{position:fixed;z-index:9999999;bottom:10%;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#1692e7 url(../images/rightbar.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#1692e7 url(../images/rightbar.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#1692e7 url(../images/rightbar.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#1692e7 url(../images/rightbar.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}


.tab { width: 100%; margin: 0 auto; }
.tab_list { border-bottom: 1px solid #ccc; margin-bottom: 10px; }
.tab_list ul { display: flex; justify-content: flex-start; align-items: center; margin: 0; }
.tab_list ul li { width: 130px; height: 40px; line-height: 40px; text-align: center; list-style: none; background-color: #f1f1f1;
 cursor: pointer; color: #303133; }
.tab .tab_list .current { background-color: #0062c7; color: #fff; margin: 0 }
.tab .tab_con .item { display: none; }
.tab .tab_con .item img { max-width: 100%; }
.tab .tab_con .item table {  border-left: 1px solid #999; border-top: 1px solid #999; }
.tab .tab_con .item td { border-right: 1px solid #999; border-bottom: 1px solid #999; }


.tab #tab1 { border-top-left-radius: 5px;  border: 1px solid #d1d1d1; border-bottom: none; }
.tab #tab2 { border-top: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1;  }
.tab #tab3 { border-top-right-radius: 5px;  border-top: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; }
.tab .down_list .current { background-color: #06c; color: #fff; }
.tab_con .item .second { width: 100%; margin: 0 auto; border: 1px solid #ccc; }

.TextList002798{ background: #fff; padding: 2% 0 2%;}
.TextList002798 .list { border:1px solid #e8e8e8; margin-bottom:15px;}
.TextList002798 .tab{ line-height:30px; padding:20px 2%; font-size:16px; cursor:pointer; position:relative;}
.TextList002798 .tab p{display:block; font-size: 18px; color: #333; margin: 0; padding-right: 200px;}
.TextList002798 .tab p:hover{color: #fd0000;}
.TextList002798 .tab span{width:auto;line-height: 30px;position: absolute;top:5px;font-size: 14px;padding:5px 25px;margin-top:10px; color:#333; background:#f2f2f2;}
.TextList002798 .tab .btn {right: 10px;}
.TextList002798 .tab .btn:nth-child(2){ right:12px;}
.TextList002798 .tab.aon .dot{ color: #06c; }
.TextList002798 .tab.aon .btn{ background: #06c;color: #fff; }
.TextList002798 .list-main ul{ padding:15px 2%; border-top:1px dotted #e5e5e5; background:#f9f9f9;}
.TextList002798 .list-main,
.TextList002798 .list-main ul{display: none;}
.TextList002798 .list-main ul li{ padding:16px 0; border-bottom: 1px dashed #ddd;position:relative;}
.TextList002798 .list-main ul li a{display:block; padding: 0 75px 0 20px; background: url(../images/feel4.png) 0 50% no-repeat; font-size: 16px; color: #3d3d3d;}
.TextList002798 .list-main ul li a:hover{color: #fd0000;}
.TextList002798 .list-main ul li span{width:auto; height: 30px; line-height: 30px; position: absolute; top: 0; font-size: 12px; background: #18469e; color: #fff; padding: 0 10px; margin-top:10px; }
.TextList002798 .list-main ul li .down{position: absolute;top:4px; text-align:center; width:80px; right: 10px; background:url(../images/feel4.png) no-repeat left 12px center #fff; padding-left: 30px;height:32px; border:1px #e1e1e1 solid; color:#06c; line-height:32px;}
.TextList002798 .list-main ul li:last-child{ border-bottom:none;}
.TextList002798 .tabSpan{ padding: 0 2% 20px;}
.TextList002798 .tabSpan span{ display: inline-block; font-size: 16px; padding: 0 15px; border-radius: 25px; border: 1px solid #eee; color: #333; margin-right: 10px; line-height: 40px; cursor: pointer;}
.TextList002798 .tabSpan span.aon{ background-color: #06c; color: #fff;}

@media(max-width:640px){
.TextList002798 .tab span{font-size: 12px; padding: 4px 14px;}
.TextList002798 .tab .btn:nth-child(2) { /* right: 100px; */ }
.TextList002798 .list-main ul li a{ background: url(../images/downicon.png) 0 3px no-repeat; font-size: 14px;}
.TextList002798 .list-main ul li .down{ /* position: relative; */top: 0; right: 0; display: block; margin-top: 15px; }
.TextList002798 .tab p{ font-size: 16px;  padding-right: 90px;}
}

.s_keywords { border: 0; font-size: 16px; margin-top: 2px; }
.s_btn { float: right; width: 25px; height: 25px; margin: 3px 5px 0 0;  border: 0; background: url(../images/search.png) no-repeat; cursor: pointer; }
.s_btn_m { float: right; width: 25px; height: 25px; margin: 4px 5px 0 0;  border: 0; background: url(../images/search.png) no-repeat; cursor: pointer; }


.pc_pattern #u643201 { width: 40%; }
.pc_pattern #u643206,.pc_pattern #u643210{
   width:30%;
}
.ys_zbox:hover{
background:#00569D !important;
}
.ys_zbox:hover .ys_pic{
background:url(skin2024/images/wkj2k2nxpvyar26qaaaddig-58s317.png)no-repeat center center !important;
}
.ys_zbox:hover .ys_pic>img{
filter: brightness(0) invert(1);
}
.ys_zbox:hover .ys_num{
color:rgb(255,255,255,0.3) !important;
}
.ys_zbox:hover p{
color:#fff !important;
}
@media screen and (max-width:1366px){
.pc_pattern #u643207 {
    margin-top: 40.105689%;
}
}
@media screen and (max-width:1280px){
.pc_pattern #u643201,.pc_pattern #u643206,.pc_pattern #u643210{
   width:33.33%;
}
}

@media screen and (max-width:768px){
.ys_zbox{
width: auto!important;
    height: auto!important;
padding: 20px !important;
}
.fw_tit{
margin-top: 11px!important;
    margin-bottom: 4px!important;
}
}


.pc_pattern #u826706 .basic-article-list-box .news_list_item_line .news_list_item_inner{
padding:0px;
}
.pc_pattern #u826706 .g-basic-article-box[data-type='1'] .news_list_img_box{
width: 100%;
}
.pc_pattern #u826706 .g-basic-article-box .news_list_item_ext_line{
display:none;
}
#u826706 .jz_photo_layer_amimate{
background-color: rgb(0,86,157,0.8);
}
#u826706 .jz_photo_layer_amimate .icon-fangdajing{
width: 52px;
    height: 52px;
    line-height: 52px;
background: url(skin2024/images/wkj2k2nxr_2ah72gaaadtj7kgge289.png)no-repeat center center;
}
#u826706 .icon-fangdajing:before{
display:none;
}

@media screen and (max-width:768px){
.g-basic-article-box[data-type='1'] .news_list_item_title {
    margin-top: 10px;
}
.g-basic-article-box .news_list_item_ext_line {
    margin-top: 0px;
}
.basic-article-list-box {
    padding-bottom: 0px;
}
.g-basic-article-box[data-device='mb'][data-type='1'].news_list_item_line{
margin-top: 15px;
}
}


.pc_pattern #u106106 .g-basic-article-box .news_list_item_header{
flex-direction: column-reverse;    
    bottom: 0;
    left: 5%;
}
.pc_pattern #u106106 .g-basic-article-box .news_list_item_date{
font-size: 16px;
color: #999999;
}
.pc_pattern #u106106 .g-basic-article-box[data-type='1'] .news_list_img_box{
margin: 0 auto;
}
.pc_pattern #u106106 .g-basic-article-box .news_list_item_summery{
font-size: 16px;
color: #666666;
line-height: 28px;
}
.pc_pattern #u106106 .g-basic-article-box .news_list_item_arrow_link{
float: left;
}

#u927406 .module_content .searchs_content.type_6 .iconShow span{
color:#666;
font-size: 32px;
}
#u927406 .module_content .searchs_content.type_2 .searchs_btn_content span { color: #fff!important; font-size: 25px;}
.pc_pattern #u927406{
position:relative;
}
.pc_pattern #u927406::after{
content:'';
position:absolute;
right:5px;
top:0px;
background:#E5E5E5;
width:0px;
height:100%;
}
.pc_pattern #u927405{
margin-right: -3%;
}
.pc_pattern #u927400{
box-shadow: rgb(101,43,19,0.05) 0px 0px 10px 5px !important;
}
@media screen and (max-width:1366px){
.pc_pattern #u927400 .laybox {
    padding-left: 1%;
    padding-right: 1%;
}
.pc_pattern #u927405 .basic_navbar .navContent .pageLine{
    margin-right: 5px;
}
.pc_pattern #u927402 {
    margin-top: 16.08127%;
}
.pc_pattern #u927409 {
    margin-top: 15.238908%;
}
.pc_pattern #u927407 {
    margin-top: 12.088435%;
}
}
@media screen and (max-width:1280px){
.tb_dh{
    font-size: 23px !important;
}
.pc_pattern #u927402 {
    margin-top: 17.08127%;
}
.pc_pattern #u927409 {
    margin-top: 16.238908%;
}
.pc_pattern #u927407 {
    margin-top: 13.088435%;
}
}