﻿@charset "UTF-8";
.container, .container-middle,.wrap{
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}

.container_box{
	margin: 0 auto;
}
.pad_box{    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;}
html{font-size: 100px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
@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: 1500px;
}
 .Npro_content {
 width: 1260px;
 float: right;
}
 .newsList dd {
 width: 1200px;
}
}



/*header*/
.Iheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	z-index: 5000;
	background: transparent;
transition: ease .5s;
}
.Iheader .logo {
	display: block;
	float: left;
	position: relative;
	z-index: 1200;
	margin: 15px 0 14px;
}
.Iheader .logo img {
	width: 250px;
	height: 60px;
}
.Iheader .logo p {
	font-size: 14px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}
.Iheader-right {
	float: right;
}
.Iheader-phone {
	font-size: 24px;
	line-height: 40px;
	color: #E60012;
	margin-top: 30px;
	position: relative;
	padding-left: 28px;
	font-family: "DINMITTELSCHRIFTSTD";
}
.Iheader-phone::before {
position: absolute;
content: "";
width: 17px;
height: 17px;
background: url(../images/headtop-phone.png)no-repeat center;
background-size: 100% 100%;
top: 10px;
left: 0;
}
.Iheader-phone span {
	display: inline-block;
	font-family: "ITCAvantGardeStd-BkCn";
	font-size: 22px;
	line-height: 30px;
	color: #341d17;
}
.Iheader.on {
	background-color: #fff;
	border-color: transparent;
	box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}
.Iheader.on .logo p, .Iheader.on .navitem>a, .Iheader.on .language-text {
	color: #333;
}
.Iheader.on .Iheader-phone {
	color: #E60012;
}
.Iheader.on .bt-search .sub-bot {
	background-image: url(../images/icon-searcha.png);
}
.navbar {
	float: right;
transition: ease .5s;
	margin: 10px 0 0; margin-right:30px;


}
.navitem {
	float: left;
	padding: 0 10px;
}
.navitem>a {
	display: inline-block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
 -webkit-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
	background: transparent;
	padding: 25px 10px;
	position: relative;
}
.navitem>a::before {
position: absolute;
content: "";
width: 0px;
height: 3px;
background: #e60012;
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: 1100;
	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:#e60012;
}
.navitem:hover .dropdown-menu.single {
	max-height: 450px;
	opacity: 1;
}
/*header -end*/


/*==================================home-banner==============================*/
/* 按钮 end */
.banner {
	position: relative;
}
.banner-pic img {
	width: 100%
}
.banner-tit {
	position: absolute;
	left: 0;
	top: 30%;
	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;
}

.banner .swiper-slide .sc{-webkit-transition:8s 1s linear;-webkit-transform:scale(1)}
.banner .swiper-slide-active .sc{-webkit-transform:scale(1.1)}

/*home-banner -end*/


/* index */
.Ititle-tit {
	font-size: 40px;
	line-height: 70px;
	color: #222;
	text-align: center;
}
.Ititle-dec {
	font-size: 18px;
	line-height: 30px;
	color: #555;
	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: 62px; color:#e60012;

	font-family: "DINMITTELSCHRIFTSTD";
}

/* =====================公司简介===================== */

.Iabout {
	padding: 100px 0 100px;
	background:url(../images/niabout_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: 10px;
}
.Iabout_left {
	width: 48%;
	float: left;
}
.Iabout_left img { width:100%;

}
.IaboutSwiper {
}
.Iabout-next, .Iabout-prev, .Iabout-pagination {
}
.Iabout-next, .Iabout-prev {
	display: none;
}

.Iabout_right {
	width: 48%;
	float: right;
}
.Iabout_right h2 {
	font-size: 32px;
	color: #0181ca;
	padding: 0px 0 30px 0;
	font-weight:600;
}
.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: 17px;
    color: #666666;

	line-height: 2;
	color: #333;
	margin-bottom: 40px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9; 
}
.Iabout_Link{ display:block; 
}




.Iabout_Link {
	margin: 0 -10px;
	margin-top: 20px;
	font-size: 0; display:block;
}
.Iabout_Link a {
	display: inline-block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
	background: #d2d2d2;
	border-radius: 25px;-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
}
.Iabout_Link a span {
	display: inline-block;
	font-size: 18px;
	color: #333;

	
}
.Iabout_Link a:hover {
	background-color: #e60012; width: 250px; 
}
.Iabout_Link a:hover span {
	color: #fff;
}




.column {
	background: #bfbfbf;
	width:100%;
	display:block;
}
.column li {
	float: left;
	width: 25%;
	text-align: center;
}
.column li a {
	display: block;
	transition: 0.3s;
	color: #000;
	font-size: 16px;
	padding: 20px 0;
}
.column li a:hover {
	background: #c80000;
	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-int2-1.png");
}
.column li .icon-2 {
	background-image: url("../images/dot-int2-2.png");
}
.column li .icon-3 {
	background-image: url("../images/dot-int2-3.png");
}
.column li .icon-4 {
	background-image: url("../images/dot-int2-4.png");
}
.column li .icon-5 {
	background-image: url("../images/dot-int2-5.png");
}
.column li .icon-6 {
	background-image: url("../images/dot-int2-1.png");
}
.column li a:hover .icon-1 {
	background-image: url("../images/dot-inton2-1.png");
}
.column li a:hover .icon-2 {
	background-image: url("../images/dot-inton2-2.png");
}
.column li a:hover .icon-3 {
	background-image: url("../images/dot-inton2-3.png");
}
.column li a:hover .icon-4 {
	background-image: url("../images/dot-inton2-4.png");
}
.column li a:hover .icon-5 {
	background-image: url("../images/dot-inton2-5.png");
}
.column li a:hover .icon-6 {
	background-image: url("../images/dot-inton2-1.png");
}


/* =====================领域===================== */
.industry {
	padding: 70px 0 120px;
	background: url(../images/bg_industry.jpg) no-repeat left 100px;
}
.industry_content {
	margin-top:50px;
}
.industry .swiper-slide {
	position:relative;
	overflow:hidden;
	
}
.industry .swiper-slide:nth-child(odd) {
}
.industry .swiper-slide .img {
	height:100%;
	display:block;
	max-width:none;
	-moz-transform:translate(-25%, 0);
	-ms-transform:translate(-25%, 0);
	-webkit-transform:translate(-25%, 0);
	transform:translate(-25%, 0);
}
.industry h1, .industry p {
	position:absolute;
	z-index:2;
	width:84%;
	padding:0 5%;
	color:#FFF;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.industry h1 {
	bottom:5%;
	font-size: 30px;
}
.industry p {
	top:155%;
	font-size:18px;
	line-height:150%;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.industry .swiper-slide a:hover h1 {
	bottom:25%;
}
.industry .swiper-slide a:hover p {
	top:80%;
}
.industry .industry-bg {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:100px;
	left:0;
	background:url(../images/dot-industry_bg.png) repeat-x bottom;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.industry .swiper-slide a:hover .industry-bg {
	top:0;
}
.industry .industry-button {
	background:url(../images/dot-industry_button.png) no-repeat;
	width:84px;
	height:84px;
	position:absolute;
	top:40%;
	left:50%;
	margin-left:-42px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}
.industry .swiper-slide a:hover .industry-button {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.industry .swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
}
.industry .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}
/*
.industry  .swiper-pagination{ display:none}

*/


/* =====================案例展示===================== */

.Iyoushi{padding: 50px 0 50px; background:url(../images/iyoushi_bg.jpg) no-repeat top center;}
.Iyoushi_content{text-align:center}
.Iyoushi_content h2{ text-shadow: 0 2px 2px #000; 

    font-size: 60px;
    line-height: 80px;
    color: #fff;

    font-weight: bold; letter-spacing:20px;
}

.Iyoushi-hr {
    width: 80px;
    height: 3px;
    background: #fff;
    margin: 15px auto;
}
.Iyoushi_content p{ display:block; font-size:30px; color:#FFF;  letter-spacing:5px;

 }

/* =====================案例展示===================== */
.Icase {
	padding: 70px 0 120px; background:url(../images/nicase_bg.jpg) no-repeat bottom center;
}
.Icase_content {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
}


.ICaseSwiper {
	padding: 50px 0;
}


.ICaseSwiper  .img-responsive {
	border-radius: 10px 10px 0px 0px;
}
.ICaseSwiper .swiper-slide a:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ICaseSwiper .picitemtit {
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	background: #d2d2d2;
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
 transition: background-position .6s ease;
	color:#000;
}
.ICaseSwiper  .picitemtit span {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.ICaseSwiper .swiper-slide a:hover .picitemtit{
	background:#E60012;
	color:#FFF;
}

.ICaseSwiper .swiper-button-next, .ICaseSwiper .swiper-button-prev {
	display: none;
}



/* 案例展示 end  */



.Iwhy {
	padding: 70px 0 120px; 
}


.Iwhy-content ul {
	overflow: inherit;
}
.Iwhy-content ul li {
	float: left;
	width: 31%;
	overflow: hidden;
	margin: 20px 1%;
	background: rgba(255, 255, 255, .9);
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
	position: relative;
	cursor: pointer;
	transition: margin-top 0.8s; min-height:250px;
}
.iconfont{ display: block; text-align:center;  height:60px;  margin-top:30px;}
.iconfont1{ background:url(../images/dot-inth1-1.png) no-repeat center center;}
.iconfont2{ background:url(../images/dot-inth2-2.png) no-repeat center center;}
.iconfont3{ background:url(../images/dot-inth3-3.png) no-repeat center center;}
.iconfont4{ background:url(../images/dot-inth4-4.png) no-repeat center center;}
.iconfont5{ background:url(../images/dot-inth5-5.png) no-repeat center center;}
.iconfont6{ background:url(../images/dot-inth6-6.png) no-repeat center center;}


.Iwhy-content ul li h3 {
	font-size:24px; font-weight:bold; display:block; text-align:center; line-height:55px;
}

.Iwhy-content ul li h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #e60012;
    margin:0 auto ;
}

.Iwhy-content ul li p {
	padding: 10px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px; text-align:center; 
}

.Iwhy-content ul li:hover {
	background: #E60012;

}

.Iwhy-content ul li:hover .iconfont1{ background:url(../images/dot-inth-1.png) no-repeat center center;}
.Iwhy-content ul li:hover .iconfont2{ background:url(../images/dot-inth-2.png) no-repeat center center;}
.Iwhy-content ul li:hover .iconfont3{ background:url(../images/dot-inth-3.png) no-repeat center center;}
.Iwhy-content ul li:hover .iconfont4{ background:url(../images/dot-inth-4.png) no-repeat center center;}
.Iwhy-content ul li:hover .iconfont5{ background:url(../images/dot-inth-5.png) no-repeat center center;}
.Iwhy-content ul li:hover .iconfont6{ background:url(../images/dot-inth-6.png) no-repeat center center;}



.Iwhy-content ul li:hover h3:after {
    background: #fff;
}

.Iwhy-content ul li:hover p, .Iwhy-content ul li:hover h3 {
	color: #fff;
}
.Iwhy-content ul li:hover span {
	border: 8px solid #fff;
}
.Iwhy-content ul li:hover span img {
	opacity: 1;
}




/* =====================案例展示===================== */
.Ihonor {
	padding: 70px 0 120px; background:url(../images/ihonor_bg.jpg) no-repeat bottom center;
}
.swiper-container{
	margin-top: 30px; 
	width: 100%;
	overflow: hidden;
	position: relative;
}



.IhonorSwiper {
	padding: 50px 0;
}


.IhonorSwiper  .img-responsive {
	border-radius: 10px 10px 0px 0px;
}
.IhonorSwiper .swiper-slide a:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.IhonorSwiper .picitemtit {
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	background: #e60012;
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
 transition: background-position .6s ease;
	color:#fff;
}
.IhonorSwiper  .picitemtit span {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.ICaseSwiper .swiper-slide a:hover .picitemtit{
	background:#E60012;
	color:#FFF;
}

.Ihonornext{
    right: 0px;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease;
    background:url(../images/dot_right3.png) center no-repeat #d2d2d2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    z-index: 1;
    color: #fff;}
.Ihonornext:hover{

    background:url(../images/dot_right2.png) center no-repeat #e60012;
}

.Ihonorprev{ 
    left: 0px;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease;
    background:url(../images/dot_left3.png) center no-repeat #d2d2d2; 
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    z-index: 1;
    color: #fff;}

.Ihonorprev:hover{

    background:url(../images/dot_left2.png) center no-repeat #e60012;
}



.Iqimo{padding: 87px 0 80px; background:#ebebeb}


.Iqimo-menu {
	text-align: center;
	margin: 0 -10px;
	margin-top: 20px;
	font-size: 0;
}
.Iqimo-menu a {
	display: inline-block;
	width: 160px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
	background: #dcdcdc;
	border-radius: 25px;
}
.Iqimo-menu a span {
	display: inline-block;
	font-size: 18px;
	color: #333;
	margin-left: 5px;
 transition: ease .5s;
}
.Iqimo-menu a.on {
	background-color: #e60012;
}
.Iqimo-menu a.on span {
	color: #fff;
}
.Iqimo-content {
	margin-top: 45px;
}
.Iqimo-content1 {
	display: none; text-align:center;
}
.Iqimo-content1.on {
	display: block; text-align:center;
}


/* =====================新闻中心===================== */

.Inews{padding: 87px 0 80px;}
.Inews_content{position: relative;}
.Inews-menu{width: 244px;position: absolute;bottom: 20px;left: 0;padding-right: 14px;}
.Inews-menu a{background: #d2d2d2;display: block;position: relative;width: 100%;padding: 30px 15px;transition: ease .5s; text-align: center;font-size: 0;}
.Inews-menu a i{font-style: normal;font-size: 32px;line-height: 40px;color: #333;transition: ease .5s;text-transform: uppercase; font-family: 'AkzidenzGrotesk-ExtraBoldCondAlt';}
.Inews-menu a span{display: inline-block;font-size: 22px;color: #333;margin-left: 5px;transition: ease .5s;}
.Inews-menu a::before{content: "";position: absolute;width: 14px;height: 27px;background: url(../images/ind5-bf.png)no-repeat center;background-size: 100% 100%;right: -14px;top: 50%;transform: translateY(-50%);opacity: 0;transition: ease .5s;}
.Inews-menu a.on::before{opacity: 1;}
.Inews-menu a.on{background-color: #e60012;}
.Inews-menu a.on i,.Inews-menu a.on span{color: #fff;}

.Inews-content{margin-top: 45px;}
.Inews-content1{display: none;}
.Inews-content1.on{display: block;}
.ind5-top{margin: 0 -1%;}
.ind5-tople{float: left;width: 64.375%;padding: 0 10px;}
.ind5-topri{float: left;width: 33.333%;padding: 0 1%;}
.ind5-top a{display: block;overflow: hidden;position: relative;height: 220px;}
.ind5-top img{width: 100%;transition: ease .5s;}
.ind5-top a:hover img{transform: scale(1.1);}
.ind5top-txt{position: absolute;width: 100%;padding: 20px 50px;bottom: 0;left: 0;background: linear-gradient(to top,rgba(0,0,0,1),transparent);}
.ind5top-txt span{display: block;font-size: 18px;line-height: 30px;color: #fff; font-family: "DIN-REGULAR";}
.ind5top-txt h3{font-size: 20px;line-height: 40px;color: #fff;margin-top: 8px; font-weight: lighter;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ind5-bot{padding-left: 244px;margin-top: 30px;}
.ind5-ul{overflow: hidden;padding-left: 20px;}
.ind5-ul ul{margin: 0;}
.ind5-ul li{float: left;width: 33.333%;position: relative;}
.ind5-ul li::before{position: absolute;content: "";width: 100%;background: #eeeeee;height: 0%;left: 0;top: 50%;transform: translateY(-50%);transform-origin: center;transition: ease .5s;}
.ind5-ul li a{display: block;padding: 30px;background: transparent;transition: ease .5s;position: relative;}
.ind5-ul li:hover a{}
.ind5-ul li:hover::before{height: 100%;}
.ind5-ul li h3{font-size: 48px;line-height: 42px;color: #333; font-family: "DINMITTELSCHRIFTSTD";}
.ind5-ul li span{display: block;font-size: 18px;line-height: 22px;color: #333;  font-family: "DIN-Light";}
.ind5-ul li h4{font-size: 18px;line-height: 30px;height: 30px; color: #333;margin-top: 22px; transition: ease .5s; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ind5-ul li p{font-size: 15px;line-height: 26px;height: 52px; color: #666;margin-top: 10px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ind5-ul li:hover h4{color: #e60012;}



.NCase_Link {
	display:block;
	text-align:center;
}
.NCase-more {
	display: block;
	margin: 10px auto 0;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: solid 1px #d5d5d5;
	font-size: 16px;
	color: #666;
	text-align: center;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.NCase-more:hover {
	width: 250px;
	color: #fff;
	background: #ea5250;
	border-color: #ea5250;
}

/*footer*/
.footer {
	border-top: 8px solid #e60012;
	background:#222;
}
.footer_box {
	padding: 47px 0 60px;
}
.footer-lx {
	float: left;
}
.footerlx-txt {
}
.footer-lx h3 {
	font-size: 48px;
	color: #888888;
	line-height: 50px;
}
.footer-ewm {
	text-align: center;
	float: left;
	width: 156px;
	margin-right: 56px;
}
.footer-ewm img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 8px;
}
.footer-ewm p {
	font-size: 16px;
	line-height: 24px;
	color: #888888;
}
.footer-contact {
	float: right;
	width: 310px;
}
.footer-contact h3 {
	font-size: 30px;
	line-height: 40px;
	padding-left: 36px;
	color: #e60012;
	font-family: "DINMITTELSCHRIFTSTD";
	position: relative;
	display: inline-block;
}
.footer-contact h3::before {
position: absolute;
content: "";
width: 29px;
height: 22px;
background: url(../images/bottom-ph.png)no-repeat center;
background-size: 100% 100%;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.footer-contact p {
	font-size: 16px;
	line-height: 26px;
	color: #888888;
}
.footer-contact p i {
	font-style: normal;
	float: left;
}
.footer-contact p span {
	float: left;
	max-width: 84%;
}
.footer-lx ul {
	float: right;
}
.footer-lx li {
	font-size: 16px;
	line-height: 30px;
	color: #888888;
}
.footer-ul {
	float: left;
}
.footer-ul ul {
	float: left;
	margin-right: 111px;
}
.footer-ul ul:last-child {
	margin-right: 0;
	max-width: 15.5%;
}
.footer-ul ul li {
	padding: 0px 0;
}
.footer-ul ul li:first-child {
	margin-bottom: 20px;
}
.footer-ul ul li a, .footer_box-contact li {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #888888;
transition: ease .5s;
}
.footer-ul ul li:first-child a {
	font-size: 18px;
	line-height: 24px;
	color: #cecece;
}
.footer-ul ul li a:hover {
	color: #E60012;
}
.footer-ul ul li:first-child a:hover {
	color: #E60012;
}
.footer_box-ewm {
	float: right;
}
.copyright {
	padding: 20px 0;
}
.copyright a {
	display:inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #888888;
transition: .5s;
	position: relative;
}
.copyright a i {
	font-style: normal;
	margin: 0 10px;
}
.copyright .copyright-con {
	padding-top: 22px;
	border-top: 1px solid #393939;
}
.copyright a.link-ctm::after {
display: none;
}
.copyright a:hover {
	color: #fff;
}
.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: #888888;
	margin-right: 30px;
}
.copyright .copyright-left span {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #888888;
}
.copyright .copyright-right a {
	float: left;
}
/*footer -end*/

/* =====================底部手机===================== */
.fix_footer {
	height:50px;
	background-color:#e60012;
	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:12px;
	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 {

}
}
@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;
}
}
@media screen and (min-width: 1201px){
.imgBox.trans:hover .img{ transform: scale(1.05)}
.imgBox.trans:hover img{ transform: scale(1.05)}
.a:hover .imgBox.trans .img{ transform: scale(1.05)}
.a:hover .imgBox.trans img{ transform: scale(1.05)}
.transImg:hover img{transform: scale(1.05)}
}
