/*头部*/
.header_banner {
    position: relative;
    background-image: url(../images/top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 522px;
}
.section {
    text-align: center;
    font: 50px "Microsoft Yahei";
}
.section1 {
    background: url(../images/bg_01.jpg) 50%;
}
.section2 {
    background: url(../images/bg_02.jpg) 50%;
}
.section3 {
    background: url(images/3.jpg) 50%;
}
.section4 {
    background: url(images/4.jpg) 50%;
}
.bg01 {
    background: url(../images/bg_01.jpg) 50%;
}
.bg02 {
    background-image: url(../images/bg_02.jpg);
}
.bg03 {
    background-image: url(../images/bg_ex.jpg);
    height: 964px;
}
.bg04 {
    background-image: url(../images/bg_v.jpg);
    height: 3000px;
}
.bg05 {
    position: relative;
    background-image: url(../images/bg_05.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 462px;
}
.Tit{
	position: absolute;
}
.Tit01 {
	width: 220px;
	height: 119px;
	top: 80px;
	left: 50%;
	margin-left: -400px;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.Tit02 {
	width: 511px;
	height: 242px;
	top: 60px;
	left: 50%;
	margin-left: -190px;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.Tit03 {
	width: 107px;
	height: 105px;
	top: 210px;
	left: 50%;
	margin-left: 320px;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.Tit04 {
	width: 678px;
	height: 153px;
	top: 250px;
	left: 50%;
	margin-left: -350px;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.Tit05 {
	width: 279px;
	height: 45px;
	bottom: 40px;
	left: 50%;
	margin-left: -140px;
}
.jz {
	width: 1600px;
	height: 350px;
	bottom: 90px;
	left: 50%;
	margin-left: -790px;
}
.mapBox {
	display: block;
	background-image: url("../images/map.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 835px;
	width: 1000px;
}
.mapBox .location-hx {
	position: absolute;
	left: 534px;
	top: 353px;
	z-index: 21;
}
.mapBox .location-hf {
	position: absolute;
	left: 673px;
	top: 337px;
	z-index: 22;
}
.mapBox .location-gz {
	position: absolute;
	left: 440px;
	top: 112px;
	z-index: 21;
}
.mapBox .location-js {
	position: absolute;
	left: 310px;
	top: 497px;
	z-index: 22;
}
.mapBox .location-lzm {
	position: absolute;
	left: 600px;
	top: 188px;
	z-index: 21;
}
.mapBox .location-ws {
	position: absolute;
	left: 534px;
	top: 513px;
	z-index: 23;
}
.mapBox .location-xy {
	position: absolute;
	left: 328px;
	top: 477px;
	z-index: 21;
}
.mapBox .location-yc {
	position: absolute;
	left: 521px;
	top: 495px;
	z-index: 22;
}
.mapBox .location-yl {
	position: absolute;
	left: 636px;
	top: 170px;
	z-index:20;
}
.mapBox .location-yucun {
	position: absolute;
	left: 331px;
	top: 575px;
	z-index: 22;
}
.location-gz:hover, 
.location-yucun:hover,
.location-yl:hover,
.location-yc:hover,
.location-xy:hover,
.location-ws:hover,
.location-lzm:hover,
.location-js:hover,
.location-hx:hover,
.location-hf:hover
{
	z-index: 999;
	transform:scale(1.1);
}
.location-gz, 
.location-yucun,
.location-yl,
.location-yc,
.location-xy,
.location-ws,
.location-lzm,
.location-js,
.location-hx,
.location-hf
{
	transition: transform 0.5s;
}
.splmer{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 613px;
	top: 271px;
	background-color: red;
	border-radius: 100%;
	animation:fadeOutTime 1s infinite ease-in-out;
	-webkit-animation:fadeOutTime 1s infinite ease-in-out;
	-moz-animation:fadeOutTime 1s infinite ease-in-out;
	-ms-animation:fadeOutTime 1s infinite ease-in-out;
	-o-animation:fadeOutTime 1s infinite ease-in-out;
}
@keyframes fadeOutTime{
	from{
		transform:scale(0,0);
	}
	to{
		transform:scale(1,1);
		opacity: 0;
	}
}
@-webkit-keyframes fadeOutTime{
	from{
		-webkit-transform:scale(0,0);
	}
	to{
		-webkit-transform:scale(1,1);
		opacity: 0;
	}
}
/*animation*/
.moveUp {
	animation: moveIconUp ease 1.5s both infinite;
	-webkit-animation: moveIconUp ease 1.5s both infinite;
	-moz-animation: moveIconUp ease 1.5s both infinite;
	-o-animation: moveIconUp ease 1.5s both infinite;
}
@keyframes moveIconUp {
 0% {
transform: translateY(0%);
opacity:1;
}
 100% {
transform: translateY(-20%);
opacity:1;
}
}
@-webkit-keyframes moveIconUp {
 0% {
-webkit-transform: translateY(0%);
opacity:1;
}
 100% {
-webkit-transform: translateY(-20%);
opacity:1;
}
}
@-moz-keyframes moveIconUp {
 0% {
-moz-transform: translateY(0%);
opacity:1;
}
 100% {
-moz-transform: translateY(-20%);
opacity:1;
}
}
@-o-keyframes moveIconUp {
 0% {
-o-transform: translateY(0%);
opacity:1;
}
 100% {
-o-transform: translateY(-20%);
opacity:1;
}
}
#news {
    position: relative;
    background-image: url(../images/bg02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 800px;
}
#pic02 {
    position: relative;
    background-image: url(../images/bg06.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 1100px;
    background-color: #e8fafe;
}
#lt {
    position: relative;
    background-image: url(../images/bg07.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
/*导航*/
.navList {
    background-color: #db3a1a;
    height: 54px;
}
.navList li {
    float: left;
    color: #fff;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    padding: 0 30px;
}
.navList li.active {
    background-color: #b32f15;
}
.newsModle .newsTit {
    border-bottom: 2px solid #db3a1a;
    height: 40px;
}
.newsModle .newsTit p {
    font-size: 18px;
    line-height: 40px;
    background-color: #db3a1a;
    width: 160px;
    text-align: center;
    color: #FFF;
    float: left;
}
.newsModle .newsTit span a {
    font-size: 12px;
    line-height: 40px;
    float: right;
    color: #999;
}
.hdNews {
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.hdNews h1 {
    font-family: "微软雅黑", "宋体", "Times New Roman", Arial;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
}
.hdNews p {
    font-family: "宋体", "微软雅黑", "times New Roman", Arial;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    text-indent: 24px;
}
.hdNews em {
    float: left;
    overflow: hidden;
}
.hdNews span {
    float: right;
    overflow: hidden;
}
.newsListR {
    width: 270px;
    padding: 15px;
    border: 1px solid #db3a1a;
}
.newsListR h2.newsListRTit {
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    width: 108px;
    background-color: #db3a1a;
}
.newsListR h2.newsListRTit a {
    color: #fff;
}
.newsListR ul {
    margin-top: 10px;
}
.newsListR ul li {
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.newsListR ul li h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.newsListR ul li span {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    text-decoration: none;
    height: 48px;
    overflow: hidden;
    padding-top: 8px;
}
/*头条新闻*/
.tNews h2 {
    border-bottom: 1px dotted #ccc;
    font-size: 30px;
    line-height: 60px;
}
.tNews .tt {
    padding-left: 80px;
    background-image: url(../images/tt.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.tNews .tt a {
    color: #000;
}
.tNews p {
    color: #ccc;
    padding: 8px 0;
    font-size: 14px;
    line-height: 30px;
}
.tNews .intro {
    color: #777;
}
.tNews .intro .more {
    color: #007bc8;
}
.tNews p b {
    color: #333;
}
/*导航*/
.nav {
    position: relative;
    height: 70px;
    font-size: 18px;
    color: #fff;
    background-color: #d53801;
}
.nav li {
    position: relative;
    float: left;
    height: 34px;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
}
.nav li a {
    position: relative;
    line-height: 34px;
    text-decoration: none;
    padding: 5px 15px;
    color: #fff;
}
.nav li a:hover, .current {
    line-height: 34px;
    background-color: #003fa6;
}
/********************** 新闻 **************************/

.h1_news {
    position: absolute;
    top: 0;
    left: 0;
    width: 546px;
    height: 64px;
}
.w-314 {
    width: 314px;
}
.w-322 {
    width: 322px;
}
.w-300 {
    width: 300px;
}
.h-220 {
    height: 220px;
}
.bt {
    display: block;
}
.more {
    float: right;
    width: 40px;
    font-size: 12px;
    font-family: "宋体", Arial, sans-serif;
    background-color: #fff;
    line-height: 34px;
    padding-left: 10px;
    ;
}
.bt {
    position: relative;
    height: 34px;
    line-height: 34px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 16px;
    color: #fff;
}
.bt01 {
    background-image: url(../images/bt01.jpg);
}
.bt02 {
    background-image: url(../images/bt02.jpg);
}
.bt03 {
    background-image: url(../images/bt03.jpg);
}
.bt01 span {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
}
.bt01_e {
    margin-top: 28px;
    margin-left: 5px;
    width: 277px;
    border-bottom: 1px solid #000;
}
.bt01_e p {
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
}
.hl_border {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000;
}
.headline {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}
.headline img {
    width: 176px;
    height: 114px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.headline h2 a {
    display: block;
    overflow: hidden;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    color: #000;
}
.headline h2 a:hover {
    color: #ff7d00;
}
.headline p {
    display: block;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}
.txtList, .txtList02 {
    position: relative;
    display: block;
}
.txtList li {
    line-height: 42px;
    height: 42px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    float: left;
}
.txtList02 li {
    line-height: 42px;
    height: 42px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    float: left;
}
.txtList li em {
    float: left;
    overflow: hidden;
    margin: 20px 10px 0 0;
    width: 5px;
    height: 5px;
    display: inline;
    background-image: url("../images/em01.png");
    background-position: top center;
    position: relative;
}
.txtList02 li em {
    float: left;
    overflow: hidden;
    margin: 11px 10px 0 0;
    width: 4px;
    height: 4px;
    display: inline;
    background-color: #333;
}
.dT {
    position: relative;
    height: 15px;
    float: right;
    color: #707070;
    font-size: 12px;
}
.txtList03 {
    position: relative;
    display: block;
}
.txtList03 li {
    width: 500px;
    line-height: 42px;
    height: 42px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    float: left;
    margin: 0 30px;
}
.txtList03 li em {
    float: left;
    overflow: hidden;
    margin: 20px 10px 0 0;
    width: 5px;
    height: 5px;
    background-image: url("../images/em01.png");
    background-position: center top;
    display: inline;
}
/**********************新闻 end**************************/

.mod_title1 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
.mod_title1 h1 {
    line-height: 50px;
    font-size: 42px;
    font-weight: bold;
    color: #0d60da;
    text-align: center;
}
.mod_title2 {
    position: relative;
    background-image: url(../images/t_zs.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.mod_title2 h1 {
    line-height: 50px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.laili {
    position: relative;
    background-image: url(../images/bg_laili.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 193px;
}
.laili p {
    position: absolute;
    top: 26px;
    left: 322px;
    text-indent: 28px;
    line-height: 28px;
    width: 648px;
}
.pic_summary {
    overflow: hidden;
    width: 100%;
    zoom: 1;
}
.pic_summary .img {
    float: left;
    margin-right: 15px;
}
.pic_summary .title a {
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.pic_summary .g1 a {
    font-size: 22px;
    display: block;
    height: 40px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    color: #0973c1;
}
.pic_summary .g1 a:hover {
    color: #ff3300;
    text-decoration: none;
}
.pic_summary .summary {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}
.pic_summary .summary a {
    color: #666;
}
.notice-tit li {
    position: relative;
    float: left;
    display: inline-block;
    width: 380px;
    height: 60px;
    margin: 0 50px;
    font-size: 30px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/bg_tab.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.notice-tit li a {
    color: #fff;
}
.notice-tit li.select a, .notice-tit li:hover a {
    color: #20b3e0;
}
.notice-tit li.select, .notice-tit li:hover {
    background-position: 0px -60px;
}
.txt01 {
    line-height: 28px;
    text-indent: 24px;
}
.w-658 {
    width: 658px;
}
.w-302 {
    width: 302px;
}
.r_map, .r_survey {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}
.r_map {
    background-image: url(../images/r_map.png);
    height: 218px;
}
.r_survey {
    background-image: url(../images/r_survey.png);
    height: 229px;
}
.s_icon {
    position: relative;
    width: 100%;
}
.s_icon li {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-image: url(../images/s_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    margin: 5px 3px;
}
/**********************曝光台**************************/
.bgt li {
    width: 300px;
    display: inline-block;
    zoom: 1;
    margin: 0 10px 10px 10px;
    background-color: #fafafa;
}
.scale_img img {
    width: 280px;
    height: 167px;
}
.scale_img {
    overflow: hidden;
    display: block;
    margin: 10px;
    overflow: hidden;
}
.picMarquee-left .pic a:hover img, .scale_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.picMarquee-left .pic a img, .scale_img img {
    -webkit-transition: all .25s linear .1s;
    -moz-transition: all .25s linear .1s;
    -ms-transition: all .25s linear .1s;
    -o-transition: all .25s linear .1s;
    transition: all .25s linear .1s;
}
.intro p {
    font-size: 14px;
    line-height: 28px;
    text-indent: 28px;
}
.intro .subtitle {
    font-size: 18px;
    line-height: 42px;
    height: 42px;
}
.detail {
    font-size: 12px;
    color: #000;
    line-height: 30px;
    text-indent: 24px;
}
.time {
    font-size: 12px;
    color: #8d8d8d;
    line-height: 30px;
}
/**********************曝光台 end**************************/


/**********************法庭直击**************************/
.video {
    position: relative;
    background-image: url(../images/bg_video.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 468px;
}
.v_tit {
    display: block;
    width: 150px;
    height: 62px;
    margin: 17px auto;
}
.hot_img {
    position: relative;
    width: 496px;
    height: 334px;
    margin-right: 10px;
}
.hot_img a, .hot_img img {
    overflow: hidden;
    display: block;
    width: 496px;
    height: 334px;
}
.hot_img a:hover span {
    background-position: -7px -212px;
}
.hot_img a span {
    width: 64px;
    height: 65px;
    display: block;
    position: absolute;
    top: 130px;
    left: 216px;
    background-image: url(../images/v_btn.png);
    background-repeat: no-repeat;
    background-position: -7px -49px;
}
.hot_img em {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-image: url(../images/bg.png);
    width: 486px;
    height: 30px;
    text-align: left;
    padding-left: 10px;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    font-family: "宋体", Arial, sans-serif;
}
/**********************法庭直击 end**************************/
.fouce_pic {
    position: relative;
    width: 290px;
    background-color: #f3f3f3;
    margin: 25px 0 25px 25px;
}
.fouce_pic img {
    overflow: hidden;
    width: 290px;
    height: 380px;
}
.fouce_pic span {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-image: url(../images/bg.png);
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    font-family: "宋体", Arial, sans-serif;
}
/**********************法官手记**************************/
.w-308 {
    width: 308px;
    margin: 0 12px 30px 12px;
}
.more2 {
    position: relative;
    display: block;
    width: 50px;
    height: 17px;
    padding: 5px 25px;
    color: #999;
    font-size: 12px;
    font-family: "宋体", Arial, sans-serif;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: center;
}
/**********************法官手记 end**************************/

/**********************电子报**************************/
.bt_dz {
    height: 62px;
    background-image: url(../images/bt_dz.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 1000px;
}
.picMarquee-left {
    width: 1000px;
    overflow: hidden;
    position: relative;
}
.picMarquee-left .bd {
    margin: 15px;
}
.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.picMarquee-left .bd ul li .pic {
    text-align: center;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #aaa;
}
.picMarquee-left .bd ul li .pic img {
    width: 173px;
    height: 250px;
    display: block;
}
.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.picMarquee-left .bd ul li .title {
    line-height: 24px;
}
/**********************电子报 end**************************/
.linkTitle {
    position: relative;
    display: inline-block;
    float: left;
    width: 88px;
    height: 52px;
    line-height: 52px;
    background-color: #961b1a;
    color: #fff;
    text-align: center;
}
.linkList {
    border-top: 3px solid #961b1a;
    border-right: 3px solid #961b1a;
}
.linkList select {
    position: relative;
    display: inline-block;
    float: left;
    width: 174px;
    height: 20px;
    margin: 0 16px;
}
#pic {
    position: relative;
    background-image: url(../images/bg_pic.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
/* tour */
#tour {
    z-index: 1;
    position: relative;
    padding: 80px;
    position: relative;
    z-index: 1;
    padding-top: 0;
    min-height: 500px;
    margin-top: -50px;
    padding-top: 80px;
}
#img-slider .slide {
    width: 100%;
    background: #fff;
    position: absolute;
}
#img-slider .slide .img {
    margin: 10px auto;
    border: none;
}
#img-slider .img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    -moz-box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    -ms-box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    border: 1px solid #edeeee;
    background-color: #fff;
    width: 500px;
    height: 320px;
    position: relative;
    overflow: hidden;
}
#img-slider .img img {
    display: block;
    width: 100%;
}
#img-slider .img .label {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #fff;
    padding: 2.5% 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 150%;
}
#img-slider .img:first-child {
    display: block;
}
.switcher-wrap {
    position: relative;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
}
.switcher-wrap.slider {
    padding-left: 380px;
    padding-right: 380px;
}
.switcher-wrap.slider #img-slider .img {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border-color: #fff;
}
.switcher-wrap a.next, .switcher-wrap a.prev {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    bottom: 0;
    left: 0;
    background: url(../images/sprites.png) no-repeat 16px 12px;
    z-index: 1000;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.switcher-wrap a.next:hover, .switcher-wrap a.prev:hover {
    background-color: rgba(0, 160, 233, 0.1);
}
.switcher-wrap a.prev {
    right: 0;
    left: auto;
    background-position: -63px 12px;
}
.switcher-wrap ul.switcher {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.switcher-wrap ul.switcher li {
    display: inline-block;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 4px;
}
.switcher-wrap ul.switcher li a {
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -o-transition: background 0.30s ease-in-out;
    -webkit-transition: background 0.30s ease-in-out;
    -moz-transition: background 0.30s ease-in-out;
    transition: background 0.30s ease-in-out;
}
.switcher-wrap ul.switcher li a:hover, .switcher-wrap ul.switcher li.active a {
    background: #fff;
}
.switcher-wrap ul.switcher li:last-child {
    margin-right: 0;
}
.picList01 li {
    width: 208px;
    float: left;
    position: relative;
    transition: box-shadow 0.3s;
    margin-right: 17px;
    margin-bottom: 40px;
    margin-left: 17px;
}
.picList01 li img:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
}
.picList01 li span {
    position: absolute;
    height: 60px;
    width: 60px;
    background-image: url(../images/btn_v.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: 80px;
    top: 43px;
}
.picList01 li img {
    width: 208px;
    height: 133px;
    border: 6px solid #f0f0f0;
}
.picList01 li em {
    margin-top: 6px;
    display: block;
    width: 208px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}
.picList02 li {
    display: inline-block;
    width: 305px;
    overflow: hidden;
    float: left;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    transition: box-shadow 0.3s;
    margin: 0 13px 20px;
}
.picList02 li:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
}
.picList02 li img {
    width: 305px;
    height: 305px;
}
.picList02 li em {
    margin-top: 6px;
    display: block;
    width: 305px;
    text-align: center;
    color: #333;
    line-height: 26px;
    font-size: 14px;
}
.picList li {
    float: left;
    position: relative;
    margin: 8px;
    transition: box-shadow 0.3s;
}
.picList li:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
}
.picList li img {
    width: 220px;
    height: 302px;
    border: 3px solid #774017;
}
.picList li em {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-image: url(../images/bg.png);
    width: 294px;
    height: 36px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    font-family: "宋体", Arial, sans-serif;
}
.picList03 {
    position: relative;
}
.picList03 li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 30px 30px 30px;
}
.picList03 li h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    height: 40px;
    color: #4771b7;
    padding-top: 10px;
}
.picList03 li p {
    width: 500px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
}
.picList03 li em {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-image: url(../images/bg.png);
    width: 230px;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
}
/**********************footer**************************/
#dDfooter {
    font-family: "Microsoft YaHei", "寰蒋闆呴粦";
    font-size: 12px;
    color: #666;
}
#dDfooter a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
 blr: expression(this.onFocus=this.blur());
}
#dDfooter a:hover {
    color: #ff7d00;
}
#dDfooter span {
    text-align: center;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    color: #666;
    font-size: 12px;
    display: block;
}
.dDfootUl {
    width: 498px;
    height: 26px;
    margin: 0 auto;
}
.dDfootLi {
    float: left;
    border-right: 1px solid #666;
    height: 14px;
    width: 70px;
    overflow: hidden;
    text-align: center;
    line-height: 14px;
}
.dDfootLi a {
    padding-bottom: 4px;
    display: inline-block;
}
.dDfootLiBor {
    border: none;
}
/**********************footer end**************************/
