@charset "utf-8";
/* CSS Document */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}
body {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 14px;
	line-height: 26px;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;

}

div,h1,h2,h3,h4,h5,h6,ul,li,p,span,em,dl,dd,i{margin:0;padding:0;font-weight: normal; font-family:inherit; list-style:none; font-style: normal;}

input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select {margin:0; padding:0;}

a {color: #333;text-decoration: none;-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
a:hover {color: #d61a1e; text-decoration: none;}
a:active,a:focus {outline: 0;color: #d61a1e; text-decoration: none;}
img {border:0; vertical-align: middle;}


.fl{ float:left;}
.fr{ float: right;}

.clear{clear: both;}
.clearfix::after{
   content:"";
　　height:0;
　　line-height:0;
　　display:block;
　　visibility:hidden;
　　clear:both;
}

.ellipsis {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}


/*以上是公共样式*/
.container{ width: 1200px; margin: 0 auto; overflow: hidden;}

.head{background: #FFF; position: absolute;z-index: 99;width: 1200px;margin: 0 auto;left: 0;right: 0; height: 125px;}

.logo {float: left; width: 140px;padding: 10px;}
.logo img {max-width: 100%;}

.heead_right{float: right; width: 1040px;}


.tel{float: right;background: url(../Images/telbg.png) no-repeat right; width: 310px; height: 38px; line-height: 38px;}
.tel i{float: left;font-size: 19px; color: #FFF; margin: 0 10px 0 60px;}
.tel span{float: left; font-size: 17px; color: #FFF; text-align: left;}

/*--导航MENU--*/
	
.nav{float: right; }
.nav ul{margin: 0;}
.nav ul li{float: left;position: relative;font-size: 16px;text-align: center;  line-height:87px; width: 135px;}
.nav ul li a{display: block;color: #333;}
.nav ul li a.active{color: #d7171f;font-weight: bold;}
.nav ul li:hover a{color: #d7171f;font-weight: bold;}
.nav ul li .subnav{box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%;width:180px;z-index: 199; margin-left: -20px;}
.nav ul li .subnav{filter: progid:DXImageTransform.Microsoft.Shadow(color=#d7171f,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav ul li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav ul li .subnav a{color: #666;display: block;font-size: 14px;line-height: 44px;height: 44px;width: 100%;background: #fff; font-weight: normal;}
.nav ul li .subnav a:hover{color: #FFF;background: #d7171f; }



/*底部信息*/
footer{background: #282828; overflow: hidden;padding: 50px 0;}
.botad{overflow: hidden;background: url(../Images/bot1.jpg) no-repeat center; height: 133px; margin-top: 30px;}
.footmenu{overflow: hidden; width: 650px;}
.footmenu ul{margin: 0;}
.footmenu ul li{float: left;width: 175px;}
.footmenu ul li span{display: block; font-size: 16px; color: #FFF; margin-bottom: 25px;}
.footmenu ul li span::before{content: '';position: absolute; height: 1px;width: 30px;background: #FFF;margin-top: 33px;}
.footmenu ul li a{display: block; color: #FFF;font-size: 13px; }
.footmenu ul li a:hover{color: #d7171f;}

.foot-contact{float: left;overflow: hidden; width: 240px; padding: 0 30px;}
.foot-contact h5{display: block; color: #FFF; font-size: 16px;margin-bottom: 25px;}
.foot-contact h5::before{content: '';position: absolute; height: 1px;width: 30px;background: #FFF;margin-top: 33px;}
.foot-contact p{line-height: 25px;color: #FFF;}

.foot-wx{overflow: hidden; width: 250px; text-align: center;}
.foot-wx img{width: 180px;}
.foot-wx span{display: block; color: #FFF;line-height: 36px;}

.copy{overflow: hidden; background: #131313; border-top: 1px solid #2e332f; text-align: center; color: #ccc;line-height: 26px; padding: 15px 0;}
.copy a{color: #ccc;}


/*电子地图*/
.map{padding: 30px 0;}
.map .title{ font-size: 22px; line-height: 34px;}
.map img{max-width: 100%;}


/*搜索查询*/
.search{overflow: hidden;height: 70px; background: #0aa5cd;}
.search-l{float: left;overflow: hidden;line-height: 70px; color: #FFF; width: calc((100% - 400px)); display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical;}
.search-l b{color: #FFF;}
.search-r{float: right; width: 399px; margin-top: 15px;}
.search .key{float: left;background: #fff; border: 0; height: 38px;padding: 0 10px; width: 260px;}
.search .go{float: left; border:none; height: 38px; width: 50px; text-align: center; cursor: pointer; background: #ff6600; color: #FFF;}

/*搜索结果*/
.searchall{overflow: hidden; margin: 30px 0;padding: 30px; border: 1px solid #E7E7E7; background: #FFF; transition: all 0.5s ease; -webkit-transition:all 0.5s ease;}
.searchall:hover{box-shadow: 0 8px 20px 0 rgba(0,0,0,.10); transform: translate3d(0,-2px,0); transition: all .3s cubic-bezier(.55,0,.1,1);}
.searchall .img{overflow: hidden;float: left; width: 200px; height: 160px; margin-right: 30px;}
.searchall .img img{overflow: hidden;width: 100%; height: 160px;}
.searchall .text{float: left; width: calc((100% - 230px));}
.searchall .text h3{font-size: 22px;}
.searchall .text time{color: #999;}
.searchall .text p{color: #333; line-height: 24px; margin: 10px 0;}
.searchall .text .more{ display: inline-block; border: 1px solid #ccc; padding: 5px 30px; transition: all 0.5s; cursor: pointer;}
.searchall .text .more:hover{display: inline-block;border: 1px solid #DC0110; background: #DC0110;border: 0;}
.searchall .text .more:hover a{color: #FFF;}


.ellipsis {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
/*地图*/
.map .title{ font-size: 22px; line-height: 34px;}



/*上一条，下一条*/
.nextpage{margin: 20px 0;}
.nextpage a{display: block; clear: both; padding: 10px 0; border-bottom: 1px solid #E7E7E7;}


/*pages分页*/
.pagination {display: block; text-align: center; margin: 50px 0;}
.pagination ul{display: inline-block;}
.pagination ul li{float: left;}
.page-link {position: relative;display: block;padding: .6rem 1.3rem;margin-left: -1px;line-height: 1.25;color: #ff1825;background-color: #fff;border: 1px solid #dee2e6}
.page-link:hover {z-index: 2;color: #ff1825;text-decoration: none;background-color: #e9ecef;border-color: #dee2e6}
.page-link:focus {z-index: 2;outline: 0;box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)}
.page-item:first-child .page-link {margin-left: 0;border-top-left-radius: .25rem;border-bottom-left-radius: .25rem}
.page-item:last-child .page-link {border-top-right-radius: .25rem;border-bottom-right-radius: .25rem}
.page-item.active .page-link {z-index: 1;color: #fff;background-color: #ff1825;border-color: #ff1825}
.page-item.disabled .page-link {color: #6c757d;pointer-events: none;cursor: auto;background-color: #fff;border-color: #dee2e6}
