/* CSS Document */

.banner {
	height: 500px;
}
.banner .bar {
	height: 100px;
	background: url(../images/header_bar.png);
}
.banner.about {
	background: url(../images/about_banner.jpg) center top;
	background-size: cover;
}
.banner.news {
	background: url(../images/news_banner.jpg) center top;
	background-size: cover;
}
.banner.product {
	background: url(../images/product_banner.jpg) center top;
	background-size: cover;
}
.banner.service {
	background: url(../images/service_banner.jpg) center top;
	background-size: cover;
}
.banner.culture {
	background: url(../images/culture_banner.jpg) center top;
	background-size: cover;
}
.banner.contact {
	background: url(../images/contact_banner.jpg) center top;
	background-size: cover;
}
.banner.search {
	background: url(../images/search_banner.jpg) center top;
	background-size: cover;
}
.banner .tit {
	padding-top: 125px;
	height: 180px;
	text-align: center;
}
.banner .sub_nav {
	text-align: center;
}
.banner .sub_nav a {
	display: inline-block;
	margin: 0 10px;
	width: 180px;
	height: 45px;
	background: #FFF;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
}
.banner .sub_nav a.cur {
	background: #006DD9;
	color: #FFF;
}

/* 关于我们 */
.about_intro .tit {
	position: relative;
	height: 80px;
}
.about_intro .tit:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 48px;
	height: 4px;
	background: #006DD9;
	content: "";
}
.about_intro h3 {
	font-size: 28px;
	color: #083FB0;
	line-height: 72px;
}
.about_intro .con {
	padding-top: 52px;
	font-size: 14px;
	line-height: 32px;
}
.about_intro .con p {
	padding-bottom: 20px;
}
.about_pic_1 img {
	margin-bottom: -80px;
	border-radius: 0 0 0 70px;
	box-shadow: 0 24px 36px rgba(0,0,0,.1);
}
.about_pic_2 img {
	margin-bottom: -80px;
	border-radius: 0 0 70px 0;
	box-shadow: 0 24px 36px rgba(0,0,0,.1);
}
.about_pic_3 img {
	margin-bottom: -80px;
	border-radius: 0 0 0 70px;
	box-shadow: 0 24px 36px rgba(0,0,0,.1);
}
.about_pic_4 img {
	border-radius: 0 0 70px 0;
	box-shadow: 0 24px 36px rgba(0,0,0,.1);
}
.white_wrap {
	background: #FFF;
}

.history {
	margin: auto;
	width: 1040px;
	background: url(../images/history_line.png) repeat-y center;
}
.history ul {
	padding-top: 100px;
	background: url(../images/history_dot.png) no-repeat center top;
	overflow: hidden;
}
.history li {
	margin-top: -60px;
	background: url(../images/history_sub_dot.png) no-repeat center 24px;
}
.history li:nth-of-type(even) {
	text-align: right;
}
.history li:last-child {
	margin-top: 20px;
	padding-top: 36px;
	text-align: center;
}
.history li .item {
	position: relative;
	display: inline-block;
	width: 480px;
}
.history li .item .date {
	font-size: 20px;
	line-height: 60px;
	text-align: right;
}
.history li:nth-of-type(even) .item .date {
	text-align: left;
}
.history li:last-child .item .date {
	background: #F6F6F6;
	text-align: center;
}
.history li .item img {
	border-radius: 6px;
}
.history li .con {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 20px;
	border-radius: 0 0 6px 6px;
	background: url(../images/history_tit_bg.png);
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	text-align: left;
}

.licheng {
	margin: auto;
	width: 1200px;
}
.licheng li {
	margin-bottom: 80px;
	height: 300px;
	background: #FFF;
}
.licheng li .con {
	position: relative;
	padding: 110px 40px;
	width: 520px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}
.licheng li .con .arrow {
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -32px;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: url(../images/up_arrow.png) no-repeat center #6686FF;
	box-shadow: 0 8px 16px rgba(102,134,255,.3);
}

/* 新闻中心 */
.news_list {
	padding: 20px 0 40px;
}
.news_list li {
	padding: 40px 0;
	height: 240px;
	border-bottom: 1px solid #E6E6E6;
}
.news_list li a {
	display: block;
}
.news_list li .pic {
	float: left;
}
.news_list li .pic img {
	box-shadow: 4px 8px 24px rgba(0,0,0,.1);
}
.news_list li .con {
	float: right;
	width: 620px;
}
.news_list li h4 {
	height: 80px;
	font-size: 24px;
	line-height: 40px;
}
.news_list li p {
	padding-top: 25px;
	height: 95px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.news_list li .more {
	display: inline-block;
	padding-left: 30px;
	width: 128px;
	height: 38px;
	border: 1px solid #E0E0E0;
	background: url(../images/news_more.png) no-repeat 110px center #FFF;
	font-size: 14px;
	color: #999;
	line-height: 38px;
	text-align: left;
}
.news_list li a:hover .more {
	border: 1px solid #CCC;
	color: #083FB0;
}
.news_list li .date {
	float: right;
	margin-right: 40px;
	padding: 18px 0 0 15px;
	width: 65px;
	height: 62px;
	font-family: Arial;
	background: #6686FF;
}
.news_list li .date span {
	display: block;
	color: #FFF;
	line-height: 24px;
}

/* 分页 */
.page {
	padding: 20px 0;
	height: 40px;
	text-align: center;
}
.page a {
	display: inline-block;
	margin: 0 2px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	text-align: center;
}
.page a:hover {
	background: #E0E0E0;
}
.page a.crt {
	background: #6686FF;
	color: #FFF;
}
.page a.disable {
	background: #E0E0E0;
	color: #666;
}

/* 文章页 */
.article_banner {
	height: 100px;
	background: url(../images/header_bar.png);
}

.crumb {
	padding-left: 24px;
	height: 20px;
	background: url(../images/crumb_ico.png) no-repeat left center;
	font-size: 13px;
	color: #999;
	line-height: 20px;
}
.crumb a {
	color: #999;
}
.crumb a:hover {
	color: #083FB0;
}

.article_head {
	padding: 40px 0 20px;
	border-bottom: 1px solid #E6E6E6;
}
.article_tit {
	padding: 30px 0;
}
.article_tit h2 {
	font-size: 36px;
	line-height: 120%;
}
.article_head .bar {
	font-size: 13px;
	color: #999;
	line-height: 36px;
}
.article_head .date {
	padding-left: 20px;
	background: url(../images/time_ico.png) no-repeat left center;
}
.article_head .visit {
	padding-left: 20px;
	background: url(../images/visit_ico.png) no-repeat left center;
}

.article_con {
	padding-top: 10px;
	font-size: 16px;
	line-height: 240%;
}
.article_con p {
	padding-bottom: 30px;
}
.article_con img {
	max-width: 100%;
}

.article_side {
	padding: 30px 29px 10px;
	border: 1px solid #E6E6E6;
}
.article_side h3 {
	margin-bottom: 30px;
	font-size: 16px;
	color: #0940B0;
}
.article_side li {
	margin-bottom: 20px;
}
.article_side li .tit {
	padding: 12px 0;
}
.article_side li .tit h4 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
}
.article_side li p {
	padding-top: 5px;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.article_side li .date {
	padding-left: 20px;
	background: url(../images/time_ico.png) no-repeat left center;
}
.article_side li .visit {
	padding-left: 20px;
	background: url(../images/visit_ico.png) no-repeat left center;
}
.article_side li a:hover .tit h4 {
	color: #083FB0;
}

/* 产品中心 */
.product_list {
	width: 1200px;
	overflow: hidden;
}
.product_list ul {
	width: 1230px;
}
.product_list li {
	float: left;
	margin: 0 30px 40px 0;
}
.product_list li a {
	position: relative;
	display: block;
	padding: 10px;
	width: 360px;
	height: 320px;
	box-shadow: 4px 8px 24px rgba(0,0,0,.05);
	background: #FFF;
}
.product_list li a .con {
	padding: 13px 15px 0;
}
.product_list li a .con h4 {
	font-size: 16px;
	line-height: 32px;
}
.product_list li a .con p {
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
.product_list li a .over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: url(../images/product_over_mask.png);
	opacity: 0;
}
.product_list li a .over span {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,.2);
	background: url(../images/product_over_arrow_64.png) no-repeat center top;
}
.product_list li a:hover .over {
	opacity: 1;
	transition: 0.3s;
}
.product_list li a:hover .over span {
	background: url(../images/product_over_arrow_64.png) no-repeat center;
	transition: 0.3s;
}

.product_detail {
	margin: -400px auto 0;
	padding-bottom: 100px;
	width: 1200px;
}
.product_head {
	padding: 60px;
	background: #EFF2F7;
}
.product_head .tit {
	height: 80px;
}
.product_head h2 {
	font-size: 32px;
	color: #0940B0;
}
.product_head .con {
	padding: 24px 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	font-size: 14px;
	line-height: 32px;
}
.product_head .btm {
	padding-top: 40px;
}
.product_intro {
	margin-top: 40px;
	padding: 50px 60px;
	background: #FFF;
	font-size: 14px;
	line-height: 240%;
}

/* 服务项目 */
.service_tab {
	height: 180px;
}
.service_tab ul {
	margin: auto;
	width: 600px;
}
.service_tab li {
	float: left;
	position: relative;
	width: 200px;
}
.service_tab li:after {
	position: absolute;
	top: 44px;
	right: -35px;
	width: 70px;
	height: 1px;
	background: #E0E0E0;
	content: "";
}
.service_tab li:last-child:after {
	background: #F6F6F6;
}
.service_tab li a {
	display: block;
	text-align: center;
}
.service_tab li a b {
	display: inline-block;
	width: 88px;
	height: 88px;
	border-radius: 100%;
	background-image: url(../images/service_tab_ico.png);
}
.service_tab li a.cur b {
	background-color: #006DD9;
	box-shadow: 8px 8px 24px rgba(0,109,217,.2);
}
.service_tab li a b.ico1 {
	background-position: 0 0;
}
.service_tab li a.cur b.ico1 {
	background-position: 0 -88px;
}
.service_tab li a b.ico2 {
	background-position: -88px 0;
}
.service_tab li a.cur b.ico2 {
	background-position: -88px -88px;
}
.service_tab li a b.ico3 {
	background-position: -176px 0;
}
.service_tab li a.cur b.ico3 {
	background-position: -176px -88px;
}
.service_tab li a h3 {
	font-size: 16px;
	color: #666;
}
.service_tab li a.cur h3 {
	padding-top: 15px;
	font-size: 18px;
	color: #0940B0;
}

.service_con {
	margin-bottom: 40px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
}
.service_con .sort {
	float: left;
	padding: 48px 0;
	width: 200px;
	background: #006DD9;
	color: #FFF;
	text-align: center;
}
.service_con .sort h3 {
	padding-top: 8px;
	font-size: 24px;
	font-weight: normal;
}

.service_con .list1 {
	float: right;
	margin-bottom: -1px;
	width: 1000px;
	background: #FFF;
	overflow: hidden;
}
.service_con .list1 .item {
	float: left;
	position: relative;
	padding: 10px;
	width: 480px;
}
.service_con .list1 .item:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #EFEFEF;
	content: "";
}
.service_con .list1 .item:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #EFEFEF;
	content: "";
}
.service_con .list1 .desc {
	padding: 50px;
}
.service_con .list1 .tit h4 {
	font-size: 18px;
}
.service_con .list1 .tit h4 b {
	display: inline-block;
	margin-right: 15px;
	width: 56px;
	height: 56px;
	border: 2px solid #E0E0E0;
	text-align: center;
}
.service_con .list1 .tit h4 b span {
	display: inline-block;
	padding: 24px 4px 0;
	height: 32px;
	border-bottom: 2px solid #006DD9;
	font-size: 20px;
	color: #006DD9;
}
.service_con .list1 .con {
	padding-top: 30px;
	font-size: 15px;
	line-height: 30px;
}
.service_con .list1 .con ol {
	padding-left: 32px;
	counter-reset: li;
}
.service_con .list1 .con ol li {
	position: relative;
}
.service_con .list1 .con ol li:after {
    position: absolute;
	top: 5px;
    left: -30px;
	content: counter(li);
    counter-increment: li;
    border: 1px solid #CCC;
	border-radius: 100%;
    width: 18px;
    height: 18px;
	font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.service_con .list2 {
	float: right;
	margin-bottom: -1px;
	width: 1000px;
	background: #FFF;
	overflow: hidden;
}
.service_con .list2 .item {
	float: left;
	position: relative;
	padding: 10px;
	width: 230px;
}
.service_con .list2 .item:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #EFEFEF;
	content: "";
}
.service_con .list2 .item:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #EFEFEF;
	content: "";
}
.service_con .list2 .desc {
	padding: 50px;
}
.service_con .list2 .tit h4 {
	font-size: 18px;
}
.service_con .list2 .tit h4 b {
	display: inline-block;
	margin-right: 15px;
	width: 56px;
	height: 56px;
	border: 2px solid #E0E0E0;
	text-align: center;
}
.service_con .list2 .tit h4 b span {
	display: inline-block;
	padding: 24px 4px 0;
	height: 32px;
	border-bottom: 2px solid #006DD9;
	font-size: 20px;
	color: #006DD9;
}
.service_con .list2 .con {
	padding-top: 30px;
	font-size: 15px;
	line-height: 30px;
}

.service_con .list3 {
	float: right;
	margin-bottom: -1px;
	width: 1000px;
	background: #FFF;
}
.service_con .list3 .item {
	position: relative;
	padding: 10px;
	overflow: hidden;
}
.service_con .list3 .item:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #EFEFEF;
	content: "";
}
.service_con .list3 .item:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #EFEFEF;
	content: "";
}
.service_con .list3 .desc {
	float: left;
	padding: 45px 50px;
	width: 380px;
	font-size: 15px;
	line-height: 30px;
}

.service_con .list3 .desc2 {
	float: left;
	padding: 45px 50px;
	width: 860px;
	font-size: 15px;
	line-height: 30px;
}

.service_con .list3 .pic {
	float: right;
}

.service_con .list4 {
	margin-bottom: -1px;
	width: 1200px;
	background: #FFF;
	overflow: hidden;
}
.service_con .list4 .item {
	float: left;
	position: relative;
	padding: 10px;
	width: 380px;
}
.service_con .list4 .item:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #EFEFEF;
	content: "";
}
.service_con .list4 .item:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #EFEFEF;
	content: "";
}
.service_con .list4 .desc {
	padding: 50px;
}
.service_con .list4 .tit h4 {
	font-size: 18px;
}
.service_con .list4 .tit h4 b {
	display: inline-block;
	margin-right: 15px;
	width: 56px;
	height: 56px;
	border: 2px solid #E0E0E0;
	text-align: center;
}
.service_con .list4 .tit h4 b span {
	display: inline-block;
	padding: 24px 4px 0;
	height: 32px;
	border-bottom: 2px solid #006DD9;
	font-size: 20px;
	color: #006DD9;
}
.service_con .list4 .con {
	padding-top: 30px;
	font-size: 15px;
	line-height: 30px;
}
.service_con .list4 .con ol {
	padding-left: 32px;
	counter-reset: li;
}
.service_con .list4 .con ol li {
	position: relative;
}
.service_con .list4 .con ol li:after {
    position: absolute;
	top: 5px;
    left: -30px;
	content: counter(li);
    counter-increment: li;
    border: 1px solid #CCC;
	border-radius: 100%;
    width: 18px;
    height: 18px;
	font-size: 12px;
    line-height: 18px;
    text-align: center;
}

/* 企业文化 */
.philosophy {
	width: 1200px;
	height: 640px;
	background: url(../images/philosophy_bg.jpg);
}
.philosophy .con {
	padding: 180px 0 0 220px;
	width: 440px;
}
.philosophy .con h2 {
	font-size: 28px;
	color: #073FB0;
}
.philosophy .con p {
	padding-top: 40px;
	font-size: 16px;
	line-height: 36px;
}

.vision {
	width: 1200px;
	height: 640px;
	background: url(../images/vision_bg.jpg);
}
.vision .con {
	padding: 180px 0 0 220px;
	width: 440px;
}
.vision .con h2 {
	font-size: 28px;
	color: #073FB0;
}
.vision .con p {
	padding-top: 40px;
	font-size: 20px;
	line-height: 40px;
}

.culture_list {
	width: 1200px;
	overflow: hidden;
}
.culture_list ul {
	width: 1230px;
}
.culture_list li {
	float: left;
	margin: 0 30px 40px 0;
}
.culture_list li a {
	display: block;
	width: 380px;
	height: 350px;
	box-shadow: 4px 8px 24px rgba(0,0,0,.05);
	background: #FFF;
}
.culture_list li a .con {
	padding: 17px 20px 0;
}
.culture_list li a .con h4 {
	font-size: 16px;
	line-height: 32px;
}
.culture_list li a .con p {
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
.culture_list li a:hover {
	background: #6686FF;
	color: #FFF;
	transition: 0.3s;
}
.culture_list li a:hover .con h4, .culture_list li a:hover .con p {
	color: #FFF;
	transition: 0.3s;
}

/* 联系我们 */
.contact_map {
	border: 10px solid #FFF;
	height: 400px;
}
.contact_map #map {
	width: 100%;
	height: 100%;
}
.contact_item {
	padding-top: 40px;
}
.contact_item {
	width: 1200px;
	overflow: hidden;
}
.contact_item ul {
	width: 1240px;
}
.contact_item li {
	float: left;
	margin-right: 40px;
	padding: 10px;
	width: 560px;
	background: #FFF;
}
.contact_item li .con {
	padding: 30px;
	border: 1px solid #F0F0F0;
	text-align: center;
}
.contact_item li .con h3 {
	padding: 10px 0;
	font-size: 15px;
	color: #006DD9;
}
.contact_item li .con p {
	padding: 5px 0;
	font-size: 15px;
}

/* 搜索 */
.search_head {
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: -300px;
	width: 500px;
	height: 55px;
	border-radius: 5px;
	background: url(../images/search_bg.png);
	z-index: 999;
}
.search_form {
	padding: 5px 0 0 5px;
	width: 590px;
	height: 45px;
}
.search_form select {
	display: none;
}
.search_form .select_box {
	float: left;
	position: relative;
	border-radius: 4px 0 0 4px;
	background: #FFF;
	font-size: 14px;
	color: #888;
	width: 100px;
	line-height: 45px;
}
.search_form .select_showbox {
	height: 45px;
	background: url(../images/search_arrow.png) no-repeat 80px center;
	text-indent: 1em;
}
.search_form .select_showbox.active {
	background: url(../images/search_arrow_over.png) no-repeat 80px center;
}
.search_form .select_option {
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 999;
	border-radius: 4px;
	background: #FFF;
	overflow: hidden;
}
.search_form .select_option li {
	text-indent: 1em;
	width: 100px;
	cursor: pointer;
}
.search_form .select_option li.selected {
	background: #FFF;
	color: #999;
}
.search_form .select_option li.hover {
	background: #F0F0F0;
	color: #999;
}
.search_form input.inp_srh, .search input.btn_srh {
	float: left;
	border: none;
	background: none;
	height: 45px;
	line-height: 45px;
}
.search_form input.inp_srh {
	outline: none;
	padding-left: 20px;
	width: 370px;
	height: 45px;
	font-size: 14px;
	background: #FFF;
}
.search_form input.btn_srh {
	width: 100px;
	height: 45px;
	border-radius: 0 4px 4px 0;
	background: url(../images/search_btn.png) no-repeat center #6686FF;
	text-indent: -999px;
	cursor: pointer;
}

/* 搜索结果 */
.search_tit {
	padding-bottom: 12px;
	border-bottom: 1px solid #E6E6E6;
}
.search_tit h2 {
	font-size: 20px;
	color: #0940B0;
	line-height: 32px;
}
.search_result {
	padding-bottom: 20px;
}
.search_result li {
	padding: 20px 0;
	border-bottom: 1px dashed #E6E6E6;
	overflow: hidden;
	zoom: 1;
}
.search_result a img {
	float: left;
	margin-right: 30px;
}
.search_result h3 {
	padding-top: 8px;
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
}
.search_result p {
	padding-top: 12px;
	color: #666;
	line-height: 28px;
}
