@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
body{font-family: "Segoe UI", Arial, "Microsoft Yahei", sans-serif;font-size: 12px;-webkit-font-smoothing:antialiased;min-width: 1300px;}
ul,li{list-style: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{text-decoration: none;color: #333;}
a:hover{color:#000;webkit-transition: all 1s ease; -moz-transition: all 1s ease;-ms-transition: all 1s ease; -o-transition: all 1s ease;transition: all 1s ease;	}
img{border: 0;}
.fl{float:left;}
.fr{float:right;}
.clear{clear: both;}
.common{ width:1200px; margin:0 auto;}

.bannertop{ position:relative;}
.logo{ position:absolute;left:11%;z-index:99999;}
.nav_lay{background:#24426f; height:70px; line-height:70px;}


.gzdt{width:825px;}
.tpqh{ width:300px;}


.no{ width:520px;height:100px;padding-bottom:10px;}
.noleft{ width:80px; height:100px; float:left;background: #b6cfe4;}
.noleft:hover{background: #4c80e7;}
.noleft span{display:block; text-align:center;}
.noleft span.notop{color:#fff; font-size:44px;}
.noleft span.nobottom{color:#fff; font-size:18px;}
.noright{width:405px; float:left; padding:15px;color:#666666;background: #f5f5f5;}
.noright h1{padding-bottom:14px;}
.noright h1 a{ font-size:18px; font-weight:normal; color:#000000;}
.noright span{ color:#666666;}
.noright span a{ color:#666666;}
.notitle{ font-size:12px;}

.wzgg{ width:350px;}
.info-top .info-tit { background-color:#7d7d7d; text-align:center; height:90px; overflow:hidden;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.info-top{ padding:50px 0 20px 0;}
.info-top a { display:block;}
.info-top a:hover .info-tit{background-color:#bf242a;}
.info-top a img { display:block;width:54px; height:10px;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;margin-top: 7px;}
.info-top span {font-family: Arial; font-size:18px; color:#333333;text-transform:uppercase; display:block; }
.info-top h2 { font-size:26px; color:#fff; font-weight:bold; margin-bottom:5px;padding-bottom: 5px;}
.wzgg ul li{ border-bottom:#eee 1px solid; height:100px; padding-top:9px;}
.wzgg ul li a{ font-size:18px; }
.wzgg ul li span{ font-size:14px; background:#dcdcdc; padding:3px 5px;}


/* 滚动 */
.ztwz_wrap{ background:#f5f5f5; padding:50px 0 0 0; margin-top:80px;}
.scrollBox{ width:1300px;
position:relative;
}

.scrollBox .piclist{ overflow:hidden;
zoom:1;
}
.scrollBox .ohbox{overflow:hidden;
position:relative;
width:1300px;
}
.scrollBox {position:relative;
overflow:hidden;
zoom:1;
}
.scrollBox .piclist li{float:left;
display:inline;
width:380px;
margin-left:20px;
}
.scrollBox .piclist li img{ width:380px; height:300px;

}
.scrollBox .piclist li span{height:25px;
line-height:25px;
display:block;
text-align:center;
}

.scrollBox .pageBtn span{ background:url(../images/bntBg.png) no-repeat;
display:block;
width:45px;
height:59px;
position:absolute;
top:250px;
cursor:pointer;
text-indent:-999em;
overflow:hidden;
}

.scrollBox .pageBtn .prev{left:0px;
background: url(../images/arr-left.png) no-repeat 0 50%;
}
.scrollBox .pageBtn .next{right:0px;
background: url(../images/arr-right.png) no-repeat 0 50%;
}
.scrollBox .pageBtn .list{overflow:hidden;
zoom:1;
margin:10px 0 0 413px;
}

.scrollBox .pageBtn .list li{ background:url(../images/bntBg.png);
float:left;
display:inline;
width:15px;
height:15px;
background-position:-86px -57px ;
cursor:pointer;
margin-left:10px;
line-height:10000px;
overflow:hidden;
}

.scrollBox .pageBtn .list li.on{background-position:-114px -57px }


.ztwz ul li img{display: block;}
.ztwz ul li.item2,.ztwz ul li.item3,.ztwz ul li.item4{}
.ztwz ul li div{
	width: 380px;
	padding:0 0 50px 0;
}
.ztwz ul li div h3{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height:60px;
}

.scale-img {
    display: block;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;margin: 30px 0;}

.scale-img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);}


/*center left*/
.column_1{
	width: 200px;
	float: left;
}
 .leftNav {
    border-left: 12px solid #24426f;
    margin: 40px 0;
    width: 100%;}
.leftNav h3 {
    background: #24426f;
    color: #fff;
    font-size: 22px;
    line-height: 68px;
    padding: 0 22px;
}
.leftNav ul {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    display: block;
}
.leftNav .menuicon {
    color: #fff;
    float: right;
    text-indent: 0;
    display: none;
}
.leftNav li {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    line-height: 22px;
    zoom: 1;
    position: relative;
    list-style: none;
    
}
.leftNav li.current a {
    position: relative;
    border-left: 4px solid #ff9600;
    left: -4px;
    color: #24426f;
}
.leftNav li a {
    color: #24426f;
    display: block;
    padding: 1em 0 1em 22px;
    margin-right: 28px;
    zoom: 1;
     text-decoration: none;
}

/*center right*/
 .column_2 {
    margin: 0 0 0 50px;
    width: 950px;
    float: left;
}
.contentNav {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-top: 40px;
}
.nav {
    color: #999;
    font-family: "微软雅黑";
}
.contentNav .nav a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}
.contentNav h1 {
    line-height: 1em;
    padding: 0.7em 0 0.7em;
    font-size: 28px;
    color: #24426f;
	font-weight: bold;
}
.article {
    margin-right: 30px;
    width: 780px;
    float: left;
}
.article p {
    padding: 0.75em 0;
    font-size: 14px;
    line-height: 24px;
}
.yuanShi {
}
 .article table td i.thuicon-stop, .content .mainContent .article .daJiShilist i.thuicon-stop, .content .mainContent .article .fsize i.thuicon-stop {
    font-size: 4px;
    vertical-align: middle;
    margin-right: 5px;
    color: #5C307D;
}
.content .mainContent h3.hhh {
    font-size: 18px;
    color: #22132d;
    border-bottom: 2px solid #BBBBBB;
    padding-bottom: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
}




.bq_lay{background:#4a4a4a; padding:25px 0;}
.bq p{ color:#999999;line-height:36px; font-size:16px;text-align: right;}