li {
	list-style: none;
}

.index-warp {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.warp {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.head {
	height: 182px;
	background-color: #fff;
}

.head-left,
.head-right {
	margin-top: 55px;
}

.head-logo {
	width: 276px;
	float: left;
}

.head-xr {
	float: right;
	border-left: 1px solid #eee;
	margin-left: 10px;
	padding-left: 10px;
}

.head-xr h3 {
	font-size: 24px;
}

.head-xr p {
	font-size: 18px;
}

.head-right-list {
	float: left;
	margin-left: 30px;
}

.head-right-phone {
	width: 40px;
	height: 40px;
	float: left;
	margin-top: 21px;
	margin-right: 10px;
}

.head-right-phone img {
	width: 100%;
	height: 100%;
}

.head-right-zx {
	float: right;

}

.head-right-zx p {
	font-size: 16px;
}

.head-right-zx h3 {
	font-size: 28px;
	font-weight: 600;
}

.headerNav {
	background-color: #005bac;
	height: 88px;
}

.nav a {
	width: 16.6%;
	height: 88px;
	display: block;
	float: left;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.nav a p {
	margin-top: 20px;
}

.nav a span {
	display: block;
	font-size: 14px;
	opacity: .6;
}

.nav a.selected {
	background-color: #d01121;
}

.nav a:hover {
	background-color: #d01121;
}

/*banner*/
.banner-main {
	width: 100%;
	height: 650px;
	position: relative;
	overflow: hidden;
}

.banner-main-img {
	height: 650px;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}

.banner-main-img li {
	width: 100%;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main-img li img {
	width: 1920px;
	height: 650px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.ui-controls ul {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.ui-controls ul li {
	float: left;
	width: 28px;
	height: 4px;
	margin: 0px 3px;
	background: rgba(255, 255, 255, .5);
	/* border-radius: 50%; */
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.ui-controls ul li:hover {
	background-color: #fff;
}

.ui-controls ul .current {
	background-color: #fff;
}

.ui-controls .ui-prev {
	width: 41px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: 66px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/icon-slides.png) no-repeat -84px 50%;
	z-index: 999;
	cursor: pointer;
}

.ui-controls .ui-next {
	width: 41px;
	height: 69px;
	position: absolute;
	top: 50%;
	right: 66px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/icon-slides.png) no-repeat -125px 50%;
	z-index: 999;
	cursor: pointer;
}

.ui-controls .ui-prev:hover {
	background-position-x: 0px;
}

.ui-controls .ui-next:hover {
	background-position-x: -42px;
}

.index-01 {
	background: url(../images/index_01_bg.jpg) no-repeat center;
	height: 1074px;
	width: 100%;
}

.index-title {
	text-align: center;
	padding: 78px 0 50px;
}

.index-title h3 {
	font-size: 40px;
	color: #005bac;
	font-weight: 600;
}

.index-title h3 b {
	color: #d01121;
}

.index-title p {
	font-size: 16px;
	color: #999;
}

.index-title span {
	width: 32px;
	height: 3px;
	background-color: #005bac;
	display: inline-block;
}

.index-01-left {
	background-color: #fff;
	width: 567px;
	padding: 40px 20px;
}

.idnex-01-left-img {
	width: 100%;
	height: 426px;
	overflow: hidden;
}

.idnex-01-left-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.idnex-01-left-title {
	margin: 0 20px;
}

.idnex-01-left-h3 {
	float: left;
	width: 80%;
}

.idnex-01-left-h3 h3 {
	font-size: 36px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.idnex-01-left-h3 p {
	font-size: 16px;
	color: #666;
}

.idnex-01-left-icon {
	float: right;
	margin-top: 10px;
}

.idnex-01-left-art {
	margin: 40px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

.index-01-left:hover .idnex-01-left-img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

/* .index-01-left:hover .idnex-01-left-h3 h3{
	color: #005bac;
}
.index-01-left:hover .idnex-01-left-h3 p{
	color: #005bac;
} */
.index-01-right {
	width: 770px;
}

.index-01-top {
	background-color: #fff;
	padding: 30px 20px;
	height: 280px;
}

.index-01-top-art {
	width: 304px;
	float: left;
}

.index-01-top-art h3 {
	font-size: 36px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.index-01-top-art p {
	font-size: 16px;
	color: #666;
}

.index-01-top-art img {
	display: block;
	margin-top: 28px;
}

.index-01-top-art a {
	display: block;
	width: 130px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #eeee;
	border-radius: 200px;
	text-align: center;
}

.index-01-top-art a:hover {
	background-color: #005bac;
	color: #fff;
}

.index-01-top-img {
	float: right;
	width: 371px;
	height: 280px;
	overflow: hidden;
}

.index-01-top-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.index-01-top:hover .index-01-top-img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.index-01-bottom-list {
	float: left;
	background-color: #fff;
	margin-top: 20px;
	width: 204px;
	padding: 40px 20px;
	margin-right: 18px;
}

.index-01-bottom-list:last-child {
	margin-right: 0;
}

.index-01-bottom-art {}

.index-01-bottom-art h3 {
	font-size: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.index-01-bottom-art p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.index-01-bottom-art img {
	width: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.index-01-bottom-img {
	width: 100%;
	height: 153.27px;
	overflow: hidden;
}

.index-01-bottom-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.index-01-bottom-list:hover .index-01-bottom-img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.index-02 {
	background: url(../images/index_02_bg.jpg) no-repeat center;
	height: 168px;
	width: 100%;
	text-align: center;
}

.index-02 a {
	display: inline-block;
	width: 292px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #fff;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	border-radius: 200px;
	margin-top: 55px;
}

.index-02 a:hover {
	background-color: #d01121;
	border: 1px solid #d01121;
}

.index-03 {}

.index-03-mian {}

.index-03-li {
	float: left;
	width: 33.2%;
	/* height: 480px; */
	margin-right: 0.2%;
	margin-top: 4px;
	position: relative;
	overflow: hidden;
}

.index-03-li:nth-child(3n) {
	margin-right: 0;
}

.index-03-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-03-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.index-03-b {
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 85%;
	top: 0;
	left: 0;
	text-align: center;
	transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
	-moz-transform: translateY(-500px);
	-ms-transform: translateY(-500px);
	-o-transform: translateY(-500px);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.index-03-b img {
	margin-top: 30%;
}

.index-03-title {
	position: absolute;
	background-color: rgba(0, 91, 172, .7);
	width: 100%;
	height: 15%;
	bottom: 0;
	left: 0;
	text-align: center;
	/*transform: translateY(500px);
	-webkit-transform: translateY(500px);
	-moz-transform: translateY(500px);
	-ms-transform: translateY(500px);
	-o-transform: translateY(500px);*/
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;

}

.index-03-title p {
	font-size: 24px;
	color: #fff;
	line-height: 2.5;
	padding: 0 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.index-03-li:hover .index-03-img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.index-03-li:hover .index-03-b {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.index-03-li:hover .index-03-title {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.index-04 {
	background: url(../images/index_04_bg.jpg) no-repeat center;
	height: 792px;
	width: 100%;
}

.index-04-mian {}

.index-04-mian img {
	width: 100%;

}

.index-05 {}

.index-05-left,
.index-05-right {
	float: left;
	height: 400px;
	width: 50%;
	overflow: hidden;
}

.index-05-left {
	background: url(../images/index_05_01.jpg) no-repeat;
}

.index-05-right {
	background: url(../images/index_05_02.jpg) no-repeat;
}

.indx-05-mian {
	width: 580px;
	height: 183px;
	margin: 13% auto;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.indx-05-mian img {
	float: left;

}

.index-05-art {
	float: right;
	margin-top: 25px;
}

.index-05-art h3 {
	font-size: 40px;
	color: #fff;
}

.index-05-art a {
	display: block;
	width: 186px;
	height: 32px;
	text-align: center;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 200px;
	line-height: 32px;
	color: #fff;
	font-size: 18px;
	margin-left: 20px;
	margin-top: 20px;
}

.indx-05-mian:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.index-06-li {
	float: left;
	width: 22%;
	margin: 0 1%;
	border: 1px solid #ddd;
}

.index-06-img {
	width: 100%;
	height: 221px;
	overflow: hidden;
}

.index-06-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.idnex-06-art {
	padding: 10px 3%;
}

.idnex-06-art h3 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.idnex-06-art p {
	font-size: 14px;
	overflow: hidden;
	color: #999;
	line-height: 1.8;
	height: 50px;
}

.idnex-06-art span {
	font-size: 14px;
	overflow: hidden;
	color: #999;
	line-height: 1.8;
	height: 50px;
}

.index-06-li:hover .index-06-img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.index-06-li:hover .idnex-06-art {
	background-color: #0055AF;
}

.index-06-li:hover .idnex-06-art h3 {
	color: #fff;
}

.index-06-li:hover .idnex-06-art p {
	color: #fff;
	opacity: .7;
}

.index-06-li:hover .idnex-06-art span {
	color: #fff;
	opacity: .7;
}

/* foot */
.foot {
	background: url(../images/foot_bg.png) no-repeat center;
	height: 750px;
	width: 100%;
	margin-top: 70px;
}

.foot-top {
	padding-top: 290px;
	border-bottom: 1px solid #386e9e;
	padding-bottom: 60px;
}

.foot-top a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 16.4%;
}

.foot-left {
	width: 60%;

}

.foot-right {
	width: 40%;
	padding-top: 90px;
}

.foot-phone {
	margin-top: 90px;
	overflow: hidden;
}

.foot-phone-li {
	overflow: hidden;
	float: left;
	margin-right: 40px;
}

.foot-phone-li img {
	float: left;
	margin: 5px 10px 0 0;
}

.foot-phone-r {
	float: left;
}

.foot-phone-r p {
	font-size: 18px;
	color: #fff;
}

.foot-phone-r h3 {
	font-size: 36px;
	color: #fff;
}

.foot-lx {
	margin-top: 30px;
}

.foot-lx li {
	float: left;
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
	margin-top: 10px;
}

.foot-lx li a {
	color: #fff;
}

.foot-right {}

.foot-right-li {
	float: left;
	width: 140px;
	text-align: center;
	margin: 0 10px;
}

.foot-right-li img {
	width: 100%;
}

.foot-right-li p {
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

/*返回顶部*/
.suspension {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 85px;
	width: 70px;
	height: 240px;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #333;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}

.suspension .a.active,
.suspension .a:hover {
	background: #1F4DA3;
}

.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.suspension .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}

.suspension .a-qrcode .i {
	background-position: -44px 0;
}

.suspension .a-address .i {
	background-position: -88px 0;
}

.suspension .a-top .i {
	background-position: -132px 0;
}

.suspension .a-top {
	background: #D2D3D6;
	display: none;
}

.suspension .a-top:hover {
	background: #c0c1c3;
}

.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 56px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}

.suspension .d-service {
	top: 0;
}

.suspension .d-service-phone {
	top: 34px;
}

.suspension .d-qrcode {
	top: 78px;
}

.suspension .d .inner-box {
	padding: 8px 22px 12px;
}

.suspension .d-service-item {
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}

.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}

.suspension .d-service-item h3 {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
	padding-top: 10px;
}

.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}

.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-qrcode {
	text-align: center;
}

.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}

.suspension .d-address {
	top: 0;
}

.suspension .d-address p {
	font-size: 16px;
	line-height: 1.6;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}

.comm-banner {
	background: url(../images/comm_banner.jpg) no-repeat center;
	height: 400px;
	width: 100%;
	text-align: center;
}

.comm-banner h3 {
	font-size: 36px;
	color: #fff;
	padding-top: 130px;
}

.comm-banner p {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.comm-banner span {
	display: inline-block;
	width: 42px;
	height: 4px;
	background-color: #fff;
}

/*关于我们*/
.comm-bg {
	background-color: #f5f5f5;
}

.comm-location {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 70px;
	line-height: 70px;
}

.comm-location-left {}

.comm-location-left a {
	font-size: 16px;
	color: #222;
}

.comm-location-left span {
	padding: 0 30px;
}

.comm-location-left .comm-location-left-on {
	color: #005bac;
	font-weight: 600;
}

.comm-location-left a:hover {
	color: #005bac;
	font-weight: 600;
}

.comm-location-right img {
	vertical-align: middle;
}

.comm-location-right span {
	font-size: 16px;
	color: #666;
	vertical-align: middle;
	padding: 0 5px;
}

.comm-location-right a {
	font-size: 16px;
	color: #666;
	vertical-align: middle;
}

.comm-box {
	background-color: #fff;
	margin-top: 50px;
	padding: 40px 40px 60px;
}
.comm-box p{
	font-size:16px;
}
.abouts_02_img {
	float: left;
}

.abouts_02_art {
	float: right;
	width: 510px;
}

.abouts_02_art p {
	font-size: 16px;
	color: #222;
	margin-bottom: 25px;
}

.abouts_02_art p:last-child {
	margin-bottom: 0;
}

.abouts_03_box {}

.abouts_03_li {}

.abouts_03_title {
	background-color: #fff;
	margin-top: 40px;
	padding: 10px 0;
	padding-left: 20px;
	border: 1px solid #ddd;
}

.abouts_03_title p {
	border-left: 6px solid #005bac;
	font-size: 24px;
	padding-left: 10px;
}

.abouts_03_li {
	overflow: hidden;
}

.abouts_03_li li {
	float: left;
	/* width: 260px; */

	background-color: #fff;
	margin-top: 20px;
	border: 1px solid #ddd;
	margin-right: 20px;
}

.abouts_03_li li:nth-child(4n) {
	margin-right: 0;
}

.abouts_03_img {
	display:table-cell;
	vertical-align:middle;
	width: 260px;
	height: 349px;
	padding: 11px;
	overflow: hidden;
}

.abouts_03_img img {
	width: 100%;
	max-height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.abouts_03_li li p {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
	width: 260px;
}

.abouts_03_li li:hover .abouts_03_img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.news {}

.news-li {
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.news-img {
	float: left;
	width: 285px;
	height: 205px;
	overflow: hidden;
}

.news-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.news-art {
	float: right;
	width: 800px;
}

.news-art h3 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
	margin-top: 10px;
	font-weight: 600;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.news-art p {
	font-size: 16px;
	margin-top: 20px;
	color: #666;
	line-height: 1.8;
	height: 84px;
	overflow: hidden;
}

.news-art span {
	display: block;
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}

.news-li:hover .news-art h3 {
	color: #0055AF;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}

.news-li:hover .news-img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

/*分页*/
.comm-fy {
	width: 100%;
	padding-top: 60px;
	text-align: center;
}

.comm-fy-cont {
	margin: 0 auto;
	display: inline-block;
}

.comm-fy-cont li {
	background-color: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.comm-fy-cont li a {
	display: block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	font-size: 12px;
	color: #999;
}

.comm-fy-cont li .comm-fy-on {
	background-color: #0055AF;
	color: #fff;
	border: 1px solid #0055AF;
}

.comm-fy-cont li a:hover {
	background-color: #0055AF;
	color: #fff;
	border: 1px solid #0055AF;
}

/*新闻详情*/
.newsDeta-title {
	font-size: 26px;
	text-align: center;
	padding-top: 20px;
}

.newsDeta-date {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin: 10px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.newsDeta-date span {
	padding: 10px;
}

.newsDeta-art {
	margin: 30px 0 50px;
}

.newsDeta-art p {
	font-size: 14px;
	color: #222;
	line-height: 2.2;
}

.newsDeta-art img {
	max-width: 100%;
	display: inline-block;
	margin: 20px auto;
}

.newsDeta-bot {
	position: relative;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.newsDeta-bot a {
	position: absolute;
	width: 45%;
	color: #666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.newsDeta-bot a:hover {
	color: #235AA6;
}

.newsDeta-upper {
	left: 0;
}

.newsDeta-next {
	right: 0;
	text-align: right;
}

/*产品中心*/
.InputText {
	width: 248px;
	height: 40px;
	padding: 2px 20px;
	background-color: #eee;
	font-size: 16px;
}

.btn-search {
	width: 85px;
	height: 44px;
	background-color: #0055AF;
	color: #fff;
	font-size: 16px;
}

.product {
	margin-top: 20px;
}

.product-ss {
	background-color: #fff;
	height: 70px;
	font-size: 0;
	margin-top: 20px;
}

.product-ss-InputText {
	width: 74%;
	height: 64px;
	padding: 3px 3%;
	font-size: 18px;
}

.product-ss-btn-search {
	width: 20%;
	background-color: #0055AF;
	/* height: 100%; */
	height:70px;
	font-size: 18px;
	color: #fff;
}

.product-li {
	float: left;
	width: 382px;
	background-color: #fff;
	margin-right: 27px;
	margin-top: 27px;
}

.product-li:nth-child(3n) {
	margin-right: 0;
}

.product-img {
	width: 100%;
	height: 287px;
	overflow: hidden;
}

.product-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.product-li:hover .product-img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.product-art {
	border-top: 1px solid #eee;
	padding: 20px 20px 30px;
	text-align: center;
}

.product-art h3 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}

.product-art p {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}


.bg {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}

.bg_left {
	width: 638px;
	height: auto;
	float: left
}

.bg_right {
	float: right;
	width: 460px;
}

.show {
	width: 638px;
	height: 479px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #E8E8E8;
	cursor: move
}

.show img {
	width: 100%;
	height: 100%;
}

.mask {
	width: 215px;
	height: 215px;
	background: #000;
	filter: Alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.bigshow {
	width: 430px;
	height: 430px;
	overflow: hidden;
	margin-left: 10px;
	display: none;
	border: 1px solid #E8E8E8;
}

.bigshow img {
	width: 860px;
	height: 860px;
	margin-right: 10px;
}

.smallshow {
	width: 100%;
	height:128px;
	position: relative;
	margin-top: 40px;
}

.smallshow img {
	width: 100%;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	transition: all 0.5s
}

.smallshow>.middle_box {
	margin-left: 30px;
	margin-right: 30px;
	width: 460px;
	overflow: hidden;
	height: 128px;
}

.smallshow .middle {
	overflow: hidden;
	transition: all 0.5s;
	height: 128px;
}

.smallshow .middle>li {
	width: 126px;
	height: 95px;
	float: left;
	cursor: pointer;
	padding: 0 5px;
}

.smallshow>p {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -36px;
}

.smallshow>.prev {
	left: 0;
	background: url(../images/hover-prev.png) no-repeat;
	transition: all 0.5s
}

.smallshow>.next {
	right: 0;
	background: url(../images/hover-next.png) no-repeat;
	transition: all 0.5s
}

.smallshow>.prev.prevnone {
	left: 0;
	background: url(../images/prev.png) no-repeat;
	cursor: not-allowed
}

.smallshow>.next.nextnone {
	right: 0;
	background: url(../images/next.png) no-repeat;
	cursor: not-allowed
}
.product-title{
	
}
.product-title h3{
	font-size: 24px;
	color: #222;
	height: 108px;
	overflow: hidden;
}
.product-title p{
	font-size: 14px;
	color: #666;
	height: 100px;
	overflow: hidden;
	margin-top: 30px;
	line-height: 1.8;
	text-align: justify;
}
.product-btn{
	margin-top: 23px;
}
.product-btn a{
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	padding: 0 30px;
	margin-right: 10px;
}
.product-btn a:first-child{
	background-color: #005bac;
}
.product-btn a:last-child{
	background-color: #d01121;
}
.productDeta-middle{
	margin-top: 60px;
}
.productDeta-middle-title{

	border-bottom: 1px solid #eee;
}
.productDeta-middle-title p{
	height: 50px;
	font-size: 18px;
	background-color: #0055AF;
	width: 150px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.productDeta-middle-art{
	padding: 40px 0;
}
.productDeta-middle-art img{
	display: block;
	margin: 10px auto;
}
.productDeta-middle-btn{
	
}
.productDeta-middle-btn{
	border-top: 1px solid #eee;
	padding-top: 20px;
	overflow: hidden;
}
.productDeta-middle-btn a{
	color: #666;
	font-size: 14px;
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}
.productDeta-middle-btn a:last-child{
	text-align: right;
}




/*解决方案*/
.solution-title {
	height: 67px;
	background-color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 67px;
	margin-top: 40px;
}

.solution-li {
	width: 380px;
	height: 242px;
	position: relative;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
	overflow: hidden;

}

.solution-li:nth-child(3n) {
	margin-right: 0;
}

.solution-img {
	width: 100%;
	height: 100%;
}

.solution-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	filter:brightness(0.7);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.solution-art {
	position: absolute;
	top: 30%;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 3;
}

.solution-art img {
	width: 40px;
	height: 40px;
}

.solution-art h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
}

.solution-bg {
	background-color: rgba(0, 91, 172, .6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transform: translateY(300px);
	-webkit-transform: translateY(300px);
	-moz-transform: translateY(300px);
	-ms-transform: translateY(300px);
	-o-transform: translateY(300px);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.solution-li:hover .solution-bg {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.solution-li:hover .solution-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.solutionDeta {
	margin-top: 50px;
}

.solutionDeta-left {
	width: 280px;
	background-color: #fff;
}

.solutionDeta-title {
	height: 80px;
	line-height: 80px;
	background-color: #0055AF;
	padding-left: 20px;
	font-size: 26px;
	color: #fff;
}

.solutionDeta-nav a {
	font-size: 18px;
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #eee;
	display: block;
	padding-left: 20px;
	color: #999;
}

.solutionDeta-nav a:hover {
	color: #0055AF;
}

.solutionDeta-nav .solutionDeta-nav-on {
	color: #0055AF;
}

.solutionDeta-right {
	width: 800px;
	background-color: #fff;
	padding: 40px 40px 60px;
	font-size:16px;
}

.technology-mian {}

.technology-li {
	width: 285px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	background-color: #fff;
	overflow: hidden;
}

.technology-li:nth-child(4n) {
	margin-right: 0;
}

.technology-img {
	widows: 100%;
	height: 207px;
}

.technology-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.technology-li p {
	font-size: 18px;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #eee;
}

.technology-li:hover .technology-img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}




@media (max-width:1500px) {
	.index-warp {
		width: 1280px;
	}

	.head-logo {
		width: 230px;
	}

	.head-right-list {
		margin-left: 20px;
	}

	.index-01-left {
		width: 452px;
	}

	.idnex-01-left-img {
		height: 398px;
	}

	/* .index-03-li{
		height: 337px;
	} */
	.index-03-b {
		height: 80%;
	}

	.index-03-title {
		height: 20%;
	}

	/* .index-03-title p{
		line-height: 1.8;
	} */
	.index-04 {
		height: 653px;
	}

	.index-05-left,
	.index-05-right {
		height: 360px;
	}
}
.product-mian ul{
	display:flex;
	flex-wrap:wrap;
}
@media (max-width:1240px) {}
