*{margin: 0px;padding: 0px;list-style:none;font-family: "微软雅黑"; color: #666666; }
a{text-decoration:none;color: #666666;}
p{color: #666666;}

/*================================================================= TopMenu_1-3 ==================================================================================*/
.TopMenu_1-3_ul {
    width: 100%;
    height:45px;
    background-color: #005AAC;
    margin: auto;
	padding: 0rem;
    list-style: none;
	font-family: "microsoft yahei";
}

.TopMenu_1-3_li {
    display: block;
    float: left;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color:#005AAC;
}

    .TopMenu_1-3_li a {
        display: block;
        float: left;
        width: 120px;
        height: 40px;
        color:#FFFFFF;
        text-decoration: none;
    }

        .TopMenu_1-3_li a:hover {
            display: block;
            float: left;
            width: 120px;
            height: 40px;
            text-decoration: none;
			border-bottom-style: solid;
			border-bottom-width: 0.125rem;
			border-bottom-color: #69c7cf ;
        }

            .dropdown {
                position: relative;
                display: inline-block;
            }

            .dropdown-content {
                display: none;
                position: absolute;
                background-color: rgba(0,90,172,0.8);
                min-width: 120px;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                margin-top: 40px;
            }

                .dropdown-content a {
                    border-top:dashed 1px rgba(0, 0, 0, 0.19)
                }
                   

                .dropdown:hover .dropdown-content {
                    display: block;
                }
/*///////////////////////////////////////////////////////////////// TopMenu_1-3 /////////////////////////////////////////////////////////////////////////////////////////////*/


/* 左侧菜单 */
.LeftMenu_1-3_ul {
    width: 100%;
    height:auto;
    background-color: #005AAC;
    margin: auto;
	padding: 0rem;
    list-style: none;
	font-family: "microsoft yahei";
}
.LeftMenu_1-3_li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color:#F7F7F7;
}

    .LeftMenu_1-3_li a {
        display: block;
        width: 100%;
        height: 40px;
        color:#495057;
        text-decoration: none;
    }

        .LeftMenu_1-3_li a:hover {
            display: block;
            width: 100%;
            height: 40px;
			background-color:#488ECD;
			color: #FFFFFF;
            text-decoration: none;
			border-bottom-style: solid;
			border-bottom-width: 0.125rem;
			border-bottom-color: #69c7cf ;
        }

/*轮播新闻*/
/*-----------------自定义按钮样式，移动端不需要，PC端根据实际情况选择----------------*/
.demo2 {width: 360px;height: 245px;font-size: 14px;position:relative;}
.demo2 a.control {position:absolute;display: block;top: 50%;margin-top: -78px;width: 26px;height: 140px;cursor: pointer;z-index: 2;background: url(../images/buttons.png) no-repeat}
.demo2 a.prev {left: 0;background-position: -10px 0;opacity: 0.3;}
.demo2 a.next {right: 0;background-position: -117px 0;opacity: 0.3;}
.demo2 a.prev:hover {background-position:-10px 0}
.demo2 a.next:hover {background-position: -117px 0}
/*----------------------------为保证最佳效果，建议设置如下样式------------------------*/
.slider {display: none}

/* 滚动图片（第一个） -------------------------------------------------------------------------*/
#demos {
            overflow: hidden;
            background: #FFF;
            overflow: hidden;
           /* border: 1px dashed #CCC; */
            width: 100%;
        }

            #demos .Box {
                border: 3px solid #F2F2F2;
                width: 200px;
                height: 180px;
                float:left;
				text-align: center;
            }
            #demos img {
                border-bottom: 3px solid #F2F2F2;
                width:200px;
                height:150px;
            }
			#demos .txt {
			    padding:3px 3px 3px 3px;
			}

        #indemos {
            float: left;
            width: 800%;
        }

        #demos1 {
            float: left;
        }

        #demos2 {
            float: left;
        }
		
		/* 滚动图片(第二个) -------------------------------------------------------------------------*/
		#demos-2 {
		            overflow: hidden;
		            background: #FFF;
		            overflow: hidden;
		           /* border: 1px dashed #CCC; */
		            width: 100%;
		        }
		
		            #demos-2 .Box {
		                border: 3px solid #F2F2F2;
		                width: 200px;
		                height: 180px;
		                float:left;
						text-align: center;
		            }
		            #demos-2 img {
		                border-bottom: 3px solid #F2F2F2;
		                width:200px;
		                height:150px;
		            }
					#demos-2 .txt {
					    padding:3px 3px 3px 3px;
					}
		
		        #indemos-2 {
		            float: left;
		            width: 800%;
		        }
		
		        #demos1-2 {
		            float: left;
		        }
		
		        #demos2-2 {
		            float: left;
		        }

.imgscss img{ width:90%; height:auto}
