﻿@charset "UTF-8";
.container, .container-middle, .wrap, .container_box {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
@media (min-width: 1024px) {
 .Npro_content {
 width: 760px;
 float: right;
}
}
@media (min-width: 1260px) {
 .wrap, .container, .container_box {
 width: 1230px;
}
 .Npro_content {
 width: 860px;
 float: right;
}
}
@media (min-width: 1460px) {
 .wrap, .container, .container_box {
 width: 1430px;
}
 .Npro_content {
 width: 1060px;
 float: right;
}
 .newsList dd {
 width: 1050px;
}
}
@media (min-width: 1900px) {
 .wrap, .container, .container_box {
 width: 1600px;
}
 .Npro_content {
 width: 1260px;
 float: right;
}
 .newsList dd {
 width: 1200px;
}
}
/*header*/
.Iheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(255, 255, 255, .2);
	z-index: 5000;
 transition: ease .5s;
}
.Iheader.on {
	background-color: #fff;
	border-color: transparent;
	box-shadow: 0 0 13px rgba(0, 0, 0, .3);
}
.Iheader-navbar {
	width: 100%;
	clear: both;
}
.Iheader .logo {
	margin-left: 5%;
	float: left;
}
.Iheader-tel {
	margin-right: 5%;
	position: relative;
	float: right;
}
.Iheader-tel ul {
	float: left;
}
.Iheader-tel ul li {
	float: left;
	margin-right: 10px;
	margin-top: 25px;
}
.Iheader-tel ul li .show {
	display: none;
}
.Iheader-tel ul li:hover .show {
	display: block;
	position: absolute;
	left: -40px;
	background: #FFF;
	border-radius: 6px;
	z-index: 5000;
}
.Iheader-tel ul li:hover .show img {
	border-radius: 10px;
}
.Iheader-tel ul li:hover .show span {
	display: block;
	text-align: center;
	font-size: 16px;
}
.Iheader-tel ul li:hover img {
 animation: ball .6s infinite alternate;
	cursor: pointer;
}
.Iheader-tel p {
	display: block;
	float: left;
	margin-left: 5px;
	color: #3e3e3e;
	font-size: 16px;
	margin-top: 25px;
}
.Iheader-tel p span {
	color: #0181ca;
	font-size: 32px;
	font-family: "Impact";
	display: block;
	line-height: 50px;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff;
}
.navbar {
	height: 100px;
	line-height: 100px;
	float: right;
	width: 48%;
}
.navitem {
	float: left;
	width: 14%;
	height: 100px;
}
.navitem > a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333;
 -webkit-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
	background: transparent;
	position: relative;
	line-height: 100px;
}
.navitem > a::before {
 position: absolute;
 content: "";
 width: 0px;
 height: 3px;
 background: #0181ca;
 left: 50%;
 bottom: 0%;
 transform: translateX(-50%);
 transition: ease .5s;
}
.navitem:hover > a::before, .navitem.active > a::before {
 width: 90px;
}
.navitem {
	position: relative;
}
.dropdown-menu.single {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	/* width: auto; */
  width: 160px;
	z-index: 5000;
	background: rgba(255, 255, 255, 1);
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
 -webkit-transition: max-height .5s;
 -o-transition: max-height .5s;
 transition: max-height .5s;
	border: none;
	color: #303233;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	height: auto;
	padding: 0;
	display: block;
}
.dropdown-menu.single ul {
	padding: 0px 10px;
}
.dropdown-menu.single li {
	display: block;
	font-size: 16px;
	width: 100%;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
	border-bottom: dashed 1px #e5e5e5;
	position: relative;
	text-align: center;
}
.dropdown-menu.single li:last-child {
	border-bottom: 0;
}
.dropdown-menu.single li > a {
	line-height: 47px;
	white-space: nowrap;
	display: block;
	width: 100%;
	color: #666666;
	height: auto;
	background: 0 0;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.dropdown-menu.single li:hover a {
	color: #086cb9;
}
.navitem:hover .dropdown-menu.single {
	max-height: 800px;
	opacity: 1;
}
/*header -end*/
/* index */
.Ititle-box {
	text-align:center;
}
.Ititle-tit {
	font-size: 36px;
	line-height: 40px;
	color: #1d70b5;
	text-align: center;
	font-weight: 600;
}
.Ititle-tit-bai {
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
.Ititle-dec {
	font-size: 16px;
	line-height: 30px;
	color: #888;
	text-align: center;
	margin-top: 6px;
}
.Ititle-dec-bai {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin-top: 6px;
}
.Ititle-En {
	display: block;
	font-size: 52px;
	color: #eee;
	text-transform: uppercase;
	text-align: center;
	font-weight:700;
}
.Ititle-box em {
	display: block;
	width: 50px;
	height: 3px;
	background: #0f9163;
	text-align:center;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;
}
.Ititle-tit i {
	font-style: normal;
	font-size: 54px;
	color: #0181ca;
	font-family: "DINMITTELSCHRIFTSTD";
}
.Ititle-tit-bai i {
	font-style: normal;
	font-size: 54px;
	color: #0181ca;
	font-family: "DINMITTELSCHRIFTSTD";
}
/* 按钮 */
.btn_more_box {
	text-align: center;
	margin-top: 30px;
}
.btn_more_box .btn_call, .btn_more_box .btn_more {
	display: inline-block;
	vertical-align: top;
}
.btn_more_box .btn_call {
	height: 50px;
	text-indent: 1em;
	line-height: 50px;
	padding: 0 40px;
	border-radius: 100px;
	font-size: 28px;
	font-family: impact;
	background: #0181ca url(../images/dot/dot_tel.png) 30px center no-repeat;
}
.btn_more_box .btn_call a {
	color: #fff;
}
.btn_more_box .btn_more {
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin-left: 20px;
	border-radius: 100px;
	background-color: #119e4e;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: inline-block
}
.btn_more_box .btn_more:hover {
	background: #0181ca;
}
/* 按钮 end */
.banner {
	position: relative;
}
.banner-pic img {
	width: 100%
}
.banner-tit {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	color: #080404;
}
.banner-tit .cn {
	text-align: center;
	color:#fff;
	font-size:62px;
	text-shadow: 2px 2px 2px #585858;
}
.banner-tit .en {
	font-size: 22px;
	color: #fff;
	line-height: 50px;
	text-align:center;
	text-shadow: 3px 3px 3px #3c3c3c;
	width:100%;
	display:block;
}
.banner-button-prev, .banner-button-next {
cbackground-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) !important;
}
.banner .swiper-pagination-bullet {
	background: #fff;
	opacity:.5
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}
/* =====================产品展示===================== */
.Iproduct {
	padding: 70px 0 120px;
	background: url(../images/bg_pro.jpg) no-repeat bottom;
}
.Iproduct_content {
	margin-top:30px;
}
.index-product-content {
	width: 100%;
	height: 720px;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5px #ddd;
}
.parBd .slideBox {
	position: relative;
}
.index-product-list li {
	height: 720px;
}
.index-product-list li .pic {
	float: left;
	width: 960px;
	height: 720px;
}
.pic img {
	max-width: 100%;
	max-height: 100%;
}
.index-product-list li .cont {
	overflow: hidden;
	padding: 70px 46px 0;
}
.index-product-list li .cont .tit {
	font-size: 35px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
.index-product-list li .cont .des {
}
.index-product-list li .cont p {
	font: 15px Arial, "Microsoft Yahei";
	line-height: 30px;
	color: #666;
}
.index-product-list li .cont a {
	width: 180px;
	height: 47px;
	display: block;
	line-height: 47px;
	font-size: 14px;
	color: #fff;
	background: #0181ca;
	margin-top: 35px;
	text-align: center;
	border-radius: 23px;
}
.index-product-list li .cont a:hover {
	background: #119e4e;
}
.parHd {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	z-index: 100;
}
.parHd ul li {
	float: left;
	width: 16.666%;
	height: 120px;
	position: relative;
	padding-top: 30px;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 20px;
}
.parHd ul li .cen {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.parHd ul li.on .cen, .parHd ul li:hover .cen {
	transform: rotate(1deg) scale(.9);
}
.parHd ul li .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0181ca;
	background-repeat: no-repeat;
	background-position: right bottom;
	visibility: hidden;
	opacity: 0;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	-webkit-transform: rotate(1deg) scale(.9);
	transform: rotate(2deg) scale(.9);
}
.parHd ul li.on .cover, .parHd ul li:hover .cover {
	visibility: visible;
	opacity: 1;
	transform: rotate(0deg) scale(1);
}
.parHd ul li .cover {
	padding-left: 15px;
	padding-top: 20px;
}
.parHd ul li .cover .c-tit {
	font-size: 18px;
	color: #fff;
}
.parHd ul li .cover .ico {
	margin-top: 15px;
	width: 26px;
	height: 26px;
	display: block;
	background: url(../images/dot/dot_jian3.png) no-repeat center;
}
.parHd ul li .pic {
	margin-right: 10px;
}
.parHd ul li .tit {
	font-size: 16px;
	color: #333;
	padding-top: 10px;
}
/*产品与服务*/
/* =====================公司简介===================== */

.Iabout {
	padding: 100px 0 100px;
	background:url(/images/Iabout_bg.jpg) no-repeat bottom center;
}
.Iabout .wrap {
	padding: 0px 15px;
}
.Iabout_content {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 50px;
	border-radius: 5px;
}
.Iabout_left {
	width: 48%;
	float: left;
}
.Iabout_left img {
	-moz-box-shadow:0 0 10px #b2b5b7;
	-webkit-box-shadow:0 0 10px #b2b5b7;
	box-shadow:0 0 10px #b2b5b7;
}
.IaboutSwiper {
}
.Iabout-next, .Iabout-prev, .Iabout-pagination {
}
.Iabout-next, .Iabout-prev {
	display: none;
}
.Iabout-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.Iabout-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}
.Iabout_right {
	width: 48%;
	float: right;
}
.Iabout_right h2 {
	font-size: 30px;
	color: #0181ca;
	padding: 0px 0 30px 0;
}
.Iabout_right h2 span {
	color: rgba(208, 37, 31, 1);
	font-weight: bold;
}
.Iabout_right h3 {
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 40px;
	margin-top:10px;
}
.Iabout_right p {
	font-size: 16px;
	line-height: 2;
	color: #333;
	margin-bottom: 40px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.Iabout_Link a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 120px;
	background:#0181ca;
	line-height:40px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
-webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	float:right;
}
.Iabout_Link a:hover {
	color: #fff;
	background:#119e4e;
}
.column {
	background: #fff;
	width:100%;
	display:block;
}
.column li {
	float: left;
	width: 20%;
	text-align: center;
}
.column li a {
	display: block;
	transition: 0.3s;
	color: #000;
	font-size: 16px;
	padding: 20px 0;
}
.column li a:hover {
	background: #119e4e;
	box-shadow: 15px 6px 32px rgba(14, 127, 156, 0.3);
	color: #fff;
}
.column li .icon {
	margin-bottom: 10px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
.column li .icon-1 {
	background-image: url("/images/dot/dot-int2-1.png");
}
.column li .icon-2 {
	background-image: url("/images/dot/dot-int2-2.png");
}
.column li .icon-3 {
	background-image: url("/images/dot/dot-int2-3.png");
}
.column li .icon-4 {
	background-image: url("/images/dot/dot-int2-4.png");
}
.column li .icon-5 {
	background-image: url("/images/dot/dot-int2-5.png");
}
.column li .icon-6 {
	background-image: url("/images/dot/dot-int2-1.png");
}
.column li a:hover .icon-1 {
	background-image: url("/images/dot/dot-inton2-1.png");
}
.column li a:hover .icon-2 {
	background-image: url("/images/dot/dot-inton2-2.png");
}
.column li a:hover .icon-3 {
	background-image: url("/images/dot/dot-inton2-3.png");
}
.column li a:hover .icon-4 {
	background-image: url("/images/dot/dot-inton2-4.png");
}
.column li a:hover .icon-5 {
	background-image: url("/images/dot/dot-inton2-5.png");
}
.column li a:hover .icon-6 {
	background-image: url("/images/dot/dot-inton2-1.png");
}
/* =====================案例展示===================== */
.Icase {
	padding: 70px 0 120px;
}
.Icase_content {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.Icase_list li {
	margin-bottom: 20px;
	text-align: center;
}
.Icase_list .pic {
	border-radius: 10px 10px 0px 0px;
}
.Icase_list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Icase_list > li:hover .picitemtit {
	background-position: right center
}
.ICaseSwiper {
	padding: 50px 0;
}
.ICaseSwiper .swiper-slide {
	background-position:center;
	background-size:cover;
	width:600px;
	height:455px;
}
.ICaseSwiper .swiper-slide img {
	width:100%;
}
.ICasenext {
	background: url(../images/dot/dot_right2.png) no-repeat center center;
}
.ICaseprev {
	background: url(../images/dot/dot_left2.png) no-repeat center center;
}
/* =====================优势===================== */
.Iyoushi {
	padding:0px;
}
.Iyoushi_content {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:url(/images/Nculture_bg.jpg) center center no-repeat;
	background-size:cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.Iyoushi_content ul {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	border-left:1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.Iyoushi_content ul li {
	width:25%;
	overflow:hidden;
	margin:0;
	padding:100px 40px;
	border-right:1px solid rgba(255, 255, 255, 0.2);
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	min-height:500px;
}
.Iyoushi_content ul li:first-child {
	background:url(/images/Iys_pic1.jpg) center center no-repeat;
}
.Iyoushi_content ul li:nth-child(2) {
background:url(/images/Iys_pic2.jpg) center center no-repeat;
}
 .Iyoushi_content ul li:nth-child(3) {
background:url(/images/Iys_pic3.jpg) center center no-repeat;
}
.Iyoushi_content ul li:nth-child(4) {
background:url(/images/Iys_pic4.jpg) center center no-repeat;
}
.Iyoushi_content ul li:hover {
	background-color:rgba(0, 162, 255, 0.9);
}
.industry-bg {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:100px;
	left:0;
	background:#CCC;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.Iyoushi_content ul li:hover .industry-bg {
	top:0;
}
.Iyoushi_icon1, .Iyoushi_icon2, .Iyoushi_icon3, .Iyoushi_icon4 {
	width:90px;
	height:90px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.Iyoushi_icon1 {
	background:url(/images/iys_ico01.png) center center no-repeat;
	background-size:60px 60px;
}
.Iyoushi_icon2 {
	background:url(/images/iys_ico02.png) center center no-repeat;
	background-size:60px 60px;
}
.Iyoushi_icon3 {
	background:url(/images/iys_ico03.png) center center no-repeat;
	background-size:60px 60px;
}
.Iyoushi_icon4 {
	background:url(/images/iys_ico04.png) center center no-repeat;
	background-size:60px 60px;
}
.Iyoushi_text {
	width:100%;
	overflow:hidden;
	margin:20px auto 0;
	padding:0;
}
.Iyoushi_text p {
	width:100%;
	overflow:hidden;
	line-height:32px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 10px;
	padding:0
}
.Iyoushi_text span {
	display:block;
	width:100%;
	overflow:hidden;
	line-height:25px;
	color:#fff;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	padding:0
}
/* =====================新闻中心===================== */
.Inews {
	padding: 87px 0 80px;
}
.Inews_content {
	padding: 20px 0 20px;
}
.InewsSwiper {
	height: auto;
}
.InewsSwiper .swiper-wrapper {
	height: auto;
	margin-bottom: 20px;
}
.InewsSwiper .swiper-wrapper .swiper-slide img {
	width: 100%;
}
.InewsSwiper .swiper-slide {
	text-align: center;
	height: inherit;
	padding-bottom: 10px;
	background: #FFF;
	border:1px solid #e8e8e8;
}
.InewsSwiper .swiper-slide:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #FFF;
}
.InewsSwiper .swiper-slide .pic {
	position: relative;
}
.InewsSwiper .swiper-slide .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.InewsSwiper .swiper-slide :hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Inews-title {
	padding:15px;
}
.Inews-title h4 {
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #252525;
	text-align:left;
}
.sub_title {
	text-align:left;
	color: #555;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height:25px;
	font-size:15px;
	border-top:1px solid #e8e8e8;
	padding-top:10px;
}
.Inews-pagination {
	display: none;
}
.Inews-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.Inews-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}
.InewsSwiper .swiper-button-next, .InewsSwiper .swiper-button-prev {
	display: none;
}
/*Ilink*/
.Ilink {
	margin: 10px 0;
}
.link_content {
	margin: 20px 0;
}
/*foot波浪*/
.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	min-height: 100px;
	max-height: 150px;
}
.parallax > use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax > use:nth-child(1) {
 animation-delay: -2s;
 animation-duration: 7s;
}
.parallax > use:nth-child(2) {
 animation-delay: -3s;
 animation-duration: 10s;
}
.parallax > use:nth-child(3) {
 animation-delay: -4s;
 animation-duration: 13s;
}
.parallax > use:nth-child(4) {
 animation-delay: -5s;
 animation-duration: 20s;
}
@keyframes move-forever {
 0% {
 transform: translate3d(-90px, 0, 0);
}
 100% {
 transform: translate3d(85px, 0, 0);
}
}
/*foot波浪 end*/
/*footer*/
.footer {
	background:#0181ca;
}
.footer_box {
	padding: 47px 0 60px;
}
.footnav {
	float: left;
}
.footnav dl {
	float: left;
	margin-left: 125px;
}
.footnav dl dt {
	height: 45px;
	line-height: 45px;
	margin-bottom: 10px;
	background: url(../images/dot/dot_foot_line.jpg) no-repeat left center;
	padding-left: 15px;
	color: #fff;
	font-size: 20px;
}
.footnav dl dd {
	height: 40px;
	line-height: 40px;
	text-align: left;
}
.footnav dl dd a {
	font-size: 16px;
	color: #fff;
	display: block;
}
.footnav dl dd a:hover {
	color: #6bda9b;
}
.footnav dl:nth-child(1) {
 margin-left: 0;
}
.footnav dl.lastdl {
	width: 340px;
}
.dbphone {
}
.dbphone p {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	color: #fff;
}
.footnav dl.lastdl h3 {
	width: 170px;
	height: 50px;
	background: #0078d7;
	border-radius: 5px;
	margin-top: 20px;
	text-align: center;
	line-height: 50px;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.footnav dl.lastdl h3 a {
	font-size: 18px;
	color: #fff;
}
.erwm {
	width: 154px;
	text-align: center;
	float: right;
}
.footnav dl.lastdl h3:hover {
	width: 200px;
}
.erwm {
	width:220px;
	margin-top:30px;
}
.erwm_left {
	float:left;
}
.erwm_right {
	float:right;
}
.erwm img {
	width:100px;
	border-radius:5px;
}
.erwm h2 {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.copyright {
	padding: 20px 0;
}
.copyright a {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
 transition: .5s;
	position: relative;
}
.copyright a i {
	font-style: normal;
	margin: 0 10px;
}
.copyright .copyright-con {
	padding-top: 22px;
	border-top: 1px solid #fff;
}
.copyright a.link-ctm::after {
 display: none;
}
.copyright a:hover {
	color: #6bda9b;
}
.copyright .copyright-left {
	float: left;
	padding: 2px 0;
}
.copyright .copyright-right {
	float: right;
}
.copyright .copyright-left p {
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-right: 30px;
}
.copyright .copyright-left span {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #dcdcdc;
}
.copyright .copyright-right a {
	float: left;
}
.toolbar-item, .toolbar-layer {
	background: url(/images/toolbar.png) no-repeat;
}
.toolbar {
	position: fixed;
	right: 0px;
	bottom: 50px;
	z-index: 99;
}
/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item {
	display: block;
	width: 53px;
	height: 53px;
	margin-top: 1px;
	position: relative;
	-moz-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-o-moz-transition: background-position 1s;
	-webkit-moz-transition: background-position 1s;
	transition: background-position 1s;
}
.toolbar-item:hover .toolbar-layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.toolbar-item-qq3 {
	background-position: 0 -177px;
}
.toolbar-item-qq3:hover {
	background-position: -55px -177px;
}
.toolbar-item-weixin {
	background-position: 0 -231px;
}
.toolbar-item-weixin:hover {
	background-position: -55px -231px;
}
.toolbar-item-weixin .toolbar-layer {
	height: 166px;
	background-position: 0 0;
}
.toolbar-layer {
	position: absolute;
	right: 54px;
	bottom: -0px;
	width: 126px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 95% 95%;
	-moz-transform-origin: 95% 95%;
	-ms-transform-origin: 95% 95%;
	-o-transform-origin: 95% 95%;
	-webkit-transform-origin: 95% 95%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.toolbar-item-tel {
	background-position: 0 -284px;
}
.toolbar-item-tel:hover {
	background-position: -55px -284px;
}
.toolbar-item-tel .toolbar-layer {
	height: 53px;
	background-position: 0 -392px;
}
.toolbar-item-top {
	background-position: 0 -338px;
}
.toolbar-item-top:hover {
	background-position: -53px -338px;
}
.xq_pic img {
	width: 100%;
	max-width: 1400px;
}
/*footer -end*/
/* =====================底部手机===================== */
.fix_footer {
	height: 50px;
	background: #172a88;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
}
.fix_footer a {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.fix_footer img {
	display: inline-block;
	height: 24px;
	margin: 5px 0 0;
}
.fix_footer strong {
	color: #fff;
	font-size: 15px;
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: 400;
}
.fix_footer .tel img:nth-of-type(2) {
 position: absolute;
 left: 50%;
 margin-left: -12px;
 -webkit-animation: call 1.5s infinite;
 animation: call 1.5s infinite;
}
@-webkit-keyframes call {
 from {
 -webkit-transform: scale(1);
 opacity: 1;
}
to {
	-webkit-transform: scale(2);
	opacity: 0;
}
}
@media(max-width:1919px) {
 .navbar {
 margin-left: 40px;
 text-align: center;
 width: 700px;
}
 .navitem {
 padding: 0 0px;
}
 .footer-ul ul {
 float: left;
 margin-right: 70px;
}
 .bg-img {
 float: left;
 margin-left: 30px;
 margin-top: 40px;
}
 .item-pic {
 float: left;
 width: 100%;
 margin-top: 40px;
}
 .yewu-list .item-inner {
 height: 200px;
 padding-top: 30px;
 box-sizing: border-box;
 color: #333;
 position: relative;
 overflow: hidden;
}
 .cons_on_right {
 height: 75px;
 line-height: 25px;
 margin: 10px 0px 0 0;
 overflow: hidden;
 font-size: 16px;
 text-align: justify;
 float: left;
 width: 280px;
 margin-left: 20px;
}
 .yewu-list .item .tit {
 font-size: 28px;
 letter-spacing: 3px;
 margin-top: 10px;
 font-weight: 600;
}
 .product-list li:hover .pic_tel {
 margin-top: 140px;
}
}
@media(max-width:1459px) {
 .Iheader .logo {
 margin-left: 1%;
}
 .Iheader .logo img {
 width: 90%;
margin-top:5px;
}
 .navbar {
 margin-left: 20px;
 width: 700px;
}
 .header .logo img {
 width: 140px;
 height: auto;
}
 .navitem > a {
 font-size: 17px;
}
 .navitem {
 padding: 0 1px;
}
 .Iheader-tel {
 margin-right: 1%;
 position: relative;
 float: right;
}
 .Iteacher-desc {
 font-size: 15px;
 line-height: 24px;
 color: #666;
 text-align: left;
 display: -webkit-box;
 text-overflow: ellipsis;
 overflow: hidden;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 5;
}
 .Iyoushi_list dl {
 height: 214px;
}
 .Iyoushi_list dl dt {
 height: 214px;
}
 .Iyoushi_list dl dt img {
 height: 214px;
}
 .footer-ul ul {
 float: left;
 margin-right: 60px;
}
 .footer-contact {
 float: left;
 width: 320px;
}
 .footer-ewm {
 text-align: center;
 float: left;
 width: 156px;
 margin-right: 20px;
}
 .bg-img {
 float: left;
 width: 100px;
 margin-left: 30px;
 margin-top: 20px;
}
 .item-pic {
 float: left;
 width: 100%;
 margin-top: 20px;
}
 .item-info {
 float: left;
 width: 200px;
}
 .item-info-box {
 float: left;
 width: 100%;
}
 .cons_on_right {
 height: 75px;
 line-height: 25px;
 margin: 10px 0px 0 0;
 overflow: hidden;
 font-size: 16px;
 text-align: justify;
 float: left;
 width: 240px;
 margin-left: 10px;
}
 .cons_on {
 margin: 10px 0px 0 0;
 padding-left: 30px;
 padding-right: 30px;
}
 .product-list li:hover .pic_tel {
 margin-top: 120px;
}
 .IpronavSwiper {
 width: 1200px;
}
 .footnav dl {
 float: left;
 margin-left: 95px;
}
}
@media(max-width:1399px) {
 .navbar {
 float: right;
 width: 800px;
 margin-right: 1%;
}
 .Iheader-tel {
 display: none;
}
.ICaseSwiper {
padding: 30px 0;
}
.ICaseSwiper .swiper-slide {
width:450px;
height: 338px;
}
}
@media(max-width:1280px) {
 .navbar {
 margin-left: 0px;
}
 .footer-ul ul {
 float: left;
 margin-right: 20px;
}
 .Iteacher-desc {
 font-size: 15px;
 line-height: 22px;
 color: #666;
 text-align: left;
 display: -webkit-box;
 text-overflow: ellipsis;
 overflow: hidden;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 5;
}
}
