@charset "utf-8";
/* -------- 全局样式-------- */  
* {margin: 0;padding: 0;}
body {font-family: "微软雅黑", "宋体", arial;font-size: 14px;margin: 0px;padding: 0px;background: #fff;color: #5c5c5c;min-width: 1300px;max-width: 1920px;}
div, form, img, ul, li, dl, dt, dd {padding: 0px;margin: 0px;border: 0px;}
td, p, div, li, select, input, textarea {font-family: "微软雅黑", "宋体", arial;font-size: 14px;margin: 0;padding: 0;}
td, p, div, li, input, textarea {word-break: break-all;box-shadow: none;outline: none;}
h1, h2, h3, h4, h5, h6, b, strong, th {font-size: 100%;font-weight: normal;}
/*强行换行*/
table, tr, td, th {font-size: 14px;}
ul, li {list-style-type: none;}
/*ul,li{ LIST-STYLE: none;}*/
h1, h2, h3, h4, h5, h6 {padding: 0px;margin: 0px;}
/* -------- 链接-------- */
a:link {color: #333;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #333;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #1055ca;text-decoration: none;} /* 鼠标放上去的链接 */
a:active {color: #333;} /* 激活链接 */
/* -------- 表单 -------- */

/* -------- 文本样式 -------- */ 
.fB {font-weight: bold;}
.f12px {font-size: 12px;}
.f14px {font-size: 14px;}
.lh_16 {line-height: 16px;}
.lh_18 {line-height: 18px;}
.lh_20 {line-height: 20px;}
.lh_22 {line-height: 22px;}
/* -------- 对齐和边距 -------- */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
/*.clear{ clear:both; visibility:hidden;font-size:1px; width:1px;}  */
.pd_10 {padding: 10;}
.mg_10 {margin: 10;}
.ma {margin: 0 auto;}
/* -------- 结构布局 --------*/
.main {background: #fff;}
.center {width: 1350px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;position: relative;}
.left {}
.right {}
/* -------- 栏目板块 -------- */ 

/* top 头部样式 */
.head {height: 100px;width: 100%;/* position: absolute; */z-index: 999;margin: 0 auto;/* margin-top: 39px; */display: table;text-align: center;}
.head .hea-top {width: 100%;height: 100px;margin: 0 auto;}
.head .hea-top .logo {width: 25%;height: 100px;float: left;box-sizing: border-box;}
.head .hea-top .logo .t_logo {margin-top: 15px;}
.head .hea-top .logo .t_logo img {}
.head .hea-top .logo h2 {float: left;padding-left: 34px;background: url(../images/hea-xt.png) no-repeat left;}
.head .hea-top .logo h2 span {display: block;height: 29px;line-height: 29px;font-size: 20px;color: #231815;font-weight: normal;}
.head .hea-top .logo h2 em {display: block;height: 29px;line-height: 29px;font-size: 19px;color: #231815;font-weight: bold;font-style: normal;}

.head .menu {width: 52%;float: left;}
.head .menu .nav {height: 100px;margin: 0 auto;width: 100% !important;}
.head .menu .nav li {width: 12%;float: left;text-align: center;position: relative;height: 100px;}
.head .menu .nav li:first-child {}
.head .menu .nav li a {display: block;height: 100px;line-height: 100px;font-size: 17px;color: #333;position: relative;}
.head .menu .nav li:hover a, .head .menu .nav li.cur a {font-size: 17px;color: #1055ca;font-weight: bold;}
.head .menu .nav  .cur:after{content: "";width: 0;height: 4px;background: #1055ca;position: absolute;bottom: 0px;left: 21%;-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;width: 70px;text-align: center;margin: 0 auto;border-radius: 2px;}
.head .menu .nav  .cur{color: #333;font-weight: bold;}


.head .tb_tel{width: 270px;float: right;margin-top: 26px;margin-right: 7%;}
.head .tb_tel b{float: right;}
.head .tb_tel b img{}
.head .tb_tel p{float: right;padding-left: 10px;}
.head .tb_tel span{display: block;padding-bottom: 3px;}
.head .tb_tel p em{font-size: 17px;color: #333;font-weight: bold;font-style: normal;}
.head .tb_tel p i{font-style: normal;font-size: 14px;color: #666;}


.head .sou{width: 166px;height: 38px;float:right;border:1px solid #e9e9e9;border-radius: 4px;overflow: hidden;box-sizing: border-box;margin-top: 32px;background: #fff;margin-right: 5%;}
.head .sou .txt{width: 120px;height: 38px;line-height: 38px;padding: 0 10px;box-sizing: border-box;float:left;background: 0;border:0;font-size: 14px;color: #ccc;border: none;}
.head .sou .btn{width: 20px;height: 20px;float: right;/* background: url(../images/sea-btn.png) no-repeat center; */cursor: pointer;border: none;padding-top: 7px;padding-right: 12px;}
.head .sou .txt::-webkit-input-placeholder{font-size: 14px; color:#666;}
.head .sou .txt::-moz-placeholder{font-size: 14px; color:#666;}

 @media screen and (min-width:760px) and (max-width:1680px) {
.head .hea-top, .head .menu .nav {
}
.head .menu{width: 55%;}
.head .hea-top .logo{width: 23%;}
.head .tb_tel{margin-right: 1%;}
.con_nyt{width: 93.3% !important;}
.ny_pro dl{width: 93.3% !important;}
.head .menu .nav .cur:after{left: 12%;}
}
/*幻灯Banner*/
/*幻灯Banner*/
#wowslider-container {
	zoom: 1;
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	border: none;
	text-align: left; /* reset align=center */
	font-size: 10px;
	overflow: hidden;
}
#wowslider-container.fullscreen-mode, #wowslider-container.fullwidth-mode {
	max-width: none;
	max-height: none;
}
#wowslider-container .ws_images ul {
	position: relative;
	width: 10000%;
	height: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible;/*table-layout:fixed;*/
}
#wowslider-container .ws_images ul li {
	position: relative;
	width: 1%;
	height: 100%;
	line-height: 0; /*opera*/
	overflow: hidden;
	float: left;
	font-size: 0;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
#wowslider-container .ws_images {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#wowslider-container.fullscreen-mode .ws_images, #wowslider-container.fullwidth-mode .ws_images {
	max-height: none;
}
#wowslider-container .ws_images a {
	width: 100%;
	display: block;
	color: transparent;
}
#wowslider-container.fullscreen-mode .ws_images a, #wowslider-container.fullwidth-mode .ws_images a {
	height: 100%;
}
#wowslider-container img {
	max-width: none !important;
}
#wowslider-container .ws_images img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
	margin: 0;
}
#wowslider-container .ws_images iframe {
	position: absolute;
	z-index: -1;
}
#wowslider-container a {
	text-decoration: none;
	outline: none;
	border: none;
}
#wowslider-container .ws_bullets {
	float: left;
	position: absolute;
	z-index: 70;
}
#wowslider-container .ws_bullets div {
	position: relative;
	float: left;
	font-size: 0px;
}
#wowslider-container a.wsl {
	display: none;
}
#wowslider-container .ws_bullets {
	padding: 10px;
}
#wowslider-container .ws_bullets a {
	margin-left: 16px;
	width: 12px;
	height: 12px;
	float: left;
	text-indent: -4000px;
	position: relative;
	background: rgb(30,165,194); /* ie */
	background: rgba(30,165,194,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#wowslider-container .ws_bullets a.ws_selbull, #wowslider-container .ws_bullets a:hover {
	background: rgba(30,165,194,1);
}
#wowslider-container .ws_bullets a:hover {
	-webkit-animation: pulseIn .9s infinite linear;
	-moz-animation: pulseIn .9s infinite linear;
	animation: pulseIn .9s infinite linear;
}
#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
	font-family: 'wowslider-controls';
	position: absolute;
	display: none;
	text-shadow: none;
	text-align: center;
	background-color: rgba(255,255,255,0.2);
	color:rgba(250,196,26,0);
	top: 50%;
	margin-top: -2.5em;
	height: 5em;
	width: 5em;
	z-index: 60;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#wowslider-container a.ws_next:hover, #wowslider-container a.ws_prev:hover {
	background-color: rgba(250,196,26,0.4); 
	color:rgba(250,196,26,0);
}

#wowslider-container a.ws_next{ background-image:url(../images/ws_next.png); background-position:center center; background-repeat: no-repeat;}
#wowslider-container a.ws_prev{ background-image:url(../images/ws_prev.png); background-position:center center; background-repeat: no-repeat;}
#wowslider-container a.ws_next {
	right: 10px;
}
#wowslider-container a.ws_next:after {
	content: '\e801';
	display: block;
	font-size: 3.5em;
	line-height: 1.7em;
}
#wowslider-container a.ws_prev {
	left: 10px;
}
#wowslider-container a.ws_prev:after {
	content: '\e800';
	display: block;
	font-size: 3.5em;
	line-height: 1.7em;
}
#wowslider-container a.ws_prev:hover:after {
	-webkit-animation: prevArrow .7s infinite ease-in-out;
	-moz-animation: prevArrow .7s infinite ease-in-out;
	animation: prevArrow .7s infinite ease-in-out;
}
#wowslider-container a.ws_next:hover:after {
	-webkit-animation: nextArrow .7s infinite ease-in-out;
	-moz-animation: nextArrow .7s infinite ease-in-out;
	animation: nextArrow .7s infinite ease-in-out;
}
* html #wowslider-container a.ws_next, * html #wowslider-container a.ws_prev {
	display: block
}
#wowslider-container:hover a.ws_next, #wowslider-container:hover a.ws_prev {
	display: block
}
/* bottom center */
#wowslider-container .ws_bullets {
	bottom: -33px;
	left: 50%;
}
#wowslider-container .ws_bullets div {
	left: -70%;
}
#wowslider-container .ws-title {
	position: absolute;
	display: block;
	bottom: 0.31em;
	left: 1.23em;

	margin: 9px;
	z-index: 50;
	font-family: MisoBold, Oswald, Impact, Charcoal, sans-serif;
	font-size: 5.5em;
	color: #FFF;
	text-shadow: 1px 1px 1px #333333;
}
#wowslider-container .ws-title div, #wowslider-container .ws-title span {
	display: inline-block;
	padding: 10px;
	background: #3398B6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.95;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}
#wowslider-container .ws-title div {
	display: block;
	background: #B02D15;
	margin-top: 10px;
	color: #FFFFFF;
	opacity: 0.8;
	text-shadow: 1px 1px 1px #000000;
}
#wowslider-container .ws_images > ul {
	animation: wsBasic 16.8s infinite;
	-moz-animation: wsBasic 16.8s infinite;
	-webkit-animation: wsBasic 16.8s infinite;
}




.content {border: 1px solid #f0f0f0;padding: 40px;margin-top: 10px;margin-bottom: 40px;}
.content p {color: #555;font-size: 15px;line-height: 32px;text-align: justify;}
ul {list-style: none outside none;}
.wfixed {width: 1350px;margin: 0 auto;}
.fl {float: left;}
.fr {float: right;}


/*  中智首页标题样式 */
.zz_tit{text-align: center;position: relative;display: table;width: 100%;}
.zz_tit span{font-size: 135px;color:#333;opacity: 0.06;font-weight: bold;text-transform: uppercase;display: block;line-height: 135px;}
.zz_tit p{font-size: 43px;color:#333333;font-weight: bold;display: block;margin-top: -63px;}
.zz_tit p:before{background: url(../images/zz_titz.png) center no-repeat;content: "";width: 87px;height: 41px;position: absolute;padding-top: 18px;margin-left: -134px;}
.zz_tit p:after{background: url(../images/zz_tity.png) center no-repeat;content: "";width: 87px;height: 41px;position: absolute;padding-top: 18px;margin-left: 45px;}
.zz_tit em{font-style: normal;font-size: 18px;padding-top: 30px;display: block;}


/*  中智首页产品分类 */
.zzsy_cpbj{background: url(../images/zzsy_cpbj.jpg) center no-repeat;height: 1043px;padding-top: 80px;box-sizing: border-box;}
.zz_cpfl{width: 85%;margin: 0 auto;display: table;margin-top: 58px;max-width: 1600px;min-width: 1350px;}
.zz_cpfl a{display: block;float: left;text-align: center;width: 19.6%;line-height: 62px;color: #333;font-size: 18px;background: #fff;margin-right: 0.3%;border-radius: 6px;border: 1px #f5f5f5 solid;}
.zz_cpfl a:hover{background: #1345a4; color:#fff; font-weight: bold;}
.zz_cpfl a:nth-last-child(1){margin-right:0;}

/*  中智首页产品轮播 */
.xuru_sylb{box-sizing: border-box;padding: 0 15px;}
#pro {width: 100%;margin: 0 auto;/* background: #f0f0f0; */}
#demo1p {list-style: none outside none;overflow: hidden;margin: 0 auto;width: 85%;max-width: 1600px;min-width: 1350px;}
#indemo1p {float: left;width: 800%;}
#demo1p1 {float: left;}
#demo1p2 {float: left;}
.xuru_sylb ul {margin: 0 auto;padding-top: 40px;}
.xuru_sylb ul li {float: left;margin: 0 10px;background: #e6e6e6;height: 555px;border-radius: 6px; transition: all 0.6s; }
.xuru_sylb ul li:hover p {color: #333;}
.xuru_sylb ul li img {display: block;}
.xuru_sylb ul li p{color:#333333;text-align: center;font-size: 20px;font-weight: bold;}
.xuru_sylb ul li span{width: 170px;height: 42px;display: block;margin: 0 auto;text-align: center;line-height: 42px;border: 1px solid #bbbbbb;border-radius: 6px;margin-top: 26px;text-transform: uppercase;}
.xuru_sylb ul li:hover span{ border: 1px solid #1345a4; background: #1345a4; color:#fff;}
.xuru_sylb ul li:hover a{color:#fff;}
.xuru_sylb ul li:hover{margin-top:-10px;}
/*  中智首页方案 */
.zzyou_one{background: url(../images/youshi_bg.jpg) no-repeat center; width:100%; height:1092px; padding-top: 80px; box-sizing: border-box;}
.zzyou_one_a{width: 85%;margin: 0 auto;display: table;margin-top: 84px;max-width: 1600px;min-width: 1350px;}
.zzyou_one_a ul{display: table;width: 100%;}
.zzyou_one_a ul li{width: 21.2%;margin: 0 2.5%;float: left;height: 415px;border-radius: 6px;text-align: center;transition: all 0.6s;}
.zzyou_one_a ul li em{height: 99px;width: 99px;display: block;background: rgba(255,255,255,0.2);border-radius: 50px;margin: 0 auto;margin-top: 75px;}
.zzyou_one_a ul li em img{padding-top: 26px;}
.zzyou_one_a ul li p{font-size: 30px;color: #fff;margin: 30px 0 20px 0;}
.zzyou_one_a ul li p i{}
.zzyou_one_a ul li p b{display: none;}
.zzyou_one_a ul li span{color: #fff;font-size: 16px;line-height: 32px;}
.zzyou_one_a ul li:nth-child(1){margin-left: 0;background: #1345a4;}
.zzyou_one_a ul li:nth-child(2){background: #2653a9;}
.zzyou_one_a ul li:nth-child(3){background: #255dc3;}
.zzyou_one_a ul li:nth-child(4){margin-right: 0;background: #4f80d2;}
.zzyou_one_a ul li:hover{margin-top: -10px; background: #fff;}
.zzyou_one_a ul li:hover em{background: #1345a4;}
.zzyou_one_a ul li:hover p{}
.zzyou_one_a ul li:hover span{color:#333}
.zzyou_one_a ul li:hover p i{display: none;}
.zzyou_one_a ul li:hover p b{display: block;}
.zzyou_one_a ul li a{display: table;margin: 0 auto;width: 100%;height: 100%;}

.zzyou_one_b{width: 85%;margin: 0 auto;display: table;margin-top: 80px;max-width: 1600px;min-width: 1350px;}
.zzyou_one_b dl{display: table;width: 100%;}
.zzyou_one_b dl dt{width: 24.2%;float: left;background: #1345a4;height: 135px;border-radius: 40px 0 0;transition: all 0.5s ease;}
.zzyou_one_b dl dt p{font-size: 26px;font-weight: bold;color: #fff;text-align: center;line-height: 135px;}
.zzyou_one_b dl dd{width: 24.2%;float: left;background: #fff;height: 135px;margin-left: 1%;transition: all 0.5s ease;}
.zzyou_one_b dl dd p{display: table;margin: 0 auto;margin-top: 42px;}
.zzyou_one_b dl dd p img{float: left;}
.zzyou_one_b dl dd p i{font-size: 20px;font-weight: bold;font-style: normal;display: block;}
.zzyou_one_b dl dd p em{font-weight: normal;display: block;font-size: 14px;font-style: normal;color: #666;padding-top: 4px;}
.zzyou_one_b dl dd p span{padding-left: 15px; float: left;}
.zzyou_one_b dl dd:nth-last-child(1){border-radius: 0 0 40px;}
.zzyou_one_b dl dt:hover{margin-top: -10px;}
.zzyou_one_b dl dd:hover{margin-top: -10px;}
.zzyou_one_b dl dd a{display: table;margin: 0 auto;width: 100%;height: 100%;}
/*  中智首页企业服务 */
.zzyou_two{width: 100%;padding-top: 80px;box-sizing: border-box;}
.zzyou_two dl{width: 85%;margin: 0 auto;display: table;margin-top: 84px;max-width: 1600px;min-width: 1350px;}
.zzyou_two dl dt{width: 49%;float: left;}
.zzyou_two dl dt a{display: table; width:100%; height:100%; margin: 0 auto; box-sizing: border-box;}
.zzyou_two_a{height: 325px;margin-bottom: 18px;background: #1445a4;border-radius: 6px; }
.zzyou_two_a:nth-child(1){background: url(../images/zzyou_two1.jpg) center no-repeat;box-sizing: border-box;}
.zzyou_two_a:nth-child(1) a{padding-top: 94px;  transition: all 0.5s ease;}
.zzyou_two_a:nth-child(1) a:hover{padding-top: 84px;}
.zzyou_two_a:nth-child(2) a{padding-top: 79px; transition: all 0.5s ease;}
.zzyou_two_a:nth-child(2){background: url(../images/zzyou_two2.jpg) center no-repeat;box-sizing: border-box; }
.zzyou_two_a:nth-child(2) a:hover{padding-top: 69px;}
.zzyou_two_a p{padding-left: 66px;font-size: 30px;font-weight: bold;color: #fff;}
.zzyou_two_a p i{display: block;font-style: normal;font-size: 14px;font-weight: normal;opacity: 0.5;padding-top: 8px;}
.zzyou_two_a span{padding-left: 66px;font-size: 16px;color: #fff;padding-top: 39px;display: block;width: 50%;line-height: 32px;}
.zzyou_two dl dd{width: 49%;float: right;background: url(../images/zzyou_two3.jpg) center no-repeat;height: 668px;border-radius: 6px; }
.zzyou_two_b{box-sizing: border-box;}
.zzyou_two_b p{font-size: 30px;font-weight: bold;color: #fff;}
.zzyou_two_b p i{display: block;font-style: normal;font-size: 14px;font-weight: normal;opacity: 0.5;padding-top: 8px;}
.zzyou_two_b span{font-size: 16px;color: #fff;padding-top: 39px;display: block;width: 56%;line-height: 32px;}
.zzyou_two_b em{font-size: 16px;color: #fff;width: 190px;height: 60px;display: block;line-height: 60px;text-align: center;margin-top: 258px;border-radius: 6px;border: 1px solid rgba(255,255,255,0.6); transition: all 0.5s ease;    font-style: normal;}
.zzyou_two_b em:hover{font-weight: bold;font-size: 18px;background: #1345a4;}
.zzyou_two_b a{display: table; width:100%; height:100%; margin: 0 auto; box-sizing: border-box;    padding-top: 94px;padding-left: 66px; transition: all 0.5s ease;}
.zzyou_two_b a:hover{padding-top: 84px;}

/*  中智首页企业概况 */
.zzyou_three{width: 100%;background: #f9f9f9;padding: 80px 0;position: relative;margin-top: 80px;}
.zzyou_three_a{float: left;width: 50%;background: url(../images/zzyou_three_a.jpg) center no-repeat;background-size: cover;height: 751px;}
.zzyou_three_b{float: right;width: 50%;position: relative;min-height: 450px;}

.zz_tit1{position: relative;display: table;padding-left: 8%;width: 76%;}
.zz_tit1 span{font-size: 135px;color:#333;opacity: 0.06;font-weight: bold;text-transform: uppercase;display: block;line-height: 135px;margin-left: -11px; white-space: nowrap;}
.zz_tit1 p{font-size: 43px;color:#333333;font-weight: bold;display: block;margin-top: -63px;padding-left: 134px;}
.zz_tit1 p:before{background: url(../images/zz_titz.png) center no-repeat;content: "";width: 87px;height: 41px;position: absolute;padding-top: 18px;margin-left: -134px;}
.zz_tit1 p:after{background: url(../images/zz_tity.png) center no-repeat;content: "";width: 87px;height: 41px;position: absolute;padding-top: 18px;margin-left: 45px;}
.zz_tit1 i{font-style: normal;font-size: 18px;padding-top: 30px;display: block;color:#1345a4;font-weight: bold;}


.zzyou_three_ba{margin-top: 50px;padding-left: 8%;width: 76%;     min-width: 630px;}
.zzyou_three_ba span{display: table;width: 100%;margin-bottom: 40px;}
.zzyou_three_ba span i{width: 10%;height: 4px;background: #1345a4;display: block;float: left;border-radius: 2px;}
.zzyou_three_ba span em{width: 90%;height: 2px;background: #efefef;display: block;float: right;margin-top: 1px;}
.zzyou_three_ba p{font-size: 16px;line-height: 36px;color: #666;margin-bottom: 30px;}
.zzyou_three_ba a{display: block;width: 168px;height: 47px;border: 2px solid #efefef;line-height: 47px;text-align: center;text-transform: uppercase;color: #666;font-size: 16px;margin-top: 60px; transition: all 0.5s ease;}
.zzyou_three_ba a:hover{background: #1345a4; color:#fff; font-weight: bold; font-size: 18px;}


.zzyou_three_c{display: table;width: 95%;margin: 0 auto;min-width: 1300px;height: 30px;box-sizing: border-box;position: relative;border-radius: 6px;}
.zzyou_three_c ul{width: 100%;padding: 60px 80px;background: #1345a4;height: 218px;box-sizing: border-box;position: absolute;left: 0;top: -115px;z-index: 9;box-shadow: 0px 2px 10px 1px rgb(50 50 50 / 30%);border-radius: 6px;}
.zzyou_three_c ul li{float: left;width: 25%;}
.zzyou_three_c ul li i{float: left;font-size: 90px;font-weight: bold;color: #fff;font-family: Arial;font-style: normal;}
.zzyou_three_c ul li p{float: left;margin-left: 10px;font-weight: normal;line-height: 32px;margin-top: 20px;}
.zzyou_three_c ul li p b{font-size: 24px;color: #fff;display: block;font-weight: normal;}
.zzyou_three_c ul li p span{font-size: 18px;color: #fff;}


/*  中智首页旗下公司 */
.zzyou_four{background: url(../images/zzyou_four.jpg) center no-repeat;height:812px;margin-top: 90px;padding-top: 80px;box-sizing: border-box;position: relative;}
.zzyou_four_a{width: 85%;margin: 0 auto;display: table;margin-top: 84px;max-width: 1600px;min-width: 1350px;}
.zzyou_four_a ul{bottom: 100px;position: absolute;width: 85%;display: table;max-width: 1600px;min-width: 1350px;}
.zzyou_four_a ul li{width: 19.5%;float: left;margin-left: 0.6%;/* background: #1345a4; */height: 135px;border-radius: 6px;/* position: relative; */display: block;}
.zzyou_four_a ul li p{color: #fff;text-align: center;font-size: 18px;padding: 41px 0;line-height: 26px;background: #1345a4;position: absolute;bottom: 0;width: 19.5%;}
.zzyou_four_a ul li p i{font-weight: bold;font-style: normal;}
.zzyou_four_a ul li:nth-child(1){margin-left: 0;}
.zzyou_four_a .on{background: #fff;height:334px;}
.zzyou_four_a .on p{color:#333;background: #fff;padding-bottom: 84px;font-weight: bold;padding-top: 20px;}
.zzyou_four_a .on p i{color:#1345a4;}
.zzyou_four_a img{
    display: none;
}
.zzyou_four_a .on img{
    margin: 0 auto;
    display: block;
    padding-top: 80px;
}






/*  中智首页新闻资讯 */
.zzyou_five{width: 100%;padding-top: 80px;box-sizing: border-box;}
.zzyou_five_a{width: 85%;margin: 0 auto;display: table;margin-top: 84px;max-width: 1600px;min-width: 1350px;margin-bottom: 70px;}
.zzyou_five_a dl{float: left;width: 24%;margin-left: 1.3%;background: #f9f9f9;border-radius: 6px;height: 486px; transition: all 0.5s ease;}
.zzyou_five_a dl a{}
.zzyou_five_a dl dt{}
.zzyou_five_a dl dt img{width: 100%;}
.zzyou_five_a dl dd{padding: 30px;}
.zzyou_five_a dl dd span{font-size: 13px;color: #999;}
.zzyou_five_a dl dd p{font-size: 18px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 50px;}
.zzyou_five_a dl dd i{font-size: 14px;font-style: normal;color: #666;line-height: 26px;margin-top: 20px;display: block;}
.zzyou_five_a dl:nth-child(1){margin-left: 0;}
.zzyou_five_a dl:hover{margin-top: -10px;;}
.zzyou_five_a dl:hover dd p{font-weight: bold; color:#1345a4;}
/*  中智首页友情链接 */
.zz_link{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;margin-bottom: 40px;}
.zz_link p{float: left;margin-right: 10px;}
.zz_link p i{font-size: 60px;text-transform: uppercase;font-style: normal;font-weight: bold;color: #333;opacity: 0.1;line-height: 60px;display: block;float: left;}
.zz_link p em{font-size: 18px;font-style: normal;font-weight: bold;color: #555;margin-left: -80px;display: block;float: left;line-height: 60px;}
.zz_link span{font-size: 14px;color: #555;margin-top: 22px;display: block;}
.zz_link span a{margin-right: 5px;color:#555;}


/*  中智内页---大图  */
.xuriny_new{width:100%;background: url(../images/xuriny_new.jpg) no-repeat;height: 490px;box-sizing: border-box;position: relative;}
.xuriny_fuwu{width:100%;background: url(../images/xuriny_fuwu.jpg) no-repeat;height: 490px;box-sizing: border-box;position: relative;}
.xuriny_keji{width:100%;background: url(../images/xuriny_keji.jpg) no-repeat;height: 490px;box-sizing: border-box;position: relative;}
.xuriny_about{width:100%;background: url(../images/xuriny_about.jpg) no-repeat;height: 490px;box-sizing: border-box;position: relative;}
.xuriny_con{width:100%;background: url(../images/xuriny_con.jpg) no-repeat;height:863px;box-sizing: border-box;position: relative;}
.xuriny_cp{width:100%;background: url(../images/xuriny_cp.jpg) no-repeat;height:490px;box-sizing: border-box;position: relative;}

.xuriny_cpxq{width:100%;background: url(../images/xuriny_cpxq.jpg) center no-repeat;height: 837px;box-sizing: border-box;position: relative;padding-top: 153px;}
.zzcpxq_f img{display: table;width: 520px;height: 520px;border-radius: 300px;border: 10px solid rgba(255,255,255,0.25);margin: 0 auto;background: rgba(255,255,255,0.25); transition: all linear 0.3s;}
.zzcpxq_f img:hover{transform: scale(1.05);transform: scale(1.05) !important;}
.xuriny_wm_dt{margin: 0 auto;min-width: 1350px;max-width: 1600px;width: 100%;FONT-WEIGHT: 100;padding-top: 123px;text-align: center;}
.xuriny_wm_dt p{font-size: 24px;text-transform: uppercase;color: #fff;margin-bottom: 59px;}
.xuriny_wm_dt span{line-height: 60px;font-size: 64px;color: #ffffff;font-weight: bold;}

.xuriny_wm_dt em{font-size: 50px;color: #ffffff;font-weight: bold;line-height: 1.4;display: block;font-style: normal;padding-top: 60px;}
.xuriny_wm_dt i{font-size: 18px;color: #ffffff;margin-top: 44px;font-style: normal;display: block;}

.shubiao-index{position: absolute;bottom: 109px;left: 50%;width: 60px;margin-left: -30px;z-index: 99;}
#shubiao{width: 26px;margin: 0 auto;}
.banner_n .mouse{overflow: hidden;position: absolute;left: 50%;margin-left: -10px;bottom: 178px;}
.mouse{position: relative;width: 20px;height: 34px;border-radius: 30px;border: 2px solid #fff;}
.mouse:after{content: '';position: absolute;top: 2px;left: 50%;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);width: 3px;height: 8px;border-radius: 30px;background-color: #fff;-webkit-animation: scroll 1s infinite alternate;animation: scroll 1s infinite alternate;}
@-webkit-keyframes scroll {
  100% {-webkit-transform: translate(-50%, 8px);transform: translate(-50%, 8px);}
}
@keyframes scroll {
  100% {-webkit-transform: translate(-50%, 8px);transform: translate(-50%, 8px);}
}



/*  内页--新闻资讯  */
.zznew_lb{background: #f5f5f7;display: table;width: 100%;}
.zznew_kj{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;padding-top: 95px;}
.zznew_lb_a{}
.zznew_lb_a dl{display: table;width: 100%;}
.zznew_lb_a dl dt{float: left;}
.zznew_lb_a dl dt p{float: left;}
.zznew_lb_a dl dt p i{font-size: 48px;color: #1d1d1f;font-weight: bold;display: block;line-height: 48px;font-style: normal;}
.zznew_lb_a dl dt p em{font-size: 38px;color: #e5e5e5;font-weight: bold;display: block;margin-top: 30px;line-height: 38px;font-style: normal;text-transform: uppercase;}
.zznew_lb_a dl dt span{display: block;float: left;font-size: 16px;color: #888888;line-height: 1.875;margin-left: 82px;}
.zznew_lb_a dl dd span{float: left;margin-left: 82px;}
.zznew_lb_a dl dd span a{text-align: center;width: 180px;height: 60px;float: left;background: #fff;line-height: 60px;border-radius: 20px;font-size: 20px;color: #888888;margin-right: 40px;}
.zznew_lb_a dl dd{float: right;}
.zznew_lb_a dl dd span a:nth-last-child(1){margin-right: 0;}
.zznew_lb_a dl dd span a:hover{ background: #1055ca; color:#fff;}
.zznew_lb_a dl dd span .cur{background: #1055ca;color: #fff;}

.zznew_lb_b{margin-top: 50px;}
.zznew_lb_b ul{display: table; width: 100%;}
.zznew_lb_b ul li{width: 46%;float: left;background: #fff;border-radius: 20px; transition: all linear 0.3s;}
.zznew_lb_b ul li a{width: 100%;display: block;}
.zznew_lb_b ul li a img{width: 100%;border-radius: 20px 20px 0 0;}
.zznew_lb_b ul li p{padding: 40px 31px;margin-top: -10px;}
.zznew_lb_b ul li p a{font-size: 22px;color: #1d1d1f;font-weight: normal;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;transition: all linear 0.3s;}
.zznew_lb_b ul li p span{font-size: 18px;color: #575c66;display: block;margin-top: 21px;}
.zznew_lb_b ul li:nth-child(2n){float: right;}
.zznew_lb_b ul li:hover{box-shadow: 0 10px 32px rgb(29 29 31 / 12%);}
.zznew_lb_b ul li:hover p a{color:#1055ca;}

.zznew_lb_c{}
.zznew_lb_c ul{display: table;width: 100%;}
.zznew_lb_c ul li{float: left;width: 46%;background: #fff;margin-top: 60px;border-radius: 20px;padding: 22px 30px;box-sizing: border-box;}
.zznew_lb_c ul li em{float: left;width: 27.813%;height: 118px;}
.zznew_lb_c ul li em a{height: 118px;border-radius: 14px;display: inline-block;vertical-align: middle;overflow: hidden;}
.zznew_lb_c ul li em a img{    width: 100%;border-radius: 14px;display: block;}
.zznew_lb_c ul li p{width: 69%;display: inline-block;vertical-align: middle;margin-left: 3.188%;margin-top: 14px;}
.zznew_lb_c ul li p a{font-size: 22px;color: #1d1d1f;font-weight: normal;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;transition: all linear 0.3s;}
.zznew_lb_c ul li p span{    border-top: 1px solid #f5f5f5;font-size: 18px;color: #575c66;display: block;padding-top: 14px;margin-top: 22px;}
.zznew_lb_c ul li:nth-last-child(2n){float: right;}
.zznew_lb_c ul li:hover{    box-shadow: 0 10px 32px rgb(29 29 31 / 12%);}
.zznew_lb_c ul li:hover p a{color:#1055ca;}

.zznew_ny{background: #f5f5f7;display: table;width: 100%;padding-bottom: 80px;}
.zznew_kja{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;}
.zznew_ny_a{padding-top: 44px;padding-bottom: 32px;}
.zznew_ny_a dl{width: 100%;display: table;}
.zznew_ny_a dl dt{/* padding-left: 112px; */float: left;position: relative;}
.zznew_ny_a dl dt img{float: left;margin-right: 30px;margin-top: -4px;opacity: 0.6;width: 60px;}
.zznew_ny_a dl dt p{font-size: 16px;line-height: 1.6;color: #888;float: left;}
.zznew_ny_a dl dt span{font-size: 16px;line-height: 1.6;display: block;color: #1d1d1f;}
.zznew_ny_a dl dt span i{font-size: 26px;color: #1345a4;font-weight: bold;padding-left: 8px;position: relative;top: 3px;font-style: normal;margin-right: 40px;}

.zznew_ny_a dl dd{width: 200px;height: 60px;background: #1345a4;float: right;transition: all linear 0.3s;}
.zznew_ny_a dl dd a{font-size: 20px;color: #ffffff;text-align: center;line-height: 60px;font-weight: bold;letter-spacing: 1px;display: block;}
.zznew_ny_a dl dd:hover{border-radius: 20px;}

.zznew_ny_b{background: #fff;border-radius: 20px;padding: 60px 14% 80px;}
.zznew_ny_ba{}
.zznew_ny_ba p{font-size: 18px;line-height: 2;color: #333;text-indent: 38px;margin: 24px 0;}

.zznew_ny_bb{display: table;margin-top: 60px;width: 100%;}
.zznew_ny_bb p{width: 48%;background: #f5f5f7;border-radius: 20px;padding: 28px 30px 25px;font-size: 20px;color: #575c66;line-height: 1;display: block;transition: all linear 0.3s;float: left;box-sizing: border-box;}
.zznew_ny_bb p a{height: 80px;border-top: 2px solid #fcfcfc;padding-top: 11px;margin-top: 20px;font-size: 22px;color: #1d1d1f;line-height: 1.66;display: block;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.zznew_ny_bb p:nth-last-child(1){float: right;}
.zznew_ny_bb p:hover{background: #fff;box-shadow: 0 10px 32px rgb(29 29 31 / 12%);}

.zznew_ny_c{margin-bottom: 100px;}
.zznew_ny_ca{font-size: 48px;line-height: 70px;color: #1d1d1f;font-weight: bold;text-align: center;margin-top: 60px;}
.zznew_ny_ca i{display: block;width: 60px;height: 6px;background: #1345a4;margin: 0 auto;border-radius: 6px;margin-top: 20px;}
.zznew_ny_ca span{font-size: 17px;line-height: 36px;display: block;margin-top: 20px;font-weight: normal;color: #555;}
.zznew_ny_ca span em{font-style: normal;color: #1345a4;font-weight: bold;}

.zznew_ny_ca1{font-size: 48px;line-height: 70px;color: #fff;font-weight: bold;text-align: center;padding-top: 60px;}
.zznew_ny_ca1 i{display: block;width: 60px;height: 6px;background: #fff;margin: 0 auto;border-radius: 6px;margin-top: 20px;}



/*  内页--联系我们  */
.xuriny_con_kj{height: 490px;display: table;width: 100%;position: relative;box-sizing: border-box;}
.zzcon_a{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;}
.zzcon_a ul{display: table;width: 100%;margin: 0 auto;}
.zzcon_a ul li{width: 24%;float: left;background: #1345a4;margin-left: 1.3%;padding: 47px 20px;box-sizing: border-box;border-radius: 10px;transition: all linear 0.3s;min-width: 310px;}
.zzcon_a ul li p{display: table;margin: 0 auto;}
.zzcon_a ul li p img{display: block;text-align: center;margin: 0 auto;}
.zzcon_a ul li span{font-size: 26px;font-weight: bold;color: #fff;float: left;text-align: center;padding-top: 30px;line-height: 30px;}
.zzcon_a ul li span i{display: block;font-style: normal;font-size: 16px;font-weight: normal;color: #fff;padding-top: 16px;padding-bottom: 10px;}
.zzcon_a ul li:nth-last-child(1) p span{font-size: 19px;}
.zzcon_a ul li:hover{margin-top: -10px;}
.zzcon_a ul li:nth-child(1){margin-left:0;}

.zzcon_b{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;margin-top: 60px;}
.zzcon_b ul{display: table; margin: 0 auto;}
.zzcon_b ul li{width: 600px;float: left;padding: 58px 0;background: #f5f5f7;text-align: center;margin: 0 10px;}
.zzcon_b ul li p{}
.zzcon_b ul li p img{width: 128px;display: block;margin: 0 auto 24px;}
.zzcon_b ul li p span{display: block;font-size: 24px;line-height: 1.16667;color: #272727;font-weight: bold;}

.zzcon_c{background: url(../images/liuyan.jpg) center no-repeat;padding-top: 60px;margin-top: 60px;padding-bottom: 100px;}
.zzcon_cb{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;padding-top: 60px;}
.zzcon_cc{display: table;width: 100%;}
.zzcon_cd{width: 96%;background: #fff;border: 0;box-sizing: border-box;border-radius: 10px;font-size: 16px;font-weight: bold;display: block;height: 150px;padding: 0 50px;margin-bottom: 20px; transition: all linear 0.3s;}
.zzcon_ce{width: 98.8%;background: #fff;border: 0;box-sizing: border-box;border-radius: 10px;font-size: 16px;font-weight: bold;display: block;height: 150px;padding: 0 50px;margin-bottom: 20px;padding-top: 40px; transition: all linear 0.3s;}
.zzcon_cc1{width: 100%;display: table;}
.zzcon_cd:hover{box-shadow: 0 10px 32px rgb(29 29 31 / 12%);}
.zzcon_ce:hover{box-shadow: 0 10px 32px rgb(29 29 31 / 12%);}

.zzcon_cg{}
.zzcon_cf{margin: 0 auto;display: table;}
.zzcon_cg1{border: 0;padding: 30px;font-size: 16px;border-radius: 0 10px 10px 0;}
.zzcon_cg2{height: 50px;float: left;padding: 15.5px 20px;background: #fff;border-radius: 10px 0 0 10px;}
.zzcon_ch{margin: 0 auto;display: table;width: 100%;height: 80px;border: none;background: #1345a4;font-size: 20px;color: #fff;font-weight: bold;border-radius: 10px; transition: all linear 0.3s;}
.zzcon_ch:hover{font-size: 24px;}

/*  内页--客户服务  */
.zzfuwu_a{ height: 900px; background: url(../images/zzfuwu_a.jpg) center no-repeat;padding-top: 40px;box-sizing: border-box;}
.zzfuwu_a ul{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;padding-top: 95px;}
.zzfuwu_a ul li{flex: 1;transform: scale(0.8);background-color: #fff;color: #555;transition: all 0.5s ease;box-sizing: border-box;padding: 40px 40px 0;float: left;width: 33.3%;}
.zzfuwu_a ul li h6{font-size: 24px;font-weight: bold;color: #1345a4;}
.zzfuwu_a ul li i{display: inline-block;vertical-align: top;width: 30px;height: 30px;overflow: hidden;padding-right: 10px;}
.zzfuwu_a ul li i img{}
.zzfuwu_a ul li p{text-align: center;display: flex;height: 380px;flex-direction: column;justify-content: center;align-items: center;}
.zzfuwu_a ul li p span{display: block;font-size: 26px;line-height: 56px;}
.zzfuwu_a ul .on{transform: scale(1);background-color: #1345a4;color: #fff;box-shadow: 0 0 0.2rem rgb(0 0 0 / 30%);}
.zzfuwu_a ul .on i img{margin-top: -30px}
.zzfuwu_a ul .on h6{color:#fff;}

.zzfuwu_b{ background: url(../images/zzfuwu_b.jpg) center no-repeat; height:990px;    padding-top: 40px;box-sizing: border-box;}
.zzfuwu_b ul{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;padding-top: 95px;}
.zzfuwu_b ul li{float: left;width: 32%;background: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 40px 0;box-sizing: border-box;text-align: center;margin-bottom: 2%;border-radius: 10px; margin-right: 2%; transition: all linear 0.3s;}
.zzfuwu_b ul li img{}
.zzfuwu_b ul li i{width:70px; height:70px; overflow: hidden;display: inline-block;vertical-align: top;}
.zzfuwu_b ul li p{font-size: 26px;font-weight: bold;line-height: 60px;color: #272727;}
.zzfuwu_b ul li span{line-height: 30px;font-size: 16px;color: #555;}
.zzfuwu_b ul li:nth-child(3n){margin-right:0;}
.zzfuwu_b ul li:hover{background: #1345a4; border-radius: 0px;}
.zzfuwu_b ul li:hover p{color:#fff;}
.zzfuwu_b ul li:hover span{color:#fff;}
.zzfuwu_b ul li:hover img{margin-top:-70px;}

/*  内页--科技创新  */
.zzkeji_a{display: table;width: 100%;height: 750px;}
.zzkeji_aa{width: 85%;margin: 0 auto;display: table;margin-top: 100px;max-width: 1600px;min-width: 1350px;margin-bottom: 100px;}
.zzkeji_aa ul{}
.zzkeji_aa ul li{width: 46%;float: left;background: #1345a4;height: 550px;text-align: center;padding-top: 60px;box-sizing: border-box;padding: 60px 60px 0 60px;border-radius: 20px; transition: all linear 0.3s;}
.zzkeji_aa ul li p{font-size: 38px;line-height: 70px;color: #fff;font-weight: bold;}
.zzkeji_aa ul li i{font-style: normal;display: block;color: #fff;text-transform: uppercase;opacity: 0.6;}
.zzkeji_aa ul li span{text-align: center;color: #fff;font-size: 16px;line-height: 32px;padding-top: 20px;display: block;}
.zzkeji_aa ul li:nth-child(1){margin-right: 8%; background: url(../images/zzkehu_aa1.jpg) center no-repeat;}
.zzkeji_aa ul li:nth-child(2){background: url(../images/zzkehu_aa2.jpg) center no-repeat;}
.zzkeji_aa ul li:hover{box-shadow: 0 10px 32px rgb(0 0 0 / 18%); margin-top:-10px;}

.zzkeji_b{background: url(../images/zzkehu_b.jpg) top no-repeat;height: 850px;box-sizing: border-box;padding-top: 10px;position: relative;}
.zzkeji_b ul{width: 85%;margin: 0 auto;display: table;margin-top: 90px;max-width: 1600px;min-width: 1350px;}
.zzkeji_b ul li{width: 16%;float: left;margin-right: 0.8%;transition: all linear 0.3s;position: relative;}
.zzkeji_b ul li img{width: 100%;}
.zzkeji_b ul li:nth-last-child(1){margin-right: 0;}
.zzkeji_b ul li:hover{margin-top:-10px;}
.zzkeji_b ul li p{display: none;}
.zzkeji_b ul li:hover p{    background: rgba(0,0,0,0.7);position: absolute;width: 100%;bottom: 0;height: 100%;box-sizing: border-box;font-size: 18px;text-align: center;display: flex;align-items: center;padding: 0 20px;line-height: 30px; flex-direction: column; justify-content: center; color:#fff;}

.zznew_ny_ca2{font-size: 48px;line-height: 70px;color: #fff;font-weight: bold;margin-bottom: 200px;}
.zznew_ny_ca2 i{display: block;width: 60px;height: 6px;background: #fff;border-radius: 6px;margin-top: 20px;}

.zzkeji_c{right: 0;display: table;top: 66px;position: absolute;float: right;height: 150px;width: 490px;border-radius: 40px 0 0;box-sizing: border-box;margin-right: 5%;}
.zzkeji_c img{width: 500px;}
.zzkeji_ca{display: flex;flex-direction: row;justify-content: center;align-items: center;height: 150px;box-sizing: border-box;}
.zzkeji_ca p{float: left;width: 50%;/* box-sizing: border-box; *//* padding: 0 5%; */}
.zzkeji_ca p i{float: left;font-size: 70px;font-weight: bold;color: #fff;font-family: Arial;font-style: normal;}
.zzkeji_ca p span{float: left;margin-left: 10px;font-weight: normal;line-height: 30px;margin-top: 10px;display: block;}
.zzkeji_ca p span em{font-size: 16px;color: #fff;font-style: normal;}
.zzkeji_ca p span b{font-size: 22px;color: #fff;display: block;font-weight: normal;}

.zzkeji_d{background: url(../images/zzkeji_d.jpg) center no-repeat;position: relative;height: 100%;display: table;width: 100%;padding-bottom: 120px;}
.swiper {width: 85%;height: 686px;margin-left: auto;margin-right: auto;margin-top: 90px;max-width: 1600px;min-width: 1350px;padding-bottom: 120px;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;height: calc((100% - 30px) / 2) !important;/* Center slide text vertically */display: flex;justify-content: center;align-items: center;}
.swiper-slide img {/* width: 242px; */height: 343px;}
.swiper-slide p {display: none;}
.swiper-slide:hover p{    background: rgba(0,0,0,0.7);position: absolute;width: 100%;bottom: 0;height: 100%;box-sizing: border-box;font-size: 18px;text-align: center;display: flex;align-items: center;padding: 0 20px;line-height: 30px;    color: #fff;}

/*  内页--工程案例  */
.zzanli{background: url(../images/case_ban.jpg) center no-repeat;height: 950px;}
.zzanli_tit{padding-top: 170px;position: relative;width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;padding-top: 95px;}
.zzanli_tit p{font-size: 64px;line-height: 1.2;font-weight: bold;color: #fff;background-image: -webkit-linear-gradient(
-25deg, #8a929a 1%, #fff 10%, #8a929a 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;-webkit-animation: hue6sinfinitelinear;}
.zzanli_tit span{position: absolute;right: 0px;bottom: 0px;width: 42.10526%;font-size: 16px;line-height: 30px;font-family: "yahei";float: revert;display: block;opacity: 0.8;color: #fff;}
.zzanli_a{box-sizing: border-box;width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;margin-top: 70px;}
.zzanli_a ul{margin: 0 auto;}
.zzanli_a ul li{float: left;margin: 0 10px;height: 160px;border-radius: 6px;transition: all 0.6s;position: relative;}
.zzanli_a ul li img{display: block;border-radius: 6px;height: 160px;}
.zzanli_a ul li p{display: none;}
.zzanli_a ul li:hover p{ background: rgba(0,0,0,0.7);position: absolute;width: 100%;bottom: 0;height: 100%;box-sizing: border-box;font-size: 18px;text-align: center;display: flex;align-items: center;padding: 0 20px;line-height: 30px; border-radius: 6px; justify-content: center; align-items: center; flex-direction: column; justify-content: center; color:#fff;}
#demo2p {list-style: none outside none;overflow: hidden;max-width: 1620px;margin: 0 auto; width:100%;}
#indemo2p {float: left;width: 800%;}
#demo2p1 {float: left;}
#demo2p2 {float: left;}

.zzanli_b{box-sizing: border-box;width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;margin-top: 30px;}
.zzanli_b ul{margin: 0 auto;}
.zzanli_b ul li{float: left;margin: 0 10px;height: 228px;border-radius: 6px;transition: all 0.6s; position: relative;} 
.zzanli_b ul li img{display: block;border-radius: 6px;height: 228px;}
.zzanli_b ul li p{display: none;}
.zzanli_b ul li:hover p{    background: rgba(0,0,0,0.7);position: absolute;width: 100%;bottom: 0;height: 100%;box-sizing: border-box;font-size: 18px;text-align: center;display: flex;align-items: center;padding: 0 20px;line-height: 30px; border-radius: 6px; justify-content: center; align-items: center; color:#fff;}
#demo3p {list-style: none outside none;overflow: hidden;max-width: 1620px;margin: 0 auto; width:100%;}
#indemo3p {float: left;width: 800%;}
#demo3p1 {float: left;}
#demo3p2 {float: left;}

.zzanli_c{box-sizing: border-box;width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;margin-top: 30px;}
.zzanli_c ul{margin: 0 auto;}
.zzanli_c ul li{float: left;margin: 0 10px;height: 160px;border-radius: 6px;transition: all 0.6s; position: relative;}
.zzanli_c ul li img{display: block;border-radius: 6px;height: 160px;}
.zzanli_c ul li p{display: none;}
.zzanli_c ul li:hover p{    background: rgba(0,0,0,0.7);position: absolute;width: 100%;bottom: 0;height: 100%;box-sizing: border-box;font-size: 18px;text-align: center;display: flex;align-items: center;padding: 0 20px;line-height: 30px; border-radius: 6px; justify-content: center; align-items: center; color:#fff;}
#demo4p {list-style: none outside none;overflow: hidden;max-width: 1620px;margin: 0 auto; width:100%;}
#indemo4p {float: left;width: 800%;}
#demo4p1 {float: left;}
#demo4p2 {float: left;}

.zzanli_d{background: url(../images/zzanli_d.jpg) center no-repeat;height: 800px;padding-top: 40px;}
.zzanli_d1{}
.zzanli_d1 ul{box-sizing: border-box;width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;margin-top: 150px;}
.zzanli_d1 ul li{float: left;text-align: center;position: relative;width: 19%;margin-left: 1%; transition: all 0.6s;}
.zzanli_d1 ul li p{}
.zzanli_d1 ul li p img{width: 100%;}
.zzanli_d1 ul li span{position: absolute;top: 50%;left: 50%;transform: translate3d(-50%,-50%,0);z-index: 4;}
.zzanli_d1 ul li span img{width: 100%;}
.zzanli_d1 ul li:hover{margin-top:-10px; }

/*  内页--关于我们  */
.zzavout_ac{font-size: 48px;line-height: 70px;color: #1d1d1f;font-weight: bold;margin-bottom: 90px;}
.zzavout_ac p{font-size: 36px;line-height: 70px;color: #1d1d1f;}
.zzavout_ac i{display: block;width: 60px;height: 6px;background: #1345a4;border-radius: 6px;margin-top: 20px;}

.zzavout_a{background: url(../images/zzavout_a.jpg) bottom no-repeat;height: 910px;box-sizing: border-box;}
.zzavout_aa{width: 85%;margin: 0 auto;display: table;padding-top: 90px;max-width: 1600px;min-width: 1350px;}
.zzavout_ab{width: 52%;float: left;font-size: 17px;}
.zzavout_ab p{font-size: 17px;line-height: 42px;margin-bottom: 40px;color: #555;text-align: justify;}

.zzavout_b{background: #1345a4;box-sizing: border-box;height: 200px;padding-top: 40px;}
.zzavout_b ul{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;}
.zzavout_b ul li{float: left;width: 25%;text-align: center;font-family: Arial,'微软雅黑';}
.zzavout_b ul li h3{font-size: 70px;color: #fff;font-family: Arial,'微软雅黑';font-weight: bold;}
.zzavout_b ul li span{font-size: 16px;color: #fff;font-weight: normal;margin-left: 5px;}
.zzavout_b ul li p{font-size: 20px;color: #fff;}

.zzavout_d{background: url(../images/zzavout_d.jpg) center no-repeat;height: 800px;padding-top: 40px;}
.zzavout_d ul{padding-top: 60px;width: 85%;display: table;max-width: 1600px;min-width: 1350px;margin: 0 auto;}
.zzavout_d ul li{width: 50%;background-color: #FFF;display: flex;justify-content: space-between;flex-wrap: wrap;float: left;}
.zzavout_d ul li i{width:50%;overflow: hidden; display: block;}
.zzavout_d ul li img{width: 100%;height: 100%;transition: all 0.6s;}
.zzavout_d ul li p{padding: 60px;width: 50%;box-sizing: border-box;}
.zzavout_d ul li p span{padding-bottom: 20px;border-bottom: 1px solid rgba(0,0,0,0.10);font-size: 24px;line-height: 35px;font-weight: bold;display: block; color:#333;}
.zzavout_d ul li:hover p span{color:#1345a4;}
.zzavout_d ul li p em{font-style: normal;margin-top: 20px;font-size: 16px;line-height: 24px;color: #666;display: block;}
.zzavout_d ul li:hover img{transform: scale(1.05);}

.zzavout_e{background: url(../images/zzavout_e.jpg) center no-repeat;padding-top: 30px;box-sizing: border-box; padding-bottom: 60px;}

.zzavout_e ul{padding-top: 60px;width: 85%;display: table;max-width: 1600px;min-width: 1350px;margin: 0 auto;}
.zzavout_e ul li{float: left;width: 24.2%;margin-right: 1%;margin-bottom: 20px; transition: all 0.6s;}
.zzavout_e ul li img{width: 100%;border: 8px solid #fff;box-sizing: border-box;}
.zzavout_e ul li:nth-child(4n){margin-right:0;}
.zzavout_e ul li:hover{margin-top:-10px; margin-bottom: 30px;;}

/*  内页--产品中心  */
.zzcp_a{padding-bottom: 100px;background: #f9f9f9;}
.zzcp_b{}
.zzcp_b ul{width: 85%;margin: 0 auto;display: table;margin-top: 58px;max-width: 1600px;min-width: 1350px;}
.zzcp_b ul li{float: left;margin-right: 1%;background: #e6e6e6;height: 555px;border-radius: 6px;transition: all 0.6s;width: 24.2%; margin-bottom: 20px;}
.zzcp_b ul li img{width: 100%;}
.zzcp_b ul li a{}
.zzcp_b ul li p{color: #333333;text-align: center;font-size: 20px;font-weight: bold;}
.zzcp_b ul li span{width: 170px;height: 42px;display: block;margin: 0 auto;text-align: center;line-height: 42px;border: 1px solid #bbbbbb;border-radius: 6px;margin-top: 26px;text-transform: uppercase;}
.zzcp_b ul li:nth-child(4n){margin-right:0;}
.zzcp_b ul li:hover{margin-top: -10px; margin-bottom: 30px;}
.zzcp_b ul li:hover span{border: 1px solid #1345a4;background: #1345a4;color: #fff;}

.sousuo{display: table;margin: 0 auto;margin-top: 60px;}
.input_text{box-sizing: border-box;display: block;width: 400px;height: 50px;padding: 6px 20px;font-size: 16px;line-height: 1.42857143;color: #888;background: #fff;border: 1px solid #eae7e7;border-radius: 25px 0 0 25px;float: left;}
.btn_search{float: right;height: 50px;line-height: 50px;background: url(../images/fdj.png) center no-repeat #e6e6e6;border-radius: 0 25px 25px 0;overflow: hidden;outline: none;color: #fff;width: 50px;transition: .4s;border: none;border: 1px solid #eae7e7;}

.zzcp_c{width: 85%;margin: 0 auto;display: table;padding-top: 58px;max-width: 1600px;min-width: 1350px;}

.pagination{display: table;margin: 0 auto;margin-top: 40px;}
.pagination li{float: left;border: 1px solid #ccc;margin: 0 3px;width: 50px;text-align: center;line-height: 40px;font-size: 16px;}
.pagination li a{display: block;}
.pagination li:hover a{background: #1345a4; color:#fff; }


/*  内页--产品详情页  */
.zzcpxq_a{background: #f1f5f7;/* padding-bottom: 100px; */}
.zzcpxq_e{margin: 0 auto;display: table;margin-top: -520px;width: 1084px;}
.zzcpxq_el{float: left;}
.zzcpxq_el i{background: url(../images/zzcpxq_e.png) center no-repeat;width:73px;height:73px;display: block;float: right; transition: all .3s ease;}
.zzcpxq_el span{display: block;float: left;line-height: 73px;font-size: 18px;color: #fff;padding-right: 14px;font-weight: bold; transition: all .3s ease;}
.zzcpxq_el p:hover span{font-size: 20px;}
.zzcpxq_el i img{}
.zzcpxq_el p{display: table;margin-bottom: 70px; transition: all .3s ease;}
.zzcpxq_el p:nth-child(1){margin-left: 50px;}
.zzcpxq_el p:nth-child(4){margin-left: 60px;}
.zzcpxq_er{float: right; width: 226px;}
.zzcpxq_er i{background: url(../images/zzcpxq_e.png) center no-repeat;width:73px;height:73px;display: block;float: left; transition: all .3s ease; }
.zzcpxq_er span{display: block;float: right;line-height: 73px;font-size: 18px;color: #fff;padding-left: 14px;font-weight: BOLD; transition: all .3s ease;}
.zzcpxq_er i img{}
.zzcpxq_er p{display: table;margin-bottom: 70px; transition: all .3s ease;}
.zzcpxq_er p:nth-child(1){margin-left: 13px;}
.zzcpxq_er p:nth-child(2){margin-left: 58px}
.zzcpxq_er p:nth-child(3){margin-left: 58px}
.zzcpxq_er p:nth-child(4){padding-right: 66px;}
.zzcpxq_er p:hover span{font-size: 20px;}
.zzcpxq_er p:hover i{margin-left: -8px;}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

.liuyan{padding-top: 50px;}
.form-group{margin: 0 auto;clear: both;padding: 12px 0;}
.form-group label{float: left;font-size: 16px;line-height: 40px;}
.form-control{float: right;border: 1px #f1f1f1 solid;height: 40px;line-height: 40px;border-radius: 6px;width: 600px;padding-left: 20px;box-sizing: border-box;}
.form-control-c{float: right;border: 1px #f1f1f1 solid;height: 40px;line-height: 40px;border-radius: 6px;width: 600px;height: 160px;padding-left: 20px;box-sizing: border-box;}
button.form-sub{width: 100%;margin: 0 auto;clear: both;font-size: 16px;font-family: "微软雅黑", "宋体", arial;border-radius: 8px;}
.form-sub{height: 40px;color: #fff;background: #1445a4;border: none;}
.form-control-y{float: left;width: 140px;border: 1px #f1f1f1 solid;height: 40px;line-height: 40px;border-radius: 6px 0 0 6px;padding-left: 20px;box-sizing: border-box;margin-left: 6px;}
.form-group img{float: left;height: 40px;}
	
.zzpreNext{padding-bottom: 60px;width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;margin-top: 50px;}
.zzpreNext ul{}
.zzpreNext ul li{width: 50%;float: left;text-align: center;background: #ffff;line-height: 70px;font-size: 16px;}
.zzpreNext ul li a{}
	

.zzcp_dh{width: 85%;margin: 0 auto;display: table;padding-top: 58px;max-width: 1600px;min-width: 1350px;}
.zzcp_dh ul{}
.zzcp_dh ul li{width: 16.1%;float: left;text-align: center;font-size: 18px;height: 112px;line-height: 112px;background: #fff;margin-right: 0.68%;border-radius: 6px;color: #555;}
.zzcp_dh ul li a{color: #555; display: block;border-radius: 6px;}
.zzcp_dh ul li:nth-last-child(1){margin-right: 0;}
.zzcp_dh ul li a:hover{background: #1345a4; color:#fff; font-weight: bold;}

.zzcp_dh ul li:nth-child(1) a{background: #1345a4; color:#fff; font-weight: bold;}
.zzcpxq_b{width: 85%;margin: 0 auto;display: table;padding-top: 58px;max-width: 1600px;min-width: 1350px; background: #fff; margin-top: 50px;}
.zzcpxq_b dl{ }
.zzcpxq_b dd{width: 80%;margin: 0 auto;margin-top: 40px;padding-bottom: 90px;}
.zzcpxq_b dd p{font-size: 17px;line-height: 42px;color: #555;}
.zzcpxq_b dd p strong{font-size: 20px;font-weight: bold;display: block;position: relative;padding-left: 18px;color: #1445a4;padding-bottom: 10px;}
.zzcpxq_b dd p strong:before{content: " ";width: 6px;height: 20px;position: absolute;top: 11px;left: 0px;background: #1445a4;border-radius: 3px;}

.zzcpxq_b dt{font-size: 48px;line-height: 70px;color: #1d1d1f;font-weight: bold;text-align: center;margin-top: 30px;}
.zzcpxq_b dt i{ display: block;width: 60px;height: 6px;background: #1345a4;margin: 0 auto;border-radius: 6px;margin-top: 20px;}

.zzcpxq_c{width: 85%;margin: 0 auto;display: table;padding-top: 58px;max-width: 1600px;min-width: 1350px;background: #fff;margin-top: 50px;}
.zzcpxq_c dt{font-size: 48px;line-height: 70px;color: #1d1d1f;font-weight: bold;text-align: center;margin-top: 30px;}
.zzcpxq_c dt i{ display: block;width: 60px;height: 6px;background: #1345a4;margin: 0 auto;border-radius: 6px;margin-top: 20px;}
.zzcpxq_c dd{width: 80%;margin: 0 auto;margin-top: 40px;padding-bottom: 90px;}
.zzcpxq_c dd p{}
.zzcpxq_c table{border-color: #aaa;border-spacing: 0;border: 1px;border-collapse: collapse;width: 100%;}
.zzcpxq_c tbody{display: table-row-group;vertical-align: middle;border-color: inherit;border-collapse: collapse;}
.zzcpxq_c tr{display: table-row;vertical-align: inherit;border-color: inherit;width: 100%;border-bottom: 1px solid #ffffff;}
.zzcpxq_c td{width: 16.6%;box-sizing: border-box;position: relative;padding: 18px 20px;line-height: 30px;font-size: 17px;background: #eee;color: #333;}
.zzcpxq_c td:nth-child(odd){background-color: #4667aa;display: table-cell;vertical-align: inherit;color: #fff;}

.zzcpxq_d{background: url(../images/zzcpxq_d.jpg) center no-repeat;width:100%;height:820px;padding-top: 40px;box-sizing: border-box; margin-top: 60px;}
.zzcpxq_d ul{width: 85%;margin: 0 auto;display: table;padding-top: 58px;max-width: 1600px;min-width: 1350px;margin-top: 20px;}
.zzcpxq_d ul li{width: 19.2%;float: left;margin-right: 1%;background: #fff;height: 430px;border-radius: 6px;text-align: center;box-sizing: border-box;padding-top: 60px; transition: all linear 0.3s;}
.zzcpxq_d ul li img{}
.zzcpxq_d ul li p{font-size: 26px;font-weight: bold;color: #333;margin-top: 30px;}
.zzcpxq_d ul li span{font-size: 16px;line-height: 30px;margin-top: 30px;display: block;}
.zzcpxq_d ul li:nth-last-child(1){margin-right:0;}
.zzcpxq_d ul li:hover{margin-top:-10px;}




.zzcpjs_e{padding-top: 60px;}
.zzcpjs_ea{font-size: 48px;line-height: 70px;color: #1d1d1f;font-weight: bold;text-align: center;margin-top: 30px; margin-bottom: 60px;}
.zzcpjs_ea i{display: block;width: 60px;height: 6px;background: #1345a4;margin: 0 auto;border-radius: 6px;margin-top: 20px;}

.sychejian{width: 100%;padding: 40px 0 120px;overflow: hidden;}
#carousel {position: relative;width: 100%;margin: 0 auto;padding-bottom: 40px;}
.sychejian .swiper-slide img{max-width: 100%;width: 100%;height: 110%;}
.sychejian .swiper-pagination{bottom: 0 !important;}

.message{box-sizing:border-box;overflow: hidden;padding: 100px 80px;background: #fff;width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;}
.message h2{margin: 40px auto;}
.message .left{width: calc(100% - 550px);float: left;background: #fff;}
.message .left dd{width: 100%; box-sizing:border-box;margin-bottom: 15px;}
.message .left dd span{font-size: 30px;color: #333;font-weight: bold;margin-bottom: 15px;display: block;}
.message .left dt input{width: 31.6%;height: 50px;border: 1px solid #cdcdcd;margin: 5px 0;background: none;font-size: 14px;text-indent: 10px; box-sizing:border-box;}
.message .left dt input.icon-name{margin-right: 2%;}
.message .left dt input.icon-company{margin-right: 2%;}
.message .left dt input.icon-name-yzm{ width:120px; margin-right:20px;}
.message .left dt textarea{width: 100%;height: 100px;border: 1px solid #cdcdcd;background: none;
    font-size: 14px;padding: 10px 0 0 10px;margin: 15px 0; box-sizing:border-box;}
.message .left dt input.button{width: 185px;height: 50px;text-align: center;line-height: 50px;font-size: 18px;text-indent:0;cursor:pointer;background: #1345a4;border: none;transition: all 0.5s ease;color:#fff;}
.message .right{width: 500px;float: right; overflow: hidden;}
.message .left dt input.button:hover{ background: #628cc3;}
.message .right dd{width: 100%;background: #053797;padding: 40px 0 40px 40px;box-sizing:border-box;}
.message .right dd span{font-size:30px;color: #fff;line-height: 46px;font-family: Impact;display: table;}
.message .right dd span em{
    font-style: normal;
    float: left;
    line-height: 41px;
    margin-right: 60px;
}
.message .right dd span em i{
    display: block;
    font-style: normal;
    font-size: 15px;
}
.message .right dd p{font-size: 24px;color: #fff;line-height: 24px;margin-bottom: 10px;}
.message .right dt{width: 100%;background: #1345a4;padding: 25px 30px;box-sizing:border-box;}
.message .right dt p a{font-size: 16px;color: #fff;display: block;padding: 10px 0 15px 15px;}
.message .right dt .address a{background-position: 0 -49px;}
.message .right dt .url a{background-position: -2px -102px;}
.message .right dt .mailbox a{background-position: -4px -162px;}
.message .right dt .tel a{background-position: 2px 15px;}
.message .right dt .btn{width: 100%;overflow: hidden;padding: 20px 0;}
.message .right dt .btn a{width: 120px;height: 40px;text-align: center;line-height: 40px;color: #fff;
    border: 1px solid #fff;padding: 0;display: inline-block;margin-right: 10px;font-size: 16px;background: none;}
.message .right dt .btn a:hover{background: rgba(255,255,255,0.2)}
.icon-name-yzm-img{    float: left;margin-top: 14px;margin-left: 0;margin-right: 24px;}

/*  网站底部  */
.footer {width: 100%;height: 500px;box-sizing: border-box;background:url(../images/foot_bg.jpg) center no-repeat;}
.footer .lian {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;line-height: 25px;height: 25px;}
.footer .lian li:nth-child(2) {background: url("../images/li2.png") no-repeat left center;}
.footer .lian li:nth-child(3) {background: url("../images/li3.png") no-repeat left center;}
.footer .lian li {box-sizing: border-box;padding-left: 56px;background: url("../images/li1.png") no-repeat left center;font-size: 18px;color: #ccc;}
.footer .fle {width: 100%;flex-wrap: wrap;/* margin-bottom: 40px; */display: table;}
.footer .fle ul {position: relative;float: left;width: 14.5%;margin-top: 40px;}
.footer .fle ul p{line-height: 32px;letter-spacing: 0px;color: #ffffff;font-size: 14px;transition: 0.3s;padding-left: 28px;background: url(../images/yx.png) left no-repeat;opacity: 0.4;}
.footer .fle ul p:hover{transform: translateX(5px);opacity: 1;}
.footer .fle ul p:nth-child(4){background: url(../images/dz.png) left no-repeat;}
.footer .fle ul span{font-size: 20px;font-weight: bold;color: #fff;margin-top: -12px;display: block;margin-bottom: 19px;}
.footer .fle ul span i{font-size: 14px;font-style: normal;font-weight: normal;}
.footer .fle ul p em{font-style: normal;}
.footer .fle ul:nth-child(2)::before {opacity: 0.1;}
.footer .fle ul:nth-child(4){/* padding-right: 0; *//* width: 23%; */}
.footer .fle ul .ti {font-size: 20px;line-height: 20px;color: #fff;font-weight: bold;margin-bottom: 28px;}
.footer .fle ul li:hover {transform: translateX(5px);opacity: 1;}
.footer .fle ul li {line-height: 36px;letter-spacing: 0px;color: #ffffff;opacity: 0.8;font-size: 15px;transition: 0.3s;}
.footer .fle ul li a {color: #fff;}
.footer .fle .yy {float: right;width: 27%;height: 272px;border-left: 1px solid  rgba(255,255,255,0.1);}
.footer .fle .yy p{text-align: center;margin: 0 auto;margin-top: 55px;}
.footer .fle .yy span{writing-mode: vertical-lr;display: block;float: left;padding-left: 10px;letter-spacing: 3px;color: #fff;opacity: 0.4;}
.footer .fle .yy img {}
.footer .ban {width: 100%;height: 100px;line-height: 100px;border-top: 1px solid  rgba(255,255,255,0.1);}
.footer .ban .le {position: relative;}
.footer .ban p{color: #fff;}
.footer .ban a {color: #fff;}
.footer .ban span{float: right;}
.foot_cen{width: 85%;margin: 0 auto;display: table;max-width: 1600px;min-width: 1350px;}

.foot_top{height: 126px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.foot_top dl{display: table;width: 100%;}
.foot_top dl dt{float: left;width: 25%;margin-top: 28px;}
.foot_top dl dt img{}
.foot_top dl dd{float: left;width: 25%;}
.foot_top dl dd img{opacity: 0.5;margin-top: 48px;display: block;float: left;}
.foot_top dl dd em{font-size: 18px;font-style: normal;font-weight: bold;color: #fff;display: block;float: left;/* margin-top: 3px; */padding-left: 12px;line-height: 126px;}
.foot_top dl dd i{font-style: normal;font-weight: normal;}


.youlian{padding-top: 50px;width: 100%;max-width: 1620px;min-width: 1350px;margin: 0 auto;}
.youlian dl{display: table;}
.youlian dl dt{line-height: 50px;float: left;width: 165px;}
.youlian dl dt p{font-size: 50px;text-transform: uppercase;font-weight: bold;color: #e6e6e6;float: left;}
.youlian dl dt span{font-size: 18px;font-weight: bold;color: #555;margin-left: -80px;}
.youlian dl dd{width: calc(100% - 165px);float: left;margin-top: 12px;line-height: 30px;}
.youlian dl dd a{padding: 0 5px;color: #555;}

@media (max-width: 1600px){
.zznew_lb_c ul li p a {font-size: 20px;}
.zznew_lb_b ul li p a{font-size: 20px;}
.zznew_lb_c ul li p span {font-size: 16px;}
.zznew_lb_b ul li p span{font-size: 16px;}
.zznew_ny_b{padding: 30px 7% 60px;}
.zznew_ny_ca{font-size: 40px;line-height: 60px;}
.xuriny_wm_dt span{    font-size: 56px;}
.zzanli_tit p{font-size: 56px;}
.zzyou_three_c{width: 100%;}
.zzyou_three_c ul{ padding: 60px 20px;}
.zzyou_three_ba span{}
}
@media (max-width: 1440px){
.zznew_lb_c ul li p a {font-size: 18px;}
.zznew_lb_b ul li p a {font-size: 18px;}
.zznew_lb_c ul li p span {font-size: 14px;}
.zznew_lb_b ul li p span {font-size: 14px;}
.zznew_ny_b{padding: 10px 4% 40px;}
.zznew_ny_ba p{font-size: 16px;margin: 20px 0;}
.zznew_ny_ca{font-size: 36px;line-height: 52px;}
.xuriny_wm_dt span{    font-size: 56px;}
.zzanli_tit p{font-size: 56px;}
.zzyou_three_c{width: 100%;}
.zzyou_three_c ul{ padding: 60px 20px;}
.zzyou_three_c ul li i{font-size: 80px;    line-height: 100px;}

}

@keyframes allTitleI {
0% {transform:translateX(0px);}
25% {transform:translateX(-25px);}
50% {transform:translateX(0px);}
75% {transform:translateX(25px);}
100% {transform:translateX(0px);}
}
@keyframes allTitleBefore {

0% {width:15px;}
25% {width:0px;}
50% {width:15px;}
75% {width:30px;}
100% {width:15px;}
}
@keyframes allTitleAfter {
0% {width:15px;}
25% {width:30px;}
50% {width:15px;}
75% {width:0px;}
100% {width:15px;}
}
@media screen and  (min-width:1500px) and (max-width:1680px){
    .sdft_abb{width:98%;}
    .sdft_aba{width: 98%;}
	.jinma_new_a{width:98%;}
	.zixun dl{width:98%;}
	.zixun dl{padding: 60px 80px;}
	.foot_cen{width: 86%;}
	.xurisy_new{height: 1170px;}
	.youlian{padding-top: 30px;}
	.zzcpxq_c{width: 70%;}
	.zzcp_b ul li{height: 500px;}
	.zzfuwu_a ul li p span{font-size: 22px;line-height: 54px;}
}
@media screen and  (min-width:760px) and (max-width:1500px){
    .sdft_abb{width:98%;}
    .sdft_aba{width: 98%;}
	.sdft_aba dl dt{width: 55%;}
	.sdft_aba dl dd{width: 45%;}
	.sdft_abb ul{width: 55%;}
	.jinma_new_a{width:98%;}
	.zixun dl{width:98%;}
	.zixun dl{padding: 60px 80px;}
	.foot_cen{width: 95%;}
	.four_c img{width: 90%;padding-top: 3%;}
	.four_c{left: 25%;}
	.xurisy_new{height: 1150px;}
	.youlian{padding-top: 30px;}
	.zzcpxq_c{width: 70%;}
	.zzcp_b ul li{height: 500px;}
	.zzfuwu_a ul li p span{font-size: 22px;line-height: 54px;}
}