﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 18px;
	min-width: 1200px;
	margin: auto;
	color: #333;
}

ul,
li {
	list-style: none;
}

img {
	display: block;
	border: 0;
}

input,
textarea {
	outline: none;
}

a {
	color: #565656;
	text-decoration: none;
}

a:hover {
	color: #036cc7;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainb {
	width: 90%;
	margin: 0 auto;
}

.paddt30 {
	padding-top: 30px;
}

.paddt3b2 {
	padding: 30px 0 20px;
}

.overfw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m_hbot {
	display: none;
}

.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	padding-bottom: 50px;
}

.inmain {
	margin-bottom: 30px;
}


/***********************************************************************************/


.f_title {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

.f_title h3 {
	font-size: 40px;
	letter-spacing: 5px;
}

.f_title h3:before,
.f_title h3:after {
	vertical-align: middle;
	width: 32px;
	height: 21px;
	display: inline-block;
	content: "";
	background: url(../img/f_title.png) no-repeat;
}

.f_title h3:before {
	margin-bottom: 10px;
	margin-right: 25px;
	transform: rotate(180deg);
}

.f_title h3:after {
	margin-left: 20px;
	padding-bottom: 10px;
}

.f_title_t {
	margin-top: 10px;
}

.f_title_t span {
	
	display: inline-block;
	border: 1px solid #999;
	padding: 0 15px;
	/* height:40px; */
	line-height: 40px;
	/* overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis; */
	position: relative;
}

.f_title_t em {
	width: 6px;
	height: 40px;
	float: left;
	background: #e7e7e7;
	position: absolute;
	top: -1px;
}

.f_title_t .f_em_l {
	left: -20px;
}

.f_title_t .f_em_r {
	right: -20px;
}


/*公共部分结束*/


/*首页头部*/

.header {
	min-width: 1200px;
	background: url(../img/case-listbg01.png);
}

.htop {
	font-size: 14px;
	color: #b3b5b7;
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding: 0 20px 0 20px;
	position: relative;
	display: none;
}

.htop:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: #C80B1A;
	width: 608px;
	height: 50px;
	border-bottom-left-radius: 80px;
}

.htop p {
	position: relative;
	z-index: 2;
}

.htop p.fr {
	position: relative;
	font-size: 16px;
	color: #b7d3ed;
	line-height: 48px;
	padding-left: 30px;
	background: url(../img/nav2_tel.png) no-repeat left center;
}

.htop p span {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: sub;
	font-family: Arial, Helvetica, sans-serif;
}

.hsecond {}

.hlogo {
	width: 40%;
	margin: 10px 0;
}

.hlogo p {
	padding-left: 4%;
	border-left: 1px dashed #000;
}

.hlogo p strong {
	font-style: normal;
	display: block;
	font-size: 24px;
	color: #333333;
	margin-bottom: 3px;
	letter-spacing: 0.7px;
}
.hlogo p>i>strong{
	font-weight:normal;
}
.hlogo p span {
	color: #748390;
}

.youlogo {
	height: 97px;
	line-height: 97px;
}

.youlogo img {
	padding-top: 20px;
	height: 52px;
	vertical-align: middle;
}
.mmenu{
	display:none;
}
.htel {
	width: 15%;
}

.youbianzi {
	color: #000;
	margin-top: 5%; 
}

.youbianzi p {
	font-size: 20px;
	 margin-top: 20px;
	line-height: 25px;
}

.youbianzi p span {
	font-size: 20px;
}

.sea {
	padding: 40px 0 36px 20px;
	position: relative;
}

.seaicon {
	cursor: pointer;
}

.search {
	position: absolute;
	top: 116px;
	width: 700px;
	right: 0;
	background: #fff;
	z-index: 999;
	display: none;
	box-shadow: 0px 0px 5px #eee inset;
	padding: 20px;
	box-sizing: content-box;
}

.search-bg {
	width: 680px;
	margin: 0 auto;
	height: 40px;
	padding-left: 20px;
	border-radius: 30px;
	border: 1px solid #eeeeee;
}

.search-bg input {
	float: left;
}

#infoname {
	border: none;
	height: 40px;
	width: 635px;
}

#soo {
	margin-top: 12px;
}

.keywords {
	margin-top: 10px;
	text-align: center;
}

.keywords,
.keywords a {
	font-size: 14px;
	color: #999;
}

.keywords span {
	color: #666;
}

.keywords a:hover {
	color: #C80B1A;
	text-decoration: underline;
}

@media screen and (max-width:1550px) {
	.nav li {
		margin-right: 20px;
	}
}

@media screen and (max-width:1480px) {
	.nav li {
		margin-right: 10px;
	}
}

@media screen and (max-width:1380px) {
	.nav li {
		margin-right: 0px;
	}
}

.dropmenu {
	position: absolute;
	top: 140px;
	right: 0;
	z-index: 0;
	padding: 20px;
	background: rgba(47, 136, 216, 0.80);
	border-radius: 20px;
	border-top-right-radius: 0;
	transition: all .4s ease;
	opacity: 0;
	z-index: -1;
}

.nav li:hover .dropmenu {
	z-index: 999;
	top: 116px;
	opacity: 1;
}

.dropmenu tr+tr {}

.dropmenu a {
	border-bottom: 1px dashed #036cc7;
}

.dropmenu a {
	display: block;
	line-height: 45px;
	transition: all .3s ease;
	text-align: center;
	width: 140px;
	color: #fff;
}

.dropmenu a:hover {
	background: linear-gradient(to right,#036cc7,#0084f4);
	border-radius: 5px;
	color:#fff;
}

.dropmenu tr td {
	display: block;
}

.dropmenu:hover {}

.nav {
	font-size: 0;
	height: 80px;
	border-bottom: 3px solid #0159a5;
	background: #036cc7;
	position: relative;
}

.nav .block {
	position: absolute;
	display: block;
	background: linear-gradient(to right,#036cc7,#0084f4);
	height: 80px;
	top: 0;
	overflow: visible !important;
}

.nav .block:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 0px 35px 80px 35px;
	border-style: solid;
	border-color: transparent transparent transparent #0084f4;
	position: absolute;
	right: -70px;
	bottom: 0;
}

.nav ul {
	white-space: nowrap;
}

.nav li {
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
}

.nav li+li>a {
	text-align: center;
}

.nav li>a {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 22px;
	color: #e6e0e0;
	font-weight: normal;
	position: relative;
	z-index: 9;
}

.nav li>a em {
	display: block;
	font-size: 16px;
}

.nav li>a span {
	display: inline-block;
	padding: 22px 0 22px 35px;
	position: relative;
}

.nav li>a span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 26px;
	height: 27px;
	background: url(../img/nav2_logo.png) no-repeat left top;
}

.nav li:nth-child(2)>a span:after {
	background-position-x: -39px;
}

.nav li:nth-child(3)>a span:after {
	background-position-x: -191px;
}

.nav li:nth-child(4)>a span:after {
	background-position-x: -231px;
}

.nav li:nth-child(5)>a span:after {
	background-position-x: -275px;
}

.nav li:nth-child(6)>a span:after {
	background-position-x: -315px;
}

.nav li:nth-child(7)>a span:after {
	background-position-x: -360px;
}

.nav li:nth-child(8)>a span:after {
	background-position-x: -399px;
}

.nav li.cur1>a,
.nav li.cur>a {
	color: #fff;
}

.nav li.cur1>a span:after,
.nav li.cur>a span:after {
	background-position-y: -51px;
}

.dropmenu {
	position: absolute;
	z-index: 99;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px #eee inset;
	padding: 30px 0;
	left: 0;
	top: 120%;
	opacity: 0;
	transition: all .3s ease;
	visibility: hidden;
}

.nav li:hover .dropmenu {
	opacity: 1;
	visibility: visible;
	top: 105%;
}

.dropmenu dl {
	font-size: 0;
	text-align: center;
}

.dropmenu dl dt:nth-child(1) {
	border-left: 1px dashed #eee;
}

.dropmenu dl dt {
	display: inline-block;
	padding: 10px 30px;
	width: 10%;
	border-right: 1px dashed #eee;
	vertical-align: top;
	box-sizing: content-box;
}

.navpic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.navpic {
	position: relative;
	overflow: hidden;
	background: #eee;
	width: 100%;
	height: 178px;
	margin-bottom: 20px;
}

.navpic:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s ease;
}

.dropmenu dl dt a {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 15px;
	color: #333;
	transition: all .3s ease;
}

.dropmenu dl dt p {
	padding-left: 5px;
}

.dropmenu dl dt a em {
	display: block;
	font-size: 16px;
	color: #ccc;
	margin-top: 3px;
}

.dropmenu dl dt a span {
	font-size: 20px;
	color: #333;
}

.dropmenu dl dt:hover a span {
	font-size: 20px;
	color: #fff;
}

.dropmenu dl dt:hover a {
	color: #C80B1A;
}

.dropmenu dl dt:hover .navpic:after {
	opacity: 0;
}

.droptable ul,
.droptable li {
	display: block;
	text-align: center;
	font-size: 0;
	width: 100%;
	height: auto !important;
	white-space: normal;
}

.droptable li {
	display: inline-block;
	width: 19%;
	margin: 0 10px 10px 0;
}

.droptable li:hover li a {
	background: #C80B1A;
	color: #fff;
}

.droptable li a {
	width: 87%;
	display: block;
	line-height: 55px !important;
	border: 1px solid #ddd;
	font-size: 20px;
	color: #333;
	text-align: center;
	transition: all .3s ease;
}


/*banner开始*/

.hbannbox {
	overflow: hidden;
	position: relative;
}

.hbannbox .hd {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	z-index: 99;
	text-align: center;
}

.hbannbox .hd ul {
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.hbannbox .hd ul li {
	display: inline-block;
	width: 25px;
	height: 6px;
	text-align: center;
	background: #ccc;
	cursor: pointer;
	border-radius: 5px;
}

.hbannbox .hd ul li.on {
	width: 35px;
	background: #036cc7;
	transition: .6s;
}

.hbannbox .bd {
	position: relative;
	z-index: 0;
	width: 100%;
}

.hbannbox .bd li {
	zoom: 1;
	vertical-align: middle;
	overflow: hidden;
}

.hbannbox .bd img {
	width: 100%;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.hbannbox .prev,
.hbannbox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 12px solid #000;
	border-left: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #000;
	transform: rotate(-135deg);
	filter: alpha(opacity=50);
	opacity: 0.5;
	border-radius: 5px;
}

.hbannbox .next {
	left: auto;
	right: 3%;
	transform: rotate(45deg);
}

.hbannbox .prev:hover,
.hbannbox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	transition: .5s;
}

.hbannbox .prevStop {
	display: none;
}

.hbannbox .nextStop {
	display: none;
}


/*产品开始*/

.product_box {
	background: url(../img/pro-txts.png);
}

.slideTxtBox {
	width: 100%;
}

.slideTxtBox .hd ul li {
	float: left;
	text-align: center;
	width: 19.2%;
	background: #F0F0F0;
	margin-right: 1%;
	margin-bottom: 0.5%;
	height: 55px;
	line-height: 55px;
}

.slideTxtBox .hd ul li:nth-child(5),
.slideTxtBox .hd ul li:nth-child(10) {
	margin-right: 0;
}

.slideTxtBox .hd ul li a {
	display: block;
	color: #000;
	font-size: 20px;
}

.slideTxtBox .hd ul li.on a {
	color: #fff;
}

.slideTxtBox .hd ul li.on {
	margin-bottom: 0;
	color: #fff;
	background: url(../img/canshu.png) no-repeat center top;
	background-size: 100% 100%;
	height: 66px;
	line-height: 55px;
	color: #000;
	text-align: center;
}

.slideTxtBox .bd li {
	width: 23.5%;
	margin: 1%;
	box-sizing: border-box;
	float: left;
}

.slideTxtBox .bd li:first-child,
.slideTxtBox .bd li:nth-child(5) {
	margin-left: 0;
}

.slideTxtBox .bd li:nth-child(4),
.slideTxtBox .bd li:nth-child(8) {
	margin-right: 0;
}

.p_img {
	height:372px;
	position: relative;
	overflow: hidden;
}

.p_img a {
	display: block;
	width: 100%;
    height: 100%;
}

.p_img a:before {
	content: '';
	width: 0%;
	height: 0%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 2;
	top: 0;
	display: block;
	transition: all 0.3s;
}

.slideTxtBox .bd li:hover .p_img a:before {
	width: 100%;
	height: 100%;
}

.slideTxtBox .bd li:hover .p_img span {
	display: block;
}

.p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p_img span {
	width: 60px;
	height: 60px;
	display: none;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -30px;
	top: 39%;
	border: solid 1px #fff;
	border-radius: 60px;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
}

.p_txt {
	width: 100%;
	background: #f5f5f5;
	margin-top: 0.8%;
	position: relative;
	overflow: hidden;
}

.p_txt:before {
	width: 0;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to right,#036cc7,#0084f4);
	transition: all 0.3s;
}

.slideTxtBox .bd li:hover .p_txt:before {
	width: 100%;
}

.p_txt a {
	height: 45%;
	padding: 3% 4% 4% 5%;
	font-size: 20px;
	color: #000;
	position: relative;
	z-index: 2;
	display: block;
}

.p_txt a p {
	height: 25px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.slideTxtBox .bd li:hover .p_txt a {
	color: #fff;
}

.p_txt span {
	display: block;
	width: 67px;
	height: 12px;
	background: url(../img/p7_more.png);
	margin-top: 3%;
}

.slideTxtBox .bd li:hover .p_txt span {
	background-position: 0px -12px;
	transition: all 0.3s;
}


/*产品结束*/


/*公司简介开始*/

.about_box {
	width: 100%;
	position: relative;
	background: url(../img/al_bj.jpg) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 30px;
}

.about_l {
	background: url(../img/about_l_imgbj.jpg) no-repeat 0px 50px;
	width: 35%;
	overflow:hidden;
}

.about_l img {
	margin-left: 6%;
	margin-bottom: 4%;
	width: 100%;
    height: 520px;
}

.about_r {
	width: 63%;
}

.about_r .about_txt {
	position: relative;
}

.about_r .about_txt h3 {
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #eee;
	font-size: 30px;
	color: #C80B1A;
}

.about_r .about_txt em {
	position: absolute;
	left: 0px;
	display: block;
	width: 40px;
	height: 2px;
	background: linear-gradient(to right,#036cc7,#0084f4);
}

.about_r .about_txt p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 35px;
	height: 250px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.about_list {
	position: absolute;
	bottom: 90px;
	left: 30%;
	height: 105px;
	box-shadow: 4px 10px 10px rgba(35, 25, 25, 0.1);
	-moz-box-shadow: 4px 10px 10px rgba(35, 25, 25, 0.1);
	-webkit-box-shadow: 4px 10px 10px rgba(35, 25, 25, 0.1);
}

.about_list li {
	float: left;
	width: 205px;
	height: 105px;
	font-size: 18px;
	text-align: center;
}

.about_list a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url(../img/line1.jpg) right center no-repeat;
	color: #cfa14c;
}

.about_list a:hover {
	background: linear-gradient(to right,#036cc7,#0084f4);
	color: #fff;
}

.about_list a img {
	display: inline-block;
	width: 20%;
	padding-top: 20px;
}

.about_list a .img1 {
	display: none;
}

.about_list a:hover img {
	display: none;
}

.about_list a:hover .img1 {
	display: inline-block;
}


/*公司简介结束*/


/*公司简介2开始*/
	.O_about_big {
		width: 100%;
		background: url(../img/banner.jpg) fixed;
		background-size: 100% 100%;
	}
	.O_about_big .O_about_cont {
		width: 50%;
		background:linear-gradient(to right,rgba(3,108,199,.9),rgba(44,155,249,.9)) ;
		padding: 20px 50px;
		box-sizing: border-box;
	}
	.O_about_cont h2,
	.O_about_cont h3 {
		font-size: 30px;
		margin-top: 10px;
		color: #fff;
	}
	.O_about_cont h3 {
		position: relative;
	}
	.O_about_cont h3:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -15px;
		background: #fff;
		width: 5%;
		height: 5px;
	}
	.O_about_cont p {
		font-size: 18px;
		color: #fff;
		line-height: 30px;
		height: 120px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	.O_about_cont .one_p {
		margin-top: 40px;
	}
	.O_about_cont h4 {
		color: #fff;
		margin: 10px 0;
	}
	.O_about_more {
		width: 150px;
		height: 40px;
		line-height: 40px;
		margin-top: 40px;
		border: 1px solid #fff;
		position: relative;
		transition: 0.4s linear;
		z-index: 2;
	}
	.O_about_more:after {
		width: 0;
		cursor: pointer;
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: #fff;
		transition: 0.4s linear;
	}
	.O_about_more:hover:after {
		width: 150px;
	}
	.O_about_more a {
		display: block;
		width: 100%;
		color: #fff;
		text-align: center;
	}
	.O_about_more a:hover {
		color: #036cc7;
	}
	/*公司简介2结束*/


/*广告条开始*/

.adv_box {
	width: 100%;
	background: url(../img/adv_bj.jpg) no-repeat;
	background-size: 100% 100%;
	height: 247px;
	box-sizing: border-box;
}

.adv_l {
	box-sizing: border-box;
	padding-top: 30px;
	width: 40%;
	height: 247px;
	background: url(../img/adv_l_bj.jpg);
}

.adv_r {
	box-sizing: border-box;
	padding-top: 30px;
	width: 60%;
	height: 247px;
	background: url(../img/adv_r_bj.jpg);
}

.adv_l h3 {
	line-height: 55px;
	font-size: 30px;
	color: #fff;
	/*text-align: right;*/
	position: relative;
}

.adv_l h3:before {
	content: '';
	position: absolute;
	top: -10%;
	background: #fbf7f7;
	width: 5%;
	height: 5px;
}

.adv_l p,
.adv_l em {
	line-height: 35px;
	color: #dedada;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.adv_l a {
	margin: 10px 0 30px 0;
	display: block;
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	opacity: 0.5;
	background: url(../img/nimg32_1.png) right center no-repeat;
}

.adv_l a:hover {
	opacity: 1;
	border: #036cc7 solid 1px;
	background: #036cc7 url(../img/nimg32_1on.png) right center no-repeat;
	box-shadow: 4px 10px 10px rgba(35, 25, 25, 0.1);
	-moz-box-shadow: 4px 10px 10px rgba(35, 25, 25, 0.1);
	-webkit-box-shadow: 4px 10px 10px rgba(35, 25, 25, 0.1);
}

.adv_r ul li {
	float: left;
	width: 23%;
	height: 160px;
	text-align: center;
	margin: 1%;
	position: relative;
	box-sizing: border-box;
}

.adv_r ul li:hover {
	margin-top: -15px;
}

.adv_r li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/bg2.png) repeat;
	color: #cfa14c;
}

.adv_r li:hover {
	background: url(../img/bg1.jpg) repeat;
	color: #fff;
}

.adv_r img {
	display:inline-block;
	width: 50px;
	height: 50px;
	padding-top: 20px;
}

.adv_r .img1 {
	display: none;
}

.adv_r li:hover img {
	display: none;
}

.adv_r li:hover .img1 {
	display: inline-block;
}

.adv_r li p {
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.adv_r li a:hover p {
	color: #fff;
}


/*广告条结束*/


/*案例开始*/

.case_big {
	/*background: url(../img/case-listbg01.png);*/
}

.tabs1 {
	width: 13%;
	float: left;
}

.tabli1 {
	text-align: center;
	position: relative;
}

.tabli1 li {
	background: url(../img/sort.jpg) no-repeat;
	background-size: 100% 100%;
	float: left;
	font-size:20px;
	display: block;
	cursor: pointer;
	color: #555555;
	width: 100%;
	text-align: left;
	height: 138px;
	line-height: 138px;
	padding-left: 65px;
	box-sizing: border-box;
}

.tabli1 .cur {
	background: url(../img/sort1.jpg) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	color: #ccc!important;
	width: 100%;
	height: 138px;
	line-height: 138px;
	color: #fff!important;
	padding-left: 65px;
	box-sizing: border-box;
}

.tab1 {
	display: none;
	width: 85%;
	float: right;
	border-top: 1px solid #e0e3eb;
	border-bottom: 1px solid #e0e3eb;
	/*height: 528px;*/
	overflow: hidden;
}

.tabli1 li span {
	display: block;
	line-height: 10px;
}

.tab1 {
	padding: 2px 0 50px;
	overflow: hidden;
	text-align: center;
}

.fix:before,
.fix:after {
	display: table;
	clear: both;
	content: '';
}

.tab1 dl {
	position: relative;
	float: left;
	width: 24.25%;
	margin-right: 1%;
	box-shadow: 0 1px 3px #ccc;
	text-align: center;
	visibility: visible;
	animation-delay: 0.6s;
	animation-name: fadeInUp;
}

.tab1 dl:nth-child(4) {
	margin-right: 0;
}

.tab1 dl:hover h3 {
	color: #fff;
}

.tab1 dl:hover p {
	color: #e0dbdb;
}

.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(#036cc7,#0084f4);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.tab1 dl a {
	padding: 8% 6%;
	display: block;
	overflow: hidden;
}

.tab1 dl dt {
	height: 288px;
	overflow: hidden;
	position: relative;
}

.tab1 dl dt img {
	width: 100%;
	height: 100%;
}

.tab1 dl dt span {
	position: absolute;
	color: #fff;
	bottom: 0px;
	right: 0px;
	background: rgba(255, 153, 51, 0.9);
	padding: 3px 10px;
	font-size: 12px;
}

.tab1 dl dd h3 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.tab1 dl dd p {
	font-size: 18px;
	color: #999;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tab1 dl dd span {
	width: 45px;
	height: 45px;
	margin: auto;
	display: block;
	background: linear-gradient(to right,#036cc7,#0084f4);
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	border-radius: 45px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.tab1 dl dt span {
	position: absolute;
	color: #fff;
	bottom: 0px;
	right: 0px;
	background: linear-gradient(to right,rgba(3,108,199,.9),rgba(44,155,249,.9));
	padding: 3px 10px;
	font-size: 16px;
}

.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
	color: #fff;
}

.hvr-sweep-to-top:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.tab1 dl:hover dt span {
	background: #333;
	color: #fff;
}

.tab1 dl:hover dd span {
	background: #fff;
	color: #036cc7;
}


/*案例结束*/


/*新闻开始*/

.news_big {
	background: url(../img/62c30635f91d800f20d0e9d5e39b0494.jpg);
}

.titleBox {
	padding: 30px 0 40px 0;
	border-bottom: 1px solid #e6e4e4;
}

.titleBox .title {
	font-size: 30px;
	color: #036cc7;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	float: left;
}

.titleBox .title .ico {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 5px;
}

.titleBox .more {
	float: right;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
}

.titleBox .more:hover {
	color: #036cc7;
}

.index4 {
	float: left;
	width: 49%;
	    padding: 0 10px;
	background-color: #fff;
	margin-top: 20px;
	box-sizing: border-box;
}

.index4List {
	padding: 10px 0 20px 0;
}

.index4List .list {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.index4List .list:last-child {
	border: none;
}

.index4List .list .pic {
	float: left;
	width: 25%;
	height:194px;
	overflow: hidden;
}

.index4List .list .pic img {
	width: 100%;
    height: 100%;
	object-fit:cover;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.index4List .list .news_r {
	width: 72%;
}

.index4List .list .news_r .H3 {
	font-size: 20px;
	color: #333333;
	margin: 8px 0;
}

.index4List .list .news_r .H4 {
	font-weight: normal;
	line-height: 35px;
	font-size: 18px;
	color: #999999;
	height: 110px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index4List .list .news_r .date {
	margin-top: 8px;
	font-size: 18px;
	color: #999999;
	line-height: 14px;
}

.index4List .list .news_r .date .ico {
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.index4List .list:hover .H3 {
	color: #036cc7;
}

.index4List .list:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index5 {
	float: right;
	    padding: 0 10px;
	width: 49%;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 80px;
}

.index5List {
	padding-top: 30px;
}

.index5List .list {
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}

.index5List .list .title {
	height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	float: left;
	width: 80%;
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	padding: 13.5px 0 13.5px 12px;
}

.index5List .list .title .ico {
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 6px;
}

.index5List .list .button {
	width: 53px;
	height: 53px;
	float: right;
	background-color: #f4f4f4;
}

.index5List .list .button .span {
	display: block;
	width: 15px;
	height: 1px;
	background-color: #464646;
	margin: 26px auto;
	position: relative;
}

.index5List .list .button .span::after {
	width: 1px;
	height: 15px;
	background-color: #464646;
	content: "";
	position: absolute;
	top: -7px;
	left: 7px;
}

.index5List .list .down {
	padding: 0 38px;
	margin-top: 15px;
	font-size: 18px;
	color: #666666;
	line-height: 35px;
	position: relative;
	display: none;
	position: relative;
	margin-bottom: 15px;
	height: 100px;
	overflow: hidden;
	text-overflow: psis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index5List .list .down a {
	color: #666666;
}

.index5List .list .down .more {
	color: #0d0d0d;
}

.index5List .top.on .button {
	background: linear-gradient(to right,#036cc7,#0084f4);
}

.index5List .top.on .button .span {
	background-color: #fff;
}

.index5List .top.on .button .span::after {
	display: none;
}

.index5List .list .down:hover .more {
	color: #036cc7;
}


/*新闻结束*/
/*解决方案开始*/
.imgBg {
				background-repeat: no-repeat;
				background-position: center top;
				background-size: cover;
			}
			/*鼠标悬停缓缓上升*/
			
			.motion {
				transition: all 0.5s ease-in-out;
				-webkit-transition: all 0.5s ease-in-out;
				-moz-transition: all 0.5s ease-in-out;
				-o-transition: all 0.5s ease-in-out;
			}
			
		
			.indNews .more i{
				background: url(../img/xiaoguo13_icon.png);
			}
			
			.indNews {
				padding:0 0 30px 0;
				z-index: 1;
			}
			
			.indNews .title {
				font-size: 48px;
				color: #333;
				line-height: 55px;
				text-align: center;
				margin-bottom: 20px;
			}
			
			.indNews-swiper {
				padding: 20px 0 40px;
			}
			
			.indNews-swiper .swiper-slide a {
				display: block;
				width: 100%;
				height: 363px;
				position: relative;
			}
			
			.indNews-swiper .swiper-slide .pic {
				width: 100%;
				height: 363px;
			}
			
			.indNews-swiper .swiper-slide .main {
				position: absolute;
				left: 0;
				bottom: 0;
				background: rgba(0, 0, 0, 0.6);
				width: 100%;
				height: 83px;
			}
			
			.indNews-swiper .swiper-slide .main .tell {
				padding: 18px 25px 17px 19px;
			}
			
			.indNews-swiper .swiper-slide .main .name {
				font-size: 20px;
				line-height: 48px;
				height: 48px;
				padding-right: 30%;
				overflow: hidden;
				color: #fff;
			}
			
			.indNews-swiper .swiper-slide .main .more {
				width: 41px;
				height: 41px;
				border: 2px solid #fff;
				border-radius: 50%;
				position: absolute;
				right: 25px;
				top: 18px;
				overflow: hidden;
			}
			
			.indNews-swiper .swiper-slide .main .more i {
				display: block;
				width: 18px;
				height: 18px;
				background-position: 0 -130px;
				margin: 11px auto;
			}
			
			.indNews-swiper .swiper-slide:hover .main {
				display: table;
				height: 100%;
				background:linear-gradient(to right,rgba(3,108,199,.9),rgba(44,155,249,.9));
			}
			
			.indNews-swiper .swiper-slide:hover .tell {
				display: table-cell;
				vertical-align: middle;
				padding: 0 30px;
			}
			
			.indNews-swiper .swiper-slide:hover .name {
				text-align: center;
				padding-right: 0;
				height: auto;
				font-size: 18px;
				line-height: 28px;
			}
			
			.indNews-swiper .swiper-slide:hover .more {
				position: static;
				margin: 20px auto 0;
				background: #fff;
			}
			
			.indNews-swiper .swiper-slide:hover .more i {
				background-position: 0 -150px;
			}
			
			.indNews-swiper .swiper-pagination {
				bottom: 0;
				z-index: 10;
			}
			
			.indNews-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
				width: 8px;
				height: 8px;
				border: 1px solid #8c8c9f;
				background: #fff;
				margin: 0 5px;
			}
			
			.indNews-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
				background: #036cc7;
				border-color: #036cc7;
			}
/*解决方案结束*/

/* 首页新加部分开始 */

.g-title {
	text-align: center;
}

.g-title h2 {
	height: 48px;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
}

.g-title h2 a {
	color: #333333;
}

.g-title p {
	height: 38px;
	line-height: 38px;
	color: #666;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.guide {
	padding-bottom:30px;
	background-color: #eff0f4;
}

.guide .g-title {
	height: 108px;
	padding-top: 30px;
}

.guide .g-title h2 {
	background: url(../img/txt-icon1.png) no-repeat center center;
}

.guide .g-title p {}

.guide-con dl {
	width: 24.25%;
	background-color: #ffffff;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.guide-con dl:nth-child(8),
.guide-con dl:nth-child(16) {
	margin-right: 0;
}

.guide-con dt {
	width: 92px;
	height: 92px;
	margin: 20px auto 2px;
}

.guide-con dd {
	margin: 0 10px 10px 10px;
	font-size: 18px;
	line-height: 40px;
	color: #2f2f2f;
}

.guide-con dd a{display:block;}
.guide-con dd a:first-child{background:none!important;}
.guide-con dd a:nth-child(2n){
	background: url(../img/guide-icon9.png) #eff0f4 no-repeat 5px 17px;
}
.guide-con dd a:nth-child(2n-1){
	background: url(../img/guide-icon9.png) #fff no-repeat 5px 17px;
}
.guide-con dd p {
	height: 45px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #666;
	padding-left: 18px;
	/* background: url(../img/guide-icon9.png) no-repeat 5xp 17px; */
}

.guide-con .guide-desc2 p {
	width: 95px;
	float: left;
}

.guide-title {
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 45px;
	text-align: center;
}

.guide .hvr-icon-spin {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.hvr-icon-spin .hvr-icon {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover .hvr-icon,
.hvr-icon-spin:focus .hvr-icon,
.hvr-icon-spin:active .hvr-icon {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}


/*流程开始*/
.process{padding-bottom:30px;}
.process .g-title {
	height: 118px;
	padding-top: 30px;
}

.process .g-title h2 {
	background: url(../img/txt-icon2.png) no-repeat center center;
}

.process-con {
	overflow: hidden;
}

.process-con dl {
	width: 20%;
	box-sizing: border-box;
	position: relative;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.process-con dl:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 56px;
	right: -6px;
	background: url(../img/process-icon6.png) no-repeat;
}

.process-con dl:last-child {
	margin-right: 0;
}

.process-con dl:last-child:after {
	display: none;
}

.process-con dl:hover dt {
	background-position-y: bottom;
}

.process-con dt {
	width: 134px;
	height: 134px;
	background: url(../img/process-bg.png) no-repeat center top;
	margin: 0 auto 16px;
}

.process-title {
	height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.process-tel {
	width: 430px;
	margin: 40px auto 0;
	overflow: hidden;
}

.process-tel p {
	float: left;
	width: 230px;
	padding-left: 56px;
	background: url(../img/process_tel.png) no-repeat left center;
	font-size: 18px;
	color: #666;
}

.process-tel p b {
	display: block;
	font-size: 28px;
	color: #0e75da;
	font-weight: bold;
}

.process-tel .btn {
	float: right;
	width: 144px;
	padding: 10px 0;
}

.process-tel .btn a {
	display: block;
	width: 144px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 20px;
	background: #009a44;
	text-align: center;
}


/*流程结束*/


/*合作伙伴开始*/

.partner-con li img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.partner-con li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.partner {
	height: 850px;
	padding-bottom:30px;
	background: url(../img/partner-bg.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.partner .g-title {
	height: 116px;
	padding-top: 30px;
}

.partner .g-title h2 {
	background: url(../img/txt-icon4.png) no-repeat center center;
	color: #fff;
}

.partner .g-title p {
	font-size: 18px;
	color: #fff;
}

.partner-nav {
	height: 96px;
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}

.partner-nav span {
	display: inline-block;
	width: 180px;
	height: 45px;
	border-radius: 5px;
	border: solid 1px #ffffff;
	margin: 0 20px;
}

.partner-nav span.on {
	background: #fff;
}

.partner-nav span.on a {
	font-weight: normal;
	color: #0d73d7;
}

.partner-nav a {
	display: block;
	color: #fff;
}

.partner-con li {
	width: 15.83%;
	/* height: 160px; */
	float: left;
	margin: 0 1% 1% 0;
	font-size: 18px;
	text-align: center;
}

.partner-con li img {
	width: 100%;
	height: 100%;
	display: block;
}

.partner-con li span {
	width: 100%;
	height: 251px;
	display: block;
	overflow: hidden;
}

.partner-con li:nth-child(6n) {
	margin-right: 0;
}

.partner-con li a {
	color: #fff;
}

.partner-con li p {
	height: 35px;
	line-height: 35px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


/*合作伙伴结束*/


/*案例开始*/

.case-link {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.case-link:hover {
	opacity: 0.8;
}

.case dl {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.case dl img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.case dl img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.case {
padding-bottom:30px;
}

.case .g-title {
	height: 89px;
	padding-top: 30px;
}

.case .g-title h2 {
	background: url(../img/txt-icon2.png) no-repeat center center;
}

.case-slide {
	position: relative;
}

.case .case-next,
.case .case-prev {
	position: absolute;
	top: 250px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.case .case-next:hover,
.case .case-prev:hover {
	background-position-y: bottom;
}

.case .case-next {
	right: -61px;
	background: url(../img/next-icon1.png) no-repeat center top;
}

.case .case-prev {
	left: -61px;
	background: url(../img/prev-icon1.png) no-repeat center top;
}

.case .case-slide2 {
	overflow: hidden;
}

.case dl {
	width: 540px;
	background-color: #ffffff;
	box-shadow: -1px 1px 15px 0px rgba(0, 0, 0, 0.18);
	margin: 16px 15px 16px 15px;
	padding-bottom: 20px;
	color: #333;
}

.case dl img {
	width: 100%;
	height: 100%;
}

.case dl:hover {
	box-shadow: -1px 1px 15px 0px #0e75da;
	background-color: #0d73d7;
	color: #fff;
}

.case dl:hover .case-title a,
.case dl:hover .case-name a {
	color: #fff;
}

.case dl:hover .case-title:after,
.case dl:hover .case-link {
	background-color: #fff;
}

.case dt {
	width: 100%;
	height: 373px;
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
}

.case dd {
	margin: 0 30px;
}

.case-name {
	height: 28px;
	font-size: 18px;
	line-height: 28px;
}

.case-title {
	height: 44px;
	position: relative;
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 44px;
}

.case-title a {
	color: #333;
}

.case-title:after {
	content: "";
	width: 35px;
	height: 4px;
	background-color: #0d73d7;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.case-desc {
	margin-bottom: 37px;
	font-size: 18px;
	line-height: 30px;
	height: 90px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.case-link {
	width: 200px;
	height: 45px;
	border: solid 1px #0d73d7;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
}

.case-link a {
	display: block;
	color: #0d73d7;
}


/*案例结束*/
/* 首页新加部分结束 */


/*底部开始*/

.copyright {
	/*margin-top: -35px;*/
}

.craddr {
	padding-top: 35px;
	background: url(../img/footer2_bj.png) no-repeat top center;
	background-size: 100% 100%;
}

.craddr ul {
	padding: 0 12%;
	box-sizing: border-box;
}

.craddr ul li {
	display: block;
	float: left;
	height: 140px;
	padding: 0 55px;
}

.craddr ul li+li {
	border-left: 1px solid #458ac5;
}

.craddr ul li p {
	padding-top: 35px;
}

.craddr ul li:nth-child(1) {
	padding-left: 0;
}

.craddr ul li:nth-child(4) {
	padding-right: 0;
}

.craddr span {
	display: block;
	font-size: 20px;
	color: #fff;
	padding-left: 45px;
	background: url(../img/footer2_icon3.png) no-repeat left center;
	margin-bottom: 10px;
}

.craddr ul li:nth-child(1) span {
	background: url(../img/footer2_icon1.png) no-repeat left center;
	line-height: 30px;
}

.craddr ul li em {
	color: #ffffff;
	font-style: normal;
}

.copy_adr{display: block;width: 395px;height: 25px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.craddr ul li:nth-child(2) em,
.craddr ul li:nth-child(3) em {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.craddr ul li a {
	display: block;
	width: 146px;
	line-height: 48px;
	border: 1px solid #fff;
	padding-left: 75px;
	background: url(../img/footer2_icon2.png) no-repeat 30px 13px;
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
	font-size: 18px;
	color: #fff;
	margin-top: 45px;
}

.craddr ul li a:hover {
	color: #ff0;
}

.crbg {
		/* background: #21282d; */
 background: #242424 url(../img/footer_bj.png);
}

.links {
	padding-top: 20px;
	color: #fff;
	line-height: 35px;
	border-bottom: 1px dashed #34383d;
	padding-left: 35px;
	background: url(../img/footer2_icon4.png) no-repeat left center;
}

.links p {
	float: left;
}

.links p:nth-child(2) {
	font-size: 18px;
	padding: 0 20px 0 5px;
}

.crkslj {
	padding: 50px 0;
	border-bottom: 1px solid #2f373c;
}

.crkslj ul{
	width:80%;
}

.crkslj ul li {
	width: 19%;
    text-align: center;
    float: left;
    height: 176px;
    border-right: 1px dashed #30383e;
}

.crkslj ul li:nth-child(1) {
	border-left: 1px dashed #30383e;
}

.crkslj ul li p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}

.crkslj ul li a {
	line-height: 30px;
	color: #727a7f;
	display: block;
	padding-left: 5px;
}

.crkslj ul li a:hover {
	color: #fff;
}

.crkslj ul li:nth-child(2) p {
	text-align: center;
}

.codecon dl p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

.codecon dl img {
	display: block;
	width:100%;
	border: 1px solid #2f373d;
}

.codetab {
	margin: 47px 0 0 47px;
}

.codecon dl {
	width: 150px !important;
}

.codetab p {
	border-radius: 50%;
	cursor: pointer;
	background: #3e4e5d;
}

.codetab p+p {
	margin-top: 14px;
}

.codetab p.on {
	background: #036cc7;
}

.end {
	border-top: 1px solid #161c22;
	line-height: 104px;
}

.end,
.end a {
	color: #727a7f;
}

.end a:hover {
	color: #fff;
}

.culture1 b {
	font-size: 14px;
	font-weight: normal;
}

.linkTagcs {
	height: auto;
}

.linkTagcs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.linkTagcs li {
	list-style: none;
	margin: 0px;
	padding-right: 10px;
	line-height: 35px;
	float: left;
}

.linkTagcs li a {
	color: #7b8691;
	word-break: break-all;
}

.linkTagcs li img {
	border: 0px;
}



/*内页开始*/

.inbaner {
	height: 400px;
	background-position: center top;
	background-repeat: no-repeat;

	padding-top: 5%;
	box-sizing: border-box;
}

.ban1 {
	background-image: url(../img/ban1.jpg);
	background-size:100%;
}

.ban2 {
	background-image: url(../img/ban2.jpg);
	background-size:100%;
}

.ban3 {
	background-image: url(../img/ban3.jpg);
	background-size:100%;
}

.ban4 {
	background-image: url(../img/ban4.jpg);
	background-size:100%;
}

.ban5 {
	background-image: url(../img/ban5.jpg);
	background-size:100%;
}

.inbaner h2 {
	text-align: center;
	color: #666;
	font-size: 30px;
	font-weight: 600;
	width: 320px;
	height: 150px;
	background: rgba(255, 255, 255, 0.75);
	margin: 0 auto;
	padding-top: 40px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
}

.inbaner h2 em {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #036cc7;
	left: 0;
	right: 0;
	margin: auto;
	top: 100px;
}

.ibread {
	border-bottom: 1px solid #ddd;
	line-height: 56px;
}

.ibread h2 {
	background: url(../img/calogo.png) no-repeat left center;
	background-size: 3%;
	padding-left: 36px;
	line-height: 45px;
}

.ibread h2 span {
	color: #888;
	font-weight: normal;
	font-size: 16px;
	padding-left: 5px;
	font-family: arial;
	padding: 0 10px;
}

.ibread_r {
	width: 22%;
}

.ibread p {
	background: url(../img/mbicon.png) no-repeat left center;
	padding-left: 20px;
}

.ibread p span:nth-child(2){
	/* overflow:hidden; */
}

.ibread_l {
	width: 78%;
}

.ibreaul li {
	float: left;
	width: 12%;
	text-align: center;
	position: relative;
	font-size: 20px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
}

/* .ipiclist .ibreaul li {
	width: 15%;
} */

.ibreaul li:before {
	    content: "";
    position: absolute;
    right: -8px;
    top: 20px;
    width: 15px;
    height: 15px;
    border: 1px solid #dddddd;
    background: #eee;
    border-radius: 15px;
}

.ibreaul li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ibreaul li:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	width: 2px;
	height: 2px;
	background: transparent;
}

.ibreaul li:hover a {
	color: #036cc7;
}

.ibreaul li:hover:after {
	width: 100%;
	transition: .6s;
	background: #036cc7;
}

.erselecd {
	color: #036cc7;
	border-bottom: 2px solid #036cc7;
	font-weight: bold;
}

.icontxt {
	line-height: 1.8em;
	color: #666666;
}

.icontxt img {
	display:inline-block;
	max-width: 100%;
	height: auto;
}

.ifootbox {
	position: relative;
	background: #efefef;
	border-top: 1px solid #aaa;
	margin-top: 20px;
}

.ifootbox .botcopy p {
	color: #ddd;
}

.ifoot_con {
	height: 300px;
}

.ifootbox .botcopy {
	position: inherit;
}

.blogo {
	border-right: 1px solid #aaa;
	padding-right: 30px;
	width: 16%;
}

.blogo p {
	text-align: center;
}

.blogo p img {
	display: block;
}

.blogo p span {
	display: block;
	color: #1b1b1d;
}

.bqrimg {
	width: 150px;
	height: 150px;
	margin: 15px auto 10px;
	border: 1px solid #aaa;
}

.bcenter {
	width: 56%;
	margin-left: 35px;
	border-right: 1px solid #aaa;
}

.bcenter ul {
	float: left;
	width: 20%;
	text-align: center;
}

.bcenter ul h2 {
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
	background: url(../img/bline.png);
	padding: 10px 0;
	position: relative;
}

.bcenter ul h2:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	width: 35px;
	height: 2px;
	background: #AE0002;
}

.bcenter ul li {
	height: 42px;
	line-height: 42px;
	background: url(../img/you.png) no-repeat 20px center;
}

.bright {
	width: 22%;
}

.bright h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}

.bright h2:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 90px;
	height: 2px;
	background: #AE0002;
}

.bright h2 i {
	text-transform: capitalize;
	color: rgba(174, 0, 2, 0.42);
	font-size: 30px;
}

.bright p {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	text-align: left;
	font-size: 16px;
	color: #807f7f;
}

.bright p span {
	display: block;
	padding: 5px 5px 5px 55px;
}


/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
	padding-top: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	border-radius: 5px;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #036cc7;
	border: 1px solid #036cc7;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}

.ttongz_con dl {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}

.ttongz_con dl:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	background: transparent;
}

.ttongz_con dl dt {
	float: left;
	width: 85%;
	padding-right: 50px;
	box-sizing: border-box;
}

.ttongz_con dl dt span {
	font-size: 20px;
	font-weight: bold;
	color: #999;
}

.ttongz_con dl dt h3 {
	color: #353535;
	font-size: 20px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ttongz_con dl dt p {
	color: #666;
	font-size: 18px;
	margin-top: 10px;
	height: 46px;
	line-height: 1.6;
	overflow: hidden;
}

.ttongz_con dl dd {
	float: right;
	width: 15%;
	text-align: right;
	padding-top: 15px;
	height: 120px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}

.ttongz_con dl dd i {
	font-style: normal;
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #eee;
	margin-top: 10px;
	text-align: center;
	float: right;
	border-radius: 5px;
}

.ttongz_con dl:hover i {
	color: #fff;
	background: linear-gradient(to right,#036cc7,#0084f4);
	transition: .3s;
}

.ttongz_con dl:hover h3 {
	color: #036cc7  ;
}

.ttongz_con dl:hover:after {
	width: 100%;
	background: linear-gradient(to right,#036cc7,#0084f4);
	transition: 1s;
}


/*在线留言*/

.iliuyan_con .hcatit {
	margin-top: 0;
}

.hcah2 h2{
	font-size:30px;
	
}

.hcah2 h2 i{
	font-style:normal;
}

.hcah2 b{
	font-weight:normal;
}

.iliuyan_con .hd_form input,
.iliuyan_con .hd_form textarea {
	border: 1px solid #e4e4e4;
	background: #f6f6f6;
}

.iliuyan_con {
	text-align: center;
}


/*放大镜*/

.ifdj_con li {
	width: 24.2%;
	margin: 0 1% 1% 0;
	float: left;
	box-sizing: border-box;
	background: #f8f8f8;
	border: 1px solid #eee;
}

.ifdj_con li:nth-child(4n) {
	margin-right: 0;
}

.ifdj_con li p {
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #535353;
	font-size: 20px;
	background: url(../img/fdy1.png) no-repeat 95% center;
}

.ifdj_con li:hover p {
	color: #fff;
	background: #036cc7 url(../img/fdy2.png) no-repeat 95% center;
}

.ifdj_img {
	width: 100%;
	height: 382px;
	overflow: hidden;
	position: relative;
}

.ifdj_img .ibig_img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.ifdj_con li:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.lightBox-view img {
	display: block;
	display: none;
	border: 0px;
	margin: 0px !important;
}

.lightBox-popupMask {
	position: fixed;
	background: black;
	filter: alpha(opacity=80);
	/* IE */
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background-image: url(../img/overlay.png);
}

.lightBox-popup {}

.lightBox-popup {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0%;
	left: 50%;
	height: 50%;
	background-color: white;
	/* margin-left:-500px; */
	border-radius: 10px;
	border: 5px solid #cecece;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/loading.gif);
	background-size: 8%;
}

.lightBox-description .lightBox-btn {
	/*  position: absolute;
  top:0; */
	display: inline-block;
	height: 100%;
	width: 50%;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=20);
	/* IE */
	opacity: .4;
	background-image: url(../img/opacity.png);
}

.lightBox-description .lightBox-btn:hover {
	filter: alpha(opacity=100);
	/* IE */
	opacity: 1;
}

.lightBox-description .lightBox-prev-btn.active {
	background-image: url(../img/prev.png);
	background-color: transparent;
}

.lightBox-description .lightBox-next-btn.active {
	background-image: url(../img/next.png);
	background-color: transparent;
}

.lightBox-description .lightBox-prev-btn.disable {
	background-image: url(../img/prev.png);
	opacity: 0.1;
	cursor: default;
}

.lightBox-description .lightBox-next-btn.disable {
	background-image: url(../img/next.png);
	opacity: 0.1;
	cursor: default;
}

.lightBox-view .lightBox-description {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 15px;
	display: none;
	color: white;
	background-color: black;
	filter: alpha(opacity=80);
	/* IE */
	background: rgba(0, 0, 0, .8);
}

.lightBox-view .lightBox-description .lightBox-current-index {
	margin-top: 5px;
	display: block;
	font-weight: bold;
}

.lightBox-view .lightBox-description .lightBox-close {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../img/closed.png);
	background-position: center center;
}

.lightBox-description .btn-position {
	float: right;
	position: relative;
	width: 100px;
	height: 40px;
}
/*主营业务、产品*/

.hpro_box {
	background: url(../img/hprobg.jpg) no-repeat center top;
}

.hpro_box .htitle {
	padding-bottom: 0;
}

.hpro_cate li {
	float: left;
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.hpro_cate li:nth-child(4n) {
	margin-right: 0;
}

.hpro_cate li .hpro_img {
	width: 100%;
	height: 384px;
	overflow: hidden;
}

.hpro_cate li .hpro_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hpro_cate .hpro_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 30%;
	box-sizing: border-box;
}

.hpro_cate li p {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #fff;
}

.hpro_cate li:hover .hpro_info {
	padding: 0;
	height: 42px;
	top: auto;
	bottom: 0;
	transition: .6s;
	background: linear-gradient(to right,rgba(3,108,199,.9),rgba(44,155,249,.9));
}



/*案例展示1*/

.icaseul_li {
	float: left;
	width: 23.5%;
	margin: 0.5% 1%;	
}

.icaseul_li:first-child,.icaseul_li:nth-child(5){margin-left:0;}

.icaseul_li:nth-child(4),.icaseul_li:nth-child(8){margin-right:0;}



.icalig_txt {
	padding: 20px 10px 0;
	color: #666666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-align: justify;
}

.icalig_txt p {
	height: 48px;
	color: #666;
	overflow: hidden;
}



.icaseul_li:hover h1 {
	background: rgba(45, 67, 88, 0.8);
	color: #fff;
}

.icaseli_img a {
	margin-top: 23px;
	border-color: #fff;
	color: #fff;
}

.icaseli_img h1 a:nth-child(1) {
	color: #333;
}

.icaseul_li:hover .icaseli_img h1 a:nth-child(1) {
	color: #fff;
}

.icaseli_img span {
	display: inline-block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icaseli_img {
	height: 444px;
	position: relative;
}

.icaseli_img .icalig_pic {
	height: 372px;
	overflow: hidden;
	
}
.icaseli_img .icalig_pic img{
	width:100%;
	height:372px;
	    object-fit: cover;
}

.icaseli_img h1 {
	background:#fff;
	height: 72px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dbdbdb;
	line-height: 72px;
	font-weight: normal;
	font-size: 18px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icaseli_img a {
	margin-top: 23px;
	border-color: #fff;
	color: #fff;
}

.icaseli_img h1 a:nth-child(1) {
	color: #333;
}

.icaseul_li:hover .icaseli_img h1 a:nth-child(1) {
	color: #fff;
}



.icaseul_li:hover h1 {
	background: linear-gradient(to right,#036cc7,#0084f4);
	color: #fff;
	transition: .3s;
}

.icalig_btn {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #ffff;
	color: #fff;
	margin-left: 5px;
	margin-top: 20px;
}
/*案例展示*/

.hca_ul li {
	width: 450px;
	float: left;
	margin: 0 8px;
}

.hca_info {
	height: 157px;
	color: #fff;
	padding: 12px 8px 0;
	position: relative;
}

.hca_info h3 {
	font-size:20px;
	line-height: 60px;
	position: relative;
}

.hca_info h3:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 5px;
	right: 0;
	margin: auto;
	background: #fff;
}

.hca_info p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-align: left;
	margin: 17px 0 22px;
	color:#cea8a9;
}

.hca_ul li .hca_info {
	background: rgba(174, 0, 2, 0.95);
}

.hca_ul li .hca_info::after {
	position: absolute;
	top: -15px;
	left: 47%;
	content: '';
	width: 0;
	height: 0;
	border-width: 0 15px 15px;
	border-style: solid;
	border-color: transparent transparent #aa0607;
}

.hca_img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.hca_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hca_ul li:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.ipicnew_con .hca_ul li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
}

.ipicnew_con .hca_ul li:nth-child(4n) {
	margin-right: 0;
}

.ipicnew_con .hca_img {
	height: 384px;
}

.ipicnew_con li .hca_info {
	padding: 10px 16px 0;
	height: 175px;
}

.ipicnew_con li .hca_info span {
	background: url(../img/time.png) no-repeat left center;
	padding-left: 20px;
}

.ipicnew_con li .hca_info h3:after {
	height: 3px;
}

.ipicnew_con li .hca_info p {
	margin-bottom: 17px;
	color: #ddd;
}

.ipicnew_con .hca_ul li .hca_info {
	background: rgb(161, 161, 161);
}

.ipicnew_con .hca_ul li .hca_info::after {
	border-color: transparent transparent #a1a1a1;
}

.ipicnew_con .hca_ul li:hover .hca_info {
	background: #AE0002;
	transition: .3s;
}

.ipicnew_con .hca_ul li:hover .hca_info::after {
	border-color: transparent transparent #AE0002;
	transition: .3s;
}
.ipicnew_con .hca_ul li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
}

.ipicnew_con .hca_ul li:nth-child(4n) {
	margin-right: 0;
}


.ipicnew_con li .hca_info {
	padding: 10px 16px 0;
	height: 175px;
}

.ipicnew_con li .hca_info span {
	background: url(../img/time.png) no-repeat left center;
	padding-left: 20px;
}

.ipicnew_con li .hca_info h3:after {
	height: 3px;
}

.ipicnew_con li .hca_info p {
	margin-bottom: 17px;
	    color: #ddd;
}

.ipicnew_con .hca_ul li .hca_info {
	background: rgb(161, 161, 161);
}

.ipicnew_con .hca_ul li .hca_info::after {
	border-color: transparent transparent #a1a1a1;
}

.ipicnew_con .hca_ul li:hover .hca_info {
	background: linear-gradient(to right,#036cc7,#0084f4);
	transition: .3s;
}

.ipicnew_con .hca_ul li:hover .hca_info::after {
	border-color: transparent transparent #036cc7;
	transition: .3s;
}

/*图片列表*/

.ipicli_con li {}

.ipicli_con .hpro_info {
	text-align: center;
	padding: 0;
	height: 55px;
	top: auto;
	bottom: 0;
}

.ipicli_con li:hover .hpro_info {
	height: 100%;
	top: auto;
	bottom: 0;
	padding: 25% 2%;
	text-align: center;
}


/*新闻详情*/

.inwde_tit {
	text-align: center;
}

.inwde_tit h2 {
	font-size: 30px;
}

.inwde_tit p {
	text-align: center;
	margin: 25px auto 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	color: #888;
}

.inwde_tit p span {
	padding: 0 25px;
}

.inwde_tit p a {
	float: right;
	display: block;
	width: 130px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: #036cc7 url(../img/return.png) no-repeat 15px center;
	padding-left: 20px;
}

.inwde_tit p a:hover {
	opacity: 0.8;
	transition: .3s;
}

.updown {}

.updown p {
	color: #565656;
	line-height: 45px;
	height: 45px;
	padding: 0 10px;
	width: 48%;
	background: #eee url(../img/you.png) no-repeat 10px center;
	padding-left: 35px;
	box-sizing: border-box;
}

.updown p span {
	float: left;
}

.updown p a {
	color: #565656;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 75%;
}

.updown p:hover {
	border-bottom: 1px solid #036cc7;
	transition: .3s;
}

.updown p:hover a {
	color: #036cc7;
}

.irelnwbox {
	background: #f6f6f6;
	padding: 30px 0;
	margin-top: 30px;
}

.ireltit {
	position: relative;
	text-align: center;
}

.ireltit:after {
	content: "";
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 1px;
	background: #aaa;
	z-index: 1;
}

.ireltit dl {
	display: inline-block;
	padding: 0 35px;
	line-height: 35px;
	position: relative;
	text-transform: uppercase;
	background: #f6f6f6;
	z-index: 9;
}

.ireltit dl:before,
.ireltit dl:after {
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 70px;
	background: #aaa;
}

.ireltit dl:before {
	left: 0;
}

.ireltit dl:after {
	right: 0;
}

.ireltit dt {
	font-size: 30px;
	color: #333;
}

.ireltit dd {

	color: #999;
}

.inwtxtli_con li {
	width: 32.6%;
	margin: 0 1% 1% 0;
	float: left;
	position: relative;
	background: #f5f5f5;
	padding: 8px 10px;
	box-sizing: border-box;
}

.inwtxtli_con li:nth-child(3n) {
	margin-right: 0;
}

.inwtxtli_con li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}

.inwtxtli_con li a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	border: 3px solid #036cc7  ;
	border-radius: 50%;
}

.inwtxtli_con li span {
	display: block;
	color: #8a8a8a;
	padding-left: 20px;
	margin-top: 10px;
	background: url(../img/time2.png) no-repeat left center;
}

.inwtxtli_con li:hover a {
	color: #036cc7  ;
}

.inwtxtli_con li:hover a:before {
	transform: rotate(180deg);
	transition: .6s;
}

.inwtxtli_con li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 1px;
	background: transparent;
}

.inwtxtli_con li:hover:after {
	width: 100%;
	transition: .6s;
	background: #036cc7  ;
}

.ipaim2_con dl {
	width: 48%;
	margin: 1%;
	float: left;
	background: #f9f9f9;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.ipaim2_con dl dt {
	float: left;
	width: 50%;
	height: 222px;
	overflow: hidden;
	position: relative;
}

.ipaim2_con dl dt img {
	width: 100%;
	display: block;
	height: 100%;
}

.ipaim2_con dl dd {
	float: right;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.ipaim2_con dl dd h3 {
	margin-bottom: 10px;
}

.ipaim2_con dl dd em {
	display: block;
	width: 35px;
	height: 2px;
	background: #AE0002;
	margin-bottom: 40px;
}

.ipaim2_con dl dd p {
	color: #666;
	line-height: 35px;
	border-bottom: 1px dashed #ddd;
}

.ipaim2_con dl:hover em {
	width: 70%;
	transition: .5s;
}

.ipaim2_con dl:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.ipmpanel {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) url(../img/fdj.png) no-repeat center center;
}

.ipaim2_con dl:hover .ipmpanel {
	top: 0;
	transition: .6s;
}


/*产品详情*/

.iprode_tit dl {
	background: #fff;
}

.iprode_tit:after,
.iprode_tit dl:before,
.iprode_tit dl:after {
	background: #d7d7d7;
}

.iprode_tit dt {
	font-size: 30px;
}

.iprode_tit {
	margin-top: 30px;
}

.iprod_top {
	background: #f9f9f9;
}


/*图片放大镜*/

div.zoomDiv {
	width: 200px;
	height: 200px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomDiv img {
	width: auto;
	max-width: none;
}

div.inhon_ul {
	cursor: move;
	background: #000;
	border: 1px solid #fff;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	-ms-opacity: .15;
	-o-opacity: .15;
	opacity: .15;
	position: absolute;
	z-index: 1;
}


/*图片放大镜样式*/
.iprod_view{
	width:32%;
}
.iprod_pic{
	width:100%;
}

#preview img {
	width: 100%;
	max-width: none;
	height: auto !important;
	display: block;
}

.jqzoom {
	width:100%;
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.iprode_info {
	width: 67%;
	padding: 30px;
	box-sizing: border-box;
}

.iprode_info h2 {
	font-size:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}

.iprode_info h2:before {
	content: "";
	position: absolute;
	top: 6px;
	left: -10px;
	width: 18px;
	height: 18px;
	border: 2px solid #036cc7;
	border-radius: 50%;
}

.iprode_info li {
	margin-bottom: 10px;
	line-height: 35px;
	font-size: 18px;
	color: #777;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 20px;
	background: url(../img/you1.png) no-repeat left center;
	box-sizing: border-box;
}

.iprode_info li i {
	font-weight: bold;
	font-style: normal;
	color: #888;
}

.iprode_info li a {
	display: inline-block;
	margin: 0 10px;
	padding: 0px 10px;
	border: 1px dashed #ccc;
	margin-bottom: 1%;
}

.iprode_info li.iprod_txt {
	height: 110px;
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
	background: none;
}

.iprode_info ul {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.iprod_lx a {
	display: block;
	margin: 20px 0;
}

.iprod_lx .iprod_btn {
	color: #fff;
	background: linear-gradient(to right,#036cc7,#0084f4);
	width: 25%;
	text-align: center;
	height: 55px;
	line-height: 55px;
}

.iprod_lx .iprod_btn:hover {
	opacity: 0.6;
	transition: .6s;
}

.iprod_lx .iprod_tel {
	font-size: 30px;
	color: #036cc7;
	font-weight: bold;
	line-height: 36px;
	background: url(../img/toptel.png) no-repeat left center;
	padding-left: 40px;
	padding-top: 3px;
}

.irelprobox {
	background: #f7f7f7;
	margin-top: 30px;
}

.irelprobox .ireltit dl {
	background: #f7f7f7;
}

.iabtoj_l {
	width: 48%;
	background: url(../img/iabtol.png) no-repeat center 85%;
}

.iabtoj_l_t {
	margin-bottom: 20px;
}

.iabtoj_l_t h2 {
	font-size: 56px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #AE0002;
	float: left;
}

.iabtoj_l_t h2 i {
	font-size: 22px;
	font-style: normal;
	display: block;
	color: #666;
}

.iabtoj_l_t p {
	float: right;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #aaa;
	border-radius: 18px;
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
}

.iabtoj_l_t p a {
	display: block;
	color: #aaa;
}

.iabtoj_l_t p:hover {
	background: #AE0002;
	transition: .3s;
	border: 1px solid #AE0002;
}

.iabtoj_l_t p:hover a {
	color: #fff;
}

.iabtoj_l_txt {
	color: #666;
	line-height: 1.6;
	height: 256px;
	overflow: hidden;
}

.iabtoj_img {
	width: 50%;
	position: relative;
}

.iabtoj_img img {
	width: 100%;
	position: relative;
	z-index: 9;
}

.iabtkuai {
	width: 360px;
	height: 150px;
	background: #AE0002;
	z-index: 0;
	position: absolute;
	bottom: -10px;
	right: -10px;
}

.iabt_cul {
	padding: 50px 0;
	background: url(../img/hcabg.jpg) no-repeat center center;
	margin-top: 50px;
}

.iabt_cul .ireltit dl {
	background: #f9f9f9;
}

.iabt_cul .ireltit dl dt {
	font-size: 38px;
	color: #666;
}

.ireltit dl:before,
.ireltit dl:after {
	width: 1px;
}

.iabt_cul_c {
	margin-top: 60px;
}

.iabt_cul_c li {
	width: 32.6%;
	height: 280px;
	background: #ffe5e5;
	float: left;
	margin-right: 1%;
	margin-bottom: 70px;
	padding: 88px 30px 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.iabt_cul_c li:nth-child(3n) {
	margin-right: 0;
}

.iabt_cul_c li:nth-child(odd) {
	background: #f5f5f5;
}

.iabt_culc_img {
	width: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
	position: absolute;
	height: 110px;
	border-radius: 50%;
	background: #DF0303;
}

.iabt_cul_c li p {
	line-height: 28px;
	color: #414141;
	font-size: 16px;
	margin: 23px 0 0;
	text-align: left;
}

.iabt_cul_c li:hover img {
	transform: rotate(90deg);
	transition: .3s;
}

.iabt_tz {
	background: url(../img/fh2bg.jpg)
}

.iabtz_tit {
	text-align: center;
	font-size: 38px;
}

.iabt_bxx img {
	width: 100%;
}


/* 相关新闻右 */

.inwde_con_l {
	width: 75%;
}

.irelnwd {
	width: 23%;
	border: 1px solid #eee;
	padding: 10px;
	box-sizing: border-box;
	background: #f8f8f8;
}

.irelnwdr_tit {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
	font-size: 26px;
}

.irelnwdr_tit:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #036cc7  ;
}

.irelnwdr_tit a {
	float: right;
	border: 1px solid #666;
	color: #666;
	border-radius: 8px;
	padding: 2px 10px;
	margin-bottom: 15px;
}

.irelnwd li {
	width: 100%;
	background: #eee;
}

.irelnwdr_tit a:hover {
	color: #036cc7  ;
	border: 1px solid #036cc7  ;
}

.irelnwd li a {
	font-weight: 300;
	color: #333;
}

.O_Case {
				width: 100%;
				background: url(../img/youshi_bg.jpg);
				padding:30px 0 15px 0;
			}
			
			.picMarquee-left {
				overflow: hidden;
				position: relative;
				/*border: 1px solid #ccc;*/
				width: 90%;
				height: 570px;
				padding-bottom:10px;
				margin: 0 auto;
			}
			
			.O_Case .publictitle .pb_title{
				color:#333;
				border-bottom:1px solid #a19d9d;
			}
			.O_Case .publictitle .pb_title:after{
				content: '';
	            position: absolute;
	            bottom: -3px;
				left:45%;
	            background: #f1742f;
	            width: 10%;
	            height: 3px;
			}
			.O_Case .publictitle .sub_title{
				
			} 
			
			.picMarquee-left .bd {
				/*padding: 10px;*/
			}
			
			.picMarquee-left .bd ul {
				overflow: hidden;
				zoom: 1;
			}
			
			.picMarquee-left .bd ul li {
				width: 24.5%;
				margin: 0.5% 0.5% 1% 0;
				float: left;
				_display: inline;
				overflow: hidden;
				text-align: center;
			}
			
			.picMarquee-left .bd ul li .pic {
				text-align: center;
			}
			
			.picMarquee-left .bd ul li .pic img {
				width: 100%;
				height: 384px;
				display: block;
				object-fit:cover;
			}
			.picMarquee-left .bd ul li .pic p{
				font-size:20px;
				line-height:55px;
				background:#fff;
				padding:0 8px;
				overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
			}
			
			.picMarquee-left .bd ul li .pic a:hover img {
				border-color: #999;
			}
			
			.tubiao {}
			
			.tubiao li {
				float: left;
				width: 15%;
				margin: 1%;
			}
			
			.tubiao li:first-child {
				margin-left: 0;
			}
			
			.tubiao li:nth-child(6) {
				margin-right: 0;
			}
			
			.tubiao li img {
				margin-right: 5%;
				width: 50px;
				float: left;
			}
			
			.tubiao li h3,
			.tubiao li p {
				color: #999;
				line-height: 25px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			
			.tubiao li h3 {
				font-size: 20px;
				font-weight: bold;
			}
			
			.tubiao li p {
				font-size: 18px;
			}
			
			/*留言*/

.hd_form {
	position: relative;
}

.hd_form img {
	position: absolute;
	top: 70%;
	right: 10px;
}

.hd_form input {
	box-sizing: border-box;
	border: 1px solid #a4a49e;
	height: 42px;
	padding: 5px;
	font-size: 18px;
	width: 100%;
	background: inherit;
	margin-top: 10px;
	outline: none;
	color: #565651;
	background: #fff;
}

.hd_form textarea {
	box-sizing: border-box;
	border: 1px solid #a4a49e;
	height: 135px;
	padding: 5px;
	font-size: 18px;
	width: 100%;
	background: inherit;
	margin-top: 10px;
	outline: none;
	color: #565651;
	background: #fff;
	font-family: "微软雅黑";
}

.hd_form_btn {
	width: 160px;
	background: linear-gradient(to right,#036cc7,#0084f4);
	font-size: 18px;
	color: #ffffff;
	border: none;
	text-align: center;
	padding: 10px 0;
	margin-top: 40px;
	cursor: pointer;
}

.hd_form_btn:hover {
	opacity: 0.6;
}

.erinp {
	float: left;
	width: 49.5%;
	margin: 0 1% 0 0;
}

.erinp2 {
	margin-right: 0;
}

.contact_r {
	width: 100%;
	padding-top: 50px;
	text-align: center;
	box-sizing: border-box;
}

.contact_r p {
	display: inline-block;
	width: 24.6%;
	box-sizing: border-box;
	border: 1px dashed #a3a3a3;
	background-size: 100% 100%;
	margin-top: 15px;
	padding: 30px 0;
	text-align: left;
	font-size: 20px;
}

.contact_r p span {
	display: block;
	padding: 15px 15px 15px 65px;
}

.ctp1 {
	background: url(../img/ctp1.png) no-repeat 15px center;
}

.ctp2 {
	background: url(../img/ctp2.png) no-repeat 15px center;
}

.ctp3 {
	background: url(../img/ctp3.png) no-repeat 15px center;
}

.ctp4 {
	background: url(../img/ctp4.png) no-repeat 15px center;
}

.botcopy {
	padding: 10px 0;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.botcopy p {
	text-align: left;
}

.botcopy a {
	color: #999;
}

.botcopy a:hover {
	text-decoration: underline;
}
/* 内页结束*/
			
			
@media screen and (max-width: 1920px) {
	html,body {font-size: 16px;}
	
	/* 首页开始 */
	.f_title h3,.g-title h2{font-size:34px;}
	
	.about_r .about_txt h3,.adv_l h3,.titleBox .title,.O_about_cont h2, .O_about_cont h3{font-size:24px;}	
	
	.craddr ul li:nth-child(2) em, .craddr ul li:nth-child(3) em{font-size:22px;}
	
	.nav li>a,.slideTxtBox .hd ul li a,.p_txt a,.tabli1 li,.tab1 dl dd h3,.index4List .list .news_r .H3,.index5List .list .title,.indNews-swiper .swiper-slide .main .name,.craddr span,.crkslj ul li p,.codecon dl p,.guide-title,.process-title,.partner-nav,.case-title{font-size: 18px;}
	
	.droptable li a,.dropmenu dl dt a span,.dropmenu dl dt:hover a span,.about_r .about_txt p,.about_list li,.tab1 dl dd p,.titleBox .more,.index4List .list .news_r .H4,.index4List .list .news_r .date,.index5List .list .down,.O_about_cont p,.guide-con dd p,.process-con dl,.process-tel p,.process-tel .btn a,.partner-con li,.case-desc,.case-link{font-size: 16px;}
	
	.nav li>a em ,.tab1 dl dt span{font-size: 15px;}
	
	.slideTxtBox .hd ul li,.adv_l a{height:45px;line-height:45px;}
	
	.slideTxtBox .hd ul li.on{line-height:45px;}
	
	/* ============================== */
	/* 头部 */
	.hlogo {width: 53%;}
	
	.hlogo p{margin-top:5px;}
	
	.htel {width: 20%;}
	
	.youlogo img{margin-top:25px;padding-top:0;}
	
	.navpic {height: 145px;}
	
	/* 产品 */
	.slideTxtBox .hd ul li{margin-bottom:0.8%;}
	
	.slideTxtBox .hd ul li.on{height:54px;}
	
	.p_img{height:279px;}	
	
	/* 公司简介 */
	.about_l img{height:415px;}
	
	.about_r .about_txt h3 {height: 65px;line-height: 65px;}
	
	.about_r .about_txt p{line-height:30px;height:180px;-webkit-line-clamp:6;}
	
	.about_list li{width:155px;}
	
	.about_list a img{padding-top:25px;}
	
	/* 广告条 */
	.adv_r img{width:40px;height:40px;padding-top: 40px;}
	
	/* 案例 */
	.tabli1 .cur,.tabli1 li{height:103px;line-height:103px;}
	
	.tab1 dl a{padding:6%;}
	
	.tab1 dl dt{height:215px;}
	
	.tab1 dl dd h3{margin-top: 10px;margin-bottom: 5px;}
	
	.tab1 dl dd span{margin-top:10px;}
	
	/* 新闻 */
	.titleBox .title{line-height:35px;}
	
	.index4List .list .pic{height:145px;}
	
	.index4List .list .news_r .H4{height:80px;line-height: 25px;-webkit-line-clamp:2;}
	
	.index4List{padding:10px 0 0 0;}
	
	.index5List .list .down{line-height:25px;height:50px;-webkit-line-clamp:2;}
	
	.index5List .list:nth-child(8),.index5List .list:nth-child(9){display:none;}
	
	.index5{margin-bottom:30px;}
	
	/* 解决方案 */
	.indNews-swiper .swiper-slide .main{height:73px;}
	
	.indNews-swiper .swiper-slide .main .tell{padding:10px 25px 10px 19px;}
	
	.indNews-swiper .swiper-slide .pic,.indNews-swiper .swiper-slide a{height:271px;}
	/* 新增部分开始 */
	.partner{height:700px;}
	
	.partner-con li span{height:188px;}
	
	.case dl{width:400px;}
	
	.case dt{height:250px;}
	/* 新增部分结束 */
	
	
	/* 底部 */
	.craddr ul li{padding:0 45px;height: 100px;}
	
	.craddr ul li p {padding-top: 15px;}
	
	.craddr ul li a{margin-top:25px;}
	
	.end{line-height:74px;}
	/* 首页结束 */
	
	/*内页开始*/
	.inbaner{height:300px;padding-top:4%;}
	
	.inbaner h2,.iprode_info h2,.iprode_tit dt,.ireltit dt,.inwde_tit h2,.hcah2 h2{font-size:24px;}
	
	.iprod_lx .iprod_tel,.irelnwdr_tit{font-size:22px;}
	
	.ibreaul li,.hpro_cate li p,.hca_info h3,.inwtxtli_con li a,.ttongz_con dl dt span,.ttongz_con dl dt h3,.ifdj_con li p{font-size:18px;}
	
	.iprode_info li,.ttongz_con dl dt p,.hd_form input,.hd_form textarea,.hd_form_btn{font-size:16px;}
	
	.hpro_cate li p,.iprod_lx .iprod_btn,.icaseli_img h1,.ifdj_con li p{height:50px;line-height:50px;}
	
	.hpro_cate li .hpro_img,.ipicnew_con .hca_img,.ifdj_img{height:286px;}
	
	.iprod_view {width: 38%;}
	
	.iprode_info{width:61%;}
	
	.icaseli_img .icalig_pic img,.icaseli_img .icalig_pic{height:279px;}
	
	.icaseli_img{height:329px;}
	
	.icalig_btn{margin-top:10px;}
	.ibreaul li:before{right:-9px;}
}



@media screen and (max-width: 1600px) {
	html,body {font-size: 15px;}
	
	/* 首页开始 */
	
	.about_r .about_txt h3,.adv_l h3,.titleBox .title,.O_about_cont h2, .O_about_cont h3,.process-tel p b{font-size:22px;}
	
	.craddr ul li:nth-child(2) em, .craddr ul li:nth-child(3) em{font-size:20px;}
	
	.nav li>a,.slideTxtBox .hd ul li a,.p_txt a,.tabli1 li,.tab1 dl dd h3,.index4List .list .news_r .H3,.index5List .list .title,.indNews-swiper .swiper-slide .main .name,.craddr span,.crkslj ul li p,.codecon dl p,.guide-title,.process-title,.partner-nav,.case-title{font-size: 16px;}
	
	.droptable li a,.dropmenu dl dt a span,.dropmenu dl dt:hover a span,.about_r .about_txt p,.about_list li,.tab1 dl dd p,.titleBox .more,.index4List .list .news_r .H4,.index4List .list .news_r .date,.index5List .list .down,.O_about_cont p,.guide-con dd p,.process-con dl,.process-tel p,.partner-con li,.case-desc,.case-link{font-size: 15px;}
	
	.nav li>a em ,.tab1 dl dt span{font-size: 14px;}
	/* ================================ */
	/* 头部 */
	.hlogo {width: 64%;}
	
	.htel {width: 22%;}
	
	.droptable li a,.dropmenu li a span,.dropmenu li:hover a span {font-size: 16px;}
	
	.navpic {height: 106px;}
	
	.dropmenu{padding:10px;box-sizing:border-box;}
	
	.droptable li a{line-height:40px!important;}
	
	.nav li>a{height:40px;}
	
	/* .youbianzi{margin-top:7%;} */
	
	/* .youbianzi p{margin-top:1%;} */
	
	/* 产品 */
	.p_img{height:232px;}	
	
	.p_img span{width:45px;height:45px;line-height:40px;}
	
	/* 公司简介 */
	.about_l img{height:345px;}
	
	.about_r .about_txt h3 {height: 55px;line-height: 55px;}
	
	.about_list{bottom:65px;}
	
	.about_list li{width:128px;}
	
	.about_list,.about_list li{height:75px;}
	
	.about_list a img{padding-top:15px;}
	
	/* 广告条 */
	
	
	/* 案例 */
	.tabli1 li,.tabli1 .cur{padding-left:40px;}
	
	.tabli1 .cur,.tabli1 li{height:86px;line-height:86px;}
	
	.tab1 dl dt{height:179px;}
	
	.tab1 dl dd span{width:40px;height:40px;line-height:35px;}
	
	.tab1 dl dd span{margin-bottom:0px;}
	
	/* 新闻 */
	.index4List .list .pic{height:121px;}
	
	.index4List .list .news_r .H4{height:50px;}
	
	.index5List .list .title {padding: 5px 0 5px 12px;height:18px;}
	
	.index5List .list .down {margin-top: 5px;margin-bottom: 5px;}
	
	.index5List .list .button {width: 35px;height: 35px;}
	
	.index5List .list .button .span {margin: 16px auto;}
	
	.index5List .list:nth-child(8),.index5List .list:nth-child(9) {display: block;}
	
	.index5List .list{margin-bottom:7px;}
	
	/* 解决方案 */
	.indNews-swiper .swiper-slide .main{height:60px;}
	
	.indNews-swiper .swiper-slide .main .tell{padding:5px 25px 5px 19px;}
	
	.indNews-swiper .swiper-slide .pic,.indNews-swiper .swiper-slide a{height:225px;} 
	
	.indNews-swiper .swiper-slide .main .more{width:35px;height:35px;top:10px;}
	
	.indNews-swiper .swiper-slide .main .more i{margin:8px auto;}
	
	/* 新增部分开始 */
	.partner{height:630px;}
	
	.partner-con li span{height:156px;}
	
	.case dl{width:330px;}
	
	 .case dt{height:201px;} 
	/* 新增部分结束 */
	
	
	/* 底部 */
	 .craddr ul li{padding:0 35px;height: 70px;}
	
	.craddr ul li p {padding-top: 0;}
	
	.craddr ul li a{margin-top:5px;} 
	
	.end{line-height:54px;}
	
	.copy_adr{width:355px;}
	
	.craddr ul li a {width:96px;}
	
	/* 首页结束 */

	
	/*内页开始*/
	
	.inbaner{height:250px;}
	
	.inbaner h2{padding-top:20px;width: 250px;height: 100px;}
	
	.inbaner h2 em{top:60px;}
	
	.inbaner h2,.iprode_info h2,.iprode_tit dt,.ireltit dt,.inwde_tit h2,.hcah2 h2{font-size:22px;}
	
	.iprod_lx .iprod_tel,.irelnwdr_tit{font-size:20px;}
	
	.ibreaul li,.hpro_cate li p ,.hca_info h3,.inwtxtli_con li a,.ttongz_con dl dt span,.ttongz_con dl dt h3,.ifdj_con li p,.icaseli_img span{font-size:16px;}
	
	.iprode_info li,.ttongz_con dl dt p ,.hd_form input ,.hd_form textarea,.hd_form_btn {font-size:15px;}
	
	.iprod_lx .iprod_btn,.icaseli_img h1,.ifdj_con li p{height:40px;line-height:40px;}
	
	.hpro_cate li .hpro_img, .ipicnew_con .hca_img,.ifdj_img{height:239px;}
	
	.ipicli_con .hpro_info{height:45px;}
	
	.iprod_view {width: 44%;}
	
	.iprode_info{width:55%;}
	
	.hca_info h3{line-height:45px;} 
	
	.ipicnew_con li .hca_info p{margin-bottom:7px;}
	
	.hca_info p{margin:7px 0 22px;} 
	
	.ipicnew_con li .hca_info{height:145px;}
	
	.menu .two_nav p{height:55px;line-height:55px;}
	
	 .icaseli_img .icalig_pic img,.icaseli_img .icalig_pic{height:232px;}
	
	.icaseli_img{height:272px;}
	
	.icalig_txt{padding:10px 10px 0;}
	
}

@media screen and (max-width: 1440px) {
	
	/* 首页开始 */
		/* 头部 */
		.nav {
    overflow: hidden!important;
}
	.hlogo {
		width: 53%;
	}
	.hlogo a img {
		height: 50px;
	}
	.hlogo p strong {
		font-size: 20px;
	}
	.htel {
		width: 21%;
	}
	.youlogo {
		height: 78px;
		line-height: 78px;
	}
	.youlogo img {
		margin-top: 20px;
		height: 40px;
	}
	.youbianzi p,
	.youbianzi p span {
		font-size: 16px;
	}
	
	.youbianzi p{/* line-height:78px; */}
	.nav li>a {
		font-size: 16px;
	}
	.nav li>a em {
		font-size: 12px;
	}
	.droptable li a,
	.dropmenu li a span,
	.dropmenu li:hover a span {
		font-size: 14px;
	}
	.droptable li a {
		line-height: 35px!important;
	}
	.navpic {
		height: 106px;
	}
	
	/* 产品 */
	.p_img{height:208px;}	
	
	.p_img span{width:35px;height:35px;line-height:30px;}
	
	/* 公司简介 */
	.about_l img{height:311px;}
	
	.about_r .about_txt h3 {height: 45px;line-height: 45px;}
	
	.about_r .about_txt p {line-height: 25px;height: 120px;-webkit-line-clamp: 5;}
	
	.about_list li{width:115px;}
	
	
	/* 广告条 */
	.adv_l p, .adv_l em{line-height:25px;}
	
	.adv_box,.adv_l,.adv_r{height:207px;}
	
	.adv_r ul li{height:140px;}
	
	/* 案例 */
	
	.tab1 dl dt{height:161px;}
	
	
	/* 新闻 */
	
	 .index4List .list .pic{height:108px;}
	 
	 .index5List .list:nth-child(9) {display: none;}
	
	
	/* 解决方案 */
	.indNews-swiper .swiper-slide .pic,.indNews-swiper .swiper-slide a{height:202px;} 
	
	/* 新增部分开始 */
	.partner{height:600px;} 
	
	.partner-con li span{height:140px;}
	
	.case dl{width:290px;}
	
	 .case dt{height:173px;} 
	/* 新增部分结束 */
	
	/* 底部 */
	.craddr ul li{padding:0 19px;}
	
	.crkslj ul li{}
	
	/* 首页结束 */
	
	.inbaner {height: 225px;}
	
	.hpro_cate li .hpro_img, .ipicnew_con .hca_img, .ifdj_img{height:214px;}
	
	.iprod_view {width: 48%;}
	
	.iprode_info {width: 52%;}
	
	.icaseli_img{height:248px;}
	
	.icaseli_img .icalig_pic img, .icaseli_img .icalig_pic{height:208px;}
	
	.picMarquee-left{height:380px;padding-bottom: 0;}
	
	.craddr ul li a{width:96px;}
	
	.craddr ul li .copy_adr{display:block;width:345px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
}

@media screen and (max-width:1360px) {
	/* 首页开始 */
	/* 头部 */
	.hlogo {width: 56%;}
	
	/* 产品 */
	.p_img{height:197px;}	
	
	/* 公司简介 */
	.about_l img{height:293px;}
	
	.about_list li{width:108px;}
	
	/* 广告条 */
	
	
	/* 案例 */
	
	.tab1 dl dt{height:152px;}
	
	/* 新闻 */
	
	
	/* 解决方案 */
	.indNews-swiper .swiper-slide .pic,.indNews-swiper .swiper-slide a{height:191px;} 
	/* 新增部分开始 */
	.partner{height:580px;} 
	
	.partner-con li span{height:132px;}
	
	.case dl{width:270px;}
	
	 .case dt{height:159px;} 
	/* 新增部分结束 */
	/* 底部 */
	.codetab {margin: 47px 0 0 37px;}
	
	.craddr ul li{padding:0 9px;}
	
	.crkslj ul li{}
	
	.end{font-size:14px;}
	
	/* 首页结束 */
	
	.inbaner {height: 213px;}
	/* .banner .slider{
		height:638px;
	}
	#product .product_span a{width:170px;}
	
	#product .p_ul .s_img, .picMarquee-left .bd ul li .pic img{height:198px;}*/
	
	
	
	.hpro_cate li .hpro_img, .ipicnew_con .hca_img, .ifdj_img{height:202px;} 
	
	.iprod_view {width: 45%;}
	
	.iprode_info{width:54%;}
	
	.icaseli_img .icalig_pic img, .icaseli_img .icalig_pic{height:197px;}
	
	.icaseli_img{height:237px;}
	
	/* .picMarquee-left{height:370px;padding-bottom: 0;} */
}

@media screen and (max-width:1280px) {
	/* 首页开始 */
	/* 头部 */
	.hlogo {width: 60%;}
	
	.htel {width: 22%;}
	
	/* 新增部分开始 */
	
	.partner-con li span{height:124px;}
	
	/* 底部 */
	.crkslj ul {width: 79%;}
	
	 .craddr ul li{padding:0 1px;}
	
	.crkslj ul li{} 
	
	 .end{font-size:13px;} 
	/* 首页结束 */
	
	.inbaner {height: 200px;}
	/* .sous{width:35%;}
	.banner .slider{height:600px;}
	
	#product .product_span a{width:164px;} */
	
	/* .iprode_info{width:34%;} */
}

@media (max-width: 959px) {
	html,
	body {
		min-width: 660px;
		overflow-x: hidden;
	}
	.mainb {
		width: 98%;
	}
	
	
	/* 首页开始 */
	.f_title{padding:15px 0;}
	/* ======================================== */
	
	.header {
		min-width: 98%;
		position:relative;
	}
	.hlogo {
		width: auto;
	}
	.hlogo a img {
		height: 40px;
	}
	.hlogo p {
		display: none;
	}
	
	.youlogo img {
    margin-top: 10px;
}
	.youbianzi p {
		float: left;
		padding-left: 20px;
	}
	.htel {
		/* width: 65%; */
		display:none;
	}
	.mmenu{
		float: right;
    margin-top: 5px;
    display: inline-block;
	}
	
	.nav {
		border-bottom: none;
		margin-bottom: 0;
		background:linear-gradient(to right,#036cc7,#0084f4);
	}
	.nav .mainb {
		width: 100%;
	}
	.nav li {
		width: 100%;
		float:left;
		text-align: center;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}

	.nav {
		width:100%;
		height: auto;
		display:none;
		position:absolute;
		top:60px;
		z-index:100;
	}
	.nav li:hover .dropmenu {
		display: none;
	}
	.nav .block {
		display: none;
	}
	.nav li>a {
    height: 60px;
}
	.nav li>a span {
    padding: 12px 0 22px 35px;
}

.youbianzi{margin-top:0;}

/* 产品 */
.slideTxtBox .hd ul li {margin-bottom: 1.2%;}

.p_img{height:255px;}

.p_img span {width: 40px;height: 40px;top: 39%;line-height: 38px;}

.slideTxtBox .bd li {width: 49%;}

.slideTxtBox .bd li:nth-child(2n) {margin-right: 0;margin-left: 1%;}

.slideTxtBox .bd li:nth-child(2n-1) {margin-left: 0;margin-right: 1%;}

/* 公司简介 */
.about_l img {height: 182px;}

.about_list{display:none;}

/*公司简介2开始*/
	.O_about_big .O_about_cont{
		width: 100%;
	}
	.O_about_cont h2, .O_about_cont h3{font-size:22px;}
	/*公司简介2结束*/

/* 案例 */

.tabs1,.tab1{width:100%;}

.tabli1 li, .tabli1 .cur{width:25%;}

.tab1 dl dt{height:111px;}

/* 新闻 */

.index4,
				.index5 {
					width: 100%;
					margin-top: 0;
				}
				
				.index4List .list .pic{height:130px;}
				.index4List,
				.index5List {
					padding: 10px 0 0 0;
				}
				.index4List .list {
					padding: 10px 0;
				}
				.titleBox {
					padding: 15px 0 40px 0;
				}
				
				/* 解决方案 */
				.indNews-swiper .swiper-slide .pic, .indNews-swiper .swiper-slide a{height:253px;}
				/* 新增开始 */
				.guide-desc,.process{display:none;}
				
				.partner-con li{width:32%;margin-right:2%;}
				
				.partner-con li:nth-child(3n) {margin-right: 0;}
				
				.partner {height: 1040px;}
				
				.partner-con li span{height:166px;}
				
				.partner-nav {height: 76px;}
				
				.case .case-slide2 {margin: 0 36px;}
				
				.case .case-next{right:0;}
				
				.case .case-prev{left:0;}
				
				.case dl{width:310px;}
				
				.case-title,.case-desc{margin-bottom:15px;}
				
				.case dt{height:187px;}
				/* 新增结束 */
				/* 底部 */
				.craddr,.links,.crkslj{display:none;}
				
				.end {line-height: 34px;}
	/* 首页结束 */
	
	
	 .paddt30 {
		padding-top: 15px;
	}
	.hpro_cate li {
		width: 48%;
		margin: 1%;
	}
	.hpro_cate li:nth-child(4n) {
		margin-right: 1%;
	}
	
	 .hpro_cate li .hpro_img {
		height: 250px;
	}
	.hpro_cate .hpro_info {
		padding: 25%;
	}
	.inbaner h2 {
		display: none;
	}
	.inbaner {
		background-size: 100%;
	}
	.ibread {
		margin-top: 0;
		border: 0;
	}
	.inbaner {
		height: 150px;
	}
	.ibread_l,
	.ibread_r {
		width: 100%;
		float: none;
	}
	.ibread_r {
		border-bottom: 1px solid #ddd;
	}
	.ibreaul {
		padding-top: 10px;
	}
	.ibreaul li {
		width: 31.3%;
		margin: 1%;
		border-radius: 5px;
		height: 36px;
		line-height: 36px;
		border: 1px solid #999999;
		font-size: 16px;
	}
	.inwtxtli_con li a {
		font-size: 16px;
	}
	.ibreaul li a {
		color: #3e3e3e;
	}
	.ibreaul li:after {
		display: none;
	}
	.erselecd {
		color: #fff;
		border: 0;
		font-weight: normal;
	}
	.ibreaul li:hover a {
		color: #fff;
	}
	.ibreaul li:hover {
		background: #036cc7;
	}
	.ifoot_con {
		display: none;
	}
	.ibread h2 {
		display: none;
	}
	.ibreaul li:before {
		display: none;
	}
	.ttongz_con dl dt {
		width: 80%;
	}
	.ttongz_con dl dd {
		width: 20%;
		height: auto;
	}
	.ttongz_con dl dd i {
		width: 80%;
	}
	.ifdj_con li {
		width: 48%;
		margin: 1%;
	}
	.ifdj_con li:nth-child(4n) {
		margin-right: 1%;
	}
	.ifdj_img {
		height: 250px;
	}
	.lightBox-popupMask {
		max-width: 660px;
	}
	.icaseul_li {
		width: 48%;
		margin: 1%;
	}
	.icaseli_img .icalig_pic,.icaseli_img .icalig_pic img, .icaseli_img .icalig_pic {
		height: 250px;
	}
	.icaseli_img .icalig_pic img {
		width: 100%;
	}
	.icaseli_img h1 {
		height: 42px;
		line-height: 42px;
	}
	.icaseli_img {
		height: 283px;
	}
	.icalig_txt {
		padding: 5px 10px 0;
	}
	.icalig_btn {
		display: none;
	}
	.ipicnew_con .hca_ul li {
		width: 48%;
		margin: 1%;
	}
	.ipicnew_con .hca_ul li:nth-child(4n) {
		margin-right: 0;
	}
	.ipicnew_con .hca_img {
		height: 250px;
	}
	.ipicli_con .hpro_info {
		padding: 0;
	}
	.inwde_tit h2 {
		font-size: 24px;
	}
	.inwde_tit h2 {
		font-size: 24px;
	}
	.inwde_tit p span {
		padding: 0 10px;
	}
	.inwde_tit p a {
		height: 36px;
		line-height: 36px;
		width: 100px;
	}
	.ipaim2_con dl {
		width: 100%;
		margin: 1% 0;
	}
	.ipaim2_con dl dt {
		height: 213px;
	}
	div.zoomDiv {
		display: none !important;
	}
	#preview img {
		width: 100%;
	}
	
	.iprod_view {
    width: 100%;
}
	
	.iprode_info {
		width: 100%;
	}
	.iabtoj_l {
		width: 100%;
	}
	.iabtoj_l_t h2 {
		font-size: 42px;
	}
	.iabtoj_img {
		width: 100%;
	}
	.iabt_cul_c li {
		height: 240px;
	}
	.iabt_cul {
		padding: 20px 0;
	}
	.icaseul_li:nth-child(3n) {
		display: none;
	}
	.iabtz_tit {
		font-size: 26px;
	}
	.irelnwd {
		display: none;
	}
	.inwde_con_l {
		width: 100%;
	}

	.g_banerbox {}
	.g_banerbox,
	.g_banimg,
	.g_banimg a {
		width: 100%;
		height: 420px !important;
	}
	.g_banimg a {
		background-size: 100% 100% !important;
	}
	.btnban {
		display: none !important;
	}
	.htitle {
		margin-top: 0;
		padding-top: 20px;
	}
	.htitle img {
		top: 10px;
		width: 90px;
	}
	.htitle,
	.hpro_box .htitle {
		padding-bottom: 10px;
	}
	.hpro_box {
		padding-bottom: 20px;
	}
	.habbox {
		min-height: 890px;
	}
	.hcatit {
		margin-top: 25px;
	}
	.hca_con {
		padding: 30px 0;
	}
	.hnewbox .hnew_r dl:nth-child(3) {
		display: block;
	}
	.hnewbox {
		padding-bottom: 25px;
	}
	
	.g_bandot {
		height: 30px;
		bottom: 30px;
	}
	
	
	
	
	
}

@media (max-width: 640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	/* 首页开始 */
	
	.f_title h3 {
    font-size: 22px;
}

.f_title_t span{overflow:hidden;white-space: nowrap;text-overflow: ellipsis;height:35px;line-height:35px;width: 90%;}
/* ================================ */
.header {
    padding: 0;
}
.hlogo a img {padding: 5px;}

.mmenu{}

.mmenu img{width:80%;}

	.hlogo {
		margin: 0;
	}
	.nav{top:50px;}
	.nav li>a span:after,
	.nav li>a em {
		display: none;
	}
	.nav li>a {
		height: auto;
	}
	.nav li>a span {
		padding: 10px 0;
	}
	
	/* 产品 */
	.slideTxtBox .hd ul li{width:49%;margin-bottom: 2.5%;}
	
	.slideTxtBox .hd ul li:nth-child(2n){margin-right:0;margin-left:1%;}
	
	.slideTxtBox .hd ul li:nth-child(2n-1){margin-right:1%;margin-left:0;clear:both;}
	
	.p_img {height: 125px;}
	
	/* 公司简介 */
	.about_l,.about_r{width:100%;}
	
	.about_l img {height: 254px;}
	
	/*公司简介2开始*/
	.O_about_big .O_about_cont{
		padding: 20px;
	}
	
	/*公司简介2结束*/
	
	/* 广告条 */
	.adv_box{display:none;}
	
	/* 案例 */
	.tabli1 li, .tabli1 .cur {width: 50%;height: 45px;line-height: 45px;padding-left: 50px;}
	
	.tabli1 li {background: url(../img/sort640.jpg) no-repeat;}
	
	.tabli1 .cur {background: url(../img/sort1640.jpg) no-repeat;}
	
	.tab1 dl{width:49%;}
	
	/* 新闻 */
	.titleBox .title {font-size: 20px;}
	
	.index4List .list .pic,.index4List .list .news_r {width: 100%;}
	
	.index4List .list .pic {height: 254px;}
	
	/* 解决方案 */
	.indNews-swiper .swiper-slide .pic, .indNews-swiper .swiper-slide a{height:123px;}
	
	.indNews{padding:0 0 10px 0;}
	
	.indNews-swiper .swiper-slide .main{height:40px;}
	
	.indNews-swiper .swiper-slide .main .name{height:30px;line-height:30px;}
	
	.indNews-swiper .swiper-slide .main .more {width: 25px;height: 25px;top: 6px;}
	
	.indNews-swiper .swiper-slide .main .more i{margin:4px auto;}
	
	/* 新增部分开始 */
	.guide .g-title{padding-top:15px;height:78px;}
	
	.guide-con dl{width:49%;padding-bottom:0;}
	
	.f_title h3,.g-title h2{font-size:22px;}
	
	.g-title h2{height:auto;}
	
	.partner-con li span{height:81px;}
	
	.partner .g-title{padding-top:15px;}
	
	.partner .g-title p{display:none;}
	
	.partner .g-title{height:45px;}
	
	.partner-nav span{width:45%;margin:1%;}
	
	.partner {height: 590px;}
	
	.case .g-title{padding-top:15px;height:59px;}
	
	.case dl{width:375px;margin:16px 0 16px 0;}
	
	.case{padding-bottom:15px;}
	
	.case .case-slide2{margin:0;}
	
	.case .case-prev,.case .case-next{z-index:1;}
	
	.case dt{height:232px;}
	
	.case dl img{object-fit:cover;}
	/* 新增部分结束 */
	
	/* 底部 */
	.copyright{margin-bottom:56px;}
	
	.end {line-height: 25px;}
	
	
	/* 首页结束 */
	
	/*内页开始*/
	.hd_form img {
		top: 62%;
	}
	.iliuyanp .hd_form img {
		top: 73%;
	}
	.icaseli_img .icalig_pic img, .icaseli_img .icalig_pic{height:254px;}
	
	.hpro_cate li .hpro_img {
    height: 122px;
}

.ipiclist .ibreaul li,.iprodetail .ibreaul li{width:31.3%}



.index4, .index5{padding:0;}

	.inbaner {
		height: 100px;
	}
	.ttongz_con dl dt {
		width: 100%;
		padding: 0;
	}
	.ttongz_con dl dd {
		width: 100%;
		border: 0;
		height: auto;
	}
	.ttongz_con dl dd i {
		width: 50%;
	}
	.ttongz_con dl dt h3 {
		font-size: 18px;
	}
	.ttongz_con dl dt p {
		font-size: 15px;
	}
	 
	.iliuyan_con .erinp {
		width: 100%;
		margin: 0 auto 1%;
	}
	.iliuyan_con .hd_form input {
		height: 45px;
	}
	.iliuyan_con .hcah2 {
		background-size: 10%;
	}
	.iliuyan_con .hd_form textarea {
		height: 85px;
	}
	.lightBox-popupMask {
		max-width: 100%;
	}
	.ifdj_img {
		height: 115px;
	}
	.icaseul_li {
		width: 100%;
		margin: 1% auto;
	}
	.ipicnew_con .hca_ul li {
		width: 100%;
		margin: 1% auto;
	}
	.ipicnew_con .hca_img {
		height: auto;
	}
	.ipicli_con .hpro_info {
		padding: 0;
		height:30px;
	}
	.inwde_tit h2 {
		font-size: 20px;
	}
	.inwde_tit p a {
		float: none;
		margin-top: 10px;
	}
	.inwde_tit p span {
		padding: 0 5px;
	}
	.inwde_tit p {
		margin-top: 15px;
	}
	.updown p {
		width: 100%;
		margin-bottom: 10px;
	}
	.inwtxtli_con li {
		width: 100%;
		margin: 1% 0;
	}
	.inwtxtli_con li:nth-child(3n) {
		margin-right: 0;
	}
	.ipaim2_con dl dt {
		width: 100%;
		height: auto;
	}
	.ipaim2_con dl dd {
		width: 100%;
	}
	.ipaim2_con dl dd em {
		margin-bottom: 10px;
	}
	.ipaim2_con dl dd h3 {
		color: #AE0002;
	}
	.iprode_info {
		padding: 10px;
	}
	.iabtoj_l_t h2 {
		font-size: 32px;
	}
	.iabtoj_l_t h2 i {
		font-size: 18px;
	}
	.iabtkuai {
		width: 160px;
		height: 50px;
		bottom: -3px;
		right: -3px;
	}
	.iabt_cul_c li {
		width: 48%;
		margin: 1%;
		height: 150px;
	}
	.iabt_cul_c li p {
		display: none;
	}
	.iabt_culc_img {
		top: 20px;
		width: 70px;
		height: 70px;
		border: 2px solid #eee;
		box-sizing: border-box;
	}
	.iabt_cul_c li h3 {
		padding-top: 15px;
		font-weight: normal;
		font-size: 16px;
	}
	.iabt_cul_c {
		margin-top: 0;
	}
	.hpro_cate li p {
		font-size: 15px;
		height: 30px;
    line-height: 30px;
	}
	.icaseli_img .icalig_pic,
	.icaseul_li:hover .icalig_pic {
		height: auto;
	}
	.icaseli_img {
		height: auto;
	}
	.icaseli_img h1{
		background:rgba(0,0,0,.5);
		color:#fff;
	}
	
	.g_bandot {
		width: 100% !important;
		text-align: center;
	}
	.botcopy {
		display: none;
	}
	.m_hbot {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: linear-gradient(to right,rgba(3,108,199,.9),rgba(44,155,249,.9));
		border-top: 1px solid #036cc7;
		z-index: 10001;
		display: block;
	}
	.m_hbot li {
		float: left;
		width: 18.5%;
		padding: 0 3%;
		border-left: 1px solid #fff;
	}
	.m_hbot li:first-child {
		border-left: 0;
	}
	.m_hbot li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.m_hbot li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.m_hbot li a span {
		display: block;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	
	.ifootbox .botcopy {
		display: block;
		margin-bottom: 56px;
	}
	/*xxxxxxxxxxxxxxxxxxxxxxxxxxx*/
	
	/* 
	
	.ipiclist .ibreaul li,
	.ibreaul li {
		width: 31.3%;
	} */
	
	
	
	
}

@media (max-width:375px){
	.inbaner {
		height: 59px;
	}
}


@media (max-width: 365px) {
/* 首页开始 */
	.htel {width: 50%;}

.slideTxtBox .hd ul li {margin-bottom: 2.6%;}

.youbianzi p, .youbianzi p span {font-size: 14px;}

/* 新增部分开始 */
	.case dl{width:365px;margin:16px 0 16px 0;}
	/* 新增部分结束 */
	/* 首页结束 */
	
}


@media (max-width: 360px) {

	/* 首页开始 */
	/* 新增部分开始 */
	.case dl{width:360px;margin:16px 0 16px 0;}
	/* 新增部分结束 */
	/* 首页结束 */
}
@media (max-width: 320px) {

	/* 首页开始 */
	.hlogo a img {
		padding-top: 5px;
		height: 30px;
	}
	.htel {
		width: 56%;
	}
	.youbianzi p span {
		font-size: 14px;
		;
	}
	/* 新增部分开始 */
	.case dl{width:320px;margin:16px 0 16px 0;}
	/* 新增部分结束 */
	/* 首页结束 */
}
