﻿
@charset "utf-8";
/* CSS Document */


/*******index css*******/
.index .indexTit {
	text-align: center;
	padding-top: 50px;
}
.index .indexTit .tit {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 36px;
}
.index .indexTit .tit span {
	color: #005cab;
	display: inline-block;
	padding-left: 10px;
}
.index .indexTit .subtit {
	font-size: 16px;
	color: #858484;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	margin-top: 14px;
}
.floor_0_main {
	height: 51px;
	width: 100%;
	overflow: hidden;
	border-bottom: #eee solid 1px;
}
.floor_0_main .floor_0_1 {
	float: left;
	line-height: 50px;
}
.floor_0_main .floor_0_1 p {
	font-size: 12px;
	color: #333;
	line-height: 50px;
}
.floor_0_main .floor_0_1 p a {
	display: inline-block;
	font-size: 12px;
	color: #333;
	border-right: #e8e8e8 solid 1px;
	line-height: 12px;
	padding: 0 12px;
}
.floor_0_main .floor_0_1 p a:last-of-type {
	border-right: none;
}
.floor_0_main .floor_0_1 p a:hover {
	color: #005cab;
}
.floor_0_main .floor_0_2 {
	float: right;
	width: 276px;
	height: 30px;
	overflow: hidden;
	border: #efefef solid 1px;
	background-color: #fff;
	position: relative;
	margin-top: 9px;
	border-radius: 4px;
	position: relative;
}
.floor_0_main .floor_0_2 input {
	background-color: none;
	border: none;
}
.floor_0_main .floor_0_2 .stxt {
	width: 245px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-indent: 10px;
	color: #999;
}
.floor_0_main .floor_0_2 .sbtn {
	width: 30px;
	height: 28px;
	display: block;
	cursor: pointer;
	background-position: -0px -164px;
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 0;
}
.index .menu {
	overflow: hidden;
	padding-bottom: 20px;
}
.index .menu ul {
	text-align: center;
}
.index .menu li {
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 10px;
	display: inline-block;
}
.index .menu li:first-child {
	margin-left: 0;
}
.index .menu li:last-child {
	margin-right: 0;
}
.index .menu li a {
	display: block;
	border: 1px solid #005cab;
background: #005cab;
color: #fff;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.index .menu li.current a, .index .menu li a:hover {
	border: 1px solid #2087e1;
	color: #fff;
	background: #2087e1;
}
/*产品中心*/
.index .floor_1_main {
	width: 100%;
}
.floor_1 {
	padding-top: 54px;
	display: inline-block;
	width: 1200px;
}
.floor_1 dl dt {
	width: 600px;
	height: 440px;
	overflow: hidden;
	float: left;
	position: relative;
}
.floor_1 dl dt img {
	width: 600px;
	height: 440px;
	display: block;
	transition: all .36s ease;
}
.floor_1 dl dt a:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_1 dl dt p {
	background: url(../images/h2_03.jpg) center center no-repeat;
	width: 600px;
	height: 73px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.floor_1 dl dt p span {
	float: left;
	display: block;
	line-height: 73px;
	font-size: 20px;
	color: #fff;
	padding-left: 38px;
	transition: all .36s ease;
}
.floor_1 dl dt p i {
	float: right;
	display: block;
	width: 42px;
	height: 5px;
	background-position: -84px -0px;
	margin-right: 40px;
	margin-top: 36px;
	transition: all .36s ease;
}
.floor_1 dl dt a:hover p span {
	padding-left: 34px;
}
.floor_1 dl dt a:hover p i {
	margin-right: 36px;
}
.floor_1 dl dd {
	float: left;
	width: 600px;
	height: 440px;
}
.floor_1 dl dd ul {
	display: inline-block;
}
.floor_1 dl dd ul li {
	float: left;
	width: 280px;
	height: 210px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.floor_1 dl dd ul li img {
	width: 280px;
	height: 210px;
}
.floor_1 dl dd ul li .d1 {
	background: url(../images/h3_03.png);
	width: 280px;
	height: 210px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden;
}
.floor_1 dl dd ul li .d1 h3 {
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
}
.floor_1 dl dd ul li .d1 i {
	display: block;
	width: 44px;
	height: 44px;
	background-position: -138px -0px;
	margin: 0 auto;
	margin-top: 72px;
}
.floor_1 dl dd ul li:hover .d1 {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.floor_1 dl dt em {
	background: url(../images/h3_03.png);
	width: 100%;
	text-align: center;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden;
}
.floor_1 dl dt em span {
	font-size: 26px;
	color: #fff;
	display: block;
	padding-top: 180px;
}
.floor_1 dl dt em s {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-position: -138px -0px;
	margin-top: 12px;
}
.floor_1 dl dt:hover {
	-moz-box-shadow: 0 4px 15px -4px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 4px 15px -4px rgba(0,0,0,.12);
	box-shadow: 0 4px 15px -4px rgba(0,0,0,.12);
	z-index: 34;
}
.floor_1 dl dt:hover em {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.floor_1 dl dt:hover p {
	display: none;
}
/*我们的技术*/
.xbanner {
	background: url(../images/ixbannerbg1.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top: 94px;
}
.xbanner1 {
	background: url(../images/ixbannerbg2.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top: 82px;
}
.xbanner .slip_tit {
	width: 772px;
}
.xbanner .slip_tit .tit1 {
	padding-top: 55px;
	font: bold 32px "microsoft yahei";
	color: #fff;
}
.xbanner .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}
.xbanner .slip_btn {
	width: 250px;
	text-align: center;
	margin-right: 30px;
}
.xbanner .slip_btn span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 18px;
	padding-top: 40px;
	padding-bottom: 5px;
}
.xbanner .slip_btn span i {
	width: 16px;
	height: 16px;
	background-position: -0px -141px;
	margin-right: 7px;
}
.xbanner .slip_btn p {
	font-weight: bold;
	font-size: 34px;
	color: #fff;
	font-family: "Arial";
	line-height: 36px;
}
.xbanner .slip_btn a {
	display: block;
	width: 250px;
	height: 46px;
	background-position: 0px -217px;
	margin-top: 16px;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	position: relative;
	background: -moz-linear-gradient(top, #005197, #1872bf);
	background: -webkit-linear-gradient(top, #005197, #1872bf);
	background: -o-linear-gradient(top, #005197, #1872bf);
	background: linear-gradient(top, #005197, #1872bf);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.xbanner .slip_btn a:hover {
	background: -moz-linear-gradient(bottom, #005197, #1872bf);
	background: -webkit-linear-gradient(bottom, #005197, #1872bf);
	background: -o-linear-gradient(bottom, #005197, #1872bf);
	background: linear-gradient(bottom, #005197, #1872bf);
}
.xbanner .slip_btn a img {
	width: 250px;
	height: 0;
	transition: all .36s ease;
	position: absolute;
	left: 0;
	top: 46px;
}
.xbanner .slip_btn a:hover img {
	height: 250px;
}
.index_mole {
	display: block;
	background: url(../images/a6_02.png) center center no-repeat;
	height: 24px;
	width: 100%;
	text-align: center;
}
.index_mole a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background-color: #eff2f6;
	width: 160px;
}
.index_mole a p {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	float: left;
	padding-left: 22px;
	transition: all ease 600ms;
}
.index_mole a i {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background-position: 0px -430px;
	margin-left: 18px;
	transition: all ease 600ms;
}
.index_mole a:hover p {
	color: #005cab;
	padding-left: 20px;
	transition: all ease 600ms;
}
.index_mole a:hover i {
	color: #005cab;
	margin-left: 22px;
	transition: all ease 600ms;
}
.floor_3_main {
	padding-top: 50px;
}
.floor_3_1 {
	margin-top: 46px;
}
.floor_3_main dl {
	background: url(../images/h4_02.jpg) center center no-repeat;
	width: 100%;
	height: 378px;
	overflow: hidden;
	display: block;
}
.floor_3_main dl.dl2 {
	background: url(../images/h5_02.jpg) center center no-repeat;
	width: 100%;
	height: 378px;
}
.floor_3_main dl .jz {
	margin: 0 auto;
	width: 1200px;
	display: block;
	height: 378px;
	position: relative;
	z-index: 1;
}
.floor_3_main dl dt {
	float: left;
	width: 600px;
}
.floor_3_main dl dt img {
	display: block;
	width: 100%;
	height: 378px;
}
.floor_3_main dl dd {
	float: right;
	width: 520px;
}
.floor_3_main dl dd h3 {
	display: block;
	height: 77px;
	padding-top: 100px;
}
.floor_3_main dl dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/t8_03.png) center center no-repeat;
}
.floor_3_main dl dd h3 span {
	display: block;
	float: left;
	margin-left: 18px;
	width: 420px;
	font-size: 30px;
	color: #333;
	line-height: 77px;
}
.floor_3_main dl dd p {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 22px;
	height: 82px;
}
.floor_3_main dl dd a {
	display: block;
	position: relative;
	width: 198px;
	height: 44px;
	border: #e5e5e5 solid 1px;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #434343;
	z-index: 10
}
.floor_3_main dl.dl2 dd h3 {
	padding-top: 90px;
}
.floor_3_main dl dd a:hover {
	background-color: #005cab;
	border: #005cab solid 1px;
	color: #fff;
	position: relative;
}
.floor_3_main dl dd a img {
	width: 120px;
	height: 0;
	position: absolute;
	left: 198px;
	top: -1px;
	transition: all ease 600ms;
	z-index: 10;
}
.floor_3_main dl dd a:hover img {
	height: 120px;
	z-index: 10
}
.floor_3_main dl.dl2 dd, .floor_3_main dl.dl4 dd {
	float: left;
}
.floor_3_main dl.dl2 dt, .floor_3_main dl.dl4 dt {
	float: right;
}
.floor_3_main dl.dl2 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/t8_07.png) center center no-repeat;
}
.floor_3_main dl.dl3 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/t8_10.png) center center no-repeat;
}



.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}


.floor_4_main {
	background: url(../images/t9_02.jpg) center center no-repeat;
	width: 100%;
	height: 791px;
	margin-top: 0px;
}

.floor_44_main {
	background: url(../images/t9_022.jpg) center center no-repeat;
	width: 100%;
	height: 791px;
	margin-top: 0px;

}


.floor_4_main .indexTit {
	padding-top: 66px;

text-align: center;

	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	
}
.floor_4_main .indexTit .tit, .floor_4_main .indexTit .tit span {
	color: #fff;
}
.floor_4_main .indexTit .subtit {
	color: #fff;
}
.floor_4_1 {
	width: 100%;
	height: 518px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
padding-top:200px;
}
.floor_4_1 {
	width: 100%;
	min-width: 1200px;
	height: 518px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.floor_4_1 .bd {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -880px
}
.floor_4_1 .bd li {
	width: 800px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 43px;
	position: relative;
}
.floor_4_1 .bd li img {
	display: block;
	width: 800px;
	height: 450px;
}
.floor_4_1 .bd li .hui {
	background: url(../images/h8_03.png) center center;
	width: 100%;
	height: 157px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}
.floor_4_1 .bd li .hui p {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	float: left;
	width: 560px;
	margin-left: 45px;
	padding-top: 60px;
}
.floor_4_1 .bd li .hui p span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-top: 14px;
}
.floor_4_1 .bd li .hui i {
	display: block;
	float: right;
	width: 43px;
	height: 43px;
	background-position: -92px -61px;
	margin-top: 78px;
	margin-right: 70px;
}
.floor_4_1 .bd li:hover .hui {
	display: none;
}
.floor_4_1 .bd li .dl {
	background-color: rgba(0,92,171,0.9);
	position: absolute;
	left: 50%;
	top: 128px;
	width: 500px;
	height: 200px;
	border-radius: 10px;
	margin-left: -250px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.floor_4_1 .bd li .dl i {
	width: 44px;
	height: 44px;
	background-position: -152px -51px;
	position: absolute;
	left: -18px;
	top: -22px;
}
.floor_4_1 .bd li .dl p {
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	padding-top: 38px;
	padding-left: 36px;
}
.floor_4_1 .bd li .dl span {
	display: block;
	width: 420px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-top: 22px;
	margin-left: 36px;
}
.floor_4_1 .tempWrap {
	overflow: visible !important
}
.floor_4_1 .tempWrap ul {
	margin-left: -1338px !important;
}
.floor_4_1 .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 12px;
	bottom: 20px;
	text-align: center;
}
.floor_4_1 .hd li {
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 99px;
	overflow: hidden;
	margin: 0 8px;
	cursor: pointer;
	border-radius: 20px;
	border: #fff solid 2px;
}
.floor_4_1 .hd li.on {
	background-color: #36c565;
	border: #36c565 solid 2px;
}
.floor_4_1 .pnBtn.prev .arrow {
	display: none;
	position: absolute;
	top: 208px;
	z-index: 1;
	width: 17px;
	height: 33px;
	background-position: -232px 0;
	left: 50%;
}
.floor_4_1 .pnBtn.next .arrow {
	display: none;
	position: absolute;
	top: 208px;
	z-index: 1;
	width: 17px;
	height: 33px;
	background-position: -200px 0;
	left: 50%;
}
.floor_4_1 .pnBtn.prev .arrow:hover {
	background-position: -232px -0;
}
.floor_4_1 .pnBtn.next .arrow:hover {
	background-position: -200px -0;
}
.floor_4_1 .pnBtn.prev .arrow {
	margin-left: 432px;
}
.floor_4_1 .pnBtn.next .arrow {
	margin-left: -458px;
}
.floor_4_1 .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	background: #fff;
	filter: alpha(opacity=1);
	opacity: 0.01;
	left: -50%;
	margin-left: -488px;
}
.floor_4_1 .blackBg1 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	background: #fff;
	filter: alpha(opacity=1);
	opacity: 0.01;
	left: 50%;
	margin-left: 484px;
}
.floor_4_1 .bd li:hover .dl {
	opacity: 1;
	visibility: visible;
}
/*新闻中心*/
.adMain {
	width: 100%;
	height: 565px;
	background: url(../images/a2_02.jpg) center center no-repeat;
	position: relative;
	overflow: hidden;
}
.adMain .part1 {
	padding-top: 60px;
}
.adMain .part1 h3 {
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	width: 466px;
	border-left: #fff solid 1px;
	padding-left: 48px;
	font-weight: bold;
}
.adMain .part1 h3 span {
	display: block;
	font-size: 16px;
	color: #c4d5ec;
	line-height: 30px;
	padding-top: 16px;
	font-weight: normal;
}
.adMain .part1 .t1 {
	position: relative;
	width: 518px;
	margin-top: 24px;
	height: 110px;
}
.adMain .part1 .t1 i {
	display: block;
	width: 28px;
	height: 24px;
	background-position: -162px -180px;
	position: absolute;
	left: 0;
	top: 0;
}
.adMain .part1 .t1 h4 {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	width: 466px;
	font-weight: normal;
	padding-left: 48px;
	padding-top: 6px;
}
.adMain .part1 .t1 h4 span {
	display: block;
	font-size: 14px;
	color: #c4d5ec;
	line-height: 30px;
	padding-top: 16px;
}
.adMain .part1 .t1 em {
	display: block;
	width: 28px;
	height: 24px;
	background-position: -218px -180px;
	position: absolute;
	right: 0;
	top: 80px;
}
.adMain .picFocus {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}
.adMain .picFocus .hd {
	width: 46%;
	margin-left: 4%;
	float: left;
	margin-top: 300px;
}
.adMain .picFocus .hd ul {
	display: inline-block;
	width: 466px;
}
.adMain .picFocus .hd ul li {
	width: 233px;
	height: 62px;
	border-bottom: #517dbe solid 1px;
	float: left;
	margin-top: 40px;
	position: relative;
}
.adMain .picFocus .hd ul li h4 {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	width: 466px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: -144px;
	display: none;
}
.adMain .picFocus .hd ul li h4 span {
	display: block;
	font-size: 14px;
	color: #c4d5ec;
	line-height: 30px;
	padding-top: 16px;
}
.adMain .picFocus .hd ul li i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -167px -106px;
}
.adMain .picFocus .hd ul li.li2 i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -214px -106px;
}
.adMain .picFocus .hd ul li.li3 i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -260px -106px;
}
.adMain .picFocus .hd ul li.li4 i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -298px -106px;
}
.adMain .picFocus .hd ul li p {
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding-left: 10px;
}
.adMain .picFocus .hd ul li p span {
	display: block;
	font-size: 14px;
	color: #ddd;
	line-height: 14px;
	padding-top: 6px;
}
.adMain .picFocus .hd ul li s {
	width: 200px;
	height: 2px;
	background-color: #b43232;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	display: none;
}
.adMain .picFocus .hd ul li.on h4 {
	display: block;
}
.adMain .picFocus .hd ul li.on s {
	display: block;
}
.adMain .picFocus .bd {
	width: 50%;
	float: left;
	height: 565px;
}
.adMain .picFocus .bd ul li {
	width: 965px;
	height: 565px;
}
.adMain .picFocus .bd ul li img {
	width: 100%;
	height: 565px;
	background-size: 100%;
}
.adMain .picFocus .hd ul li.li2 h4 {
	left: -233px;
}
.adMain .picFocus .hd ul li.li3 h4 {
	left: 0px;
	top: -247px;
}
.adMain .picFocus .hd ul li.li4 h4 {
	left: -233px;
	top: -247px;
}
/*新闻中心*/
.index .floor_5_main {
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
	padding-bottom: 100px;
}
.floor_5_1 {
	width: 1200px;
	height: 372px;
	padding-top: 76px;
}
.floor_5_1 .layB {
	width: 1200px;
	height: 372px;
	position: relative;
}
.floor_5_1 .layB .tbC {
	position: relative;
	width: 1200px;
	height: 372px;
}
.floor_5_1 .layB .tbC .prev {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	left: -58px;
	top: 118px;
}
.floor_5_1 .layB .tbC .next {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	right: -58px;
	top: 118px;
}
.floor_5_1 .layB .tbC .prev:hover, .floor_5_1 .layB .tbC .next:hover {
	background-color: #005cab;
}
.floor_5_1 .layB .tbC .prev span {
	width: 14px;
	height: 26px;
	background-position: -51px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_5_1 .layB .tbC .next span {
	width: 14px;
	height: 26px;
	background-position: -69px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_5_1 .layB .tbC .slide {
	width: 1200px;
	height: 372px;
}
.floor_5_1 .layB .tbC .slide ul {
	display: inline-block;
}
.floor_5_1 .layB .tbC .slide ul li {
	width: 583px;
	height: 148px;
	background-color: #fffcfc;
	border: #ddd solid 1px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	transition: all .36s ease;
}
.floor_5_1 .layB .tbC .slide ul li:nth-child(2n) {
	margin-right: 0;
}
.floor_5_1 .layB .tbC .slide ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.floor_5_1 .layB .tbC .slide ul li em {
	float: left;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-family: "Arial";
	margin-left: 30px;
	margin-top: 40px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li em span {
	display: block;
	font-size: 60px;
	color: #999;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li h3 {
	width: 440px;
	float: left;
	padding-top: 40px;
	margin-left: 20px;
}
.floor_5_1 .layB .tbC .slide ul li p {
	font-size: 20px;
	color: #333;
	width: 440px;
	line-height: 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-top: 14px;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li:hover em, .floor_5_1 .layB .tbC .slide ul li:hover em span, .floor_5_1 .layB .tbC .slide ul li:hover p, .floor_5_1 .layB .tbC .slide ul li:hover p span {
	color: #fff;
}
.floor_5_1 .layB .tbC .slide ul li:hover {
	background-color: #005cab;
	border: #005cab solid 1px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	transition: all .36s ease;
}
.floor_5_2 {
	position: relative;
padding-right:80px;
	height: 50px;
	text-align: center;
}
.floor_5_2 i {
	width: 1200px;
	height: 1px;
	background-color: #ccc;
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 1;
}
.floor_5_2 a {
	display: block;
	width: 198px;
	height: 48px;
	background-color: #fff;
	border: #ccc solid 1px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	line-height: 48px;
	font-size: 16px;
	color: #333;
}
.floor_5_2 a:hover {
	background-color: #005cab;
	border: #005cab solid 1px;
	color: #fff;
}
.index .floor_6_main {
	background: url(../images/h9_02.jpg) center center no-repeat;
	width: 100%;
	height: 624px;
}
.index .floor_6_main .floor_6_1 {
	width: 1200px;
	height: 510px;
	position: relative;
	padding-top: 106px;
}
.index .floor_6_main .floor_6_1 dl {
	display: inline-block;
	width: 1200px;
}
.index .floor_6_main .floor_6_1 dl dt {
	float: left;
	width: 410px;
	margin-left: 90px;
	padding-top: 88px;
}
.index .floor_6_main .floor_6_1 dl dt h3 {
	font-size: 48px;
	color: #005cab;
	line-height: 48px;
}
.index .floor_6_main .floor_6_1 dl dt i {
	display: block;
	background: url(../images/h10_06.jpg) center center no-repeat;
	width: 100px;
	height: 4px;
	margin-top: 18px;
}
.index .floor_6_main .floor_6_1 dl dt p {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 27px;
	margin-top: 36px;
	height: 196px;
	text-align: justify;
	overflow: hidden;
}
.index .floor_6_main .floor_6_1 dl dt a {
	display: block;
	width: 182px;
	height: 45px;
	background-position: -102px -119px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	transition: all .36s ease;
}
.index .floor_6_main .floor_6_1 dl dt a:hover {
	margin-left: 4px;
}
.index .floor_6_main .floor_6_1 dl dd {
	float: right;
	width: 654px;
	margin-right: 4px;
}
.index .floor_6_main .floor_6_1 dl dd p {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	padding-left: 54px;
}
.index .floor_6_main .floor_6_1 dl dd img {
	width: 655px;
	height: 420px;
	display: block;
	margin-top: 18px;
}
.floor_6_3 {
	display: block;
	clear: left;
	width: 1400px;
	margin-top: 0px;
padding-top:150px;
}
.floor_6_3 .parHd {
	height: 45px;
	width: 1400px;
	position: relative;
}
.floor_6_3 .parHd s {
	display: block;
	width: 410px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 22px;
}
.floor_6_3 .parHd b {
	display: block;
	width: 410px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 22px;
}
.floor_6_3 .parHd ul {
	display: block;
	width: 380px;
	height: 45px;
	margin: 0 auto;
}
.floor_6_3 .parHd ul li {
	display: block;
	width: 178px;
	height: 43px;
	float: left;
	border: #eee solid 1px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_6_3 .parHd ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 43px;
	text-align: center;
}
.floor_6_3 .parHd ul li:hover, .floor_6_3 .parHd ul li.on {
	background-color: #005cab;
	border: #005cab solid 1px;
}
.floor_6_3 .parHd ul li:hover a, .floor_6_3 .parHd ul li.on a {
	color: #fff;
}
.floor_6_3 .parHd ul li:nth-child(2) {
	margin-left: 20px;
}
.floor_6_3 .parHd ul li:first-child+li {
	margin-left: 20px;
}
.floor_6_3 .parBd {
	width: 1400px;
	height: 200px;
	margin-top: 50px;
}
.floor_6_3 .parBd .slideBox {
	width: 1400px;
	height: 200px;
	position: relative;
}
.floor_6_3 .parBd .slideBox .sPrev {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	left: -58px;
	top: 62px;
}
.floor_6_3 .parBd .slideBox .sNext {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	right: -58px;
	top: 62px;
}
.floor_6_3 .parBd .slideBox .sPrev:hover, .floor_6_3 .parBd .slideBox .sNext:hover {
	background-color: #343d44;
}
.floor_6_3 .parBd .slideBox .sPrev span {
	width: 14px;
	height: 26px;
	background-position: -51px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_6_3 .parBd .slideBox .sNext span {
	width: 14px;
	height: 26px;
	background-position: -69px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_6_3 .parBd .slideBox ul {
	width: 1400px;
	height: 214px;
}
.floor_6_3 .parBd .slideBox ul li {
	float: left;
	width: 290px;
	height: 214px;
	position: relative;
	margin-right: 70px;
	overflow: hidden;
	text-align: center;
}
.floor_6_3 .parBd .slideBox ul li img {
	width: 290px;
	height: 214px;
	background-size: 100%;
	transition: all .36s ease;
}
.floor_6_3 .parBd .slideBox ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 290px;
	height: 36px;
	background: url(../images/t13_03.png);
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.floor_6_3 .parBd .slideBox ul li:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_7_main {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background-color: #005cab;
}
.floor_7_main .tit {
	float: left;
	width: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.floor_7_main ul {
	display: inline-block;
	float: right;
	width: 1120px;
	height: 60px;
	line-height: 60px;
}
.floor_7_main ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	padding-right: 10px;
}
.floor_7_main ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
}
.floor_7_main ul li a:hover {
	color: #f1f1f1;
}
/* Underline From Center2 */
.hvr-underline-from-center2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-underline-from-center2:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: -1px;
	background: #005cab;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center2:hover:before, .hvr-underline-from-center2.hover:before, .hvr-underline-from-center2:focus:before, .hvr-underline-from-center2:active:before {
	left: 0;
	right: 0;
}
.hvr-underline-from-center2:hover, .hvr-underline-from-center2.hover {
*height: 43px;
*border-bottom: 2px solid #005cab;
*line-height: 43px;
}
.ntpo {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ntpo .t2 {
	padding: 28px 0 48px;
	text-align: center;
}
.ntpo .t2 .titb {
	font-size: 30px;
	margin-bottom: 16px;
}
.ntpo .t2 .txt {
	font-size: 14px;
	line-height: 24px;
}
.ntpo .t2 .txt span {
	font-weight: bold;
	color: #005cab;
}
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(1.02);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes scale {
0% {
transform: scale(1);
}
50% {
transform: scale(1.02);
}
100% {
transform: scale(1);
}
}
/*# sourceMappingURL=style.css.map */




