/* CSS Document */

/* header */
.banner {
	height: 600px;
	background: no-repeat center top;
}

.header {
	margin: auto;
	padding-top: 40px;
	width: 1200px;
}
.header .logo {
	float: left;
	padding: 15px 20px;
	width: 205px;
	background: #FFF;
}
.header .nav {
	float: left;
	padding-right: 23px;
	width: 800px;
	height: 78px;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
	line-height: 77px;
	text-align: right;
}
.header .nav a {
	display: inline-block;
	margin: 0 20px;
	font-size: 16px;
	color: #FFF;
}
.header .nav a:hover {
	color: #FFC926;
}
.header .nav a.cur {
	border-bottom: 2px solid #FFF;
}
.header .home {
	float: right;
	padding: 25px 29px 0;
	height: 53px;
	border: 1px solid rgba(255,255,255,.2);
}
.header .home a {
	display: inline-block;
	padding: 0 15px;
	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;
	padding: 30px 0 0 40px;
	width: 160px;
	height: 90px;
	background: #EA5433;
	color: #FFF;
}
.about_tit h2 {
	position: relative;
	font-size: 28px;
	height: 56px;
}
.about_tit h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 3px;
	background: #FFF;
	content: "";
}
.about_con {
	float: right;
	width: 940px;
	font-size: 15px;
	line-height: 30px;
}
.about_con a {
	color: #EA5333;
}

/* 最新动态 */
.news_tit {
	height: 65px;
}
.news_tit h2 {
	float: left;
	font-size: 28px;
}
.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 .picnews {
	float: left;
	width: 480px;
}
.news_con .newslist {
	float: right;
	padding-top: 1px;
	width: 660px;
	border-top: 1px solid #EFEFEF;
}
.news_con .newslist li {
	padding-top: 21px;
	height: 84px;
	border-bottom: 1px solid #EFEFEF;
}
.news_con .newslist li .date {
	float: left;
	width: 64px;
	font-family: Arial;
	text-align: center;
}
.news_con .newslist li .date .day {
	display: block;
	height: 30px;
	background: #EA5433;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}
.news_con .newslist li .date .year {
	display: block;
	height: 33px;
	border: 1px solid #E6E6E6;
	border-top: 0;
	background: #F6F6F6;
	font-size: 16px;
	color: #333;
	line-height: 33px;
}
.news_con .newslist li .con {
	float: right;
	width: 575px;
}
.news_con .newslist li .con h4 {
	font-size: 16px;
	line-height: 32px;
}
.news_con .newslist li .con p {
	font-size: 14px;
	color: #666;
	line-height: 32px;
}

/* 图片集锦 */
.photo {
	background: url(../img/photo_bg.jpg) no-repeat center top;
}
.photo_tit {
	height: 65px;
}
.photo_tit h2 {
	float: left;
	font-size: 28px;
	color: #FFF;
}
.photo_tit a.more {
	float: right;
	margin-top: 13px;
	width: 52px;
	height: 19px;
	background: url(../img/more_ico.png) no-repeat right center;
	color: #CCC;
	line-height: 19px;
}
.photo_tit a:hover.more {
	color: #FFF;
}
.photo_list {
	overflow: hidden;
}
.photo_list li {
	float: left;
	width: 300px;
}
.photo_list li a {
	position: relative;
	display: block;
	width: 300px;
	height: 200px;
}
.photo_list li a .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 200px;
	background: rgba(0,0,0,.7);
	opacity: 0;
}
.photo_list li a .mask h4 {
	padding: 55px 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;
}

/* 领跑者目录 */
.mulu_tit {
	height: 65px;
}
.mulu_tit h2 {
	float: left;
	font-size: 28px;
}
.mulu_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;
}
.mulu_tit a:hover.more {
	color: #006DD9;
}
.mulu_scroll .apply {
	position: relative;
	width: 1200px;
}
.mulu_scroll .apply_nav {
	position: relative;
	width: 1200px;
	height: 185px;
	overflow: hidden;
}
.mulu_scroll .apply_w {
	position: absolute;
	left: 0;
}
.mulu_scroll .apply_array {
	float: left;
	margin-right: 30px;
	width: 378px;
	height: 175px;
	border: 1px solid #E6E6E6;
	border-bottom: 4px solid #EA5433;
	background: #FAFAFA;
	box-shadow: 4px 4px 0 #F6F6F6;
}
.mulu_scroll .apply_last {
	margin-right: 0;
}
.mulu_scroll .apply_array a {
	display: block;
	padding: 37px;
	height: 100px;
}
.mulu_scroll .apply_array .con {
	float: left;
	width: 200px;
	line-height: 50px;
}
.mulu_scroll .apply_array .con p {
	font-size: 13px;
}
.mulu_scroll .apply_array .con p span {
	display: inline-block;
	padding-right: 30px;
	background: url(../img/mulu_arrow.png) no-repeat right 23px;
	font-size: 40px;
}
.mulu_scroll .apply_array .ico {
	float: right;
}
.mulu_scroll .apply_array .ico img {
	border-radius: 100%;
	box-shadow: 4px 4px 8px rgba(0,0,0,.1);
}
.mulu_scroll .apply .arrow_l {
	position: absolute;
	top: 70px;
	left: -60px;
	width: 40px;
	height: 40px;
	background: url(../img/mulu_scroll_arrow.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 9;
}
.mulu_scroll .apply .arrow_l:hover {
	background: url(../img/mulu_scroll_arrow.png) no-repeat 0 -40px;
}
.mulu_scroll .apply .arrow_r {
	position: absolute;
	top: 70px;
	right: -60px;
	width: 40px;
	height: 40px;
	background: url(../img/mulu_scroll_arrow.png) no-repeat -40px 0;
	cursor: pointer;
	z-index: 9;
}
.mulu_scroll .apply .arrow_r:hover {
	background: url(../img/mulu_scroll_arrow.png) no-repeat -40px -40px;
}

/* 入围产品 */
.product {
	background: #DCE3EB;
}
.product_tit {
	height: 65px;
}
.product_tit h2 {
	float: left;
	font-size: 28px;
}
.product_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;
}
.product_tit a:hover.more {
	color: #006DD9;
}
.product_tit .menu {
	float: right;
	padding-top: 14px;
	line-height: 20px;
}
.product_tit .menu a {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	font-size: 16px;
}
.product_tit .menu a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 20px;
	background: #CCC;
	content: "";
}
.product_list {
	width: 1200px;
	overflow: hidden;
}
.product_list h3 {
	padding: 10px 0 20px;
	font-size: 16px;
}
.product_list h3 span {
	font-weight: normal;
	color: #EA5433;
}
.product_list ul {
	width: 1220px;
	overflow: hidden;
}
.product_list li {
	float: left;
	margin: 0 20px 20px 0;
	width: 285px;
}
.product_list li a {
	position: relative;
	display: block;
	width: 285px;
	height: 240px;
}
.product_list li h4 {
	padding: 10px 20px;
	height: 29px;
	border-top: 1px solid #EFEFEF;
	background: #FFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 29px;
}
.product_list li a .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 285px;
	height: 240px;
	background:  url(../img/pro_arrow.png) no-repeat center rgba(0,0,0,.7);
	opacity: 0;
}
.product_list li a:hover .mask {
	opacity: 1;
	transition: all 0.5s;
}

/* 产品应用案例 */
.case_list {
	width: 1200px;
	overflow: hidden;
}
.case_list ul {
	width: 1240px;
}
.case_list li {
	float: left;
	margin-right: 40px;
	padding: 10px 0;
	width: 580px;
	border-bottom: 1px dashed #E6E6E6;
}
.case_list li a {
	padding-left: 22px;
	background: url(../img/news_arrow.png) no-repeat left center;
	font-size: 16px;
	line-height: 40px;
}

/* 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;
}

/* 新闻列表 */
.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: 120px 0 0 50px;
}
.intro_tit h2 {
	position: relative;
	height: 58px;
	font-size: 30px;
	color: #FFF;
}
.intro_tit h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: #FFF;
	content: "";
}
.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: #EA5433;
}
.sub_menu li a.cur {
	border-radius: 4px;
	background: url(../img/sub_menu_arrow_over.png) no-repeat right center #EA5433;
	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%;
}