@charset "utf-8";

/*初始化样式*/
*{-webkit-tap-highlight-color:transparent;}
body{background-color:#fff;color:#333;font:16px/1.75em Arial,"Microsoft Yahei","Lucida Grande";/*设置字体*/overflow-x:hidden;width:100%;/*设置宽度*/}
table{background-color:transparent;border-spacing:0;border-collapse:collapse;font-size:16px;width:100%;border-top:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;box-sizing:border-box;}
table th{background-color:#f9f9f9;text-align:center;box-sizing:border-box;}
table td,table th{padding:1%;border:1px solid #e4e4e4;box-sizing:border-box;}

/*html5设置*/
article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block;}
html,body,div,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,p{margin:0;padding:0;}
a{text-decoration:none;outline:none;color:#333;}
a:focus{outline:none;-moz-outline:none;}
a:hover{color:#006dcc;}
a img{border:none;}

/*强制去除表单自带的样式*/
select,input,textarea{border-radius:0;-webkit-border-radius:0;}
input:focus{outline:none;}
input,button,select,textarea{outline:none; /*-webkit-appearance:none;*/}
textarea{resize:none;/*-webkit-appearance:none;*/}
textarea,input,select{background:none;border:none;margin:0;padding:0;}
input[type='text']::-moz-placeholder{opacity:1;}
input[type='text']:-moz-placeholder{opacity:1;}
input[type='text']::-webkit-input-placeholder{opacity:1;}
input[type='text']:-ms-input-placeholder{opacity:1;}

/*清楚浮动*/
.clear{clear:both;height:0px;overflow:hidden;}

.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; }

.ytable{ display:table; width:100%;table-layout:fixed;}
.ytable-cell{ display:table-cell; vertical-align:middle;}

/*该设置跟后台编辑器有关*/
.ul,.ul li,.dl,.dl dd,ul,ul li,ol,ol li,dl,dl dd{list-style:none;margin:0;padding:0;}
.h1,.h2,.h3,.h4,.h5,.h6,.p,h1,h2,h3,h4,h5,h6{padding:0px;margin:0px;}

/*该设置跟后台编辑器有关*/

/*全局样式*/
.inner{width:1200px;margin:0 auto;}

/*文本省略号 */
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot2,
.dot3,
.dot4{display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
/*2行文本省略号*/
.dot2 {-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
/*4行文本省略号*/
.dot4 {-webkit-line-clamp: 4;}

/*topBar*/
#topBar{background-color:#eee;font-size:14px;line-height:40px;position:relative;z-index:3;}

/*welcome*/
#welcome{color:#666;margin-right:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*regNav*/
#regNav{float:right;}
#regNav a,#regNav i{display:block;float:left;}
#regNav i{color:#c7c7c7;font-style:normal;padding:0 15px;}

/*header*/
#header{background-color:#fff;padding:15px 0;}
#header .inner{position:relative;}

/*logo*/
#logo{float:left;width:416px;}
#logo a{display:block;overflow:hidden;padding-bottom:16.82692308%;font-size:0;line-height:normal;background-position: left center;background-repeat: no-repeat;background-size:contain;text-indent:-99999em;}

/*search*/
#search{position:absolute;right:0;top:50%;margin-top:-21px;overflow:hidden;width:286px;}
#search a{display:block;overflow:hidden;float:right;height:42px;line-height:42px;background:#006dcc url(../images/icon_01.png) no-repeat center center;text-indent:-99999em;border-radius:0 21px 21px 0;width:60px;}
#search .input{margin-right:60px;overflow:hidden;border:1px solid #e6e6e6;border-radius:21px 0  0 21px;}
#search .text{background-color:#fff;font-size:14px;height:26px;line-height:26px;padding:7px 10%;display:block;width:80%;}
#search input[type='text']::-moz-placeholder{color:#ccc;}
#search input[type='text']:-moz-placeholder{color:#ccc;}
#search input[type='text']::-webkit-input-placeholder{color:#ccc;}
#search input[type='text']:-ms-input-placeholder{color:#ccc;}

/*wapBtn*/
#wapBtn{position:absolute;right:3.125%;top:50%;transform:translateY(-50%);display:none;}

/*schBtn*/
#schBtn{float:left;width:20px;height:20px;background:url(../images/icon_02.png) no-repeat center center;cursor:pointer;}

/*navBar*/
#navBar{background-color:#006dcc;color:#fff;height:50px;line-height:50px;position:relative;z-index:2;}
#navBar a{color:#fff;display:block;white-space:nowrap;}
#navBar li{width:11.11%;text-align:center;font-size:16px;float:left;position:relative;}
#navBar li ul{position:absolute;left:50%;transform:translateX(-50%);width:auto;background-color:#006dcc;min-width:100%;display:none;}
#navBar li li{float:none;width:auto;}
#navBar li li a{padding:0 10px;}
#navBar .on > a, #navBar .cur > a{background-color:#1a7cd1;}
#navBar em{display:none;}

/*navBtn*/
#navBtn{width:23px;height:20px;cursor:pointer;position:relative;float:left;margin-left:15px;}
#navBtn:before,#navBtn:after{content:'';display:block;position:absolute;right:0;width:100%;height:2px;background-color:#006dcc;transition:all .3s;}
#navBtn:before{top:1px;}
#navBtn:after{bottom:0;}
#navBtn span{position:absolute;right:0;width:70%;height:2px;background-color:#006dcc;top:50%;margin-top:-1px;display:block;transition:all .3s;}
#navBtn.open span{width:100%;}
#navBtn.open:before,#navBtn.open:after{width:70%;}

/* 会员中心头部 */
.TopVip {display: flex;display: -webkit-flex;display: -ms-flexbox;}
.TopVip .left{width: 81%;float: left;background-color: white;padding: 1% 3%;box-shadow: 0 5px 5px #DDDDDD;}
.TopVip .left h2{width: auto;float: right;text-align: right;font-size: 14px;font-weight: normal;padding: 20px 0;}
.TopVip .right{width: 13%;float: right;padding: 20px 0;background-color: #ededed;text-align: center;}
.TopVip .right .img{display: inline-block;}
.TopVip .right .img span{display: inline-block;height: 60px;float: left;line-height: 60px;margin: 0 5px;}
.TopVip .right .img .losp{width: 60px;border-radius: 50%;background-position: center;background-repeat: no-repeat;}
.TopVip .right .img .name{padding-right: 20px;position: relative;cursor: pointer;}
.TopVip .right .img .name::before{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: url(../images/down.png)no-repeat right center;padding: 6px;}

/*banner*/
#banner{ position: relative; clear:both;padding-bottom:390px;background:no-repeat center center;background-size:cover;}
#banner .lamhw{ position: absolute; top:45%; left: 0; width: 100%; font-size: 60px; line-height:60px; color: #fff; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }



/*footer*/
#footer{background-color:#eee;}

/*copyright*/
.copyright{text-align:center;font-size:14px;color:#666;line-height:1.75em;padding:0.66666667% 0;}
.copyright a{ padding:0 5px; color:#666; display: inline-block; vertical-align: middle; line-height:20px;}
.copyright a span,
.copyright a img{ display: inline-block; vertical-align: middle;}
.copyright a img{ margin-right:5px;}
.copyright a:hover{color:#006dcc;}

/*footer*/
.footer{border-bottom:1px solid #f7f7f7;font-size:14px;color:#666;padding:2.60416667% 0 1.92708333%;}
.footer a{color:#666;}
.footer a:hover{color:#006dcc;}
.footer .inner{display:table;table-layout:fixed;}
.footer img{display:block;width:100%;height:auto;}
.footer .td{display:table-cell;vertical-align:middle;}
.footer .logo{width:101px;}
.footer .qrcode{text-align:center;width:280px;}
.footer .qrcode ul{overflow:hidden;}
.footer .qrcode li{float:left;padding-left:30px;line-height:2.57142857em;width:110px;}
.footer .info{line-height:1.71428571em;padding-left:16.66666667%;}
.footer .info h2{font-size:16px;color:#333;font-weight:normal;line-height:2.25em;}
.footer .info p{padding:4px 0;}
.footer .info i{color:#006dcc;font-size:24px;line-height:1.16666667em;font-style:normal;}

/*hmWrap*/
#hmWrap{padding:20px 0;overflow:hidden;}

/*slides*/
#slides{border-radius:5px;overflow:hidden;margin-bottom:20px;}
#slides .item{background:no-repeat center center;background-size:cover;border-radius:5px;overflow:hidden;}
#slides .item a{display:block;overflow:hidden;padding-bottom:30.83333333%;}
#slides .load{padding-bottom:30.83333333%;}
#slides .owl-dots{position:absolute;left:50%;bottom:0;transform:translateX(-50%);white-space:nowrap;font-size:0;line-height:normal;text-align:center;margin-bottom:1.66666667%;}
#slides .owl-dot{display:inline-block;margin:0 5px;}
#slides .owl-dot span{display:block;width:10px;height:10px;border-radius:50%;border:1px solid #fff;}
#slides .active span{background-color:#f20c0c;border-color:#f20c0c;}

/*headlines*/
#headlines{overflow:hidden;margin-bottom:2.5%;}
#headlines h2{float:left;background-color:#f20c0c;color:#fff;height:60px;line-height:60px;width:60px;text-align:center;position:relative;font-size:20px;}
#headlines h2:after{content:'';display:block;position:absolute;left:100%;bottom:0;transform:translateY(50%);border-left:8px solid #f20c0c;border-top:8px solid transparent;border-bottom:8px solid transparent;}
#headlines ul{margin-left:80px;border-bottom:1px solid #ededed;}
#headlines li{overflow:hidden;height:59px;line-height:59px;font-size:20px;}
#headlines li time{display:block;float:right;font-size:14px;color:#999;}
#headlines li a{display:block;font-weight:bold;margin-right:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*hmBox*/
#hmBoxs{width:103.33333333%;}
#hmBoxs .hmbox{float:left;padding-right:3.22580645%;width:46.77419355%;padding-bottom:3.38709677%;}
#hmBoxs .more{position:absolute;right:0;bottom:10px;}
#hmBoxs .more span{display:none;}
#hmBoxs .more a{width:22px;height:22px;background:url(../images/icon_03.png) no-repeat center center;background-size:contain;text-indent:-99999em;display:block;}

/*hmOwl*/
#hmOwl .item{background:no-repeat center center;background-size:cover;}
#hmOwl .item a{display:block;overflow:hidden;padding-bottom:340px;position:relative;color:#fff;}
#hmOwl .load{padding-bottom:340px;}
#hmOwl .title{position:absolute;left:0;bottom:0;width:100%;background-color:rgba(0,0,0,0.4);}
#hmOwl .title span{display:block;font-size:16px;line-height:2.25em;padding:6px 50px 6px 3.44827586%;margin-right:3.44827586%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#hmOwl .owl-dots{position:absolute;right:3.44827586%;bottom:0;white-space:nowrap;font-size:0;line-height:normal;text-align:center;padding:20px 0;}
#hmOwl .owl-dot{display:inline-block;margin-left:10px;}
#hmOwl .owl-dot span{display:block;width:8px;height:8px;border-radius:50%;background-color:#fff;}
#hmOwl .owl-dot.active span{background-color:#f20c0c;}

/*tabnav*/
.tabnav{border-bottom:1px solid #ededed;position:relative;margin-bottom:30px;}
.tabnav ul{margin-right:22px;}
.tabnav li{float:left;padding-right:6.55172414%;}
.tabnav li span{font-size:18px;color:#999;line-height:1.11111111em;padding:7px 0 15px;position:relative;display:block;cursor:pointer;}
.tabnav li span:after{width:100%;height:2px;background-color:#006dcc;content:'';display:block;position:absolute;left:0;bottom:-1px;display:none;}
.tabnav .cur span{color:#333;}
.tabnav .cur span:after{display:block;}

/*hmnews*/
.hmnews{display:none;}
.hmnews .first{display:table;table-layout:fixed;width:100%;padding-bottom:7px;}
.hmnews .info{display:table-cell;vertical-align:middle;overflow:hidden;}
.hmnews .pic{display:table-cell;vertical-align:middle;width:180px;padding-right:24px;}
.hmnews .pic i{display:block;overflow:hidden;padding-bottom:66.66666667%;background:no-repeat center center;background-size:cover;}
.hmnews h2{font-weight:normal;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.125em;margin-bottom:14px;}
.hmnews p{font-size:14px;color:#999;line-height:24px;height:48px;overflow:hidden;margin-bottom:7px;}
.hmnews time{display:block;font-size:14px;color:#999;line-height:24px;}
.hmnews .item{font-size:16px;line-height:24px;margin-top:12px;}
.hmnews .item time{float:right;}
.hmnews .item a{display:block;background:url(../images/icon_04.png) no-repeat left center;padding-left:18px;margin-right:75px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hmnews .item:hover a,
.hmnews .red a{color:#f20c0c;background-image:url(../images/icon_05.png);}
.hmnews .item:hover time,
.hmnews .red time{color:#f20c0c;}

/*hmPic*/
#hmPic{overflow:hidden;margin-bottom:2.25%;}
#hmPic ul{width:101.75%;}
#hmPic li{float:left;width:31.61343161%;padding-right:1.71990172%;padding-bottom:1.71990172%;}
#hmPic a{display:block;overflow:hidden;padding-bottom:25.90673575%;position:relative;background:no-repeat center center;background-size:cover;border-radius:5px;color:#fff;}
#hmPic h2{position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%);font-size:28px;line-height:1.35em;text-shadow:0px 5px 6px rgba(0,0,0,0.3);text-align:center;white-space: nowrap;overflow:hidden; text-overflow: ellipsis;}

/*hmLink*/
#hmLink{margin-bottom:2.5%;border-radius:5px;overflow:hidden;display:table;table-layout:fixed;width:100%;}
#hmLink h2{display:table-cell;vertical-align:middle;background:#eee url(../images/icon_06.png) no-repeat center center;background-size:66.66666667% auto;font-size:18px;font-weight:normal;color:#333;width:120px;text-align:center;}
#hmLink ul{border:1px solid #ededed;border-left:none;display:table-cell;vertical-align:middle;padding:2.32142857% 0;}
#hmLink li{font-size:14px;float:left;padding:0.26785714% 3.125%;line-height:1.75em;}

/*wrapper*/
#wrapper{padding:2.60416667% 0 4.16666667%;}

/*midBar*/
#midBar{border-bottom:1px solid #ededed;line-height:59px;}

/*breadcrumb*/
#breadcrumb{float:right;background:url(../images/icon_07.png) no-repeat left 49%;padding-left:23px;font-size:14px;color:#bbb;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#breadcrumb a{color:#bbb;}
#breadcrumb a:hover{color:#006dcc;}
#breadcrumb i{font-style:normal;padding:0 5px;}
#breadcrumb span{color:#999;}

/*menu*/
#menu{margin-right:300px;}
#menu li{float:left;font-size:16px;padding-right:5%;}
#menu a{color:#999;display:block;position:relative;}
#menu a:after{width:100%;height:2px;background-color:#006dcc;content:'';display:block;position:absolute;left:0;bottom:-1px;display:none;}
#menu .cur a{color:#006dcc;}
#menu .cur a:after{display:block;}

/*categorySearch*/
#categorySearch{overflow:hidden;width: 90%;margin: 0 auto;margin-bottom:2.5%;}
#categorySearch label{display:block;float:left;width:65px;padding:0 25px;height:45px;line-height:45px;font-size:16px;color:#666;background-color:#f6f6f6;white-space:nowrap;}
#categorySearch ul{margin-left:117px;overflow:hidden;padding:3px 0;}
#categorySearch li{float:left;padding:3px 15px 3px 0;line-height:31px;font-size:16px;color:#999;}
#categorySearch li:nth-child(n + 5){display:none;}
#categorySearch li#show{display:block;}
#categorySearch li span{display:block;background-color:#fff;border:1px solid #ededed;padding:0 15px;cursor:pointer;}
#categorySearch li .selected{color:#fff;border-color:#e90000;background-color:#e90000;}
#categorySearch li i{display:block;font-style:normal;margin:0 15px;background:url(../images/icon_08.png) no-repeat right center;padding-right:17px;cursor:pointer;}
#categorySearch #category{margin-bottom:20px;background-color:#f6f6f6;border:1px solid #ededed;overflow:hidden;}
#categorySearch .form{position:relative;overflow:hidden;}
#categorySearch .item{padding-bottom:20px;float:left;width:42.5%;padding-right:1.66666667%;}
#categorySearch .item label{border:1px solid #ededed;border-right:none;}
#categorySearch .input{margin-left:116px;border:1px solid #ededed;position:relative;}
#categorySearch .text{display:block;width:90%;height:27px;line-height:27px;padding:9px 5%;font-size:16px;color:#333;}
#categorySearch .btn{position:absolute;right:0;bottom:20px;height:100%;width:11.66666667%;}
#categorySearch .submit{background-color:#e90000;display:block;height:100%;width:100%;border:none;color:#fff;-webkit-appearance:none;cursor:pointer;font-size:16px;}
#categorySearch .submit i{font-style:normal;margin-top:20px;display:block;background:url(../images/icon_09.png) no-repeat center top;background-size:20.71428571% auto;padding-top:40px;}
#categorySearch .area{height:45px;line-height:45px;margin-right:60px;padding:0 5%;}
#categorySearch .select{border-left:1px solid #ededed;position:absolute;right:0;top:0;height:100%;width:58px;background:url(../images/icon_10.png) no-repeat center center;cursor:pointer;}
#categorySearch .selectbox{position:absolute;left:-1px;top:100%;width:100%;height:auto;font-size:16px;line-height:2.5em;max-height:10em;padding:0.5em 0;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #ededed;z-index:2;color:#666;display:none;}
#categorySearch .selectbox p{padding:0 5%;cursor:pointer;}
#categorySearch .selectbox p:hover{background-color:#f9f9f9;color:#333;}

/*pgTitle*/
.pgTitle{border-bottom:1px solid #ededed;font-size:18px;line-height:1.35em;font-weight:normal;margin-bottom:1.5%;}
.pgTitle i{display:inline-block;position:relative;font-style:normal;padding-bottom:9px;}
.pgTitle i:after{width:100%;height:2px;background-color:#006dcc;content:'';display:block;position:absolute;left:0;bottom:-1px;}

/*pagenavi*/
.pagenavi{font-size:0;line-height:normal;text-align:center;}
.pagenavi a{display:inline-block;font-size:18px;color:#888;line-height:38px;height:38px;padding:0 14px;margin:1px 0.5%;border:1px solid #ededed;position:relative;}
.pagenavi .a_cur,.pagenavi a:hover{color:#fff;background-color:#006dcc;}

/*textList*/
#textList ul{margin-bottom:5.58333333%;overflow:hidden;}
#textList time{display:block;font-size:14px;color:#bbb;float:right;}
#textList li{font-size:16px;line-height:38px;}
#textList li> a{display:block;background:url(../images/icon_04.png) no-repeat left center;padding-left:22px;margin-right:75px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#textList li .wenben{ font-size: 14px; line-height: 24px; color: #999999; padding-left:22px;}
#textList li .wenben a{ display: inline-block; color: #006dcc;}
#textList li:hover > a{ color:#e90000; background:url(../images/icon_05.png) no-repeat left center;}
#textList li:hover .wenben a,
#textList li:hover > time{ color:#e90000;}
#textList li .bidding{margin-top: 20px;display: none;}

/*.textList2*/
.textList2 li:first-child{ padding-top: 0;}
.textList2 li{ padding:10px 0; border-bottom: solid 1px #ededed;}

/* .list-wz */
.list-wz ul{margin-bottom:5.58333333%;overflow:hidden;}
.list-wz li{ padding:15px 0; border-bottom: solid 1px #ededed;}
.list-wz li> a{background:url(../images/icon_04.png) no-repeat left center; max-width: 80%; margin-right:15px; display: inline-block; vertical-align: middle; padding-left:22px;margin-right:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list-wz li> time{ font-size: 16px; padding-left:15px; line-height:15px; float: inheri; border-left:solid 1px #bbb; display: inline-block; vertical-align: middle; color: #999999;}
.list-wz li .wenben{ font-size: 14px; line-height: 24px; color: #999999; padding-left:22px;}
.list-wz li .wenben a{ display: inline-block; color: #006dcc;}
.list-wz li:hover> a{ color: #f20c0c; background:url(../images/icon_05.png) no-repeat left center;}
.list-wz li:hover time,
.list-wz li:hover .wenben a{color:#f20c0c;}

/* .lanmu-box */
.lanmu-box{ padding-bottom:30px;}
.lanmu-box{ text-align: center; font-size: 0; }
.lanmu-box a{ vertical-align: middle; margin: 0 10px; font-size: 18px; display: inline-block; padding:15px 40px; background-color: #f6f6f6; color: #666666; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; }
.lanmu-box a:hover,
.lanmu-box a.cur{ background-color: #f20c0c; color: #fff;}

/* 通用详情 */
.Info-shell .title{ text-align: center; font-size: 18px; line-height: 35px; font-weight: 500;}
.Info-shell .time{ line-height:20px; font-size: 14px; color: #bbb; text-align: center;}
.Info-shell .Conte{ padding-top: 15px;}

/*warning*/
.warning{background-color:#f6f6f6;border:1px solid #e90000;font-size:16px;line-height:1.875em;padding:1.83333333% 2.5%;margin-bottom:3.75%;}
.warning .intro{color:#999;}
.warning a{color:#e90000;}

/*bidding*/
#bidding{overflow:hidden;}
#bidding .top,.bidding .top{overflow:hidden;margin-bottom:2%;}
#bidding .top span,#bidding .top a,.bidding .top span,.bidding .top a{float:right;background-color:#e90000;width:103px;height:31px;text-align:center;line-height:31px;color:#fff;font-size:14px;display:block;}
#bidding .top .title,.bidding .top .title{margin-right:110px;margin-bottom:0;}
#bidding .title,.bidding .title{font-size:22px;line-height:1.35em;font-weight:normal;padding-left:15px;position:relative;margin-bottom:3.91666667%;}
#bidding .title:before,.bidding .title:before{width:3px;height:20px;background-color:#006dcc;content:'';display:block;position:absolute;left:0;top:5px;}
#bidding .meta,.bidding .meta{width:101.33333333%;overflow:hidden;margin-bottom:3.75%;}
#bidding .tabl,.bidding .table{float:left;padding-right:1.31578947%;width:48.68421053%;color:#999;}
#bidding table,#bidding th,#bidding td,.bidding table,.bidding th,.bidding td{border-color:#ededed;}
#bidding table,.bidding table{font-size:16px;line-height:1.875em;}
#bidding td,.bidding td{padding:15px;}
#bidding .name,.bidding .name{width:115px;background-color:#f6f6f6;text-align:center;color:#666;}

/*entry*/
.entry{font-size:16px;line-height:1.875em;color:#666;}
.entry h4{font-size:24px;color:#333;line-height:1.5em;font-weight:normal;}

/*postnavi*/
.postnavi{font-size:14px;color:#666;line-height:1.42857143em;border-top:1px solid #ededed;padding-top:2.5%;margin-top:5%;}
.postnavi p{padding:3px 0;}
.postnavi a{color:#666;}
.postnavi a:hover{color:#e90000;}
.postnavi i{font-style:normal;color:#e90000;margin-right:6px;}


/* 公司新闻 */
.TopNews{ position: relative; margin-bottom:50px;}
.TopNews .owl-carousel{ display: block;}
.TopNews .item a{overflow: hidden;display: block;background: #eeeeee; transition: 0.3s; padding-bottom: 0;}
.TopNews .item .Ispic{ width:32.25%;padding-bottom:24.167%; float: left; background-repeat: no-repeat !important; background-size: contain!important;}
.TopNews .item .txt{float: right;margin-right: 3%; width: 60%; padding:2.5% 0;}
.TopNews .item .txt h3{ padding: 20px 0; font-size: 22px; color: #333333; font-weight: 500;}
.TopNews .item .txt p{line-height: 25px;color: #999999; font-size: 14px; margin-bottom: 0;}
.TopNews .item .txt .but{ margin-top:40px; font-size: 14px;}
.TopNews .item .txt .but span{ color: #333333;}
.TopNews .item .txt .but time{ border-left:solid 1px #999; line-height:15px; padding-left: 15px; margin-left: 15px; color: #999;}
.TopNews .owl-dots{ padding:20px 0; text-align: center;}
.TopNews .owl-dots .owl-dot{ margin:0 5px; display: inline-block; width: 12px; height: 12px; border:solid 1px #999; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.TopNews .owl-dots .owl-dot.active{ background-color: #e90000; border-color: #e90000;}
#Newslist ul{ overflow: hidden;}
#Newslist li{ margin-bottom:35px; width: 100%; overflow: hidden;}
#Newslist li a a{overflow: hidden;display: block;background: #eeeeee; transition: 0.3s; padding-bottom: 0;}
#Newslist li a .Ispic{ width:16.667%;padding-bottom:12.5%; float: left; background-repeat: no-repeat !important; background-size: contain!important;}
#Newslist li .txt{float: right; width:80%; border-bottom: solid 1px #eee;}
#Newslist li .txt h3{ padding-bottom:10px; font-size:18px; color: #333333; font-weight: 500;}
#Newslist li .txt p{ line-height: 25px;color: #999999; font-size: 14px; margin-bottom: 0;}
#Newslist li .txt .but{ padding:20px 0 13px; font-size: 14px;}
#Newslist li .txt .but span{ color: #006dcc;}
#Newslist li .txt .but time{ border-left:solid 1px #999; line-height:15px; padding-left: 15px; margin-left: 15px; color: #999;}
#Newslist li:hover .txt h3,
#Newslist li:hover .but span{ color: #006dcc;}

/* 媒体新闻 */
#Medialist ul{ margin-bottom:90px; overflow: hidden;}
#Medialist li{ margin-bottom:50px; width:30.5%; margin-right:4.2%; float: left; border-bottom:solid 1px #eee;}
#Medialist li:nth-child(3n){ margin-right:0;}
#Medialist li .Ispic{ position: relative; width:100%;padding-bottom:74.866%; float: left; background-repeat: no-repeat !important; background-size: contain!important; overflow: hidden;}
#Medialist li .Ispic span{ background-color: #e90000; color: #fff; padding:4px 20px; position: absolute; bottom: 0; left: 0;}
#Medialist li .txt{ width: 100%; overflow: hidden;}
#Medialist li .txt h3{ margin:25px 0 10px; line-height: 30px; height: 60px; font-size:18px; color: #333333; font-weight: 500;}
#Medialist li .txt p{ line-height: 25px;color: #999999; font-size: 14px; margin-bottom: 0;}
#Medialist li .txt .but{ padding:15px 0; margin-top:15px; font-size: 14px;}
#Medialist li .txt .but span{ color: #006dcc;}
#Medialist li .txt .but time{ border-left:solid 1px #999; line-height:15px; padding-left: 15px; margin-left: 15px; color: #999;}
#Medialist li:hover .txt h3{ color: #006dcc;}


/* 交易须知 */
.Transaction{ width: 74%; float: left;}
.Transaction h4{ line-height:35px; font-size: 28px; color: #333333; font-weight: 500; }
.Transaction .Tishi{ padding:3px 0 10px; border-bottom: solid 1px #eee; color: #999999; font-size: 14px;}
.Transaction h2{ padding:20px 0; font-weight: 500; font-size: 18px; color: #006dcc;}
.Transaction .wenzi{ font-size: 14px; color: #666666; line-height: 28px;}
.Popular{ width: 20%; float: right;}
.Popular .Tis{ margin-bottom:38px; overflow: hidden; border-bottom: solid 1px #eee;}
.Popular h4{ float: left; line-height:35px; font-size:18px; color: #333333; font-weight: 500; }
.Popular h4 span{ display: inline-block; border-bottom:solid 2px #e90000;}
.Popular .Tis{ position: relative;}
.Popular .Tis a{ position: absolute; top:15%; right: 0; width:22px;height:22px;background:url(../images/icon_03.png) no-repeat center center;background-size:contain;text-indent:-99999em;display:block;}
.Popular ul{  line-height:25px;}
.Popular ol{ border-bottom:solid 1px #eee; padding-bottom:20px;}
.Popular ol .Ispic{ background-repeat: no-repeat!important; background-size: contain!important; width: 100%; padding-bottom:67%;}
.Popular ol h3{ margin:18px 0 8px; height:50px; font-size:18px; color: #333333; font-weight: 500;}
.Popular ol p{ font-size: 14px; color: #999999; height: 50px;}
.Popular ol time{ font-size: 14px; color: #999999;}
.Popular li{ padding-left:22px; background:url(../images/icon_05.png) no-repeat left 8px; margin-top:30px;}
.Popular li a{ font-size: 16px; color: #333333;}
.Popular li a:hover{ color: #006dcc;}
.Popular .tupiw{ padding-top: 50px;}
.Popular .tupiw img{ width: 100%;}

/* 常见问题 */
.problem li{ position: relative; padding:15px 0; border-bottom: solid 1px #ededed;}
.problem li> h4{ font-size: 18px; font-weight: 500; background:url(../images/icon_04.png) no-repeat left center;padding-left:22px; margin-right:75px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.problem li .text{ border-bottom: solid 1px #e90000; padding-bottom:20px; font-size: 14px; color: #666666; line-height: 25px; padding-top:15px; display: none;}
.problem .Abut{ cursor: pointer; font-size: 14px; position: absolute; right: 0; bottom:15px; padding:0 10px;}
.problem .Abut span{ padding-right:15px;}
.problem .unfold{ padding:0; color: #999999;}
.problem .unfold span{ background: url(../images/xial_icon1.png) no-repeat right center;}
.problem .close{ display: none; background-color: #e90000;  color: #fff;}
.problem .close span{ background: url(../images/xial_icon2.png) no-repeat right center;}
.problem li.active{ border-color:#fff;}
.problem li.active .unfold{ display: none;}
.problem li.active .close{ display: inherit;}
.problem li.active h4{ background:url(../images/icon_05.png) no-repeat left center;}


/* 关于我们 */
.back_nw{ background-color: #ededed; padding: 60px 0;}
.back_nw ul{ text-align: center; font-size: 0; font-size: 16px; color: #666666;}
.back_nw li{ min-width:20%; display: inline-block; vertical-align: middle;}
.back_nw li .timw{ font-size: 14px; color: #999999;}
.back_nw li span{ display: inline-block; line-height: 88px; font-size: 88px; color: #006dcc;}
.AboutCont{ line-height: 30px; color: #666666; padding: 65px 0;}
.AboutCont .video{ margin: 50px 0; text-align: center;}
.AboutCont .Ispic{ position: relative; width:54.834%; padding-bottom:30.834%; z-index: 3; background-size: contain !important; background-repeat: no-repeat !important; display: inline-block; vertical-align: middle;}
.AboutCont .Ispic .icon{ background: url(../images/video_icon.png) no-repeat center; cursor: pointer; position: absolute; width: 47px; height: 47px; top:50%; left: 50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); }
.AboutCont .Ispic.oma{ opacity: 0; z-index: -1;}


/* 采集中心 */
.collection{ padding:50px; box-shadow: 0 0 30px rgba(0,0,0,0.27); border-top: solid 2px #e90000; overflow: hidden;}
.collection h4{ text-align: center; font-size: 28px; font-weight: 500; line-height: 50px;}
.collection .input-box{ padding-left:120px; line-height: 60px; border:solid 1px #f6f6f6; margin-bottom: 20px; position: relative; width: 48%; float: left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.collection .input-box .wenz{ color: #666666; height: 60px; line-height: 60px; text-align: center; background-color: #f6f6f6; width: 120px; position: absolute;left: 0; top:0; z-index: 3;}
.collection .input-box input{ color: #666666; font-size: 18px; width:100%; height: 60px; line-height: 60px; padding: 0 15px;}
.collection .input-box .hide{ display: none!important;}
.collection .input-box:nth-child(2n){ float: right;}
.collection .input-box4,
.collection .input-box3{ width: 100%; padding-left:150px;}
.collection .input-box3::after,
.collection .input-box4::after{ content: ''; display: inline-block; width: 150px; background-color: #f6f6f6; height: 100%; position: absolute; left: 0; top: 0;}
.collection .input-box4 .wenz,
.collection .input-box3 .wenz{ width: 150px;}
.collection .input-box2 .Measure{ position: relative; padding:0 70px;}
.collection .input-box2 .Measure input{ color: #666; padding:0; text-align: center; border:solid 1px #ededed; border-bottom:none; border-top:none; vertical-align: middle;}
.collection .input-box2 .Measure span{ cursor: pointer; outline:none; position: absolute; top: 0; vertical-align: middle; font-size: 24px; color: #666666; width: 70px; display: inline-block; text-align: center; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.collection .input-box4 textarea{ font-family: '微软雅黑'; color: #666666; font-size: 16px; width: 100%; height: 200px; padding:18px 15px;}
.collection .input-box2 .Measure span.J_minus{ left: 0;}
.collection .input-box2 .Measure span.J_add{ right: 0;}
.collection .but_box{ text-align: center;}
.collection .but_box a{ cursor: pointer; background:#e90000; line-height:50px; color: #ffffff; display:inline-block; max-width: 360px; width: 100%;}


/* 会员登陆 */
.member{ position: relative; min-height:79vh; width: 100%; background-size: cover !important; background-repeat: no-repeat !important;}
.member-box{ float: right; padding:30px 10px 60px; max-width:400px; background-color: #fff; border-top: solid 2px #e90000; width: 90%;}
.member-box h4{ margin-bottom:15px; text-align: center; font-size: 28px; color: #333333; font-weight: 500; line-height: 52px;}
.member-box input{ height: 52px;}
.member-box .input{ border:solid 1px #eee; padding-left: 100px; position: relative; background-color: #eeeeee; margin-bottom:15px; vertical-align: middle;}
.member-box .wenz{ position: absolute; left:0; top: 0; line-height:52px; display:inline-block; vertical-align: middle; font-size: 16px; color: #666; width: 100px; text-align: center;}
.member-box .input2 input,
.member-box .input input{ padding:0 5px; width:100%;}
.member-box .input2{ border:solid 1px #eee; padding-left: 100px; padding-right:106px; position: relative;}
.member-box .input2 .code{position: absolute;top: 0;right: 0;z-index: 3;}
.member-box .input2 .code img{height: 52px;}
.member-box .input2 .wenz{ background-color: #eee;}
.member-box .input2 .imr{ line-height:52px; width: 106px; height:52px; background-color: #8a8787; position: absolute; top:0; right: 0;}
.member-box .input2 .imr img{ max-height: 52px;}
.member-box .agree{ padding:20px 0; font-size: 14px; color: #999999; line-height:30px;}
.member-box .agree input{ margin-right: 10px; float: left; height: 30px; line-height:30px;}
.member-box .agree a{ color: #f20c0c;}
.member-box .but_Ti{ color: #fff; text-align: center; background-color: #e90000;}
.member-box .but_Ti input{ cursor: pointer; width: 100%; color: #fff; font-size: 16px;}
.member-box .prompt{ padding: 15px 0;}
.member-box .prompt a{ font-size: 14px; color: #999999;}
.member-box .prompt a.red{ color: #e90000;  float: right;}
.member .Juz{ width: 100%; position: absolute; right: 0; top: 50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }

/* 会员弹框 */
.frame{ background: rgba(0,0,0,0.6); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9;}
.frame .wid{ position: relative; text-align: center; padding:50px; width:59.5%; margin: 0 auto; background-color: #fff;}
.frame .img img{ vertical-align: middle; max-width: 100%;}
.frame .Juz{ width: 100%; position: absolute; right: 0; top: 50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
.frame .Dowload{ padding:40px 0 20px;}
.frame .Dowload a{ padding:5px 0; border-bottom: solid 1px #006dcc; font-size: 16px; color: #006dcc;}
.frame .but a{ background:#e90000; line-height:50px; color: #ffffff; display:inline-block; max-width: 360px; width: 100%;}
.frame .close{ cursor: pointer; background: url(../images/close_icon.png) no-repeat center; width: 62px; height: 65px; position: absolute; right: 0; top: 0;}

/* 会员中心 */
.pageVip{display: flex;display: -webkit-flex;display: -ms-flexbox;background-color: #f5f5f5;}
.leftMenu{float: left;min-height: 100vh;background: url(../images/VIPleft.jpg)no-repeat center top;width: 280px;overflow: hidden;}
.leftMenu .Lmenu{float: left;width: 45%;height: 100%;}
.leftMenu .Lmenu a{color: white;font-size: 16px;text-align: center;}
.leftMenu .Lmenu li{padding: 35px 10px;}
.leftMenu .Lmenu li.on,
.leftMenu .Lmenu li:hover{background-color: rgba(0,0,0,0.1);}
.leftMenu .Rloca{width: 55%;float: left;background-color: rgba(0,0,0,0.15);height: 100%;padding-top: 45px;}
.leftMenu .Rloca a{color: white;float: right;padding: 10px 0;width: 130px;text-align: center;background-color: rgba(0,0,0,0.2);border-top-left-radius: 50px;border-bottom-left-radius: 50px;}
/* .Bidopen .leftMenu:nth-of-type(1){display: none;} */
.right_content{float: left;width: 85%;}
.right_content .Rcontent{padding: 60px;}
.Ritem {margin-bottom: 45px;}
.right_content .titBox{margin-bottom: 30px;}
.right_content .titBox h3{font-size: 24px;position: relative;padding-left: 30px;color: #333333;font-weight: normal;}
.right_content .titBox h3::before{content: "";position: absolute;left: 0;top: 3px;padding: 10px;background: url(../images/vip1.png)no-repeat center;}
.Ritem1 .RtopBox li{width: 24.2%;max-width: 367px;float: left;line-height: 1.5;color: white;margin-right: 1%;background-position: center;background-repeat: no-repeat;background-size: cover;border-radius: 30px;color: white;}
.Ritem1 .RtopBox li:nth-child(1){background-image: url(../images/vip2.png);}
.Ritem1 .RtopBox li:nth-child(2){background-image: url(../images/vip3.png);}
.Ritem1 .RtopBox li:nth-child(3){background-image: url(../images/vip4.png);}
.Ritem1 .RtopBox li:nth-child(4){background-image: url(../images/vip5.png);margin-right: 0;}
.Ritem1 .RtopBox li .textBox{padding: 50px 40px;}
.Ritem1 .RtopBox li .num{font-size: 60px;}
.Ritem1 .RtopBox li .num span{font-size: 16px;}
.Ritem1 .RtopBox li .info{font-size: 20px;}

.right_content .RjyBox{background-color: white;border-radius: 20px;padding: 30px;}
.right_content .tabBox{border-bottom: 1px solid #EEEEEE;overflow: hidden;}
.right_content .tabBox ul{float: left;}
.right_content .tabBox li{float: left;font-size: 18px;margin-right: 40px;}
.right_content .tabBox li a{color: #666666;padding-bottom: 15px;display: block;border-bottom: 2px solid transparent;}
.right_content .tabBox li.on a,
.right_content .tabBox li:hover a{color: #006dcc;border-bottom: 2px solid #006dcc;}
.right_content .tabBox .Rmore{float: right;color: #666666;}

.Ritem2 .Rjycon .itemBox{margin-top: 40px;}
.Ritem2 .Rjycon .itemBox h3{font-size: 18px;}
.Ritem2 .Rjycon .itemBox li{margin-bottom: 40px;}
.Ritem2 .Rjycon .itemBox .info{margin: 20px 0;color: #999999;max-width: 800px;overflow: hidden;}
.Ritem2 .Rjycon .itemBox .info p{width: 50%;float: left;}
.Ritem2 .Rjycon .itemBox table{border-color:  #f5f5f5;}
.Ritem2 .Rjycon .itemBox th{padding-left: 50px;background-color: #f5f5f5;border-color:  #f5f5f5;font-size: 14px;text-align: left;color: #666666;font-weight: normal;}
.Ritem2 .Rjycon .itemBox td{border-color:  #f5f5f5;color: #999999;padding-left: 50px;}
.Ritem2 .Rjycon .itemBox .td1{width: 30%}
.Ritem2 .Rjycon .itemBox .td2{width: 50%;}
.Ritem2 .Rjycon .itemBox .td3{text-align: center;width: 20%;}
.Ritem2 .Rjycon .itemBox .td3 a{background-color: #006dcc;color: white;padding: 8px 20px;border-radius: 30px;}
.Ritem2 .Rjycon .itemBox input{margin-right: 10px;}
.Ritem2 .Rjycon .itemBox label{position: relative;cursor: pointer;}
.Ritem2 .Rjycon .itemBox input[type="checkbox"]+label::before{content: "";position: absolute;left: -30px;top: 0px;width: 13px;height: 13px;background-color: #F5F5F5;border: 1px solid #dfdfdf;}
.Ritem2 .Rjycon .itemBox input[type="checkbox"]:checked+label::before{background-color: #006dcc;}

.right_content #breadcrumb{float: none;margin-left: 60px;margin-top: 10px;}
.RnewNotice{margin-top: 50px;}
.RnewNotice .Rsearch{font-size: 14px;}
.RnewNotice .Rsearch li{}
.RnewNotice .Rsearch li .item:nth-child(3){margin-left: 5px;}
.RnewNotice .Rsearch li a{display: inline-block;margin-right: 10px;margin-bottom: 15px;padding: 10px 21px;line-height: 1;border: 1px solid #e5e5e5;border-radius: 5px;color: #888;}
.RnewNotice .Rsearch li a.on,
.RnewNotice .Rsearch li a:hover{color: white;background-color: #006DCC;}
.RnewNotice .Rsearch li:nth-child(2) a +a{padding: 10px 28px;}
.RnewNotice .Rsearch li .text{height: 35px;border: 1px solid #e5e5e5;border-radius: 5px;padding: 0 10px 0 15px;}
.RnewNotice .Rsearch li .text1{width: 19%;}
.RnewNotice .Rsearch li .cgx{margin-left: 15px;}
.RnewNotice .Rsearch li .text1:nth-of-type(2){margin-right: 2%; }
.RnewNotice .Rsearch li .date{width: 9%;color: #666;margin: 0 5px;cursor: pointer;background: url(../images/rl.png)no-repeat right 10px center; outline: none;appearance:none; -moz-appearance:none;  -webkit-appearance:none;  }
.RnewNotice .Rsearch li .asp{float: right;}
.RnewNotice .Rsearch li .cz{background-color: #e3e3e3;}
.RnewNotice .Rsearch li .cz:hover{background-color: #e3e3e3;color: #333333;}
.RnewNotice .Rcgjy li .text1{width: 10%;}
.RnewNotice .Rcgjy .readonly{background: url(../images/seldown2.png)no-repeat right 15px center;cursor: pointer;}
.RnewNotice .Rcgjy .slecetR{position: relative;display: inline-block;}
.RnewNotice .Rcgjy .slecetR input{width: 100%;}
.RnewNotice .Rcgjy .slecetR .optionR{display: none;position: absolute;left: 0;top: 100%;width: 100%;padding: 15px;background-color: white;line-height: 1.5;}
.RnewNotice .Rcgjy .slecetR .optionR span{display: block;cursor: pointer;}

.Rscreen {margin-top: 50px;}
.Rscreen li{float: left;width: 130px;margin-right: 15px;position: relative;}
.Rscreen li:nth-child(1){width: 210px;}
.Rscreen .text{position: relative;cursor: pointer;border: 1px solid #e5e5e5;border-radius: 5px;display: block;padding: 10px 35px 10px 15px;color:#888 ;font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.Rscreen .text::before{content: "";position: absolute;right: 10px;top: 15px;padding: 10px;transition: 0.3s;}
.Rscreen .txt1::before{background: url(../images/seldown2.png)no-repeat center;}
.Rscreen .txt2::before{background: url(../images/seledown.png)no-repeat center;}
.Rscreen .text.on::before{transform: rotate(180deg);}
.Rscreen .txt2.text.on{background-color: #006DCC;border: 1px solid #006DCC;color: #fff}
.Rscreen .txt2.text.on::before{background: url(../images/seldown2.png)no-repeat center;}
.Rscreen .subdown{display: none;position: absolute;left: 0;top: 100%;width: 100%;background-color: white;padding: 15px;line-height: 1.5;z-index: 9;}
.Rscreen .subdown a{display: block;margin: 5px 0;color: #888888;}

.tableList{margin-top: 30px;}
.tableList th{background-color: #f5f5f5;border-color: #F5F5F5;text-align: left;padding: 10px 30px;font-weight: normal;}
.tableList td{border-color: #F5F5F5;padding: 30px;}
.tableList .th1{width: 74%;}
.tableList .th2{width: 13%;text-align: center;}
.tableList .th3{width: 13%;text-align: center;}
.tableList .textBox{margin-top: 20px;}
.tableList .textBox,
.tableList .tit{overflow: hidden;line-height: 1.3;}
.tableList .textBox span,
.tableList .tit span{float: left;background-color: #006DCC;padding: 3px 10px;color: white;border-radius: 30px;line-height: 1.2;font-size: 14px;margin-right: 10px;}
.tableList .tit h3{float: left;font-size: 18px;}
.tableList .textBox span{background-color: #74b024;}
.tableList .textBox .txtR{float: left;color: #999999;font-size: 14px;overflow: hidden;max-width: 800px;}
.tableList .textBox .txtR p{width: 50%;float: left;line-height: 1.8;}
.tableList .txtP1{display: inline-block;padding-top: 30px;background: url(../images/dw.png)no-repeat center top;}
.tableList .txtP2{display: inline-block;padding-right: 25px;position: relative;cursor: pointer;}
.tableList .txtP2::before{content: "";position: absolute;right: 0;top: 3px;background: url(../images/down2.png)no-repeat center;padding: 10px;}
.tableList .txtP2:hover,
.tableList .txtP2.on{color: #006DCC;}
.tableList .txtP2.on::before{transform: rotate(180deg);}
.tableList .tableTr{display: none;}
.tableList .hasTable{padding: 0;}
.tableList .hasTable table th{border-top: 1px solid transparent;}
.tableList .hasTable table td:first-child,
.tableList .hasTable table th:first-child{border-left: 1px solid transparent;}
.tableList .hasTable table td:last-child,
.tableList .hasTable table th:last-child{border-right: 1px solid transparent;}
.tableList .hasTable table tr:last-child td{border-bottom: none;}
.tableList .hasTable table td{padding: 15px;}
.tableList .hasTable .itemBox{margin-top: 0;}

/*Page002091 */
.Page002091{ line-height:25px; font-size:14px; padding:2% 0;color: #999999;}
.Page002091 .pages a{ display:inline-block; border-radius:2px;margin: 0 2px; background-color:#FFFFFE;text-align: center;line-height: 35px;color: #999999;border:1px solid #e6e6e6;width: 35px;height: 35px;}
.Page002091 .pages em{ font-style:normal; display:inline-block;}
.Page002091 .pages .p_count{margin-right: 10px;}
.Page002091 .pages a.a_cur{ background-color:#006DCC; color:#fff;}
.Page002091 .pages .a_next{color: white;background: url(../images/rightd.png)no-repeat center;text-align: left;}
.Page002091 .pages .a_prev{color: white;background: url(../images/leftd.png)no-repeat center;text-align: left;}
.Page002091 .pages b{ font-weight:normal;}
.Page002091 .pages .f1,
.Page002091 .pages .f2{margin:  0 10px;}
.Page002091 .pages .i_text{ width:60px; height:35px;margin-right: 10px; border-radius:2px; border:1px solid #e6e6e6; background:none; text-align:center; line-height:35px; margin:0 5px; font-size:14px;}

.Rdetail .headTxt h3{font-size: 24px;margin-bottom: 10px;}
.Rdetail .headTxt .Rnu {font-size: 14px;}
.Rdetail .headTxt .Rnu .ico{color: white;padding: 5px 10px;background-color:#74b024 ;border-radius: 20px;margin-right: 5px;}
.Rdetail .Rsize{background-color: #f5f5f5;padding: 40px 30px;margin-top: 60px;}
.Rdetail .Rsize li{margin-bottom: 10px;font-size: 14px;overflow: hidden;}
.Rdetail .Rsize li span{display: block;width: 25%;float: left;line-height: 1.5;}
.RzbBox{margin-top: 60px;}
.RzbBox ul li{float: left;width: 33.333%;cursor: pointer;padding: 20px 0;color: #555555;background-position: right center;background-repeat: no-repeat;background-size: cover;font-size: 14px;}
.RzbBox ul li:nth-child(1){background-image: url(../images/zb1_1.png);}
.RzbBox ul li:nth-child(2){background-image: url(../images/zb2_2.png);}
.RzbBox ul li:nth-child(3){background-image: url(../images/zb3_1.png);}
.RzbBox ul li:nth-child(4){background-image: url(../images/zb4.png);}
.RzbBox ul li:nth-child(5){background-image: url(../images/zb5.png);}
.RzbBox ul li.on:nth-child(1){background-image: url(../images/zb2_1.png);color: white;}
.RzbBox ul li.on:nth-child(2){background-image: url(../images/zb2_1.png);color: white;}
.RzbBox ul li.on:nth-child(3){background-image: url(../images/zb3_2.png);color: white;}

.RzbBox ul li span{padding-left: 30px;}
.RthBox{margin-top: 30px;border: 1px solid #ebebeb;display: flex;display: -webkit-flex;display: -ms-flexbox;margin-bottom: 80px;}
.RthBox .itemtab{width: 18%;border-right: 1px solid #ebebeb;}
.RthBox .itemtab .itemcon{padding: 60px;}
.RthBox .itemtab li{position: relative;padding-bottom: 30px;color: #999999;}
.RthBox .itemtab li::before{content: "";position: absolute;left: 7px;bottom: 3px;padding: 15px 1px;background: url(../images/dd.png)no-repeat center;}
.RthBox .itemtab li:last-child::before{display: none;}
.RthBox .itemtab li label{position: relative;padding-left: 30px;cursor: pointer;}
.RthBox .itemtab li input[type="radio"]+label::before{content: "";position: absolute;left: 0;top: 0;border: 1px solid #999999;padding: 7px;}
.RthBox .itemtab li input[type="radio"]:checked+label::before{background: url(../images/che.png)no-repeat left 1px center;border: 1px solid #006DCC;}
.RthBox .itemtab li input[type="radio"]:checked+label{color: #006DCC;}
.RthBox .rightItem{width: 82%;float: left;}
.RthBox .item{float: left;border-right: 1px solid #ebebeb;width: 100%;height: 100%;overflow: hidden; display: none;}
.RthBox .item:nth-child(1) .itemcon{width: 75%;}
.RthBox .item:nth-child(1) .itemcon:nth-child(2){width: 24%;}
.RthBox .item .itemcon{height: 100%;float: left;border-right: 1px solid #ebebeb;}
.RthBox .item .itemcon:last-child{border-right: none;}
.RthBox .item .ytable{height: 100%;}
.RthBox .item .list_it{margin-bottom: 10px;}
.RthBox .item .list_it input{width: 320px;height: 40px;border-radius: 5px;border: 1px solid #DDDDDD;padding: 0 15px;}
.RthBox .item .list_it span{display: inline-block;width: 150px;text-align: right;}
.RthBox .item .list_it em{color: red;margin-right: 3px;}
.RthBox .item .itbth{margin-left: 155px;padding: 10px 30px;border-radius: 5px;color: white;background-color: #006DCC;display: inline-block;margin-top: 15px;line-height: 1;}
.RthBox .item:last-child{border-right: none;}
.RthBox .item .Wbtn{text-align: center;}
.RthBox .item .wei{background-color: #b3b3b3;color: white;padding: 10px 25px;border-radius: 5px;}
.RthBox .item .yi{background-color: #006DCC;color: white;padding: 10px 25px;border-radius: 5px;}
.RthBox .item .itemcon.w100{width: 100%;padding-bottom: 100px;}
.RthBox .item .itemcon.w50{width: 49%;color: #888888;}
.RthBox .item .itemcon.w50 .itbth{margin-left: 0;}
.RthBox .item .itemcon.w50 .ytable{padding:30px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.RthBox .item .list_sp{margin-bottom: 10px;}
.queueList .webuploader-container .webuploader-pick~div{ width:100%!important;; height:44px!important;}
.RthBox .item .wjn,
.RthBox .item .Yjn{padding: 5px 10px;color: white;border-radius: 5px;margin-left: 10px;}
.RthBox .item .wjn{background-color: #ff6764;}
.RthBox .item .Yjn{background-color: #ff981e;}
.RthBox .item .sj{color: #006dcc;}
.RthBox .item .bzj{}
.RthBox .item .bzj label{position: relative;padding-left: 20px;cursor: pointer;margin-right: 15px;}
.RthBox .item .bzj input[type="radio"]+label::before{content: "";position: absolute;left: 0;top: 2px;border: 1px solid #999999;padding: 4px;border-radius: 50%;}
.RthBox .item .bzj input[type="radio"]:checked+label::before{background: #bdbdbd;border: 3px solid #fff;box-shadow: 0 0 1px 1px #888888;}
.RthBox .item .AllA{color: white;background-color: #006dcc;border-radius: 5px;padding: 5px 30px;display: inline-block;margin: 30px 0 30px 50px;}
.RthBox .item table{width: 100%;border-color: #E5E5E5;border-right: none;border-left: none;}
.RthBox .item table th,
.RthBox .item table td{padding: 13px 13px 13px 50px;border-right: none;border-left: none;}
.RthBox .item table th{color: #666666;font-size: 16px;text-align: left;}
.RthBox .item table td{color: #888888;font-size: 16px;}
.RthBox .item table td.td4 a{color: #006dcc;display: inline-block;}
.RthBox .item table td.td4 a.eidtor,
.RthBox .item table td.td4 a.view{margin-left: 80px;}
.RthBox:nth-child(1) .item table td.td1{width: 45%;}
.RthBox .item table td.td2,
.RthBox .item table td.td3{width: 15%}
.RthBox .item table td.td4{width: 25%}
.RthBox .item .btnBox{text-align: center;padding: 30px 0 10px 0;}
.RthBox .item .btnBox a{border: 1px solid #E5E5E5;border-radius: 5px;color: #888888;display: inline-block;width: 100px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;margin:  0 5px;}
.RthBox .item .tabBox{border-bottom: 1px solid #E5E5E5;margin-bottom: 30px;}
.RthBox .item .tabBox a{display: inline-block;color: #777777;font-size: 18px;margin-left: 30px;padding-bottom: 15px;border-bottom: 2px solid transparent;}
.RthBox .item .tabBox a:hover,
.RthBox .item .tabBox a.on{border-bottom: 2px solid #006DCC;color: #006dcc;}
.RthBox .item .uploadBox{margin-bottom: 30px;margin-left: 30px;}
.RthBox .item .uploadBox a{display: inline-block;border: 1px solid #E5E5E5; border-radius: 5px;padding: 5px 30px;color: #777777;}
.RthBox .item .uploadBox a +a{margin-left: 20px;}
.RthBox .item .btnBox a:hover,
.RthBox .item .uploadBox a:hover{background-color: #006dcc;color: white;}
.RthBox .item .uploadBox .fj{margin-left: 20px;}
.RthBox .item  .tabCon:nth-child(2) table th, .RthBox .item  .tabCon:nth-child(2) table td{padding-left: 30px;}
.RthBox .item  .tabCon:nth-child(2) table th+th, .RthBox .item  .tabCon:nth-child(2) table td+td{padding: 5px;}
.RthBox .item .tabCon:nth-child(2) table td.td3,
.RthBox .item .tabCon:nth-child(2) table td.td4{width: auto}
.RthBox .item .tabCon:nth-child(2) table th.td1,
.RthBox .item .tabCon:nth-child(2) table td.td1{width: 7%;}
.RthBox .item .tabCon:nth-child(2) table td.td9{width: 20%;}
.RthBox .item .tabCon:nth-child(2) table td.td9 a{color: #006DCC;float: right;margin-right: 30px;}

.RthBox:nth-child(2) table th,
.RthBox:nth-child(2) table td{width: 26%;padding-left: 30px;}
.RthBox:nth-child(2) table .td4{width: 16%;}
.RthBox:nth-child(2) table td.td4 a{color: #006DCC;}
.RthBox:nth-child(2) table td.td4 a.on{color: #ededed;}
.RthBox:nth-child(2) table td.td3 span{display: inline-block;padding-left: 20px;background: url(../images/suo2.png)no-repeat left center;}
.RthBox:nth-child(2) table td.td3 span.on{background: url(../images/suo.png)no-repeat left center}

.float_bj{display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 9999;background-color: rgba(0,0,0,0.5);}
.float_bj .float_bjCon{position: relative;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: white;padding: 50px 60px;max-width: 700px;}
.float_bj .float_bjCon .close{position: absolute;right: 0;top: 0;padding: 30px;background: url(../images/close_icon.png)no-repeat center;}
.float_bj .float_bjCon h3{text-align: center;color: #777777;font-size: 32px;font-weight: normal;margin-bottom: 30px;line-height: 1;}
.float_bj .float_bjCon li{margin-bottom: 20px;color: #777777;font-size: 16px;}
.float_bj .float_bjCon li span{display: inline-block;width: 130px;text-align: right;line-height: 40px; vertical-align: top;}
.float_bj .float_bjCon li input{width: calc(100% - 150px);background-color: #eeeeee;height: 40px; padding-left: 15px;}
.float_bj .float_bjCon li textarea{ width: calc(100% - 150px); height:130px; background-color: #eeeeee; padding:15px 0; padding-left: 15px; text-align: left;}
.float_bj .subimt{display: block;margin: auto;width: 120px;height: 35px;text-align: center;line-height: 35px;color: #fff;background-color: #006DCC;}
.float_bj .btn{text-align: center;}
.float_bj .btn .subimt{display: inline-block;margin-right: 20px;}
.float_bj .btn .subimt:last-child{margin-right: 0;}
.Rcompany{margin-top: 0;}
.Rcompany .Rsearch li .text1{margin-right: 15px;}
.Rcompany .Rsearch li input{color: #999;}
.Rcompany .Rsearch li .asp{float: none;margin-left: 80px;}
.RaddBox{margin-top: 60px;position: relative;border: 1px dashed #006DCC;padding: 10px 0;color: #006DCC;text-align: center;border-radius: 5px;overflow: hidden;}
.RaddBox input{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;opacity: 0;cursor: pointer;}
.compnyTable{margin-top: 30px;}
.compnyTable table th{background-color: #f5f5f5;font-weight: normal;text-align: left;border-color: #F5F5F5;padding-left: 20px;}
.compnyTable table td{border-color: #F5F5F5;padding: 30px 20px;}
.compnyTable table .td3,
.compnyTable table .td4{text-align: center;position: relative;}
.compnyTable table .td4 span{border-bottom: 1px solid #006DCC;padding-bottom: 2px;position: relative;}
.compnyTable table .td4 input{position: absolute;left: 0;top: 0;width: 100%;height: 100%;cursor: pointer;opacity: 0;z-index: 8;}

.CGtable{margin-top: 30px;}
.CGtable th{border-color: #F5F5F5;font-weight: normal;text-align: left;}
.CGtable td{border-color: #F5F5F5;padding: 40px 30px ;}
.CGtable td.td1{padding: 40px 50px;position: relative;}
.CGtable td.td1 .tip{position: absolute;left: -12px;top: -12px;transform: rotate(-45deg);}
.CGtable td.td1 i{position: relative;z-index: 2;font-style: normal;font-size: 12px;display: inline-block;margin-top: 14px;}
.CGtable td.td1 em{position: relative;display: inline-block;font-style: normal;color: white;width: 80px;height: 80px;text-align: center;}
.CGtable td.td1 em::before{content: "";position: absolute;left: 0px;top: 0px;;border-left: 40px solid transparent;border-right: 40px solid transparent;color: white;}
.CGtable td.td1 .tip.blue em::before{border-bottom: 40px solid #006DCC;}
.CGtable td.td1 .tip.yellow em::before{border-bottom: 40px solid #ffaf47;}
.CGtable td.td1 .tip.green em::before{border-bottom: 40px solid #4ab883;}
.CGtable td.td1 .tip.gray em::before{border-bottom: 40px solid #aaaaaa;}
.CGtable .td1{width: 40%;padding-left: 30px;}
.CGtable .td2{width: 34%;padding-left: 30px;}
.CGtable .TaL{ padding:20px 1%;}
.CGtable .td5{max-width:60px; text-align: center;}
.CGtable .td6{width:20%;}
.CGtable .td3,
.CGtable .td4{width: 13%;text-align: center;font-size: 14px;}
.CGtable .td25{width: 20%;text-align: center;}
.CGtable h3{font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 500px;margin-bottom: 10px;}
.CGtable p{font-size: 14px;color: #999999;}
.CGtable .td3 span{color: #006DCC;}
.CGtable .td4 a{color: white;background-color: #006DCC;padding: 8px 15px;border-radius: 30px;}

/* 补遗文件查看 */
.Addendum{ padding:30px 50px;}
.Addendum .Tiw i{ text-align:center; display: block; width:18px; height:18px; line-height:18px; position: absolute; right:-20px; top:-5px; color: #fff; background:#e90000; border-radius:50%; font-size:12px; font-style: normal;}
.Addendum .txtP2{ color: #006dcc; display: inline-block;padding-right: 25px;position: relative;cursor: pointer;}
.Addendum .txtP2::before{content: "";position: absolute;right: 0;top: 3px;background: url(../images/down2.png)no-repeat center;padding: 10px;}
.Addendum .Title{ font-size:24px; color: #333333; text-align: center;}
.Addendum .Title .txtP2{ font-size:16px;}
.Addendum .time{ padding:20px 0; color: #666666; font-size:14px;}
.Addendum .Con_tex{ background-color: #525659; height:360px; overflow: auto;}




/*开标公告*/
.Bidopen .RnewNotice{margin-top:0;}
.Bidopen .RnewNotice .Rsearch li a.more{float: right;border:none;}
.Bidopen .leftMenu .Rloca{float: right;width:80%;background:none;}
.Bidopen .leftMenu .Rloca a{width:85%;text-align: left;padding-left:15%;}
.Bidopen .RnewNotice .Rcgjy li .text1{width:18%;}
.Bidopen .CGtable .td0{width:74%;}
.Bidopen .CGtable h3{max-width:100%;padding-left:90px;position: relative;font-weight:normal;}
.Bidopen .CGtable h3:before{content:'公开招标';color:#fff;background:#006dcc;width:80px;text-align: center;line-height:25px;position: absolute;left: 0;top: 50%;margin-top:-12px;font-size:14px;border-radius:30px;font-weight:normal;}
.Bidopen .CGtable .data{padding-left:90px;position: relative;}
.Bidopen .CGtable .data:before{content:'建筑材料';color:#fff;background:#74b024;width:80px;text-align: center;line-height:25px;position: absolute;left: 0;top: 5px;font-size:14px;border-radius:30px;}
.Bidopen .CGtable .data span{display: block;float: left;width:50%;line-height:24px;color:#999999;}
.Bidopen .CGtable .td3 span{padding-top:35px;position: relative;color:#666;}
.Bidopen .CGtable .td3 span:before{width:24px;height: 24px;content:'';background:url(../images/diB.png) no-repeat;position: absolute;top: 0;left: 50%;margin-left:-12px;}
.Bidopen .CGtable .tabList .td4 a{padding: 0;padding-right:20px;background-color:inherit;color:#666;position: relative;}
.Bidopen .CGtable .tabList .td4 a:before{width:10px;height: 10px;content:'';background:url(../images/down2.png) no-repeat;position: absolute;top: 50%;margin-top:-5px;right: 0;transition:.3s;}
.Bidopen .CGtable .tabOpen{display: none;}
.Bidopen .CGtable .tabOpen td{padding: 10px 30px;}
.Bidopen .CGtable .tabOpen td.td2{color:#999;}
.Bidopen .CGtable .tabList.on .td4 a{color:#006dcc;}
.Bidopen .CGtable .tabList.on .td4 a:before{transform: rotate(180deg);}

/*包件详情*/
.Bidcontent{}
.Bidcontent .Bidcont{margin-bottom:60px;}
.Bidcontent .Bidcont h5{font-size:24px;font-weight:normal;line-height:38px;margin-bottom:10px;}
.Bidcontent .Bidcont p{color:#666;line-height:24px;}
.Bidcontent .Bidcont p span{ color:#fff; background:#74b024; padding:3px 15px; text-align: center;line-height:25px;font-size:14px;border-radius:30px;display: inline-block;}
.Bidcontent .BidtabInfo{padding: 25px;background:#f5f5f5;}
.Bidcontent .BidtabInfo .item span{display: block;width:25%;float: left;color:#666666;line-height:36px;font-size:14px;}
.Bidcontent .CGtable .td3 span{position: relative;padding-top:0;padding-left:5px;}
.Bidcontent .CGtable .td3 span:before{width:12px;height: 14px;content:'';background:url(../images/lock.png) no-repeat;position: absolute;left: 0;top: 50%;margin-top:-7px;}
.Bidcontent .CGtable .td4 a{background-color:inherit;border-bottom:1px solid #006DCC;color:#666;border-radius:inherit;padding: 5px 0;}
/*包件详情*/
/*开标公告*/

@media  only screen and (max-width:1750px) {
	.right_content #breadcrumb{margin-left: 40px;}
	.right_content .Rcontent{padding: 40px;}
	.RnewNotice .Rsearch li .item:nth-child(4){display: block;margin-top: 10px;}
	.RnewNotice .Rsearch li .asp{float: none;margin-top: 10px;display: inline-block;margin-left: 70px;}
	.CGtable td{padding: 30px 10px;}
	.tableList .tit h3{max-width: 650px;font-size: 16px;}
	.RthBox .item .itemcon.w50 .ytable{padding-left: 30px;}
	.RthBox .itemtab .itemcon{padding: 30px;}
	.RthBox .item table th, .RthBox .item table td{padding-left: 30px;font-size: 14px;}
	.RthBox:nth-child(1) .item table td.td1{width: 35%;}
}
@media only screen and (max-width:1440px){
	.right_content #breadcrumb{margin-left: 20px;}
	.right_content .RjyBox,
	.right_content .Rcontent{padding: 20px;}
	.RnewNotice .Rcgjy li .text1,
	.RnewNotice .Rsearch li .date{width: 12%;}
	.CGtable td.td1{padding: 30px;width: ;}
	.CGtable .td3 span{font-size: 12px;}
	.CGtable h3{max-width: 350px;}
	.tableList .tit h3{max-width: 550px;}
	.tableList td{padding: 30px 15px;}
	.RthBox .item table th, .RthBox .item table td{padding-left: 15px;}
	.RthBox:nth-child(1) .item table td.td1{width: 30%;}
	.RthBox .item .tabCon:nth-child(2) table th, .RthBox .item .tabCon:nth-child(2) table td{padding-left: 15px;}
	.RthBox .item .tabCon:nth-child(2) table th.td1, .RthBox .item .tabCon:nth-child(2) table td.td1{width: 10%;}
}

@media only screen and (max-width:1280px){
	.RnewNotice .Rsearch li .item:nth-child(3){display: block;margin-top: 10px;margin-left: 0;}
	.RnewNotice .Rsearch li .date{margin-left: 0;}
	.RnewNotice .Rcgjy li .text1, .RnewNotice .Rsearch li .date{width: 20%;}
	.CGtable h3{max-width: 280px;}
	.Ritem1 .RtopBox li .textBox{padding: 30px;}
	.Ritem1 .RtopBox li .num{font-size: 40px;}
	.tableList .tit h3{max-width: 450px;}
	.RthBoxParent{overflow-x: auto;}
	.RthBox{min-width: 1000px;}
  /*1280px regNav*/
  .inner{width:93.75%;}

  /*1280px banner*/
  #banner{padding-bottom:30.46875%;}
  #banner .lamhw{ font-size: 45px;}

  /*1280px footer*/
  .footer .info{padding-left:10%;}

  /*1280px hmPic*/
  #hmPic h2{font-size:24px;}

  /*1280px categorySearch*/
  #categorySearch label,#categorySearch .area{height:59px;line-height:59px;}
  #categorySearch li{padding:10px 10px 10px 0;}
  #categorySearch .text{padding-top:16px;padding-bottom:16px;}

  /*1280px pagenavi*/
  .pagenavi a{font-size:16px;}

  /*1280px entry*/
  .entry h4{font-size:20px;}
}

@media only screen and (max-width:1024px){
.pageVip{display: block;}
.leftMenu{background-size: cover;}
.leftMenu .Rloca{display: none;}
.leftMenu .Lmenu{width: 100%;float: none;}
.leftMenu .Lmenu li{float: left;width: 33.33%;padding:  20px 0;}
.leftMenu .Lmenu li .img{height: 50px;line-height: 50px;}
.leftMenu .Lmenu li .img img{max-height: 100%;}
.leftMenu,
.right_content{float: none;width: 100%;min-height: auto;}
.TopVip{display: block;}
.TopVip .left{width: 100%;box-shadow: 0 5px 5px #006DCC;float: none;overflow: hidden;padding: 0 ;}
.TopVip .left #logo{padding-left: 20px;padding-top: 10px;}
.TopVip .left h2{float: none;padding-right: 20px;}
.TopVip .right{width: 100%;float: none;}
.right_content .titBox h3{font-size: 18px;}
.right_content .tabBox li{font-size: 16px;}
.right_content .tabBox li a{padding-bottom: 10px;}
.tableList .textBox .txtR p{width: 100%;float: none;}
.tableList .th1{width: 70%;}
.tableList .th3,
.tableList .th2{width: 15%;}
.Rdetail .Rsize li span{width: 50%;}
.RthBox {display: block;}
.RthBox .itemtab{width: 100%;}
.RthBox .itemtab li{display: inline-block;margin: 0 5px;padding-bottom: 0;}
.RthBox .itemtab li::before{display: none;}
.RthBox .rightItem{width: 100%;float: none;}
.RthBox .item{border-top: 1px solid #ebebeb;}
.RthBox .item .itemcon {padding: 30px 0;}

.float_bj .float_bjCon{max-width: 85%;padding: 15px;}
.float_bj .float_bjCon h3{font-size: 24px;margin-bottom: 30px;}
  /*1024px logo*/
  #logo{width:350px;}

  /*1024px navBar*/
  #navBar li{font-size:14px;}

  /*1024px footer*/
  .footer .info{padding-left:20px;}
  .footer .qrcode{width:240px;}
  .footer .qrcode li{padding-left:20px;width:100px;}

  /*1024px headlines*/
  #headlines h2{height:50px;line-height:50px;width:50px;font-size:18px;}
  #headlines ul{margin-left:70px;}
  #headlines li{height:49px;line-height:49px;font-size:18px;}

  /*1024px hmOwl*/
  #hmOwl .item a{padding-bottom:300px;}
  #hmOwl .title span{font-size:14px;}
  #hmOwl .owl-dots{padding:18px 0;}

  /*1024px tabnav*/
  .tabnav{margin-bottom:20px;}
  .tabnav li span{font-size:16px;padding:5px 0 10px;}

  /*1024px hmnews*/
  .hmnews h2{font-size:16px;}
  .hmnews .item{font-size:14px;margin-top:8px;}
  .hmnews .pic{width:170px;padding-right:15px;}

  /*1024px hmPic*/
  #hmPic h2{font-size:20px;}

  /*1024px midBar*/
  #midBar{border-bottom:none;line-height:normal;}

  /*1024px breadcrumb*/
  #breadcrumb{float:none;line-height:1.75em;padding-top:8px;padding-bottom:8px;max-width:none;border-bottom:1px solid #ededed;margin-bottom:15px;}

  /*1024px menu*/
  #menu{margin-right:0;}
  #menu ul{display:none;}
  #menu .owl-carousel{display:block;}
  #menu li{line-height:1.875em;float:none;width:auto;padding-right:0;}

  /*1024px categorySearch*/
  #categorySearch label{padding:0 15px;height:49px;line-height:49px;font-size:14px;}
  #categorySearch ul{margin-left:95px;}
  #categorySearch li{padding:5px 10px 5px 0;font-size:14px;}
  #categorySearch .input{margin-left:96px;}
  #categorySearch .text{padding-top:11px;padding-bottom:11px;font-size:14px;}
  #categorySearch .submit{font-size:14px;}
  #categorySearch .area{height:49px;line-height:49px;margin-right:49px;font-size:14px;}
  #categorySearch .selectbox{font-size:14px;}
  #categorySearch .select{width:48px;}

  /*1024px pagenavi*/
  .pagenavi a{font-size:14px;height:32px;line-height:32px;padding:0 12px;}

  /*1024px warning*/
  .warning{font-size:14px;line-height:1.75em;}

  /*1024px bidding*/
  #bidding .top span,.bidding .top span{width:85px;height:28px;line-height:28px;}
  #bidding .top .title,.bidding .top .title{margin-right:90px;}
  #bidding .title,.bidding .title{font-size:20px;}
  #bidding .title:before,.bidding .title:before{top:3.5px;}
  #bidding table,.bidding table{font-size:14px;line-height:1.75em;}
  #bidding .name,.bidding .name{width:100px;}
  #bidding td,.bidding td{padding:10px;}

  /*1024px 公司新闻*/
  .TopNews .item .txt .but{ margin-top:15px;}
  #Newslist li a .Ispic{ width:20.834%; padding-bottom:15.63%;}
  #Newslist li .txt{ width:75%;}

  .Bidopen .leftMenu .Rloca{display: block;padding: 30px 0;}
  .Bidopen .CGtable .td0{max-width: 250px;}


}
@media only screen and (max-width:768px){
.TopVip .left #logo{float: none;width: 80%;margin: 0 auto;padding-left:0 ;}
.TopVip .left h2{text-align: center;}
.Ritem2 .Rjycon .itemBox .tableBox,
.tableList,
.compnyTable,
.CGtable{overflow: auto;}
.tableList table,
.tableList table .Ritem2 .Rjycon .itemBox table,
.compnyTable table,
.CGtable table{width: 850px;}
.CGtable h3{font-size: 16px;max-width: 200px;}
.right_content .RjyBox, .right_content .Rcontent{padding: 15px 5px;}
.RnewNotice .Rcgjy li .text1, .RnewNotice .Rsearch li .date{width: 30%;}
.RnewNotice .Rsearch li .item:nth-child(2){display: block;margin-top: 10px;}
.RnewNotice .Rsearch li .text1,
.RnewNotice .Rcgjy li .item:nth-child(1) .text1,
.RnewNotice .Rcgjy li .item:nth-child(4) .text1,
.RnewNotice .Rcgjy li .item:nth-child(2) .text1{width: 65%;}
.RnewNotice .Rsearch li .cgx{margin-left: 0;}
.RnewNotice .Rsearch li .text{padding: 0 5px;}
.right_content .tabBox li{margin-right: 20px;}
.RnewNotice .Rsearch li:nth-child(2) a +a,
.RnewNotice .Rsearch li a{padding: 8px 10px;}
	.RthBox{min-width: 768px;}
	.Rdetail .headTxt h3{font-size: 20px;padding: 15px;}
.Rscreen{margin-top: 30px;}
.Rscreen li{width: 45%;}
.Rscreen li:nth-child(1){width: 100%;margin-bottom: 10px;}
.RaddBox{margin-top: 30px;}
.Ritem1 .RtopBox li{width: 49%;margin-bottom: 15px;margin-left: 0.5%;}
.Ritem1 .RtopBox li:nth-child(2n){margin-right: 0;}
.Ritem1 .RtopBox li .num{font-size: 24px;}
.Ritem1 .RtopBox li .info{font-size: 16px;}
.Ritem1 .RtopBox li .textBox{padding: 20px 15px;}
.Ritem2 .Rjycon .itemBox{margin-top: 20px;}
.Ritem2 .Rjycon .itemBox h3{font-size: 16px;}
.Ritem2 .Rjycon .itemBox table{width: 650px;}
.Ritem2 .Rjycon .itemBox .td3{padding-left: 0;text-align: center;}
.Ritem2 .Rjycon .itemBox .info{margin: 10px 0 15px 0;}
.Ritem2 .Rjycon .itemBox .info p{width: 100%;float: none;font-size: 14px;}
.Rdetail .Rsize{padding: 15px;margin-top: 20px;}
.Rdetail .Rsize li span{width: 100%;margin-bottom: 10px;}
.RthBox .item .itemcon.w100{padding: 30px 0;}
.RthBox .item .AllA{margin: 0 0 30px 15px;}
.RthBox .item .btnBox{padding: 10px;}
  /*768px topBar*/
  #topBar{line-height:35px;}

  /*768px regNav*/
  #regNav i{padding:0 8px;}

  /*768px welcome*/
  #welcome{margin-right:130px;}

  /*768px header*/
  #header{box-shadow:0px 2px 5px rgba(0,0,0,0.2);padding:10px 0;position:relative;z-index:2;}
  #header .inner{position:static;}

  /*768px logo*/
  #logo{width:250px;}

  /*768px search*/
  #search{top:100%;left:0;width:93.75%;margin-top:0;background-color:#006dcc;padding:8px 3.125%;display:none;}
  #search .submit{border-radius:0;height:36px;width:46px;}
  #search .input{border-radius:0;margin-right:46px;border:none;}
  #search .text{padding:4px 2%;width:96%;}

  /*768px navBar*/
  #navBar{position:fixed;left:0;top:0;height:100%;width:100%;z-index:9;cursor:pointer;background-color:rgba(0,0,0,0.6);display:none;}
  #navBar .inner{position:fixed;top:0;left:-100%;width:60%;background-color:#006dcc;height:100%;margin:0;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:1px 0px 30px rgba(0,0,0,0.6);transition:left .3s;}
  #navBar .show{left:0;}
  #navBar ul{padding:10% 0;}
  #navBar li{float:none;width:auto;text-align:left;line-height:45px;}
  #navBar li ul{position:static;left:auto;top:auto;transform:none;min-width:0;background:none;padding:0;}
  #navBar li li a{padding:0 45px 0 4em;}
  #navBar em{display:block;width:45px;height:45px;position:absolute;right:0;top:0;z-index:2;}
  #navBar em:after{width:8px;height:8px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(-45deg);content:'';display:block;position:absolute;left:50%;top:50%;margin-top:-6px;margin-left:-6px;transition:all .3s;}
  #navBar em.open:after{transform:rotate(45deg);}
  #navBar a{padding-left:2em;margin-right:45px;}

  /*768px wapBtn*/
  #wapBtn{display:block;}

  /*1024px 768px*/
  .footer{padding:20px 0 15px;}
  .footer .td{display:block;}
  .footer .logo{margin:0 auto 5px;width:80px;}
  .footer .info{padding:0;text-align:center;margin-bottom:10px;}
  .footer .info p{padding:2px 0;}
  .footer .qrcode{width:auto;}
  .footer .qrcode ul{font-size:0;line-height:normal;text-align:center;}
  .footer .qrcode li{padding:0 10px;width:100px;font-size:14px;float:none;display:inline-block;}

  /*768px copyright*/
  .copyright{padding:10px 0;}

  /*768px hmWrap*/
  #hmWrap{padding:15px 0;}

  /*768px slides*/
  #slides{margin-bottom:15px;}
  #slides .owl-dots{margin-bottom:3.5%;}
  #slides .owl-dot{margin:0 4px;}
  #slides .owl-dot span{width:6px;height:6px;}

  /*768px headlines*/
  #headlines{margin-bottom:15px;}
  #headlines h2{height:35px;line-height:35px;width:38px;font-size:14px;}
  #headlines h2:after{border-width:5px;}
  #headlines ul{margin-left:50px;}
  #headlines li{height:34px;line-height:34px;font-size:14px;}
  #headlines li time{font-size:12px;}
  #headlines li a{margin-right:65px;}

  /*768px tabnav*/
  .tabnav{margin-bottom:15px;}
  .tabnav li span{padding:0 0 8px;}

  /*768px hmBoxs*/
  #hmBoxs{width:auto;}
  #hmBoxs .hmbox{float:none;width:auto;padding-right:0;padding-bottom:15px;}
  #hmBoxs .more{bottom:5px;}
  #hmBoxs .more a{width:19px;height:19px;}

  /*768px hmOwl*/
  #hmOwl .item a{padding-bottom:58.62068966%;}
  #hmOwl .title span{padding-top:0;padding-bottom:0;}
  #hmOwl .owl-dots{padding:12px 0;}

  /*768px hmnews*/
  .hmnews .first{padding-bottom:0;}
  .hmnews .item{margin-top:5px;}
  .hmnews h2{margin-bottom:10px;}
  .hmnews p{line-height:22px;height:44px;margin-bottom:5px;}
  .hmnews .pic{width:145px;padding-right:10px;}

  /*768px hmPic*/
  #hmPic{margin-bottom:0;}
  #hmPic ul{width:auto;}
  #hmPic li{float:none;width:auto;padding-right:0;padding-bottom:15px;}
  #hmPic h2{font-size:16px;}

  /*768px hmLink*/
  #hmLink{display:block;width:auto;}
  #hmLink h2{font-size:16px;display:block;width:auto;line-height:2em;background-position:15px center;background-size:auto 16px;text-align:left;padding-left:40px;}
  #hmLink ul{display:block;overflow:hidden;border-left:1px solid #ededed;padding:10px 0;}

  /*768px menu*/
  #menu li{font-size:14px;}

  /*768px wrapper*/
  #wrapper{padding:20px 0;}

  /*768px pgTitle*/
  .pgTitle{font-size:16px;margin-bottom:10px;}
  .pgTitle i{padding-bottom:5px;}

  /*768px categorySearch*/
  #categorySearch{margin-bottom:20px;}
  #categorySearch #category{margin-bottom:10px;}
  #categorySearch .item{padding-bottom:10px;float:none;width:auto;padding-right:0;}
  #categorySearch label{width:59px;padding:0 13px;height:41px;line-height:41px;font-size:14px;}
  #categorySearch ul{margin-left:85px;}
  #categorySearch li{font-size:14px;line-height:27px;padding:3px 6px 3px 0;}
  #categorySearch li span{padding:0 10px;}
  #categorySearch li i{margin:0 10px;}
  #categorySearch .input{margin-left:86px;}
  #categorySearch .text{padding-top:9px;padding-bottom:9px;height:23px;line-height:23px;}
  #categorySearch .btn{position:static;right:auto;bottom:auto;width:auto;height:auto;}
  #categorySearch .submit{height:43px;}
  #categorySearch .submit i{background-position:left center;background-size:20px auto;display:inline-block;padding-top:0;padding-left:25px;margin-top:0;}
  #categorySearch .area{height:41px;line-height:41px;margin-right:41px;}
  #categorySearch .select{width:40px;}

  /*768px textList*/
  #textList ul{margin-bottom:15px;}
  #textList li{font-size:14px;line-height:32px;}
  #textList li a{margin-right:65px;padding-left:18px;}
  #textList time{font-size:12px;}
  #textList li .wenben{ padding-left:22px;}
  #textList li .wenben a{ padding-left: 0; margin-right: 0;}
  #textList .wenben span{ max-height:50px; overflow: hidden; display: inline-block; vertical-align: middle;display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

  /*768px .lanmu-box */
  .lanmu-box{ padding-bottom:20px;}
  .lanmu-box a{ padding:5px 10px; font-size: 14px; margin: 0 5px;}

  /*768px .list-wz*/
  .list-wz ul{margin-bottom:15px;}
  .list-wz li{font-size:14px;line-height:32px;}
  .list-wz time{font-size:12px;}
  .list-wz li> a{ max-width: 60%;}
  .list-wz .wenben a{ padding-left: 0; margin-right: 0;}
  .list-wz li .wenben span{ max-height:50px; overflow: hidden; display: inline-block; vertical-align: middle;display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

  /*768px pagenavi*/
  .pagenavi a{font-size:12px;height:27px;line-height:27px;padding:0 10px;}

  /*768px warning*/
  .warning{padding:10px;}

  /*768px bidding*/
  #bidding .top,.bidding .top{margin-bottom:15px;}
  #bidding .top span,.bidding .top span{float:none;margin-bottom:15px;}
  #bidding .top .title,.bidding .top .title{margin-right:0;}
  #bidding .title,.bidding .title{font-size:18px;padding-left:10px;}
  #bidding .title:before,.bidding .title:before{height:16px;top:4px;}
  #bidding .meta,.bidding .meta{width:auto;}
  #bidding .table,.bidding .table{float:none;width:auto;padding-right:0;margin-bottom:15px;}
  #bidding .name,.bidding .name{width:85px;}

  /*768px entry*/
  .entry{font-size:14px;line-height:1.75em;}
  .entry h4{font-size:16px;}

  /*768px 公司新闻*/
  .TopNews{ margin-bottom:20px;}
  .TopNews .item .txt{ width: 56%;}
  .TopNews .item .txt h3{ padding:10px 0;}
  .TopNews .item .Ispic{ width: 37.5%; padding-bottom:28.167%}
  #Newslist li a .Ispic{ width:27.779%; padding-bottom:20.834%;}
  #Newslist li .txt{ width:69%;}


   /* 1024px 媒体新闻 */
   #Medialist ul{ margin-bottom:50px;}
   #Medialist li{ margin-bottom:25px;}

   /* 1024px 常见问题 */
   .problem li{ padding:5px 0;}
   .problem li> h4{font-size:16px; margin-right:65px;padding-left:18px;}
   .problem .unfold{ bottom: 5px;}

   .Bidcontent .Bidcont h5{font-size:16px;line-height:24px;}
   .Bidcontent .Bidcont{margin-bottom:20px;}
   .Bidcontent .BidtabInfo .item span{width:100%;line-height:24px;}
}

@media only screen and (max-width:640px){
  /*640px banner*/
  #banner .lamhw{ font-size:26px;}

  /*640px 公司新闻*/
  .TopNews .item .Ispic{ width:100%; padding-bottom: 75%;}
  .TopNews .item .txt{ padding:3%; width:94%; margin-right: 0;}
  .TopNews .owl-dots{ padding: 10px;}
  #Newslist ul{ margin-bottom:15px;}
  #Newslist li{ margin-bottom:15px;}
  #Newslist li a .Ispic{ width:35%; padding-bottom:30%; background-size:cover !important;}
  #Newslist li .txt{ width:60%;}
  #Newslist li .txt h3{ padding-bottom:5px;}
  #Newslist li .txt .but{ padding:3px 0 5px;}

 /* 1024px 媒体新闻 */
  #Medialist ul{ margin-bottom:20px;}
  #Medialist li{ width: 48%; float: left; margin-right: 0;}
  #Medialist li:nth-child(2n){ float: right;}
  #Medialist li .Ispic span{ font-size: 12px; padding:0 15px;}
  #Medialist li .txt h3{ font-size: 16px; margin:15px 0 5px;}
  #Medialist li .txt .but{ margin-top: 0; padding:5px 0;}

  /* 交易须知 */
  .Transaction{ width: 65%;}
  .Transaction h4{ font-size: 24px;}
  .Popular{ width:30%;}
  .Popular ol h3{ font-size: 14px; margin:5px 0;}
  .Popular li{ margin-top:10px; padding-left:20px;}
  .Popular li a{ font-size: 14px;}
  .Popular .tupiw{ padding-top:20px;}

  /* 关于我们 */
  .back_nw{ padding:30px 0;}
  .AboutCont{ padding: 30px 0;}
  .back_nw li{ padding:0 2%;}
  .back_nw ul{ font-size: 14px;}
  .back_nw li span{ font-size: 48px; line-height: 48px;}
  .AboutCont .video{ margin:30px 0;}
  .AboutCont .Ispic{ width: 100%; padding-bottom: 56%;}

  /* 会员登陆 */
  .member{ padding:30px 0;}
  .member .Juz{ position: inherit; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); }
  .member-box{ padding-bottom: 30px;}
  .member-box h4{ line-height: 35px; font-size: 24px;}
  .member-box input{ height: 45px;}
  .member-box .wenz{ line-height: 45px;}
  .member-box .input2 .imr{ text-align: center; height: 45px; line-height: 45px;}
  .member-box .input2 .imr img{ max-height: 100%;}

  /* 会员注册 */
  .frame .wid{ width:90%; padding:30px 10px;}
  .frame .Dowload{ padding:20px 0;}

  .Page002091 .Pages .p_cur,
  .Page002091 .Pages .p_total,
  .Page002091 .Pages em{display:none;}

}


/*招标公告*/
.Bidding{margin-top: 30px;}
.Bidding .text{font-size: 16px;line-height: 1.875em;color: #666;}
.Bidding .response-btn{margin-top: 4%;}
.Bidding .response-btn a{display: block;width: 160px;height: 40px;margin: auto;text-align: center;color: #fff;line-height: 40px;font-size: 18px;background-color: #006dcc;border-radius: 40px;}















/*企业信息*/
.Enterprise{line-height: 1;}
.Enterprise .main-title{margin-bottom: 35px;font-size: 20px;color: #006dcc;}
.Enterprise .base ul li{margin-bottom: 30px;font-size: 0;}
.Enterprise .base ul li:last-child{margin-bottom: 0;}
.Enterprise .base ul li .name{display: inline-block;margin-right: 10px;font-size: 16px;color: #333;vertical-align: middle;}
.Enterprise .base ul li .input-radio{display: inline-block;margin-right: 30px;vertical-align: middle;}
.Enterprise .base ul li .input-radio:last-child{margin-right: 0;}
.Enterprise .base ul li .items{display: inline-block;width: 49%;margin-right: 2%;vertical-align: top;}
.Enterprise .base ul li .items:last-child{margin-right: 0;}
.Enterprise .base ul li .items .input-text{display: block;width: 100%;height: 50px;padding: 0 10px;font-size: 14px;border: 1px solid #e5e5e5;border-radius: 4px;box-sizing: border-box;}
.Enterprise .operation{margin-top: 20px;text-align: center;}
.Enterprise .operation .button{display: inline-block;width: 110px;height: 45px;margin-right: 30px;text-align: center;background-color: #006dcc;font-size: 16px;color: #ffffff;border-radius: 4px;vertical-align: middle;cursor: pointer;}
.Enterprise .operation .button:last-child{margin-right: 0;}
.Enterprise .account{margin-top: 40px;}
.Enterprise .son-title{margin-bottom: 25px;font-size: 18px;color: #333333;}
.Enterprise .account .text{font-size: 16px;color: #666666;line-height: 1.8;}
.Enterprise .account .text span{color: #e31c1c;}
.Enterprise .account .information{margin-bottom: 20px;}
.Enterprise .account .information .form{margin-top: 25px;}
.Enterprise .account .information .form ul li{margin-bottom: 30px;font-size: 0;}
.Enterprise .account .information .form ul li:last-child{margin-bottom: 0;}
.Enterprise .account .information .form .items{position: relative;display: inline-block;width: 49%;margin-right: 2%;vertical-align: top;}
.Enterprise .account .information .form .items:last-child{margin-right: 0;}
.Enterprise .account .information .form .items .input-text{display: block;width: 100%;height: 50px;padding: 0 10px;font-size: 14px;border: 1px solid #e5e5e5;border-radius: 4px;box-sizing: border-box;}
.Enterprise .account .information .form .items span{position: absolute;top: 50%;right: 5px;font-size: 12px;color: #e41919;transform: translateY(-50%);z-index: 3;}
.Enterprise .account .qualifications .table{margin-top: 30px;}
.Enterprise .account .qualifications .table table{width: 100%;border-left:1px solid #f5f5f5;border-left: 1px solid #f5f5f5;}
.Enterprise .account .qualifications .table table tr{border-bottom: 1px solid #f5f5f5;text-align: center;}
.Enterprise .account .qualifications .table table tr th{font-size: 16px;color: #666666;height: 50px;background-color: #f5f5f5;border-right: 1px solid #f5f5f5;vertical-align: middle;}
.Enterprise .account .qualifications .table table tr td{padding: 25px 10px;font-size: 16px;color: #666666;vertical-align: middle;}
.Enterprise .account .qualifications .table table tr td .upload{display: inline-block;width: 25px;height: 22px;background-image: url('../images/upload.png');vertical-align: middle;}
.Enterprise .account .qualifications .table table tr td .download{display: inline-block;width: 25px;height: 22px;background-image: url('../images/download.png');vertical-align: middle;}
.Enterprise .account .qualifications .table table tr td a{margin-right: 25px;}
.Enterprise .account .qualifications .table table tr td a:last-child{margin-right: 0;}
.Enterprise .account .qualifications .table table tr td .button{display: inline-block;margin-left: 40px;width: 110px;height: 45px;text-align: center;background-color: #006dcc;font-size: 16px;color: #ffffff;border-radius: 4px;vertical-align: middle;cursor: pointer;}
/*报价信息*/
.offer-list{margin-top: 30px;}
.offer-list ul li{margin-bottom: 30px;font-size: 0;}
.offer-list ul li:last-child{margin-bottom: 0;}
.offer-list ul li .items{position: relative;display: inline-block;width: 49%;margin-right: 2%;vertical-align: top;}
.offer-list ul li .items:last-child{margin-right: 0;}
.offer-list ul li .input-text{display: block;width: 100%;height: 50px;padding: 0 10px;font-size: 14px;border: 1px solid #e5e5e5;border-radius: 4px;box-sizing: border-box;}
.offer-list ul li .operation{margin-top: 20px;text-align: center;}
.offer-list ul li .operation .button{display: inline-block;width: 110px;height: 45px;margin-right: 30px;text-align: center;background-color: #006dcc;font-size: 16px;color: #ffffff;border-radius: 4px;vertical-align: middle;cursor: pointer;}
.offer-list ul li .operation .button:last-child{margin-right: 0;}


























