@charset "utf-8";
/* CSS Document */
.header {
	width: 100%;
	height: 168px;
	background: url(../images/banner.jpg) no-repeat center center;
	overflow: hidden;
}
.header .logo {
	margin-top: 41px;
}
.head-top {
	margin-top: 10px;
	overflow: hidden;
}
.head-top a {
	display: block;
	width: 100px;
	height: 35px;
	border-radius: 35px;
	background: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #2674b5;
	float: right;
}
.head-search {
	width: 478px;
	height: 43px;
	border: 1px solid #2a72be;
	border-radius: 43px;
	margin-top: 50px;
}
.head-search input {
	float: left;
	height: 43px;
	width: 408px;
	background: #fff;
	border: 0;
	border-radius: 21px 0 0 21px;
}
.head-search button {
	float: left;
	width: 60px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background: #2a72be;
	border-radius: 0 21px 21px 0;
	border: 0;
}
.nav {
	width: 100%;
	background: #2674b5;
	height: 48px;
}
.nav>ul {
	width: 1200px;
	line-height: 48px;
	margin: 0 auto;
}
.nav>ul>li {
	position: relative;
	width: 149px;
	border-right: 1px solid #2e8cd9;
	line-height: 48px;
	text-align: center;
	float: left;
	font-size: 16px;
}
.nav>ul>li a {
	display: block;
	color: #fff;
	background: #2674b5;
}
.nav>ul>li.on>a, .nav>ul>li>a:hover {
	background: #fff;
	color: #2674b5;
}
.nav ul li .navMenu {
	position: absolute;
	width:100%;
	left: 0;
	top: 48px;
	display: none;
	z-index: 9999;
}
.nav ul li .navMenu ul li {
	float: none;
	border: none;
	width: 100%;
	font-size: 14px;
}
.nav ul li .navMenu ul li a {
	background: #fff;
	color: #2674b5;
}
.nav ul li .navMenu ul li a:hover {
	color: #fff;
	background: #2674b5;
}
.content {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	min-height: 635px;
}
.notice-section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.notice-section .notice-slide {
	width: 500px;
	height: 299px;
	position: relative;
	overflow: hidden;
}
.notice-section .notice-slide .pic li {
	width: 500px;
	height: 299px;
	position: relative;
}
.notice-section .notice-slide .pic li img {
	width: 500px;
	height: 299px;
}
.notice-section .notice-slide .pic li .pic-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	background: rgba(38,116,181,0.8);
}
.notice-section .notice-slide .pic li .pic-text p {
	text-indent: 1em;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
}
.notice-section .notice-slide .num {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}
.notice-section .notice-slide .num li {
	float: left;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #a1bfd7;
	font-size: 0;
	cursor: pointer;
}
.notice-section .notice-slide .num li:last-child {
	margin-right: 0;
}
.notice-section .notice-slide .num li.on {
	background: #fff;
}
.notice-section .notice-box {
	width: 670px;
}
.notice-section .notice-box .title, .link-section .title {
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	height: 36px;
	margin-bottom: 6px;
}
.notice-section .notice-box .title h1, .link-section .title h1 {
	font-size: 22px;
	font-weight: normal;
	color: #2674b5;
	border-bottom: 3px solid #2674b5;
	padding-bottom: 12px;
}
.notice-section .notice-box .title h1 img, .link-section .title h1 img {
	margin-right: 10px;
	width:25px;
}
.notice-section .notice-box .title a, .link-section .title a {
	font-size: 18px;
	color: #666;
	line-height: 36px;
}
.notice-list {
	width: 100%;
	overflow: hidden;
}
.notice-list li {
	font-size: 16px;
	color: #666;
	overflow: hidden;
	padding: 10px 0;
}
.notice-list li a {
	color: #333;
}
.notice-list li a:hover {
	color: #2674b5;
}
.notice-list li .Left {
	margin-right: 10px;
}
.news-section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 13px;
}
.news-section .news-slide {
	width: 575px;
}
.news-section .news-slide .news-tit {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.news-section .news-slide .news-tit ul {
	float: left;
}
.news-section .news-slide .news-tit ul li {
	float: left;
	font-size: 22px;
	color: #666;
	cursor: pointer;
	margin-right: 25px;
	height: 41px;
}
.news-section .news-slide .news-tit ul li span {
	margin-top: 12px;
	width: 100%;
	height: 3px;
	background: #2674b5;
	margin: 0 auto;
	margin-top: 10px;
	display: none;
}
.news-section .news-slide .news-tit ul li.on {
	color: #2674b5;
}
.news-section .news-slide .news-tit ul li.on span {
	display: block;
}
.news-section .news-slide .news-tit ul li:last-child {
	margin-right: 0;
}
.news-section .news-slide .slidebox {
	margin-top: 20px;
	width: 100%;
}
.news-section .news-slide .slidebox .news-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-section .news-slide .slidebox .news-box .img-box {
	float: left;
	width: 180px;
	height: 120px;
}
.news-section .news-slide .slidebox .news-box .img-box img {
	width: 180px;
	height: 120px;
}
.news-section .news-slide .slidebox .news-box .nr {
	width: 385px;
	float: right;
}
.news-section .news-slide .slidebox .news-box .nr h6 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.news-section .news-slide .slidebox .news-box:hover h6 {
	color: #2674b5;
}
.news-section .news-slide .slidebox .news-box .nr p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-section .news-slide .notice-list li {
	padding: 6px 0;
}
.news-section .news-slide.Right .news-box {
	margin-bottom: 17px;
}
.adver-list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	height: 100px;
}
.adver-list ul li {
	float: left;
	width: 380px;
	height: 100px;
	margin-right: 30px;
}
.adver-list ul li:last-child {
	margin-right: 0;
}
.adver-list ul li img {
	width: 100%;
	height: 100px;
}
.industrial-section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.industrial-section .indus-slide {
	width: 573px;
	border: 1px solid #dcdcdc;
}
.industrial-section .indus-slide .indus-tit {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	height: 52px;
}
.industrial-section .indus-slide .indus-tit ul {
	float: left;
}
.industrial-section .indus-slide .indus-tit ul li {
	float: left;
	line-height: 52px;
	border-right: 1px solid #dcdcdc;
	width: 138px;
	font-size: 22px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.industrial-section .indus-slide .indus-tit ul li:last-child {
	border-right: 0;
}
.industrial-section .indus-slide .indus-tit ul li.on {
	color: #fff;
	background: #2674b5;
}
.industrial-section .indus-slide .indus-tit .more {
	line-height: 52px;
	margin-right: 20px;
}
.industrial-section .indus-slide .indus-tit .more a {
	font-size: 18px;
	color: #666;
}
.industrial-section .indus-slide .slidebox {
	padding: 20px;
	overflow: hidden;
	padding-bottom: 15px;
}
.industrial-section .textimg-box {
	overflow: hidden;
	width: 100%;
	height: 140px;
	margin-bottom: 10px;
}
.industrial-section .textimg-box li {
	position: relative;
	width: 257px;
	height: 140px;
	float: left;
	margin-right: 19px;
}
.industrial-section .textimg-box li img {
	width: 100%;
	height: 140px;
}
.industrial-section .textimg-box li:last-child {
	margin-right: 0;
}
.industrial-section .textimg-box li .black {
	position: absolute;
	padding: 0 24px;
	width: 209px;
	overflow: hidden;
	height: 140px;
	left: 0;
	top: 0;
	display: table;
	background: rgba(42,114,190,0.8);
	opacity: 0;
}
.industrial-section .textimg-box li:hover .black {
	opacity: 1;
}
.industrial-section .textimg-box li .black span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.industrial-section .notice-list li {
	padding: 7px 0;
}
.advert {
	width: 100%;
	margin-bottom: 30px;
	height: 120px;
}
.advert img {
	width: 100%;
	height: 120px;
}
.link-section .title h1 {
	padding-bottom: 12px;
}
.link-section .link-list {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}
.link-section .link-list li {
	float: left;
	width: 160px;
	background: url(../images/icon4.png) no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 16px;
	margin-right: 30px;
	line-height: 35px;
}
.link-section .link-list li:nth-child(6n+6) {
	margin-right: 0;
}
.link-section .link-list li a {
	color: #333;
}
.footer {
	width: 100%;
	overflow: hidden;
	padding: 45px 0;
	background: #2674b5;
}
.footer .foot-left {
	color: #fff;
}
.footer .foot-left h6 {
	font-size: 22px;
	margin-bottom: 5px;
}
.footer .foot-left p {
	font-size: 16px;
	line-height: 25px;
}
.footer .foot-right {
	width: 210px;
}
.footer .foot-right .text {
	float: left;
	margin-top: 30px;
}
.footer .foot-right p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.footer .foot-right img {
	float: right;
	width: 110px;
	height: 110px;
}
.cont-left {
	width: 240px;
	float: left;
}
.cont-left h1 {
	border: 1px solid #dcdcdc;
	border-bottom: 5px solid #2674b5;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #2674b5
}
.cont-left ul {
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.cont-left ul li {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	height: 45px;
	overflow: hidden;
}
.cont-left ul li a {
	display: block;
	margin: 8px 0;
	overflow: hidden;
	width: 234px;
	height: 30px;
	border-left: 4px solid #fff;
	line-height: 30px;
	text-align: center;
}
.cont-left ul li:last-child {
	border-bottom: none;
}
.cont-left ul li:hover a, .cont-left ul li.on a {
	color: #2674b5;
	border-left-color: #2674b5;
}
.cont-right {
	width: 930px;
	float: right;
	margin-top: 8px;
}
.page-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.page-title h1 {
	width: 160px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	background: #2674b5;
	font-size: 18px;
}
.textcont p {
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.textcont p a {
	font-size: 18px;
	color: #2674b5;
	margin-bottom: 30px;
}
.textcont p a img, .download-list li a img {
	margin-right: 10px;
}
.download-list {
	width: 100%;
	overflow: hidden;
}
.download-list li {
	overflow: hidden;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	margin-bottom: 3px;
}
.download-list li a.down-a{
	color:#333;}
.download-list li a,.download-list li a.down-a:hover {
	color: #2674b5;
}
.council-box {
	overflow: hidden;
	margin-top: 30px;
}
.council-box h6 {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.council-cont {
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}
.council-cont .council-img {
	position: relative;
	width: 140px;
	height: 170px;
	float: left;
}
.council-cont .council-img img {
	width: 140px;
	height: 170px;
}
.council-cont .council-img p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #246397;
}
.council-text {
	width: 775px;
	float: right;
}
.council-text p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.council-box img {
	max-width: 100%;
	margin-bottom: 10px;
}
.branch-list li {
	float: left;
	width: 165px;
	padding-left: 30px;
	background: url(../images/icon6.png) no-repeat left center;
	line-height: 30px;
	font-size: 16px;
	margin-right: 50px;
	margin-bottom: 2px;
}
.branch-list li:nth-child(4n+4) {
	margin-right: 0;
}
.branch-list li a {
	color: #333;
}
.branch-list li a:hover {
	color: #2674b5;
}
.bulletin-list {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}
.bulletin-list li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.bulletin-list li a {
	display: block;
	overflow: hidden;
}
.bulletin-list li .img-box {
	width: 180px;
	height: 120px;
	float: left;
}
.bulletin-list li .img-box img {
	width: 180px;
	height: 120px;
}
.bulletin-list li .nr {
	float: right;
	width: 730px;
}
.bulletin-list li .nr .news-tit {
	overflow: hidden;
	margin-bottom: 20px;
}
.bulletin-list li .nr h6 {
	font-size: 16px;
	color: #333;
}
.bulletin-list li .nr .news-tit .Right {
	color: #666;
}
.bulletin-list li:hover h6, .bulletin-list li .nr p span {
	color: #2674b5;
}
.bulletin-list li .nr p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-cont {
	margin-top: 30px;
	padding-bottom: 30px;
	min-height: 165px;
}
.news-cont p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.news-cont p img, .news-cont img {
	max-width: 100%;
}
.industry-box .bulletin-list {
	border-bottom: 0;
}
.industry-box .industry-list {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
}
.industry-box .industry-list li {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 10px;
}
.industry-box .industry-list li a {
	color: #333;
}
.industry-box .industry-list li a:hover {
	color: #2674b5;
}
.member-list {
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
}
.member-list li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 35px;
}
.invention-list {
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.invention-list li {
	overflow: hidden;
	padding-left: 30px;
	background: url(../images/icon6.png) no-repeat left center;
	font-size: 16px;
	color: #666;
	line-height: 34px;
}
.invention-list li a {
	color: #333;
}
.invention-list li:hover a {
	color: #2674b5;
}
.paper-box .download-list {
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.paper-choice {
	height: 34px;
	width: 100%;
	margin-bottom: 25px;
}
.paper-choice .xllb {
	float: left;
	position: relative;
}
.paper-choice .xllb span {
	display: block;
	width: 108px;
	height: 32px;
	border: 1px solid #2674b5;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	background:url(../images/icon7.png) no-repeat 85px 14px;
}
.paper-choice .xllb span img {
	margin-left: 10px;
}
.paper-choice .xllb ul {
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	display: none;
	z-index: 999;
}
.paper-choice .xllb ul li {
	line-height: 34px;
	background: #ddd;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.paper-choice .xllb ul li a {
	display: block;
}
.paper-choice .xllb ul li:hover {
	background: #ccc;
}
.paper-list li {
	overflow: hidden;
	padding-left: 45px;
	background: url(../images/icon8.png) no-repeat left center;
	font-size: 14px;
	color: #2674b5;
	line-height: 35px;
}
.paper-list li span {
	color: #666;
}
.paper-list li a {
	color: #2674b5;
}
.paper-list li a img {
	margin-right: 10px;
}
.namelist-box {
	width: 120px;
	position: relative;
	height: 618px;
	float:left;
}
.name-tab {
	width: 100%;
	padding-bottom: 25px;
}
.name-tab .name-list {
	top: 15px;
	width: 100%;
	position: relative;
	text-align: left;
	height: 66px;
}
.name-tab .name-list .time-box {
	float: left;
	width: 115px;
	border-right: 2px solid #2674b5;
	font-size: 14px;
	color: #333;
	line-height: 46px;
	padding: 10px 0;
	cursor: pointer;
}
.timecont {
	margin-left:11px;
	display:none;
	margin-top:45%;
}
.name-tab .name-list span {
	position:absolute;
	display:block;
    width: 8px;
    height: 8px;
    border: 1px solid #2674b5;
    border-radius: 50%;
    background: #fff;
	right:0;
	top:43%;
}
.timecont .timetext-cont {
	padding: 30px;
	z-index: 999;
	width: 332px;
	margin-top:5px;
	border: 3px solid #2674b5;
    border-radius: 10px;
}
.timecont .timetext-cont h6 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.timecont .timetext-cont p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.namelist-box .prev, .namelist-box .next {
	position: absolute;
	width: 22px;
	height: 22px;
	left: 106px;
	cursor: pointer;
	z-index: 999;
}
.namelist-box .prev.prevStop, .namelist-box .next.nextStop {
	display: none;
}
.namelist-box .prev {
	background: url(../images/prev.png) no-repeat;
	top: 0;
}
.namelist-box .next {
	background: url(../images/next.png) no-repeat;
	bottom: 3px;
}
.lsh-cont{
	width:529px;
	overflow:hidden;
	margin:0 auto;}
.timecont-box{
	float:left;}
.name-tab .name-list.current span{
	background:#2674b5;}
