﻿@charset "utf-8";
body {
	background: #fff;
}
.main_box {
	margin: 0 auto;
	width: 1200px;
}
input {
	outline: none;
}
/*  */
.text-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.region-tit {
    text-align: center;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.region-tit h2 {
    font-size: 33px;
    color: #333;
    font-family: monospace;
    font-weight: 700;
    background: url(../image/titline.png) no-repeat right 7px;
    padding-right: 32px;
    margin-right: 11px;
    font-family: cursive;
}
.region-tit p {
    font-size: 22px;
    font-family: fangsong;
    color: #cacaca;
    text-transform: capitalize;
    line-height: 1;
    margin-top: 7px;
    font-weight: bold;
}
.product-region {
	padding: 60px 0;
}
.product-slide {
	margin-top: 40px;
	position: relative;
}
.product-slide .bd img {
    width: 100%;
    display: block;
}
.product-slide .hd {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.product-slide .hd li{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    line-height: 20px;
    color: #333;
    margin: 0 5px;
    cursor: pointer;
    font-size: 12px;
}
.product-slide .hd li.on{
    background: #0059b4;
    color: #fff;
}
.product-list {
    overflow: hidden;
    margin-top: 10px;
}
.product-list li {
	width: 232px;
	float: left;
	position: relative;
    margin-right: 10px;
}
.product-list li:last-of-type {
	margin-right: 0;
}
.product-list li img {
	width: 100%;
	display: block;
}
.product-list li p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 32px;
}
.app-list{
    margin-top: 40px;
}
.app-list ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.app-list li{
    width: 290px;
}
.app-list .app-item{
    position: relative;
    margin-bottom: 7px;
}
.app-list .app-item img{
    width: 100%;
    display: block;
}
.app-list .app-item p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	background: rgba(255, 255, 255, 0.8);
    color: #333;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
}
.component-region{
    padding: 60px 0;
}
.component-wrap{
    margin-top: 40px;
}
.component-list{
    overflow: hidden;
}
.component-list li{
    width: 192px;
    font-size: 0;
    margin-right: 7px;
    border: 1px solid #ccc;
}
.component-list li img{
    width: 100%;
}
.component-list2{
    margin-top: 10px;
} 
.partner-region{
    padding-bottom: 60px;
    overflow: hidden;
}
.partner-bd {
    margin-top: 40px;
}

.partner-honor-bd{
    height: 277px;
    overflow: hidden;
}
.partner-bd li{
    width: 192px;
    border: 1px solid #ccc;
    line-height: 0;
    margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-bd li img{
    max-width: 100%;
  max-height: 100%;
}
.hovimg{
    position: relative;
}
.hovimg::after{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../image/scale.png) no-repeat center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s;
}
.hovimg:hover::after{
    opacity: 1;
}

.footer-region{
	background: #d7d7d7;
	padding: 40px 0 20px;
}
.footer-region a{
	color: inherit;
}
.footer-left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-contact{
    font-size: 13px;
    color: #333;
    line-height: 30px;
    display: flex;
    align-items: center;
    font-family: arial;
}
.footer-contact div{
	margin-right: 50px;
}
.footer-hd .main_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-right{
	display: flex;
	align-items: center;
}
.footer-code li{
    display: inline-block;
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-right: 30px;
}
.footer-code img{
	width: 100%;
}
.footer-copyright{
	margin-top: 30px;
	text-align: center;
	color: #8b919d;
	font-size: 13px;
	font-family: arial;
	line-height: 1.8;
}



/*===============================================header================================================*/
#header {
	position: relative;
	width: 100%;
	z-index: 999;
}
#header {
}
#header .main_box {
	position: relative;
}
#header .logo {
	display: table;
	height: 130px;
}
#header .logo a {
	display: table-cell;
	vertical-align: middle;
}
#header .top_tel {
	text-align: right;
	position: absolute;
	top: 45px;
	right: 225px;
}
#header .top_tel span {
	font-size: 14px;
	color: #454443;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 18px;
	background: url(../image/icon_top_tel.png) 0px 4px no-repeat;
}
#header .top_tel strong {
	font-size: 24px;
	display: block;
	font-weight: bold;
	color: #0059b4;
}
#header .link_box {
	right: 0px;
	top: 54px;
	position: absolute;
}
#header .link_box a {
	position: relative;
	color: #a4a4a7;
	font-size: 12px;
	height: 16px;
	line-height: 14px;
}
/*================= 搜索 ===================*/
#search_box {
	position: absolute;
	right: 2px;
	top: 52px;
	background: #fff;
}
#search_box form {
	position: relative;
	background: url(../image/bg_search.png) center no-repeat;
	position: relative;
	width: 195px;
	height: 30px;
}
#search_box input {
	display: block;
	background: none;
	border: none;
}
#search_box .text {
	width: 195px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #cccbcb;
	margin-left: 13px;
}
#search_box .submit {
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	height: 30px;
	margin-left: 5px;
	text-indent: -9999px;
}
#search_box form:hover {
	background: url(../image/bg_search_on.png) center no-repeat;
}
/*=================导航=================*/
#nav_box {
	width: 100%;
	position: relative;
    height: 50px;
    background: #525252;
}
#nav_box .main_box {
	position: relative;
}
#nav {
}
#nav ul {
	position: relative;
    display: flex;
    justify-content: space-between;
}
#nav li {
	display: block;
	position: relative;
	float: left;
}
#nav li .a {
	display: block;
    padding: 0 53px;
	text-align: center;
    line-height: 52px;
	color: #fff;
	height: 50px;
	font-size: 16px;
}
#nav li:hover .a {
	background: #034b95;
}
#nav .on_a .a {
	background: #034b95;
}
#nav ul li .list {
	background: #0059b4;
	top: 50px;
	left: 0;
	z-index: 2;
	display: none;
	width: 123px;
	position: absolute;
	font-size: 12px;
	width: 100%;
}
#nav ul li:hover .list {
	display: block;
}
#nav ul li .list a {
	height: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	display: block;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	padding: 0 5px;
}
#nav ul li .list a:hover {
	color: #fff;
}
/*================= banne===================*/
#banner {
	position: relative;
	height: 570px;
}
#banner .bd {
	position: relative;
}
#banner .bd a {
	display: block;
	width: 100%;
	height: 570px;
}
#banner .hd {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	bottom: 20px;
}
#banner .hd ul {
	display: inherit;
	position: relative;
	text-align: center;
}
#banner .hd ul li {
	display: inline-block;
}
#banner .hd ul li a {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	margin: 0 3px;
	display: block;
	background: #fff;
}
#banner .hd ul li a:hover {
	background: #0059b4;
}
#banner .hd ul .on a {
	background: #0059b4;
}
#banner .bnt {
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -22px;
}
#banner .bnt:hover {
}
#banner .prev {
	position: absolute;
	left: -54px;
}
#banner .next {
	position: absolute;
	right: -54px;
}
#banner:hover .prev {
	left: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#banner:hover .next {
	right: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*==========================================首页=============================================*/
.s_main_box {
	margin: 0 auto 0px auto;
}
.s_title {
	position: relative;
	margin-bottom: 30px;
}
.s_title h1 {
	display: block;
}
.s_title strong {
	font-size: 15px;
	display: block;
	color: #7e8084;
	text-transform: uppercase;
}
.s_title span {
	font-size: 20px;
	color: #1d378e;
	display: block;
	font-weight: bold;
}
.s_title .more {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: center;
	font-size: 12px;
	background: #28a1e6;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	line-height: 30px;
}
.s_title .more:hover {
	background: #0059b4;
}
.j_parallax {
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	position: relative;
}
/*================= 首页产品===================*/
#s_pro {
	padding: 55px 0;
	background: #e3e6eb;
}
#s_pro .right {
	width: 920px;
	overflow: hidden;
}
#s_pro .left {
}
#s_pro .left {
	width: 220px;
	float: left;
	border: 1px solid #e9e9ec;
	background: url(../image/bg_title_pro.png) 25px 30px no-repeat #1d378e;
	overflow: hidden;
}
#s_pro .left .title {
	height: 90px;
	padding-left: 74px;
}
#s_pro .left .title strong {
	display: block;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding-top: 28px;
}
#s_pro .left .title span {
	display: block;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 14px;
}
#s_pro .left .content {
	background: #f7f7f9;
	padding: 8px 0 33px 0;
	height: 455px;
	overflow: hidden;
}
#s_pro .left .content a {
	display: block;
	margin-top: -1px;
	height: 55px;
	background: url(../image/bg_sub_li.png) center bottom no-repeat;
}
#s_pro .left .content a:nth-child(1n + 9) {
}
#s_pro .left .content a strong {
	padding: 0 35px;
	margin: 0 auto;
	display: block;
	position: relative;
	font-size: 15px;
	color: #444444;
	line-height: 55px;
	height: 55px;
	overflow: hidden;
}
#s_pro .left .content a:hover {
	background: url(../image/bg_sub_li_hover.png) left bottom no-repeat;
	color: #fff;
}
#s_pro .left .content a:hover strong {
	color: #fff;
}
#s_pro .left .content .on {
	background: url(../image/bg_sub_li_hover.png) left bottom no-repeat;
	color: #fff;
}
#s_pro .left .content .on strong {
	color: #fff;
}
#s_pro .tel_box {
	background: #1d378e;
	padding: 18px 40px;
}
#s_pro .tel_box h1 {
	display: block;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#s_pro .tel_box a {
	background: #fff;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	font-weight: bold;
	border-radius: 3px;
	height: 32px;
	line-height: 32px;
	width: 120px;
	text-align: center;
	color: #1d378e;
	font-size: 15px;
}
#s_pro .tel_box a {
}
/*===================首页产品================*/
#s_pro_list {
}
#s_pro_list ul {
	margin: -5px;
}
#s_pro_list li {
	float: left;
	position: relative;
	width: 222px;
	overflow: hidden;
	display: block;
	margin: 5px 5px 20px;
}
#s_pro_list li a {
	display: block;
	overflow: hidden;
}
#s_pro_list li img {
	width: 100%;
	display: block;
	border: 1px solid #d3d3d3;
	background: #fff;
}
#s_pro_list li h1 {
	display: block;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #636363;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#s_pro_list li:hover h1 {
	color: #fff;
	background: #0059b4;
}
#s_pro_list li:hover {
}
/*===================首页产品================*/
#s_hxys .title {
	margin: 30px auto;
}
#s_hxys img {
	display: block;
	margin: 0 auto;
}
/*===================首页服务================*/
#s_service {
	padding-top: 15px;
}
#s_service .title {
	margin: 55px auto;
}
#s_service img {
	display: block;
	margin: 0 auto;
}
/*===================首页案例================*/
#s_case {
	margin-top: 70px;
}
#s_case .j_parallax {
	background-image: url(../image/bg_sjc.jpg);
	height: 470px;
}
#s_case .main_box {
	padding: 50px 0;
}
#s_case .title img {
	display: block;
	margin: 0px auto 40px auto;
}
#s_case .content {
	position: relative;
	padding-top: 10px;
}
#s_case .bd {
	overflow: hidden;
	width: 1058px;
	margin: 0 auto;
}
#s_case ul {
	margin: 0 -17px;
}
#s_case li {
	width: 330px;
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	background: #fff;
	margin: 0 17px;
}
#s_case li a {
	display: block;
}
#s_case li .pic_box {
	position: relative;
}
#s_case li img {
	width: 330px;
	height: 215px;
	display: block;
}
#s_case li h1 a {
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 20px;
	color: #494949;
	font-size: 14px;
	display: block;
}
#s_case li p {
	padding-top: 10px;
	display: block;
	font-size: 12px;
	color: #cecece;
}
#s_case li:hover {
	background: #0059b4;
}
#s_case li:hover h1 a {
	color: #fff;
}
#s_case .hd {
}
#s_case .hd a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 9;
	display: block;
	height: 32px;
	font-size: 32px;
}
#s_case .hd a.prev {
	left: 0;
}
#s_case .hd a.next {
	right: 0;
}
/*================= 首页产品===================*/
.slide_about .box {
	width: 315px;
	height: 415px;
	position: relative;
}
.slide_about .bd li img {
	width: 325px;
	height: 415px;
}
.slide_about .hd {
	margin: 0 auto;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
}
.slide_about .hd ul {
	position: relative;
	z-index: 9;
	width: 100%;
	display: inherit;
	text-align: center;
}
.slide_about .hd ul li {
	cursor: pointer;
	display: inline-block;
}
.slide_about .hd ul li a {
	height: 8px;
	width: 8px;
	margin: 0 5px;
	display: block;
	border: 1px solid#fff;
	border-radius: 50%;
}
.slide_about .hd ul li a:hover {
	background: #fff;
}
.slide_about .hd ul .on a {
	background: #fff;
}
/*================= 流程 ===================*/
#s_lc {
}
#s_lc .title {
	margin: 0 auto 55px auto;
}
#s_lc img {
	display: block;
	margin: 0 auto;
}
/*================= 友情链接 ===================*/
#friend_link .main_box {
	padding: 30px 0;
	background: url(../image/title_link.png) left center no-repeat;
}
#friend_link .content {
	margin-right: -30px;
	padding-left: 140px;
}
#friend_link .content a {
	padding-right: 30px;
	color: #797777;
	font-size: 12px;
	line-height: 24px;
}
#friend_link .content a:hover {
	color: #0059b4;
}
/*================= 友情链接 ===================*/
#city_link .main_box {
	padding: 30px 0;
	background: url(../image/title_link1.png) left center no-repeat;
}
#city_link .content {
	margin-right: -30px;
	padding-left: 140px;
}
#city_link .content a {
	padding-right: 30px;
	color: #797777;
	font-size: 12px;
	line-height: 24px;
}
#city_link .content a:hover {
	color: #0059b4;
}
/*================= 新闻 ===================*/
#s_news {
	margin-top: 70px;
	height: 600px;
}
#s_news .main_box {
	padding: 45px 0;
}
#s_news .left {
	width: 775px;
}
#s_news .right {
	width: 355px;
}
#s_news .title {
	position: relative;
	height: 45px;
	border-bottom: 1px solid #506cb1;
}
#s_news .title h1 {
	font-size: 18px;
	color: #333;
	line-height: 45px;
	font-weight: bold;
}
#s_news .title .more {
	font-size: 12px;
	color: #333;
	position: absolute;
	right: 0;
	top: 18px;
}
#s_news .hd a {
	display: block;
	float: left;
	padding: 0 20px;
}
#s_news .hd a.on {
	background: #28a1e6;
}
#s_news .hd a.on h1{
	color:#fff;
}

#s_news .bd {
	margin-top: 35px;
}
#s_news .bd .box {
	position: relative;
}
#s_news .bd .box .pic_box {
	position: absolute;
	left: 0;
	top: 0;
}
#s_news .bd .box .pic_box img {
	height: 165px;
	width: 250px;
}
#s_news .bd .box .text_box {
	margin-left: 290px;
}
#s_news .up {
	height: 165px;
}
#s_news .up h1 a {
	line-height: 24px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
#s_news .up a:hover {
	text-decoration: underline;
}
#s_news .up p {
	color: #333;
	padding: 10px 0;
	font-size: 12px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
#s_news .up a.more {
	display: block;
	margin-top: 25px;
	font-size: 12px;
	width: 80px;
	color: #1d378e;
	text-align: center;
	line-height: 24px;
	height: 24px;
	background: #cccccc;
	padding: 0;
    color: #000000;
}
#s_news .up a.more:hover {
	text-decoration: none;
	border-radius: 3px;
}
#s_news .un {
	padding-top: 10px;
}
#s_news .un ul {
	margin-right: -10px;
}
#s_news .un li {
	position: relative;
	padding-left: 10px;
	background: url(../image/icon_dd.png) left center no-repeat;
	line-height: 43px;
	display: block;
}
#s_news .un a {
	font-size: 14px;
	color: #333;
	display: block;
	padding-right: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#s_news .un a:hover {
	text-decoration: underline;
}
#s_news .un span {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
}
/*================= 问题解答 ===================*/
#s_question dl {
	padding-top: 10px;
}
#s_question dd {
	display: block;
	padding: 25px 0;
	border-bottom: 1px dotted #6474aa;
}
#s_question dd a {
	padding-left: 50px;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	background: url(../image/bg_wen.png) left center no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#s_question dd p {
	padding-left: 50px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	background: url(../image/bg_da.png) left top no-repeat;
}
#s_question dd a:hover {
	text-decoration: underline;
}
/*==========================================footer=============================================*/
#footer {
	position: relative;
	background: #3f3f3f;
}
#footer .up_box {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer .up_box .main_box {
	position: relative;
}
#footer .up_box .left {
	width: 770px;
	padding: 10px 0 0 0;
	padding-right: 25px;
	border-right: 1px solid #5c5c5c;
	position: relative;
}
.QR-code {
	position: absolute;
	bottom: 0;
	left: 0;
}
.QR-code img {
	display: block;
	width: 160px;
	height: 160px;
}
#footer .up_box .right {
	width: 345px;
}
#footer .up_box .right .text_box {
	margin-top: 10px;
	padding-left: 25px;
	background: url(../image/icon_fot_contact.png) left 8px no-repeat;
	font-size: 12px;
	color: #d2d2d2;
	line-height: 30px;
}
#footer .up_box .right .text_box a {
	color: #d2d2d2;
}
#fot_nav {
	margin-bottom: 20px;
}
#fot_nav ul {
	display: flex;
}
#fot_nav ul li {
	flex: 1;
	margin-right: 8px;
}
#fot_nav ul li h4 {
	color: #fff;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 10px;
}
#fot_nav a {
	display: block;
	line-height: 24px;
	font-size: 12px;
	color: #d2d2d2;
	white-space: nowrap;
	width: 129px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#fot_nav a:hover {
	color: #fff;
	text-decoration: underline;
}
#fot_bsc_link {
	margin-bottom: 25px;
}
#fot_bsc_link h1 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #d2d2d2;
}
#fot_bsc_link .box {
	margin-right: -10px;
}
#fot_bsc_link a {
	display: inline-block;
	font-size: 12px;
	padding-right: 10px;
	color: #9e9c9c;
	line-height: 22px;
}
#fot_bsc_link a:hover {
	color: #fff;
}
#fot_link {
}
#fot_link a {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
#fot_link .ewm {
	position: absolute;
	right: -90px;
	bottom: -20px;
	display: none;
	width: 80px;
	height: 80px;
}
#fot_link .ewm_box:hover .ewm {
	display: block;
}
#footer .un_box {
	position: relative;
	border-top: 1px solid #505050;
	padding: 15px 0 15px 0;
}
#footer .un_box h1 {
	text-align: center;
	line-height: 24px;
	color: #75777a;
	font-size: 12px;
}
#footer .un_box h1 a {
	color: #75777a;
}
#footer .un_box h1 a:hover {
	color: #fff;
}
.footer-con {
	text-align: center;
	line-height: 30px;
}
.footer-con * {
	color: #d2d2d2;
}
/*=======================内页==============================*/
.n_main_box {
	margin-top: 30px;
	margin-bottom: 50px;
	position: relative;
}
.n_banenr {
	height: 280px;
	width: 100%;
	overflow: hidden;
}
.n_banenr h1 {
	font-size: 30px;
	color: #f36825;
	display: block;
	font-weight: bold;
	padding-top: 50px;
	text-transform: uppercase;
}
.n_banenr h2 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #fff;
	display: block;
}
.n_banenr strong {
	font-size: 14px;
	color: #797a7c;
	display: block;
}
/*==============当前位置=====================*/
.position {
	position: absolute;
	line-height: 30px;
	right: 0px;
	top: 0px;
	color: #8a8c8e;
	background: url(../image/icon_home.png) left center no-repeat;
	padding-left: 22px;
}
.position span,
.position a,
.position i {
	font-size: 12px;
	color: #8a8c8e;
}
.position em {
	font-size: 12px;
	color: #0059b4;
	font-style: normal;
}
.position a:hover {
	color: #0059b4;
}
/*==============n_content_left=====================*/
.n_left {
	width: 225px;
	float: left;
	overflow: hidden;
}
.n_left .title {
	padding: 23px 0;
	background: #0059b4;
	text-align: center;
}
.n_left .title span {
	display: block;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.n_left .title strong {
	display: block;
	color: #adc0df;
	text-transform: uppercase;
	display: block;
	font-size: 10px;
}
.n_left {
}
.n_left .content {
	margin-bottom: 22px;
}
.n_left .content > a {
	display: block;
	border: 1px solid #e9e9e9;
	border-top: none;
	height: 39px;
	background: url(../image/icon_left_li.png) 200px center no-repeat;
	border-bottom: none;
}
.n_left .content > a strong {
	width: 175px;
	margin: 0 auto;
	display: block;
	position: relative;
	font-size: 14px;
	color: #555555;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}
.n_left .content > a:hover {
	border: 1px solid #999999;
	border-top: none;
	background: url(../image/icon_left_li_on.png) 200px center no-repeat #828384;
	color: #555555;
}
.n_left .content > a:hover strong {
	font-weight: bold;
	color: #fff;
}
.n_left .content ul {
	border: 1px solid #e9e9e9;
	border-top: none;
}
.n_left .content ul li {
	height: 30px;
	line-height: 30px;
	padding: 0 24px;
	overflow: hidden;
}
.n_left .content ul li:first-child {
	border-top: 1px solid #e9e9e9;
}
.n_left .content ul li a {
	color: #777;
	font-size: 12px;
}
.n_left .link_box a {
	display: block;
	margin-bottom: 10px;
}
/*==============n_content_right=====================*/
.n_right {
	width: 925px;
	float: right;
}
.n_title {
	position: relative;
	border-bottom: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
}
.n_title h1 {
	font-size: 16px;
	border-bottom: 2px solid #0059b4;
	display: inline-block;
	color: #444444;
	margin-bottom: -1px;
}
/*===荣誉奖项===*/
#n_zizhi {
	margin-top: 10px;
}
#n_zizhi ul {
	margin: -20px -11px;
}
#n_zizhi li {
	display: block;
	width: 175px;
	float: left;
	margin: 22px 11px;
	padding: 8px;
	box-shadow: 0px 0px 6px 0px #888;
}
#n_zizhi li a {
	display: block;
}
#n_zizhi li img {
	width: 175px;
	height: 120px;
}
#n_zizhi li h1 {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #6d6c72;
}
#n_zizhi li a:hover h1 {
	color: #0059b4;
}
/*==============n_content=====================*/
.n_content {
	min-height: 360px;
	padding-top: 30px;
}
.n_content .ar_article {
	max-height: inherit;
}
#n_fc {
}
#n_fc {
	overflow: hidden;
	margin-top: 10px;
}
#n_fc ul {
	margin: -13px;
}
#n_fc li {
	display: block;
	width: 260px;
	float: left;
	margin: 13px;
}
#n_fc li a {
	display: block;
}
#n_fc li img {
	width: 260px;
	height: 180px;
}
#n_fc li h1 {
	display: block;
	text-align: center;
	height: 36px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #616064;
}
#n_fc li a:hover h1 {
	color: #0059b4;
}
/*===================首页日记================*/
#photo_list {
}
#photo_list ul {
	margin: -13px;
}
#photo_list li {
	width: 290px;
	height: 230px;
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 13px;
}
#photo_list li a {
	display: block;
}
#photo_list li .pic_box {
	position: relative;
	background: #000;
}
#photo_list li img {
	width: 290px;
	height: 230px;
	display: block;
}
#photo_list li .img {
}
#photo_list li .icon_play {
	position: absolute;
	left: 0;
	top: 0;
	width: 380px;
	height: 260px;
	background: url(../image/bnt_play.png) center no-repeat;
}
#photo_list li h1 {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 250px;
	height: 0px;
	line-height: 40px;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#AA000000', endColorstr='#AA000000');
	background: rgba(0, 0, 0, 0.67);
}
#photo_list li:hover h1 {
	height: 40px;
}
/*==========================================产品列表=============================================*/
#n_case {
}
#n_case ul {
	margin: -15px;
}
#n_case li {
	float: left;
	border-bottom: 3px solid #fff;
	position: relative;
	width: 290px;
	background: #ebeef2;
	display: block;
	margin: 15px 14px;
}
#n_case li a {
	display: block;
	overflow: hidden;
}
#n_case li img {
	width: 290px;
	height: 190px;
	display: block;
}
#n_case li span {
	width: 230px;
	padding: 0 20px;
	display: block;
	line-height: 55px;
	font-size: 14px;
	color: #636363;
	padding-right: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../image/icon_left_li.png) 260px center no-repeat;
}
#n_case li:hover span {
}
#n_case li:hover {
	border-bottom: 3px solid #0059b4;
}
/*==================产品中心=================*/
#n_pro {
}
#n_pro {
	overflow: hidden;
	margin-top: 10px;
}
#n_pro ul {
	margin: -13px;
}
#n_pro li {
	display: block;
	border: 3px solid #fff;
	background: #f2f4f8;
	width: 285px;
	float: left;
	margin: 13px;
}
#n_pro li a {
	display: block;
}
#n_pro li img {
	width: 100%;
}
#n_pro li h1 {
	display: block;
	text-align: center;
	font-size: 14px;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	color: #444444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#n_pro li:hover {
	background: #0059b4;
	border: 3px solid #0059b4;
}
#n_pro li:hover h1 {
	color: #fff;
}
/*===================产品列表页===============*/
.n_list_content {
	padding: 0;
}
.n_list_content #n_pro {
	margin-top: 0;
}
.n_pro_tit {
	height: 42px;
	line-height: 42px;
	background: #0059b4;
	color: #fff;
	padding: 0 15px;
	margin-bottom: 12px;
}
.n_pro_tit h2 {
	font-size: 15px;
}
.n_pro_tit a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #fff;
	border-radius: 5px;
	color: #0059b4;
	margin-top: 9px;
	font-size: 12px;
}
.n_pro_tit a:hover {
	box-shadow: 0px 0px 1px 0px #fff;
}
#n_pro .n_pro_list {
	margin: 0;
	margin-bottom: 20px;
}
#n_pro .n_pro_list li {
	width: 199px;
}
#n_pro .n_pro_list li h1 {
	height: 36px;
	line-height: 36px;
}
/*===================产品详情列表页===============*/
.n_content-hd .item-hd {
	width: 350px;
	height: 300px;
	font-size: 0;
	float: left;
}
.n_content-hd .item-hd img {
	width: 100%;
	height: 100%;
}
.n_content-hd .item-bd {
	width: 475px;
	height: 250px;
	float: right;
	background: #f0f0f0;
	padding: 25px 50px;
}
.n_content-hd .item-bd h2 {
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.n_content-hd .item-bd p {
	font-size: 13px;
	line-height: 25px;
	color: #666;
	height: 125px;
	margin: 20px 0 37px;
}
.n_content-hd .item-bd a {
	display: block;
	width: 135px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: #0059b4;
	border: 1px solid #0059b4;
}
.n_content-hd .item-bd a:hover {
	color: #0059b4;
	background: #fff;
}
.n_content-bd .item-tit,
.n_content-ft .item-tit {
	border-bottom: 1px solid #0059b4;
	margin-bottom: 15px;
	margin-top: 30px;
}
.n_content-bd .item-tit h3,
.n_content-ft .item-tit h3 {
	display: inline-block;
	background: #0059b4;
	color: #fff;
	padding: 0 18px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
}
#n_pro .n_content-bd li {
	width: 205px;
	margin-bottom: 0;
}
.n_content-bd li p {
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #222;
}
.n_content-bd li:hover p {
	color: #fff;
}
#n_pro .n_content-bd .pro-item-list ul {
	margin: 0;
}
#n_pro .n_content-bd .pro-item-list .item-hd {
	margin: 0 13px 19px;
}
#n_pro .n_content-bd .pro-item-list .item-hd h4 {
	height: 30px;
	line-height: 30px;
	background: linear-gradient(to right, #97caff, #fff);
	padding: 0 40px 0 13px;
	color: #0d4580;
	font-size: 14px;
}
#n_pro .n_content-bd .pro-item-list ul {
	margin-bottom: 20px;
}
#n_pro .n_content-bd .pro-item-list li {
	margin-top: 0;
	width: 199px;
	margin-bottom: 5px;
}
/*产品详情tab*/
.linkproduct-con table {
}
/*===================产品详情===============*/
.n_product_show {
}
.n_product_show .up_box .content {
	position: relative;
	background: #f2f4f8;
}
.n_product_show .up_box .title {
	display: block;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333846;
}
.n_product_show .up_box .text_box {
	position: absolute;
	right: 0;
	top: 20px;
	padding: 30px;
	width: 270px;
}
.n_product_show .up_box .text_box h1 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #444444;
	display: block;
	font-weight: bold;
	text-align: left;
}
.n_product_show .up_box .text_box .ar_article {
	font-size: 12px;
	height: 188px;
	overflow: hidden;
	line-height: 26px;
	color: #666;
	margin-bottom: 25px;
}
.n_product_show .up_box .text_box .ar_article p {
	font-size: 12px;
	line-height: 23px;
	color: #666;
	margin-bottom: 0px;
}
.n_product_show .up_box .un {
	padding-top: 25px;
	margin-top: 5px;
	border-top: 1px dotted #c6c7ca;
}
.n_product_show .up_box .tel_box {
	margin-bottom: 15px;
	background: url(../image/icon_pro_tel.png) left 12px no-repeat;
	padding-left: 15px;
}
.n_product_show .up_box span {
	font-size: 12px;
	color: #4a4957;
}
.n_product_show .up_box strong {
	padding-left: 10px;
	font-size: 25px;
	color: #0059b4;
}
.n_product_show .up_box .link_box .box {
	display: inline-block;
}
.ewm_box {
	cursor: pointer;
	position: relative;
}
.ewm_box .ewm {
	position: absolute;
	right: -80px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 3;
}
.ewm_box:hover .ewm {
	opacity: 1;
	filter: alpha(opacity=100);
}
.n_product_show .un_box {
	padding-top: 30px;
}
.n_product_show .un_box .title {
	height: 30px;
	line-height: 30px;
}
.n_product_show .un_box .title strong {
	background: #0059b4;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
}
.n_product_show .un_box .title span {
	display: inline-block;
	color: #2d95a2;
	padding-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Arial";
}
.n_product_show .un_box .pro_ar_box {
	margin-bottom: 60px;
}
.n_product_show .un_box .pro_ar_box .content {
	border-top: 1px solid #dde0e4;
	padding: 40px 0px 20px 0px;
}
.j_photo {
	width: 100%;
	position: relative;
	margin: 0px auto;
}
.j_photo .big_box {
	width: 585px;
	height: 440px;
	position: relative;
	overflow: hidden;
}
.j_photo .big_box ul {
	position: absolute;
	left: 0;
	top: 0;
}
.j_photo .big_box ul li {
	width: 585px;
	height: 440px;
}
.j_photo .big_box ul li img {
	width: 585px;
	height: 440px;
}
.j_photo .prev {
	float: left;
	cursor: pointer;
}
.j_photo .small_box {
	position: relative;
	height: 100px;
	width: 100%;
	margin-top: 30px;
}
.j_photo .min_pic {
	width: 848px;
	margin: 0 auto;
	position: relative;
	height: 104px;
	overflow: hidden;
}
.j_photo .min_pic ul {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: -10px;
}
.j_photo .min_pic ul li {
	width: 129px;
	height: 104px;
	position: relative;
	margin-right: 14px;
	display: inline-block;
}
.j_photo .min_pic ul li img {
	width: 129px;
	height: 97px;
	padding-top: 7px;
}
.j_photo .small_box i {
	display: none;
	height: 104px;
	width: 129px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: url(../image/mark_j_photle.png) center bottom no-repeat;
}
.j_photo .min_pic ul li.on i {
	display: block;
}
.j_photo .min_prev {
	position: absolute;
	top: 0%;
	left: 0px;
	cursor: pointer;
}
.j_photo .min_next {
	position: absolute;
	top: 0%;
	right: 0px;
	cursor: pointer;
}
.j_photo .small_box .tc_bnt {
	height: 100px;
	top: 5px;
	width: 20px;
	text-align: center;
	font-family: "SimSun";
	display: block;
	background: #d2d2d2;
	font-size: 24px;
	line-height: 100px;
	color: #fff;
}
.j_photo .small_box .tc_bnt:hover {
	background: #0059b4;
}
.j_photo .big_prev {
	position: absolute;
	top: 165px;
	left: -70px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}
.j_photo .big_next {
	position: absolute;
	top: 165px;
	right: -70px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}
.j_photo .big_box:hover .big_prev {
	left: 0px;
}
.j_photo .big_box:hover .big_next {
	right: 8px;
}
.show_pro_shlide {
	margin-top: 50px;
	background: #f2f4f8;
	padding: 40px 20px;
	position: relative;
}
.show_pro_shlide .box {
	width: 790px;
	overflow: hidden;
	margin: 0 auto;
}
.show_pro_shlide ul {
}
.show_pro_shlide li {
	float: left;
	border: 1px solid #d3d7d8;
	position: relative;
	width: 248px;
	height: 190px;
	background: #f4f4f7;
	display: block;
	margin-right: 20px;
}
.show_pro_shlide li a {
	display: block;
	overflow: hidden;
}
.show_pro_shlide li img {
	width: 248px;
	height: 153px;
	display: block;
}
.show_pro_shlide li span {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 189px;
	padding: 0 20px;
	border-top: 1px solid #d3d7d8;
	display: block;
	line-height: 38px;
	font-size: 14px;
	color: #636363;
	padding-right: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../image/icon_jt_pro.png) 230px center no-repeat;
}
.show_pro_shlide li:hover span {
	color: #fff;
	background: url(../image/icon_jt_pro_hover.png) 225px center no-repeat
		#2d95a2;
}
.show_pro_shlide li:hover {
	border: 1px solid rgb(211, 215, 216);
	background-color: rgb(242, 244, 248);
	box-shadow: 2.5px 3px 5px 0px rgb(125, 136, 137);
}
.show_pro_shlide .title {
	margin-bottom: 25px;
	position: relative;
}
.show_pro_shlide .title strong {
	font-size: 18px;
	height: 18px;
	border-left: 3px solid #379aa6;
	padding-left: 5px;
	color: #666666;
	line-height: 18px;
	display: block;
}
.show_pro_shlide .title a {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 31px;
	color: #4b4b4d;
}
.show_pro_shlide .title a:hover {
	color: #2d95a2;
}
.show_pro_shlide .hd a {
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: 5px;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
}
.show_pro_shlide .hd a.prev {
	left: 20px;
	background: url(../image/bnt_pic_lr.png) right top no-repeat;
}
.show_pro_shlide .hd a.prev:hover {
	background: url(../image/bnt_pic_lr.png) left top no-repeat;
}
.show_pro_shlide .hd a.next {
	right: 20px;
	background: url(../image/bnt_pic_lr.png) left bottom no-repeat;
}
.show_pro_shlide .hd a.next:hover {
	background: url(../image/bnt_pic_lr.png) right bottom no-repeat;
}
/*==============新闻=====================*/
#n_news .up_box {
}
#n_news .up_box .date_box {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 60px;
	text-align: center;
	font-weight: normal;
	background: url(../image/bg_titme.png) center no-repeat;
}
#n_news .up_box .date_box strong {
	font-family: "Arial";
	font-size: 20px;
	color: #888888;
}
#n_news .up_box .date_box span {
	display: block;
	padding-top: 10px;
	color: #888888;
	font-family: "Arial";
	font-size: 15px;
}
#n_news .up_box li {
	display: block;
	position: relative;
	margin-bottom: 40px;
	background: #f9f9f9;
	padding: 15px;
	padding-right: 0;
}
#n_news .up_box li .fl {
	width: 255px;
}
#n_news .up_box li .fl img {
	width: 255px;
	height: 170px;
}
#n_news .up_box li .fr {
	width: 475px;
	position: relative;
	padding-right: 140px;
	height: 170px;
}
#n_news .up_box li .fr h1 {
	display: block;
	padding-top: 30px;
}
#n_news .up_box li .fr h1 a {
	font-size: 16px;
	color: #0059b4;
	display: block;
}
#n_news .up_box li .fr span {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	display: block;
	color: #adadad;
}
#n_news .up_box li .fr h1 a:hover {
	color: #ba9e6d;
}
#n_news .up_box li .fr .more {
	display: block;
	position: absolute;
	width: 38px;
	font-size: 12px;
	right: 37px;
	bottom: 30px;
	color: #fff;
	height: 38px;
	line-height: 32px;
	background: url(../image/bnt_more_news.png) center no-repeat;
}
#n_news .up_box li .fr .more:hover {
	background: url(../image/bnt_more_news.png) center no-repeat;
}
#n_news .up_box li .fr p {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	width: 455px;
	color: #999999;
	padding-top: 20px;
	font-size: 12px;
}
/*==============新闻中心=====================*/
#n_news .un_box {
	margin: -30px 0;
}
#n_news .un_box ul {
	overflow: hidden;
}
#n_news .un_box li {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #eaebec;
}
#n_news .un_box li .box {
	padding: 0 0 0 120px;
	position: relative;
	height: 100px;
}
#n_news .un_box li a {
	display: block;
	font-size: 16px;
	padding-top: 8px;
	color: #4c4c4f;
	margin-bottom: 13px;
}
#n_news .un_box li p {
	line-height: 24px;
	font-size: 12px;
	color: #99999b;
	height: 48px;
	overflow: hidden;
}
#n_news .un_box li a:hover {
	color: #4c4c4f;
}
#n_news .un_box .date_box {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #8e8f91;
	padding: 22px 0px;
	text-align: center;
	width: 86px;
}
#n_news .un_box .date_box strong {
	display: block;
	font-size: 30px;
	color: #fff;
}
#n_news .un_box .date_box span {
	font-size: 14px;
	color: #fff;
	margin-top: 4px;
	display: block;
	text-transform: uppercase;
}
#n_news .un_box li:hover .date_box {
	background: #0059b4;
}
#n_news .un_box li.last {
	border-bottom: none;
	padding-bottom: 10px;
}
/*==============新闻详情=====================*/
.n_article {
	margin-bottom: 20px;
}
.n_article .ar_title {
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
}
.n_article .ar_title {
	padding: 0 0 0px 0;
	position: relative;
}
.n_article .ar_title h1 {
	font-size: 18px;
	margin-bottom: 30px;
	display: block;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #555555;
}
.n_article .ar_title h2 {
	font-size: 12px;
	position: relative;
	display: block;
	border-top: 1px solid #d6d6d6;
	padding: 0 5px;
	color: #999999;
	line-height: 50px;
}
.n_article .ar_article {
	padding-top: 20px;
	padding-bottom: 30px;
}
.n_article .bnt_page {
	position: relative;
	height: 40px;
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 12px;
	color: #8a8a8a;
	border-top: 1px dotted #e4e4e4;
}
.n_article .bnt_page a {
	color: #8a8a8a;
}
.n_article .bnt_page a:hover {
	color: #007cc2;
}
.n_article .back_box {
	margin: 40px auto 0 auto;
	padding-bottom: 80px;
}
.jiathis_style {
	margin-top: 10px;
}
.n_article .bnt_page {
	position: relative;
}
.n_article .bnt_page .shart_box {
	position: absolute;
	right: 0;
	top: 10px;
}
#ar_fot {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
#ar_fot h1 {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #777777;
	font-weight: bold;
}
#ar_fot h1 a {
	font-size: 12px;
	color: #777777;
	font-weight: normal;
}
#ar_fot .bnt_back {
	position: absolute;
	top: 28px;
	right: 0;
	color: #fff;
	background: #0059b4;
	padding: 0 25px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
#ar_fot .bnt_back:hover {
	border-radius: 3px;
}
/*==========招聘信息===========*/
.job_list li {
	border: 1px solid #e7e8e8;
	margin-bottom: 30px;
	display: block;
	position: relative;
}
.job_list li .left {
	width: 230px;
	vertical-align: middle;
}
.job_list li .left .box {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 230px;
	text-align: center;
}
.job_list li .left h1 {
	text-align: center;
	color: #45444d;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.job_list li .left span {
	font-size: 12px;
	color: #afaeb4;
	text-align: center;
	display: block;
}
.job_list li .right {
	border-left: 1px solid #e7e8e8;
	width: 695px;
	line-height: 36px;
	font-size: 14px;
}
.job_list li .right .ar_article {
	padding: 30px 20px;
	line-height: 24px;
	color: #727272;
	font-size: 12px;
}
.job_list li .right .ar_article p {
	line-height: 24px;
	color: #727272;
	font-size: 12px;
	margin-bottom: 24px;
}
.job_list li .right .ar_article p:last-child {
	margin: 0;
}
/*==============联系我们=====================*/
.n_contact {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.n_contact .info {
	padding-bottom: 30px;
	padding-top: 15px;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.n_contact .info img {
	margin-top: 15px;
}
.n_contact .up_box {
	border: 1px solid #dbdbdb;
	margin-bottom: 40px;
	position: relative;
}
.n_contact .up_box .title span {
	display: block;
	color: #51575f;
	font-size: 12px;
	margin-bottom: 15px;
}
.n_contact .up_box .text_box {
	border-right: 1px solid #dbdbdb;
	width: 530px;
	padding: 35px 20px;
}
.n_contact .up_box .text_box .box {
	padding-left: 25px;
	background: url(../image/icon_contact.png) left 8px no-repeat;
	font-size: 14px;
	color: #666666;
	line-height: 29px;
}
.n_contact .map {
	border: 1px solid #dcdcdc;
}
.n_contact .ewm_box {
	position: absolute;
	right: 0;
	top: 40px;
	width: 345px;
	display: block;
}
.n_contact .ewm_box .box span {
	font-size: 12px;
	color: #666666;
	display: block;
	text-align: center;
	margin-top: 8px;
}
.n_contact .ewm_box img {
	width: 115px;
	height: 115px;
	display: block;
	margin: 0 auto;
}
.page {
	margin: 0px auto 0px auto;
}
.page .box {
	display: inherit;
	width: 100%;
	text-align: right;
	padding-top: 50px;
}
.page a {
	padding: 0 12px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	border: 1px solid #dcdcdc;
	margin: 0 2px;
	color: #fff;
	color: #444444;
	font-size: 12px;
}
.page .on {
	background: #0059b4;
	color: #fff !important;
	border: 1px solid #0059b4;
}
.page span {
	background: #0059b4;
	color: #fff !important;
	border: 1px solid #0059b4;
}
.page a:hover {
	background: #0059b4;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #0059b4;
}
.page a.u_bnt {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.shart_box {
	position: absolute;
	right: 0;
	top: 70px;
}
#j_shart_s_24 .bds_count {
	font-size: 12px;
}
#j_shart_s_24 {
	padding-left: 60px;
	position: relative;
}
#j_shart_s_24 strong {
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	line-height: 36px;
	font-size: 12px;
	color: #a3a0a9;
}
#j_shart_s_24 .bds_qzone {
	background: url(../image/shart.png) center -224px no-repeat;
}
#j_shart_s_24 .bds_tsina {
	background: url(../image/shart.png) center -311px no-repeat;
}
#j_shart_s_24 .bds_tqq {
	background: url(../image/shart.png) center -195px no-repeat;
}
#j_shart_s_24 .bds_renren {
	background: url(../image/shart.png) center -340px no-repeat;
}
#j_shart_s_24 .bds_weixin {
	background: url(../image/shart.png) center -253px no-repeat;
}
#j_shart_s_24 .bds_count {
	font-size: 12px;
}
.content_des {
	width: 100%;
	text-indent: 24px;
	padding: 10px;
	margin: 0 0 20px 0px;
}
.content_des p {
	font-size: 14px;
	color: #868686;
	line-height: 24px;
}
.area {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.area h3 {
	width: 102px;
	height: 30px;
	background: #0260ae;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 30px;
	font-size: 16px;
}
.area dl {
	padding: 10px;
	border-top: 1px solid #ccc;
	height: auto;
	overflow: hidden;
}
.area dl dt {
	float: left;
	margin-left: 13px;
}
.area dl dt a {
	font-size: 14px;
	line-height: 28px;
	color: #5a5a5a;
}
.area dl dt a:hover {
	color: #47cdff;
}
.xgxw {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.xgxw h3 {
	width: 102px;
	height: 30px;
	background: #0260ae;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 30px;
	font-size: 16px;
}
.xgxw ul {
	padding: 10px;
	border-top: 1px solid #ccc;
	height: auto;
	overflow: hidden;
}
.xgxw dl {
	padding: 15px;
	border-top: 1px solid #ccc;
	height: auto;
	overflow: hidden;
}
.xgxw ul li {
	float: left;
	display: inline;
	width: 48%;
	margin-right: 2%;
	line-height: 30px;
	font-size: 14px;
}
.xgxw ul li a {
	color: #333;
}
.xgxw ul li span {
	float: right;
	color: #5a5a5a;
}
.xgxw dl dt {
	float: left;
	display: inline;
	margin-right: 2%;
	text-align: center;
	font-size: 14px;
}
.xgxw dl dt a {
	color: #333;
}
.xgxw dl dt img {
	border: 1px solid #ccc;
}
.advan .tit img {
	display: block;
	margin: 30px auto;
}
.advan_con {
	background: #f8fafc;
	position: relative;
	height: 959px;
}
.advan_con .ul {
	overflow: hidden;
}
.advan_con .ul li {
	width: 377px;
	padding: 40px 34px;
	float: left;
	border-bottom: 1px solid #fff;
}
.advan_con .ul li:nth-child(2n) {
	padding-left: 344px;
}
.advan_con .ul li h3 {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d6d9;
}
.advan_con .ul li h3 span {
	color: #1d378e;
	font-family: Impact;
	font-size: 22px;
	vertical-align: middle;
	margin-right: 8px;
	font-weight: normal;
}
.advan_con .ul li .img {
	padding: 15px 0;
}
.advan_con .ul li .con p {
	background: url("../image/ico1.jpg") no-repeat left 10px;
	padding: 0 0 0 12px;
	font-size: 14px;
	color: #555;
	line-height: 26px;
}
.float_con {
	background: #1d378e;
	position: absolute;
	width: 310px;
	height: 959px;
	left: 445px;
	top: 0;
	color: #fff;
	text-align: center;
}
.float_con h5 {
	padding: 30px 0 15px;
	font-size: 18px;
}
.float_con em {
	font-size: 60px;
	font-style: normal;
	line-height: 1;
	display: block;
}
.float_con em span {
	font-size: 80px;
}
.float_con p.p1 {
	font-size: 16px;
	line-height: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	margin: 40px 22px 0 22px;
}
.float_con ul li {
	background: url("../image/ico2.png") no-repeat;
	width: 75px;
	height: 87px;
	background-size: 100%;
	display: inline-block;
	color: #1d378e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 87px;
}
.float_con ul li:nth-child(3) {
	margin: 0 17px;
}
.float_con ul li:first-child {
	width: 114px;
	height: 132px;
	line-height: 132px;
	font-size: 18px;
	display: block;
	margin: 34px auto 20px;
}
.float_con p.p2 {
	font-size: 13px;
	margin: 35px 24px 0 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	line-height: 1.8;
	text-align: left;
}
.service_con {
	overflow: hidden;
}
.service_con li {
	width: 190px;
	height: 60px;
	float: left;
	padding-top: 130px;
	margin-right: 12px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.service_con li:nth-child(1) {
	background: url("../image/ico3.png") no-repeat;
}
.service_con li:nth-child(2) {
	background: url("../image/ico4.png") no-repeat;
}
.service_con li:nth-child(3) {
	background: url("../image/ico5.png") no-repeat;
}
.service_con li:nth-child(4) {
	background: url("../image/ico6.png") no-repeat;
}
.service_con li:nth-child(5) {
	background: url("../image/ico7.png") no-repeat;
}
.service_con li:nth-child(6) {
	background: url("../image/ico8.png") no-repeat;
	margin-right: 0;
}
.about {
	overflow: hidden;
	padding: 60px 0 0;
}
.about_con {
	width: 875px;
}
.about_con dl {
	padding-left: 55px;
	height: 280px;
	overflow: hidden;
}
.about_con dt {
	overflow: hidden;
	margin-bottom: 20px;
}
.about_con dt b {
	float: left;
	font-size: 20px;
	color: #1d378e;
}
.about_con dt a {
	float: right;
	padding: 0 14px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border: 1px solid #aaaaad;
}
.about_con dt a:hover {
	overflow: hidden;
	background: #0059b4;
	color: #fff;
	border: 1px solid #0059b4;
}
.about_con dd {
	color: #666;
	font-size: 13px;
	line-height: 30px;
	max-height: 210px;
	overflow: hidden;
}
.about_con dd a {
	color: #666;
}
.about_con .flex {
	background: #1d378e;
	height: 135px;
	overflow: hidden;
}
.about_con .flex li {
	padding: 28px 27px;
	width: 250px;
	float: left;
}
.about_con .flex li:nth-child(1) {
	width: 251px;
	padding: 28px 8px;
}
.about_con .flex li:nth-child(2) {
	background: #056bc5;
}
.about_con .flex li:nth-child(3) {
	background: #28a1e6;
}
.about_con .flex li .con {
	color: #fff;
	margin-left: 10px;
}
.about_con .flex li .con h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 9px;
}
.about_con .flex li .con p {
	font-size: 14px;
}
.process ul {
	overflow: hidden;
}
.process ul li {
	float: left;
	width: 158px;
	margin-left: 102px;
	text-align: center;
}
.process ul li:first-child {
	margin-left: 0;
}
.process ul li h3 {
	font-size: 16px;
	color: #014198;
	margin: 5px 0 10px;
}
.process ul li p {
	font-size: 12px;
	color: #666;
}
.pages p {
	margin: 0;
	cursor: pointer;
}
.pages {
	height: 40px;
	padding: 20px 0px;
	text-align: center;
}
.pages a,
.pages span {
	display: inline-block;
	margin: 0 5px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pages a:hover {
	color: #077ee3;
	background: white;
	border: 1px #077ee3 solid;
}
.pages span {
	border: none;
	background: #077ee3;
	color: #fff;
	border: 1px #077ee3 solid;
}
.table_form {
	margin: 10px;
	width: 95%;
}
.table_form input {
}
.table_form td {
	padding-left: 12px;
}
.table_form th {
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	color: #777;
}
.table_form td label {
	vertical-align: middle;
}
.table_form td,
.table_form th {
	padding: 8px 0 5px 8px;
	line-height: 22px;
}
.table_form tbody td,
.table_form tbody th {
	border-bottom: 1px solid #eee;
}
.product_imglist {
	display: flex;
	padding: 20px 0 0 !important;
}
.product_imglist li {
	flex: 1;
	margin-right: 27px !important;
}
.product_imglist li:last-child {
	margin-right: 0;
}
.product_imglist li h4 {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
