@charset "utf-8";
/* CSS Document */

.header {
	width: 100%;
	height: 100px;
}
.header .w1200 {
	height: 100%;
}
.header .logo {
	margin: 20px 0;
}
.header .head-center {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
.header .group {
	float: left;
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	cursor: pointer;
	margin-right: 15px;
}
.header .group a{
	color:#666;
}

.header .group img {
	margin-left: 12px;
}
.header .item-text {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}
.header .item-text a {
	color: #666;
	margin: 0 10px;
}
.header .search {
	float: right;
	width: 298px;
	height: 38px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	margin-top: 30px;
}
.header .search input {
	float: left;
	width: 250px;
	height: 38px;
	line-height: 38px;
	border: 0;
	font-size: 12px;
}
.header .search button {
	line-height: 38px;
	height: 38px;
	float: left;
	text-align: center;
	width: 20px;
	background: none;
	border: 0;
}
.nav {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	background: #015a9c;
}
.nav ul > li {
	float: left;
	width: 200px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	position: relative;
	line-height: 50px;
	text-transform: uppercase;
}
.nav ul > li a {
	display: block;
	color: #fff;
	line-height: 50px;
}
.nav ul li:hover, .nav ul > li.on {
	background-color: #1380b9;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.nav ul li:last-child:hover, .nav ul > li:last-child.on {
	background-image: none;
}
.nav ul > li .menu-nav {
	position: absolute;
	left: 0;
	top: 50px;
	background: #015a9c;
	display: none;
	z-index: 999;
}
.nav ul > li .menu-nav ul li {
	line-height: 30px;
	font-size: 14px;
	height: auto;
	border-bottom: 1px solid #0f4d7b;
}
.nav ul > li .menu-nav ul li:last-child {
	border-bottom: 0;
}
.nav ul > li .menu-nav ul li a {
	height: auto;
}
/*轮播区域*/
.banner {
	width: 1200px;
	margin: 0 auto;
	height: 400px;
	margin-top: 20px;
	position: relative;
}
.banner img{
	width:100%;
	height:400px;
}
.banner .num{
	position:absolute;
	height:10px;
	bottom:10px;
	right:20px;
	z-index:9999;
}

.banner .num li{
	width:10px;
	height:10px;
	background:#fff;
	border-radius:100%;
	font-size:0;
	float:left;
	margin-right:10px;
}
.banner .num li.on{
	background:#003560;
}
.banner .num li:last-child{
	margin-right:0;
}
.content {
	margin-top: 20px;
	margin-bottom: 30px;
}
.section {
	width: 100%;
	overflow: hidden;
}
.section.page1 {
	margin-top: 20px;
	margin-bottom: 19px;
}
.news-img-box {
	float: left;
	width: 580px;
	height: 360px;
	position: relative;
}
.news-img-box .bd {
	width: 580px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
.news-img-box .bd li {
	position: relative;
}
.news-img-box .bd ul li img {
	width: 580px;
	height: 360px;
}
.news-img-box .bd ul li .item-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: rgba(0,0,0, 0.8);
}
.news-img-box .num {
	position: absolute;
	right: 20px;
	bottom: 15px;
	height: 10px;
}
.news-img-box .num li {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-right: 10px;
	background: rgba(255,255,255, 0.4);
	font-size: 0;
	cursor: pointer;
}
.news-img-box .num li:last-child {
	margin-right: 0;
}
.news-img-box .num li.on {
	background: #fff;
}
.news-slide {
	width: 580px;
	height: 360px;
	float: right;
	overflow: hidden;
}
.news-slide-tit {
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.news-slide-tit li {
	float: left;
	width: 288px;
	height: 48px;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}
.news-box {
	border: 1px solid #dcdcdc;
	overflow: hidden;
	padding: 24px 19px;
	margin-top: 20px;
	overflow: hidden;
}
.section.page1 .news-box {
	height: 240px;
}
.news-box ul li {
	overflow: hidden;
	padding: 5px 0;
	padding-left: 25px;
	background: url(../images/icon3.png) no-repeat left center;
	line-height: 30px;
	font-size: 14px;
	text-transform: uppercase;
}
.news-box ul li a {
	color: #333;
}
.news-box ul li:hover a {
	color: #015a9c;
}
.news-box ul li .time {
	color: #999;
	float: right;
}
.news-slide-tit li.on {
	background: #015a9c;
}
.news-slide-tit li a {
	display: block;
	color: #666;
}
.news-slide-tit li.on a {
	color: #fff;
}
.section.page2 {
	margin-bottom: 30px;
}
.section.page2 .adver {
	float: left;
	width: 800px;
	height: 140px;
}
.section.page2 .adver img {
	width: 800px;
	height: 140px;
}
.section.page2 .mailbox {
	float: right;
	width: 380px;
	height: 140px;
	background: url(../images/img3.jpg) no-repeat;
}
.section.page2 .mailbox .maibox-login {
	font-size: 24px;
	font-weight: bold;
	color: #2c629a;
	display: block;
	width: 90px;
	margin-top: 25px;
	margin-left: 30px;
}
.section.page3 {
	margin-bottom: 30px;
}
.section.page3 .news-section {
	float: left;
	width: 580px;
	margin-right: 40px;
}
.section.page3 .news-section:last-child {
	margin-right: 0;
}
.section.page3 .news-section .news-tit {
	padding: 0 20px;
	background: #015a9c;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.section.page3 .news-section .news-tit a {
	float: right;
	color: #fff;
}
.section.page3 .news-section .news-box {
	padding: 10px 19px;
	height: 368px;
}
.section.page3 .news-section .news-box ul li {
	padding: 0;
	padding-left: 25px;
	line-height: 41px;
}
.section.page4 .title {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #666;
}
.section.page4 .title:after {
	content: "";
	display: block;
	width: 76px;
	height: 3px;
	background: #015a9c;
	margin: 0 auto;
	margin-top: 10px;
}
/*会员风采列表*/
.member-list {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.member-list li {
	width: 290px;
	float: left;
	margin-right: 13px;
}
.member-list li:last-child {
	margin-right: 0;
}
.member-list li .img-box {
	padding: 2px;
	border: 1px solid #dcdcdc;
}
.member-list li .img-box img {
	width: 284px;
	height: 194px;
}
.member-list li p {
	font-size: 16px;
	color: #666;
	margin-top: 13px;
	text-align: center;
	line-height: 20px;
}
.member-list li:hover p{
	color:#015a9c;
}
/*底部区域*/
.footer {
	padding-top: 30px;
	padding-bottom: 40px;
	background: url(../images/footerbg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.footer .w1200 {
	overflow: hidden;
}
.footer .foot-left img {
	margin-bottom: 25px;
}
.footer .foot-left p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.footer .foot-left a {
	color: #fff;
}
.foot-right {
	width: 220px;
}
.foot-right img {
	width: 220px;
	height: 220px;
}
.foot-right p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
}
/*****************************子页样式******************************************/

/*侧导航*/
.sidenav-section {
	width: 278px;
	background: #fbfdff;
	border: 1px solid #d4e1ee;
}
.sidenav-tit {
	overflow: hidden;
	width: 100%;
	height: 75px;
	background: #015a9c;
	border-bottom: 6px solid #00467a;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 75px;
	text-transform: uppercase;
}
.side-nav {
	overflow: hidden;
	border-top: 0;
	padding-top: 15px;
}
.side-nav li {
	overflow: hidden;
	border-right: 0;
	border: 1px solid #fbfdff;
	border-left: 5px solid #fbfdff;
	text-align: center;
	font-size: 16px;
	border-right: 0;
}
.side-nav > li:hover, .side-nav > li.current {
	border-color: #d4e1ee;
	border-left-color: #015a9c;
	background: #fff;
}
.side-nav li a {
	display: block;
	padding: 15px 0;
	background: url(../images/icon6.png) no-repeat;
	background-position: 203px 18px;
	color: #666;
	text-align: center;
	padding-left: 35px;
	padding-right: 30px;
	width: 159px;
}
.side-nav > li:hover a, .side-nav > li.current a {
	color: #015a9c;
	background: url(../images/icon6_2.png) no-repeat;
	background-position: 203px 18px;
}
/*右区域*/
.cont-right {
	width: 919px;
	border: 1px solid #eee;
	border-left: 0;
}
.cont-right-box {
	width: 845px;
	margin: 29px auto;
}
.BreadNav {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #eee;
}
.BreadNav h6 {
	line-height: 50px;
	text-align: center;
	padding: 0 15px;
	float: left;
	background: #015a9c;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}
.BreadNav .breadnav-cont {
	line-height: 50px;
	font-size: 14px;
	color: #666;
}
.BreadNav .breadnav-cont img {
	margin-right: 10px;
	margin-top:-2px;
}
.BreadNav .breadnav-cont a {
	color: #666;
}
.BreadNav .breadnav-cont a.current {
    color: #015a9c;
}
.BreadNav .breadnav-cont span {
	margin: 0 5px;
}
.TextCont p, .NewsText p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.TextCont p img, .TextCont img, .NewsText img, .NewsText p img {
	max-width: 100%;
}
.list-first {
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}
.list-first li, .list-two li {
	font-size: 16px;
	line-height: 32px;
	text-transform:uppercase;
}
.list-first li:nth-child(5n+5) {
	margin-bottom: 20px;
}
.list-first li:first-child {
	margin-top: 20px;
}
.list-first li a, .list-two li a {
	color: #666;
}
.list-first li:hover a, .list-two li:hover a {
	color: #015a9c;
}
.list-first li a span, .list-two li a span {
	color: #1b59b6;
	margin-right: 5px;
}
.list-first li .time, .list-two li .time {
	color: #999;
	float: right;
}
.list-two {
	margin-top: 7px;
}
.list-two li {
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.NewsText {
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.imgtext-list li {
	padding: 22px 0;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.imgtext-list li .img-box {
	width: 168px;
	height: 118px;
	border: 1px solid #dcdcdc;
	float: left;
}
.imgtext-list li .img-box img {
	width: 168px;
	height: 118px;
}
.imgtext-list li .nr {
	width: 645px;
	float: right;
}
.imgtext-list li .nr h6 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imgtext-list li:hover .nr h6,.imgtext-list li:hover .nr p.item-text span {
	color: #015a9c;
}
.imgtext-list li .nr p {
	font-size: 14px;
}
.imgtext-list li .nr p.item-info {
	color: #999;
	margin: 10px 0;
	margin-bottom: 5px;
}
.imgtext-list li .nr p.item-text {
	color: #666;
	line-height: 30px;
}
.imgtext-list li .nr p.item-text span {
	color: #999;
}
.contact-section, .contact-box {
	width: 100%;
	overflow: hidden;
}
.contact-section h6 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.contact-box .ewm-box {
	width: 150px;
	height: 150px;
	float: left;
}
.contact-box .ewm-box img {
	width: 150px;
	height: 150px;
}
.contact-box .contact-text {
	float: left;
	margin-left: 30px;
}
.contact-box .contact-text p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.leader-section h6.tit {
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
	padding-left: 35px;
	overflow: hidden;
	background: url(../images/icon7.png) no-repeat 5px center;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-bottom: 19px;
}
.leader-box {
	overflow: hidden;
	width: 100%;
}
.leader-box .img-box {
	width: 138px;
	height: 188px;
	float: left;
	border: 1px solid #efefef;
}
.leader-box .img-box img {
	width: 138px;
	height: 188px;
}
.leader-box .nr {
	width: 675px;
	float: right;
}
.leader-box .nr h6 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}
.leader-box .nr .item-text {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 32px;
}
.leader-box .nr .item-text label {
	float: left;
	width: 45px;
}
.leader-box .nr .item-text p {
	width: 630px;
	float: left;
	line-height: 32px;
}
.leader-list li {
	line-height: 36px;
	font-size: 14px;
	color: #333;
}
.leader-list li span {
	margin-right: 35px;
	display: inline-block;
	width: 45px;
}
.contact-us h6{
	font-size:16px;
	color:#333;
	text-transform:uppercase;
}
