@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;
	display:block;
	text-decoration: none;
}

a:hover {
	color: #016BA7;
}

.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;
}
.on{background:#016BA7;}
.on>a{color:#fff!important;}
.m_hbot {
	display: none;
}

.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	padding-bottom: 50px;
}

.inmain {
	margin-bottom: 30px;
}

.ftitle {
	width: 100%;
}

.ftitle h3 {
	font-size: 40px;
    text-align: center;
    padding-top: 40px;
    color: #3f3f3f;
    /* font-weight: normal; */
    letter-spacing: 5px;
}

.ftitle span {
	margin: 0 5px;
	color: #016BA7;
}

.ftitle p {
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #545252;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/***********************************************************************************/
/* 修改头部 */
  .h_top{background: url(/img/h_bg.png) #fff no-repeat center 0;background-size: 100%; height:auto;font-family:"Microsoft Yahei";}
  .header{}
  .h_zc{width:96%; margin:0 auto;color: #fff;height:35px;line-height:40px;font-size: 18px;}
  .h_zc a{color: #fff;padding: 0 30px;display:inline-block;}
  .h_zc a.nones{padding-right: 0px;}

  .h_con{width:100%; margin:0 auto;height:120px;overflow: hidden;background:url(/img/headerBg.png)}
  .t_text{float: left; margin-top: 35px;  color: #191919; font-size: 22px; padding-left: 33px;background: url(/img/h_ic.png) no-repeat left top;}
 
 .t_text img{width: 322px; height: 48px;}
 .t_text p{height: 30px; line-height: 30px;color: #827b7b;}
  .t_text p:nth-child(2){font-size:18px;}
 .t_text p em{font-style: normal;font-size: 30px;line-height: 20px;margin: 0 5px;color: #827b7b;}
  .h_logo{margin:26px 20px 0 2%; }
  .h_logo a{display: block;}
  .h_logo img{ width: 100%; height:auto;}
  .h_pho{margin-right:2%;padding-top:37px; padding-left: 50px;  font-size: 18px; color: #666; line-height: 30px;  background:url(/img/header_icon.png) no-repeat 0px 40px;}
  .h_pho p{display: inline-block;width:90px;float:left;}
  .h_pho b{color: #333; font-size: 24px; font-weight: bold; font-family: Arial;float:right;    padding-left: 10px;}
 
 /*新增导航*/
 .search {
				width: 267px;
				height: 36px;
				/* float: right; */
				position: relative;
				margin-top: 42px;
				margin-right: 2%;
			}
			
			.search form{
				width:100%;
				height:100%;
			}
			
			.search .inputtext {
				width: 100%;
				height: 100%;
				padding-left: 12px;
				font-size: 14px;
				color: #979797;
				    box-sizing: border-box;
					position:relative;
			}
			
			.search .inputbtn{
				position:absolute;
				top:2px;
				right:2px;
				width: 44px;
				height: 32px;
				border: none;
				background-color: #4ca1d2;
				background-position: center;
				background-repeat: no-repeat;
				background-image: url(/img/header_icon5.png);
			}
.h_top .header_nav {width: 100%;border-top: 1px solid #E5E5E5;}
.header {
	width:100%;
				background:linear-gradient(55deg,#006ba9,#008aa9);
				height: 60px;
				border-bottom: 3px solid #01678e;
				box-shadow: 3px 3px 10px #006ba9;
			}
	.header .mainb{width:96%;}		
			
			
			.header .nav {
				width: 100%;
			}
			
			.header .nav>li {
				float: left;
				width: 12.5%;
				font-size: 22px;
				position:relative;
				border-right: 1px solid #4b8aaf;
    box-sizing: border-box;
			}
			.header .nav>li:first-child{
				border-left: 1px solid #4b8aaf;
			}
			
			.header .nav>li>a {
				display: block;
				height: 60px;
				line-height: 60px;
				text-align: center;
				color: #fff;
			}
			
			.header .nav>li>a>span {
				font-size: 16px;
				text-transform: uppercase;
			}
			
			.header .erji_menu {
				display: none;
				position: absolute;
                width: 100%;
                top: 60px;
                z-index: 2;
				/*transform: translateX(-50%);*/
			}
			
			.header .nav>li:hover .first_menu {
				background: #fff;
				color: #000;
			}
			
			.header .nav>li:hover .erji_menu {
				display: block;
				z-index:3;
			}
			
			.header .erji_menu>li {
				background: linear-gradient(55deg,#006ba9,#008aa9);
				border-bottom: 1px solid #729db7;
				line-height: 55px;
				text-align: center;
				animation-name: menu-1_5886;
				animation-fill-mode: forwards;
				animation-duration: 300ms;
				/*-webkit-animation-duration:300ms;*/
				animation-timing-function: ease-in-out;
			}
			
			.header .erji_menu>li>a {
				color: #fff;
			}
			
			.erji_menu>li>a:hover {
				color: #fff;
			}
			
			.header .nav>li:hover .erji_menu>li:first-child {
				animation-delay: -150ms;
			}
			
			.header .nav>li:hover .erji_menu>li:nth-child(2) {
				animation-delay: 0ms;
			}
			
			.header .nav>li:hover .erji_menu>li:nth-child(3) {
				animation-delay: 150ms;
			}
			
			.header .nav>li:hover .erji_menu>li:nth-child(4) {
				animation-delay: 300ms;
			}
			.header .nav>li:hover .erji_menu>li:nth-child(5) {
				animation-delay: 450ms;
			}
			.header .nav>li:hover .erji_menu>li:nth-child(6) {
				animation-delay: 600ms;
			}
			.header .nav>li:hover .erji_menu>li:nth-child(7) {
				animation-delay: 750ms;
			}
			.header .nav>li:hover .erji_menu>li:nth-child(8) {
				animation-delay: 900ms;
			}
			.header .nav>li:hover .erji_menu>li:nth-child(9) {
				animation-delay: 1050ms;
			}
			 .header .nav>li:hover .erji_menu>li:nth-child(10) {
				animation-delay: 1200ms;
			}
			.header .nav>li:hover .erji_menu>li:nth-child(11) {
				animation-delay: 1350ms;
			}
			.header .nav>li:hover .erji_menu>li:nth-child(12) {
				animation-delay: 1500ms;
			} 
			
			
			
			@-webkit-keyframes menu-1_5886 {
				0% {
					opacity: 0;
					-webkit-transform: rotateZ(90deg);
					transform: rotateZ(90deg)
				}
				70% {
					-webkit-transform: skewX(10deg);
					transform: skewX(10deg)
				}
				100% {
					opacity: 1;
					-webkit-transform: rotateZ(0);
					transform: rotateZ(0)
				}
			}
			
			@keyframes menu-1_5886 {
				0% {
					opacity: 0;
					-webkit-transform: rotateZ(90deg);
					transform: rotateZ(90deg)
				}
				70% {
					-webkit-transform: skewX(10deg);
					transform: skewX(10deg)
				}
				100% {
					opacity: 1;
					-webkit-transform: rotateZ(0);
					transform: rotateZ(0)
				}
			}

			
			.mb_top,
			.m_nav {
				display: none
			}
			.h_logo .mmenu{display:none;}



/* 头部开始 */

/* .header {
	background: rgba(255, 255, 255, .6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header .header_wrapper {
	position: relative;
}

.header .logo {
	width: 20%;
	margin-right:1%;
	float: left;
	position: relative;
	margin-top: 0.2%;
	z-index: 5;
}

.header .logo img {
	width: 100%;
	display: inline-block;
}

.header_pc {
	width: 64%;
}

.header .right {
	float: right;
}

.header .right .header_message {
	font-size: 16px;
	color: #444;
	text-align: right;
	line-height: 30px;
	margin: 10px 0 0 0;
	font-family: 'arial';
	font-weight: 100;
}

.header .right .header_message img {
	margin-right: 8px;
}

.header_message span {
	margin-left: 40px;
	display: inline-block;
	position: relative;
}

.header_message span img.ewm {
	position: absolute;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	top: 30px;
	left: calc(50% - 45px);
	transform: rotateY(90deg);
	transition: all .3s;
	z-index: 15;
}

.header_message span:hover .ewm {
	transform: rotateY(0deg);
}

.header .nav_bottom {
	position: absolute;
	width: 115px;
	line-height: 2;
	background: #fff;
	padding: 15px 0;
	box-shadow: 10px 0px 20px 0 rgba(0, 0, 0, .2);
	top: 90px;
	display: none;
}

.header .nav_bottom a {
	display: block;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	color: #333;
	z-index: 2;
}

.header .nav {
	width: 100%;
	font-size: 16px;
	line-height: 100px;
	display: inline-block;
}

.nav a {
	display: block;
	box-sizing: border-box;
	color: #242e42;
	position: relative;
}

.nav li.on a,
.nav li a:hover,
.header.header_bg .nav li a:hover {
	color: #016BA7;
}

.header.header_bg .nav li a {
	color: #333;
}

.header.header_bg .nav li.on .nav_top {
	color: #016BA7;
}

.nav li a.nav_top:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	background: #016BA7;
}

.nav li.on a:before,
.nav li:hover a:before {
	left: 0;
	width: 100%;
}

.nav li {
	width: 12.5%;
	float: left;
	font-size: 22px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	z-index: 5;
}

.nav li:last-child {
	margin-right: 0
}

.nav li.ons .nav_top {
	color: #016BA7;
}

.nav li.ons .nav2 {
	max-height: 100vh;
	z-index: 30;
}

.nav li .nav2 {
	position: absolute;
	left: 0;
	top: calc(100% + 2px);
	margin-top: -2px;
	background-color: #fff;
	width: 150%;
	border-radius: 0 0 3px 3px;
	text-transform: uppercase;
	overflow: hidden;
	box-sizing: border-box;
	max-height: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	line-height: 50px;
}

.nav li .nav2 a {
	position: relative;
	display: block;
	text-align: left;
	color: #222;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-left: 25px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	transition: all .3s ease;
	font-size:20px;
}

.nav li .nav2 a:hover {
	background: #016BA7;
	padding-left: 35px;
	color: #ffffff !important;
}

.nav li .nav2 a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #ec3f4e;
	border-top: 1px solid #ec3f4e;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 25px;
}

.nav li .nav2 a:hover:after {
	border-color: #fff;
}

.nav li .nav2:before {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: -1;
	bottom: 100%;
	background: #016BA7;
	left: 0;
}

.nav_top .number {
	font-size: 16px;
	color: #999999;
	display: inline-block;
	margin-top: -10px;
	margin-right: 5px;
	vertical-align: top;
}

.nav_top .state {
	font-size: 16px;
	color: #222222;
	display: inline-block;
}

.nav li.on .nav_top .state {
	color: #ec3f4e
}

.header_tel {
	width: 14%;
	color: #242e42;
}

.header_tel .img {
	width: 100px;
	margin-top: 5px;
}

.header_tel .img img {
	width: 100%;
}

.h_tel_txt span {
	font-size: 22px;
	margin-top: 15px;
	display: block;
}

.h_tel_txt p {
	font-size: 30px;
}

.header.header_bg {
	background-color: #fff;
	border-bottom: 1px solid #f9f9f9;
	 box-shadow: 5px 5px 15px 2px #e2e1e1;
}

.mmenu {
	display: none;
}
 */

/*头部结束*/

/*banner开始*/

.banner_pc {
	display: block !important;
}

.banner_sj {
	display: none !important;
}

.banner_box {
	width: 100%;
	position: relative;
}

.banner_box img {
	width: 100%;
}

.banner_box .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.banner_box .banner ul li {
	position: absolute display: none;
	opacity: 0;
}

.banner_box .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.banner_box .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
	display: block;
}

.banner_box .banner ul li:first-child img {
	position: relative;
}

.banner_box .banner_next,
.banner_box .banner_pre {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.banner_box .banner_next:hover,
.banner_box .banner_pre:hover {
	opacity: 0.8;
}

.banner_box .banner_next {
	right: 0px;
}

.banner_box .banner_next img,
.banner_box .banner_pre img {}

.banner_box .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.banner_box .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.banner_box .jumpBtn ul li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}

.banner_box .jumpBtn ul li:first-child {
	margin-left: 0px;
}


/*banner结束*/


/*产品开始*/

.pro_box {
	width: 100%;
	background: url(/img/ad1cff00e8c09de80d46ca18aed109ad.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding-bottom: 30px;
}

.pro_nav li {
	width: 15.83%;
	margin-right: 1%;
	margin-bottom: 0.5%;
	font-size:20px;
	padding: 0 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #eee;
	line-height: 55px;
	height:55px;
	
	float: left;
}

.pro_nav li:nth-child(6),
.pro_nav li:nth-child(12) {
	margin-right: 0;
}

.pro_nav li a {
	display: block;
	color: #000;
	text-align: center;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
box-sizing:border-box;
}

.pro_nav li:hover a {
	color: #fff;
}

.pro_nav li:hover {
	background: url(/img/p16-icon6.png) no-repeat bottom center #016BA7;
	border: none;
}

.pro_con {}

.pro_con ul li {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 10px;
	box-sizing: border-box;
}

.pro_con ul li:nth-child(4),
.pro_con ul li:nth-child(8) {
	margin-right: 0;
}

.pro_con .pro_border {
	display: block;
	border: 1px solid #dededd;
	border-radius: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

.pro_con i {
	position: relative;
	overflow: hidden;
	object-fit: cover;
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
	width: 96%;
	height:354px;
	margin: 2%;
}

.pro_con i:after {
	content: "";
	width: 0%;
	height: 0%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: .03rem;
}

.pro_border:hover i:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pro_con i a {
	width:100%;
	height:100%;
	position: relative;
	/*padding: 31%;*/
	overflow: hidden;
	object-fit: cover;
	display: block;
}

.pro_con i a:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	position: absolute;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	z-index: 2;
	background: url(/img/See.png) no-repeat center;
}

.pro_border:hover i a:before,
.pro_border:hover i a:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.pro_con i a img {
	width: 100%;
	height: 100%;
	display: block;
}

.pro_con i a:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	position: absolute;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	z-index: 2;
}

.pro_con .pro_txt {
	width: 96%;
	margin: 0 2%;
}

.pro_con .pro_txt h3 {
	color: #4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px solid #dededd;
}

.pro_con li:hover h3 {
	color: #016BA7;
}

.pro_con .pro_txt .pro_more {
	line-height: 35px;
	letter-spacing: 2px;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	color: #c6c6c6;
	background: url(/img/proMore.png) no-repeat 100% center;
	animation: llr linear 1.5s infinite alternate;
}

@keyframes llr {
	0% {
		background: url(/img/proMore.png) no-repeat 95% center;
	}
	25% {
		background: url(/img/proMore.png) no-repeat 97% center;
	}
	50% {
		background: url(/img/proMore.png) no-repeat 100% center;
	}
	75% {
		background: url(/img/proMore.png) no-repeat 97% center;
	}
	100% {
		background: url(/img/proMore.png) no-repeat 95% center;
	}
}

.border-left {
	width: 1px;
	height: 0px;
	background: #005fbb;
	position: absolute;
	top: 0;
	left: 0%;
	-webkit-transition: .5s;
	transition: .5s;
}

.border-right {
	width: 1px;
	height: 0px;
	background: #005fbb;
	position: absolute;
	bottom: 0;
	right: 0%;
	-webkit-transition: .5s;
	transition: .5s;
}

element.style {}

.proListCenter li .productsBorer:hover .border-top {
	width: 100%;
}

.proListclass1,
.proList_classify ul li p a b,
.proListRsort a::before,
.border-left,
.border-right,
.border-top,
.border-bottom,
.pagination span.current,
.pagination a:hover,
.pagination span:hover,
.productsCtl,
.caseTab ul li:hover,
.a-bth:hover,
.border-proleft,
.border-proright,
.border-protop,
.border-probottom,
.caseLdd .button_text_container,
.caseLdd:hover .button_text_container,
.swiper-pagination-bullet-active,
.newsQa ul li p span,
.news_classify ul li b,
.contact ul li:hover .contactTop,
.driving-way .hd li.on,
.proBg,
.newsTop ul li:hover .newsTopcenter,
.productsMore:hover,
.driving-way .map-tab #result:hover,
.proListRsort1 a::before,
.messageBth:hover {
	background-color: #016BA7;
}

.border-top {
	width: 0px;
	height: 1px;
	background: #005fbb;
	position: absolute;
	top: 0;
	left: 0%;
	-webkit-transition: .5s;
	transition: .5s;
}

.border-bottom {
	width: 0px;
	height: 1px;
	background: #005fbb;
	position: absolute;
	bottom: 0;
	right: 0%;
	-webkit-transition: .5s;
	transition: .5s;
}

.pro_border:hover .border-left,
.pro_border:hover .border-right {
	height: 100%;
}

.pro_border:hover .border-top,
.pro_border:hover .border-bottom {
	width: 100%;
}

.border-left,
.border-right,
.border-top,
.border-bottom {
	background-color: #016BA7;
}


/*产品结束*/


/*公司简介开始*/

.about_box {
	width: 100%;
	position: relative;
}

.about_con {
	width: 70%;
	background: #edeef0;
	border-radius: 0px 0px 80px 0px;
	padding: 60px 60px 60px 6%;
	box-sizing: border-box;
}

.about_con .about_t_c {}

.about_con .about_t_c h3 {
	font-size: 30px;
	line-height: 55px;
	color: #333;
}

.about_con .about_t_c p {
	font-size: 20px;
	line-height: 35px;
	color: #666;
}

.about_con .about_t_e {}

.about_con .about_t_e span {
	display: block;
	font-size: 34px;
	text-transform: uppercase;
}

.about_con .about_t_e em {
	margin-top: 10px;
	display: inline-block;
	float: right;
	width: 50px;
	height: 5px;
	background: #016BA7;
}

.about_con .about_txt {
	margin-top: 50px;
}

.about_con .about_txt p {
	color: #666;
	font-size: 18px;
	line-height: 35px;
	text-indent: 2em;
	height: 315px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
}

.about_con .about_nav {
	width: 100%;
	margin-top: 50px;
	background-color: #ffffff;
	box-shadow: 1px 4px 24px 0px rgba(210, 210, 210, 0.23);
	border-radius: 0px 0px 50px 0px;
}

.about_con .about_nav li {
	float: left;
	width: 33.33%;
	padding: 50px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.about_con .about_nav li:after {
	content: '';
	position: absolute;
	top: 30px;
	right: 0;
	background: #e4e3e3;
	width: 1px;
	height: 65%;
}

.about_con .about_nav li:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0;
	background: #016BA7;
	width: 0%;
	height: 0%;
	z-index: -1;
	transition: .6s;
}

.about_con .about_nav li:hover:before {
	width: 100%;
	height: 100%;
}

.about_con .about_nav li:nth-child(3):hover:before {
	border-radius: 0px 0px 50px 0px;
}

.about_con .about_nav li a {
	display: block;
}

.about_con .about_nav li span {
	overflow: hidden;
	display: inline-block;
	width: 50px;
	margin-left: 27%;
	float: left;
	margin-top: 1%;
	transition: .6s;
}

.about_con .about_nav li span img {
	width: 100%;
}

.about_con .about_nav li:hover span img {
	border-left: 370px solid transparent;
	-webkit-filter: drop-shadow(-370px 0 0px #ffffff);
	filter: drop-shadow(-370px 0 0px #ffffff);
}

.about_con .about_nav li h4 {
	display: inline-block;
	width: 60%;
	height: 35px;
	float: right;
	color: #016BA7;
	font-size: 20px;
}

.about_con .about_nav li:hover h4,
.about_con .about_nav li:hover p {
	color: #fff;
}

.about_con .about_nav li p {
	width: 60%;
	display: inline-block;
	float: right;
	color: #666;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about_img {
	position: absolute;
	right: 0;
	width: 50%;
	height: 900px;
	z-index: -5;
	border-radius: 0px 0px 0px 80px;
}

.about_img img {
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 0px 80px;
	position: relative;
	    object-fit: cover;
}

.about_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	border-radius: 0px 0px 0px 80px;
}


/*公司简介结束*/


/*案例开始*/

.casebox {
	height: 825px;
	padding: 120px 0 30px 0;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	clear: both;
	position: relative;
}

.casebox:before,
.casebox:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 261px;
	left: 0;
	background: #ddd;
	z-index: -1;
}

.casebox:after {
	top: 350px;
}


/*案例标题*/

.case_t ul {
	width: 80%;
	margin: 0 auto;
}

.case_t li:first-child {}

.case_t {
	height: 88px;
	margin-bottom: 20px;
	text-align: center;
}

.case_t li {
	box-sizing: border-box;
	color: #000;
	float: left;
	width: 25%;
	height: 88px;
	position: relative;
	line-height: 26px;
	font-size: 20px;
	border-left: 1px solid #ddd;
}

.case_t li:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 8px;
	top: 34px;
	right: 30px;
	background: url(/img/ico04.png) no-repeat 0 0;
}

.case_t li:last-child {
	border-right: solid 1px #ddd;
}

.case_t li a {
	padding: 21px 0 0;
	color: #000;
	display: inline-block;
}

.case_t li em {
	display: block;
	font-size: 12px;
	line-height: 16px;
	opacity: 0.5;
	font-weight: normal;
}

.case_t li.cur,
.case_t li:hover {
	background: #016BA7;
}

.case_t li.cur a,
.case_t li:hover a {
	color: #fff;
}

.case_t li.cur:after,
.case_t li:hover:after {
	background: url(/img/ico05.png) no-repeat 0 0;
}


/*案例中间内容*/

.case_con {
	overflow: hidden;
}

.case_con ul li {
	width: 23.5%;
	margin: 1%;
	box-sizing: border-box;
	float: left;
	box-shadow: 5px 5px 15px 2px #e2e1e1;
}

.case_con ul li:first-child,
.case_con ul li:nth-child(5) {
	margin-left: 0;
}

.case_con ul li:nth-child(4),
.case_con ul li:nth-child(8) {
	margin-right: 0;
}

.case_con .case_img {
	width: 100%;
	height: 375px;
	position: relative;
	overflow: hidden;
	display: block;
	opacity: 0.95;
	transition: opacity 0.35s, transform 0.35s;
}

.case_con .case_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.case_con li:hover .case_img img {
	transform: scale(1.1);
}

.case_con .case_xg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.case_con .case_xg:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	box-sizing: border-box;
}

.case_img:hover .case_xg::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.case_con li h2 {
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	background: #fff;
	color: #000;
	padding: 0 10px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.case_con li:hover h2 {
	background: #016BA7;
	color: #fff;
}


/*案例下面按钮*/

.case_more {
	display: block;
	width: 496px;
	line-height: 50px;
	border: solid 2px #333;
	text-align: center;
	margin: 20px auto 0 auto;
	font-size: 18px;
	color: #444;
	font-weight: bold;
	position: relative;
}

.case_more:before {
	content: ">";
	position: absolute;
	width: 35px;
	height: 50px;
	top: 0;
	right: 0;
	font-weight: bold;
	line-height: 50px;
}

.case_more b {
	font-size: 24px;
	color: #040000;
}

.case_more a {
	display: block;
	color: #444;
}


/*案例结束*/


/*广告条开始*/

.adv_box {
	width: 100%;
	background: url(/img/a5.jpg) fixed;
	background-size: 100% 100%;
	/*padding: 30px 0;*/
}

.adv_con {
	width: 50%;
	height: 100%;
	padding: 30px;
	background: rgba(1, 107, 167, .9);
}

.adv_con h3 {
	font-size: 36px;
	color: #fff;
}

.adv_con p {
	display: inline-block;
	color: #eee;
	line-height: 55px;
	font-size: 18px;
	position: relative;
	
}
.adv_con>p{display:block;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.adv_con>p:after {
	content: '';
	position: absolute;
	bottom: -10%;
	left: 0;
	background: #fff;
	width: 20%;
	height: 2px;
}

.adv_con ul {
	margin-top: 10px;
}

.adv_con ul li {
	float: left;
	width: 15%;
}

.adv_con ul li img {
	display: inline-block;
	vertical-align: middle;
}

.adv_con span {
	padding-left: 50px;
	font-size: 28px;
	display: block;
	margin-top: 20px;
	color: #fff;
	position: relative;
}

.adv_con span:before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background: url(/img/adv2tel.png);
	background-size: 100% 100%;
}


/*广告条结束*/

/*新闻开始*/
.news_box {
				width: 100%;
				padding-bottom: 40px;
				background: url(/img/bg2.jpg) no-repeat center top;
				background-size: 100% 100%;
			}
	.news_box .news_title{
		margin: 40px 0 20px 0;
	}	
	.news_box .news_title h3{
		font-size: 30px;
		color: #016BA7;
		font-weight: normal;
		padding-bottom: 10px;
		border-bottom: 1px solid #Ccc;
	}

	.news_box .news_title span{
		margin-left: 10px;
		font-size: 20px;
		color: #abadae;
		font-weight: normal;
	}
			.news_box .news_l {
				width: 25.66%;
				margin-right: 1%;
			}
			
			.news_box .news_m li {
				width: 100%;
				border-left: 1px solid #acafab;
				position: relative;
			}
			
			.news_box .news_m li span {
				display: inline-block;
				float: left;
				margin-left: 20px;
				line-height: 40px;
				color: #929191;
			}
			
			.news_box .news_m li a {
				line-height: 40px;
				float: right;
				color: #929191;
			}
			
			.news_box .news_m li a:hover {
				color: #016BA7;
			}
			
			.news_box .news_m li:before {
				position: absolute;
				left: -8px;
				top: 12px;
				vertical-align: middle;
				width: 16px;
				height: 16px;
				display: inline-block;
				content: "";
				background: url(/img/time1.png);
				background-size: 100% 100%;
			}
			
			.news_box .news_m li a {
				display: inline-block;
				float: right;
			}
			
			.news_box .news_m li h3 {
			font-size:20px;
				margin-left: 20px;
				line-height: 35px;
				border-top: 1px dashed #ccc;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			
			.news_box .news_m li p {
				margin-left: 20px;
				height: 65px;
				line-height: 30px;
				display: -webkit-box;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}
			
			.news_box .news_m {
				width: 39.66%;
				margin-right: 1%;
			}
			
			.news_box .news_r {
				width: 32.66%;
			}
			/*===================*/
			
			.news_r ul li {
				width: 49%;
				margin-right: 2%;
				float: left;
				/*box-shadow: 2px 2px 30px #98838C;*/
				 box-shadow: 5px 5px 15px 2px #e2e1e1;
			}
			
			.news_r ul li:nth-child(2) {
				margin-right: 0;
			}
			
			.news_r li:hover {
				/*box-shadow: 2px 2px 30px #D4392C;*/
				 box-shadow: 5px 5px 15px 2px #cddfe8;
			}
			
			.news_r ul>li>a {
				width:100%;
				display: inline-block;
			}
			
			.news_r .img {
				position: relative;
				width: 100%;
				height: 254px;
			}
			
			.news_r .img img {
				width: 100%;
				height: 100%;
				display: block;
				object-fit:cover;
			}
			
			.news_r .time_mask {
				position: absolute;
				display: inline-block;
				width: 77px;
				height: 77px;
				left: 0;
				bottom: 0;
				background: #3c3c3c;
				color: #fff;
				text-align: center;
				font-size: 16px;
				transition: all 0.2s ease-in-out;
			}
			
			.news_r li:hover .time_mask {
				background: #016BA7;
			}
			
			.news_r .time_mask strong {
				display: block;
				font-size: 35px;
				line-height: 50px;
			}
			
			.news_r .txt {
				width: 100%;
				padding: 0 10px;
				box-sizing: border-box;
			}
			
			.news_r .txt h3 {
				
				font-size: 20px;
				text-align: center;
				height: 45px;
				line-height: 45px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				color: #000;
			}
			
			.news_r .txt p {
				color: #666;
				font-size: 18px;
				line-height: 30px;
				height: 65px;
				display: -webkit-box;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}
			
			.news_r .ext {
				font-size: 16px;
				padding: 5px 10px 15px 10px;
				line-height: 30px;
			}
			
			.news_r .ext .time {
				color: #666;
				padding-left: 24px;
				background: url(/img/icon_01.png) no-repeat left center;
			}
			
			.news_r .ext .views {
				color: #666;
				background: url(/img/icon_02.png) no-repeat left center;
				padding-left: 27px;
				margin-left: 23px;
			}
			
			.news_r .ext .more {
				display: inline-block;
				width: 102px;
				height: 35px;
				text-align: center;
				line-height: 35px;
				background: #016BA7;
				color: #fff;
				float: right;
			}
			
			.news_l .imgleft {
				width: 100%;
				/* height: 410px; */
				float: left;
				margin-top: 12px;
				overflow: hidden;
				position: relative;
			}
			
			.news_l .imgleft .item {
				width: 100%;
				height: 410px;
				position: absolute;
				left: 0;
				top: 0;
				display: block;
				z-index: 9;
			}
			
			.news_l .imgleft .item a {
				width: 100%;
				height: 100%;
				display: block;
			}
			
			.news_l .imgleft .item img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				transition: all .5s;
				display: block;
			}
			
			.news_l .imgleft .item .txtcon {
				width: 100%;
				position: absolute;
				left: 0;
				bottom: 0;
				background: rgba(0, 0, 0, 0.8);
				color: #fff;
			}
			
			.news_l .imgleft .item .txtcon h3 {
			
				font-size: 20px;
				line-height: 55px;
				text-align: center;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			
			.news_l .imgleft .item:hover img {
				filter: brightness(105%);
			}
			
			.news_l .imgleft .hd {
				position: absolute;
				top: 0;
				width: 100%;
				height: 307px;
			}
			
			.news_l .imgleft .hd .prev {
				width: 27px;
				height: 60px;
				background-position: -52px -103px;
				background-color: rgba(0, 0, 0, 0.49);
				cursor: pointer;
				position: absolute;
				top: 60%;
				margin-top: -30px;
				left: 0;
				z-index: 9999;
				-webkit-transition: all .3s ease-in-out 0s;
				-moz-transition: all .3s ease-in-out 0s;
				transition: all .3s ease-in-out 0s;
			}
			
			.news_l .imgleft .hd .next {
				width: 27px;
				height: 60px;
				background-position: -77px -103px;
				background-color: rgba(0, 0, 0, 0.49);
				cursor: pointer;
				position: absolute;
				top: 60%;
				margin-top: -30px;
				right: 0;
				z-index: 9999;
				-webkit-transition: all .3s ease-in-out 0s;
				-moz-transition: all .3s ease-in-out 0s;
				transition: all .3s ease-in-out 0s;
			}
			
			.news_l .imgleft .hd .prev:hover {
				background-color: rgba(1, 107, 167, 0.49);
			}
			
			.news_l .imgleft .hd .next:hover {
				background-color: rgba(1, 107, 167, 0.49);
			}
			
			.ico {
				background: url(/img/icon.png) no-repeat;
				display: inline-block;
				vertical-align: middle;
			}
/*新闻结束*/

/*解决方案开始*/
.honner {
				
				clear: both;
				position: relative;
				height: 560px;
				box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.1);
				padding-bottom: 40px;
				/*background: url(/img/3846ed3f26c444c2b0c5abe53477c000.jpg) no-repeat center top;
				background-size: 100% 100%;*/
			}
			
			.honner_c {
				position: relative;
			}
			
			.honner_c:before,
			.honner_c:after {
				content: "";
				position: absolute;
				width: 1050px;
				height: 4px;
				bottom: -53px;
				right: 0;
				background: #e5e5e5;
				z-index: -1;
			}
			
			.honner_c:before {
				left: 0;
			}
			
			.prev1,
			.next1 {
				width: 32px;
				height: 32px;
				display: inline-block;
				cursor: pointer;
				position: absolute;
				z-index: 2;
				background: url(/img/next1.png) no-repeat 0 bottom;
				right: 1060px;
				bottom: -70px;
			}
			
			.prev1 {
				left: 1060px;
				background: url(/img/prev1.png) no-repeat 0 0;
			}
			
			.prev1:hover {
				background-position: 0 bottom;
			}
			
			.honner_t {
				width: 74px;
				height: 10px;
				position: absolute;
				bottom: -50px;
				left: 50%;
				margin-left: -35px;
			}
			
			.honner_t em {
				display: inline-block;
				width: 10px;
				height: 10px;
				border-radius: 10px;
				background: #444;
				margin: 0 0 0 12px;
			}
			
			.honner_t em.cur {
				background: #016BA7;
			}
			
			.honner_t em:first-child {
				margin: 0;
			}
			
			.honner_l li {
				float: left;
				width: 446px;
				margin: 0 18px 0 0;
				box-shadow: 5px 5px 15px 2px #e2e1e1;
			}
			
			.honner_l li img {
				width: 430px;
				height: 295px;
				background: rgba(0,0,0,.1);
				padding: 8px;
				display: block;
			}
			.honner_l li h3{
				background: rgba(0,0,0,.1);
				line-height: 55px;
				text-align: center;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				color: #676363;
				font-weight: normal;
				padding:0 10px;
				box-sizing:border-box;
			}
			.honner_l li:hover h3{
				color: #016BA7;
			}
/*解决方案结束*/

/*底部开始*/
.footer_top {
				width: 100%;
				margin-top: 50px;
				background: #016BA7;
			}
			
			.footer_top ul li {
				width: 33.33%;
				float: left;
				height: 90px;
				position: relative;
			}
			
			.footer_top ul li:before {
				content: '';
				position: absolute;
				top: 0;
				background: #d0676b;
				width: 1px;
				height: 100%;
			}
			
		/* 	.footer_top ul li:after{
				content: '';
				position: absolute;
				top: 0;
				right:-1px;
				background: #e6dcdc;
				width: 1px;
				height: 100%;
			} */
			
			/* .footer_top ul li:after {
				content: '';
				position: absolute;
				top: 15%;
				left: -1px;
				background: #fff;
				width: 3px;
				height: 30%;
			} */
			
			.footer_top ul li:first-child:before,
			.footer_top ul li:first-child:after {
				opacity: 0;
			}
			
			.footer_top ul li em {
				float: left;
				width: 11.8%;
				height: 100%;
				margin-right: 2%;
				display: inline-block;
				position: relative;
			}
			
			.footer_top ul li em img {
				width: 100%;
				padding:5px;
				box-sizing:border-box;
				/* position: absolute; */
				display: block;
				/* top: -30px; */
			}
			
			.footer_top ul li:first-child p {
				margin-left: 33%;
			}
			
			.footer_top ul li:first-child span {
				margin-left: 5%;
			}
			
			.footer_top ul li p {
				color: #fff;
				line-height: 30px;
				margin-top: 2%;
				margin-left: 10%;
				font-size: 20px;
			}
			
			.footer_top ul li span {
				color: #fff;
				line-height: 30px;
				margin-left: 10%;
			}
			
			.footer {
				background: #2d2c2c;
				width: 100%;
				padding: 50px 0 20px 0;
			}
			
			.footer .footer_link h3,
			.footer .footer_nav h3,
			.footer .footer_contant h3 {
				font-size: 20px;
		color: #e4e3e3;
				line-height: 35px;
				position: relative;
				padding-left: 50px;
				margin-bottom: 20px;
				
			}
			.footer .footer_nav h3{display:none;}
			
			.footer .footer_link h3:before,
			.footer .footer_nav h3:before,
			.footer .footer_contant h3:before {
				position: absolute;
				left: 0;
				vertical-align: middle;
				width: 36px;
				height: 36px;
				display: inline-block;
				content: "";
				background: url(/img/footicn.png);
				background-size: 100% 100%;
			}
			
			.footer .footer_contant h3:before{
				background: url(/img/footicn2.png);
				background-size: 100% 100%;
			}
			
			.footer .footer_link {
				width: 18%;
				margin-right: 2%;
			}
			
			.footer .footer_link a {
				display: inline-block;
				color: #848181;
				width: 48%;
				margin: 1%;
				height: 40px;
				line-height: 40px;
				text-align: center;
				border: 1px solid #848181;
				float: left;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				padding: 0 10px;
				box-sizing: border-box;
			}
			
			.footer .footer_nav {
				width: 60%;
			}
			
			.footer .footer_nav ul li {
				width: 20%;
				float: left;
				box-sizing: border-box;
				position: relative;
			}
			
			.footer .footer_nav ul li:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				background: #494949;
				width: 1px;
				height: 100%;
			}
			
			.footer .footer_nav ul li:after {
				content: '';
				position: absolute;
				top: 10%;
				left: -1px;
				background: #016BA7;
				width: 3px;
				height: 25%;
			}
			
			.footer .footer_nav ul li h4 {
				text-align: center;
				font-size: 20px;
				margin-bottom: 10px;
				color: #e4e3e3;
			}
			
			.footer .footer_nav ul li a {
				display: block;
				height: 35px;
				line-height: 35px;
				text-align: center;
				font-size: 18px;
				color: #848181;
			}
			
			.footer .footer_nav ul li a:hover {
				color: #016BA7;
			}
			
			.footer .footer_contant {
				width: 20%;
			}
			
			.footer .footer_contant p {
				line-height: 35px;
				position: relative;
				    color: #848181;
			}
			
			.footer .footer_contant p:nth-child(2):before {
				vertical-align: middle;
				width: 21px;
				height: 21px;
				margin-right: 10px;
				display: inline-block;
				content: "";
				background: url(/img/footer_c.png) no-repeat;
				background-size: 100% 100%;
			}
			
			.footer .footer_contant p:nth-child(3):before {
				vertical-align: middle;
				width: 21px;
				height: 21px;
				margin-right: 10px;
				display: inline-block;
				content: "";
				background: url(/img/footer_t.png) no-repeat;
				background-size: 100% 100%;
				
			}
			
			.footer .footer_contant p:nth-child(4):before {
				vertical-align: middle;
				width: 21px;
				height: 27px;
				margin-right: 10px;
				display: inline-block;
				content: "";
				background: url(/img/footer_e.png) no-repeat;
				background-size: 100% 100%;
				
			}
			
			.footer .footer_contant p:nth-child(5):before {
				vertical-align: middle;
				width: 21px;
				height: 21px;
				margin-right: 10px;
				display: inline-block;
				content: "";
				background: url(/img/footer_a.png) no-repeat;
				background-size: 100% 100%;
				
			}
			.copyright{
				background: #212429;
			}
			.copyright p{
				margin: 0 auto;
				color: #848181;
				height: 35px;
				line-height: 35px;
				text-align: center;
			}
/*底部结束*/

/* newadd */

.ftitle40 {
	width: 100%;
	padding: 30px 0 15px 0;
}

.ftitle40 h3 {
	/*width: 25%;*/
	/*font-weight: normal;*/
	margin: 0 auto;
	font-size: 40px;
	color: #3f3f3f;
	text-align: center;
	position: relative;
}

.ftitle40 h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #494949;
	width: 41%;
	height: 2px;
}

.ftitle40 h3:after {
	content: '';
	position: absolute;
	top: 52%;
	right: 0;
	background: #494949;
	width: 41%;
	height: 2px;
}

.ftitle40 h3 span {
	color: #F66812;
}

.ftitle40 p {
	text-align: center;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #504d4d;
}


/*头部开始*/

.header40_top {
	width: 100%;
	padding: 10px 0;
	box-sizing:border-box;
}

.header40_top .head40_logo {
	height: 73px;
	width: 33.33%;
	padding: 5px 0;
}

.head40_logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.head40_logo img {
	height: 100%;
	width: auto;
}

.header40_top .head40_adv {
	width: 33.33%;
	padding-left: 3%;
	box-sizing: border-box;
}

.head40_adv span {
	width: 20%;
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
}

.head40_adv p {
	height: 45px;
	line-height: 45px;
	color: #868383;
}

.header40_top .head40_tel {
	width: 16.33%;
	background: url(/img/header_icon.png) no-repeat left 15px;
	padding-left: 55px;
}

.head40_tel span {
	display: block;
	margin-left: 8px;
	height: 35px;
	line-height: 35px;
}

.head40_tel p {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.head40_tel em {
	font-weight: bold;
	font-style: normal;
}

.header40_nav {
	width: 100%;
	height: 65px;
	/* background: #f7f7f7; */
	/* border-top:1px solid #f7f7f7; */
	box-shadow: 2px 2px 5px 2px #e2e1e1;
	background: url(/img/headerBg.png);
	box-sizing:border-box;
	
}

.header40_nav ul li {
	width: 10.75%;
	margin: 0 1%;
	float: left;
	height: 65px;
	line-height: 65px;
	position: relative;
	box-sizing:border-box;
}
.header40_nav ul li:hover{
	background: #016BA7;
}
.header40_nav ul li:hover>a{
	color: #fff;
}
.header40_nav ul li:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	color: #242e42;
}
.header40_nav ul li:hover:after{
	content: "";
}
.header40_nav ul li:nth-child(8):after {
	content: "";
}

.header40_nav ul li:first-child {
	margin-left: 0;
}

.header40_nav ul li:nth-child(8) {
	margin-right: 0;
}

.header40_nav li a {
	text-align: center;
	color: #242e42;
}

.header40_nav .dropdown40 {
	display: none;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 65px;
	z-index: 1;
}

.header40_nav .dropdown40 a {
	height: 55px;
	line-height: 55px;
	color: #016BA7;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
}

.header40_nav ul li:hover .dropdown40 {
	display: block;
}

.dropdown40 a:hover {
	background: #016BA7;
	color: #fff;
}


/*头部结束*/


/*banner开始*/

.banner_box {
	width: 100%;
	position: relative;

}

.banner_box img {
	width: 100%;
}

.banner_box .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.banner_box .banner ul li {
	position: absolute display: none;
	opacity: 0;
}

.banner_box .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.banner_box .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}

.banner_box .banner ul li:first-child img {
	position: relative;
}

.banner_box .banner_next,
.banner_box .banner_pre {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.banner_box .banner_next:hover,
.banner_box .banner_pre:hover {
	opacity: 0.8;
}

.banner_box .banner_next {
	right: 0px;
}

.banner_box .banner_next img,
.banner_box .banner_pre img {}

.banner_box .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.banner_box .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.banner_box .jumpBtn ul li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}

.banner_box .jumpBtn ul li:first-child {
	margin-left: 0px;
}


/*banner结束*/


/*数据展示开始*/

.num40_box {
	width: 100%;
box-shadow: 5px 15px 14px #e2e1e1;
	background: url(/img/case-listbg01.png);
}

.num40_box ul {
	/* box-shadow: 0 0 15px #ccc; */
	
}

.num40_box ul li {
	width: 25%;
	padding: 20px 0;
	float: left;
	box-sizing: border-box;
}

.num40_box li span {
	    font-size: 92px;
		height: 92px;
    line-height: 92px;
    text-align: center;
    color: #016BA7;
    font-weight: bold;
    display: block;
    border-left: 1px solid #ccc;
    transition: all 0.6s;
    text-shadow: 0.1em 0.1em 0.05em #cac7c7;
}
.num40_box li:first-child span,.num40_box li:first-child p{
	border-left:none;
}
.num40_box ul li:hover span{
	margin-top:-15px;
}
.num40_box li span em {
	font-size: 40px;
	font-style: normal;
}

.num40_box li p {
	font-size: 24px;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-left: 1px solid #ccc;
}


/*数据展示结束*/
/*产品开始*/

.pro40_box{
	width: 100%;
	background: url(/ysbj.jpg);
}

.pro40_nav li {
	position: relative;
	width: 15.83%;
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;
}

.pro40_nav li:first-child,
.pro40_nav li:nth-child(7) {
	margin-left: 0;
}

.pro40_nav li a {
	position: relative;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
	height: 55px;
	line-height: 55px;
	box-sizing: border-box;
	transition: 0.3s;
}

.btn-1::before {
	background-color: #016BA7;
	transition: 0.3s ease-out;
}

.btn-1 a {
	color: #fff;
	border: 1px solid #016BA7;
	transition: 0.2s 0.1s;
}

.btn-1 a:hover {
	color: #016BA7;
	transition: 0.2s 0.1s;
}

.hover-filled-slide-down::before {
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
}

.hover-filled-slide-down:hover::before {
	height: 0%;
}


.pro_con li {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 10px;
	box-sizing: border-box;
}

.pro_con li:nth-child(4),
.pro_con li:nth-child(8) {
	margin-right: 0;
}

.pro_con .pro_border {
	display: block;
	border: 1px solid #dededd;
	border-radius: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

.pro_con i {
	position: relative;
	overflow: hidden;
	object-fit: cover;
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
	width: 96%;
	    height: 354px;
	margin: 2%;
}

.pro_con i:after {
	content: "";
	width: 0%;
	height: 0%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: .03rem;
}

.pro_border:hover i:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pro_con i a {
	position: relative;
	overflow: hidden;
	object-fit: cover;
	display: block;
	width: 100%;
    height: 100%;
}

.pro_con i a:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	position: absolute;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	z-index: 2;
	background: url(/img/See.png) no-repeat center;
}

.pro_border:hover i a:before,
.pro_border:hover i a:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.pro_con i a img {
	width: 100%;
	height: 100%;
}

.pro_con i a:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	position: absolute;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	z-index: 2;
}

.pro_con .pro_txt {
	width: 96%;
	margin: 0 2%;
}

.pro_con .pro_txt h3 {
	color: #4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px solid #dededd;
}

.pro_con li:hover h3 {
	color: #016BA7;
}

.pro_con .pro_txt .pro_more {
	line-height: 35px;
	letter-spacing: 2px;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	color: #c6c6c6;
	background: url(/img/proMore.png) no-repeat 100% center;
	animation: llr linear 1.5s infinite alternate;
}

@keyframes llr {
	0% {
		background: url(/img/proMore.png) no-repeat 95% center;
	}
	25% {
		background: url(/img/proMore.png) no-repeat 97% center;
	}
	50% {
		background: url(/img/proMore.png) no-repeat 100% center;
	}
	75% {
		background: url(/img/proMore.png) no-repeat 97% center;
	}
	100% {
		background: url(/img/proMore.png) no-repeat 95% center;
	}
}

.border-left {
	width: 1px;
	height: 0px;
	background: #005fbb;
	position: absolute;
	top: 0;
	left: 0%;
	-webkit-transition: .5s;
	transition: .5s;
}

.border-right {
	width: 1px;
	height: 0px;
	background: #005fbb;
	position: absolute;
	bottom: 0;
	right: 0%;
	-webkit-transition: .5s;
	transition: .5s;
}

.proListCenter li .productsBorer:hover .border-top {
	width: 100%;
}

.proListclass1,
.proList_classify ul li p a b,
.proListRsort a::before,
.border-left,
.border-right,
.border-top,
.border-bottom,
.pagination span.current,
.pagination a:hover,
.pagination span:hover,
.productsCtl,
.caseTab ul li:hover,
.a-bth:hover,
.border-proleft,
.border-proright,
.border-protop,
.border-probottom,
.caseLdd .button_text_container,
.caseLdd:hover .button_text_container,
.swiper-pagination-bullet-active,
.newsQa ul li p span,
.news_classify ul li b,
.contact ul li:hover .contactTop,
.driving-way .hd li.on,
.proBg,
.newsTop ul li:hover .newsTopcenter,
.productsMore:hover,
.driving-way .map-tab #result:hover,
.proListRsort1 a::before,
.messageBth:hover {
	background-color: #016BA7;
}

.border-top {
	width: 0px;
	height: 1px;
	background: #005fbb;
	position: absolute;
	top: 0;
	left: 0%;
	-webkit-transition: .5s;
	transition: .5s;
}

.border-bottom {
	width: 0px;
	height: 1px;
	background: #005fbb;
	position: absolute;
	bottom: 0;
	right: 0%;
	-webkit-transition: .5s;
	transition: .5s;
}

.pro_border:hover .border-left,
.pro_border:hover .border-right {
	height: 100%;
}

.pro_border:hover .border-top,
.pro_border:hover .border-bottom {
	width: 100%;
}

.border-left,
.border-right,
.border-top,
.border-bottom {
	background-color: #016BA7;
}


/*产品结束*/


/*公司简介开始*/
.about40_box{
	padding-bottom: 30px;
}
.about40_con {
	width: 100%;
}

.about40_con .tabli1 {
	width: 100%;
	margin: 20px 0;
}

.about40_con .tabli1 ul {
	width: 70%;
	margin: 0 auto;
}

.about40_con .tabli1 li {
	width: 18%;
	margin: 0 1%;
	border: 1px solid #9e9e9e;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.about40_con .tabli1 li:hover {
	background: #016BA7;
}

.about40_con .tabli1 li:hover a {
	color: #fff;
}

.about40_con .tabli1 li a {
	height: 55px;
	line-height: 55px;
	color: #9e9e9e;
	font-size: 20px;
}

.about40_con .tab1 {
	display: none;
}

.about40_con dl {
	height: 500px;
	margin-bottom: 12px;
	background: #F66812;
}

.about40_con dl dt {
	width: 60%;
}

.about40_con dl dt img {
	width: 100%;
	height: 500px;
	float: left;
}

.about40_con dl dd {
	width: 38%;
	height: 500px;
	padding-left: 24px;
	color: #FFF;
	float: left;
	line-height: 30px;
}

.about40_con dl dd h5 {
	padding-top: 55px;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 24px;
}

.about40_con dl dd p {
    height: 305px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

.about40_con dl dd a {
	color: #FFF;
}

.about40_con .xc {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.about40_con .xc li {
	width: 25%;
	float: left;
	text-align: center;
	line-height: 45px;
	margin-right: 12px;
}

.about40_con .xc li.nones {
	margin-right: 0px;
}

.about40_con .xc li img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}

.about40_con .xc li a {
	color: #333;
	font-size: 20px;
}

.about40_con .xc .qsa1 {
	position: absolute;
	top: 130px;
	left: 0;
}

.about40_con .xc .qsa2 {
	position: absolute;
	top: 130px;
	right: 0;
}


/*公司简介结束*/


/*新闻开始*/

.news40_box {
	width: 100%;
	background: url(/img/bg2.jpg);
	padding-bottom: 30px;
	padding-top: 30px;
}

.news40_box .mainb {

}

.news40_box .news40_title {
	height: 55px;
	line-height: 55px;
	width: 100%;
	font-size: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #bbbaba;
    color: #5d5b5b;
	padding: 0 10px;
	position:relative;
}

.news40_box .news40_title:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    background: #016BA7;
    width: 9%;
    height: 2px;
}
.news40_r .news40_title:before{
	width: 14%;
}
.news40_box .news40_title span {
	float: right;
	font-size: 18px;
}

.news40_box .news40_title span a {
	display: inline-block;
	color: #5d5b5b;
}

.news40_box .news40_l {
	width: 60%;
}

.news40_tw {
	width: 100%;
}

.news40_l .news40_img {
	width: 30%;
	height: 285px;
	overflow: hidden;
	margin-top: 20px;
}

.news40_l .news40_img img {
	width: 100%;
	height: 100%;
	
	object-fit: cover;
	cursor: pointer;
  transition: all 0.6s;
}
.news40_l .news40_img:hover img{
	transform: scale(1.2);
}
.news40_l .news40_con {
	width: 68%;
	margin-left: 2%;
	padding: 0 20px;
	box-sizing: border-box;
}

.news40_l .news40_con h3 {
	font-size: 20px;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news40_l .news40_con a {
	color: #242e42;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news40_l .news40_con p {
	height: 180px;
	line-height: 35px;
	font-size: 18px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	color:#5d5b5b;
}

.news40_l ul {
	margin-top: 20px;
}

.news40_l ul li {
	width: 100%;
	background: rgba(255,255,255,.8);
	margin-bottom: 1%;
}

.news40_l ul li:hover {
	background: #016BA7;
}

.news40_l li span {
	width: 8%;
	height: 55px;
	padding: 2.5px 0;
	box-sizing: border-box;
	float: left;
	background: #F66812;
}

.news40_l ul li:hover span {
	background: #fff;
}

.news40_l li span em {
	display: block;
	font-style: normal;
	text-align: center;
	color: #fff;
	line-height: 25px;
}

.news40_l ul li:hover span em {
	color: #016BA7;
}

.news40_l li h3 {
	font-size: 20px;
	font-weight: normal;
	width: 92%;
	float: right;
	padding: 0 20px;
	height: 55px;
	line-height: 55px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news40_l li h3 a {
	color:#5d5b5b;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news40_l ul li:hover h3 a {
	color: #fff;
}

.news40_box .news40_r {
	width: 38%;
	margin-left: 2%;
}

.news40_r ul li {
	position: relative;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	height: 53px;
	line-height: 53px;
	border-bottom: 1px dashed #bdbaba;
}

.news40_r ul li:before {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 16px;
    display: inline-block;
    content: "";
    background: url(/img/newsicon1.png) no-repeat;
    background-size: 100%;
}

.news40_r li a {
	display: inline-block;
    width: 85%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color:#5d5b5b;
}

.news40_r ul li:hover a {
	color: #016BA7;
}

.news40_r li span {
	width: 15%;
	float: right;
	text-align: right;
	color: #b1adad;
}


/*新闻结束*/


/*尾部开始*/

.link40 {
	width: 100%;
}

.link40_link {
	width: 10%;
	position: relative;
}

.link40_link h3 {
	font-size: 64px;
	font-weight: lighter;
	letter-spacing: 3px;
	color: #016ba7;
}

.link40_link em {
	position: absolute;
	top: 38%;
	left: 19%;
	padding: 0px 15px;
	font-size: 18px;
	font-style: normal;
	background: #fff;
}

.link40_a {
	width: 90%;
}

.link40_a a {
	display: inline-block;
	height: 85px;
	line-height: 85px;
	padding: 0 10px;
	color: #242e42;
	text-align: center;
}

.link40_a a:after {
	content: "/";
	margin-left: 20px;
	color: #016ba7;
}

.footer40_box {
	width: 100%;
	background: #333333;
	padding: 50px 0;
}
.footer40_tu{
	width: 15%;
	margin-right: 2%;
}
.footer40_logo{
	width: 100%;
	
}
.footer40_logo img{
	width: 100%;
}
.footer40_ma{
	width: 50%;
    text-align: center;
    background: url(/img/ma_bj.gif) no-repeat 38px 0;
    padding: 9px 0 0 0px;
    margin: 5% 0 0 28%;
}
.footer40_ma img{
	display: block;
    width: 100px;
    height: 100px;
    padding: 3px;
    background: #fff;
    float: left;
}
.footer40_ma span{
	display: block;
    line-height: 18px;
    padding: 0 0 0 34px;
    width: 19px;
    float: left;
    color: #e4e3e3;
}
.footer40_nav {
	width: 60%;
}

.footer40_nav ul li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.footer40_nav ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #494949;
	width: 1px;
	height: 100%;
}

.footer40_nav ul li:after {
	content: '';
	position: absolute;
	top: 10%;
	left: -1px;
	background: #005BAC;
	width: 3px;
	height: 25%;
}

.footer40_nav ul li h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	color: #e4e3e3;
}

.footer40_nav ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	color: #848181;
	overflow: hidden;
}

.footer40_nav ul li a:hover {
	color: #F66812;
}

.footer40_contant{
	width: 20%;
}
.footer40_contant a{
	width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #016BA7;
    color: #fff;
    border-radius: 50px;
}
.footer40_contant a:before{
	vertical-align: middle;
    width: 30px;
    height: 30px;
    display: inline-block;
    content: "";
    margin-right: 10px;
    background: url(/img/footer_icon4.png);
    background-size: 100% 100%;
}
.footer40_contant h3{
	font-size: 30px;
	color: #e4e3e3;
	line-height: 35px;
	margin: 10px 0;
	text-align: center;
}
.footer40_contant p{
	font-size: 20px;
	color: #e4e3e3;
	line-height: 35px;
}
.footer40_contant p:nth-child(3):before,.footer40_contant p:nth-child(4):before,.footer40_contant p:nth-child(5):before{
	vertical-align: middle;
    width: 16px;
    height: 16px;
    display: inline-block;
    content: "";
    margin-right: 10px;
}
.footer40_contant p:nth-child(3):before{
    background: url(/img/footer_icon1.png);
    background-size: 100% 100%;
}
.footer40_contant p:nth-child(4):before{
    background: url(/img/footer_icon2.png);
    background-size: 100% 100%;
}

.footer40_contant p:nth-child(5):before{
	height: 20px;
    background: url(/img/footer_icon3.png);
    background-size: 100% 100%;
}
.copyright40{
	width: 100%;
	background: #424141;
}
.copyright40 p{
	text-align: center;
	color: #848181;
	line-height: 35px;
}
.copyright40 p a{display:inline-block;}
/*尾部结束*/

.head40_logo .mmenu40{display:none;}

/*内页开始*/

.inbaner {
	height: 400px;
	background-position: center top;
	background-repeat: no-repeat;

	padding-top: 7%;
	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%;
}

.inbaner h2 {
	text-align: center;
	color: #666;
	font-size: 30px;
	font-weight: 600;
	width: 260px;
	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: #016BA7;
	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 a{display:inline-block;}

.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;
}



.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: #016BA7;
}

.ibreaul li:hover:after {
	width: 100%;
	transition: .6s;
	background: #016BA7;
}

.erselecd {
	color: #016BA7;
	border-bottom: 2px solid #016BA7;
	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: #016BA7;
	border: 1px solid #016BA7;
}

.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,#016BA7,#016BA7);
	transition: .3s;
}

.ttongz_con dl:hover h3 {
	color: #016BA7  ;
}

.ttongz_con dl:hover:after {
	width: 100%;
	background: linear-gradient(to right,#016BA7,#016BA7);
	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: #016BA7 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(1,107, 167, 0.84),rgba(1,107, 167, 0.84));
}



/*案例展示1*/

.icaseul_li {
	float: left;
	width: 23.5%;
	margin: 0.5% 1%;	
}

.icaseul_li:first-child,.icaseul_li:nth-child(5),.icaseul_li:nth-child(9){margin-left:0;}

.icaseul_li:nth-child(4),.icaseul_li:nth-child(8),.icaseul_li:nth-child(12){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:100%;
	    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,#016BA7,#016BA7);
	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,#016BA7,#016BA7);
	transition: .3s;
}

.ipicnew_con .hca_ul li:hover .hca_info::after {
	border-color: transparent transparent #016BA7;
	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: #016BA7 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 #016BA7;
	transition: .3s;
}

.updown p:hover a {
	color: #016BA7;
}

.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 #016BA7  ;
	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: #016BA7  ;
}

.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: #016BA7  ;
}

.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;
}

.iprod_view{width:32%;}

.iprod_pic{width:100%;}

/*图片放大镜*/

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;
}


/*图片放大镜样式*/

#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 #016BA7;
	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,#016BA7,#016BA7);
	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: #016BA7;
	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: #016BA7  ;
}

.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: #016BA7  ;
	border: 1px solid #016BA7  ;
}

.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,#016BA7,#016BA7);
	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;}
	
	.ftitle h3{font-size:34px;}

	/* ============================== */
	
	/* 专享会开始 */
	.adv_con h3,.news_r .time_mask strong{font-size:30px;}
	
	.about_con .about_t_e span{font-size:28px;}
	
	.about_con .about_t_c h3,.adv_con span,.news_box .news_title h3{font-size:24px;}
	
	.h_tel_txt p,.case_more b{font-size:22px;}
	
	.h_tel_txt span,.nav li,.pro_nav li,.pro_con .pro_txt h3,.about_con .about_t_c p,.about_con .about_nav li h4,.case_t li,.case_con li h2,.news_l .imgleft .item .txtcon h3,.news_r .txt h3,.footer_top ul li p,.footer .footer_link h3, .footer .footer_nav h3, .footer .footer_contant h3,.footer .footer_nav ul li h4{font-size:18px;}
	
	.nav li .nav2 a,.about_con .about_txt p,.case_more,.adv_con p,.adv_con p,.news_box .news_title span,.news_r .txt p,.footer .footer_nav ul li a{font-size:16px;}
	
	.pro_nav li{height:45px;}
	
	.pro_nav li,.honner_l li h3{line-height:45px;}
	
	
	/* 修改头部 */
	.h_logo{margin-left:2%;}

	.h_zc{line-height:35px;}
			
	.header .nav>li{font-size:18px;}
			
	.header .nav>li>a>span{font-size:15px;}
			
	.header .erji_menu>li{line-height:45px;font-size:16px;}

	.h_zc{font-size:15px;}
		
    .h_pho {padding-top: 30px;background: url(/img/header_icon.png) no-repeat 0px 35px;}		
	
	/* 头部 */
	/* .header_tel .img{width:80px;}
	
	.header{height:80px;}
	
	.header .nav{line-height:80px;}
	
	.header .logo{margin-top:0.3%;}
	
	.header_pc {width: 63%;}
	
	.header_tel {width: 15%;} */
	
	/* 产品 */
	.pro_con i{height:261px;}
	
	/* 公司简介 */
	.about_con .about_nav li{padding:40px 0;}
	
	.about_img{height:860px;}
	
	/* 案例 */
	.casebox{height:700px;}
	
	.case_t li{height:78px;}
	
	.casebox:before{top:254px;}
	
	.casebox:after {top: 333px;}
	
	.case_con .case_img{height:279px;}
		
	/* 广告条 */
	
	.adv_con span:before{width:30px;height:30px;}
	
	.adv_con span{margin-top:0;}
	
	.adv_con ul li {width: 20%;}


	
	/* 新闻 */
	.news_l .imgleft .item{height:344px;}
	
	.news_box .news_m li p{height:40px;line-height:35px;-webkit-line-clamp:1;}
	
	.news_r .img{height:190px;}
	
	.news_r .ext .time{padding-left:14px;}
	
	.news_r .ext .views{margin-left:10px;padding-left:17px;}
	
	.news_box .news_m li h3 {font-size: 18px;}
	
	/* 解决方案 */
	.honner{height:500px;}
	
	.honner_l li{width:326px;}
	
	.honner_l li img{width:310px;height:226px;}
	
	.prev1{left:760px;}
	
	.next1{right:760px;}
	
	.prev1, .next1{bottom:-68px;}
	
	.honner_c:before, .honner_c:after{width:750px;}
	
	/* 底部 */
	.footer_top ul li em{width:15.5%;}
	
	.footer_top ul li:first-child p {margin-left: 40%;}
	/* 专享会结束 */
	
	/* 新加？ */
	.ftitle40 h3{font-size:34px;}
	
	.ftitle40 h3:before,.ftitle40 h3:after{width:39%;}
	
	.head40_adv span,.about40_con dl dd h5,.news40_box .news40_title,.footer40_contant h3{font-size:24px;}
	
	.num40_box li p {font-size: 20px;}
	
	.header40_nav li a,.head40_tel p,.pro40_nav li a,.about40_con .tabli1 li a,.news40_l .news40_con h3,.news40_l li h3,.footer40_nav ul li h4,.about40_con .xc li a{font-size:18px;}
	
	.head40_adv p,.header40_nav .dropdown40 a,.news40_box .news40_title span,.news40_l .news40_con p,.footer40_nav ul li a,.footer40_contant p{font-size:16px;}
	
	.news40_box .news40_title{height:50px;line-height:50px;}
	
	.pro40_nav li a,.about40_con .tabli1 li a,.news40_l .news40_con h3,.news40_r ul li{height:45px;line-height:45px;}
	
	.head40_adv p{height:35px;line-height:35px;}
	
	/* 头部 */
	
	.header40_top .head40_tel{width:20.33%;}
	
	.header40_top .head40_logo {height: 59px;}
	
	.header40_nav{height:55px;}
	
	.header40_nav ul li {height: 55px;line-height: 55px;}
	
	.header40_nav .dropdown40{top:55px;}
	
	.header40_nav .dropdown40 a{height:45px;line-height:45px;}
	/* 数字 */
	.num40_box li span {font-size: 80px;height: 92px;line-height: 92px;}
	
	/* 公司简介 */
	.about40_con .tabli1{margin:0 0 20px 0;}
	
	.about40_con dl dd h5{padding-top:45px;}
	
	.about40_con .xc li img{height:297px;}
	
	/* 新闻 */
	
	.news40_l .news40_img{height:214px;margin-top: 15px;}
	
	/* 尾部 */
	.link40_link h3 {font-size: 58px;}
	
	.link40_a a {height: 76px;line-height:76px;}
	
	.link40_link em {font-size: 16px;top: 34%;}
	
	.footer40_ma {width: 64%;}
	
	/*内页开始*/
	.inbaner{height:300px;padding-top:5.5%;}
	
	.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: 39%;}
	
	.iprode_info{width:60%;}
	
	.icaseli_img .icalig_pic img,.icaseli_img .icalig_pic{height:279px;}
	
	.icaseli_img{height:329px;}
	
	.icalig_btn{margin-top:10px;}
	
}



@media screen and (max-width: 1600px) {
	html,body {font-size: 15px;}
	
	/* 专享会开始 */
    .ftitle h3{padding-top:30px;}
	/* ================================ */
	.adv_con h3,.news_r .time_mask strong{font-size:26px;}
	
	.about_con .about_t_e span{font-size:24px;} 
	
	.about_con .about_t_c h3,.adv_con span,.news_box .news_title h3{font-size:22px;}
	
	.h_tel_txt p,.case_more b{font-size:20px;}
	
	.h_tel_txt span,.nav li,.pro_nav li,.pro_con .pro_txt h3,.about_con .about_t_c p,.about_con .about_nav li h4,.case_t li,.case_con li h2,.news_l .imgleft .item .txtcon h3,.news_r .txt h3,.footer_top ul li p,.footer .footer_link h3, .footer .footer_nav h3, .footer .footer_contant h3,.footer .footer_nav ul li h4{font-size:16px;}
	
	.nav li .nav2 a,.about_con .about_txt p,.case_more,.adv_con p,.adv_con p,.news_box .news_title span,.news_r .txt p,.footer .footer_nav ul li a{font-size:15px;}
	
	.pro_con .pro_txt .pro_more,.news_r .ext{font-size:14px;}
	
	.pro_nav li{height:40px;}
	
	.pro_nav li,.honner_l li h3,.about_con .about_t_c h3{line-height:40px;}

	
	/* 修改头部 */
	.h_top .header_nav>ul>li>a{font-size:18px;}
	
	.header_nav_listdown ul>li>a {font-size: 16px;}
	
    .search{margin-top:22px;}
	
    .header .nav>li{font-size:16px;}
			
	.header .nav>li>a>span{font-size:14px;}
			
	.header .erji_menu>li{line-height:40px;font-size:15px;}
	
	.h_zc{line-height:30px;height:30px;font-size:14px;}
	
	.h_con{height:100px;}
	
	.h_pho{padding-top: 20px;background: url(/img/header_icon.png) no-repeat 0px 25px;}
	
	.search form {margin-top: 8px;}
	
	.search .inputbtn {top: 10px;}
	
	.h_logo{margin:10px 20px 0 2%;}
	
	.t_text{margin-top:20px;}
	/* 头部 */
	/* .header_tel .img{width:70px;}
	
	.header{height:70px;}
	
	.header .nav{line-height:70px;}
	
	.header_pc {width: 62%;}

    .header_tel {width: 16%;}
	
	.header .logo{margin-top:0.5%;}
	
	.nav li .nav2{width:180%;} */
	
	
	
	/* 产品 */
	.pro_con i{height:215px;}
	
	/* 公司简介 */
	.about_con{padding:30px 60px 60px 6%;}
	
	.about_con .about_txt,.about_con .about_nav{margin-top: 30px;}
	
	.about_con .about_txt p{line-height:30px;height:270px;}
	
	.about_con .about_nav li span{margin-left:15%;}
	
	 .about_con .about_nav li{padding:30px 0;}
	
	.about_img{height:700px;} 
	
	/* 案例 */
	 .casebox{height:630px;padding:90px 0 30px 0;}
	
	.case_t li{height:68px;}
	
	.case_t li a{padding:11px 0 0;}
	
	.casebox:before{top:214px;}
	
	.casebox:after {top: 283px;}
	
	.case_con .case_img{height:232px;}
		
	/* 广告条 */

	.adv_con ul li{width:20%;}
	/* 新闻 */
	.news_box .news_m{width:37.66%}
	
	.news_box .news_r {width: 34.66%;}
	
	.news_l .imgleft .item{height:275px;}
	
	.news_box .news_m li h3{line-height:30px;}
	
	.news_box .news_m li p{height:25px;line-height:25px;}
	
	.news_r .img{height:167px;}
	
	.news_r .txt h3{height:30px;line-height:30px;margin-top: 5px;}
	
	.news_r .txt p{height:50px;line-height:25px;}
	
	.news_l .imgleft .hd .next,.news_l .imgleft .hd .prev{top:40%;}
	
	.news_box .news_m li h3 {font-size: 16px;}
	
	.news40_r ul li:before {margin-top: 11px;}
	
	/* 解决方案 */
	
	 .honner{height:430px;}
	
	.honner_l li{width:270px;}
	
	.honner_l li img{width:254px;height:187px;}
	
	.prev1{left:630px;}
	
	.next1{right:630px;}
	
	.prev1, .next1{bottom:-68px;}

.honner_c:before, .honner_c:after{width:600px;}	
	
	/* 底部 */

	.footer_top ul li{height:70px;}
	
	.footer_top ul li:nth-child(2){width:30.33%;}
	
	.footer_top ul li:nth-child(3){width:36.33%;}
	
	.footer_top ul li em{width:14.5%;}
	
	.footer_top ul li p{margin-top:1%;}
	
	.footer .footer_link a{height:30px;line-height:30px;}
	
	/* 专享会结束 */
	
	/* 新加？ */
	
	.ftitle40 h3:before,.ftitle40 h3:after{width:37%;}
	
	.head40_adv span,.about40_con dl dd h5,.news40_box .news40_title,.footer40_contant h3{font-size:20px;}
	
	.header40_nav li a,.head40_tel p,.pro40_nav li a,.about40_con .tabli1 li a,.news40_l .news40_con h3,.news40_l li h3,.footer40_nav ul li h4,.about40_con .xc li a{font-size:16px;}
	
	.head40_adv p,.header40_nav .dropdown40 a,.news40_box .news40_title span,.news40_l .news40_con p,.footer40_nav ul li a,.footer40_contant p{font-size:15px;}
	
	.news40_box .news40_title{height:45px;line-height:45px;}
	
	.pro40_nav li a,.about40_con .tabli1 li a,.news40_l .news40_con h3,.news40_r ul li{height:40px;line-height:40px;}
	
	
	/* 头部 */
	
	.header40_top .head40_tel{width:22.33%;background: url(/img/header_icon.png) no-repeat left 12px;background-size: 11%;}
	
	.header40_top .head40_logo {height: 51px;}
	
	/* .header40_nav{height:55px;}
	
	.header40_nav ul li {height: 55px;line-height: 55px;}
	
	.header40_nav .dropdown40{top:55px;} */
	
	.header40_nav .dropdown40 a{height:35px;line-height:35px;}
	/* 数字 */
	.num40_box li span {font-size:66px;height: 66px;line-height: 66px;}
	
	/* 公司简介 */
	/* .about40_con .tabli1{margin:0 0 20px 0;} */
	
	.about40_con dl,.about40_con dl dt img,.about40_con dl dd{height: 400px;}
	
	.about40_con dl dd h5{padding-top:35px;margin-bottom:5px;}

.about40_con dl dd p{height: 245px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 8;}
	
	.about40_con .xc li img{height:248px;}
	
	.about40_con .xc .qsa1,.about40_con .xc .qsa2 {top: 100px;}
	
	/* 新闻 */
	
	.news40_l .news40_img{height:177px;}
	
	.news40_l .news40_con p {height: 124px;line-height: 25px;}
	
	.news40_r li a {width: 82%;}
	
	.news40_r li span {width: 17%;}
	
	/* 尾部 */
	.link40_link h3 {font-size: 48px;}
	
	.link40_a a {height: 63px;line-height:63px;}
	
	.footer40_ma {width: 77%;}

	
	/*内页开始*/
	
	.inbaner {padding-top: 6.5%;}
	
	.inbaner{height:250px;}
	
	.inbaner h2{padding-top:20px;width: 200px;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;}
	
	.iprode_info{width:55%;}
	
	.iprod_view {width: 44%;}
	
	.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;}
	
	.iprode_info li.iprod_txt{line-height:25px;}
	
}

@media screen and (max-width: 1440px) {
	
	/* 专享会开始 */
	/* 修改头部 */
	.h_zc{line-height:25px;height:25px;}
	
    .h_logo{margin-left:2%;}
	
	.h_top .header_nav>ul>li>a{font-size:16px;}
	
	.header_nav_listdown ul>li>a {font-size: 15px;}
	
	/* 头部 */
	
	/* .header_pc {width: 63%;}

    .header_tel {width: 16%;}
	
	.header .logo{margin-top:0.7%;}
	
	.nav li .nav2{width:200%;}
	
	.header_pc {width: 61%;}
	
	.header_tel {width: 17%;} */

	/* 产品 */
	.pro_con i{height:192px;}
	
	/* 公司简介 */
	
	
	/* 案例 */
	
	
	.case_con .case_img{height:232px;}
		
	/* 广告条 */
.adv_con ul li{width:25%;}


	
	/* 新闻 */
	.news_r .ext .more{width:70px;}
	
	/* 解决方案 */
	
	 .honner{height:410px;}
	
	.honner_l li{width:238px;}
	
	.honner_l li img{width:222px;height:154px;}
	
	.prev1{left:550px;}
	
	.next1{right:550px;}
	
	.honner_c:before, .honner_c:after{width:520px;}	
	
	/* 底部 */
	.footer_top ul li:first-child{width:30.33%;}
	
	.footer_top ul li:nth-child(2){width:30.33%;}
	
	.footer_top ul li:nth-child(3){width:39.33%;}
	
	.footer_top ul li em{width:18%;}
	
	
	/* 专享会结束 */
	/* 新加 */
	.header40_top .head40_tel {width: 24.33%;}
	
	.num40_box li span {font-size:56px;height: 56px;line-height: 56px;}
	
	.num40_box li p {font-size: 18px;}
	
	.ftitle40 h3:before, .ftitle40 h3:after {width: 36%;}
	
	.about40_con .xc li img {height: 223px;}
	
	.about40_con .xc .qsa1,.about40_con .xc .qsa2 {top: 90px;}
	
	.news40_r li a {width: 80%;}
	
	.news40_r li span {width: 19%;}
	
	.footer40_ma {width: 86%;margin: 5% 0 0 16%;}
	
	.link40_a {width: 87%;}
	
	.footer40_nav {width: 58%;}
	
	.footer40_contant {width: 22%;}
	
	
	
	.inbaner {height: 225px;}
	
	.hpro_cate li .hpro_img, .ipicnew_con .hca_img, .ifdj_img{height:214px;}
	
	.iprod_view {width: 47%;}
	
	.iprode_info {width: 53%;}
	
	.icaseli_img{height:248px;}
	
	.icaseli_img .icalig_pic img, .icaseli_img .icalig_pic{height:208px;}
	
	.picMarquee-left{height:380px;padding-bottom: 0;}
}

@media screen and (max-width:1360px) {
	/* 专享会开始 */
	/* 头部 */
		/* .header .logo{margin-top:0.9%;}
	.header_pc {width: 62%;}

    .header_tel {width: 17%;}
	
	.nav li .nav2{width:220%;}
	
	.header_pc {width: 60%;}
	
	.header_tel {width: 18%;} */

	/* 产品 */
	.pro_con i{height:180px;}
	
	/* 公司简介 */
	.about_con .about_nav li span {margin-left: 10%;}
	
	.about_con .about_nav li h4,.about_con .about_nav li p{width:70%;}
	
	/* 案例 */
	
	
	.case_con .case_img{height:197px;}
		
	/* 广告条 */
	.adv_con>p{height:35px;line-height:35px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
	
	
	/* 新闻 */

	
	/* 解决方案 */
	
	 .honner{height:410px;}
	
	.honner_l li{width:225px;}
	
	.honner_l li img{width:209px;height:145px;}
	
	.prev1{left:520px;}
	
	.next1{right:520px;}
	
	.honner_c:before, .honner_c:after{width:510px;}	
	
	/* 底部 */

	.footer_top ul li em{width:19%;}
	/* 新增 */
	.header40_top .head40_tel {width: 26.33%;}
	
	.about40_con .xc li img {height: 210px;}
	
	.about40_con dl dt {width: 59%;}
	
	.news40_l li span {width: 9%;}
	
	.news40_l li h3 {width: 91%;}
	
	.news40_r li a {width: 79%;}
	
	.news40_r li span {width: 21%;}
	
	.footer40_ma {width: 91%;}
	
	.footer40_nav {width: 56%;}
	
	.footer40_contant {width: 24%;}
	
	
	
	/* 专享会结束 */
	.inbaner {height: 213px;}
	
	.hpro_cate li .hpro_img, .ipicnew_con .hca_img, .ifdj_img{height:202px;} 
	
	.iprode_info{width:53%;}
	
	.icaseli_img .icalig_pic img, .icaseli_img .icalig_pic{height:197px;}
	
	.icaseli_img{height:237px;}
	

}

@media screen and (max-width:1280px) {
	/* 专享会开始 */
	/* 头部 */
	
	/* .header_pc {width: 59%;}

    .header_tel {width: 19%;}
	
	.header .logo {margin-top: 1.1%;}
	
	.header_pc {width: 60%;} */
	

	/* 产品 */
	
	
	/* 公司简介 */
	.about_con .about_nav li span {margin-left: 5%;}
	

	
	/* 案例 */
	.casebox {height: 580px;}
	
	.case_con .case_img{height:185px;}
		
	/* 广告条 */
	
	
	/* 新闻 */
.news_r .ext .more {width: 60px;}
	
	/* 解决方案 */
	
	 .honner{height:410px;}
	
	.honner_l li{width:210px;}
	
	.honner_l li img{width:194px;height:135px;}
	
	.prev1{left:480px;}
	
	.next1{right:480px;}
	
	.honner_c:before, .honner_c:after{width:470px;}	
	
	/* 底部 */
	.footer_top ul li:first-child{width:28.33%;}
	
	.footer_top ul li:nth-child(2){width:28.33%;}
	
	.footer_top ul li:nth-child(3){width:43.33%;}
	
	.footer_top ul li em{width:21.5%;}
	/* 专享会结束 */
	
	/* 新增 */
	.header40_top .head40_tel {width: 28%;}
	
	.ftitle40 h3:before, .ftitle40 h3:after {width: 33%;}
	
	.about40_con dl dt {width: 59%;}
	
	.about40_con .xc li img {height: 210px;}
	
	.news40_l li span {width: 10%;}
	
	.news40_l li h3 {width: 90%;}
	
	.news40_r li a {width: 77%;}
	
	.news40_r li span {width: 22%;}
	
	.footer40_ma {width: 97%;}
	
	.link40_link em {font-size: 15px;}
	
	.footer40_nav {width: 55%;}
	
	.footer40_contant {width: 25%;}
	
	.inbaner {height: 200px;}
	
	.iprode_info{width:52%;}
}

@media (max-width: 959px) {
	html,
	body {
		min-width: 660px;
		overflow-x: hidden;
	}
	.mainb {
		width: 98%;
	}
	
	
	/* 专享会开始 */
	.ftitle h3 {padding-top: 15px;font-size:24px;}
	
	.ftitle p{height: 30px;line-height: 30px;}
	
	/* ======================================== */
	/* 修改头部 */
	.h_pho{display:none;}
	.t_text{display:none;}
	.h_logo {
    margin: 20px 20px 0 2%;
}
.header{box-shadow:none;}
.header .nav>li>a>span{display:none;}
.h_top{overflow: hidden;height: 100px;}
.header .nav>li:hover .erji_menu{display:none;}
.header .nav .navli{border-right:none;}
.header .nav>li:first-child{border-left:none;}
	.mmenu {
					display: inline-block;
					float: right;
					margin: 20px 10px 0 0;
				}
				.header{display:none;position:absolute;top:100px;z-index:2;background:none;border-bottom:none;}
				.header .nav {
					width: 100%;
					background: rgba(0, 0, 0, .8);
					padding: 10px;
					box-sizing: border-box;
					/* display: none; */
					margin: 0;
				}
				
				.header .nav .navli {
					font-size: 18px;
					width: 100%;
					float: none;
					display: block;
					text-align: left;
					border-bottom: 1px solid #d9d9d9;
				}
				.header .nav .navli .first_menu {
					width: 100%;
					display: block;
				}
	
	
	
	 .content{width:98%;}
	 .header{width:100%;height: auto;
    z-index: 3;}
	body{
		min-width: 100%;
		width: 100%;
		overflow-x: hidden;
	}
    	.h_top .h_zc {
				display: none;
			}
   .search{display:none;}
	
	.h_logo .mmenu{
		display: inline-block;
    float: right;

   position: absolute;
    right: 15px;
    top: 10px;
		
	}
	
	
	/*头部开始*/
	/* .nav2{display:none!important;}
	.header {
		height: 85px;
		background: #fff;
		position:relative;
	}
	.header .logo {
		width: 50%;
		margin: 5px 0;
	}
	.mmenu {
		display: inline-block;
		float: right;
		margin: 20px 10px 0 0;
	}
	.header_pc {
		display: none;
		width: 100%;
		background: rgba(255, 255, 255, 1);
	}
	.nav li {
		width: 100%;
		text-align: center;
		line-height: 55px;
	}
	.nav li a {
		color: #000000;
	}
	.nav li a.nav_top:before {
		left: 0;
		width: 100%;
		background: #dad9d9;
		height: 1px;
	}
	.header_tel {
		display: none;
	}
	
	.header_pc{position:absolute;top:85px;} */
	/*banner开始*/
	.banner_box {
		margin-top: 0;
	}
	

/* 产品 */
.pro_con i {height: 107px;}

.pro_con .pro_txt .pro_more{line-height:25px;}

/* 公司简介 */
.about_con{width:100%;padding: 20px;}

.about_img{display:none;}


/* 案例 */

.casebox{padding:0;height: 450px;}

.case_t li,.case_t {height: 48px;}

.case_t li a {padding: 2px;}

.case_t li:after{top:15px;background:none;}

.case_t li.cur:after, .case_t li:hover:after {background: none;}

.casebox:before {top: 85px;}

.casebox:after {top: 134px;}

.case_con .case_img {height: 122px;}

/* 广告条 */
.adv_box{display:none;}

/* 新闻 */
.news_box .news_l,.news_box .news_m,.news_box .news_r{width:100%;}

.news_r .ext .more {width: 100px;}

				
/* 解决方案 */
.honner {height: 310px;}

.honner_l li {width: 176px;}	

.honner_l li img{width:160px;height:111px;}	

.next1 {right: 280px;}

.prev1 {left: 280px;}

.honner_c:before, .honner_c:after {width: 250px;}
				
/* 底部 */
	.footer_top,.footer .footer_link,.footer .footer_contant{display:none;}

.footer .footer_nav{width:100%;}	
/* 专享会结束 */
	
	
	/* 新加 */
	.ftitle40{padding:15px 0 15px 0;}
	
	.ftitle40 h3 {font-size: 24px;}
	
	.header40_top .head40_adv,.header40_top .head40_tel,.header40_nav {display:none;}
	
	.header40_top .head40_logo{width:100%;}
	
	.head40_logo a{width:49%;}
	
	.mlogo{float:left;}
	
	.head40_logo .mmenu40{display:inline-block;width: 10%;float: right;}
	
	.head40_logo .mmenu40 img{float:right;}
	
	.header40_nav{position: absolute;top: 81px;z-index: 11;height: auto;background: #fff;}
	
	.header40_nav ul li{width:100%;border-bottom:1px dashed #ccc;}
	
	.header40_nav ul li:after{display:none;}
	
	.header40_nav .dropdown40{display:none!important;}
	/* 公司简介 */
	.about40_box {padding-bottom: 15px;}
	
	.about40_con dl dt{display:none;}
	
	.about40_con dl dd{width:100%;}
	
	.about40_con .xc li img{height:130px;}
	
	.about40_con .xc .qsa1, .about40_con .xc .qsa2 {top: 45px;}
	
	/* 新闻 */
	
	.news40_box .news40_l,.news40_box .news40_r{width:100%;}
	
	/* 底部 */
	.link40,.footer40_tu,.footer40_contant{display:none;}
	
	.footer40_nav{width:100%;}
	
	/* ================= */
	
	 .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;
	}
	
	.iprod_view {
    width: 100%;
}
	.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: #016BA7;
	}
	.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%;
	}
	.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%;
	}
	/* 专享会开始 */
	
	
/* ================================ */
/* 修改头部 */
.h_logo img{width:70%;}
		.h_con,.h_top{height:70px;}
		.header{top:70px;height:auto;}
		.h_logo {margin: 10px 20px 0 2%;}
		.mmenu {margin: 10px 10px 0 0;}
		.header .nav>li>a {height: 40px;line-height: 40px;}
		.h_logo .mmenu{right:0;}
		.h_logo .mmenu img{float:right;}
/*头部开始*/
	/* .header {
		height: 60px;
	}
	.header .logo {
		width: 70%;
		margin: 3px 0;
	}
	.mmenu {
		margin: 5px 10px 0 0;
	}
	
	.header_pc {top: 60px;}
	
	.nav li{line-height:45px;} */
	/*banner开始*/
	.banner_box {
		width: 100%;
		/* margin-top: 61px; */
	}
	.banner_box .banner ul li img {
		width: 100%;
	}
	.banner_box .jumpBtn ul li {
		width: 15px;
		height: 15px;
	}
	.banner_box img {
		width: 60%;
	}
	
	/* 产品 */
	.pro_nav li{width:49%;margin-bottom:1%;}
	
	.pro_nav li:nth-child(2n){margin-right:0;}
	
	.pro_con ul li{width:49%;padding:0;}
	
	
	
	/* 公司简介 */
	.about_con .about_t_e,.about_con .about_nav{display:none;}
	
	.about_con .about_txt, .about_con .about_nav {margin-top: 10px;}
	
	
	/* 广告条 */
	
	
	/* 案例 */
	.casebox{height:580px;}
	
	.casebox:before,.casebox:after {display:none;}
	
	.case_t {border: 1px solid #ddd;}
	
	.case_t ul{width:100%;}
	
	.case_t li:first-child {border-left:none;}
	
	.case_t li em{display:none;}
	
	.case_t li a {padding: 12px 0;}
	
	.case_t li:after {top: 20px;right:8px;}
	
	/*  */
	
	.case_con ul li{width:49%;}
	
	.case_con ul li:nth-child(2n){margin-right:0;}
	
	.case_con ul li:nth-child(2n-1){margin-left:0;}
	
	.case_con li h2 {line-height: 40px;font-weight: normal;}
	
	.case_more{width:90%;line-height: 40px;}
	
	.case_more:before{height:40px;line-height:40px;}
	
	/* 新闻 */
	.news40_box{padding-top:0;}
	
	.news_l .imgleft{margin-top:0;}
	
	.news_box .news_title {margin: 15px 0 10px 0;}
	
	.news_l .imgleft .hd .prev,.news_l .imgleft .hd .next{top:40%;}
	
	.news_l .imgleft .item .txtcon h3{line-height:45px;}
	
	.news_box .news_m{margin-right:0;margin-left:1%;}
	
	.news_r ul li{width:100%;margin-right:0;}
	
	.news_r .img {height: 254px;}
	
	/* 解决方案 */
	.honner {height: 290px;}
	
	.next1 {right: 100px;}
	
	.prev1 {left: 100px;}
	
	.prev1, .next1 {bottom: -57px;}
	
	.honner_c:before, .honner_c:after{bottom:-43px;}
	
	.honner_t{bottom:-40px;}
	
	.honner_c:before, .honner_c:after {width: 80px;}
	/* 底部 */
	.footer{display:none;}
	
	.copyright{margin-bottom:56px;}
	
	.copyright p{height:50px;line-height:25px;}
	/* 专享会结束 */
	/* 新加 */
	.ftitle40 h3:before, .ftitle40 h3:after{width:0;}
	
	.ftitle40 p{display:none;}
	
	.head40_logo .mmenu40 {width: 15%;}
	
	.header40_nav ul li {height: 40px;line-height: 40px;}
	/* 数字 */
	.num40_box{display:none;}
	/* 产品 */
	.pro40_nav li{width:49.5%;}
	
	.pro40_nav li:nth-child(2n-1){margin-left:0;}
	
	.pro_con li{width: 49%;padding: 0;}
	
	/* 公司简介 */
	.about40_box {padding-bottom: 0;}
	
	.about40_con .tabli1 ul{width:100%;}
	
	.about40_con .tabli1 {margin: 0 0 10px 0;display:none;}
	
	.about40_con dl dd h5 {padding-top: 15px;}
	
	.about40_con dl dd{padding-left:10px;box-sizing: border-box;}
	
	.about40_con dl, .about40_con dl dt img, .about40_con dl dd{height:340px;margin-bottom: 0;}
	
	.about40_con .tabli1 li a{font-size:14px;height:35px;line-height:35px;}
	
	.about40_con .xc{display:none;}
	
	/* 新闻 */
	.news40_l .news40_img {height: 71px;margin-top: 7px;}
	
	.news40_l ul {margin: 5px 0;}
	
	.news40_l .news40_con h3{height: 30px;line-height:30px;}
	
	.news40_l .news40_con{padding:0 5px;}
	
	.news40_l .news40_con p {height: 50px;-webkit-line-clamp: 2;}
	
	.news40_l li span {width: 21%;height: 35px;}
	
	.news40_l li span em:first-child{display:none;}
	
	.news40_l li h3 {width: 78%;height: 35px;line-height: 35px;}
	
	.news40_l li h3 a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	
	.news40_r li a {width: 74%;}
	
	.news40_r li span {width: 25%;}
	
	.news40_r ul li:before {margin-top: 10px;}
	
	.news40_box .news40_title:before{width:22%;}
	
	/* 底部 */
	
	.footer40_box{display:none;}
	
	.copyright40 {margin-bottom: 55px;}
	
	.copyright40 p {line-height: 20px;padding:5px 0;}
	
	
	/*内页开始*/
	.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(1, 107, 167,.9),rgba(1, 107, 167,.6));
		border-top: 1px solid #016BA7;
		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*/
	
	
	
	
	
	
}

@media (max-width:375px){
	.inbaner {
		height: 59px;
	}
}


@media (max-width: 365px) {
/* 专享会开始 */
	.news40_r li a {width: 73%;}
	
	.news40_r li span {width: 26%;}
/* 专享会结束 */
	
}
@media (max-width: 340px) {

	/* 专享会开始 */
	
	/* 专享会结束 */
}
@media (max-width: 320px) {

	/* 专享会开始 */
	
	/* 专享会结束 */
}