﻿@charset "utf-8"; 
@import url(csscw.css);
/* 以下是本站自定义 */

/* 网站主色调fix[分页选中色/主字色/主背景色] */
.buts,#cmspage a:hover,#wappage a:hover{color:#fff;background:#aaaaaa;}
.benzi,.benzi a,.benzi a:hover,a.benzi,a:hover.benzi{color:#c00;}
.benbg{background:#c00;}

#listpic li{float:left;padding:0 10px 10px 10px;line-height:160%;}
#listpic li img{width:100px;height:70px;margin-bottom:5px;vertical-align:top;}
#listpic.p1 li img{width:200px;height:160px;}
#list1 li{padding-left:12px;height:25px;line-height:25px;background:url(dot1.gif) no-repeat 0px 6px;}
.all{width:1200px;margin:auto;}.copy{padding:20px 0;}
.sbox p{ font-size:20px; margin:0; line-height:40px;}
.ss{ width:367px; height:36px; line-height:36px; background:url(ss.jpg) no-repeat center;}
.inp{ border:0; width:310px; margin-left:5px;}
.but{ border:0; width:47px; background:0; cursor:pointer}
body{min-width:1200px;}
.navbox{ height:50px; line-height:50px; background:#e00d14;}
.nav li{ float:left; font-size:20px;font-family:"微软雅黑"; padding:0 45px;background:url(tiao.jpg) no-repeat 0px center;}
.nav li a{ color:#fff;}


		.slideBox{ overflow:hidden; position:relative;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{width:100%; height:100%; display:block;  }
.intro p{ width:615px; line-height:25px;}

.zxbox{ position:relative;width:100%; height:615px; background:url(zx.jpg) no-repeat center}
.zxbox img{ display:block; position:absolute; left:45%; bottom:16%;}

.probox{ width:100%; height:100%; background:url(bg.jpg) no-repeat center;} 

		.slideGroup .parHd{ height:35px; line-height:35px; padding:0 20px;   position:relative;  }
		.slideGroup .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:35px;   }
		.slideGroup .parHd ul li{ width:110px; height:35px; float:left; text-align:center;cursor:pointer; background:url(bg2.png) no-repeat center; }
		.slideGroup .parHd ul li a{}
		.slideGroup .parHd ul li.on{ background:url(bg1.png) no-repeat center; color:#fff}		
		.slideGroup .parHd ul li.on a:hover{color:#fff}
		.slideGroup .slideBox{ zoom:1; padding:10px 0 10px 10px; position:relative;   }
        .slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
		.slideGroup .parBd ul li{ margin:8px; padding:5px; float:left; background:#fff; width:265px; height:240px;  border:solid 1px #c9c9c9;  text-align:center;  }
		.slideGroup .parBd ul li .pic{ text-align:center; margin-top:10px; }
		.slideGroup .parBd ul li .pic img{ width:230px; height:175px; text-align:center; }
		.slideGroup .parBd ul li .pic a:hover img{}
		.slideGroup .parBd ul li .title{ line-height:36px; font-size:16px;}
		
.ysbox{ width:100%; height:520px; background:url(ys.jpg) no-repeat center;}
.mbr{ width:100%; height:130px; background:url(mbr.jpg) no-repeat center;}
.newbox{ width:100%; height:100%; background:#ed2122;}

/* 本例子css */
		.slideBox1{width:450px; height:334px; overflow:hidden; position:relative;margin-top:10px}
		.slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox1 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox1 .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox1 .bd li{ zoom:1; vertical-align:middle; }
		.slideBox1 .bd img{width:450px;height:334px; display:block;  }

.ntext{ width:700px;}

.newlist li {
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    padding: 7px 0;
    border: 1px solid #ddd;
	overflow:hidden;
	margin-top:10px;
	 background:#fff;
}
.newlist li .title {
    font-size: 18px;
    line-height: 26px;
	height:26px;
    color: #000;
    overflow: hidden;
}
.newlist li .time {
width:160px;
    display: inline-block;
    float: left;
    color: #000; 
	text-align:center;
    font-size: 20px;
	padding-right:10px;
	border-right:solid 2px #dcdcdc;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	margin-right:15px;
	line-height:60px;
}
.newlist li .time span{font-size:26px;margin-top:12px;display:inline-block;}
.newlist li .time p{font-size:12px; margin-bottom:10px;}
.newlist li .infott{overflow:hidden;}
.newlist li .infott p{margin:0}
.newlist li:hover h3 {color:#000;}
.newlist li:hover .time{margin-left:15px;border-right:solid 1px #fff; color:#fff;}
.newlist li:hover{background-color:#ff3435;}
.newlist li:hover p{color:#fff;}
.newlist li a:hover{text-decoration:none}
		
.dbox{ background:#ff3536;}.dbox p{ margin:0; line-height:25px; color:#fff; font-size:14px;}.dbox p a{ color:#fff;}

.bb{ background:#f2f2f2; line-height:30px; height:30px; padding-right:10px;}