
/* 主菜单 */

.head{position: relative;width:100%;background: #f8f8f8;border-bottom:1px solid #ddd;height:48px;z-index: 99}
.head .navbox{width: 1140px;margin: 0 auto;}
@media (max-width:1140px){.head .navbox{width: 970px;margin: 0 auto;}}
.head .nav{display: block; float: left;width:calc(100%)}
.head .nav .nav_pc{ width: 100%;    display: flex;
    justify-content: space-between;}
.head .nav ul li{float:left;position: relative;border-right: 1px solid #f8f8f8;box-sizing: border-box;z-index: 999;    flex: 1;}
.head .nav ul li:first-child{border-left: 1px solid #f8f8f8;}
.hover{background-color:#f8f8f8;color: #fff!important;border-bottom: 2px solid #3089c1;}
.head .nav ul li .f_a{line-height:48px;display:block;text-align:center;font-size:16px;color:#333;text-decoration: none;width: 100%;}
.head .nav ul li:hover .f_a{background-color:#3089c1;color: #fff; transition:all .3s}
.head .nav ul li .s_navbox{display:none;position: absolute;left: 0;width: 100%; background:#fff;background-color: #3089c1;z-index: 9999;box-sizing: border-box}
.head .nav ul li .s_navbox .s_a a{color:#fff;font-size:14px;text-transform:uppercase;display:block;text-align: center;padding: 10px 0;border-top: 1px solid #fff;}
.head .nav ul li .s_navbox .s_a a:hover{background-color:#0d6a9e;color: #fff;text-decoration: none;}

.m_nav{display:none}
.headlf .m_logo{display: none}
.headrg .m_menuimg{display: none}
.active{background-color: #0d6a9e}
.activ2{background-color: #0d6a9e}




/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
   .nav ul li .f_a{font-size:14px}
   .nav ul li .s_navbox .s_a a{font-size:12px}
   .foot_top ul{margin-left:60px}
   .nav ul li .s_navbox .s_a{width:100%}
}


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px){
   .msgNum{display: none;}
   .slider{margin-top: 44px;}
   .head{display:none}
   .m_img{display:block;height:64px;background:#3089c1;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd;overflow: hidden;}
   .m_img .headlf{padding-top:2px;padding-left:5px;float: left;}
   .m_img .headlf .m_logo{height:56px;display: block}
   .m_img .headrg{padding-right:5%;padding-top:24px;float: right;}
   .m_img .headrg a .m_menuimg{height:16px;vertical-align:top;display: block}
   .m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
   .m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
   .m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
   .m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#005aab;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
   .m_nav .m_navList ul{padding-left:5%;padding-right:5%}
   .m_nav .m_navList ul li{border-bottom:1px solid #232530}
   .m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
   .m_nav .m_navList ul li .m_f_a{display: flex;align-items: center;justify-content: space-between; width: 100%}
   .m_nav .m_navList ul li .m_f_a a{flex: 1;}
   .m_nav .m_navList ul li .m_f_a i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;}
   .icon{ background:url(../images/plus.png) 100% no-repeat;background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .icon_on{background:url(../images/reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
   .m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}


@media screen and (max-width: 1024px) and (min-width: 0px){
.footer {
    height: 160px;
    margin-top: 30px;
    padding-top: 15px;
    background: #3089c1 url(../images/footer.jpg) no-repeat center bottom;
}
}

@media screen and (max-width: 1024px) and (min-width: 0px){

.row1 .sp {
	display:none;
}
.row1 .sp1 {
	display:none;
}
}
@media (min-width: 1024px){
.m_p {
	display:none;
}

}

/*page
.pages {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	font-size: 14px;
	text-align: center;
}
.pages li {
	display: inline-block;
}
.pages a {

	line-height: 22px;
	font-size: 14px;
	color: #999;
	padding: 4 8px;
	text-decoration: none;
	margin: 0 7px;
}
.pages a:hover {
	background: #3089c1;
	color: #fff;
}

.page-numbers.actiive{
	background: #3089c1;
	color: #fff;
}*/
/*end*/

/*toolbar*/
#toolbar2 {
	display: none;
}
#toolbar {
	width: 68px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -136px;
	z-index: 1000000;
}
#toolbar ul {
}
#toolbar li {
	width: 68px;
	height: 68px;
	float: left;
	margin: 4px 0px;
	position: relative;
}
#toolbar li .t_item {
	width: 68px;
	height: 68px;
	background: #337ab7;
	text-align: center;
	line-height: 68px;
	display: block;
	border-radius: 5px 0 0 5px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#toolbar li a.t_item:hover, #toolbar li a.cur {
	background: #0d6a9e;
}
.tool_qq {
	position: absolute;
	left: -118px;
	top: 0px;
	width: 118px;
	padding: 0 10px 0 0;
	display: none;
}
.tool_qq_con {
	width: 108px;
	padding: 10px 0;
	float: left;
	border: 1px solid #d50100;
	background: #fff;
	text-align: center;
}
.tool_tel {
	width: 170px;
	height: 68px;
	background: #212021;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 10px;
	white-space: nowrap;
	border-radius: 5px 0 0 5px;
}
.tool_weixin {
	position: absolute;
	top: 0px;
	width: 118px;
	left: -118px;
	padding: 0 10px 0 0;
	display: none;
}
.t_wx_con {
	width: 108px;
	background: #fff;
	border: 1px solid #d50100;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.t_wx_con img {
	width: 100px;
	height: 100px;
}
.t1 i {
	width: 68px;
	height: 68px;
	background: url(../images/u1.png) no-repeat center center;
	display: block;
}
.t2 i {
	width: 68px;
	height: 68px;
	background: url(../images/u2.png) no-repeat center center;
	display: block;
}
.t3 i {
	width: 68px;
	height: 68px;
	background: url(../images/u3.png) no-repeat center center;
	display: block;
}
.t4 i {
	width: 68px;
	height: 68px;
	background: url(../images/u4.png) no-repeat center center;
	display: block;
}
.t5 i {
	width: 68px;
	height: 68px;
	background: url(../images/u5.png) no-repeat center center;
	display: block;
}

/*left*/
#left {
	width: 260px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 5px #ccc;
}
.left_top {
	width: 100%;
	height: 55px;
	line-height: 55px;
	float: left;
	background: #337ab7;
}
.left_top h3 {
	float: left;
	line-height: 55px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #FFF;
	padding-left: 22px;
}
.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.type_list li a {
	color: #313131;
	margin: 0 22px;
	background: url(../images/left_0.png) no-repeat right center;
	font-size: 14px;
	display: block;
	text-decoration: none;
}
.type_list li a:hover {
	color: #005aab;
	background: url(../images/left_0.png) no-repeat right center;
}
.type_list li a.selected{
	color: #005aab;
	background: url(../images/left_0.png) no-repeat right center;
	text-decoration: none;
}
.type_list li.second_cat {
}
.type_list li.second_cat a {
	background: url(../images/left_2.png) no-repeat left center;
	padding: 0 10px;
}
.type_list li.second_cat a:hover {
	background: url(../images/left_4.png) no-repeat left center;
}
.type_list li.second_cat a.selected{
	background: url(../images/left_4.png) no-repeat left center;
}
.mar-top {
	margin: 25px 0;
}
.left_contact {
	float: left;
	width: 100%;
	padding: 22px;
	font-size: 13px;
}
.left_contact p {
	margin: 0 0 3px 0;
}
.first_cated {

	background: #f8f8f8;

}
.first_cat:hover {

	background: #f8f8f8;

}



/*end*/


.sitemap h3{
    float: left;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}

.sitemap h3:before{
	content: "";
    float: left;
    display: block;
    width: 4px;
    height: 18px;
    background: #d50100;
    margin-right: 10px;
    margin-top: 10px;
}

.row1 span:before{
   content: url(none);
}



.articleTitle {
	font-weight: bold;
	font-size: 20px;
	color: #5a5a5a;
	text-align: center;
	line-height: 50px;
}
.articleAuthor {
	text-align: center;
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #ccc;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 14px;
	color: #999;
}
.articleInfo {
	width: 100%;
	padding: 25px 0;
	line-height: 200%;
	min-height: 250px;
}
.articleInfo img {
	max-width: 100%;
	margin: 10px 0 10px 0;
}
.articleInfo p {
	line-height: 1.8;
    margin-bottom: 10px;
}


.s_img {
    height: 390px;
}

@media screen and (max-width: 1024px) and (min-width: 0px){
.s_img {
    height: 260px;
    }
}