﻿/*易优cms（eyoucms.com）安全--简单--易用*/
@charset "utf-8";
/* CSS Document */
html {
	min-width: 1200px;
}
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", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
	color: #333333;
}
h1, h2, h3  {
	font-size: 40px;
	font-weight: normal;
	text-align:center;
}
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;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(../images/ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ff7800;
	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;
}

/*******index css*******/
index .indexTit {
	text-align: center;
}
.index .indexTit .tit {
	font-size: 48px;
	color: #005197;
	font-weight: bold;
	line-height: 48px;
}
.index .indexTit .tit span {
	color: #ff7800;
	display: inline-block;
	padding-left: 24px;
}
.index .indexTit .subtit {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	margin-top: 18px;
}

.floor_4_main {
	background: url(../images/t9_02.jpg) center center no-repeat;
	width: 100%;
	height: 791px;
}
.floor_4_main .indexTit {
	padding-top: 118px;
}
.floor_4_main .indexTit .tit, .floor_4_main .indexTit .tit span {
	color: #fff;
}
.floor_4_main .indexTit .subtit {
	color: #fff;
	text-align: center;
    padding-top: 20px;
    font-size: 16px;
}
.floor_4_main .floor_4_1 {
	display: inline-block;
	height: 440px;
	padding-top: 50px;
}
.floor_4_main .floor_4_1 dl {
	float: left;
	width: 600px;
	float: left;
	height: 220px;
	background-color: #fff;
}
.floor_4_main .floor_4_1 dl dt {
	width: 300px;
	height: 220px;
	display: block;
	float: left;
	overflow: hidden;
}
.floor_4_main .floor_4_1 dl dt img {
	width: 300px;
	height: 220px;
	display: block;
	transition: all .36s ease;
}
.floor_4_main .floor_4_1 dl dd {
	position: relative;
	width: 300px;
	height: 220px;
	float: right;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl.dl1 dd i, .floor_4_main .floor_4_1 dl.dl2 dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 42px;
	left: -14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl.dl3 dd i, .floor_4_main .floor_4_1 dl.dl4 dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 14px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 42px;
	right: -14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl dd h3 {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 18px;
	padding-top: 44px;
	padding-left: 30px;
	text-align: left;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl dd h3 span {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #ff7800;
	margin-top: 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_4_main .floor_4_1 dl dd p {
	display: block;
	width: 240px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding-top: 20px;
	text-align: justify;
	margin-left: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl.dl1:hover dd i, .floor_4_main .floor_4_1 dl.dl2:hover dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #ff7800 transparent transparent;
	position: absolute;
	top: 42px;
	left: -14px;
}
.floor_4_main .floor_4_1 dl.dl3:hover dd i, .floor_4_main .floor_4_1 dl.dl4:hover dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 14px;
	border-color: transparent transparent transparent #ff7800;
	position: absolute;
	top: 42px;
	right: -14px;
}
.floor_4_main .floor_4_1 dl:hover dd {
	background-color: #ff7800;
}
.floor_4_main .floor_4_1 dl:hover dd h3 {
	color: #fff;
}
.floor_4_main .floor_4_1 dl:hover dd h3 span {
	background-color: #fff;
}
.floor_4_main .floor_4_1 dl:hover dd p {
	color: #fff;
}
.floor_4_main .floor_4_1 dl.dl3 dd, .floor_4_main .floor_4_1 dl.dl4 dd {
	float: left;
}
.floor_4_main .floor_4_1 dl.dl3 dt, .floor_4_main .floor_4_1 dl.dl4 dt {
	float: right;
}
.floor_4_main .floor_4_1 dl:hover dt img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

/* 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: #38a72f;
	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 #38a72f;
*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: #ff7800;
}
@-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 */
