

*{margin:0;padding: 0;}
body{cursor: default;font-size: 16px;color: #333;}
a{color: #333;}
a:hover{text-decoration: none;color: #000;}


header{padding: 10px 0;}
.logo{text-align: center;margin-bottom: 30px;padding-top: 20px;}
.ttt{text-align: center;}
.hotline{background: url(../img/hotline.gif) left center no-repeat;padding-left: 36px;margin: 10px 0 0 0;}
.hotline h5, .hotline h4{margin: 0;}
.hotline h4{color: #f60;}
.navbar-default{background: transparent;border: none;font-weight: bold;}
.navbar{margin: 0;}
.dropdown-menu > li > a{line-height: 200%;}
.dropdown-menu{left: 150px;}
section{margin-bottom: 50px;}
.navbar-nav{float: unset;display: inline-block;}
.more{text-align: center;}
.more h1{text-align: center;margin-bottom: 60px;}
.more p{text-align: center;margin-bottom: 60px;}
.more a{padding: 10px 60px;border: 1px solid black;text-align: center;}

.foot{margin-bottom: 0;}
.foot_in{color: #fff;padding: 20px;border: 1px solid #717171;float: left;margin-top: 50px;margin-bottom: 100px;margin-right: 30px;}

/*内页*/
.subann{background: url(../img/subann.jpg);height: 200px;padding: 60px 0 0 0;padding-left: 50%;}
.subann h2{font-size: 36px;color: #fff;width: 360px;margin: 0 0 10px 100px;transition: 1s;}
.subann h3{font-size: 20px;color: rgba(255,255,255,.8);background: #7b8529;width: 360px;padding: 10px;text-align: center;margin: 0 0 0 100px;}

section dl{background: #f2f2f2;overflow: hidden;margin: 0;}
section dl dt{font-size: 24px;font-weight: normal; padding: 10px 15px;color: #fff;margin-bottom: 10px;background: #c90;}
section dl dd{margin: 15px;border-bottom: 1px solid #ccc;line-height: 200%;}
section dl dd a{display: block;}
section dl dd a:hover{color: #c90;}
section aside{background: url(../img/aside-contact.jpg);padding: 5px;text-align: justify;}
section aside dl{background: transparent;border: 1px solid rgba(255,255,255,.6);padding: 5px;}
section aside dl dt{background: transparent;font-size: 16px;font-weight: bold;margin: 0;padding:0;line-height: 150%;}
section aside dl dd{margin: 0 0 10px 0;font-size: 14px;border: none;color: #fff;line-height: 120%;}
section aside dl dd a:hover{color: #f90;}

main h1{font-size: 36px; text-align: center;line-height: 120%;margin: 0;}
main hr{height: 5px;background: url(../img/breakline.gif);}
main article{text-align: justify;line-height: 200%;}

main .e-list{list-style: none;padding: 0;}
main .e-list li{margin: 0 0 30px 0;}
main .e-list .e-date{width: 65px;height: 65px;background: #999;color: #fff;border-radius: 5px;text-align: center;font-size: 34px;line-height: 110%; float: left;margin-right: 15px;padding: 5px;}
main .e-list .e-date small{font-size: 12px;display: block;line-height: 100%;}
main .e-list li:hover .e-date{background: #977636;}
main .e-list li h2{font-size: 20px;font-weight: bold;margin:0;line-height: 180%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
main .e-list li h3{font-size: 16px;color: #999;margin: 0;line-height: 180%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;text-align: center;}
main p {text-align: center;}
main{min-height: 500px;}

@media screen and (max-width: 768px){
	/*首页*/
	.logo{padding: 10px 10px;}
	.newsbox{margin: 0;}
	.container .e-box-1{margin: 0 -10px 10px -10px;}
	section .container  h2{font-size: 30px;}
	.e-team{height: 1100px;margin-bottom: 80px;}
	.e-team .e-team-box{margin: -50px -10px 0 -10px;}
	.e-team .e-team-box img{transform: scale(.9,.9);}
	.e-team .e-team-box .e-team-box-content{padding-top: 40px;height: 180px;}
	footer dl{margin: 0 0 20px 0;}
	footer .e-service{margin: 0 -10px 20px -10px;}
	footer .e-service dd{padding-right: 20px;}
	footer .copy{font-size: 12px;line-height: 200%;}
	footer .copy p{display: block;}
	.navbar-nav{float: left;}
	.foot_in{margin-top: 5px;margin-bottom: 10px;}
	.navbar-nav li{float: left;}
	.navbar-nav li a{padding-left:80px;}

	/*内页*/
	.subann{padding: 40px 10px;}
	.subann h2{font-size: 30px; width: 300px;margin: 0 auto;text-align: center;}
	.subann h3{font-size: 20px;width: 300px;margin: 10px auto;}

	main{margin: 0;}
	section aside dl dd{font-size: 16px;}

}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
  }
  .pagination > li {
	display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #196c4a;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #017abf;
	border-color: #017abf;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
  }
  .pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
  }
  .pager li {
	display: inline;
  }
  .pager li > a,
  .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
  }
  .pager .next > a,
  .pager .next > span {
	float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
	float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
  }