﻿/**top**/
.topWrap_wc{
	width: 100%;
	/*height: 380px;*/   /*2020.4.10修改*/
}
.top_nav{
	width: 100%;
/*	height: 300px;background: url(../img/JS-top_img.jpg) no-repeat center;*//*2020.4.10修改*/ 
}
.top_nav img{width: 100%;} /*2020.4.10修改*/ 
.top_wc{width: 100%;} /*2020.4.10修改*/
.top_wc img{width: 100%;}/*2020.4.10修改*/
.top_wc{
	width: 100%;
	/*height: 80px;*/ /*background: url(../img/JS-top_nav11.png) no-repeat center;*/ position: relative; /*2020.4.10修改*/
}
.top{
	width: 1000px;
	margin: 0 auto;
	/*position: relative;*/ /*2020.4.10修改*/
}
.top ul{
	width: 1000px;
	float: left;
	/*margin-top: 4%;*/ /*2020.4.10修改*/
	position: absolute;top: 50%;left: 50%;transform: translateX(-50%)translateY(-50%);display: flex;justify-content: space-between;align-items: center; 
}
.top ul li{
	float: left;
	height: 30px;
	cursor: pointer;
}
.top ul li a{
	display: inline-block;
	width: 75px;
	height: 30px;
	float: left;
	color: #fff842;font-size: 18px; 
 }
/**container**/
.containerWrap_wc{
	width: 100%;
	height: auto;
}

/**社庆聚焦**/
.focus{
	width: 100%;
	float: left;
}
.focus_nav{
	width: 100%;
	float: left;
	background: url(../img/hea_bg.png) no-repeat center;
	width: 100%;
	height: 64px;
}
.focus_nav h2{
	font-size: 24px;
	color: #aa2d28;
	text-indent: 30px;
	padding-top: 20px;
}
.focus_con{
	background: #fff;
	float: left;
	width: 998px;
	border: 1px solid #ffd8c7;
	border-top: none;
	padding-top: 15px;
	padding-bottom: 10px;
}
/**banner**/
.focus_confl{ 
	width: 502px;
	height:362px; 
	overflow:hidden; 
	position:relative; 
	margin: 0 auto; 
	margin: 0 10px;
	border: 1px solid #f0f0f0;
}
.focus_confl .hd{ 
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	bottom:2px; 
	left: 80%;
	z-index:1; 
	width: 100%;
	right: 0;
}
.focus_confl .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.focus_confl .hd ul li{ 
	float:left; 
	width:10px; 
	margin: 0 5px;
	height:10px; 
	color: #fff;
	text-align:center; 
	background:#888989;
	cursor:pointer;
}
.focus_confl .hd ul li.on{ 
	background:#aa2d28; 
}
.focus_confl .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.focus_confl .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.focus_confl .bd img{ 
	width:502px; 
	height:362px; 
	display:block;  
}
.focus_confl .bd li .bd_bg{
	margin-top: -30px;
	height: 30px;
	text-indent: 8px;
	width: 100%;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#99000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";      /*IE8*/
	position: relative;
}
.focus_confr{
	width: 450px;
	margin-right: 10px;
}
.focus_confr .more a{
	float: right;
	margin-right: 0;
	font-size: 18px;
	position: relative;
	top: -30px;
	color:#aa2d28;
}
.focus_confr .more a:hover{
	color:#af231f;
}
.focus_confr h3 a{
	font-size: 18px;
	display: block;
	color: #aa2d28;
	line-height: 38px;
	padding-top: 8px;
	font-weight: normal;
	border-bottom: 1px dotted #838383;
}
.focus_confr p{
	font-size: 14px;
	color: #646464;
	line-height: 23px;
	padding-top: 6px;
	float: left;
}
.focus_confr h3 a:hover{
	color: #ca2b2b;
}
.focus_confr .article{
	width: 450px;
	margin-top: 10px;
	float: left;
}
.focus_confr .article ul li{
	background: rgba(0, 0, 0, 0) url("../img/listarrow.gif") no-repeat scroll left 12px;
	*background:url("../img/listarrow.gif") no-repeat scroll 0 12px;
	height: 26px;
    line-height: 26px;
    padding-left: 14px;
    font-size:14px ;
    *float: left;
}
.focus_confr .article ul li span{
	float: right;
	margin-right: 2px;
	color: #646464;
	*position: relative;
	*top: -26px;
}

/**岁月足迹**/
.years{
	width: 100%;
	float: left;
	margin-top: 15px;
}
.years_con{
	background: #fff;
	float: left;
	width: 998px;
	border: 1px solid #ffd8c7;
	border-top: none;
	padding-top: 15px;
	padding-bottom: 10px;
}
.years_ml{
	width: 100%;
	float: left;
	background: url(../img/zj_bg.png) no-repeat 405px 0;
}
.connected-carousels{
	width: 502px;
	overflow:hidden; 
	position:relative; 
	margin: 0 auto; 
	margin: 0 10px;
}
.connected-carousels .stage {
    width: 502px;
    height: 361px;
    position: relative;
    border: 1px solid #f0f0f0;
}

/*2020.4.9修改start*/
.connected-carousels .stage .hd{ height:15px; overflow:hidden; position:absolute; bottom:2px; left: 76%;z-index:1; width: 100%;right: 0;}
.connected-carousels .stage .hd ul{ overflow:hidden; zoom:1; float:left;  }
.connected-carousels .stage .hd ul li{ float:left; width:10px; margin: 0 5px;height:10px; color: #fff;text-align:center; background:#888989;cursor:pointer;}
.connected-carousels .stage .hd ul li.on{ background:#aa2d28;}
/*2020.4.9修改end*/


/*2020.4.9修改start*/
/*.connected-carousels .navigation {
    width: 100%;
    margin-top: 10px;
    position: relative;
}*/
/*.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}*/
/*.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.connected-carousels .carousel li {
    float: left;
}
.connected-carousels .carousel-stage1 {
    height: 361px;
}
.connected-carousels .carousel-navigation {
    height: 86px;
    width: 100%;
}
.connected-carousels .carousel-navigation li {
    cursor: pointer;
}
.connected-carousels .carousel-navigation li img {
    display: block;
    border: 2px solid #fff;
    width: 94px;
    height: 84px;
    margin-left: 2px;
}
.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}*/
/*2020.4.9修改end*/

.years_confr{
	width: 450px;
	margin-right: 10px;
	background: url();
}
.years_confr .more a{
	float: right;
	margin-right: 0;
	font-size: 18px;
	position: relative;
	top: -30px;
	color:#aa2d28;
}
.years_confr .more a:hover{
	color:#af231f;
}
.years_confr h2{
	font-size: 18px;
	display: block;
	color: #aa2d28;
	line-height: 38px;
	padding-top: 0px;
	text-align: center;
	font-weight: normal;
	float: left;
	width: 450px;
}
.years_confr p{
	font-size: 14px;
	color: #646464;
	line-height: 28px;
	padding-top: 30px;
	text-indent: 2em;
	padding-right: 25px;
}
.years_bm{
	width: 980px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
.years_bmnav{
	width: 100%;
	float: left;
	background: url(../temp/pic8.jpg) no-repeat center;
	height: 50px;
}
.years_bmnav h2{
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-indent: 15px;
}
.years_bmcon{
	width: 100%;
	/*height: 939px;*/ height: 717px; /*2020.4.9修改*/
	float: left;
	/*background: url(../temp/pic9.jpg) no-repeat center;*/ /*2020.4.9修改*/
	background: url(../temp/JS-pic9.jpg) no-repeat center;  /*2020.4.9修改*/
}
.years_bmcon ul{
	/*background: url(../img/pic1.png) no-repeat center;*/  /*2020.4.9修改*/
	background: url(../img/JS-pic1.png) no-repeat center; /*2020.4.9修改*/
	width: 100%;
	/*height: 932px;*/ height: 717px;   /*2020.4.9修改*/
	float: left;
	margin: 0 auto;
}
.li_con{
	position: relative;
	margin-left: 30px;
	width: 420px;
	text-align: right;
}
.li_con1{
	/*margin-top: 150px;*/   margin-top: 80px;  /*2020.4.9修改*/
}
.li_con2{
	/*margin-top: 35px;*/  margin-top: 100px;  /*2020.4.9修改*/
}
.li_con3{
	margin-left: 530px; margin-top: -380px;/*2020.4.9修改*/
}
.li_con4{
	margin-left: 530px; margin-top: 90px;/*2020.4.9修改*/
}
/*.li_con .li_tb{
	font-size: 17px;
	font-weight: bold;
	color: #aa001b;
	background: url(../img/pic2.png) right bottom no-repeat;
	height: 36px;
}*/
.li_con .li_bm{
	margin-top: 10px;
	background: rgba(0,0,0,0.5); 
	*width: 420px;
	*height: auto;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000',endColorstr='#33000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000')";      /*IE8*/
     padding: 10px 0;
}
/*.li_con .li_bm h2{
	font-size: 18px;
	line-height: 30px;
	padding:10px 10px;
}
.li_con .li_bm h2 a{
	color: #ffd200;
}
.li_con .li_bm h2 a:hover{
	color: #f9b83b;
}*/
.li_con .li_bm p{
	font-size: 14px;
	color: #fff;
	/*text-align: left;*/ /*2020.4.9修改*/
	/*padding:0 10px;*/  /*2020.4.9修改*/
	text-align: justify;padding: 20px 15px; /*2020.4.9修改*/
}
.li_con .li_bm .ico{
	display: block; 
	width:0px; 
	height:0px; 
	border-right:23px solid transparent; 
	border-top:10px solid #505050; 
	font-size:0px; 
	line-height:0px; 
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 60px;
	margin-right: -23px;
}
/*.li_con3{
	margin-left: 530px;
	text-align: left;
	margin-top: -730px;
}*/
/*.li_con4{
	margin-top: 40px;
}*/
/*.li_con3 .li_tb{
	font-size: 17px;
	font-weight: bold;
	color: #aa001b;
	background: url(../img/pic3.png) left bottom no-repeat;
	height: 36px;
}*/
.li_con3 .li_bm .ico1,.li_con4 .li_bm .ico1{ /* 2020.4.9修改 start*/
	display: block; 
	width:0px; 
	height:0px; 
	border-left:23px solid transparent; 
	border-top:10px solid #505050; 
	font-size:0px; 
	line-height:0px; 
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 60px;
	margin-left: -23px;
}  /*2020.4.9修改 end*/

/**使命责任**/
.duty{
	width: 100%;
	float: left;
	margin-top: 15px;
	background: url(../img/pic9.png) no-repeat 0 0;
}
.focus_nav1{
	width: 100%;
	float: left;
	background: url(../img/hea_bg1.png) no-repeat center;
	width: 100%;
	height: 64px;
}
.focus_nav1 h2{
	font-size: 24px;
	color: #aa2d28;
	text-indent: 30px;
	padding-top: 20px;
}
.duty_con{
	background: url(../img/pic8.png) no-repeat 0 10px;
	float: left;
	width: 998px;
	border: 1px solid #ffd8c7;
	border-top: none;
	padding-bottom: 10px;
}
.attend{
	width: 1000px;
	margin: 0 auto;
}
.attend_nav{
	float: left;
	background: url(../img/pic10.png) no-repeat 7px 0;
	width: 997px;
	height: 47px;
	margin-top: 24px;
}
.attend_nav h3{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-indent: 60px;
	padding-top: 15px;
	float: left;
}
.attend_nav .more a{
	float: right;
	margin-right:12px;
	font-size: 18px;
	color:#aa2d28;
	margin-top: 15px;
}
.attend_nav .more a:hover{
	color:#af231f;
}
.attend_con{
	float: left;
	width: 980px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-left: 8px;
	margin-top: 20px;
}
.Caselist li { 
	float: left; 
	width: 245px; 
	margin: -1px;
	height:245px; 
	position: relative;
}
.page1 li a .pic .bg{
	width:225px;
	height: 50px;
	padding: 10px;
	position: relative;
	z-index: 999;
	top:-230px;
	line-height: 27px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	/*display: none;*/
}
.page1 li a .pic{
  width: 245px;
  height: 245px;
  overflow: hidden;
  position: relative;
  *display: inline;
}
.page1 li a img {
  display: block;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
.page1 li:hover img,
.page1 li.hover img
{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2)
}
.serve{
	width: 1000px;
	margin: 0 auto;
}
.serve_nav{
	float: left;
	background: url(../img/pic10.png) no-repeat 7px 0;
	width: 997px;
	height: 47px;
	margin-top: 24px;
}
.serve_nav h3{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-indent: 60px;
	padding-top: 15px;
	float: left;
}
.serve_nav .more a{
	float: right;
	margin-right:12px;
	font-size: 18px;
	color:#aa2d28;
	margin-top: 15px;
}
.serve_nav .more a:hover{
	color:#af231f;
}
.serve_con{
	float: left;
	width: 980px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.casepic0{
	float: left;
	width: 980px;
	margin: 20px auto 0;
}
.casepic0 ul li{
	float: left;
	margin-right: 15px;
	*margin-right: 14px;
}
.casepic0 ul li.liright{
	float: right;
	margin-right: 0px;
}
.show{
	width: 231px;
	height: 188px;
}
.show .pic{
	text-align: center;
	height: 162px; 
	position: relative; 
	overflow: hidden;
	cursor: pointer;
}
.show .pic img{
	width: 231px;
	height: 162px;
	position: relative;
	top: 0;
	cursor: pointer;
}
.show .pic p{
	position: absolute; 
	top: 100%; 
	z-index: 10; 
	transition: top 0.2s ease 0s;
	width: 201px;
	height: 132px;
	padding: 15px;
	text-align: left;
	background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";      /*IE8*/
	cursor: pointer;
}
.show .pic p a{
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.show .pic p a:hover{
	color: #f9f9f9;
	cursor: pointer;
}
.show .pic:hover{
	opacity: 0.8;
}
.show .picM{
	width: 204px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	margin-left: 8px;
}
.show .picM a{
	color: #464646;
}
.show .picM a:hover{
	color: #aa2d28;
}
/**组织脉络**/
.organizetion{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 15px;
}
.organize_map{
	width: 100%;
	float: left;
	height: 585px;
	background: url(../img/pic_bg.png) no-repeat;
}
.organize h2{
	font-size: 20px;
	color: #fff;
	text-indent: 30px;
	padding-top: 20px;
}
.organize .fzqk{
	background: url(../img/pic_bg1.png) no-repeat;
	width: 273px;
	height: 60px;
	font-size: 18px;
	color: #ffffff;
	text-indent: 15px;
	margin-left: 15px;
	margin-top: 20px;
	line-height: 80px;
}
/*2020.4.9修改 start*/
/*.charts{ 
    margin: 0 auto;
}
.chartsmap{
	width:600px;
    height:500px; 
    margin-top: -70px;
    border: 1px solid red;position: relative;
}
.chartsmap img{width: 100%;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%)}*/
.organize .cont{width: 100%;height: 100%;}
.organize .cont .img{padding: 0 20px;}
.organize .cont .img img{width: 100%;}
.organize .cont .text{width: 29%;padding-top: 3%;}
.organize .cont .text h3{font-size: 16px;color: #000000;line-height: 38px;}    /*2020.4.9三次修改*/
.organize .cont .text1{height: 360px;overflow: hidden;}  /*2020.4.9三次修改*/
/*.organize .cont .text .txt{border: px solid red;} */ /*2020.4.9二次修改*/  /*2020.4.9三次修改*/
/*.organize .cont .text .txt::-webkit-scrollbar{display: none;} */ /*2020.4.9二次修改*/  /*2020.4.9三次修改*/
.organize .cont .text .txt p{font-size: 14px;line-height: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.organize.organize_tx .img{text-align: center;}
.organize.organize_tx .sqfzimg{padding: 100px 0 50px;}
.organize.organize_tx .jbfbimg{padding: 55px 0 80px;}
.organize.organize_tx .sqfzimg img{display: inline-block;}
/*2020.4.9修改 end*/

/*2020.4.9修改 start*/
/*.mapTipText{*/
	/*width: 280px;*/
	/*height: 110px;*/
	/*background: rgba(197,96,96,0.8);*/
	/*border-radius: 3px;*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99c56060',endColorstr='#99c56060'); */     /*IE6,IE7*/ 
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#99c56060', endColorstr='#99c56060')"; */     /*IE8*/
/*}*//*2020.4.9修改 end*/
.wrap{
	margin-top: 20px;
	margin-left: 0px;
	margin: 0 auto;
}
/*2020.4.9修改 start*/
/*.mapTipText .mapTipList{
	float: left;
	margin-left: 4px;
}
.mapTipText .mapTipList h2{
	text-align: left;
	font-size: 16px;
	color: #fff;
	text-indent: 5px;
	font-weight: normal;
}
.mapTipText .mapTipList p{
	color: #fff;
	font-size: 14px;
	text-indent: 5px;
}*/
/*#mapTipContent{
	display: none;
}*/
/*2020.4.9修改 end*/

.organize_tx{
	width: 997px;
	float: left;
	height: auto;
	background: #fffaeb;
	border: 1px solid #ffd8c7;
	border-top: none;
	padding: 15px 0;
}
.charts_tx{
	height:550px; 
	width: 930px;
	float: left;
}
.shang{
	position: relative;
	left: 90px;
	top:58px;
	width: 51px;
	float: left;
}
.you{
	position: relative;
	top:520px;
	width: 71px;
	right: 25px;
	float: right;
}
.charts_bz{
	width:800px;
    height:560px; 
    padding: 15px 0;
}

/**人物素描**/
.person{
	width: 100%;
	float: left;
	height: 395px;
	margin-top: 15px;
	background: url(../img/pic7.png) no-repeat center;
}
.per_nav{
	height: 68px;
	width: 100%;
}
.per_nav h2{
	font-size: 20px;
	color: #ffffff;
	text-indent: 30px;
	padding-top: 20px;
}
.per_nav .more a{
	float: right;
	margin-right:10px;
	font-size: 18px;
	color:#aa2d28;
	position: relative;
	top: -16px;
}
.per_nav .more a:hover{
	color:#af231f;
}
.per_con{
	width: 998px;
	border-top: none;
	float: left;
	overflow:hidden; 
	position:relative; 
}
.per_con .hd{ 
	overflow:hidden;  
	height:25px;  
}
.per_con .hd .prev{ 
	display:block;  
	width:30px; 
	height:20px; 
	border: 1px solid #f6d7b8;
	float:right; 
	overflow:hidden;
	cursor:pointer; 
	background: #ffffff url(../img/pic4.png) 12.5px 5.5px no-repeat;
}
.per_con .hd .next{ 
	display:block;  
	width:30px; 
	height:20px; 
	border: 1px solid #f6d7b8;
	float:right; 
	overflow:hidden;
	cursor:pointer; 
	margin-right: 22px;
	background: #ffffff url(../img/pic5.png) 12.5px 5.5px no-repeat;
}
.per_con .hd .prev:hover{ 
	background: #ffffff url(../img/pic4-4.png) 12.5px 5.5px no-repeat;
}
.per_con .hd .next:hover{ 
	background: #ffffff url(../img/pic5-5.png) 12.5px 5.5px no-repeat; 
}
.per_con .bd{ 
	padding:0px 20px;   
}
.per_con .bd ul{ 
	overflow:hidden; zoom:1; 
}
.per_con .bd ul li{ 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center; 
	margin-right: 20px; 
}
.per_con .bd ul li .pic{ 
	text-align:center; 
	margin-bottom: 30px;
}
.per_con .bd ul li .pic img{ 
	width:170px; 
	height:123px; 
	display:block; 
	border: 3px solid #fff;
}
.per_con .bd ul li .pic a:hover img{ border-color:#ffd202;  }

/**精彩图说**/
.picture{
	width: 100%;
	float: left;
	height: 698px;
	margin-top: 15px;
	background: url(../img/pic11.png) no-repeat center;
}
.pic_con{
	width: 998px;
	border-top: none;
	float: left;
	overflow:hidden; 
	position:relative; 
	padding-top: 5px;
}
.connected-carousels1{
	width: 978px;
	overflow:hidden; 
	position:relative; 
	margin: 0 auto; 
	margin: 0 10px;
}
.connected-carousels1 .stage {
    width: 978px;
    height: 617px;
    position: relative;
    border: 1px solid #f0f0f0;
}
.connected-carousels1 .navigation {
    width: 510px;
    position: relative;
    float: left;
    margin-top: -92px;
    margin-left: 47%;
    z-index: 99;
}
.connected-carousels1 .carousel {
    overflow: hidden;
    position: relative;
}
.connected-carousels1 .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.connected-carousels1 .carousel li {
    float: left;
}
.connected-carousels1 .carousel li .pic_bg{
	height: 100px;
	color: #fff;
	font-size: 14px;
	width: 100%;
	position: relative;
	margin-top: -100px;
	z-index: 9;
	padding-left: 20px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";      /*IE8*/ 
}
.connected-carousels1 .carousel li .pic_bg h2{
	width:36%;
}
.connected-carousels1 .carousel li .pic_bg p{
	width: 36%;
}
.connected-carousels1 .carousel li .pic_bg h2 a{
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}
.connected-carousels1 .carousel-stage {
    height: 617px;
}
.connected-carousels1 .carousel-navigation1 {
    height: 100px;
    float: left;
    width: 470px;
    margin-left: 20px;
}
.connected-carousels1 .carousel-navigation1 li {
    cursor: pointer;
}
.connected-carousels1 .carousel-navigation1 li img {
    display: block;
    border: 2px solid #fff;
    width: 111px;
    height: 80px;
    margin-left: 2.5px;
}
.connected-carousels1 .carousel-navigation1 li.active img {
    border-color: #ffd202;
}
.connected-carousels1 .prev-navigation1,
.connected-carousels1 .next-navigation1 {
    display: block;
    position: absolute;
    width: 8px;
    height: 16px;
    text-decoration: none;
}

.connected-carousels1 .prev-navigation1 {
    left: 0px;
    top: 30px;
    text-indent: 6px;
}

.connected-carousels1 .next-navigation1 {
    right: 20px;
    top: 30px;
    text-indent: 20px;
}

.connected-carousels1 .prev-navigation1.inactive,
.connected-carousels1 .next-navigation1.inactive {
    opacity: .5;
    cursor: default;
}

/**心语情愫**/
.xinyu{
	width: 100%;
	float: left;
	height: auto;
	margin: 15px auto;
}
.per_navl{
	height: 68px;
	width: 100%;
	background: url(../img/pic_bg3.png) no-repeat center;
}
.per_navl h2{
	font-size: 20px;
	color: #ffffff;
	text-indent: 30px;
	padding-top: 20px;
	float: left;
}
.per_navl .more a{
	float: right;
	margin-right:10px;
	font-size: 18px;
	color:#aa2d28;
	position: relative;
	top: 38px;
	z-index: 10;
}
.per_navl .more a:hover{
	color:#af231f;
}
.xin_con{
	width: 998px;
	border: 1px solid #f5d7b6;
	border-top: none;
	float: left;
	overflow:hidden; 
	position:relative; 
	background: #fff;
	padding-top: 10px;
	color: #646464;
	font-size: 14px;
	
}
.xin_conl{
	float: left;
	width: 465px;
	margin: 0 17px;
}
.xin_conl ul li {
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0;
}
.xin_conl h2 a{
	font-size: 18px;
	font-weight: normal;
	color: #464646;
	line-height: 35px;
	display: block;
	padding-bottom: 5px;
	width:465px;
}
.xin_conl h2 a:hover{
	color: #AA2D28;
}

/**祝福在线**/


/**footer**/
.footer{
	width: 100%;
	margin: 0 auto;
	height: 170px;
	background: #aa2d28;
	font-size: 14px;
	color: #fff;
	text-align: center;
	/*margin-top: 15px;*/
	line-height: 30px;
	float: left;
}
.footer .foot_tb{
	padding-top: 45px;
}
.footer .foot_tb a{
	color: #fff;
	display: inline-block;
	padding: 0 5px;
}
.footer .foot_tb a:hover{
	color: #e9d9d9;
}
/*文章列表页S*/
.mainWrap{
	width: 100%;
	margin: 10px auto 0;
	overflow: hidden;
	height: auto;
	background: #fff;
}
.mainDiv{
	width: 1000px;
	margin: 0 auto;
}
.maintop{
	width: 1000px;
	margin: 0 auto;
	height: 36px;
	background: url(../img/line.png) no-repeat 0px 32px;
}
.maintop img{
	margin-top:-4px;
	margin-right: 5px;
}
.maintop a{
	font-size: 14px;
	color: #464646;
	margin-right: 5px;
	margin-left: 5px;
}
.maintop a:hover{
	color: #aa2d28;
}
.mainconcent{
	width: 1000px;
	margin: 0 auto;
}
.mainconcent ul li{
	border-bottom: 1px solid #f6f6f6;
	cursor: pointer;
}
.mainconcent ul li:hover{
	background: #fbfafa;
	cursor: pointer;
}
.mainconcent ul li h3{
	font-size: 18px;
	font-weight: normal;
	color: #464646;
	padding-top: 30px;
}
.mainconcent ul li h3 a{
	color: #464646;
}
.mainconcent ul li h3 a:hover{
	color: #aa2d28;
}
.mainconcent ul li p{
	font-size: 14px;
	color: #646464;
	margin-top: 12px;
	padding-bottom: 27px;
}
.mainconcent ul li p span{
	font-size: 14px;
	color: #969696;
	float: right;
	margin-right: 0;
}
.mainB{
	width: 350px;
	margin: 40px auto 55px;
}
.mainB a{
	color: #646464;
	padding: 4px 10px;
	background: #f3f3f3;
	font-size: 14px;
	margin-left: 10px;
}
.mainB a:hover{
	color: #fff;
	background: #aa2d28;
}
/*文章列表页E*/
/*内容页S*/
.mainconcent1{
	margin-top: 0;
}
.mainconcent1 p{
	width: 1000px;
	font-size: 14px;
	margin: 28px auto;
	line-height: 28px;
	text-indent: 2em;
	color: #646464;
}
.titleT{
	margin: 20px auto;
	text-align: center;
}
.titleT h3{
	font-size: 24px;
	color:#646464;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px;
}
.titleT span{
	font-size: 14px;
	color:#B7B7B7;
	text-align: center;
}
.dygb{
	float: right;
	margin: 40px 0  20px;
}
.dygb a{
	margin-left: 10px;
	color: #646464;
}
.dygb a:hover{
	color: #aa2d28;
}
.dygb a img {
	margin-top: 0px;
	margin-right: 4px;
}
.mainB1{
	float: right;
	margin-right: 0;
	width: 1000px;
	margin: 0px auto 20px;
	border-top: 1px solid #f3f3f3;
	padding-top: 10px;
}
.mainB1 ul li{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #646464;
}
.mainB1 ul li a{
	color: #898989;
}
.mainB1 ul li a:hover{
	color: #aa2d28;
}
/*zlj修改滚动*/
.comm2 p{font-size: 14px;line-height: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


/*侧边栏专题*/
/* 侧边栏 */
.app_customer75{ position: fixed;right: 100px;bottom: 35%;z-index: 2;}
.app_customer75 a{display: block;text-align: center;}
.app_customer75 img{display: inline-block;margin-bottom: 10px;width: 140px;height: 140px;}
.app_customer75 p{text-align: center;}
@media screen and (max-width: 1680px) {
    .app_customer75{ right: 50px;bottom: 35%;}
}
@media screen and (max-width: 1440px) {
    .app_customer75{ right: 15px;}
    .app_customer75 img{width: 140px;height: 140px;}
}

















