body {
	background: #fff;
	font: 14px/25px 'SimHei';
}
* {
	padding: 0;
	margin: 0;
}
ol, li, ul {
	list-style: none;
}
img {
	border: 0;
	outline: 0;
	display: inline-block;
}
a {
	color:#666;
	outline: 0;
	text-decoration: none;
}
a:hover,a:active,a:focus{
	text-decoration:none;
	color:#333;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.bg-f1f1f1 {
	overflow: hidden;
	background: #f1f1f1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center;
}
/*  header  */
.header {
	position: relative;
	z-index: 999;
	min-width: 1200px;
}
.top-bar {
	height: 65px;
	border-bottom: 1px solid #ccc;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=5);/*for ie6,7,8*/
	background-color: #fff;
	-moz-box-shadow: 0px 0px 5px #cccccc;/*firefox*/
	-webkit-box-shadow: 0px 0px 5px #cccccc;/*webkit*/
	box-shadow: 0px 0px 5px #cccccc;/*opera鎴杋e9*/
}
.logo {
	float: left;
}
.logo a {
	display: block;
	height: 23px;
	margin: 18px 0 0;
}
.logo img {
	max-width: 100%;
	max-height: 100%;
}
.navgation {
	position: relative;
	z-index: 999;
	float: left;
	height: 65px;
}
.navgation li {
	position: relative;
	z-index: 999;
	float: left;
	margin-left: 20px;
	width: 120px;
	height: 65px;
}
.navgation li .menu {
	display: block;
	height: 65px;
	line-height: 65px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.navgation li .dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	top: 65px;
	overflow: hidden;
	width: 100%;
	background: #eee;
}
.navgation li .dropdown a {
	display: block;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	color: #555;
	text-align: center;
}
.navgation li .dropdown a:hover {
	color: #164a8f;
	text-decoration: underline;
}
.navgation li:hover .menu, .navgation li.active .menu {
	height: 60px;
	border-bottom: 5px solid #164a8f;
}
.navgation li:hover .dropdown {
	display: block;
}
.search {
	float: right;
	margin: 13px 0 0;
	height: 38px;
}
.search input {
	float: left;
	width: 250px;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	outline: 0;
}
/*  footer  */
.footer {
	min-width: 1200px;
	padding: 15px;
	height: 60px;
	background-color: #3e3e3e;
}
.footer h6 {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.footer p {
	float: right;
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: right;
}
/* main */
.main {
	min-width: 1200px;
	overflow: hidden;
}
.shortcut {
	height: 54px;
	border: 1px solid #959595;
	border-top: none;
}
.shortcut li {
	float: left;
	width: 25%;
 *width: 24.9999%;
	height: 54px;
}
.shortcut li p {
	display: block;
	height: 54px;
	border-right: 1px solid #959595;
	text-align: center;
}
.shortcut li a {
	display: inline-block;
	height: 54px;
	line-height: 54px;
}
.shortcut li:last-child p {
	border-right: none;
}
.shortcut li a .icon {
	float: left;
	margin: 16px 10px 0;
	width: 22px;
	height: 22px;
}
.shortcut li a .icon-1 {
	background: url(../images/icon1.png) center bottom no-repeat;
}
.shortcut li a .icon-2 {
	background: url(../images/icon2.png) center bottom no-repeat;
}
.shortcut li a .icon-3 {
	background: url(../images/icon3.png) center bottom no-repeat;
}
.shortcut li a .icon-4 {
	background: url(../images/icon4.png) center bottom no-repeat;
}
.shortcut li a span {
	float: left;
	font-size: 16px;
	color: #575757;
	line-height: 54px;
}
.shortcut li:hover p {
	background: #174f99;
}
.shortcut li:hover a .icon-1 {
	background: url(../images/icon1-2.png) center center no-repeat;
}
.shortcut li:hover a .icon-2 {
	background: url(../images/icon2-2.png) center center no-repeat;
}
.shortcut li:hover a .icon-3 {
	background: url(../images/icon3-2.png) center center no-repeat;
}
.shortcut li:hover a .icon-4 {
	background: url(../images/icon4-2.png) center center no-repeat;
}
.shortcut li:hover a span {
	color: #fff;
}
.banner {
	margin: 20px 0 0;
	height: 585px;
}
.swiper-container {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-wrapper img {
	width: 100%;
	height: 100%;
}
.pagination, .swiper-pagination {
	position: absolute;
	z-index: 20;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: transparent;
	margin: 0 10px;
	opacity: 1;
	border: 2px solid #fff;
	cursor: pointer;
}
.swiper-active-switch {
	background: #4d9dda;
}
.in-products {
	padding: 50px 0;
	overflow: hidden;
}
.in-products .container {
	padding: 0 -20px;
	overflow: hidden;
}
.in-products .container ul li {
	float: left;
	width: 33.3333%;
}
.in-products .container ul li a {
	display: block;
	margin: 0 20px;
	overflow: hidden;
}
.in-products .container ul li a b {
	display: block;
	overflow: hidden;
}
.in-products .container ul li a b img {
	width: 100%;
}
.in-products .container ul li a span {
	padding: 10px 0 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.in-products .container ul li a:hover span {
	color: #174f99;
	text-decoration: underline;
}
.in-case {
	overflow: hidden;
	margin: 0 -2px;
}
.in-case li {
	float: left;
	width: 25%;
}
.in-case li .case {
	display: block;
	margin: 0 2px;
	overflow: hidden;
	position: relative;
	z-index: 900;
	height: 560px;
}
.in-case li .case .c-pic {
	display: block;
	overflow: hidden;
}
.in-case li .case .c-pic img {
	width: 100%;
	height: 100%;
}
.in-case li .case .c-text {
	position: absolute;
	z-index: 900;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
}
.in-case li .case .c-text .c-bg {
	position: absolute;
	z-index: 900;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.in-case li .case .c-text b {
	position: relative;
	z-index: 901;
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
}
.in-case li .case .c-text span {
	position: relative;
	z-index: 901;
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 0 20px;
}
.in-case li .case a {
	position: absolute;
	z-index: 902;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.in-class {
	padding: 50px 0;
	overflow: hidden;
}
.in-class ul {
	margin-right: -225px;
	overflow: hidden;
}
.in-class ul li {
	float: left;
	width: 33.3333%;
	position: relative;
}
.in-class ul li .circle {
	display: block;
	overflow: hidden;
	border: 3px solid #174f99;
	margin-right: 225px;
	border-radius: 100%;
	position: relative;
	z-index: 800;
}
.in-class ul li .circle:after {
	content: '';
	display: block;
	margin-top: 100%; /* margin 鐧惧垎姣旂浉瀵圭埗鍏冪礌瀹藉害璁＄畻 */
}
.in-class ul li a {
	position: absolute;
	z-index: 801;
	top: 50px;
	left: 40px;
	right: 40px;
	bottom: 50px;
	display: block;
	overflow: hidden;
}
.in-class ul li a b {
	display: block;
	text-align: center;
	overflow: hidden;
	height: 90px;
}
.in-class ul li a b img {
	height: 100%;
}
.in-class ul li a span {
	margin: 15px 0 0;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #174f99;
}
/*  鏂伴椈涓績  */
.title-2 {
	height: 120px;
	font-weight: normal;
}
.title-2 b {
	float: left;
	line-height: 120px;
	font-size: 30px;
	color: #164a8f;
	font-weight: normal;
}
.title-2 .tab-menu {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 50px 0 0 30px;
	font-size: 16px;
	color: #777;
}
.title-2 .tab-menu a {
	display: block;
	float: left;
	padding: 0 5px;
	margin: 0 5px;
	color: #777;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}
.title-2 .tab-menu a.active, .title-2 .tab-menu a:hover, .title-2 .tab-menu a:active, .title-2 .tab-menu a:focus {
	background-color: #174f99;
	color: #fff;
}
.title-2 .tab-menu span {
	display: block;
	float: left;
	padding: 0 10px;
}
.news {
	margin: 40px auto;
	position: relative;
	overflow: hidden;
}
.news-banner {
	overflow: hidden;
	height: 535px;
}
.n-banner {
	overflow: hidden;
	height: 585px;
}
.n-content {
	width: 40%;
	overflow: hidden;
}
.title-3 {
	display: block;
	padding: 0 30px;
	height: 70px;
	background-color: #174f99;
	border-radius: 0 35px 0 0;
	font-weight: normal;
}
.title-3 span {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 70px;
}
.title-3 .more {
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 70px;
}
.n-list {
	display: block;
	overflow: hidden;
	margin: 30px 0 0;
}
.n-list ul {
	display: block;
	overflow: hidden;
}
.n-list ul li {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.n-list ul li a {
	font-size: 16px;
	line-height: 40px;
	color: #333;
}
.n-list ul li a:hover {
	color: #174f99;
	text-decoration: underline;
}
.n-line {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #dcdcdc;
}
.corner-r-b img {
	border-radius: 0 0 35px 0;
}
.col-6 ul {
	margin: 0 -25px;
}
.col-6 li {
	float: left;
	width: 50%;
}
.col-6 li a {
	display: block;
	margin: 0 25px;
}
.pager {
	clear: both;
	display: block;
	margin: 30px 0 0;
	overflow: hidden;
	text-align: center;
}
.pager .nums {
	display: inline-block;
	padding: 0 30px;
	height: 20px;
}

.pager .nums span {
    float: left;
    margin: 0 5px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    color: #555;
}
.pager .nums span a{
    height: 20px;
    line-height: 20px;
}
.pager .nums span:hover, .pager .nums span.curr {
	color: #fff;
	background-color: #174f99;
}
.pager .nums .next {
	margin-left: 30px;
	line-height: 20px;
	color: #555;
}
.pager .nums .next:hover {
	color: #174f99;
	text-decoration: underline;
	background-color: transparent;
}
.pager .skip {
	display: inline-block;
	padding: 0 20px;
	height: 20px;
}
.pager .skip span {
	float: left;
	line-height: 20px;
	color: #555;
	padding-right: 10px;
}
.pager .skip input {
	float: left;
	padding: 0 5px;
	width: 40px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	color: #555;
}
.news-details {
	margin: 30px 0;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
/* 鍏徃鏂伴椈璇︽儏椤�*/
.newsDetails-list {
	overflow: hidden;
	padding-bottom: 40px;
}
.newsDetails-list .nDetails-item {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.newsDetails-list .nDetails-item .ndiImg-box {
	float: left;
	overflow: hidden;
	width: 30%;
}
.details-conone .ndiImg-box img {
	width: 100%;
}
.newsDetails-list .nDetails-item .ndiInfo-box {
	float: right;
	overflow: hidden;
	width: 68%;
}
.newsDetails-list .nDetails-item .ndiInfo-box h2 {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.newsDetails-list .nDetails-item .ndiInfo-box p {
	line-height: 30px;
}
/*  閲嶅ぇ娲诲姩  */
.active {
	margin: 0 0 30px;
}
.active, .active ul {
	display: block;
	overflow: hidden;
}
/*.active ul li {
	padding: 30px 0;
	border-bottom: 1px solid #174f99;
}*/
.active ul li p {
	display: block;
	overflow: hidden;
}
.active ul li p a {
	float: left;
	font-size: 18px;
	color: #333;
}
.active ul li p em {
	float: right;
	font-size: 12px;
	color: #999;
	font-style: normal;
}
.active ul li img {
	margin: 15px 0 0;
	display: block;
	width: 100%;
}
/*  缁忓吀妗堜緥  */
.c-banner {
	margin: 20px 0 0;
	overflow: hidden;
}
.c-banner img {
	width: 100%;
}
.case {
	display: block;
	overflow: hidden;
}
.case .c-list {
	float: left;
	width: 33.3333%;
}
.case .c-class {
	padding: 70px 0;
	display: block;
	overflow: hidden;
}
.case .c-class i {
	display: block;
	text-align: center;
	overflow: hidden;
}
.case .c-class span {
	margin: 10px 0 0;
	display: block;
	text-align: center;
	overflow: hidden;
	line-height: 30px;
	font-size: 26px;
	color: #174f99;
}
.case .c-list ul {
	padding-bottom: 70px;
	display: block;
	overflow: hidden;
}
.case .c-list ul li {
	display: block;
	padding: 0 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.case .c-list ul li a {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.case-row {
	clear: both;
	overflow: hidden;
	margin: 80px 0;
	padding-left: -20px;
	padding-right: -20px;
}
.col-4 {
	width: 33.3333%;
	float: left;
	padding: 0;
	height:300px;
}
.case-item {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}
.case-item img {
	width: 100%;
}
.case-name {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 36px;
	width: 100%;
}
.glass-black {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.9;
	filter: opacity(90);
	height: 100%;
	width: 100%;
	z-index: 0;
}
.case-name span {
	display: block;
	max-width: 94%;
	height: 100%;
	position: relative;
	z-index: 1;
	color: #fff;
	line-height: 36px;
	padding: 0 3%;
}
.plan-row {
	clear: both;
	overflow: hidden;
	margin: 50px 0;
	padding-left: -10px;
	padding-right: -10px;
}
.col-2 {
	width: 16.6666%;
	float: left;
	padding: 0锛�
}
.plan-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.plan-item a {
	padding: 15px 0;
	display: block;
	text-align: center;
	border: 1px solid #164a8f;
	border-radius: 0 10px 0 0;
}
.plan-item a label, .plan-item a span {
	display: block;
	line-height: 36px;
}
.plan-item a label {
	font-size: 18px;
	color: #164a8f;
}
.plan-item a span {
	font-size: 14px;
	color: #ccc;
}
.plan-item a:hover, .plan-item a:active, .plan-item a:focus {
	background: #164a8f;
}
.plan-item a:hover label, .plan-item a:hover span, .plan-item a:active label, .plan-item a:active span, .plan-item a:focus label, .plan-item a:focus span {
	color: #fff;
}
.plan-item a .plan-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../images/planItem.png);
	background-repeat: no-repeat;
}
.plan-item a:hover .plan-icon, .plan-item a:active .plan-icon, .plan-item a:focus .plan-icon {
	background-image: url(../images/planItem-active.png);
}
.plan-item a .icon-1 {
	background-position: 0 0;
}
.plan-item a .icon-2 {
	background-position: 0 -60px;
}
.plan-item a .icon-3 {
	background-position: 0 -120px;
}
.plan-item a .icon-4 {
	background-position: 0 -180px;
}
.plan-item a .icon-5 {
	background-position: 0 -240px;
}
.plan-item a .icon-6 {
	background-position: 0 -300px;
}
.plan-item a .icon-7 {
	background-position: 0 -360px;
}
.plan-item a .icon-8 {
	background-position: 0 -420px;
}
.plan-item a .icon-9 {
	background-position: 0 -480px;
}
.plan-item a .icon-10 {
	background-position: 0 -540px;
}
.plan-item a .icon-11 {
	background-position: 0 -600px;
}
.plan-item a .icon-12 {
	background-position: 0 -660px;
}
.fromBox {
	padding: 30px 0;
	overflow: hidden;
}
.fromBox label, .fromBox span {
	display: block;
	float: left;
}
.fromBox label {
	width: 20%;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.fromBox span {
	width: 80%;
	text-align: right;
}
.fromBox span select {
	width: 240px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 0;
}
.fromBox span button {
	border-radius: 0;
	border: 0;
	background: #164a8f;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	height: 30px;
	width: 120px;
}
.map-box {
	width: 100%;
	height: 700px;
}
.tel-box {
	padding: 40px 0;
	width: 100%;
	overflow: hidden;
}
.tel-box ul li {
	overflow: hidden;
	float: left;
	width: 30%;
}
.tel-box ul li span {
	font-size: 24px;
	color: #164a8f;
	line-height: 40px;
	font-weight: bold;
}
.tel-box ul li p {
	font-size: 16px;
	color: #164a8f;
	line-height: 30px;
}
.aboutNav {
	padding: 30px 0;
	overflow: hidden;
}
.aboutNav ul {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.aboutNav ul li {
	float: left;
	overflow: hidden;
	width: 16.6666%;
}
.aboutNav ul li div {
	margin: 0 15px;
	overflow: hidden;
}
.aboutNav ul li div img {
	width: 100%;
	margin-bottom: 25px;
}
.aboutNav ul li div a {
	display: block;
	border-radius: 0 10px 0 0;
	border: 2px solid #164a8f;
	color: #164a8f;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
}
.aboutNav ul li div a:hover, .aboutNav ul li div a:active, .aboutNav ul li div a:focus {
	background: #164a8f;
	color: #fff;
}
.page-con {
	padding: 25px 0;
	overflow: hidden;
	line-height: 24px;
	color: #3e3a39;
}
.strategy {
	padding-bottom: 100px;
	overflow: hidden;
}
.strategy ul {
	margin: 0 -100px;
}
.strategy ul li {
	float: left;
	overflow: hidden;
	width: 33.3333%;
}
.strategy ul li h3 {
	display: block;
	margin: 0 100px;
	padding: 50px 0;
	line-height: 1;
	border-bottom: 5px solid #164a8f;
	color: #232323;
	font-size: 18px;
	text-align: center;
}
.strategy ul li p {
	padding-top: 25px;
	margin: 0 100px;
	line-height: 24px;
	font-size: 16px;
	text-align: justify;
	color: #808080;
}
.culture-box {
	overflow: hidden;
	padding: 50px 0;
}
.culture-box ul {
	margin: 0 -30px;
	overflow: hidden;
}
.culture-box ul li {
	float: left;
	overflow: hidden;
	width: 33.3333%;
}
.culture-box ul li p {
	position: relative;
	margin: 0 30px;
	padding: 50px 0;
	text-align: center;
	border: 2px solid #003567;
	line-height: 36px;
	font-size: 18px;
}
.culture-box ul li p strong {
	font-size: 24px;
}
.culture-box ul li p span {
	padding: 10px 10px 20px 10px;
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	color: #174f99;
	background-color: #f1f1f1;
	line-height: 1;
	font-size: 40px;
}
.culture-con {
	overflow: hidden;
	padding: 50px 0;
}
.culture-con h4, .culture-con p {
	text-align: center;
}
.culture-con h4 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}
.culture-con p {
	margin-bottom: 50px;
	color: #808080;
	font-size: 16px;
	line-height: 2.5;
}
.history-box {
	padding-top:30px;
	height: 350px;
}
.history-box .container{
	overflow:hidden;
	position: relative;
	padding-bottom: 30px;
}
.history-box .container a {
	position: absolute;
	bottom:0;
	right: 0;
	margin-top: 280px;
}

.dowebok {
	overflow: hidden;
	height: 280px;
}
.dowebok ul li {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.dowebok ul li span {
	padding: 0 30px;
	margin-right: 30px;
	display: block;
	float: left;
	line-height: 30px;
}
.dowebok ul li span:hover {
	border: 1px solid #232323;
	border-radius: 0 15px 15px 0;
	line-height: 28px;
}
.dowebok ul li p {
	float: left;
	width: 80%;
	line-height: 30px;
}
.history-details {
	display: none;
	padding: 50px 0;
	overflow: hidden;
}
.history-details ul li {
	padding: 15px 0;
	color: #808080;
}
.history-details ul li b {
	display: block;
	font-size: 18px;
	color: #232323;
}
/* 鍟嗙敤绌鸿皟璇︽儏椤�*/	
.com-content {
	width: 100%;
	margin: 40px auto;
	overflow: hidden;
}
.com-h2 {
	font-size: 22px;
	position: relative;
	margin-bottom: 20px;
	color: #333;
}
.com-h2 .next {
	float: right;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.com-h2 a {
	color: #333;
	font-weight: lighter;
	font-size: 14px;
}
.next a:hover {
	color: #fff;
	background-color: #174f99;
}


.com-fig {
	overflow:hidden;
	padding: 20px 0;
	border-top: 1px solid #000;
}
.com-fig img {
	float: left;
	width:40%;
}

.com-fig .com-intro {
	float: right;
	overflow: hidden;
	position:relative;
	padding-left:5%;
	width: 53%;
}
.com-fig .com-intro h2 {
	position:absolute;
	left:10px;
	top:10px;
	width: 20px;
	line-height: 20px;
	font-size: 22px;
	color:#164a8f


}
.com-fig .com-intro p{
	margin-bottom:30px;
	line-height: 30px;
	font-size: 14px;
}
.com-fig .com-intro b {
	padding:12px;
	border: 1px dashed #333;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.plan-details {
	overflow: hidden;
}
.tab-til {
	margin: 0 auto 30px auto;
	overflow: hidden;
	width: 1200px;
}

.tab-til a{ margin: 0; float:left; display:block; border:1px solid #fff; background:#a0a0a0; color:#fff; text-align:center; line-height:40px;}
.tab-til a:hover,.tab-til a:active,.tab-til a:focus,.tab-til a.active{
	border:1px solid #164a8f;
	color:#164a8f;
	background:#fff;}

.proDTab-box{
	clear:both;
	overflow: hidden;
}
.proDTab-til{ background: #eee; overflow: hidden;}
.proDTab-til a{ margin-bottom: 0;  float:left; display:block; border:1px solid #fff; background:#a0a0a0; color:#fff; text-align:center; line-height:40px; width:49.8%; margin: 0;}
.proDTab-til a:hover,.proDTab-til a:active,.proDTab-til a:focus,.proDTab-til a.active{
	color:#fff;
	background:#164a8f;}
.tab-con{
	display:none;
	padding-bottom: 50px;
}
.pdTab-til a{width:33.1333%;}
.fa-box,.cp-box,.al-box{
	padding:20px 0;
	overflow:hidden;
}
.fa-box h4{
	color:#164a8f;
	}
.fa-box p{ 
	margin-bottom:30px;
}
.cp-box ul li.cpImg{
	float:left;
	width:35%;
}
.cp-box ul li.cpImg img{
	width:100%;
}
.cp-box ul li.cpInfo{
	float:right;
	width:62%
}
.cp-box ul li.cpInfo p{
	font-size:16px;
	margin-bottom:30px;
}
.al-box ul{
	margin-left:-3%;
	margin-right:-3%;
	overflow:hidden;
}
.al-box ul li{
	overflow:hidden;
	float:left;
	padding:0 3%;
	width:44%;
}
.al-box ul li img{
	width:100%;
}
.al-box ul li p{
	padding:30px 0;
	overflow:hidden;
}
.al-box ul li a{
	padding:0 2%;
	display:block;
	line-height:36px;
	color:#666;
	border:1px dashed #666;
	width:95.5%;
}
.al-box ul li a span{
	float:right;}

.proTab-til a{width:24.8%;}
.proList-con{
	margin-bottom: 50px;
	overflow: hidden;
}
.proList-con ul{
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}
.proList-con ul li{
	overflow: hidden;
	float: left;
	width: 33.3333%;
}
.proList-con .pro-item{
	padding: 0 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.proList-con .pro-item h3{
	color:#174f99;
	font-size: 16px;
}
.proList-con .pro-item img{
	width:100%;
	margin-bottom: 20px;
}
.proList-con .pro-item p{
	padding: 20px 0;
	overflow: hidden;
	color: #313131;
}

.proList-con .pro-item a{
	display: block;
	border:1px solid #174f99;
	color:#174f99;
	line-height: 36px;
	text-align: center;
	width: 99.8%;
}

.pro-boxs{
	overflow: hidden;
}
.pro-boxs .pro-row{
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
}
.proCenter-item{
	float: left;
	padding: 30px 0;
	width: 33.3333%;
}
.proCenter-item .pic-con{
	padding: 30px 0;
	margin:0 5px;
	background: #e5e5e5;
	overflow: hidden;
}
.proCenter-item .pic-con img{
	display: block;
	margin: 0 auto;
	width: 60%;
	border-radius: 50%;
	margin-bottom: 20px;
    height:234px;
    width:234px;
	
}
.proCenter-item .pic-con h3{ text-align: center;font-size: 24px; width: 100%;}
.proCenter-item .pic-con ul li{
	padding: 20px;
}
.proCenter-item .pic-con ul li a{
	clear: both;
	padding: 0 12px;
	display: block;
	border: 1px solid #333;
	border-radius: 0 5px 0 0;
	height: 36px;
	margin-bottom: 10px;
	font-size: 16px;
}
.proCenter-item .pic-con ul li a label{
	display: block;
	float: left;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 34px;
	width:80%;
}
.proCenter-item .pic-con ul li a span{
	display: block;
	float: right;
	line-height: 34px;
}
.proCenter-item .pic-con:hover{
	background: #a4b8d1;
	color: #fff;
}
.proCenter-item .pic-con:hover a{
	border-color: #fff;
	color: #fff;
}

.pro-details{
	overflow: hidden;
}
.pro-details ul li{
	float:left;
	width: 40%;
	*width:49.9999%;
	padding: 0 5%;
}
.pro-details ul li img{
	width: 100%;
}
.pro-details ul li h3{
	font-size: 24px;
	color: #174f99;
	
}
.pro-details ul li p{
	padding: 30px 0;
}
.pro-details .fanwei-box{
	margin-left:50px;
	border:1px dashed #174f99;
	padding: 12px;
	line-height: 24px;
}
.pro-details .fanwei-box b{
	display: block;
	color:#174f99;
}
.pro-details .fanwei-box p{
	padding:0;
}
.proDTab-con{
	padding:50px 0;
	overflow: hidden;
}

.proDTab-con h4{
	font-size: 18px;
	color: #164a8f;
}
.swiper-button-next,.swiper-button-prev{
	width: 100px;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 50%;
    height: 100px;
    background: #000;
    z-index: 100;
}

.store .map{position: absolute;top: 0;right: 0;width: 73.6%;height: 100%;}
.store .map .BMap_cpyCtrl,
.store .map .anchorBL{display: none;}
.store .map .BMapLabel[style*="display: inline"]{padding: 0 8px !important;background: #fff !important;border: none !important;box-shadow: 1px 1px 5px rgba(100, 100, 100, .5);box-shadow: 1px 1px 5px rgba(100, 100, 100, .5);font: bold 14px/40px "SimHei" !important;color: #333 !important;text-align: center !important;}
.store .map .BMapLabel:before{content: "";position: absolute;top: 100%;left: 50%;margin-left: -6px;border: 6px solid transparent;border-top: 6px solid rgba(100, 100, 100, .5);}
.store .map .BMapLabel:after{content: "";position: absolute;top: 100%;left: 50%;margin-left: -5px;border: 5px solid transparent;border-top: 5px solid #fff;}
       
