@charset "utf-8";
/* CSS Document */




/*电缸选型系统*/
.system {
	background: url(../images/system-bg.jpg) no-repeat center top;
	padding-top: 64px;
	height: 341px;
	margin-bottom: 59px;
}
.system .index-title h2 {
	background: url(../images/system-en.png) no-repeat center top;
}
.system .index-title h3 {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	width: 967px;
	margin: 38px auto;
}
.system .index-title a, .system .index-title img {
	display: block;
}
.system .index-title img {
	margin: 0 auto;
}
/*产品分类*/
.proclass {
	margin-bottom: 46px;
}
.proclass .index-title {
	margin-bottom: 41px;
}
.proclass .index-title h2 {
	background: url(../images/proclass-en.png) no-repeat center top;
}
.proclass-list {
	overflow: hidden;
}
.proclass-list ul {
	width: 1211px;
}
.proclass-list ul li {
	float: left;
	width: 594px;
	margin-right: 11px;
	margin-bottom: 14px;
	position: relative;
}
.proclass-list ul li .pic {
	width: 594px;
	height: 336px;
	overflow: hidden;
}
.proclass-list ul li .pic img {
	display: block;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
}
.proclass-list ul li:hover .pic img {
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.proclass-list ul li .info {
	position: absolute;
	top: 78px;
	left: 24px;
}
.proclass-list ul li .info strong {
	display: block;
	font-size: 28px;
	color: #fff;
	margin-bottom: 19px;
}
.proclass-list ul li .info em {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #e0e0e0;
	margin-bottom: 37px;
}
.proclass-list ul li .info .more {
	display: block;
	background: url(../images/proclass-more.png) no-repeat left center;
	width: 42px;
	height: 6px;
}
.proclass-list ul li:hover .info .more {
	margin-left: 15px;
	transition:0.6s;
}
.ny-proclass-list ul li {
	width: 440px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ny-proclass-list ul li .pic {
	width: 440px;
	height: 249px;
}
.ny-proclass-list ul li .info {
	top: 28px;
}
.ny-proclass-list ul li .info strong {
	margin-bottom: 10px;
}
.ny-proclass-list ul li .info em {
	width: 250px;
	text-align: justify;
	margin-bottom: 30px
}
/*发展历程*/
.develop {
	margin-bottom: 60px;
}
.develop .index-title {
	margin-bottom: 34px;
}
.develop .index-title h2 {
	background: url(../images/develop-en.png) no-repeat center top;
}
.develop-list {
	background: url(../images/develop-bg.jpg) no-repeat center top;
	height: 500px;
	position: relative;
}
/*.develop-list ul li{position: relative;}
.develop-list ul li .ys-circle{display: block;}
.develop-list ul li .ys-year{display: block; margin-bottom: 14px;}
.develop-list ul li h3{display: block; font-size: 15px; line-height: 30px; color: #fff; opacity: 0.81; text-align: justify;}
.develop-list ul li .info{position: absolute; }
.develop-list ul li .info1{left: 4%; top: 285px;}
.develop-list ul li .info2{left: 15%; top: 107px; }
.develop-list ul li .info2 h3{width: 40%;}
.develop-list ul li .info3{left: 38%; top: 272px;}
.develop-list ul li .info3 h3{width: 55%;}
.develop-list ul li .info4{left: 50%; top: 74px}
.develop-list ul li .info5{left: 62%; top: 309px;}
.develop-list ul li .info6{left: 74%; top: 115px}
.develop-list ul li .info7{right: 1%; top:323px;}*/

.develop-list img {
	display: none;
}
 @media screen and (min-width:1200px) and (max-width:1400px) {
 .develop-list {
background: transparent;
height: auto
}
 .develop-list img {
display: block;
width: 100%
}
}
/*成功案例*/
.success .index-title {
	margin-bottom: 36px;
}
.success .index-title h2 {
	background: url(../images/success-en.png) no-repeat center top;
}
.success-list {
	background: url(../images/success-bg.jpg) no-repeat center top;
	height: 500px;
	overflow: hidden;
}
.success-list ul li {
	float: left;
	width: 298px;
	border-right: solid 2px rgba(255, 255, 255, 0.18);
	height: 500px;
	text-align: center;
transition: all linear .4s;
-webkit-transition: all linear .4s;
-moz-transition: all linear .4s;
-ms-transition: all linear .4s;
-o-transition: all linear .4s;
}
.success-list ul li a {
	display: block;
	height: 100%;
}
.success-list ul li .info {
	margin-top: 139px;
	color: #fff;
	transition:1s;
}
.success-list ul li .box {
	display:inline-block;
	width:100px;
	height:100px;
	position:relative;
}
.success-list ul li .box span.y1 {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:100px;
	height:100px;
	border:#fff 1px solid;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.success-list ul li .box span.y2 {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:100px;
	height:100px;
	border:#205490 1px solid;
	background:#205490;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	visibility: hidden;
}
.success-list ul li .icon {
	display:inline-block;
	width:100px;
	height:100px;
	line-height:100px;
	margin-bottom: 74px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	position:relative;
	overflow:hidden;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.success-list ul li .icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.success-list ul li a:hover .box span.y1 {
	opacity: 0;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	border-color: #205490
}
.success-list ul li a:hover .box span.y2 {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}
.success-list ul li .info i {
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 34px auto 27px;
}
.success-list ul li .info h3 {
	font-size: 20px;
	margin-bottom: 13px;
}
.success-list ul li .info em {
	display: block;
	line-height: 30px;
	width: 262px;
	margin: 0 auto;
	opacity: 0;
	transition:0.6s;
}
.success-list ul li:hover {
	background: rgba(0, 0, 0, 0.57);
}
.success-list ul li:hover .info {
	margin-top: 112px;
}
.success-list ul li:hover .info em {
	opacity: 1;
}
.zx-service {
	position: fixed;
	right: 5px;
	top: 25%;
	z-index: 9999;
}
.zx-service>ul>li {
	width: 80px;
	height: 80px;
	margin-bottom: 1px;
	position: relative;
}
.zx-service>ul>li a {
	display: block;
	width: 80px;
	height: 30px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding-top: 50px;
}
.zx-service01 {
	background: url(../images/online-icon1-1.png) no-repeat center top 10px #205899;
}
.zx-service02 {
	background: url(../images/online-icon2-2.png) no-repeat center top 10px #000;
}
.zx-service03 {
	background: url(../images/online-icon3-3.png) no-repeat center top 10px #000;
}
.zx-service04 {
	background: url(../images/online-icon4-4.png) no-repeat center top 10px #000;
}
.zx-service05 {
	background: url(../images/online-icon5-5.png) no-repeat center top 10px #000;
}
.zx-service02:hover a {
	background: url(../images/online-icon2-2.png) no-repeat center top 10px #205899;
}
.zx-service03:hover a {
	background: url(../images/online-icon3-3.png) no-repeat center top 10px #205899;
}
.zx-service04:hover a {
	background: url(../images/online-icon4-4.png) no-repeat center top 10px #205899;
}
.zx-service05:hover a {
	background: url(../images/online-icon5-5.png) no-repeat center top 10px #205899;
}
.weixin-hide {
	width: 120px;
	padding: 130px 10px 0;
	background:url(../images/wechat-pic2.jpg) no-repeat center top 10px #205899;
	position: absolute;
	right: 81px;
	top: 0;
	display: none;
}
.weixin-hide span, .weixin-hide b, .weixin-hide em {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}
.weixin-hide span {
	line-height: 40px;
}
.weixin-hide em {
	line-height: 35px;
}
.weixin-hide b {
	line-height: 13px;
	font-family: arial;
	font-size: 18px
}
.tel-hide {
	padding: 10px;
	background: #205899;
	position: absolute;
	right: 81px;
	top: 0;
	width: 140px;
	display: none;
}
.tel-hide li span, .tel-hide li b {
	display: block;
	color: #fff;
}
.tel-hide li:first-child {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff
}
.tel-hide li span {
	line-height: 12px;
}
.tel-hide li b {
	line-height: 15px;
	font-size: 19px;
	font-family: arial;
	padding-top: 10px;
}
.zx-service03:hover .weixin-hide {
	display: block;
}
.zx-service04:hover .tel-hide {
	display: block;
}
/*内页*/
.ny-main {
	margin: 30px 0 80px;
}
.ny-hd {
	height: 450px;
}
.ny-left {
	width:260px;
}
.column-title {
	width:260px;
	background: #16477f;
	height:90px;
	padding-top:20px;
}
.column-title {
	color:#fff;
	font-size:30px;
}
.column-title:after {
	content: '';
	display: block;
	background: #fff;
	width:70px;
	height:3px;
	margin-left:20px;
	margin-top:10px;
}
.column-title span {
	padding-left:20px
}
.column-title em {
	font-size:12px;
	color:#fff;
	padding-left: 10px;
	text-transform: uppercase;
}
.ctitle1 {
	background: #fff;
	width:238px;
	padding:10px 10px 10px;
	border: 1px solid #ccc;
	border-top: none;
}
.ctitle1>li {
	float: left;
	width: 226px;
	margin-bottom: 10px;
}
.ctitle1>li>a {
	display: block;
	background: url(../images/ctitle1.png) no-repeat 206px center #f2f2f2;
	font-size: 15px;
	line-height: 48px;
	color: #4c4c4c;
	padding-left: 15px;
	transition:0.3s;
}
.ctitle1 .ctitle2 {
	padding: 5px 0 0px 16px;
	display: none;
}
.ctitle1 .ctitle2 li a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	transition:0.6s;
}
.ctitle1>li.on>a, .ctitle1>li:hover>a {
	background: url(../images/ctitle1-on.png) no-repeat 206px center #16477f;
	color: #fff;
}
.ny-left .ctitle1 li.on .ctitle2 {
	display: block;
}
.ctitle1 .ctitle2 li.on a, .ctitle1 .ctitle2 li:hover a {
	background: url(../images/ctitle2-on.png) no-repeat left center;
	color: #16477f;
	padding-left: 10px;
}
.ny-contact {
	margin-top:20px;
	border-bottom:8px solid #16477f;
	border-radius:10px;
	padding-bottom:10px;
}
.ny-contact .info span {
	display: block;
	margin:10px 0;
	font-size:15px;
}
.ny-right {
	width:900px;
}
.position {
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ddd;
	position: relative;
}
.position span {
	display: block;
	padding-left:33px;
	font-size: 13px;
	line-height: 40px;
	background: url(../images/ny-home.png) no-repeat 5px center;
	border-bottom: solid 1px #16477f;
	z-index: 0;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.position span a.on {
	color: #16477f;
}
.position span a:hover {
	color: #16477f;
}
/*内页产品列表*/
.product-list ul {
	width: 930px;
}
.product-list ul li {
	float: left;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.product-list ul li .pic {
	width: 278px;
	height: 205px;
	position: relative;
	overflow: hidden;
	border: solid 1px #ccc;
}
.product-list ul li h3 {
	display: block;
	font-size: 15px;
	line-height: 45px;
	color: #666;
	border-bottom: 1px solid #ccc;
	background: url(../images/link.png) no-repeat right center;
	position: relative;
}
.product-list ul li h3:after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	bottom: -1px;
	background: #16477f;
	left: 0;
	transition:0.6s;
}
.product-list ul li:hover h3 {
	color: #16477f
}
.product-list ul li:hover h3:after {
	width: 100%;
}
/*产品详情*/
.ny-right .pro1 .pro-list-pic {
	width: 332px;
}
.ny-right .pro1 .spec-preview img {
	display: block;
}
.ny-right .pro1 .descript1 {
	width: 510px;
}
.ny-right .pro1 .descript1 strong.title1 {
	line-height: 38px;
	font-size: 20px;
	color: #2d2d2d;
	display: block;
	border-bottom: 1px solid #c0ccd6;
	padding: 10px 0 15px;
	margin-bottom: 10px;
}
.ny-right .pro1 .descript1 p {
	width: 510px;
	font-size: 13px;
	color: #666;
	line-height: 28px;
	margin: 10px 0;
	text-align: justify;
}
.ny-right .pro1 .descript1 a.consult {
	display: block;
	width: 120px;
	height: 40px;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #333;
}
.ny-right .pro1 .descript1 a.consult:hover {
	background-color: #16477f;
}
.ny-right .pro1 .descript1 p.haoma {
	color: #333;
	font-size: 15px;
	display: block;
	margin: 20px 0;
}
.ny-right .pro1 .descript1 p.haoma em {
	display: inline-block;
	color: #16477f;
	font-size: 25px;
	font-weight: bold;
	vertical-align: middle;
}
.ny-right .pro1 .share {
	overflow: hidden;
	margin-top: 15px;
}
.ny-right .pro1 .share ul li {
	float: left;
	margin: 0 5px;
}
.ny-right .detail {
	margin-bottom: 20px;
}
.ny-right .detail .de-title {
	border-bottom: solid 3px #16477f;
	margin-bottom: 20px;
}
.ny-right .detail .de-title a {
	display: block;
	width: 130px;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	margin-top: 35px;
	background:#16477f;
}
/*内页新闻列表页*/
.ny-news-list ul li {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: dashed 1px #ccc;
}
.ny-news-list ul li .pic {
	display: block;
	width: 175px;
	height: 131px;
}
.ny-news-list ul li .info {
	width: 700px;
	margin-top: 10px;
}
.ny-news-list ul li .info strong {
	display: block;
	font-size: 16px;
	color: #333;
}
.ny-news-list ul li .info p {
	display: block;
	font-size: 14px;
	color: #808080;
	margin-bottom: 6px;
}
.ny-news-list ul li .info span {
	display: block;
	font-size: 14px;
	color: #808080;
	background: url(../images/nynews-icon.png) no-repeat left center;
	padding-left: 22px;
}
.ny-news-list ul li:hover .info strong {
	color: #16477f;
}
.ny-news-list ul li:hover {
	border-color: #16477f;
}
/*内页图片列表页*/
.ny-pic-list ul li {
	float: left;
	width: 270px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.ny-pic-list ul li .pic {
	width: 270px;
	height: 199px;
	overflow: hidden;
}
.ny-pic-list ul li .pic img {
	display: block;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
}
.ny-pic-list ul li:hover .pic img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ny-pic-list ul li h3 {
	display: block;
	background: #fafafa;
	font-size: 15px;
	line-height: 45px;
	color: #666;
	text-align: center;
}
/*资料下载*/
.download-list ul li {
	float: left;
	height: 45px;
	border-bottom: dashed 1px #ccc;
	width: 100%;
}
.download-list ul li a {
	display: block;
	background: url(../images/down-icon.png) no-repeat left center;
	padding-left: 30px;
	font-size: 16px;
	line-height: 45px;
	color: #666;
}
.download-list ul li span {
	display: block;
	font-size: 14px;
	line-height: 46px;
	color: #666;
}
.download-list ul li a:hover {
	color: #16477f;
}
.ny-right .pagelist {
	padding: 10px 0;
	margin-top:15px;
	overflow: hidden;
	border-top:0px solid #eee;
	text-align:center;
}
.ny-right .pagelist a, .ny-right .pagelist span {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 2px 8px;
	margin-right:5px;
}
.ny-right .pagelist span.current {
	color: #f30;
	border: 1px solid #ddd;
}
/*新加的css*/
/*关于丰达瑞*/
.about {
	background: url(../images/about-bg.jpg) no-repeat center top;
	height: 628px;
	padding-top: 80px;
}
.about .about-con {
}
.about .about-con ul {
	display: flex;
	justify-content: space-between;
}
.about .about-con ul li:nth-child(1) {
display: flex;
flex-direction: column;
justify-content: center;
}
.about .about-con ul li em img {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 15px;
}
.about .about-con ul li:nth-child(2) img {
display: block;
width: 100%;
}
.about .about-con ul li em {
	font-size: 32px;
	color: #16477f;
	font-weight: bold;
	margin-bottom: 35px;
	display: inline-block;
}
.about .about-con ul li p {
	font-size: 16px;
	color: #06366d;
	line-height: 32px;
	width: 592px;
}
.about .about-con ul li a {
	transition: all 0.4s;
	font-size: 16px;
	color: #d6d6d6;
	width: 148px;
	height: 44px;
	border: 1px solid #dcdcdc;
	display: block;
	text-align: center;
	line-height: 44px;
	margin-top: 55px;
}
.about .about-con ul li a:hover {
	background: #06366d;
	color: #FFFFFF;
}
.about-ys {
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
	height: 116px;
	margin-top: 52px;
}
.about-ys li {
	text-align: center;
	width: calc(100% / 3);
	position: relative;
}
.about-ys li::after {
content: '';
position: absolute;
width: 1px;
height: 67px;
background: #ececec;
right: 0;
top: 23px;
}
.about-ys li:nth-child(1) {
background: url(../images/about-icon.png)no-repeat center left 100px;
}
.about-ys li:nth-child(2) {
background: url(../images/about-icon2.png)no-repeat center left 100px;
}
.about-ys li:nth-child(3) {
background: url(../images/about-icon3.png)no-repeat center left 100px;
}
.about-ys li dd {
	margin-left: 85px;
}
.about-ys li em {
	font-size: 52px;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	color: #06366d;
}
.about-ys li span {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	text-align: center;
	background: #e37a4a;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
	bottom: 30px;
	left: 10px;
}
.about-ys li:nth-child(2) span {
position: relative;
bottom: 21px;
}
.about-ys li:nth-child(2) span i {
font-size: 22px;
font-style: normal;
position: relative;
bottom: 9px;
}
.about-ys li p {
	font-size: 15px;
	color: #333333;
	position: relative;
	bottom: 22px;
}
/*产品分类*/
.proclass {
	margin-bottom: 46px;
	margin-top: 60px;
}
.proclass .index-title {
	margin-bottom: 41px;
}
.proclass .index-title h2 {
	background: url(../images/proclass-en.png) no-repeat center top;
}
.proclass-list {
	overflow: hidden;
}
.proclass-list ul {
	width: 1211px;
}
.proclass-list ul li {
	float: left;
	width: 594px;
	margin-right: 11px;
	margin-bottom: 14px;
	position: relative;
}
.proclass-list ul li .pic {
	width: 594px;
	height: 336px;
	overflow: hidden;
}
.proclass-list ul li .pic img {
	display: block;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
}
.proclass-list ul li:hover .pic img {
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.proclass-list ul li .info {
	position: absolute;
	top: 78px;
	left: 24px;
}
.proclass-list ul li .info strong {
	display: block;
	font-size: 28px;
	color: #17499b;
	margin-bottom: 19px;
}
.proclass-list ul li .info em {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #555555;
	margin-bottom: 37px;
}
.proclass-list ul li .info .more {
	display: block;
	background: url(../images/proclass-more.png) no-repeat left center;
	width: 42px;
	height: 6px;
}
.proclass-list ul li:hover .info .more {
	margin-left: 15px;
	transition:0.6s;
}
.ny-proclass-list ul li {
	width: 440px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ny-proclass-list ul li .pic {
	width: 440px;
	height: 249px;
}
.ny-proclass-list ul li .info {
	top: 28px;
}
.ny-proclass-list ul li .info strong {
	margin-bottom: 10px;
}
.ny-proclass-list ul li .info em {
	width: 250px;
	text-align: justify;
	margin-bottom: 30px
}
/* 产品 */
.product {
	background: url(../images/product-bg.jpg)no-repeat center;
	height: 1000px;
	overflow: hidden;
}
.product .title {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 55px;
	background: url(../images/product-title.png)no-repeat center top 5px;
	padding-top: 10px;
}
.product .title em {
	font-size: 32px;
	color: #16477f;
	font-weight: bold;
}
.product .title p {
	font-size: 15px;
	color: #666666;
}
.product ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product ul li {
	width: calc(100% / 2 - 7px);
	height: 350px;
	margin-bottom: 15px;
	overflow: hidden;
}
.product ul li a {
	position: relative;
	z-index: 1;
	height: 350px;
	overflow: hidden;
	display: block;
}
.product ul li em {
	font-size: 32px;
	color: #17499b;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 50px;
	display: block;
}
.product ul li p {
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	width: 315px;
	margin-left: 30px;
	margin-top: 30px;
}
.product ul li span {
}
.product ul li img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: -1;
	transition: all 1s;
}
.product ul li:hover img {
	transform: scale(1.1);
}
.product ul li span {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/product-arrow.png)no-repeat center;
	margin-left: 30px;
	margin-top: 40px;
	position: relative;
	left: 0;
	transition: all 0.4s;
}
.product ul li:hover span {
	position: relative;
	left: 25px;
}
/* 案例 */
.case {
}
.case .title {
	text-align: center;
	background: url(../images/case-title.png)no-repeat center top 7px;
	padding-top: 10px;
}
.case .title p {
	font-size: 74px;
	font-weight: bold;
	font-family: arial;
	color: #d9e3f3;
	position: relative;
	top: 30px;
}
.case .title em {
	display: block;
	background: url(../images/title-bg.png)no-repeat center;
	font-size: 32px;
	color: #17499B;
	font-weight: bold;
	font-family: 'geoslab';
}
.case .case-con {
	background: url(../images/case-bg.jpg)no-repeat center;
	height: 597px;
	overflow: hidden;
	margin-top: 45px;
}
.case .case-con ul {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.case .case-con ul li {
	width: calc(100%/4);
	height: 500px;
	text-align: center;
	background: rgba(255, 255, 255, 0.07);
	overflow: hidden;
	transition: all 0.5s;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.case .case-con ul li:last-child {
	border-right: 0;
}
.case .case-con ul li .pic {
	width: 114px;
	height: 114px;
	border-radius: 100%;
	text-align: center;
	margin: auto;
	border: 1px solid #FFFFFF;
	margin-top: 121px;
	position: relative;
	transition: all 0.5s;
}
.case .case-con ul li .pic img {
	margin-top: 30px;
}
.case .case-con ul li .pic:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 33px;
	width: 47px;
	height: 2px;
	background: #FFFFFF;
}
.case .case-con ul li em {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	margin-top: 75px;
}
.case .case-con ul li p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
	opacity: 0;
	transition: all 0.5s;
}
.case .case-con ul li a {
	position: relative;
	bottom: 0;
	transition: all 0.5s;
}
.case .case-con ul li:hover a {
	position: relative;
	bottom: 35px;
}
.case .case-con ul li:hover .pic {
	background: #005da0;
	border: 1px solid #005da0;
}
.case .case-con ul li:hover p {
	opacity: 1;
}
.case .case-con ul li:hover {
	background: rgba(0, 0, 0, 0.5);
}
 @media screen and (min-width: 200px) and (max-width: 767px) {

.case .case-con {
	background: url(../images/case-bg.jpg)no-repeat center;
	height: 420px;
	overflow: hidden;
	margin-top: 45px;
}
	 
	 
.case .case-con ul li {
width: calc(100%/4);
height: 320px;
text-align: center;
background: rgba(255, 255, 255, 0.07);
overflow: hidden;
transition: all 0.5s;
border-right: 1px solid rgba(255, 255, 255, 0.05);
}
 .case .case-con ul li .pic {
width: 75px;
height: 75px;
border-radius: 100%;
text-align: center;
margin: auto;
border: 1px solid #FFFFFF;
margin-top: 60px;
position: relative;
transition: all 0.5s;
}
 .case .case-con ul li .pic img {
margin-top: 10px;
}
 .case .case-con ul li .pic:after {
content: '';
position: absolute;
bottom: -20px;
left: 15px;
width: 47px;
height: 2px;
background: #FFFFFF;
}

.case .case-con ul li em {
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	margin-top: 45px;
}

}
/* 计算器 */
.fixed-bottom {
	background: url(../images/fixed-bottombg.jpg) no-repeat center;
	height: 200px; /*position: fixed; bottom: 0; z-index: 222; width: 100%*/
}
.fixed-bottom strong {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 72px;
}
.fixed-bottom em {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	margin-left: 15px;
}
.foot-form ul {
	width: 1224px;
}
.foot-form ul li {
	float: left;
	width: 180px;
	margin-right: 24px;
	margin-bottom: 19px;
}
.foot-form ul li input, .foot-form ul li select {
	font-family: "Microsoft YaHei";
	outline: none;
	border: none;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 41px;
	color: #666666;
	text-indent: 10px;
}
.foot-form ul li select {
	-webkit-appearance: none;
	background: url(../images/select-icon.png) no-repeat right 10px center #fff;
	text-indent: 0;
	padding-left: 10px;
}
.foot-form ul li.submit {
	width: auto;
}
.foot-form ul li.submit input {
	display: inline-block;
	width: 270px;
	text-indent: 0;
	text-align: center;
	background: #eb870d;
	color: #fff;
	margin-right: 11px;
}
.foot-form ul li span {
	display: inline-block;
	line-height: 41px;
	color: #fff;
}
/*产品分类优势*/
.proclass {
	margin-bottom: 65px;
}
.proys {
	position: relative;
	width: 825px;
	background: #fafafa
}
.proys-content ul .pic {
	position: relative;
}
.proys-content ul .pic img {
	display: block;
	width: 100%;
}
.proys-content ul .pic strong {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	bottom: 34px;
	display: block;
	border-radius: 3px;
	width: 275px;
	font-size: 18px;
	line-height: 55px;
	color: #235aa6;
	text-align: center;
	box-shadow: 1px 1px 3px #e4e3dd
}
.proys-content ul .info {
	text-align: center;
	padding-top: 26px;
	height: 114px;
}
.proys-content ul .info strong {
	display: block;
	font-size: 17px;
	color: #4c4c4c;
	margin-bottom: 7px;
}
.proys-content ul .info p {
	line-height: 25px;
	color: #666666;
	padding: 0 10px;
}
.proys-btn .prev, .proys-btn .next {
	position: absolute;
	width: 17px;
	height: 7px;
	top: 255px;
	z-index: 2;
	cursor: pointer;
}
.proys-btn .prev {
	background: url(../images/proys-prev.png) no-repeat center;
	left: 295px
}
.proys-btn .next {
	background: url(../images/proys-next.png) no-repeat center;
	right: 295px
}
.proys-btn .prev:hover {
	background: url(../images/proys-prev2.png) no-repeat center;
}
.proys-btn .next:hover {
	background: url(../images/proys-next2.png) no-repeat center;
}
.proclass-right {
	width: 445px;
	height: 462px;
	background: #fafafa
}
.proclass-right strong {
	display: block;
	font-size: 17px;
	color: #333333;
	text-align: center;
	padding: 24px 0 28px;
}
.formula ul {
	margin-bottom: 38px;
}
.formula ul li {
	background: #fff;
	float: left;
	width: 170px;
	margin: 0 19px 15px;
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	position: relative;
}
.formula ul li input, .formula ul li span {
	width: 108px;
	line-height: 37px;
	text-indent: 9px;
	outline: none;
	font-family: "Microsoft YaHei";
	border: none;
}
.formula ul li span {
	display: inline-block;
}
.formula ul li em {
	display: inline-block;
	font-size: 12px;
	line-height: 37px;
	position: absolute;
	right: 6px;
}
.formula div {
	text-align: center;
}
.formula div button, .formula div input {
	display: inline-block;
	width: 105px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #235aa6;
	border-radius: 3px;
	border: none;
	font-family: "Microsoft YaHei";
	margin: 0 10px;
}
.formula div input {
	background: #eb870d
}
.readonly, .readonly input {
	background: #d3d3d3!important;
}
.formula ul li:last-child {
	background: transparent;
}
.formula ul li.info input {
	width: 100%!important;
}
/*合作伙伴*/
.partner {
	background: url(../images/partner-bg.jpg) no-repeat center top;
	height: 530px;/* padding-top: 60px;*/
	overflow: hidden;
}
.partner .index-title {
	margin-bottom: 47px;
	padding-top: 10px;
	background: url(../images/partner-title.png)no-repeat center top;
	margin-top: 90px;
}
.partner .index-title h2 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.partner .pic {
	display: block; /*width: 958px; */
	margin: 0 auto;
}
.partner .pic ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.partner .pic ul li {
	width: calc(100% / 6);
}
.partner .pic ul li a {
}
/*2022.3.2友情链接*/
.foot-link {
	background: #313131;
	padding: 15px 0;
	border-bottom: solid 1px #3a3a3a;
}
.foot-link ul em {
	display: inline-block;
	font-size: 13px;
	color: #666;
	font-weight: bold;
}
.foot-link ul li a {
	float: left;
	display: block;
	font-size: 13px;
	color: #666;
	margin-right: 15px;
}
.foot-link ul li a:hover {
	color: #fff;
}
