﻿@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;
}
}
<strong></strong> @media (min-width: 1900px) {
 .wrap, .container, .container_box {
 width: 1600px;
}
 .Npro_content {
 width: 1260px;
 float: right;
}
 .newsList dd {
 width: 1200px;
}
}
/*header*/
.Iheader {
	width: 100%;
 transition: ease .5s;
	background:rgba(255, 255, 255, .3);
}
.Iheader_top {
	background: #0060d7;
	width:100%;
}
.Iheader_top_left {
	margin-left: 5%;
	float:left;
	color:#FFF;
	line-height:35px;
}
.Iheader_top_right {
	margin-right: 5%;
	float:right;
	color:#FFF;
	line-height:35px;
}
.Iheader_top_right a {
	color:#FFF;
	line-height:35px;
}
.Iheader-navbar {
	width: 100%;
	clear:both;
}
.Iheader .logo {
	margin-left: 5%;
	float:left;
}
.Iheader-right {
	margin-right: 5%;
	position: relative;
	float:right;
}
.Iheader-right ul {
	float: left;
}
.Iheader-right ul li {
	float: left;
	margin-right: 10px;
	margin-top: 25px;
}
.Iheader-right ul li .show {
	display: none;
}
.Iheader-right ul li:hover .show {
	display: block;
	position: absolute;
	left: -40px;
	background:#FFF;
	border-radius: 6px;
	z-index: 5000;
}
.Iheader-right ul li:hover .show img {
	border-radius: 10px;
}
.Iheader-right ul li:hover .show span {
	display: block;
	text-align: center;
	font-size:16px;
}
.Iheader-right ul li:hover img {
 animation: ball .6s infinite alternate;
	cursor: pointer;
}
.Iheader-right p {
	display: block;
	float: left;
	margin-left: 5px;
	color: #3e3e3e;
	font-size: 16px;
	margin-top: 23px;
}
.Iheader-right p span {
	color: #ea0001;
	font-size: 32px;
	font-family: "Impact";
	display: block;
	line-height:50px;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff;
}
.navbar {
	height: 100px;
	width:45%;
	float:right;
	margin-right:1%
}
.navitem {
	float: left;
	width:12.5%;
}
.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;
	line-height:100px;
}
.navitem>a::before {
position: absolute;
content: "";
width: 0px;
height: 3px;
background: #c80000;
left: 50%;
bottom: 0%;
transform: translateX(-50%);
transition: ease .5s;
}
 .navitem:hover>a::before, .navitem.active>a::before {
width: 100%;
}
.navitem>a span {
	width: 0;
	height: 18px;
	display: inline-block;
transition: ease .5s;
	opacity: 0;
	text-align: center;
	margin-right: 10px;
}
.navitem>a span img {
	display: block;
	max-width: 100%;
	margin-top: 3px;
}
.navitem.active>a span {
	width: 18px;
	opacity: 1;
}
.navitem.nav-aft {
	position: relative;
}
.navitem.nav-aft::before {
content: "";
position: absolute;
width: 65px;
height: 36px;
background: url(../images/nav-aft_03.png)no-repeat center top;
top: -36px;
left: 30%;
}
.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-tit {
	font-size: 40px;
	line-height: 70px;
	color: #222;
	text-align: center;
	font-weight: 600;
}
.Ititle-tit span {
	color: #ea0001;
}
.Ititle-tit-bai {
	font-size: 40px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.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: 20px;
	color: #949494;
	text-transform: uppercase;
	text-align: center;
}
.Ititle-tit i {
	font-style: normal;
	font-size: 54px;
	color: #ea0001;
	font-family: "DINMITTELSCHRIFTSTD";
}
.Ititle-tit-bai i {
	font-style: normal;
	font-size: 54px;
	color: #ea0001;
	font-family: "DINMITTELSCHRIFTSTD";
}
/* index */

.Ititle-box {
	text-align: center;
	margin-bottom: 40px;
}
.Ititle-box .Ititle-en {
	font-size: 62px;
	color: #f2f2f2;
	text-transform: uppercase;
	line-height: 1;
	font-family: "Impact";
}
.Ititle-box .Ititle-title {
	display: block;
	font-size: 34px;
	color: #222;
	font-weight: 500;
}
.Ititle-box .Ititle-title i {
	color: #222;
	font-style:normal;
}
.Ititle-box .Ititle-txt {
	font-size: 16px;
	color: #888;
	font-weight: normal;
}
.Ititle-box-bai {
	text-align: center;
	margin-bottom: 40px;
}
.Ititle-box-bai .Ititle-en {
	font-size: 34px;
	color: #90ccff;
	text-transform: uppercase;
	line-height: 1;
	font-family: "Impact";
}
.Ititle-box-bai .Ititle-title {
	display: block;
	font-size: 34px;
	color: #fff;
	font-weight: 500;
}
.Ititle-box-bai .Ititle-title i {
	color: #fff;
	font-style:normal;
}
.Ititle-box-bai .Ititle-txt {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
/* 按钮 */
.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: #ea0001 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: #0060d7;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: inline-block
}
.btn_more_box .btn_more:hover {
	background: #ea0001;
}
/* 按钮 end */
.banner {
	position: relative;
}
.banner-pic img {
	width: 100%
}
/* =====================产品展示===================== */
.Iproduct {
	padding: 70px 0 70px;
	background:url(/images/bg_pro.jpg) no-repeat bottom center;
}
.Iproduct-menu {
	text-align: center;
	padding-top: 20px;
}
.Iproduct-menu a {
	display: inline-block;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 5px;
	background: #0060d7;
	border-radius: 25px;
	margin-bottom: 10px;
}
.Iproduct-menu a span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-left: auto;
 transition: ease .5s;
	padding: 0 40px;
}
.Iproduct-menu a.on {
	background-color: #ea0001;
}
.Iproduct-menu a.on span {
	color: #fff;
}
.Iproduct-menu a:hover {
	background-color: #ea0001;
}
.Iproduct_content {
	padding-top: 30px;
}
.Pro_roll {
	height: 700px;
	width: 100%;
	margin: 0 auto;
}
.Iproduct_list > li {
	margin-bottom: 20px;
	text-align: center;
}
.Iproduct_list > li .pic {
	border-radius: 10px 10px 0px 0px;
}
.Iproduct_list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.picitemtit {
	background-color: #0060d7;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	background-image: linear-gradient(90deg, #0060d7 30%, #2f9afd 50%, #0060d7);
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
 transition: background-position .6s ease
}
.picitemtit span {
	clear: both;
	display: block;
	text-align: center;
	color: #fff;
	background: url(/images/dot/dot_itemtit_bg.png) no-repeat right center;
	line-height: 60px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Iproduct_list > li:hover .picitemtit {
	background-position: right center
}
.pro_more {
	width: 600px;
	margin: 0 auto;
	margin-top: 60px;
	height: 60px;
}
.pro_more a {
	display: block;
	width: 280px;
	height: 50px;
	border-radius: 35px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.pro_more .cpdh {
	background: #FF7A01 url(../images/dot_tel.png) 15px center no-repeat;
	font-size: 26px;
	font-family: "Arial";
	font-weight: bold;
}
.pro_more .cpgd {
	background: #0078d7;
	font-size: 16px;
}
.pro_more:hover a {
	color: #fff;
}
.pro_more .cpdh:hover {
	margin-top: 10px;
	background: #FF7A01 url(../images/dot_tel.png) 15px center no-repeat;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.pro_more .cpgd:hover {
	margin-top: 10px;
	background: #FF7A01;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
/* =====================公司简介===================== */

.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.8);
	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: 38px;
	font-weight: bold;
	color:#000;
}
.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: 18px;
	width: 200px;
	background:#e6332c;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
-webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Iabout_Link a:hover {
	color: #fff;
	width: 250px;
}
/* 关于我们 end  */
/* =====================优势===================== */
.ISolution {
	padding:70px 0 70px;
	background: url(../images/bg_Solution.jpg) no-repeat top;
}
.ISolution_content {
	padding: 20px 0 20px;
}
.ISolution-menu {
	text-align: center;
	margin: 0 -10px;
	margin-top: 20px;
	font-size: 0;
}
.ISolution-menu{
}

.ISolution-menu li { width:18%; float:left; border-bottom:solid 1px  rgba(255, 255, 255, .3); text-align:left;
}

.ISolution-menu li a {
	font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    padding: 10px 16px;

	
}

.ISolution-menu li.on a{border-bottom:2px solid #FFF;
}

.ISolution-menu li:last-child{ width:10%;
}

.solveContent {
	display: none;
}
.solveContent.on {
	display: block;
}


.solveBox .solveContent{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: .4s;}

.solveList{
	margin: 0 0 -10px -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 721px;
}

.solveList  h3 {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 100px;
}
.solveList  p {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 35px;
	height: 150px;
}


.solveContent .btn{
	display: inline-block;
	width: 175px;
	line-height: 52px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.solveContent .btn:hover{
	background-color: #fff;
	color: #0060D7;
	transition: .4s;
}
.solveContent .btn.btn2 {
	margin-left: 18px;
	color: #fff;
	background-color: #0060D7;
	border-color: #0060D7;
}
.solveContent .btn.btn2:hover {
	background-color: #0e71ec;
	border-color: #0e71ec;
}

.solveCase{

	margin: 50px 0 0;
}
.solveCase ul{width: 100%;height: 92px;}
.solveCase ul.active{}
.solveCase ul li{
	float: left;
	font-size: 0; 
}
.solveCase ul li a .img1{
	border-right:1px solid #CCC;
}



/* =====================新闻中心===================== */
.Inews {
	padding: 87px 0 80px; background: url(../images/bg_news.jpg) no-repeat top;
}
.Inews_content {
	position: relative;
}
.INewsSwiper {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
}
.INewsSwiper .swiper-wrapper {
  height: auto;
  margin-bottom: 20px;
}

.INews-list > .swiper-slide {
  text-align: center;
  height: inherit;
  padding-bottom: 30px;
}

.Inews_box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #FFF; padding:15px;
}
	
	.Inews_box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #FFF; padding:15px;
}

.Inews_box .title1 {
	height:40px;
	border-bottom:solid 1px #e5e5e5;
	line-height:40px; text-align:left;
}
.Inews_box .title1 h2 {
	font-size:24px;
	color:#3c3c3c;
	display:inline-block;
	font-weight:normal;
}
.Inews_box .title1 span {
	color:#999;
	text-transform:Uppercase;
	font-size:12px;
	padding-left:10px;
}
.Inews_box .title1 a {
	float:right;
	background:url(/images/dot/dot_listico2.png) no-repeat right center;
	font-size:12px;
	color:#666;
	padding-right:15px;
}
.Inews_box .pics {
	width:100%;
	margin:20px 0 10px;
}
.Inews_box .pics img{
	width:100%; height:120px;
}

.Inews_box .cons {
	overflow:hidden;
}
.Inews_box .cons li {
	height:45px;
	line-height:45px;

	background:url(../images/dot/dot_listico.png) no-repeat left center;
	padding-left:20px; text-align:left;
}
.Inews_box .cons li a {
	color:#666;
	font-size:15px;
}
.Inews_box .cons li a:hover {
	color:#e4011f;
}
.Inews_box .cons li a i {
	float: left; width:80%; font-style:normal; overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Inews_box .cons li a span {
	float: right; width:20%; text-align:right;
}
.Inews_box_right {
	margin-right:inherit;
}
/*限制文字,文字超出显示冒号*/ 
.text-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}



/*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: url(/images/bg_foot.jpg ) no-repeat center top #0049a8;
}
.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: #c80000;
}
.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 img {
}
.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: #ff0000;
}
.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;
}
/* =====================底部手机===================== */
.fix_footer {
	height: 50px;
	background: #ea0001;
	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 {
}
 .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%;
 float: left;
 width: 320px;
}
 .Iheader .logo img {
 width: 100%;
 padding-top: 10px;
}
 .navbar {
}
 .header .logo img {
 width: 140px;
 height: auto;
}
 .navitem > a {
 font-size: 17px;
}
 .navitem {
 padding: 0 1px;
}
 .Iheader-right {
 margin-right: 1%;
 position: relative;
 float: right;
}
 .Iheader-right p {
 display: block;
 float: left;
 margin-left: 0px;
 color: #3e3e3e;
 font-size: 16px;
 margin-top: 30px;
}
 .Iheader-right ul li {
 float: left;
 margin-right: 8px;
}
 .Iheader-right p span {
 font-size: 28px;
}
 .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 {
}
 .Iheader-right {
 display: none;
}
.ICaseSwiper {
padding: 30px 0;
}
.ICaseSwiper .swiper-slide {
width:450px;
height: 338px;
}
}
@media(max-width:1280px) {
 .navbar {
}
 .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;
}
}
