/* CSS Document */

/* header */
.banner {
	height: 600px;
	background: no-repeat center top;
}

.header {
	height: 120px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.header .con {
	margin: auto;
	padding-top: 30px;
	width: 1200px;
}
.header .logo {
	float: left;
}
.header .nav {
	float: right;
	padding-right: 40px;
}
.header .nav a {
	display: inline-block;
	margin: 0 25px;
	height: 88px;
	font-size: 16px;
	color: #FFF;
	line-height: 70px;
}
.header .nav a:hover {
	color: #FFC926;
}
.header .nav a.cur {
	border-bottom: 2px solid #FFF;
}
.header .home {
	float: right;
	padding-top: 22px;
}
.header .home a {
	display: inline-block;
	padding: 0 20px;
	height: 28px;
	border-radius: 14px;
	background: #F38C1B;
	font-size: 14px;
	color: #FFF;
	line-height: 28px;
}

/* 关于 */
.about {
	position: relative;
	margin: auto;
	max-width: 1920px;
	background: #EFF2F6;
}
.about .con {
	margin: auto;
	padding: 60px 0;
	width: 1200px;
}
.about_tit {
	float: left;
	position: relative;
	padding-top: 30px;
	width: 480px;
	height: 150px;
	background: url(../img/about_pic.jpg) no-repeat left center;
}
.about_tit h2 {
	text-align: right;
}
.about_tit h2 .en {
	display: inline-block;
	width: 120px;
	height: 60px;
	background: #F38C1B;
	font-size: 24px;
	color: #FFF;
	line-height: 60px;
	text-align: center;
}
.about_tit h2 .cn {
	display: inline-block;
	padding-left: 32px;
	width: 168px;
	height: 60px;
	background: url(../img/about_more.png) no-repeat 150px center rgba(0,0,0,.6);
	font-size: 24px;
	color: #FFF;
	line-height: 60px;
	text-align: left;
}
.about_con {
	float: right;
	width: 640px;
	font-size: 15px;
	line-height: 36px;
}
.about_con a {
	color: #F38C1B;
}

/* 最新动态 */
.news_tit {
	height: 65px;
}
.news_tit h2 {
	float: left;
	font-size: 28px;
	color: #0059B2;
}
.news_tit a.more {
	float: right;
	margin-top: 13px;
	width: 52px;
	height: 19px;
	background: url(../img/more_ico.png) no-repeat right center;
	color: #999;
	line-height: 19px;
}
.news_tit a:hover.more {
	color: #006DD9;
}
.news_con .newslist {
	float: left;
	width: 678px;
	height: 438px;
	border: 1px solid #EFEFEF;
}
.news_con .newslist li {
	float: left;
	width: 339px;
	height: 219px;
}
.news_con .newslist li a {
	display: block;
	padding: 0 30px;
	height: 219px;
}
.news_con .newslist li .date {
	padding-top: 20px;
	height: 79px;
	border-bottom: 1px solid #E6E6E6;
	background: url(../img/news_more.png) no-repeat right 55px;
}
.news_con .newslist li .date .day {
	display: block;
	width: 50px;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
}
.news_con .newslist li .date .month {
	display: block;
	width: 50px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.news_con .newslist li .con {
	padding-top: 10px;
}
.news_con .newslist li .con h4 {
	padding: 5px 0;
	font-size: 15px;
	line-height: 30px;
}
.news_con .newslist li .con p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
}
.news_con .newslist li a:hover {
	background: #006DD9;
	color: #FFF;
	transition: all 0.3s;
}
.news_con .newslist li a:hover .con p {
	color: #FFF;
	transition: all 0.3s;
}
.news_con .newslist li a:hover .date {
	border-bottom: 1px solid rgba(255,255,255,.3);
	background: url(../img/news_more_over.png) no-repeat right 55px;
}
.news_con .picnews {
	float: right;
	width: 480px;
	height: 440px;
	background: url(../img/news_bg.png) no-repeat right bottom;
}

/* 视频、手册 */
.main_center {
	height: 480px;
	background: url(../img/video_bg.jpg) no-repeat center top;
}
.video {
	float: left;
	width: 600px;
}
.video_tit {
	height: 65px;
}
.video_tit h2 {
	float: left;
	font-size: 28px;
	color: #FFF;
}
.video_con {
	position: relative;
	width: 507px;
	height: 285px;
}
.video_con .play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	margin: -32px 0 0 -32px;
	width: 64px;
	height: 64px;
}
.video_con .play_btn img {
	opacity: 0.6;
}
.video_con a:hover .play_btn img {
	opacity: 1;
}

.brochure {
	float: right;
	width: 480px;
}
.brochure_tit {
	height: 65px;
}
.brochure_tit h2 {
	float: left;
	font-size: 28px;
	color: #0059B2;
}
.brochure_con {
	
}
.brochure_con .cover {
	float: left;
}
.brochure_con .cover img {
	border: 1px solid #999;
	box-shadow: 5px 5px 0 #CCC;
}
.brochure_con .view {
	float: right;
	padding-top: 115px;
}
.brochure_con .view a.view_btn {
	display: inline-block;
	padding-left: 40px;
	width: 180px;
	height: 60px;
	border-radius: 30px;
	background: url(../img/view_ico.png) no-repeat 40px center #F38C1B;
	font-size: 16px;
	color: #FFF;
	line-height: 60px;
	text-align: center;
}
.brochure_con .view a:hover.view_btn {
	background: url(../img/view_ico.png) no-repeat 40px center #F29C1C;
}

/* 图片集锦 */
.photo {
	background: url(../img/photo_bg.jpg) no-repeat center top;
}
.photo_tit {
	height: 65px;
}
.photo_tit h2 {
	float: left;
	font-size: 28px;
	color: #0059B2;
}
.photo_tit a.more {
	float: right;
	margin-top: 13px;
	width: 52px;
	height: 19px;
	background: url(../img/more_ico.png) no-repeat right center;
	color: #999;
	line-height: 19px;
}
.photo_tit a:hover.more {
	color: #006DD9;
}
.photo_list {
	overflow: hidden;
}
.photo_list li {
	float: left;
	width: 400px;
}
.photo_list li a {
	position: relative;
	display: block;
	width: 400px;
	height: 267px;
}
.photo_list li a .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 267px;
	background: rgba(0,0,0,.7);
	opacity: 0;
}
.photo_list li a .mask h4 {
	padding: 100px 40px 40px 40px;
	background: url(../img/more_arrow.png) no-repeat 40px bottom;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	line-height: 28px;
}
.photo_list li a:hover .mask {
	opacity: 1;
	transition: all 0.5s;
}

/* 活动回顾 */
.review {
	background: #EAEDF2;
}
.review_list {
	width: 1200px;
	overflow: hidden;
}
.review_list ul {
	width: 1240px;
}
.review_list li {
	float: left;
	margin-right: 40px;
	padding: 10px 0;
	width: 580px;
	border-bottom: 1px dashed #CCC;
}
.review_list li a {
	padding-left: 22px;
	background: url(../img/news_arrow.png) no-repeat left center;
	font-size: 16px;
	line-height: 30px;
}

/* footer */
.footer {
	background: url(../../img/footer_map.png) no-repeat center top #282C35;
	color: #A5A5AC;
}
.footer .contact {
	float: left;
	padding-top: 20px;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}
.footer .tel {
	float: right;
}
.footer .copyright {
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.1);
	font-size: 13px;
	line-height: 24px;
}
.footer .copyright a {
	color: #A5A5AC;
}

/* to top */
.to-top {
	position: fixed;
	display: inline-block;
	bottom: 40px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	/* image replacement properties */
	background: url(../img/to_top.png) no-repeat center center #999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999;
}
.to-top.is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.to-top.fade-out {
	/* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
	opacity: .5;
}
.to-top:hover {
	background-color: #666;
	opacity: 1;
}

/* 视频 */
.mask_screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1000;
}
.video_show {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -500px;
	width: 960px;
	height: 580px;
	border: 20px solid #FFF;
	background: #FFF;
	z-index: 2000;
}
.video_show h3 {
	height: 40px;
	font-size: 16px;
	text-align: center;
}
.video_show a.close {
	display: block;
	position: absolute;
	top: -20px;
	right: -60px;
	width: 40px;
	height: 40px;
	background: url(../img/video_close.png);
	opacity: 1;
	filter: alpha(opacity=100);
}

/* 新闻列表 */
.sub_tit {
	height: 48px;
	border-bottom: 2px solid #E5E5E5;
}
.sub_tit h2 {
	float: left;
	padding: 0 2px;
	height: 48px;
	border-bottom: 2px solid #0059B2;
	font-size: 24px;
	color: #0059B2;
	line-height: 40px;
}

.news_list {
	padding-bottom: 20px;
}
.news_list li {
	padding: 30px 0;
	border-bottom: 1px solid #EFEFEF;
	overflow: hidden;
}
.news_list li img {
	float: left;
	margin-right: 30px;
}
.news_list li h4 {
	font-size: 18px;
	line-height: 28px;
}
.news_list li a:hover {
	color: #006CD8;
}
.news_list li p {
	padding: 12px 0;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news_list li .bar {
	font-size: 13px;
	color: #C0C0C0;
	line-height: 20px;
}
.news_list li .date {
	padding-left: 20px;
	background: url(../img/time_ico.png) no-repeat left center;
}
.news_list li .visit {
	padding-left: 20px;
	background: url(../img/visit_ico.png) no-repeat left center;
}

.pic_list {
	padding-top: 40px;
	width: 1200px;
	overflow: hidden;
}
.pic_list ul {
	width: 1230px;
}
.pic_list li {
	float: left;
	margin: 0 30px 30px 0;
	width: 380px;
}
.pic_list li a:hover {
	color: #006CD8;
}
.pic_list li .con {
	padding: 14px 16px;
	border: 1px solid #E6E6E6;
	border-top: 0;
	background: #F6F6F6;
}
.pic_list li h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}
.pic_list li p {
	padding: 10px 0 4px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.pic_list li .bar {
	font-size: 13px;
	color: #C0C0C0;
	line-height: 20px;
}
.pic_list li .date {
	padding-left: 20px;
	background: url(../img/time_ico.png) no-repeat left center;
}
.pic_list li .visit {
	padding-left: 20px;
	background: url(../img/visit_ico.png) no-repeat left center;
}

/* 分页 */
.page {
	padding: 20px 0;
	height: 40px;
	text-align: center;
	overflow: hidden;
}
.page a {
	display: inline-block;
	margin-right: -1px;
	width: 40px;
	height: 38px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	line-height: 38px;
	text-align: center;
}
.page a:hover {
	background: #F6F6F6;
	color: #006DD9;
}
.page a.crt {
	border: 1px solid #006DD9;
	background: #006DD9;
	font-weight: bold;
	color: #FFF;
}
.page a.disable {
	background: #FAFAFA;
	color: #999;
}

/* 侧边 */
.side_recom_pic {
	padding: 30px 29px 10px;
	border: 1px solid #E6E6E6;
}
.side_recom_pic h3 {
	margin-bottom: 30px;
	font-size: 16px;
	color: #0940B0;
}
.side_recom_pic li {
	margin-bottom: 20px;
}
.side_recom_pic li .tit {
	padding: 12px 0;
}
.side_recom_pic li .tit h4 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
}
.side_recom_pic li p {
	padding-top: 5px;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.side_recom_pic li .date {
	padding-left: 20px;
	background: url(../img/time_ico.png) no-repeat left center;
}
.side_recom_pic li .visit {
	padding-left: 20px;
	background: url(../img/visit_ico.png) no-repeat left center;
}
.side_recom_pic li a:hover .tit h4 {
	color: #083FB0;
}

/* 文章页 */
.crumb {
	font-size: 13px;
	color: #666;
}
.crumb a {
	color: #666;
}
.crumb a:hover {
	color: #D2161A;
}

.article_tit {
	padding: 30px 0 20px;
	border-bottom: 1px solid #E6E6E6;
}
.article_tit h2 {
	font-size: 32px;
	line-height: 40px;
}
.article_tit .bar {
	padding-top: 24px;
	font-size: 13px;
	color: #999;
	line-height: 24px;
}
.article_con {
	padding: 40px 0 20px;
	font-size: 16px;
	line-height: 240%;
}
.article_con p {
	padding-bottom: 20px;
}
.article_con img {
	max-width: 100%;
}
.article_download {
	padding-bottom: 30px;
}
.article_download a.download_btn {
	display: inline-block;
	margin-right: 16px;
	padding: 12px 24px 12px 16px;
	height: 48px;
	border-radius: 6px;
	background: #F38C1B;
	color: #FFF;
}
.article_download a.download_btn img {
	float: left;
}
.article_download a.download_btn .con {
	float: left;
	padding-left: 12px;
	line-height: 24px;
}
.article_download a.download_btn h4 {
	font-size: 16px;
}
.article_download a.download_btn p {
	font-size: 12px;
}
.article_download a:hover.download_btn {
	background: #F49A36;
}
.article_btm {
	padding: 20px 0;
	text-align: right;
}

/* 二级菜单 */
.intro_tit {
	width: 240px;
	height: 240px;
	background: url(../img/intro_tit.jpg);
}
.intro_tit .con {
	padding: 140px 0 0 50px;
}
.intro_tit h2 {
	position: relative;
	height: 58px;
	font-size: 30px;
	color: #0059B2;
	line-height: 55px;
}
.sub_menu {
	padding: 20px 0;
}
.sub_menu li {
	padding: 15px 0;
	border-bottom: 1px solid #EFEFEF;
}
.sub_menu li a {
	display: block;
	padding: 0 50px;
	height: 40px;
	background: url(../img/sub_menu_arrow.png) no-repeat right center;
	font-size: 15px;
	line-height: 40px;
}
.sub_menu li a:hover {
	color: #006DD9;
}
.sub_menu li a.cur {
	border-radius: 4px;
	background: url(../img/sub_menu_arrow_over.png) no-repeat right center #006DD9;
	color: #FFF;
}

/* 单页 */
.about_intro {
	font-size: 15px;
	line-height: 240%;
}
.about_intro p {
	padding-bottom: 20px;
}
.about_intro p img {
	padding: 20px 0;
	max-width: 100%;
}