@charset "utf-8";
*,*:before,*:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0;}
html{-webkit-tap-highlight-color:rgba(0, 0, 0, 0); margin:0; padding:0;}
ul li{list-style:none; }
ul{margin:0;padding:0;list-style:none;zoom:1; /* IE */}
ul:after{content:"";display:block;clear:both;height:0;}/* 避免因子元素浮动而导致的父元素高度缺失 */
h1, h2, h3, h4, h5, h6,p{font-weight: normal; margin:0;}
em, i, cite{font-style: normal;}
.fl{float:left;}
.fr{float:right;}

a{ color:#888; text-decoration:none;}
a:hover{color:#c03333;}

.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table; line-height: 0; content: "";}
.clearfix:after {clear: both;}

.abs{position: absolute;}
.rlt{position: relative;}
.hide{display:none;}
.show{display: block;}

/*字体图标*/
@font-face {font-family: "iconfont";
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#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;}


/* 缩略图+标题 */
.ml{}
	.ml ul{overflow:hidden;}
	.ml li{float:left;}
		.ml img{margin:0 auto; vertical-align:bottom;}/***解决图片下方多出4px高度，1、添加display:block;2、添加vertical-align:bottom;3、添加margin-bottom:-4px;4、li添加overflow:hidden;5、ul添加font-size:0;***/
		.ml p, .ml span{display:block; width:100%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
		.ml span, .ml span a{}
		
/* 栏目+文章标题+时间 */
.xl li{}
	
	/* 时间 */
	.xl em{float:right;}
		.xl em, .xl em a{}
	
	/* 栏目 */
	.xl label, .xl label a{color:#C00;}
	
	
/* 缩略图+文章标题+摘要 */
.xld{overflow:hidden; height:100%;}	
	.xld .m{float:left;}
	.xld .m img{display:block;}/****加上"display:block;"这个代码ie7就不会多出空格****/

.xrd{overflow:hidden; height:100%;}	
	.xrd .m{float:right;}
	.xrd .m img{display:block;}/****加上"display:block;"这个代码ie7就不会多出空格****/


/***加载***/
#preloader{position:fixed;z-index:2500;top:0;left:0;right:0;bottom:0;background-color:#fff; z-index:999999; }
#status{position:fixed;z-index:999999;width:250px;height:250px;position:absolute;left:50%;top:50%;background-size:32px 32px;margin-top:-125px;margin-right:0;margin-bottom:0;margin-left:-115px;}
#status p{top:70%;}
.center-text{text-align:center;background-image:url(../images/loading.jpg);background-repeat:no-repeat;background-position:center top;height:182px;width:234px;}
.center-text span{font-size:14px;color:#999999;position:relative;top:170px;}


/***头部***/
.wid{ width:1100px; margin:0 auto; overflow:hidden;}
.top{background-color:#666; color:#fff; height:36px; line-height:36px; font-size:14px; font-family:"微软雅黑";}
.top .wid .fr{ font-size:16px;}
.header{background-color:#000; padding:20px 0;}
.header .logo{ width:53%;}
.header .logo img{display:block; height:auto; max-width:100%;}
.header .so{ width:46%;}
.header .search{border:2px solid #c03333; background-color:#fff; margin-top:18px; float:right;}
.header .input{ width:350px; color:#888; line-height:35px; font-size:14px; border:none; padding-left:30px; background: url(../images/so_bg.jpg) no-repeat 8px 10px;}
.header .sub{cursor:pointer; line-height:35px; padding:0 25px; background-color:#c03333; color:#fff; border:none; vertical-align:top; font-size:16px;}


/*蓝色*/
.header .sub{background-color:#007ab9;}
.header .search{border:2px solid #007ab9;}
.header{background-color:#f7f7f7;-webkit-box-shadow:0 0 1px rgba(0,0,0,.85);box-shadow:0 0 1px rgba(0,0,0,.85);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-shadow:0 1px 6px #ccc;box-shadow:0 1px 6px #ccc;}

@media (max-width: 1128px) {
.wid{width:846px;}
.header .input{width:250px;}
}
@media (max-width:846px) {
.wid{ width:564px;}
.header .logo{ width:90%;}
.header .so{ display:none;}
}
@media (max-width:640px) {
.wid{ width:320px;}
}
/***导航条***/
.nav {width:100%; height:60px; background-color:#bf3131; overflow:hidden;}
.nav .n {width:1100px; margin:0px auto; border-right: 1px solid #962828;}
.nav .n li {position:relative; display:block; width:130px; height:60px; float:left; display: inline; text-align:center; vertical-align:middle; line-height:60px; border-left:1px solid #962828;}
.nav .n li a {color:#fff; font-size:15px; display:block; max-width:100%; height:auto;}
.nav .n li ul li {background-color:#353535; border:0px; height:40px; text-align:center; vertical-align:middle; line-height:40px; clear:both;}
.nav .n li ul li a {font-size:12px; height:40px;}
.nav .n li ul {display:none; position:absolute; z-index:999; left: 0;}
.nav .n li:hover ul {display:block;}
.nav .n li ul li a:hover {background-color:#979797;}
@media (max-width: 1128px) {
.nav .n{width:846px;}
}
@media (max-width:846px) {
.nav .n{ width:564px;}
.nav .n li{width:90px;}
}
@media (max-width:640px) {
.nav .n{ width:auto;}
.nav .n li{width:55px; line-height:30px; padding:0 2%;}
.nav .n li:first-child{width:30px; padding-left:1%;}/***第一个样式不一样***/
.nav .n li ul li:first-child{width:55px;}/***第一个样式不一样***/
}

/*蓝色*/
.nav {background-color:#007ab9;}
.nav .n {border-right: 1px solid #3891bd;}
.nav .n li{border-left:1px solid #3891bd;}


/***轮播图片***/
.slide{width: 100%; overflow: hidden;}
.slide img{margin-left: calc(50% - 960px); margin-left: -webkit-calc(50% - 960px); margin-left: -moz-calc(50% - 960px);}
.slide i{cursor: pointer; color: #007AFF; font-size: 50px; top: 50%; margin-top: -25px; opacity: .3; transition: all .2s; -webkit-transition: all .2s; -o-transition: all .2s; -moz-transition: all .2s;}
.slide:hover i{opacity: 1;}
i.left{left: 20px;}
i.right{right: 20px;}
.slide ul{left: 50%; bottom: 20px;}
.slide ul li{float: left; width: 12px; height: 12px; background: white; border-radius: 50%; margin-right: 10px; cursor: pointer;}
.slide ul li.active{background: #007AFF;}

@media (max-width:846px) {
.slide .pic img{ width:846px; height:auto; margin-left: calc(50% - 430px); margin-left: -webkit-calc(50% - 430px); margin-left: -moz-calc(50% - 430px);}
}
@media (max-width:640px) {
.slide .pic img{ width:640px; height:auto; margin-left: calc(50% - 320px); margin-left: -webkit-calc(50% - 320px); margin-left: -moz-calc(50% - 320px);}
}

/***标题8样式***/
.t8{background: url(../images/t8.png) no-repeat center 50%; font-family:微软雅黑;}
.t8 div{width:170px; margin:30px auto; text-align:center;}
.t8 b{ float:left; font-size:56px; line-height:56px; color:#df2f25; margin-right:10px;}
.t8 h2{font-size:30px; line-height:45px; color:#000;}
.t8 h2 span{color:#df2f25;}
.t8 p{color:#D9D9D9;font-size:14px; line-height:18px; font-weight:bold;}

/*蓝色*/
.t8 b{color:#007ab9;}
.t8 h2 span{color:#007ab9;}

/***标题9样式***/
.t9{font-family:"微软雅黑"; margin:30px 0;}
.t9 h2{ font-size:28px; line-height:45px; color:#df2f25; text-align:center;}
.t9 h2 span{color:#999;}
.t9 p{font-size:12px; text-align:center; letter-spacing:-2px; padding:0 15px; color:#ccc; vertical-align: bottom;}
.t9 p span{letter-spacing:normal; padding:0 20px; color:#df2f25; font-size:16px; line-height:16px;}
.t9 b{font-size:13px; color:#df2f25; vertical-align:bottom;}
@media (max-width: 1128px) {
.t9 p{letter-spacing:-3px;}
.t9 p span{font-size:14px;}
}
@media (max-width:846px) {
.t9 p{letter-spacing:-4px;}
.t9 p span{font-size:12px;}
}

/*公司简介*/
.jj{width:auto; max-width:1120px; _width:1120px; margin: 0 auto; font-family:"微软雅黑"; text-align:center;}
.jj p{ line-height:35px; text-indent:35px;}
.jj .more {width:50%; height:40px; margin:25px auto 6px auto; box-shadow:5px 5px 5px #eee; border-radius:6px; border:#CCC 1px solid; text-align:center; line-height:40px; font-size:16px;}
.jj .more:hover {background:#e71f19; transition:1.1s;}
.jj .more:hover a {color:#FFF; display:block; background:#007ab9; border-radius:5px;}
/*蓝色*/
.jj .more:hover{background:#007ab9;}

/*服务项目*/
.fw{width:auto; max-width:1120px; _width:1120px; margin: 0 auto; font-family:"微软雅黑";}
#xm{margin: 0 auto; overflow:hidden; text-align:center;}
#xm li{width:200px; height:200px; line-height:35px; border:1px #ccc solid; background-color:#196fb8; text-align:center; margin-right:30px; display:inline-block; margin-bottom:20px;}
#xm img{ margin:35px 0 5px;}
#xm li a{display:block; height:100%; font-size:14px; color:#fff;}

@media (max-width:640px) {
#xm li{margin-right:0px;}
}

.fw .cl{ float:left; width:40%; margin:0 5%; height:120px;}
.fw .cl .m{ padding-right:20px;}
.fw .cl dt a{ font-size:18px; color:#000; line-height:30px;}
.fw .cl dd{ font-size:12px; color:#666; line-height:20px;}
@media (max-width:846px) {
.fw .cl{ float:inherit; width:90%;}
}

.ic9{background: #f0f0f0; padding:0 5%;}
.ic9 li{display:table-cell;overflow:hidden;width:1%;height:50px;text-align:center;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;}
.ic9 a .o{background-color: #fff;border: 4px solid #fff;border-radius: 50% 50% 0 0;border: 4px solid #fff\9\0;border: none\9;*border:none; margin:20px 5% 0;}
.ic9 a .o img{width:100%;border-radius:50%;}
.ic9 .b{ line-height:20px; background-color: #fff;margin:0 5% 20px; padding:20px 0;}
.ic9 h1{ font-size:18px; font-weight:bold; color:#333; margin-bottom:15px;}
.ic9 h2{ font-size:14px; padding-bottom:30px; color:#4d4d4d ;}
@media (max-width:640px) {
.ic9 li{ width:50%; height:auto; float:left;}
.ic9 h2{height:80px; width:100%;word-wrap:break-word} 
}
/*精品展示*/
.tj{width:auto; max-width:1120px; _width:1120px; margin: 0 auto; font-family:"微软雅黑";}
#td{margin: 0 auto; overflow:hidden; text-align:center;}
#td li{width:115px; height:30px; line-height:30px; border:1px #ccc solid; text-align:center; margin-right:7px; display:inline-block;}
#td li a{display:block; height:100%; font-size:16px;}
#td li.active{background-color:#c03333; border:1px #912626 solid; color:#c03333;}
#td li.active a{color:#fff;}


/*蓝色*/
#td li.active{background-color:#007ab9; border:1px #3891bd solid; color:#007ab9;}

.tj .tit .ml{margin:20px auto 0;}
.tj .tit .ml li{width:30.3333%; margin:0 3% 3% 0; overflow:hidden;}
.tj .tit .ml li:last-child{margin-right:0;}/***最后一个样式不一样***/
.tj .tit .ml div{border: 1px #e5e5e5 solid; padding:6px;}
.tj .tit .ml li span{ width:100%; overflow:hidden;}
.tj .tit .ml li img{display:block;width:340px; height:200px; max-width:100%;}
.tj .tit .ml li a:hover img{border-color:#c03333;}
.tj .tit .ml li h2{font-size:16px; line-height:35px;}
.tj .tit .ml li p{line-height:25px; font-size:14px;}
.tj .tit .ml li a:hover{ color:#c03333;}
@media (max-width:846px) {
.tj .tit .ml{width:564px; height:230px; overflow:hidden;}
.tj .tit .ml li{width:47%; margin-right:3%; margin-bottom:20%;}
}
@media (max-width:640px) {
.tj .tit .ml{width:310px; height:auto; overflow:hidden; padding:0 5px;}
.tj .tit .ml li{width:100%; margin:0 0 5%;}
#td li{ width:90px;}
}
/***鼠标经过图片放大效果***/
.tj .tit img:not(.noscale){transition: all .5s; -webkit-transition: all 2s; -moz-transition: all 2s; -o-transition: all 2s;}
.tj .tit img:not(.noscale):hover{transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2);}

/***滚动图片***/
.slider{width:1128px;margin:20px auto;position: relative;}
@media (max-width:1128px) {
  .slider{ width:846px;}
}
@media (max-width:846px) {
  .slider{ width:564px;}
}
@media (max-width:640px) {
  .slider{ width:280px;}
}
.slider a{text-decoration:none; color:#888;}
/*左右方向滚动*/
.slider .t{width:70px; margin:10px auto;}
.prev,.next{width:25px;height:25px; line-height:20px; float:left; border:1px solid #dfdfdf; color:#333; cursor:pointer; background-color:#fff; text-align:center; margin:0 5px;}
.prev:hover,.next:hover{background:#e71f19; color:#FFF;}
.next{right: 20px;}
.no_click{background-color:#e71f19; color:#FFF;}

/*蓝色*/
.no_click,.prev:hover,.next:hover{background-color:#007ab9;}

/*图片列表*/
#slider_pic{width:100%;overflow: hidden;}
#slider_pic ul{position: relative;left: 0;}
#slider_pic li{float: left;margin:20px 10px 10px; width:262px;}/*注意margin左右会影响脚本“计算总长度”*/
#slider_pic .bo{background:#FFF;border:1px solid #ccc; overflow:hidden;}
#slider_pic img{max-width:100%; height:180px;}/*注意width会影响脚本“计算总长度”*/
#slider_pic img:hover{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);-ms-transform:scale(1.1); transform:scale(1.1); transition:0.6s; overflow:hidden; opacity:0.7;}
#slider_pic h2{ height:45px; line-height:45px; font-size:14px; text-align:center; margin:0; font-weight:normal;}
#slider_pic h2:hover{color:#dd4250;}
/*图片更多按钮*/
.slider .more {width:50%; height:40px; margin:25px auto 6px auto; box-shadow:5px 5px 5px #eee; border-radius:6px; border:#CCC 1px solid; text-align:center; line-height:40px; font-size:16px;}
.slider .more:hover {background:#e71f19; transition:1.1s;}
.slider .more:hover a {color:#FFF; display:block;}

/*蓝色*/
.slider .more:hover{background:#007ab9;}

/***新闻***/
.new{max-width:1100px; margin:20px auto;}
.new .xl{width:29%;border-bottom:2px solid #c03333;}
.new .xl img{max-width:100%; height:auto;}
.new .xl h4 a{color:#fff;}
.new .xl h4{ height:75px; background: #c03333; padding:0 10px;}
.new .xl h4 b{display:block; font-size:20px; line-height:45px; font-family:"微软雅黑";}
.new .xl .txt{ padding:5px 0; font-size:14px; text-indent:28px; color:#666; line-height:22px;}
.new .xl .more a {border: 2px solid #c03333; color: #c03333; font-size:14px; padding:5px 10px; float:left; margin-bottom:6px;}
.new .xl .more:hover a {color:#FFF; background: #c03333;}
@media (max-width:1128px) {
  .new{ width:846px;}
  .new .xl h4{ height:100px;}
}
@media (max-width:846px) {
  .new{width:564px;}
  .new .xl h4{ height:160px; line-height:25px;}
  .new .xl h4 b{line-height:65px;}
  .new .xl .txt{line-height:30px; padding:10px 0;}
  .new .xl .more a{margin-bottom:12px;}
}
@media (max-width:640px) {
  .new{width:320px;}
  .new .xl{display:none;}
  .new .item{width:98%; padding:0 2% 0 0;}
}

/*蓝色*/
.new .xl{border-bottom:2px solid #007ab9;}
.new .xl h4{background:#007ab9;}
.new .xl .more a{border: 2px solid #007ab9; color: #007ab9;}
.new .xl .more:hover a {background: #007ab9;}

/*标签切换*/
.item{width:68%; margin:0 auto;}
#bq{margin:0 auto 20px; overflow:hidden;}
#bq li{width:115px; height:30px; line-height:30px; margin-right:7px; display:inline-block;}
#bq li a{display:block; height:100%; font-size:20px; font-family:"微软雅黑";}
#bq li.active{color:#333;}
#bq li.active a{color:#c03333;}
/*蓝色*/
#bq li.active a{color:#007ab9;}

/***新闻***/
.xw .m{padding-left:20px; width:90px; text-align:center; font-family:Arial;}
.xw .m p{background-color:#c03333; color:#fff; font-size:30px; margin-bottom:1px; line-height:50px; font-weight: bold; font-family:Arial;}
.xw .m h4{background-color:#c03333; color:#fff; font-size: 12px;}
.xw h2 a{font-size:17px; color:#333; font-family:"微软雅黑"; line-height:35px;}
.xw dl{border-bottom: 1px solid #e0e0e0; padding-bottom:10px; margin-bottom:20px;}
.xw dd{font-size:14px; color:#666; line-height:25px;}
.xw a:hover{color:#c03333;}

/*蓝色*/
.xw .m p,.xw .m h4{background-color:#007ab9;}

/***合作***/
.hz{width:1140px; margin:20px auto; overflow:hidden;}
.hz .ml{height:160px; overflow:hidden;}
.hz .ml li{ width:18%; margin:1%;}
.hz .ml li img{display:block; height:auto; max-width:100%;}
@media (max-width: 1128px) {
.hz{width:846px;}
.hz .ml li{width:23%; margin:1%;}
}
@media (max-width:846px) {
.hz{width:564px;}
.hz .ml{height:200px;}
.hz .ml li{ width:31%; margin:1%;}
}
@media (max-width:640px) {
.hz{width:320px;}
.hz .ml{height:auto;}
.hz .ml li{width:48%; height:auto;}
}
/***底部***/
.footer{border-top: 3px solid #bf3131; font-family:"微软雅黑"; color:#888;}
.footer a{font-size:13px; color:#fff;}
.foot{width:1100px; margin:30px auto 0; padding-bottom:30px; overflow:hidden;}
.foot .logo{ padding-right:50px;}
.foot dl{ padding:0 45px; border-left:1px solid #e6e3e4;}
.foot dt{ font-size:14px; color:#333; line-height:30px;}
.foot dd{ font-size:13px; line-height:23px;}
.foot .wx{border-left:1px solid #e6e3e4; padding-left:50px;}
.foot .wx h2{ font-size:14px; text-align:center;}
.foot .wx img{ width:100px; height:100px;}
@media (max-width: 1128px) {
.foot{width:846px;}
.foot dl{padding:0 15px;}
.foot .wx{padding-left:15px}
}
@media (max-width:846px) {
.foot{width:564px;}
.foot .logo{ display:none;}
.foot dl{padding:0 26px;}
.foot .wx{ display:none;}
}
@media (max-width:640px) {
.foot{width:100%;}
.foot .logo{ display: block; padding-right:6px;}
.foot .logo img{ width:140px;}
.foot dl{padding:0 15px; margin-bottom:10px;}
.foot .wx{ display:none;}
}

/*蓝色*/
.footer{border-top: 3px solid #007ab9; background:#007ab9;color:#fff;}
.foot dl,.foot .wx{border-left:1px solid #3891bd;}
.foot dt{color:#fff;}
.foot a{color:#fff;}

/***右边客服***/
.pf a {color:#fff;}
.pf{ width:40px; height:203px; background:#3A3A3A; position:fixed; right:0px; top:180px; z-index:9999999; background:#3A3635;}
.pf li{ width:40px; height:51px; position:relative; cursor:pointer;}
.pf li .icon{ display:block; width:40px; height:50px; background-image:url(../images/ico.png); background-repeat:no-repeat; position:absolute; left:0px; top:0px; z-index:9; background-color:#3A3635; border-bottom:1px solid #555;}
.pf li:hover .icon{ background-color:#F35027;}
.pf li.back_ico .icon{ border:0px;}
.pf li .ico_qq{ background-position:0px 0px;}
.pf li .ico_wx{ background-position:0px -50px;}
.pf li .ico_wb{ background-position:0px -100px;}
.pf li .ico_back{ background-position:0px -150px;}
.pf li .qq , .pf li .bck{ width:105px; height:50px; line-height:50px; position:absolute; left:0px; top:0px; z-index:7; text-align:center; background:#F35027;transition: 0.5s;-moz-transition:  0.5s;-webkit-transition:  0.5s;-o-transition:  0.5s; color:#FFF;}
.pf li:hover .qq , .pf li:hover .bck{ left:-105px;}
.pf li .code{ width:100px; height:100px; position:absolute; left:40px;transition: 0.5s;-moz-transition:  0.5s;-webkit-transition:  0.5s;-o-transition:  0.5s; z-index:7;}
.pf li .code img{ width:100px; height:100px; vertical-align:top;}
.pf li:hover .code{ left:-100px;}
@media (max-width:640px) {
.pf{top:auto; bottom:0px; display:none;}
}


/***列表页***/
.banner{ width:100%; height:230px; overflow:hidden;}
.fla1{ background:url(../images/6.jpg) no-repeat center 50%; background-size:100% 100%;}
@media (max-width:846px) {
.banner{height:160px;}
}
@media (max-width:640px) {
.banner{height:100px;}
}
.wm{ width:1100px; margin:0 auto; overflow: hidden; zoom:1;}
/***导航***/
.nav_mi{ font-size:14px; height:25px; line-height:25px;background:url(../images/minnav.jpg) no-repeat 0 4px;}
.nav_mi .nvhm{ padding:0 10px 0 25px;}
.nav_mi a{ margin:0 5px;}

/***分类左边***/
.page_left{width:210px;float:left;height:auto;overflow: hidden;zoom:1; font-size:14px; font-family:"微软雅黑";}
.page_left .title{background-color:#bf3131; width:210px; padding:20px 0px 30px 0; position:absolute; margin-top:-50px; color:#fff; font-weight:bold; line-height:40px;}
.page_left .title h2{font-size:34px; padding-left:20px;}
.page_left .title h4{font-size:18px; padding-left:20px;}
.page_left .body{ width:210px; height:100%; padding-top:80px;}
.page_left .body .xl ul{margin:0; padding:0; list-style: none; zoom: 1;}

.page_left .body .xl li em{font-weight:bold; font-size:13px; color:#888; padding-right:10px;}
.page_left .body .xl li a{ width:100%; float:left; line-height:38px; border-bottom:1px solid #e9e9e9;}
.page_left .body .xl li a span{padding-left:10px;}
.page_left .body .xl li ul li{border-bottom:none; border-top:1px solid #e9e9e9;}
.page_left .body .xl li ul li span{padding-left:25px;}
.page_left .body .xl li .a{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #f1f1f1));}
.page_left .ad{ padding:10px 0;}
.page_left .ad img{ border:1px solid #ddd;}
.page_right{width:860px;height:auto;overflow:hidden;zoom:1;float:right;margin:20px 0 15px; font-family:"微软雅黑"; font-size:14px;}

@media (max-width: 1128px) {

}
@media (max-width:846px) {
.wm{ width:96%;}
.page_left{ display:none;}
.page_right{width:98%; margin:3% 2% 0 0; float:left;}
}
@media (max-width:640px) {

}
/*蓝色*/
.page_left .title{background-color:#007ab9;}

/****展示****/
.show .title h2{color:#bf3131; font-size:24px; line-height:55px; border-bottom:1px solid #e9e9e9;}
.show .body{ padding:10px 0;}
.show .ml img{ width:270px; height:180px;}
.show .ml p{ text-align:center;background-color:#363434; line-height:38px; color:#fff;}
.show .ml li a:hover p{background-color:#bf3131;}
.show .ml li{ margin:10px 8px;}

.show .xld{line-height:28px;}
.show .xld dt{line-height:45px; border-bottom:1px solid #e9e9e9; margin-bottom:10px; font-size:18px; font-weight:bold;}
.show .xld .m{padding-right:20px; background:#fff;}
.show .xld img{ width:400px; height:260px;}
.show .xld .rx{background:#BF3131;color:#fff; padding:12px; margin-top:10px;}
.show .xld .rx span{ padding-left:10px;}

.show .xl dt{color:#bf3131; font-size:24px; line-height:55px; border-bottom:1px solid #e9e9e9;}
.show .xl dd{padding:20px 10px;}
@media (max-width:640px) {
.show .ml img{ width:330px; height:216px;}
}

/*蓝色*/
.show .title h2{color:#007ab9;}
.show .ml li a:hover p{background-color:#007ab9;}
.show .xld .rx{background:#007ab9;}
.show .xl dt{color:#007ab9;}

/****新闻列表****/
.article a{color:#e20316;}
.article .title h2{color:#bf3131; font-size:24px; line-height:55px; border-bottom:1px solid #e9e9e9; text-align:center;}
.article .xld .cl{padding:20px 0; border-bottom:1px solid #E1E1E1; overflow:hidden;}
.article .xld .cl dt{padding-top:3px; font-size:18px;}
.article .xld .cl dd{padding-top:5px;}
.article .xld .cl i{color:#999;}
.article .xld .cl .m{padding-right:20px; padding-top:0;}
.article .xld .cl .m img{width:165px;}
@media (max-width:640px) {
.article .xld .cl .m{ display:none;}
}

/*蓝色*/
.article a{color:#007ab9;}
.article .title h2{color:#007ab9;}

/****新闻展示****/
.view_article a{color:#e20316;}
.view_article .title h2{color:#bf3131; font-size:24px; line-height:55px; border-bottom:1px solid #e9e9e9; text-align:center;}

.view_article .hd h1{font-size:26px; text-align:center; padding-top:22px;color:#666;}
.view_article .hd p{border-top:1px solid #ECECEC; border-bottom:1px solid #ECECEC;padding:10px 20px; line-height:25px; margin:20px 10px;}
.view_article .hd div{text-align:center;margin:20px 10px; color:#999;}
.view_article .hd b{ color:#FF0000;}

.view_article .bd{padding:0px 20px 30px; line-height:35px; clear:both; overflow:hidden; margin:0 auto;}
.view_article .bd p{clear:both; line-height:35px;}
.view_article .bd font{line-height:35px;}
.view_article .bd img,.show .bd p img{text-align:center; width:100%!important; height:auto!important;}
/*蓝色*/
.view_article a,.view_article .title h2,.view_article .hd b{color:#007ab9;}

/****分页****/
#page{overflow:hidden; margin:10px 0; padding:10px; font-size:14px;}
#page .curr{border:1px solid #952626; padding:9px 13px; margin-right:3px; color:#fff; font-weight:bold; background:#bf3131;}
#page .page{border:1px solid #ccc; padding:9px 13px; margin-right:3px; color:#888;}
#page select{padding:5px; margin:0 3px; font-size:14px;}
@media (max-width:640px) {
#page{padding:10px 0;}
#page .page,#page .curr{padding:9px 14px;}
#page .page{display:none;}
}

/*蓝色*/
#page .curr{border:1px solid #3891bd; background:#007ab9;}
/*测试
body{background:#FF0000;}
@media (max-width: 768px) {
body{background:#FF9900;}
}
@media (max-width: 480px) {
body{background:#0000FF;}
}*/

.bdsharebuttonbox{margin:8px 0 0 35px; float:left;}

.lsy{border-radius:20px; background:#539DBA; color:#FFFFFF; font-size:28px; padding:0 10px; margin-right:10px;}
.csy{border-radius:20px; background:#FFA90D; color:#FFFFFF; font-size:28px; padding:0 10px; margin-right:10px;}
.lsyq{border-radius: 6px; border:3px solid  #539DBA; padding:5px 12px;}
.csyq{border-radius: 6px; border:3px solid  #FFA90D; padding:5px 12px;}