@charset "UTF-8";

body {
	overflow-x: hidden;
	overflow-y: auto;
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
	margin: 0px;
}

input,
button,
ul,
ol {
	margin: 0px;
	padding: 0px;
}

body,
input,
button,
form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

input {
	background: none;
	border: 0 none;
}

img,
iframe {
	border: 0px;
}

em,
i {
	font-style: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.red {
	color: #ba292e;
}

.fl,
.left {
	float: left;
}

.fr,
.right {
	float: right;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.por {
	position: relative;
}

.hidden {
	display: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.icon1 {
	background: url(../images/icon1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.icon2 {
	background: url(../images/icon2.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #305dc4;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.ease,
.ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.noease,
.noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

:-moz-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

/*清除浮动*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*::-webkit-scrollbar{width:2px; height:2px;}
::-webkit-scrollbar-track-piece{background-color:none; background:rgba(0,0,0,.0);}
::-webkit-scrollbar-thumb:vertical{height:2px; background-color:rgba(0,0,0,.5);}
::-webkit-scrollbar-thumb:horizontal{width:2px; background-color:rgba(0,0,0,.5);}*/
.head_main_top {
	height: 38px;
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	line-height: 36px;
	color: #333;
	border-top: #dddddd solid 1px;
	border-bottom: #dddddd solid 1px;
}

.head_main a {
	color: #333;
	font-size: 12px;
}

.head_main_top li {
	padding: 0 8px;
	display: inline-block;
}

.head_main_top li i.qy {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: -238px -231px;
	margin-right: 4px;
}

.head_main_top li i.zx {
	display: inline-block;
	width: 16px;
	height: 18px;
	background-position: -262px -231px;
	margin-right: 4px;
}

.head_main_top li i.lx {
	display: inline-block;
	width: 12px;
	height: 16px;
	background-position: -282px -231px;
	margin-right: 4px;
}

.head_main_top a:hover {
	color: #305dc4;
}

/*header_main*/
.header_main {
	position: relative;
	width: 100%;
	height: 220px;
	background: #fbfbfb;
	min-width: 1200px;
	z-index: 22;
}

.header_main .header_logo {
	height: 120px;
	background-color: #fbfbfb;
}

.header_main .logo {
	display: block;
	padding-top: 12px;
}

.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
}

.header_main .ewm {
	width: 76px;
	text-align: center;
	margin-top: 15px;
	margin-left: 54px;
}

.header_main .ewm {
	width: 76px;
	height: 76px;
	display: inline-block;
}

.header_main .ewm i {
	display: block;
	padding-left: 4px;
	font-size: 12px;
	line-height: 12px;
}

.header_main .dhua {
	width: 280px;
	margin-top: 10px;
	margin-right: 60px;
}

.header_main .dhua b {
	background-position: -274px -173px;
	width: 26px;
	height: 52px;
	float: left;
	margin-top: 20px;
	display: block;
}

.header_main .dhua p {
	float: right;
	font-size: 16px;
	color: #999999;
	display: block;
	padding-top: 16px;
}

.header_main .dhua p span {
	display: block;
	font-size: 30px;
	color: #275ec3;
	line-height: 24px;
	font-weight: bold;
}

/*搜索框*/
.header_main .search_main {
	width: 296px;
	height: 40px;
	overflow: hidden;
	border: #305dc4 solid 1px;
	background-color: #fff;
	position: relative;
	margin-top: 40px;
	border-right: 0;
	border-radius: 2px;
}

.header_main .search_main input {
	background-color: none;
	border: none;
}

.header_main .search_main .stxt {
	width: 236px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-indent: 10px;
	color: #999;
}

.header_main .search_main .sbtn {
	width: 60px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: #305dc4;
}

.nav_main {
	position: relative;
	z-index: 9;
	background-color: #305dc4;
	width: 100%;
}

.nav {
	height: 60px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.nav .list {
	/*width: 106%;*/
	text-align: left;
}

.nav li {
	float: left;
	width: 133px;
	display: block;
	position: relative;
	z-index: 10;
	height: 60px;
}

.nav li a {
	font-size: 16px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.nav li.hover a,
.nav li:hover a {
	background-color: #244ba6;
}

#nav .subnav {
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0px;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 10px, 0);
	text-align: center;
	overflow: hidden;
	z-index: 199;
}

#nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center;
}

.nav .subnav .nav2 {
	width: 100%;
}

.nav .subnav .nav2 li {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	background: none;
	height: 40px;
	padding: 0;
	border-bottom: #dddddd solid 1px;
	background-color: #fff;
}

.nav li.tnav6 {
	padding-right: 0;
	background: none;
}

.nav .subnav .nav2 li a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	padding: 0;
}

.nav li.hover li a,
.nav li:hover li a {
	background-color: #fff;
}

.nav .subnav .nav2 li:hover a {
	color: #305dc4;
	background-color: #f0f0f0;
}

/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	min-width: 1200px;
}

#banner_main .banner {
	height: 500px;
}

#banner {
	width: 100%;
	min-width: 1300px;
	position: relative;
	overflow: hidden;
}

#banner,
.banner ul {
	width: 100%;
	overflow: hidden;
}

.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}

.banner li:first-child {
	display: block;
}

.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 40px;
	z-index: 13;
}

#banner .tip span {
	width: 50px;
	height: 10px;
	margin: 0 12px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-color: #a2a7ac;
}

#banner .tip span.cur {
	background-color: #305dc4;
}

#banner #btn_prev,
#banner #btn_next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 214px;
	z-index: 5;
	display: none;
}

#banner #btn_prev {
	background-position: -54px -0px;
	left: 8%;
	transition: all 600ms ease;
}

#banner #btn_next {
	background-position: -106px -0px;
	right: 8%;
	transition: all 600ms ease;
}

#banner #btn_prev:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	left: 7.6%;
	background-position: -0px -0px;
}

#banner #btn_next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	right: 7.6%;
	background-position: -160px -0px;
}

/*banner end*/
/*footer*/
.footer {
	width: 100%;
	color: #fff;
	padding-bottom: 30px;
	background: #222;
}

.footer .links {
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #444444;
}

.footer .links span {
	color: #fff;
	display: inline-block;
}

.footer .links a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding-right: 10px;
}

.footer .links a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.footer .bNav {
	width: 473px;
	height: 120px;
	margin-top: 58px;
	padding-top: 20px;
	border-right: #444444 solid 1px;
}

.footer .di_logo img {
	width: 111px;
	height: 111px;
	background-size: 100%;
}

.footer .bNav dl {
	display: inline-block;
	float: left;
	width: 139px;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
}

.footer .bNav dl dt {
	height: 16px;
	display: block;
	padding-bottom: 32px;
}

.footer .bNav dl dt a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}

.footer .bNav dl dd {
	display: block;
	height: 14px;
	padding-bottom: 16px;
}

.footer .bNav dl dd a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 14px;
}

.footer .bNav dl dd a:hover {
	color: #fff;
}

.footer .ewm {
	text-align: center;
	margin-left: 10px;
	margin-top: 78px;
}

.footer .ewm dl {
	width: 100px;
	float: left;
	display: block;
	margin-left: 30px;
	height: 164px;
}


.footer .ewm dl dt {
	width: 100px;
	height: 100px;
	background-color: #fff;
	text-align: center;
}

.footer .ewm dl dt img {
	width: 100px;
	height: 100px;
	display: inline-block;
	background-size: 100%;
}

.footer .ewm dl dd {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-top: 10px;
}

.footer .contact_info {
	width: 260px;

	margin-top: 70px;
}

.footer .contact_info p.p1 {
	font-size: 14px;
	color: #ccc;
	line-height: 14px;
	padding-top: 10px;
}

.footer .contact_info p.dh {
	font-size: 36px;
	color: #ccc;
	font-family: "Arial";
	line-height: 36px;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 12px;
}

.footer .contact_info h3 {
	font-size: 20px;
	padding-top: 8px;
}

.footer .contact_info p.tel {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	width: 250px;
}

.footer .contact_info i {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}

.footer .contact_info i a {
	display: inline-block;
	color: #fff;
	padding-right: 12px;
}

/*copyright*/
.copyright {
	height: 70px;
	line-height: 70px;
	color: #666;
	font-size: 12px;
	background: #111111;
}

.copyright span {
	margin: 0 6px;
}

.copyright a {
	color: #666;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.copyright a:hover {
	color: #fff;
}

/********.toolbar1*********/
/*右侧悬浮框*/
/********.fixtool*********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 2%;
	top: 44%;
	z-index: 999;
}

.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
	display: none;
}

.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #305dc4;
	display: none;
}

.toolbar .pop-code {
	width: 160px;
}

.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.toolbar .qq span {
	background-position: -0px -47px;
}

.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}

.toolbar .qq:hover {
	background-color: #305dc4;
	border-radius: 100%;
}

.toolbar .qq:hover span {
	background-position: -36px -47px;
}

.toolbar .tel span {
	background-position: -0px 0;
}

.toolbar .tel:hover {
	background: #305dc4;
}

.toolbar .tel:hover span {
	background-position: -36px 0;
}

.toolbar .code span {
	background-position: -0px -95px;
}

.toolbar .code:hover {
	background-color: #305dc4;
	border-radius: 100%;
}

.toolbar .code:hover span {
	background-position: -36px -95px;
}

.toolbar .top span {
	background-position: -0px -142px;
}

.toolbar .top:hover {
	background-color: #305dc4;
	border-radius: 100%;
}

.toolbar .top:hover span {
	background-position: -36px -142px;
}

.toolbar dd:hover {}

/*******index css*******/
.index .in_title .entit {
	font: bold 45px "AvantGarde Bk BT";
	color: #333;
	line-height: 34px;
}

.index .in_title .cntit {
	margin-top: 20px;
	font-size: 24px;
	line-height: 24px;
	color: #0754a3;
}

/**/
.floor_1_main {
	background: url(../images/a11_02.jpg) center center no-repeat;
	width: 100%;
	height: 100px;
}

.floor_1_main .floor_1_1 em {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	padding-top: 26px;
	float: left;
}

.floor_1_main .floor_1_1 em span {
	display: block;
	font-size: 14px;
	color: #88b0e7;
	line-height: 14px;
	padding-top: 10px;
}

.floor_1_main .floor_1_1 i {
	display: block;
	font-size: 30px;
	color: #fff;
	font-family: "Arial";
	float: left;
	margin-left: 90px;
	margin-top: 34px;
	line-height: 32px;
}

.floor_1_main .floor_1_1 i span {
	display: inline-block;
	float: left;
	width: 32px;
	height: 32px;
	background-position: -229px 0px;
	margin-right: 12px;
}

.floor_1_main .floor_1_1 .guanjzhi {
	float: right;
	width: 356px;
}

.floor_1_main .floor_1_1 .guanjzhi b {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 26px;
}

.floor_1_main .floor_1_1 .guanjzhi p {
	display: block;
	padding-top: 10px;
}

.floor_1_main .floor_1_1 .guanjzhi p a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}

.floor_1_main .floor_1_1 .guanjzhi p a:nth-child(4) span {
	display: none;
}

.floor_1_main .floor_1_1 .guanjzhi p a:first-child+a+a+a span {
	display: none;
}

.floor_2_main {
	display: inline-block;
	width: 100%;
	background: url(../images/a12_02.jpg) center bottom no-repeat #f2f2f2;
	height: 1162px;
}

.floor_2_main .in_title {
	padding-top: 40px;
}

.floor_2 {
	width: 1200px;
	display: inline-block;
}

.floor_2_main .case_zuo {
	width: 900px;
	float: right;
	margin-top: 28px;
}

.floor_2_main .case_zuo ul {
	display: inline-block;
}

.floor_2_main .case_zuo ul li {
	float: left;
	width: 224px;
	border-right: #5c5c5c solid 1px;
	height: 126px;
	text-align: center;
}

.floor_2_main .case_zuo ul li.li4 {
	border-right: none
}

.floor_2_main .case_zuo ul li i {
	display: inline-block;
	width: 49px;
	height: 49px;
	background-position: -4px -266px;
	margin-top: 20px;
	transition: all .6s ease 0s;
}

.floor_2_main .case_zuo ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding-top: 14px;
}

.floor_2_main .case_zuo ul li.li2 i {
	display: inline-block;
	width: 42px;
	height: 49px;
	background-position: -80px -266px;
	margin-top: 20px;
}

.floor_2_main .case_zuo ul li.li3 i {
	display: inline-block;
	width: 59px;
	height: 49px;
	background-position: -147px -266px;
	margin-top: 20px;
}

.floor_2_main .case_zuo ul li.li4 i {
	display: inline-block;
	width: 32px;
	height: 49px;
	background-position: -234px -266px;
	margin-top: 20px;
}

.floor_2_main .case_zuo ul li:hover i {
	background-position: -4px -328px;
}

.floor_2_main .case_zuo ul li.li2:hover i {
	background-position: -80px -328px;
}

.floor_2_main .case_zuo ul li.li3:hover i {
	background-position: -147px -328px;
}

.floor_2_main .case_zuo ul li.li4:hover i {
	background-position: -234px -328px;
}

.floor_2_main .case_you {
	display: inline-block;
	width: 1200px;
}

.floor_2_main .case_you .parHd {
	width: 1200px;
	height: 159px;
	padding-top: 30px;
	border-left: #eeeeee solid 1px;
}

.floor_2_main .case_you .parHd ul {
	display: inline-block;
	width: 917px;
}

.floor_2_main .case_you .parHd ul li {
	float: left;
	position: relative;
	width: 218px;
	height: 46px;
	margin-left: 11px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #333333;

}

.floor_2_main .case_you .parHd ul li.on,
.floor_2_main .case_you .parHd ul li:hover{
	background-color: #305dc4;

}

.floor_2_main .case_you .parHd ul li a {
	width: 218px;
	height: 46px;
}

.floor_2_main .case_you .parHd ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 46px;

}

.floor_2_main .case_you .parHd ul li p span {
	font-size: 14px;
	color: #999;
	line-height: 14px;
	padding-top: 8px;
	display: block;
}

.floor_2_main .case_you .parHd ul li s {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #333 transparent transparent transparent;
	line-height: 0px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -12px;
	display: none;
}

.floor_2_main .case_you .parHd ul li.on p {
	color: #fff;
}

.floor_2_main .case_you .parHd ul li.on p span {
	color: #ccc;
}

.floor_2_main .case_you .parHd ul li.on s {
	display: block;
}

.floor_2_main .case_you .parBd {
	margin-top: 50px;
}

.floor_2_main .case_you .parBd .slideBox {
	width: 1200px;
	position: relative;
	height: 500px;
}

.floor_2_main .case_you .parBd .slideBox ul {
	display: inline-block;
}

.floor_2_main .case_you .parBd .slideBox ul li {
	float: left;
	background: url(../images/a2_03.png) center center no-repeat;
	width: 399px;
	height: 500px;
	float: left;
	border-right: #ddd solid 1px;
}

.floor_2_main .case_you .parBd .slideBox ul li .pic {
	width: 399px;
	height: 390px;
	/* margin-top: 94px; */
	overflow: hidden;
}

.floor_2_main .case_you .parBd .slideBox ul li .pic img {
	width: 399px;
	height: 390px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.floor_2_main .case_you .parBd .slideBox ul li .title {
	margin-top: 40px;
}

.floor_2_main .case_you .parBd .slideBox ul li .title a {
	display: block;
	width: 360px;
	height: 54px;
	border-top: #fff solid 1px;
	margin: 0 auto;
	line-height: 54px;
}

.floor_2_main .case_you .parBd .slideBox ul li .title a p {
	font-size: 18px;
	color: #fff;
	padding-left: 22px;
	float: left;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.floor_2_main .case_you .parBd .slideBox ul li .title a i {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background-position: -274px -91px;
	margin-top: 13px;
	margin-right: 19px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.floor_2_main .case_you .parBd .slideBox ul li:hover .title a p {
	padding-left: 18px;
}

.floor_2_main .case_you .parBd .slideBox ul li:hover .title a i {
	margin-right: 15px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.floor_2_main .case_you .parBd .slideBox ul li:hover .pic img {
	transform: scale(1.06, 1.06);
}

.floor_2_main .case_you .parBd .slideBox .sPrev {
	width: 56px;
	height: 56px;
	background-position: -93px -130px;
	position: absolute;
	left: -76px;
	top: 234px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.floor_2_main .case_you .parBd .slideBox .sNext {
	width: 56px;
	height: 56px;
	background-position: -155px -130px;
	position: absolute;
	right: -76px;
	top: 234px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.floor_2_main .case_you .parBd .slideBox .sPrev:hover {
	width: 56px;
	height: 56px;
	background-position: -93px -186px;
}

.floor_2_main .case_you .parBd .slideBox .sNext:hover {
	width: 56px;
	height: 56px;
	background-position: -155px -186px;
}

/**/
.iconp {
	background: url(../images/iconp.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.floor_3_main {
	width: 100%;
	clear: left;
	display: block;
	background: url(../images/a4_02.jpg) center center no-repeat;
	height: 964px;
}

.floor_3_main .floor_3 {
	position: relative;
	display: block;
	width: 1200px;
}

.floor_3_main .floor_3 h3 {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 76px;
}

.floor_3_main .floor_3 .floor_3_1 {
	background: url(../images/a6_03.png) center center no-repeat;
	width: 837px;
	height: 58px;
	margin: 0 auto;
	margin-top: 44px;
	text-align: center;
	margin-bottom: 70px;
}

.floor_3_main .floor_3 .floor_3_1 p {
	float: left;
	font-size: 24px;
	color: #fff;
	line-height: 58px;
	padding-left: 144px;
}

.floor_3_main .floor_3 .floor_3_1 i {
	float: right;
	font-size: 24px;
	color: #fc1f1a;
	line-height: 58px;
	font-weight: bold;
	padding-right: 196px;
}

.floor_3_main .floor_3 .floor_3_2 {
	background: url(../images/a5_07.png) center center no-repeat;
	width: 424px;
	height: 419px;
	position: absolute;
	left: 50%;
	top: 280px;
	margin-left: -206px;
	-webkit-transition: all ease-in-out 5s;
	-webkit-animation: big 5s infinite linear;
}

@-webkit-keyframes big {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.95);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

.floor_3_3 {
	position: relative;
	width: 1200px;
	height: 526px;
	clear: left;
}

.floor_3_3 ul {
	display: inline-block;
	width: 1200px;
	height: 526px;
}

.floor_3_3 ul li {
	width: 318px;
	height: 143px;
	border-bottom: #a6b6db dotted 1px;
	margin-bottom: 10px;
}

.floor_3_3 ul li p {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding-top: 12px;
}

.floor_3_3 ul li p span {
	display: inline-block;
	width: 36px;
	height: 27px;
	background-position: 0px 0px;
	margin-right: 6px;
}

.floor_3_3 ul li i {
	display: block;
	font-size: 14px;
	color: #dddddd;
	line-height: 24px;
	padding-top: 14px;
}

.floor_3_3 ul li.li1 {
	position: absolute;
	left: 0;
	top: 0;
}

.floor_3_3 ul li.li2 {
	position: absolute;
	right: 0;
	top: 0;
}

.floor_3_3 ul li.li3 {
	position: absolute;
	left: 0;
	top: 156px;
}

.floor_3_3 ul li.li4 {
	position: absolute;
	right: 0;
	top: 156px;
}

.floor_3_3 ul li.li5 {
	position: absolute;
	left: 0;
	top: 310px;
}

.floor_3_3 ul li.li6 {
	position: absolute;
	right: 0;
	top: 310px;
}

.floor_3_3 ul li.li2 p span {
	background-position: -39px 0px;
}

.floor_3_3 ul li.li3 p span {
	background-position: -75px 0px;
}

.floor_3_3 ul li.li4 p span {
	background-position: -120px 0px;
}

.floor_3_3 ul li.li5 p span {
	background-position: -159px 0px;
}

.floor_3_3 ul li.li6 p span {
	background-position: -206px 0px;
}

.floor_3_4 {
	width: 510px;
	margin: 0 auto;
	margin-top: 20px;
	height: 55px;
}

.floor_3_4 a.a1 {
	display: block;
	float: left;
	width: 252px;
	height: 51px;
	background-color: #fff;
	border: #dddddd solid 2px;
	border-radius: 5px 0 0 5px;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #333;
}

.floor_3_4 a.a2 {
	display: block;
	float: left;
	width: 252px;
	height: 51px;
	border: #305dc4 solid 2px;
	border-radius: 0 5px 5px 0;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #305dc4;
	border-left: none;
}

.floor_3_4 a.a2:hover {
	display: block;
	float: left;
	width: 252px;
	height: 51px;
	border: #305dc4 solid 2px;
	border-radius: 0 5px 5px 0;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #fff;
	border-left: none;
	background-color: #305dc4;
}

.floor_3_4 a.a1:hover {
	display: block;
	width: 252px;
	height: 51px;
	background-color: #333;
	border: #333 solid 2px;
	border-radius: 5px 0 0 5px;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #fff;
}

.in_title {
	padding-top: 68px;
	height: 94px;
	text-align: center;
}

.in_title h3 {
	display: inline-block;
	font-size: 36px;
	color: #305dc4;
	font-weight: normal;
	line-height: 36px;
}

.in_title p {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	padding-top: 7px;
	line-height: 14px;
}

.in_title i {
	display: block;
	width: 182px;
	height: 18px;
	background: url(../images/a13_03.png) center center no-repeat;
	margin: 0 auto;
	margin-top: 18px;
}

.floor_4_main {
	width: 100%;
	clear: left;
	display: block;
	background: url(../images/a7_02.jpg) center center no-repeat;
	height: 943px;
}

.floor_4_2 {
	width: 1200px;
	margin-top: 50px;
}

.floor_4_2 .hd {
	width: 1200px;
	height: 40px;
	text-align: center;
	position: relative;
}

.floor_4_2 .hd ul {
	display: inline-block;
}

.floor_4_2 .hd ul li {
	float: left;
	width: 179px;
	height: 38px;
	border: #dcdcdc solid 1px;
	border-radius: 5px;
	margin: 0 10px;
}

.floor_4_2 .hd ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 38px;
}

.floor_4_2 .hd ul li.on {
	background-color: #305dc4;
	border: #305dc4 solid 1px;
}

.floor_4_2 .hd ul li.on a {
	color: #fff;
}

.floor_4_2 .bd {
	margin-top: 40px;
	height: 446px;
	width: 1200px;
	overflow: hidden;
}

.floor_4_2 .bd ul {
	display: inline-block;
	position: relative;
	height: 446px;
	width: 1200px;
}

.floor_4_2 .bd ul li {
	width: 284px;
	height: 213px;
	position: relative;
}

.floor_4_2 .bd ul li dt {
	width: 284px;
	height: 213px;
}

.floor_4_2 .bd ul li dt img {
	width: 284px;
	height: 213px;
	background-size: 100%;
}

.floor_4_2 .bd ul li dt p {
	background: url(../images/a17_06.png);
	width: 100%;
	height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .6s ease 0s;
}

.floor_4_2 .bd ul li dt p span {
	line-height: 65px;
	padding-left: 20px;
	float: left;
	color: #fff;
	font-size: 16px;
}

.floor_4_2 .bd ul li dt i {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background-position: -197px -264px;
	margin-top: 20px;
	margin-right: 20px;
}

.floor_4_2 .bd ul li dd {
	background: url(../images/a17_03.png);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	transition: all .6s ease 0s;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}

.floor_4_2 .bd ul li dd i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: -140px -257px;
	margin-top: 70px;
}

.floor_4_2 .bd ul li dd p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-top: 18px;
}

.floor_4_2 .bd ul li:hover dd {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.floor_4_2 .bd ul li:hover dt p {
	opacity: 0;
	visibility: hidden;
}

.floor_4_2 .bd ul li.li1 {
	position: absolute;
	left: 0;
	top: 0;
}

.floor_4_2 .bd ul li.li2 {
	position: absolute;
	left: 302px;
	top: 0;
}

.floor_4_2 .bd ul li.li3 {
	position: absolute;
	right: 0;
	top: 0;
}

.floor_4_2 .bd ul li.li4 {
	position: absolute;
	left: 0;
	top: 231px;
}

.floor_4_2 .bd ul li.li5 {
	position: absolute;
	right: 0;
	top: 231px;
}

.floor_4_2 .bd ul li.li2 {
	width: 592px;
	height: 445px;
}

.floor_4_2 .bd ul li.li2 dt {
	width: 592px;
	height: 445px;
}

.floor_4_2 .bd ul li.li2 dt img {
	width: 592px;
	height: 445px;
}

.floor_4_2 .bd ul li.li2 dd i {
	margin-top: 180px;
}

.floor_4_4 {
	width: 510px;
	margin: 0 auto;
	margin-top: 50px;
	height: 55px;
}

.floor_4_4 a.a1 {
	display: block;
	float: left;
	width: 252px;
	height: 51px;
	background-color: #305dc4;
	border: #305dc4 solid 2px;
	border-radius: 5px 0 0 5px;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #fff;
}

.floor_4_4 a.a2 {
	display: block;
	float: left;
	width: 252px;
	height: 51px;
	border: #fc1f1a solid 2px;
	border-radius: 0 5px 5px 0;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #fc1f1a;
	border-left: none;
}

.floor_4_4 a.a2:hover {
	display: block;
	float: left;
	width: 252px;
	height: 51px;
	border: #fc1f1a solid 2px;
	border-radius: 0 5px 5px 0;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #fff;
	border-left: none;
	background-color: #fc1f1a;
}

.floor_4_4 a.a1:hover {
	display: block;
	width: 252px;
	height: 51px;
	background-color: #333;
	border: #333 solid 2px;
	border-radius: 5px 0 0 5px;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #fff;
}

.floor_5_main {
	width: 100%;
	height: 200px;
	background: url(../images/a18_02.jpg) center center no-repeat;
}

.floor_5_main p {
	float: left;
	padding-top: 50px;
	font-size: 36px;
	color: #d20a05;
	line-height: 36px;
}

.floor_5_main p span {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	padding-top: 18px;
	display: block;
}

.floor_5_main p b {
	display: block;
	width: 70px;
	height: 2px;
	background-color: #d20a05;
	margin-top: 18px;
}

.floor_5_main dl {
	float: right;
	width: 450px;
	padding-top: 38px;
}

.floor_5_main dl dt {
	float: left;
	width: 300px;
}

.floor_5_main dl dt i {
	width: 216px;
	height: 50px;
	display: block;
	background-position: 0px -35px;
	padding-left: 84px;
	font-size: 26px;
	color: #fff;
	font-family: "Arial";
	font-weight: bold;
	line-height: 50px;
}

.floor_5_main dl dt span {
	width: 250px;
	height: 50px;
	display: block;
	background-position: -325px -35px;
	padding-left: 50px;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	margin-top: 20px;
}

.floor_5_main dl dd {
	float: right;
	width: 121px;
	height: 121px;
	background-color: #fff;
	text-align: center;
}

.floor_5_main dl dd img {
	width: 111px;
	height: 111px;
	background-size: 100%;
	margin-top: 5px;
}

.floor_6_2 {
	margin-top: 54px;
	clear: left;
	display: block;
}

.floor_6_2 ul {
	display: inline-block;
}

.floor_6_2 ul li {
	float: left;
	width: 230px;
	height: 350px;
	box-shadow: 0px 0px 16px #efeeee;
	position: relative;
	margin-right: 12px;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
}

.floor_6_2 ul li.li5 {
	margin-right: 0;
}

.floor_6_2 ul li a {
	display: block;
	width: 230px;
	height: 350px;
	background-color: #fff;
}

.floor_6_2 ul li img {
	width: 230px;
	height: 279px;
	background-size: 100%;
}

.floor_6_2 ul li .sheji {
	background: url(../images/a20_03.png);
	width: 230px;
	height: 279px;
	position: absolute;
	left: 0;
	top: 0;
}

.floor_6_2 ul li .sheji i {
	width: 64px;
	height: 64px;
	background-position: -294px -316px;
	margin-top: 61px;
	transition: all .6s ease 0s;
}

.floor_6_2 ul li .sheji p {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	padding-top: 38px;
	transition: all .6s ease 0s;
}

.floor_6_2 ul li .sheji p span {
	display: block;
	font-size: 18px;
	color: #dddddd;
	line-height: 18px;
	padding-top: 10px;
}

.floor_6_2 ul li .zixun {
	display: block;
	width: 230px;
	height: 71px;
	position: absolute;
	left: 0;
	bottom: 0;
	-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_2 ul li .zixun p {
	width: 140px;
	height: 35px;
	background-color: #666666;
	border-radius: 5px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-top: 18px;
	-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_2 ul li .zixun p span {
	width: 5px;
	height: 7px;
	display: inline-block;
	background-position: -118px -282px;
	margin-left: 10px;
}

.floor_6_2 ul li:hover .zixun {
	background-color: #305dc4;
}

.floor_6_2 ul li:hover .zixun p {
	background-color: #fff;
	color: #1667cb;
}

.floor_6_2 ul li:hover .zixun p span {
	background-position: -125px -282px;
}

.floor_6_2 ul li.li2 .sheji i {
	background-position: -363px -316px;
}

.floor_6_2 ul li.li3 .sheji i {
	background-position: -432px -316px;
}

.floor_6_2 ul li.li4 .sheji i {
	background-position: -499px -316px;
}

.floor_6_2 ul li.li5 .sheji i {
	background-position: -567px -316px;
}

.floor_6_2 ul li:hover .sheji i {
	margin-top: 65px;
}

.floor_6_2 ul li:hover .sheji p {
	padding-top: 30px;
}

.floor_7_main .floor_4_2 .bd ul li p {
	border: 0;
}

.floor_8_main {
	margin-top: 50px;
	height: 670px;
	background-color: #f8f8f8;
}

.floor_8_1 {
	width: 1200px;
	overflow: hidden;
	display: inline-block;
}

.floor_8_z {
	float: left;
	width: 390px;
	height: 546px;
	background-color: #fff;
	border-bottom: #dedddd solid 1px;
}

.floor_mc {
	width: 390px;
	height: 240px;
	background-color: #305dc4;
}

.floor_mc h3 a {
	display: block;
	font-size: 24px;
	padding-top: 24px;
	padding-left: 31px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}

.floor_mc h3 span {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	display: block;
	line-height: 14px;
	padding-top: 8px;
	text-transform: uppercase;
}

.dloor_xin {
	margin-left: 31px;
	margin-top: -140px;
}

.dloor_xin img {
	width: 330px;
	height: 220px;
	display: block;
}

.dloor_xin h3 {
	width: 310px;
	font-size: 18px;
	color: #333333;
	padding-top: 36px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dloor_xin em {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 13px;
	width: 330px;
	height: 74px;
}

.dloor_xin p {
	width: 330px;
	margin-top: 3px;
}

.dloor_xin p i {
	width: 0px;
	height: 1px;
	transition: all .6s ease 0s;
	background-color: #305dc4;
	display: block;
	margin-top: 8px;
	float: left;
}

.dloor_xin a:hover p i {
	width: 62px;
}

.dloor_xin a:hover h3 {
	color: #305dc4;
}

.dloor_xin p span {
	display: block;
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}

.floor_8_1 {
	padding-top: 60px;
}

.floor_8_y {
	float: right;
	width: 790px;
}

.floor_y_1 {
	width: 789px;
	height: 240px;
	border-bottom: #dedddd solid 1px;
	border-left: #efeeee solid 1px;
	background-color: #fff;
}

.floor_y_t h3 {
	display: block;
	font-size: 24px;
	padding-top: 24px;
	padding-left: 31px;
	color: #305dc4;
	font-weight: bold;
	line-height: 24px;
	float: left;
}

.floor_y_t h3 span {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	display: block;
	line-height: 14px;
	padding-top: 8px;
	text-transform: uppercase;
}

.floor_y_t a.ag {
	width: 15px;
	height: 15px;
	background-position: 0px -103px;
	display: block;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	position: relative;
	z-index: 5;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.floor_y_t a.ag:hover {
	background-position: 0px -121px;
}

.floor_y_b {
	padding-top: 26px;
	clear: left;
	display: block;
	width: 789px;
	position: relative;
}

.floor_y_b .hd .next {
	position: absolute;
	top: -40px;
	right: 86px;
	width: 7px;
	height: 14px;
	background-position: -223px -147px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.floor_y_b .hd .prev {
	position: absolute;
	top: -40px;
	right: 64px;
	width: 7px;
	height: 14px;
	background-position: -223px -165px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.floor_y_b .hd .next:hover {
	position: absolute;
	top: -40px;
	right: 86px;
	width: 7px;
	height: 14px;
	background-position: -256px -147px;
}

.floor_y_b .hd .prev:hover {
	position: absolute;
	top: -40px;
	right: 64px;
	width: 7px;
	height: 14px;
	background-position: -256px -165px;
}

.floor_y_b li {
	float: left;
	width: 340px;
	margin: 0 26px;
}

.floor_y_b a {
	display: block;
}

.floor_y_b a h3 {
	width: 340px;
	font-size: 18px;
	color: #333333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.floor_y_b a em {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding-top: 10px;
	width: 340px;
	height: 64px;
}

.floor_y_b a p {
	width: 340px;
}

.floor_y_b a p i {
	width: 0px;
	height: 1px;
	transition: all .6s ease 0s;
	background-color: #305dc4;
	display: block;
	margin-top: 8px;
	float: left;
}

.floor_y_b a:hover p i {
	width: 62px;
}

.floor_y_b a:hover h3 {
	color: #305dc4;
}

.floor_y_b a p span {
	display: block;
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}

.floor_y_2 {
	width: 789px;
	height: 280px;
	border-bottom: #dedddd solid 1px;
	border-left: #efeeee solid 1px;
	background-color: #fff;
	margin-top: 25px;
	position: relative;
}

.floor_y_d img.img1 {
	position: absolute;
	left: 164px;
	bottom: 0;
}

.floor_y_d a.gd {
	width: 130px;
	height: 40px;
	border: #ebebeb solid 1px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	position: absolute;
	left: 30px;
	bottom: 44px;
}

.floor_y_d a.gd span {
	display: inline-block;
	width: 31px;
	height: 10px;
	background-position: -30px -106px;
	margin-left: 6px;
}

.floor_y_d a.gd:hover {
	background-color: #305dc4;
	color: #fff;
}

.floor_y_d a.gd:hover span {
	background-position: -30px -123px;
}

.floor_y_d .txtScroll-top {
	width: 350px;
	position: absolute;
	right: 16px;
	top: 58px;
	display: inline-block;
}

.floor_y_d .txtScroll-top .hd .next {
	position: absolute;
	top: -22px;
	right: 86px;
	width: 14px;
	height: 7px;
	background-position: -234px -151px;
	z-index: 111;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.floor_y_d .txtScroll-top .hd .prev {
	position: absolute;
	top: -22px;
	right: 64px;
	width: 14px;
	height: 7px;
	background-position: -234px -170px;
	z-index: 111;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.floor_y_d .txtScroll-top .hd .next:hover {
	position: absolute;
	top: -22px;
	right: 86px;
	width: 14px;
	height: 7px;
	background-position: -267px -151px;
	z-index: 111;
}

.floor_y_d .txtScroll-top .hd .prev:hover {
	position: absolute;
	top: -22px;
	right: 64px;
	width: 14px;
	height: 7px;
	background-position: -267px -170px;
	z-index: 111;
}

.floor_y_d .txtScroll-top ul {
	display: inline-block;
}

.floor_y_d ul li {
	clear: left;
	display: block;
	margin-top: 16px;
}

.floor_y_d ul li dl {
	display: inline-block;
}

.floor_y_d ul li dl dt {
	width: 400px;
	height: 18px;
}

.floor_y_d ul li dl dt i {
	width: 17px;
	height: 17px;
	float: left;
	display: block;
	background: url(../images/wen.png) no-repeat;
	margin-top: 2px;
}

.floor_y_d ul li dl dt span {
	float: left;
	display: block;
	font-size: 18px;
	color: #333;
	padding-left: 10px;
	line-height: 18px;
	width: 328px;
	padding-left: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.floor_y_d ul li dl dd {
	margin-top: 6px;
	clear: left;
	display: block;
	height: 40px;
}

.floor_y_d ul li dl dd em {
	width: 17px;
	height: 17px;
	float: left;
	display: block;
	background: url(../images/da.png) no-repeat;
	margin-top: 4px;
}

.floor_y_d ul li dl dd p {
	float: left;
	display: block;
	font-size: 14px;
	color: #999;
	width: 322px;
	padding-left: 10px;
	line-height: 20px;
}

.floor_y_d ul li a:hover span {
	color: #305dc4;
}

.floor_9_2 {
	height: 452px;
}

.content-main {
	position: relative;
	width: 1200px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.content-btn {
	position: absolute;
	width: 22px !important;
	height: 41px;
	z-index: 10;
	cursor: pointer;
}

.content-btn .btn-left {
	opacity: 0.8;
	display: block;
	position: absolute;
	left: -50px;
	width: 22px !important;
	height: 41px;
	top: 50%;
	background: url(../images/left_03.png) no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-btn .btn-left:hover {
	background: url(../images/left1_03.png) no-repeat;
}

.next-btn {
	right: 0;
	top: 0;
}

.next-btn .btn-right {
	opacity: 0.8;
	display: block;
	position: absolute;
	right: -50px;
	width: 22px !important;
	height: 41px;
	top: 50%;
	background: url(../images/left_05.png) no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.next-btn .btn-right:hover {
	background: url(../images/left1_05.png) no-repeat;
}

.lisp {
	width: 1100px;
	height: 400px;
}

.lisp li {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 291px;
	height: 388px;
	box-shadow: 0px 3px 20px #e5e5e5;
}

.lisp li img {
	background-size: 100%;
	width: 100%;
	height: 100%;
}

/* // */
.section {
	padding: 100px 0;
}

.section-title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.section-title small {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}

.section-title strong {
	display: block;
	position: relative;
	color: #104492;
	font-size: 30px;
	margin-top: 10px;
}

.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 86%;
	content: "";
	background: #e5e5e5;
}

.section-title-more .more-big {
	float: right;
	margin-top: -77px;
}

.section-title-1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.section-title-1 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}

.section-title-1 h4 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 42px;
	color: #104492;
}

.section-title-1 h4:after,
.section-title-1 h4:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 22px;
	top: 50%;
	background-color: #104492;
}

.section-title-1 h4:after {
	right: 0;
}

.section-title-1 h4:before {
	left: 0;
}

.section-sub {
	padding: 60px 0;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.about-con h3 {
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px;
}

.about-con h3 span {
	color: #999;
	margin-left: 10px;
}

.about-con p {
	line-height: 30px;
	color: #666;
	text-indent: 2em;
	text-align: justify;
}

.about-con a {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #0053a9;
	border-radius: 15px;
	margin-top: 15px;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}

.list-3 {
	margin: -20px 0 0 -20px;
}

.list-3 li {
	float: left;
	width: 50%;
}

.list-3 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
}

.list-3 li a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 85px;
	height: 0;
	border-bottom: 128px solid #dfdfdf;
	border-right: 78px solid transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-3 li .date {
	float: left;
	width: 115px;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 5px 0;
	color: #fff;
}

.list-3 li .date small {
	display: block;
	font-size: 16px;
}

.list-3 li .date strong {
	display: block;
	font-size: 48px;
	margin-top: 10px;
}

.list-3 li .text {
	margin-left: 140px;
}

.list-3 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-3 li .text p {
	margin: 10px 0 0;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
}

.list-3 li a:hover {
	background-color: #3a4249;
	color: #fff;
}

.list-3 li a:hover:after {
	border-bottom-color: #305dc4;
}

.list-3 li a:hover .text p {
	color: #fff;
}

.in-prd-menu {
	margin-top: -77px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.in-prd-menu .hform {
	float: right;
	position: relative;
	margin-left: 10px;
}

.in-prd-menu .hform input {
	display: block;
	padding: 11px 58px 11px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 150px;
}

.in-prd-menu .hform button {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 44px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/901_top9.png) center no-repeat #104492;
}

.in-prd-menu ul {
	float: right;
	margin: -10px 0 0 -10px;
}

.in-prd-menu li {
	float: left;
}

.in-prd-menu li a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	padding: 0 16px;
	background-color: #305dc4;
	color: #fff;
	margin: 10px 0 0 10px;
}

.in-prd-menu li.active a,
.in-prd-menu li a:hover{
	background-color: #244ba6;
}

.col-md-8 {
	width: 66%;
	float: left;
}

.col-md-4 {
	width: 34%;
	float: left;
}

.about {
	overflow: hidden;
}

.text-center {
	text-align: center;
}

.proimgindex {
	width: 283px;
	height: 159px;
	float: left;
}

.proimgindex img {
	width: 100%;
	height: 100%;
}

.gduocp {
	display: inline-block;
	background: #305dc4;
	color: #fff;
	padding: 8px 24px;
	position: absolute;
	left: 0;
	bottom: -60px;
	border-radius: 2px;
	font-size: 16px;
}

.gduocp:hover {
	color: #fff;
	background: #244ba6;

}

#nav li:nth-child(3) .subnav {
	width: 150%;
}

.text-right {
	text-align: right;
}

.row.about {
	margin-top: 20px;
	margin-bottom: 40px;
}
.guanjzhi p a{
	margin-right: 10px;
}