﻿@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;
}
}
 @media (min-width: 1900px) {
.wrap {
width: 1630px;
}
.Npro_content {
width:1260px;
float:right;
}
}
/*header*/
.Iheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	z-index: 5000;
transition: ease .5s;
	background:rgba(255, 255, 255, .9);
	box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}
.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: 15px;
	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;
}
.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;
	line-height: 100px;
	margin-left: 8%;
	float:left;
	width:770px;
}
.navitem {
	float: left;
	width:14.2%;
	height:100px;
}
.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;
	position: relative;
	line-height:100px;
}
.navitem>a::before {
position: absolute;
content: "";
width: 0px;
height: 3px;
background: #ea0001;
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:#0078d7;
}
.navitem:hover .dropdown-menu.single {
	max-height: 500px;
	opacity: 1;
}
/*header -end*/






/* index */
.Ititle-tit {
	font-size: 40px;
	line-height: 70px;
	color: #222;
	text-align: center;
	font-weight:900;
}
.Ititle-tit-bai {
	font-size: 40px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	font-weight:900;
}
.Ititle-dec {
	font-size: 16px;
	line-height: 30px;
	color: #888;
	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: #0078d7;
	font-family: "DINMITTELSCHRIFTSTD";
}
/* 按钮 */
.pro_btn {
	margin-bottom:20px;
}
.pro_btn a {
	background: #0078d7;
	position: relative;
	width:12%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
	margin-left:0.5%;
	margin-bottom:10px;
}
.pro_btn a+a {
}
.pro_btn .on, .pro_btn a:hover {
	background:#e60012;
	color:#fff;
transition: all .5s;
}
.Ibtn-more {
	text-align: center;
	margin: 0 -10px;
	margin-top: 60px;
	font-size: 0;
}
.Ibtn-more a {
	display: inline-block;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
	padding:0 30px;
}
.bt_tel {
	font-family: "Impact";
	font-size:24px;
}
.bt_tel img {
	width:28px;
}
.Ibtn-morea {
	border-radius: 30px;
	border: solid 1px #ea0001;
	position: relative;
	overflow: hidden;
}
.Ibtn-morea span {
	display: block;
	position: relative;
	z-index: 2;
}
.Ibtn-morea::before, .Ibtn-morea::after {
position: absolute;
content: "";
width: 100%;
height: 50%;
background: #ea0001;
left: 0;
transition: all .5s;
}
.Ibtn-morea::before {
top: 0;
}
.Ibtn-morea::after {
bottom:0;
}
.Ibtn-more1 {
	color: #fff;
}
.Ibtn-more1:hover {
	color: #ea0001;
}
.Ibtn-more1:hover::before, .Ibtn-more1:hover::after {
height: 0;
}
.Ibtn-more2 {
	color: #ea0001;
}
.Ibtn-more2::before, .Ibtn-more2::after {
height: 0;
}
.Ibtn-more2:hover::before, .Ibtn-more2:hover::after {
height: 50%;
}
.Ibtn-more2:hover {
	color: #fff;
}
.Ibtn-more2 {
}
.Ibtn-more2 i {
	font-size: 20px;
	padding-left: 10px;
}
/* 按钮 end */



.Ibanner {
}
.banner {
	position: relative;
}
.banner img {
	display: block;
	width: 100%;
}
.banner-pagination {
	font-size: 0;
	bottom: 35px;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 10;
}
.banner-pagination li {
	width: 21px;
	height: 21px;
	display: inline-block;
	margin: 0 3px;
	border-radius: 50%;
	background: url(../images/bullets0.png) no-repeat center center;
	opacity: 1;
	text-align: center;
	cursor: pointer;
}
.banner-pagination li.active {
	background: url(../images/bullets.png) no-repeat center center;
}
/* =====================产品展示===================== */

.Iproduct {
	padding:70px 0 70px;
	background: url(../images/Ipro_bg.jpg) no-repeat top center;
}
.Iproduct_content {
	height:700px;
	margin:20px auto 20px auto;
}
.Iproduct-menu {
	text-align: center;
	margin: 0 -10px;
	margin-top: 20px;
	font-size: 0;
}
.Iproduct-menu a {
	display: inline-block;
	width: 200px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
	background: #0078d7;
	border-radius: 25px;
	margin-bottom:10px;
}
.Iproduct-menu a span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-left: auto;
transition: ease .5s;
}
.Iproduct-menu a.on {
	background-color: #0078d7;
}
.Iproduct-menu a.on span {
	color: #fff;
}
.Iproduct-menu a:hover {
	background-color: #0078d7;
}
.Iproduct-list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.Iproduct-list>li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Iproduct-list>li:hover .box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.Iproduct-list li .pic {
	position: relative;
	z-index:10;
}
.Iproduct-list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.pic_tel {
	display:none;
	position:absolute;
	text-align:center;
	color:#FFF;
	font-size:24px;
	font-weight:bold;    
	z-index:11;
-webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.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);
}
.Iproduct-list li:hover .pic_tel {
	display:block;
	text-align:center;
	width:100%;
	vertical-align:middle;
	margin-top:150px;
}
.Iproduct-list li .pic:before {

	z-index: 3;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Iproduct-list li:hover .pic:before {
	background-color: rgba(0, 120, 215, 0.9);
}
.Iproduct-list li .tit {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	background:#0078d7;
	color:#FFF;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.Iproduct-list li:hover .tit {
	background:#0078d7;
	color:#FFF
}
.box {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 6px 0px rgba(178, 178, 178, 0.3);
}
.more {
	text-align: center;
	margin-top: 50px;
}
.more a {
	display: inline-block;
	font-size: 31px;
	color: #fff;
	font-family: cuya;
	background: url(../images/moretel.png) no-repeat top center;
	width: 497px;
	line-height: 47px;
	text-align: left;
	text-indent: 292px;
}
/* 关于我们  */


/*公司简介*/


.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.Iabout {
	width: 100%;
	background: url(../images/com_bg.jpg) center center no-repeat;
	box-sizing: border-box;
	height: 640px;
	margin-top: 50px;
}
.Iabout_left {
	float:left;
	width:50%;
}
.Iabout_left_con {
	width: 135px;
	height: 550px;
	background: #0078d7;
	margin-top: 45px;
	float:right;
}
.Iabout_left_con>ul {
	margin: 0 5px;
	float:right;
}
.Iabout_left_con>ul>li {
	width: 135px;
	height: 135px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 15px;
	position: relative;
	cursor: pointer;
	background: url(../images/xian.png) bottom center no-repeat;
	position: relative;
}
.Iabout_left_con>ul>li::after {
 content: '';
 position: absolute;
 width: 15px;
 height: 30px;
 display: block;
 background: url(../images/jiantou.png) center no-repeat;
 right: -15px;
 top: 55px;
 display: none;
}
.Iabout_left_con>ul>li.active::after {
 display: block;
}
.Iabout_left_con>ul>li img {
}
.Iabout_left_con>ul>li b {
	color: #fff;
	font-size: 18px;
	display: block;
}
.Iabout_left_con>ul>li em {
	font-size: 22px;
	font-family: "Arial";
	color: #789bdc;
}
.Iabout_right {
	float:right;
	width:50%;
}
.Iabout_right_con {
	height: auto;
	overflow: hidden;
	margin-top: 35px;
	margin-left:80px;
}
.Iabout_right_con ul {
	position: relative;
}
.Iabout_right_con ul li {
	overflow: hidden;
	padding-top: 30px;
	height: auto;
}
.ll h3 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	padding-top: 40px;
	letter-spacing:2px;
}
.ll span {
	font-size: 14px;
	font-family: "Arial";
	color: #a09e9e;
	text-transform: uppercase;
	line-height: 55px;
}
.ll em {
	display: block;
	width: 60px;
	height: 3px;
	background: #1e69ce;
}
.ll p {
	font-size: 17px;
	color: #3b3b3b;
	display: block;
	margin-top: 30px;
	line-height: 32px;
}
.Iabout_more {
	margin-top: 35px;
}
.Iabout_more a {
	display: block;
	width: 160px;
	height: 40px;
	background: #ea0001;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	float: left;
}
.Iabout_more a:hover {
	background: #0078d7;
}
/* 关于我们 end  */




/* 案例展示 */

.Icase {
	padding:70px 0 70px;
	background: url(../images/bg_case.jpg) no-repeat bottom;
}
.Icase_content {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.Icase_content>ul {
	position: relative;
}
.Icase_content>ul>li {
	float: left;
	width: 630px;
	position: relative;
	float: left;
	margin: 0 15px;
	cursor: pointer;
	z-index: 111;
}
.Icase_content>ul>li span {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.Icase_content>ul>li span img {
	width: 100%;
}
.xiangmu_des {
	height: 70px;
	background: url(/images/case_des_bg.jpg);
	padding:23px 10px 12px;
	text-align:center;
	font-size:18px;
	color:#333;
}
.Icase_content ul li:hover .xiangmu_des {
	background: url(/images/case_des_bg_on.jpg);
	color:#fff;
 transition: ease .5s;
}
.xiangmu_prev, .xiangmu_next {
	width: 85px;
	height: 85px;
	background: #046fda;
	border-radius: 5px;
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1111;
	cursor: pointer;
}
.xiangmu_prev::after, .xiangmu_next::after {
 content: '';
 display: block;
 width: 11px;
 height: 22px;
 background-image: url(/images/aljt.png);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
}
.xiangmu_prev {
	left: -660px;
}
 .xiangmu_next::after {
 background-position: 12px;
}
.xiangmu_next {
	right: -660px;
}
.Icase_content ul li:hover .xiangmu_des {
	display: block;
}
/* 案例展示 end  */








.Iyoushi {
	padding:70px 0 70px;
	background: url(../images/bg_youshi.jpg) no-repeat top;
}
.Iyoushi_content {
	padding: 20px 0 20px;
}
.Iyoushi_list {
	display: inline-block;
	height: auto;
}
.Iyoushi_list dl {
	float: left;
	width: 50%;
	float: left;
	height: 250px;
	background-color: #fff;
}
.Iyoushi_list dl dt {
	width: 50%;
	height: 250px;
	display: block;
	float: left;
	overflow: hidden;
}
.Iyoushi_list dl dt img {
	width: 100%;
	height: 250px;
	display: block;
 transition: all .36s ease;
}
.Iyoushi_list dl dd {
	position: relative;
	width: 50%;
	height: 250px;
	float: right;
	text-align: center;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl.dl1 dd i, .Iyoushi_list dl.dl2 dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 42px;
	left: -14px;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl.dl3 dd i, .Iyoushi_list dl.dl4 dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 14px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 42px;
	right: -14px;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl dd h3 {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 18px;
	padding-top: 44px;
	padding-left: 30px;
	text-align: left;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl dd h3 span {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #ea0001;
	margin-top: 20px;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl dd p {
	display: block;
	width: 240px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	padding-top: 20px;
	text-align: justify;
	margin-left: 30px;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl.dl1:hover dd i, .Iyoushi_list dl.dl2:hover dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #0078d7 transparent transparent;
	position: absolute;
	top: 42px;
	left: -14px;
}
.Iyoushi_list dl.dl3:hover dd i, .Iyoushi_list dl.dl4:hover dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 14px;
	border-color: transparent transparent transparent #0078d7;
	position: absolute;
	top: 42px;
	right: -14px;
}
.Iyoushi_list dl:hover dd {
	background-color: #0078d7;
}
.Iyoushi_list dl:hover dd h3 {
	color: #fff;
}
.Iyoushi_list dl:hover dd h3 span {
	background-color: #fff;
}
.Iyoushi_list dl:hover dd p {
	color: #fff;
}
.Iyoushi_list dl.dl3 dd, .Iyoushi_list dl.dl4 dd {
	float: left;
}
.Iyoushi_list dl.dl3 dt, .Iyoushi_list dl.dl4 dt {
	float: right;
}
.Iyoushi_list dl:hover dt img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
/*************************新闻中心******************************/
.Inews {
	padding: 70px 0 70px;
}
.Inews-content {
	margin-top: 45px;
}
.Inews-menu {
	text-align: center;
	margin: 0 -10px;
	margin-top: 20px;
	font-size: 0;
}
.Inews-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;
}
.Inews-menu a span {
	display: inline-block;
	font-size: 18px;
	color: #333;
	margin-left: 5px;
transition: ease .5s;
}
.Inews-menu a.on {
	background-color: #ea0001;
}
.Inews-menu a.on span {
	color: #fff;
}
.Inews-content {
	margin-top: 45px;
}
.Inews-content1 {
	display: none;
}
.Inews-content1.on {
	display: block;
}
.Inews-list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.Inews-list>li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Inews-list>li:hover .box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.Inews-list li .pic {
	position: relative;
}
.Inews-list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.Inews-list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Inews-list li .pic:before {
	background-size: 80px;
	z-index: 3;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Inews-list li:hover .pic:before {
	background-color: rgba(30, 105, 206, 0.3);
}
.Inews-list li .tit {
	border: 1px solid #ddd;
	background:#FFF;
	height:140px;
	padding:10px;
}
.Inews-list li .tit h4 {
	font-size:20px;
	text-align:left;
	margin: 15px 0 10px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
	font-weight:500;
}
.Inews-list li .tit p {
	font-size:16px;
	color: #888;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align:left;
	text-indent:32px
}
/*搜索*/
.Isearch {
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.Isearch .fl {
	padding-top: 18px;
	max-width: 1000px;
	line-height: 20px;
}
.Isearch .fl a:hover {
	text-decoration: underline;
	color: #be050d;
}
.Isearch .fl a {
	display: inline-block;
	color: #555;
	font-size: 15px;
}
.Isearch .fl span:last-of-type {
	display: none;
}
.Isearch .fl strong {
	display: block;
	float: left;
	max-width: 90px;
	font-size: 15px;
}
.Isearch_right form {
	float: left;
	display: block;
	width: 270px;
	background: #f5f5f5;
	border-radius: 50px;
	line-height: 34px;
	height: 34px;
	position: relative;
	margin: 9px 0 9px 0px;
}
.Isearch_right form .search-i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	display: block;
	transition: 0.3s all ease-in-out;
	background: #0078d7 url(../images/dot_so.png) no-repeat center;
}
.Isearch_right .search-i:hover {
	background-color: #4c4949;
}
.Isearch_right .search-i input {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: none;
	border: 0 none;
	outline: none;
}
.Isearch_right .search-bg input {
	line-height: 34px;
	background: none;
	border: 0 none;
	width: 220px;
	padding-left: 20px;
	color: #aaa;
	outline: none;
	font-size:15px;
}
/*Ilink*/
.Ilink {
	margin: 10px 0;
}
.link_content {
	margin: 20px 0;
}
/*footer*/
.footer {
	border-top: 4px solid #ea0001;
	background: url(../images/bg_foot.jpg) no-repeat top;
}
.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/sx1.jpg) no-repeat left center;
	padding-left:15px;
	color:#dcdcdc;
	font-size:20px;
}
.footnav dl dd {
	height:40px;
	line-height:40px;
	text-align:center;
}
.footnav dl dd a {
	font-size:16px;
	color:#dcdcdc;
	display:block;
}
.footnav dl dd a:hover {
	color:#ea0001;
}
.footnav dl:nth-child(1) {
margin-left:0;
}
.footnav dl.lastdl {
	width:340px;
}
.dbphone {
	min-height:50px;
	background:url(../images/phone.png) no-repeat left center;
	padding-left:70px;
}
.dbphone span {
	font-size:14px;
	color:#dcdcdc;
}
.dbphone p {
	font-size:30px;
	color:#fff;
	font-family: "Impact";
}
.footnav dl.lastdl h3 {
	width:170px;
	height:50px;
	background:#ea0001;
	border-radius:5px;
	margin-top:20px;
	text-align:center;
	line-height:50px;
}
.footnav dl.lastdl h3 a {
	font-size:18px;
	color:#fff;
}
.erwm {
	width:154px;
	text-align:center;
	float:right;
}
.erwm img {
	border-radius:5px;
}
.erwm h2 {
	font-size:14px;
	color:#666;
	line-height:32px;
}
.copyright {
	padding: 20px 0;
}
.copyright a {
	display:inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #dcdcdc;
transition: .5s;
	position: relative;
}
.copyright a i {
	font-style: normal;
	margin: 0 10px;
}
.copyright .copyright-con {
	padding-top: 22px;
	border-top: 1px solid #666;
}
.copyright a.link-ctm::after {
display: none;
}
.copyright a:hover {
	color: #e60012;
}
.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: #dcdcdc;
	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-color:#0078d7;
	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;
}
}
.service-flow .title {
	font-size: 30px;
	margin: 132px auto 22px;
}
.service-flow .box-nav {
	display: flex;
	justify-content: space-between
}
.service-flow .flow-box {
	text-align: center;
}
.service-flow .flow-box a {
	color: white;
	font-size: 18px;
	line-height: 18px;
	display: block;
	padding: 11px 98px;
	background-color: #727171;
}
.service-flow .flow-box .active {
	background-color: #ff0000;
}
.service-flow .flow-icon {
	display: none;
}
.service-flow .flow-icon-hover {
	display: block;
	margin: 13px auto 0;
}
.service-flow .init-flow-icon {
	display: block;
	margin: 13px auto 0;
}
.service-flow .box {
	justify-content: center;
	width: 100%;
	height: 413px;
	overflow: hidden;
	background-color: #ededed;
	margin-bottom: 134px;
	transition: all 1s ease-in-out;
}
.service-flow .box .item {
	width: 194px;
	margin-top: 32px;
	margin-bottom: 60px;
	margin-right: 48px;
 transition: all .3s ease-in-out;
	float:left;
}
.service-flow .box .item img {
	margin-bottom: 20px;
	width: 194px;
	height: 194px;
}
.service-flow .box .item:last-child {
	margin-right: 0;
}
.service-flow .box .item .num {
	font-family: BodoniBdBT;
	font-size: 18px;
	color: #666666;
}
.service-flow .box .item .title {
	font-size: 18px;
	color: #666666;
}
.service-flow .box .item .line {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px;
}
.service-flow .box .item .item-content {
	font-size: 14px;
	color: #666666;
}
 @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%;
    float: left;
}
 .navbar {
margin-left: 10px; width:700px;
}
 .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: 23px;
}

.Iheader-right ul li {
    float: left;
    margin-right: 8px;
}
.Iheader-right p span {
    font-size: 28px;
}
.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;
}
}
 @media(max-width:1280px) {
 .navbar {
 margin-left: 0px;
}
 .footer-ul ul {
 float: left;
 margin-right: 20px;
}
}
