@charset "utf-8";
/* CSS Document */
body {
    padding: 0;
    margin: 0;
    font-family: "宋体", Gadget, sans-serif, "Arial Black";
    font-size: 12px;
    background: url("../images/bg.png");
}

a {
    color: #3c3c3c;
    text-decoration: none;
}

a:hover {
    color: #f891a3;
    text-decoration: none;
}

p, ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    border: none
}

.clear {
    height: 5px;
    clear: both;
    margin: 0;
    _margin-top: -8px;
    _height: 0px
}

.clear2 {
    height: 10px;
    clear: both;
    margin: 0;
}

/*幻灯按钮总控制*/
.carousel .carousel-control{
	display: none !important;
}
.carousel:hover .carousel-control{
	display: inline-block !important;
}
.glyphicon-chevron-left,.glyphicon-chevron-right{
    display: none !important;
}
/*//banner*/
.carousel #left_first_hdp_button,.carousel #right_first_hdp_button{
	display: inline-block;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -17px;
}
.carousel #left_first_hdp_button{
	left: 80px;
	background-image: url("../images/f_l.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0px 0px;
}
.carousel #left_first_hdp_button:hover{
	right: 80px;
	background-image: url("../images/f_l_y.png");

}
.glyphicon-chevron-left:before{
	content: '';
}
.carousel #right_first_hdp_button{
	right: 80px;
	background-image: url("../images/f_r.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0px 0px;
}
.carousel #right_first_hdp_button:hover{
	right: 80px;
	background-image: url("../images/f_r_y.png");
}
.glyphicon-chevron-right:before{
	content: '';
}
/*//banner结束*/

/*nav*/
#nav_main{
	width: 100%;
	height: 50px;
	background-image: linear-gradient(0deg, 
		#ff768e 0%, 
		#ff99ab 100%);
}
.nav {
    width: 1200px;
    height: 35px;
    margin: 0px auto;
    padding: 7px 0px;
    box-sizing: border-box;
    font-family: "宋体", Gadget, sans-serif, "Arial Black";
}
.newmenu {   
    width: 100%;
    height: 35px;
    margin: 0 auto;
}

.newmenu ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 9999;
}

.newmenu ul .tszy {
    position: absolute;
    left: 480px;
}

.newmenu ul li {
    z-index: 100;
    float: left;
    position: relative;
    width: 120px;
}

.newmenu ul li:hover {
    cursor: pointer;
}

.newmenu ul li span {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 76px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	
}

.newmenu > ul > li> ul {
    z-index: 100;
    display: none;
    width: 120px;
    margin-top: -7px;
}
.newmenu ul li:hover span {
    cursor: pointer;
		color: #ff768e;
	background-color: #ffffff;
	border-radius: 4px;
}
.newmenu > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 43px;
    left:-24px;
    background-image: linear-gradient(0deg, 
		#ff768e 0%, 
		#ff99ab 100%);
    border-top: none;
}
.newmenu ul li:hover ul li a span {
    text-align: center;
    width: 120px;

}
.newmenu > ul > li> ul >li >ul {
    width: 120px;
   	position: absolute;
    left: 120px;
    top: 0px;
  	display:none;
}
.newmenu > ul > li:hover > ul > li:hover > ul {
    display: block;
    background-image: linear-gradient(0deg, 
		#ff768e 0%, 
		#ff99ab 100%);
    border-top: none;
}
.newmenu > ul > li> ul >li >ul > li > ul{
    width: 120px;
   	position: absolute;
    left: 120px;
    top: 0px;
  	display:none;
}
.newmenu > ul > li:hover > ul > li:hover  ul {
    display: block;
    background-image: linear-gradient(0deg, 
		#ff768e 0%, 
		#ff99ab 100%);
    border-top: none;
}
.newmenu ul li:hover ul li a span{
    padding-left: 2px;
    padding-right: 2px;

    white-space: nowrap;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color: #000;
    font-size: 14px;
}

.newmenu ul li ul li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 23px;
    color: #fff;
    line-height: 23px;
    font-size: 13px;
}
.newmenu ul li ul li a span:hover {
    color: #fff;
    background-image: linear-gradient(0deg, 
		#ff768e 0%, 
		#ff99ab 100%);
}

/*nav end*/
#main,.main_nav{
	width: 1200px;
    margin: 32px auto;
    padding-left: 5px;
    padding-right: 5px;
}
/*轮播消息*/
.main_nav .nav_bottom{
	width: 100%;
	height: 40px;
	background-image: linear-gradient(180deg, 
		#ffffff 0%, 
		#f9f9f9 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 0px 7px 1px 
		rgba(0, 0, 0, 0.07);
	border-radius: 0px 6px 6px 0px;
	margin-bottom: 32px;
	    border-radius: 6px 0px 0px 6px;
}
.main_nav .nav_bottom .nav_bottom_title{
    display: inline-block;
    width: 100px;
	height: 40px;
	background-image: linear-gradient(0deg, 
		#f891a3 0%, 
		#ffaab9 100%);
	border-radius: 6px 0px 0px 6px;
	margin: 0px;
	float: left;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	margin-left: -5px;
}
.main_nav .nav_bottom marquee{
	width: 1090px;
	height: 45px;
	overflow: hidden;
}
.main_nav .nav_bottom ul{
	height: 100%;
}
.main_nav .nav_bottom ul li{
	height: 40px;
	padding: 11px 0px;
	box-sizing: border-box;
}
.main_nav .nav_bottom ul li a{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
/*轮播消息 end*/


/*列表页、内容页样式  开始*/
.leftlm {
    width: 278px;
    height: auto;
    float: left;
    overflow: hidden;
    font-family: "宋体", Gadget, sans-serif, "Arial Black";
}

.leftlm span {
    background-color: #f5b8d7;
    font-weight: bold;
    height: 30px;
    width: 278px;
    display: block;
    color: #FFFFFF;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
}

.leftlm ul {
    text-align: left;
    margin-top: 6px;
}

.leftlm ul li {
    border-bottom: 1px solid #f5b8d7;
    list-style-type: none;
}

.leftlm a {
    color: #333333;
    text-decoration: none;
    height: 30px;
    width: 278px;
    line-height: 28px;
    display: block;
    text-indent: 14px;
    font-size: 18px;
}

.leftlm a:hover {
    background: #ffffff url("../images/menuIco01.png") no-repeat 0 3px;
    color: #e3186a;
}

.leftlm a.selt {
    background: #f5b8d7 url("../images/menuIco01.png") no-repeat 0 3px;
    color: #ffffff;
}

.leftlm a:hover.selt {
    background: #f5b8d7 url("../images/menuIco01.png") no-repeat 0 3px;
    color: #ffffff;
}

.rightnr {
    width: 905px;
    float: right;
    height: auto
}

.bread {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666666;
    border-bottom: dotted 1px #999999;
    text-indent: 20px;
    font-size: 12px;
    background: #f1f1f1 url("../images/breadIcon.png") no-repeat;
}

.contentnew {
    width: 885px;
    height: auto;
    color: #333333;
    margin: 10px;
    font-size: 14px;
    line-height: 24px;
}

.contentnew p {
    line-height: 30pt;
}

#newcontent p {
    color: black;
    line-height: 30pt;
}

.ring {
    width: 100%;
    height: 56px;
    background: url("../images/ring.jpg") /*tpa=http://www.dzfybj.cn/skins/fuyou2/images/ring.jpg*/ repeat-x;
}

/*列表页、内容页样式  结束*/

