@media screen and (max-width: 1024px) {
  .logo{left: 10px;}
  .main, .footer{width: auto; }
  .main{margin: 10px;}
  .content{margin: 0;}
  img{max-width: 100%;}
}

/* 图标 */
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1477416582'); /* IE9*/
  src: url('iconfont.eot?t=1477416582#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff?t=1477416582') format('woff'), /* chrome, firefox */
  url('iconfont.ttf?t=1477416582') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1477416582#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-zan:before { content: "\e612"; }
.icon-jiazaizhong:before { content: "\e60e"; }
.icon-sousuo:before { content: "\e621"; }
.icon-quanpingpad:before { content: "\e61d"; }
.icon-shezhi:before { content: "\e607"; }
.icon-shijian:before { content: "\e60a"; }
.icon-guanbi:before { content: "\e614"; }
.icon-tianjia:before { content: "\e616"; }
.icon-tuichu:before { content: "\e601"; }
.icon-shui:before { content: "\e602"; }
.icon-qq:before { content: "\e618"; }
.icon-weibo:before { content: "\e617"; }
.icon-tupian:before { content: "\e608"; }
.icon-logo:before { content: "\e603"; }
.icon-daima:before { content: "\e609"; }
.icon-biaoqing:before { content: "\e60f"; }
.icon-nan:before { content: "\e619"; }
.icon-nv:before { content: "\e61a"; }
.icon-quitquanping:before { content: "\e61e"; }
.icon-zuichun:before { content: "\e61c"; }
.icon-charushuipingxian:before { content: "\e622"; }
.icon-yulan:before { content: "\e60d"; }
.icon-liulanyanjing:before { content: "\e60b"; }
.icon-touxiang:before { content: "\e604"; }
.icon-caina:before { content: "\e613"; }
.icon-room:before { content: "\e615"; }
.icon-svgmoban53:before { content: "\e610"; }
.icon-shichang:before { content: "\e600"; }
.icon-shouye:before { content: "\e605"; }
.icon-tishilian:before { content: "\e629"; }
.icon-fabu:before { content: "\e606"; }
.icon-pinglun:before { content: "\e60c"; }
.icon-zan1:before { content: "\e611"; }
.icon-chengshi:before { content: "\e61b"; }
.icon-lianjie:before { content: "\e620"; }
.icon-renshu:before { content: "\e61f"; }
.icon-huizongzuoyoutuodong:before { content: "\e623"; }
.icon-404:before { content: "\e627"; }
.icon-wenda:before { content: "\e626"; }
.icon-top:before { content: "\e624"; }
.icon-ui:before { content: "\e625"; }
.layui-icon {font-size:16px;}
.layui-clear { clear:both;}
/**首页与导航之间的间距*/

html{overflow-x: hidden; overflow-y: auto; background-color: #FFF;}
body {line-height:24px;  color: #666666;}
i{font-style: normal;}

/* 头部 */
.header{position:fixed; z-index: 1000; left:0; top:0; width:100%; height:65px; background-color:#393D49;}
.header .main{position:relative; margin:0 auto; min-height: 0;}
.logo{position:absolute; top: 13px; left:0; width: 135px; height: 37px; text-indent:-666px;}
.layui-nav-left{margin-left:120px;}
.layui-nav-right{margin-right:120px;}
.topNavList{width: 800px;margin: 0 auto;}
.searchIcon{color: #fff;float: right;margin-top: -38px;z-index: 10;position: relative;font-size: 22px;cursor: pointer;}
.searchIcon:hover{color:#d2d0d0;}
.right_home{float: right;margin-top: -50px;}
.right_home a{margin-right:15px;color:#0a6fbf;}

/*footer*/
.footer {width: auto; clear: both; text-align: center;}

/* 辅助 */
pre{padding: 10px 15px; margin: 10px 0; font-size: 12px; border-left: 6px solid #009688;  background-color: #F2F2F2; font-family: Courier New; overflow: auto;}
.fly-msg, .fly-error{padding:10px 15px; line-height:24px;}
.fly-msg{background-color:#dedddd; color:#333;}
.fly-msg a{color:#4F99CF}

/*首页文章列表显示*/
/*左文章列表*/
.article-main { margin: 15px 0;}
.article-main h2 { font-size: 16px; font-weight: bold; line-height: 36px; color: #333; border-bottom: #db6d4c 4px solid; }
.article-main h2 span { float: right; font-size: 12px; font-weight: normal; }
.article-main h2 span a { display: inline-block; padding: 0 5px; }
.article-main h2 span a:hover { color: #000 }
.article-list { padding: 20px 0px; position: relative; border-bottom: #CCC 1px solid; overflow: hidden }
.article-list h3 { font-size: 16px; font-weight: bold; transition: all .5s; margin: 0px 0px 10px 0px; }
.article-list h3 a { color: #474645; }
.article-list h3 a:hover { color: #066; text-decoration: underline }
.article-list figure { float: left; width: 25%; overflow: hidden; margin:0px 0px;}
.article-list figure img { width: 100%; margin: 0px 0px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.article-list figure:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.article-list ul { float: right; line-height: 22px; width: 72%; color: #756F71; margin-right:0px;}
.autor { overflow: hidden; clear: both; margin: 0px 0; display: inline-block; color: #838383; width: 100%; padding-top:7px;}
.autor span { margin: 0 10px 0 0; padding-left: 20px }
.autor span a { color: #759b08; }
.autor span a:hover { text-decoration: underline }
.lm { background: url(../images/newsbg01.png) no-repeat left center }
.dtime { background: url(../images/newsbg02.png) no-repeat left center }
.viewnum { background: url(../images/newsbg04.png) no-repeat left center }
.pingl { background: url(../images/newsbg03.png) no-repeat left center }

/* 右侧切换卡 */
.ms-top { height: 32px; border-bottom: solid 1px #EAEAEA; font-size: 14px }
#tab li a { float: left; height: 32px; cursor: pointer; line-height: 32px; list-style-type: none; padding: 0 10px; }
#tab li.cur a { color: #fff; background: #f77825; }
.bd { display: none }
.bd-news ul { padding: 10px 0 0 40px; background: url(../images/ph2.png) no-repeat 5px 29px; }
.bd-news ul li { border-bottom: solid 1px #EAEAEA; line-height: 30px; height: 30px; overflow: hidden; font-size: 14px; padding: 10px 0 0 0px; }
.bd-news ul li a { display: block; }
.bd-news ul li a:hover { color: #000; }
.bd-news ul li:hover { border-bottom: #000 1px solid; }/* 鼠标放上去的效果 */



/*图文列表*/
.tuwen { width: 100%; clear: both; overflow: hidden;  }
.tuwen h3 { line-height: 40px; color: #38485A; font-size: 18px; border-bottom: 1px solid #E6E6E6; height: 40px; margin-bottom: 30px }
.tuwen li { overflow: hidden; margin-bottom: 10px }
.tuwen li img { width: 70px; float: left; margin-right: 15px }
.tuwen li b { overflow: hidden; width: 100%; font-weight: normal; color: #333; font-size: 14px; line-height: 30px }
.tuwen li a b:hover { text-decoration: underline; color: #F60 }
.tuwen li span { color: #999; margin-right: 10px }
.tuwen p { margin-top: 5px }
.tulanmu { background: url(../images/lanmbq.png) no-repeat center left; padding-left: 17px }
.tulanmu a { color: #999; }
.tulanmu a:hover { color: #066 }
.tutime { background: url(../images/datepng.png) no-repeat left center; padding-left: 15px }
.tuwen li:hover { background: #f4f3f3 }

/*首页对联150PX*/

.duilian{top:35px;position:absolute; width:150px; overflow:hidden; display:none;z-index:1020;}
.duilian4{top:15px;position:absolute; width:150px; overflow:hidden; display:none;}
.duilian_left{ left:2px;}
.duilian_right{right:6px;}
.duilian_con{border:#CCC solid 0px; width:150x; height:250px; overflow:hidden;}
.duilian_con1{border:#CCC solid 1px; width:150px;height:250px; overflow:hidden;}
.duilian_close{ width:150px; height:24px; line-height:12px; text-align:center; font-size:11px; display:block;color:#555555; text-decoration:none;}


/*首页右侧广告 310*/
.ad { width: 310px; overflow: hidden; margin: 15px 0;height: 165px; }
.ad img { width: 310px;margin-top:15px;}
.pageBox{float: right;}
/*友情链接*/
.links { width: 100%; overflow: hidden; clear: both }
.links h3 { line-height: 40px; color: #38485A; font-size: 18px; border-bottom: 1px solid #E6E6E6; height: 40px; margin-bottom: 20px }
.links h3 span { float: right; font-size: 12px; }
.links h3 span a { color: #999; padding: 0 5px }
.links h3 span a:hover { color: #F60; text-decoration: underline }
.links ul { background: #f9f9f9; padding: 10px; overflow: hidden; border: #e9e9e9 1px solid }
.links ul li { float: left; padding: 5px 8px }
.links ul li a:hover { color: #000 }
.photo_nr ul li{margin: 2px 5px;}
 
.article-fenlei { width: 100%; clear: both; overflow: hidden; padding-top:0px;}
.article-fenlei h3 { line-height: 40px; color: #38485A; font-size: 18px; border-bottom: 1px solid #E6E6E6; height: 40px; margin-bottom: 15px }

/*文章详情内容*/
.c_titile { font-size: 22px; margin: 15px 0; text-align: center;color: #333;}
.box_c { border: #ccc 1px dashed; text-align: center; padding: 5px 0; color: #999;}
.box_c span { margin: 0 10px; }
.box_c span a{color: #099;}
.content .detail-body{ font-size:16px; color: #000; margin:20px 0;}

/* Detail页 */
.detail-box{margin-bottom: 15px; padding: 0px 0px;}
.detail h1{font-size: 24px; line-height: 30px; padding: 0px 0;}
.detail-about{position:relative; margin-top:5px; line-height:20px; background-color: #F2F2F2; padding: 15px; color:#999;}
.detail-about span,
.jie-about span,
.detail-about .jie-user{margin-right:10px; display:inline-block; *display:inline; *zoom:1; vertical-align:top; font-size:12px;}
.detail-about .jie-status, .detail-about .jie-status-ok{color:#fff;}
.detail-about .fly-jing{padding:0 6px; background-color:#c00; color:#fff;}
.detail-about .jie-user{position:relative;}
.detail-about .jie-user cite{top: -3px; left: 56px; width: 260px; color: #4f99cf; font-size: 14px;}
.detail-about .jie-user cite em{padding-left:5px; color:#999; cursor:default; font-size:12px; font-style: normal;}
.detail-about .jie-user img{position: relative; display: block; margin: 0; top: 0; border-radius: 2px;}
.detail-hits{position:absolute; left: 71px; bottom: 15px; font-size: 0;}
.detail-hits span{margin-top: 0; font-size: 12px;}
.detail-hits .layui-btn{border-radius: 0;}
.detail-hits .layui-btn+.layui-btn{margin-left: 5px;}
.detail-hits .jie-admin{margin-right: 1px;}
.detail-body{margin: 20px 0 50px; min-height: 202px; line-height:26px; font-size:16px; word-wrap: break-word;}
.detail-body p{margin-bottom:15px;}
.detail-body a{color:#4f99cf;}
.detail-body img{max-width: 100%; cursor: crosshair;}
.detail-body table{margin: 10px 0 15px;}
.detail-body table thead{background-color:#f2f2f2;}
.detail-body table th, 
.detail-body table td{padding: 10px 20px; line-height: 22px; border: 1px solid #DFDFDF; font-size: 14px; font-weight: 400;}
.detail-about-reply{background: none; padding: 0;}
.detail-about-reply .detail-hits{left: 56px; bottom: 0;}
.detail .page-title{ border: none; background-color: #f2f2f2;}
.layui-breadcrumb a{white-space: nowrap;color: #333 !important;}
.fly-msg .layui-icon-location{color: #333;}
 

.jie-user img{position:absolute; left:0; top:50%; width:46px; height:46px; margin-top:-23px;}
.jie-user cite{position:absolute; right:0; top:10px; line-height:26px; color:#999;}
.jie-user cite i{font-style: normal;}
 
/*404页面*/
.fly-none{min-height: 500px; text-align: center; padding-top:50px; color: #999;}
.fly-none .iconfont{line-height: 300px; font-size: 300px; color: #393D49;}
.fly-none .icon-tishilian{display: inline-block; margin: 30px 0 20px;}
.fly-none p{margin-top: 50px; padding: 0 15px; font-size: 20px; color: #999; font-weight: 300;}

 
body .fly-user-main{position: relative; width: 100%; min-height: 740px;}
.fly-user-main>.layui-nav{position: absolute; left: 0; top: 0; z-index: 1000; height: 100%;}
.fly-user-main>.layui-nav .layui-icon{position: relative; top: 2px; font-size: 20px; margin-right: 10px;}
.fly-user-main>.fly-panel{width: 753px; min-height: 575px; margin: 0 0 10px 240px;}
.fly-user-main .fly-none{min-height: 0;}

.fly-form-app{margin-top:30px;}
.fly-form-app .iconfont{font-size:26px; padding: 0 5px;}
.fly-form-app .icon-qq{color:#7CA9C9}
.fly-form-app .icon-weibo{color:#E6162D}

.user-about{position:relative; padding:0 0 0px 20px; border-left:1px solid #DFDFDF; text-align:center;}
.user-about .user-avatar{width:100px; height:100px; border-radius:100%;}
.user-about p{line-height:30px;}
.user-about p span{padding:0 5px; color:#999;}

 
.jie-row li{position: relative; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #E9E9E9; padding-left:15px;list-style: inside;color: #03a9f4;
    font-size: 15px;}
.jie-row li *{display:inline-block; *display:inline; *zoom:1; vertical-align:top; line-height: 24px; font-size:12px;}
.jie-row li span{height: 24px; line-height: 24px; padding: 0 10px; margin-right: 10px; background-color: #DADADA; color:#fff; font-size:12px;}
.jie-row li .fly-stick{background-color:#393D49;}
.jie-row li .fly-jing{background-color:#CC0000;}
.jie-row li .jie-status{margin:0 10px 0 0;}
.jie-row li .jie-status-ok{background-color:#8FCDA0;}
.jie-row li a{ padding-right:15px; font-size:14px;}
.jie-row li a:hover{ color: #2196f3;}
.jie-row li cite{padding-right:15px;}
.jie-row li i, .jie-row li em, .jie-row li cite{font-size:14px; color:#999; font-style: normal;}
.jie-row li .mine-edit{margin-left:15px; padding:0 6px; background-color: #8FCDA0; color:#fff; font-size:12px;}
.jie-row li em{position:absolute; right:20px; top:0;}
.jie-row li .jie-user{}
.jie-row li .jie-title{max-width: 330px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.jie-row li .jie-user img{position:relative; top: 16px; width: 35px; height: 35px;}
.layui-nav-tree .firstLi{background: url(../../upload/title.png) no-repeat;
    color: #ffffff;line-height: 55px;text-align: center;font-size: 18px;}
/* 面板 */
.fly-panel{background-color: #fff; border-radius: 2px;}
.fly-panel-title{position: relative; height: 40px; line-height: 40px; margin-bottom: 5px; background-color: #f8f8f8; color: #6C9; border-radius: 2px 2px 0 0; font-size: 14px;}

 
.fly-home{position: relative; padding: 30px 0 30px; text-align: center; background-color: #fff;}
.fly-home img{width:120px; height:120px; border-radius:100%;}
.fly-home h1{font-size:26px; line-height:30px; margin-top:10px;}
.fly-home h1 span{font-size:14px; color:#999;}
.fly-home h1 .icon-nan{color:#4EBBF9}
.fly-home h1 .icon-nv{color:#F581B1}
.fly-home-sign{padding: 0 10px; color: #999; margin-top: 10px;}

.fly-home-info i{padding-right: 5px; padding-left: 10px; color: #666;}
.fly-home-info span{color: #999;}
.fly-sns{margin-top: 10px;}
.fly-home-main{margin-top: 15px; font-size: 0; text-align: center;}
.fly-home-main>.layui-inline{width: 100%; vertical-align: top; font-size: 14px; text-align: left;}
.fly-home-da{margin-left: 0px;}

.fly-home-jie .jie-row,
.fly-home-da .home-jieda{padding: 5px 15px;}

/*.home-jieda li{margin-bottom:20px; padding-bottom:10px; line-height:24px; border-bottom: 1px dotted #DFDFDF;}*/
.home-jieda li{ margin-bottom:20px; line-height:24px;}
.home-dacontent{margin-top:10px; padding:10px 15px; background-color:#F2F2F5; border-radius:5px; word-wrap: break-word;;}
.home-dacontent pre{ background-color:#F2F2F5;}
.home-dacontent img{max-width:100%;}
.home-jieda li a{padding:0 5px; color:#4F99CF;}
.home-jieda li p{color:#999;}
.home-jieda li p span{padding-right:5px;}

.header .layui-nav,.header{
	background-color: #188fec;
}
.logo_item{margin:0 auto;height: 100%;position: relative;}
.logo_item .logo{
	height: 70px !important;width: 70px !important;
}
.layui-nav .layui-nav-item a{color:#fff;}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{height: 3px;background-color: #f3f3f3;}
.carousel_list{margin-top:10px;}
.carousel_img{height:330px;width:100%;}
.carousel_box{height:339px !important; }
.border-item{border: 1px solid #ddd;padding-bottom:5px;border-radius: 5px;}
.border-item ul li img{height: 170px;}
.article-fenlei .box_title {
	 margin-bottom: 0;
    background: #2196F3;line-height: 30px;height: 30px;
    background: -webkit-linear-gradient(right, #2196F3 , #15ef70); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #2196F3, #15ef70); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #2196F3, #15ef70); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #2196F3, #15ef70);
    background: #2196F3;
    height: 43px;
    line-height: 43px;
}
.more{color:#fff;float: right;padding-right: 10px;font-size: 14px;}
.more:hover{color: #d8d8d8;font-size: 14px;}
.article-fenlei .box_title h3{display:inline-block;color: #fff;font-size: 15px;padding-left: 10px; border: none;}
.ad{padding: 0 5px 5px ;margin:0 0;}
.ad img{width:300px;}
.company_detail{line-height: 25px;padding: 5px;font-size: 14px;}
.ld_detail{padding:10px 15px;line-height: 30px;font-size: 14px;}
.new_list .tuwen li{margin-bottom: 6.1px;}
.new_list .tuwen li:hover{background:none}
.new_list .tuwen li a:hover{color:#2196F3}
.rk,.ztNew,.gy{height: 210px;text-align: center;}
.rk-item{border: 1px solid #ddd;cursor: pointer;width: 96%;margin: 10px auto;border-radius: 5px;height: 60px;
line-height: 60px;box-shadow: darkgrey 0px 0px 7px 2px;}
.rk-item img{ width:50px;float: left;margin-left:10%;padding-top:5px;}
.rk-item span{font-size:24px;color: #2196F3;font-weight: 700;margin-left:20px;}
.rk-item:hover{border: 1px solid #2196F3;box-shadow: darkgrey 0px 0px 7px 2px; }
.ztNew1,.gy1{  height: 220px;}
.bd ul li{    list-style: inside;color: #2196F3;margin-left: 10px;

font-size: 14px;border-bottom: 1px solid #fff}
.bd ul li:hover{ background: none;}
 .bd ul li a{ overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align: middle;width: 267px; display: inline-block;}
.bd ul li a:hover{color:#2196F3 }
.bd ul li span{font-size:13px;float: right;width:80px;}
.video-item video{width: 100%; height: 250px;}

#Marquee_x img{height: 170px;width: auto;}
.links {padding:5px 15px; }
.links a{color: #333!important;margin: 0 10px;
    background: #e9eaea;width: 171px;text-align: center;font-size:12px;
    padding: 5px 20px;margin-top: 5px;display: inline-block;border-radius: 5px;}
 .links a:hover{background: #2196f3; color: #fff !important;}
.footer{background: #212121;color: #fff;padding:15px; height: 300px;
padding: 55px 0 50px;
    background: url(../../upload/footer_bg.jpg) center top repeat;
    text-align: center;}
.footer a{color: #fff;}
.new_lists{padding:5px 5px 0 5px;}
.logo_text{ margin-left: 80px;font-size: 23px;font-weight: 700;padding-top: 18px;}
.child_li{background: #188fec;}
.layui-nav .layui-nav-child a:hover {
    background-color: #0c70bf;
    color: #fff;
}
.hiddenLogo{display: none;}
.layui-nav-left .layui-nav-more,.pcZs,.phoneZx{display:none;}
.long_img,.long_img .carousel_img{height: 280px!important;}
.new_tab{    padding-top: 10px;}
.new_tab ul li a{font-size: 15px;width: 431px;}
.tuwen li span{color: #666;font-size: 15px;}
.tab_item .layui-tab{margin: 0 0;}
.tab_item .layui-tab-card{ border-style: none;box-shadow: none;}
.tab_item .layui-tab-card>.layui-tab-title{background: #2196F3;color: #fff;}
.layui-tab-card>.layui-tab-title .layui-this{background-color: #dad9d9;}
.new_img_text{position: absolute;bottom: 0px; width: 100%;background: #080808;text-align: center;
    height: 40px;line-height: 40px;color: #fff;opacity: 0.8;}
.new_img img{position: relative;}
.new_img .layui-carousel-ind{top: -71px;}
.new_img .layui-carousel-ind li.layui-this{background: red;}
.tab_content{height: 279px!important;}
.com_detail{height: 240px;}
.ztNew img{width: 98%;height: 45px;margin-top: 14px;padding: 5px;cursor: pointer;}
.ztNew img:hover,.rk img:hover {transform: scale(1.02)}
.gy{position: relative;}
.gy img{height: 100%;width: 100%;position: relative;}
.gy img:hover{transform: scale(1.06)}
.new_img_text1{height: 30px;line-height: 30px; opacity: 0.6;}
.ad{text-align: center;width: 100%;}

/* pc端滑动图 */
.picCenter {
    width: 1140px;
    margin: 15px auto;
}

        .xinxiIcon {
            margin:0 0 -20px auto;
        }

        .xinxiIcon img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
		.photo_img img {box-sizing: border-box;border: 2px solid #fff;transition:all .7s ease 0s;}
		.photo_img img:hover {box-sizing: border-box;border: 1px solid #0080ff;
          box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
		-webkit-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
		-moz-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
        }

        .photo_nr {
            display: flex;
            align-items: center;
            width: 1140px;
            margin: 15px auto;
        }

        .informationText {
            width: 1140px;
            margin: 15px auto;
            text-align: center;
        }

        .informationText span {
            background: #ffffff;
            color: #1C1F86;
        }

        ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .photo_nr ul li {
            float: left;
            line-height: 30px;
            text-align: center;
        }

        .photo_nr p {
            padding: 0;
            margin: 0;
        }


        #LeftArr {
            width: 36px;
            height: 40px;
            margin-left: -15px;
            text-decoration: none;
            background: #5d5c5c;
		    line-height: 40px;
		    text-align: center;
		    color: #fff;
        }

        #RightArr {
            width: 36px;
            height: 40px;
            margin-right: -15px;
            text-decoration: none;
            background: #5d5c5c;
		    line-height: 40px;
		    text-align: center;
		    color: #fff;
        }
        
/* ----- 手机端滑动图------- */
ul,ol {list-style:none;}
.wrap{min-width: 320px;max-width:768px;margin:0 auto;overflow:hidden;position:relative;}
.wrapper {position:relative;height: 180px;width: 100%;overflow: hidden;margin:0 auto;border-bottom:1px solid #ccc}
.wrapper .scroller {position:absolute;    padding-top: 5px;}
.wrapper .scroller li {float: left; text-align: center;font-style: none; padding: 0 2px;}
.wrapper .scroller li {}
.wrapper .scroller li span{display:block;border: 1px solid #ccc;}
.layui-tab-card>.layui-tab-title .layui-tab-bar{background: #0b6dbb;}	
.footer_map .layui-nav .layui-nav-item a{ padding: 0 40px;}
.footer_map .layui-nav .layui-nav-item dd a{padding: 0 5px; overflow: hidden;
    text-overflow: ellipsis;font-size: 13px;color: #999;
    white-space: nowrap;
    text-align: center;}
.footer_map{ margin-bottom: 200px;}
.footer_map .layui-nav-child{    background-color: rgba(0,0,0,0)!important;box-shadow: none;border:none;}
.footer_map .pcMenu{width: 1300px; margin: 0 auto;}
.footer_map .layui-nav .layui-nav-item .first_title{ font-size: 15px;color: #999 !important;}
.footer_map .layui-nav .layui-nav-item{width: 156px;}
.footer_bn{width: 100%;background: #0071b5;height: 130px;}
.footer_bn_content{margin:0 auto;}
.detail_content{color:#fff;    text-align: center;
    line-height: 30px;font-size: 14px;padding-top: 8px;}
.detail_content a{color:#fff;}
.detail_content a:hover{color:red}
  .code_box{display: inline-block;text-align: center;color:#fff;font-size:14px;margin-right:10px;} 
  .code_box img{width:100px;}
.notice_item ul li{list-style: none;line-height: 27px;}
.notice_item ul li a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
.ld_item{height:375px;}
.pc_item{width:49%;}
.video_company{margin-left:2%;}

 
@media only screen and (min-width: 900px) and (max-width: 1200px){
	.container{padding-top:10px; width:98%;}
    /*.container{padding-top:10px; width:100%;}*/
}
@media only screen and (min-width: 1200px){
    .logo_item{width:1200px;}
    .footer_bn_content{width:1200px;}
    .container{padding-top:10px; width:1200px;}
    /*.container{padding-top:10px; width:100%;}*/
}
@media only screen and (max-width: 425px){
	.border-item{height: 240px;}
	 .gy1 {height: 201px;}
	.layui-nav-left {
	    margin-left: 0 !important;
	}
	.noticeCompany{height: 245px;}
	.ad {
	   width:100%;
	}
	.ad img{width:98% !important;}
	.rk{text-align: center;}
	.bd ul li a{width: 60%;}
	.video-item video{width:100%;height: auto;}
	.new_list .tuwen li{border-bottom: 1px solid #ddd;line-height: 28px;}
	.layui-breadcrumb a{white-space: nowrap;color: #333 !important;}
	.carousel_box{height: 180px !important;margin-bottom:5px;}
	.carousel_img{height: 180px;}
	.logo_item{height: 60px}
	.logo_item .logo {
	    height: 40px !important;
	    width: 40px !important;
	}
	.logo_header{display: none;}
	.topHeader{position: fixed !important;}
	.carousel_list{margin-top: 70px;}
	.layui-fixbar{right: 10px !important;}
	.header .layui-nav, .header{background-color: #334763;}
	.topHeader{background-color: #188fec;}
	.phoneMenu{margin-top:-15px;}
	.layui-nav-tree{margin-top: 62px;}
	.logo_text{color:#fff;font-size:18px; text-align: center;padding-top:8px;}
	.logo_text span{    font-size: 11px!important;
    margin-top: 5px;display: inline-block;}
    .tulanmu a,.tutime{font-size:12px;}
    .ad{width:100%;}

    .fly-user-main>.layui-nav{position: absolute; left: 0; top: 0; z-index: 1000; height: 100%;display: none;}
    .fly-user-main>.fly-panel{width: 753px; min-height: 575px; margin: 0 0 10px 0px;}
    .com_detail{height: auto;}
    .long_img{height: 100px!important;}
    .long_img .carousel_img{height: 100px!important;}
    .picCenter,.photo_nr,.informationText{width: auto;}
    #RightArr,#LeftArr{margin-left:0;margin-right:0}
    .footer_bn_content{width:auto;}
    .footer_bn{ height: 425px;}
    .code_img{text-align: center;}
    .inb{display: block;}
    .mt{margin-top:-29px;}
    .pc_item{width: 100%;}
    .video_company{margin-left:0;margin-top:15px;}
    .ld_item{height: 345px;}
    .notice_item ul li a{width: 100%;}
}
/* @media only screen and (max-width: 320px){
	.bd ul li a{width: 58%;}
	.video-item video{width:100%;height: auto;}
	.layui-nav-left {
	    margin-left: 0 !important;
	}
	.rk-item i{width: 17%;}
	.rk-item span{width:80%}
	.new_list .tuwen li{border-bottom: 1px solid #ddd;line-height: 28px;}
	.layui-breadcrumb a{white-space: nowrap;}
	.carousel_box{height: 210px !important;}
	.carousel_img{height: 210px;}
	.logo_item{height: 60px}
	.logo_item .logo {
	    height: 40px !important;
	    width: 40px !important;
	}
	.logo_header{height: 60px !important}
	.logo_header{display: none;}
	.topHeader{position: fixed !important;}
	.carousel_list{margin-top: 70px;}
	.layui-fixbar{right: 10px !important;}
} */
