﻿@CHARSET "UTF-8";
html {
	margin: 0;
	padding: 0;
	border: 0;
}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #fff;
	color: #666;
	position: relative;
	font: 12px/1.5 Microsoft YaHei, arial, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover, a:active, a:focus {
	color: #e87518;
	text-decoration: none;
	outline: none;
}
input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}
img {
	border: none;
	background: none;
	vertical-align: middle;
}
ul, ol, li {
	list-style-type: none;
}
select, input, img, select {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
table, th, td {
	vertical-align: middle
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom: 1
}
.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}
h1, h2, h3, h4 {
	font-size: 12px;
	font-weight: 400;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}
input:focus{
    outline: none;　
    border: 1px solid #25688f; 
}

.com-img {
	display: inline;
	overflow: hidden;
	margin: 0 auto;
	display: table;
}
.com-img img {
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
}
.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.wt_t {
	max-width: 1500px;
	margin: 0 auto;
}
h2.bt {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
/* select */
.select {
	position: relative;
 
	margin: 0 auto;
}
.select dt {
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	background: #25688f;
	display: block;
	width: 60%;
	border-radius: 4px;
	margin: 0 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
	outline:none;
	text-align:center;
}
.select dt:hover, .select dt.cur {outline:none; cursor:pointer; background:#25688f;
}
.select dd {
	position: absolute;
	left: 0;
	top: 38px;
	border-radius:4px;
 background:#fff;
 	display: none;
	width:100%;
}
.select dd ul {
	padding: 4px;
	width: 100%;
	max-height: 250px;
	overflow: auto;
}
.cpzx .content .list2 .select dd ul li {
	line-height: 40px;
	display: block;
	text-align:center;
	font-size:14px;
	padding: 0 8px;
	width:80%;
	margin:0 auto;
	margin-top:2%;
 
		border: 1px solid #eee;
		border-radius:2px;
		color:#333;
		background:#fff;

}
.cpzx .content .list2 .select dd ul li:hover {
	background:#25688f;
	color:#fff;
	border-color:#25688f;
}
 
@media (max-width: 993px) {
h2.bt {
	font-size: 30px;
}
}
h2.bt span {
	font-size: 16px;
	color: #999999;
	margin-top: 26px;
	display: block;
	font-weight: normal;
	letter-spacing: 2px;
}
 @media (max-width: 500px) {
h2.bt span {
	line-height: 24px;
}
}
/*<!--{* 产品中心 *}-->*/


.cpzx {
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 48px;
}
.cpzx .content {
	margin-top: 44px;
/*	display: flex;
	flex-wrap: wrap;*/
}
.cpzx .content .cpzx-1 {
	width: 100%;
}
 @media (max-width: 1025px) {
.cpzx .content .cpzx-1 {
	width: 100%;
}
}
.cpzx .content .list2 {
	margin-left: -20px;
	display: flex;
	flex-wrap: wrap;
}
 @media (max-width: 1380px) {
.cpzx .content .list2 {
	margin-left: -10px;
}
}
 @media (max-width: 1025px) {
.cpzx .content .list2 {
	margin-left: 0;
}
}
.cpzx .content .list2 li {
	width: 25%;
	padding: 0 20px;
 
}
 @media (max-width: 1380px) {
.cpzx .content .list2 li {
	padding: 0 10px;
}
}
 @media (max-width: 500px) {
.cpzx .content .list2 li {
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}
}
.cpzx .content .list2 li a {
	display: block;
	background: #fff;
	text-align: center;
}
.cpzx .content .list2 li .zi {
	padding: 45px 10px 0;
	background:#fff;
}
.cpzx .content .list2 li .zi h3 {
	font-size: 18px;
	color: #333333;
	position: relative;
	text-align:center;	
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
 
}
.cpzx .content .list2 li .zi h3:after {
	content: '';
	display: block;
	background: #4c4c4c;
	width: 41px;
	height: 4px;
	margin: 16px auto;
}
/*.cpzx .content .list2 li .zi dd {
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	background: #25688f;
	display: block;
	width: 60%;
	border-radius: 4px;
	margin: 0 auto;
}*/
.cpzx .content .list2 li .img {
	margin-top: 0;
}
 @media (max-width: 1610px) {
.cpzx .content .list2 li .img {
	margin-top: 0;
}
}
.cpzx .content .list2 li .img img {
	max-width: 100%;
}
.cpzx .content .cpzx-2 {
	width: 38%;
}
.cpzx .content .list3 {
	margin-right: -20px;
	height: 100%;
}
 @media (max-width: 1380px) {
.cpzx .content .list3 {
	margin-right: -10px;
}
}
 @media (max-width: 1025px) {
.cpzx .content .list3 {
	display: none;
}
}
.cpzx .content .list3 li {
	padding: 0 20px;
	height: 100%;
}
 @media (max-width: 1380px) {
.cpzx .content .list3 li {
	padding: 0 10px;
}
}
.cpzx .content .list3 li a {
	display: flex;
	background: #fff;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}
.cpzx .content .list3 li .img {
	width: 56%;
}
.cpzx .content .list3 li .img img {
	max-width: 100%;
}
.cpzx .content .list3 li .zi {
	padding: 0 20px;
	width: 44%;
}
.cpzx .content .list3 li .zi h3 {
	font-size: 28.57px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
 @media (max-width: 1380px) {
.cpzx .content .list3 li .zi h3 {
	font-size: 24px;
}
}
.cpzx .content .list3 li .zi h3:after {
	content: '';
	display: block;
	background: #4c4c4c;
	width: 50px;
	height: 5px;
	margin: 22px 0 16px;
}
.cpzx .content .list3 li .zi dd {
	font-size: 21.43px;
	color: #999999;
	line-height: 36px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
 @media (max-width: 1380px) {
.cpzx .content .list3 li .zi dd {
	font-size: 18px;
	line-height: 28px;
}
}
.cpzx .content .list3 li .zi .ck {
	margin-top: 52px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	background: #5e4974;
	font-size: 18px;
	width: 91%;
	line-height: 40px;
	display: block;
}
 @media (max-width: 1380px) {
.cpzx .content .list3 li .zi .ck {
	margin-top: 30px;
}
}
.cpzx .ck {
	margin: 50px auto 0;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	background: #25688f;
	font-size: 18px;
	width: 195px;
	line-height: 53px;
	display: block;
	border: 1px solid #e6e6e6;
}
.cpzx .ck:hover {
	background-color: #ef4d3d;
}
.hengxiand {
	width: 30px;
	height: 3px;
	margin: 0 auto;
	background-color: #7c7d81;
	margin-top: 20px;
	margin-bottom: 15px;
}
 @media (max-width: 500px) {
.cpzx .ck {
	margin-top: 20px;
}
}
/*<!--{* 解决方案 *}-->*/

.jjfa {
	margin-top: 50px;
	margin-bottom: 52px;
}
.jjfa .list2 {
	margin-top: 42px;
}
.jjfa .list2 li {
	float: left;
	position: relative;
}
.jjfa .list2 li:hover .img img {
	transform: scale(1.1);
}
.jjfa .list2 li .img {
	overflow: hidden;
}
.jjfa .list2 li .img img {
	width: 100%;
	transition-duration: .3s;
}
.jjfa .list2 li .zi {
	/*	position: absolute;
	width: 100%;
	height: 15%;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 0 5%;*/


	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(22,96,141,0.5);
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	padding: 0 5%;
}
.jjfa .list2 li .zi h3 {
	color: #fff;
	font-size: 28px;
}
 @media (max-width: 1025px) {
.jjfa .list2 li .zi h3 {
	font-size: 14px;
}
}
 @media (max-width: 500px) {
.jjfa .list2 li .zi h3 {
	font-size: 12px;
}
}
.jjfa .list2 li .zi h4 {
	font-size: 24px;
	margin-top: 18px;
	color: #fff;
}
 @media (max-width: 1380px) {
.jjfa .list2 li .zi h4 {
	font-size: 24px;
}
}
 @media (max-width: 1025px) {
.jjfa .list2 li .zi h4 {
	font-size: 18px;
}
}
 @media (max-width: 500px) {
.jjfa .list2 li .zi h4 {
	font-size: 14px;
	margin-top: 0;
	line-height: 24px;
}
}
.jjfa .list2 li .zi .img1 {
	margin-top: 14%;
}
.jjfa .list2 li .zi .img1 img {
	max-width: 100%;
}
 @media (max-width: 500px) {
.jjfa .list2 li .zi .img1 img {
	height: 40px;
}
}
.jjfa .list2 li:nth-child(1) {
	width: 49.3%;
	margin-right: 0.7%;
}
 @media (max-width: 993px) {
.jjfa .list2 li:nth-child(1) {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
}
.jjfa .list2 li:nth-child(1) .zi {
	justify-content: center;
	text-align: center;
}
.jjfa .list2 li:nth-child(1) .zi .img1 {
	margin-top: 0%;
	color: #fff;
	font-size: 24px;
}
.jjfa .list2 li:nth-child(2) {
	width: 50%;
	margin-bottom: 0.8%;
}
 @media (max-width: 993px) {
.jjfa .list2 li:nth-child(2) {
	width: 100%;
	margin-bottom: 20px;
}
}
.jjfa .list2 li:nth-child(3) {
	width: 24.7%;
	margin-right: 0.6%;
}
 @media (max-width: 993px) {
.jjfa .list2 li:nth-child(3) {
	width: 49.5%;
	margin-right: 1%;
}
}
.jjfa .list2 li:nth-child(4) {
	width: 24.7%;
}
 @media (max-width: 993px) {
.jjfa .list2 li:nth-child(4) {
	width: 49.5%;
}
}
/*    <!--{* 案例展示 *}-->*/

.x-case1 {
	padding: 0 0 0px;
}
.x-case-list2 {
	padding: 53px 0 0px;
	text-align: center;
}
 @media(max-width:1200px) {
.x-case-list2 {
	padding: 29px 0 27px;
}
}
.x-case-list2 li a {
	display: block;
	position: relative;
}
.x-case-list2 li img {
	max-width: 100%;
}
.x-case-list2 {
	font-size: 0;
	position: relative;
}
.x-case-list2 li h3 {
	position: absolute;
	bottom: 0;
	z-index: 9;
	width: 100%;
	display: none;
	font-size: 26px;
	padding: 11% 5%;
	color: #fff;
	transition: all .6s;
	background: url(../images/06c82d505d3a44708e9828c2e8a1c0e70341e150.png)center right 5% no-repeat #5e4974;
}
.x-case-list2 li b {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 0%;
	transition: all .6s;
	background: rgba(0,0,0,.54);
}
.x-case-list2 li:hover b {
	height: 100%;
}
.x-case-list2 li:hover h3 {
	display: block;
}
@media(max-width:1200px) {
.x-case-list2 li h3 {
	font-size: 20px;
}
}
.casezoom .owl-carousel .owl-nav.disabled {
	display: block;
}
.casezoom .owl-carousel .owl-nav button {
	position: absolute;
	width: 46px;
	height: 82px;
	top: 40%;
	outline: none;
	transition: all .6s;
}
.casezoom .owl-carousel .owl-nav button.owl-prev {
	left: 4%;
	background: url(../images/91408d1bdb99b16d51656e49098d63b7b648aba3.png)center no-repeat rgba(255,255,255,.11);
}
.casezoom .owl-carousel .owl-nav button.owl-prev:hover {
	background: url(../images/91408d1bdb99b16d51656e49098d63b7b648aba3.png)center no-repeat #5e4974;
}
.casezoom .owl-carousel .owl-nav button.owl-next {
	right: 4%;
	background: url(../images/44de320b5b98d3b0b872acf6ba3f02eca96cabec.png)center no-repeat rgba(255,255,255,.11);
}
.casezoom .owl-carousel .owl-nav button.owl-next:hover {
	background: url(../images/44de320b5b98d3b0b872acf6ba3f02eca96cabec.png)center no-repeat #5e4974;
}
/*<!--{* 我们的优势 *}-->*/

.case {
	background: #f5f5f5;
	background-size: cover;
	padding: 5% 0;
}
.case ul {
	font-size: 0;
	margin-top: 50px;
}
.case ul li {
	width: 24%;
	margin-right: 1.3333%;
	float: left;
	cursor: pointer;
	margin-bottom:1.5%;
}
.case ul li:nth-child(4) {
	margin-right: 0;
}
.case ul li .img img {
	width: 100%;
}
.case ul li .wz {
	background: #fff;
	padding: 10% 5%;
	position: relative;
	text-align: center;
}
.case ul li .wz h3 {
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case ul li .wz p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding-top: 6%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 64px;
	overflow: hidden;
}
.case ul li .wz::after {
	content: '';
	width: 0;
	height: 8px;
	background: #ef4d3d;
	transition: 0.8s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.case ul li:hover .wz::after {
	width: 100%;
}
 @media (max-width: 990px) {
.case ul li {
	width: 49%;
	margin: 0;
	margin-bottom: 20px;
}
.case ul li:nth-child(2n) {
	margin-left: 2%;
}
}
 @media (max-width: 768px) {
.index-c1 ul li:nth-child(2n+1) {
	border-right: 1px solid #f7f7f7;
}
.case ul li .wz h3 {
	font-size: 18px;
}
}
/*<!-- 关于 -->*/


.about {
	background: url(../images/abtbg.jpg) no-repeat center top #fafafa;
	padding-bottom: 30px;
	padding-top: 250px;
	background-size: contain;
}
 @media (max-width: 500px) {
.about {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
.about .content {
	background: #fff;
	padding-top: 62px;
}
 @media (max-width: 1480px) {
.about .content {
	padding-left: 15px;
	padding-right: 15px;
}
}
.about .content h2 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
 @media (max-width: 993px) {
.about .content h2 {
	font-size: 26px;
}
}
.about .content dd {
	margin: 40px auto 0;
	font-size: 16px;
	line-height: 30px;
	max-width: 90%;
	text-align: center;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-align: left;
	text-indent: 2em;
	-webkit-box-orient: vertical;
}
 @media (max-width: 993px) {
.about .content dd {
	font-size: 14px;
	line-height: 24px;
}
}
.about .content .list2 {
	margin: 40px auto 0;
	text-align: center;
	max-width: 1374px;
}
.about .content .list2 li {
	width: 25%;
	float: left;
}
 @media (max-width: 780px) {
.about .content .list2 li {
	width: 50%;
	margin-bottom: 20px;
}
}
.about .content .list2 li h3 {
	font-weight: 600;
	color: #25688f;
	font-family: Impact;
	font-size: 48px;
}
 @media (max-width: 500px) {
.about .content .list2 li h3 {
	font-size: 28px;
}
}
.about .content .list2 li h3 span {
	font-weight: 500;
	color: #666666;
	font-size: 14px;
	font-family: å¾®è½¯é›…é»‘;
}
 @media (max-width: 500px) {
.about .content .list2 li h3 span {
	font-size: 12px;
}
}
.about .content .list2 li dt {
	font-size: 14px;
	color: #666666;
	display: block;
	font-weight: 500;
	margin-top: 9px;
}
 @media (max-width: 500px) {
.about .content .list2 li dt {
	font-size: 12px;
}
}
.about .content .ck {
	margin: 70px auto 0;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	background: #25688f;
	font-size: 18px;
	width: 200px;
	line-height: 53px;
	display: block;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	transform: translateY(29px);
}
.about .content .ck:hover {
	background: #ef4d3d;
}
 @media (max-width: 993px) {
.about .content .ck {
	margin-top: 40px;
}
}
 @media (max-width: 780px) {
.about .content .ck {
	margin-top: 0px;
}
}
/*<!-- 新闻中心 -->*/
.xinwen {
	background: #fafafa;
	padding-top: 50px;
	padding-bottom: 76px;
}
 @media (max-width: 500px) {
.xinwen {
	padding-bottom: 50px;
}
}
.xinwen .list2 {
	margin-top: 40px;
	margin-left: -11px;
	margin-right: -11px;
}
 @media (max-width: 993px) {
.xinwen .list2 {
	margin-left: 0;
	margin-right: 0;
}
}
.xinwen .list2 li {
	float: left;
	padding: 0 11px;
	width: 25%;
}
 @media (max-width: 993px) {
.xinwen .list2 li {
	width: 50%;
}
}
.xinwen .list2 li a {
	display: block;
	padding-bottom: 28px;
	border-bottom: 5px solid #f4f4f4;
}
.xinwen .list2 li a:hover {
	border-color: #ef4d3d;
}
.xinwen .list2 li a:hover .zi h3 {
	color: #ef4d3d;
}
.xinwen .list2 li a .img img {
	max-width: 100%;
}
.xinwen .list2 li a .zi {
	width: 100%;
	padding-top: 30px;
}
.xinwen .list2 li a .zi h3 {
	font-weight: 600;
	line-height: 38px;
	color: #333333;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xinwen .list2 li a .zi dd {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.xinwen .list2 li a .zi .time {
	background: url(../images/ckxq.png) no-repeat right 50%;
	margin-top: 16px;
	line-height: 27px;
	font-size: 14px;
	font-family: arial;
	color: #666666;
	background-size: 8%;
}
.xinwen .ck {
	margin: 70px auto 0;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	background: #25688f;
	font-size: 18px;
	width: 200px;
	line-height: 53px;
	display: block;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}
.xinwen .ck:hover {
	background: #ef4d3d;
}
 @media (max-width: 993px) {
.xinwen .ck {
	margin-top: 40px;
}
}
 @media (max-width: 780px) {
.xinwen .ck {
	margin-top: 20px;
}
}
/*<!-- 合作伙伴 -->*/
.hzhb {
	margin-top: 60px;
	margin-bottom: 58px;
}
.hzhb .list2 {
	margin-top: 48px;
	margin-left: -13px;
	margin-right: -13px;
}
 @media (max-width: 780px) {
.hzhb .list2 {
	margin-left: 0;
	margin-right: 0;
}
}
.hzhb .list2 li {
	padding: 13px 13px;
	float: left;
	width: 16.66667%;
}
 @media (max-width: 780px) {
.hzhb .list2 li {
	width: 33.33%;
	margin-bottom: 20px;
}
}
 @media (max-width: 500px) {
.hzhb .list2 li {
	width: 50%;
}
}
.hzhb .list2 li a {
	display: block;
	border: 1px solid #d9d9d9;
}
.hzhb .list2 li a img {
	width: 100%;
}
/*<!--{* 通栏 *}-->*/

.foot {
	padding-top: 70px;
	background: url(../images/footer_bg.jpg);
	padding-bottom: 15px;
	background-size: cover;
}
 @media (max-width: 700px) {
.foot {
	display: none;
}
}
.foot .content {
	padding-bottom: 42px;
}
.foot .content .foot1 {
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: right;
}
 @media (max-width: 993px) {
.foot .content .foot1 {
	width: 100%;
}
}
.foot .content .foot1 li {
	text-align: left;
}
.foot .content .foot1 li:last-child {
	margin-right: 0;
}
.foot .content .foot1 li h2 {
	color: #fff;
	font-size: 18px;
	line-height: 52px;
}
.foot .content .foot1 li .sec {
	margin-top: 6px;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	opacity: 0.75;
}
.foot .content .foot1 li .sec a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	opacity: 0.75;
}
.foot .content .foot2 {
	float: left;
}
 @media (max-width: 993px) {
.foot .content .foot2 {
	display: none;
}
.cpzx .content .list2 li {
	padding: 0;
	width: 47%;
	margin: 1.5%;
}
.cpzx .content .list2 li a {
 
	height:220px;
}
.cpzx .content .list2 li .img img{ width:auto; height:100%;}

}
.foot .content .foot2 img {
	max-width: 100%;
}
.foot .content .foot2 p {
	line-height: 46px;
	font-size: 18px;
	color: #fff;
}
.foot .link {
	line-height: 24px;
	/* height: 38px; */
    /* overflow: hidden; */
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
	padding: 7px 0;
}
.foot .link a {
	color: #fff;
	padding-right: 10px;
}
.ban {
	padding: 12px 0;
	background: #1b1b1b;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.ban a {
	color: #fff;
}
.tux {
	overflow: hidden;
}
.tux img {
	transition-duration: .3s;
}
.tux img:hover {
	transform: scale(1.1);
}
 @media (max-width: 768px) {
.ban {
	margin-bottom: 70px;
}
 
.cpzx .content .list2 li a {
 
	height:135px;
}
.cpzx .content .list2 li .img{ height:160px; background:#fff;}

.cpzx .content .list2 li .img img{ width:auto; height:100%; display:block; text-align:center; margin:0 auto;}


}
/* 页脚 */
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #5e4974;
	margin-top: 10%;
}
.footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	color: #ffffff;
	padding: 15px 0 10px 0;
	border-right: 1px solid #196899;
}
.footer ul li h3 {
	padding-top: 20px;
	font-size: 14px;
	color: #ffffff;
}
.footer ul li:nth-child(1) {
	background: url(../images/home.png) no-repeat 50% 15%;
 
	background-size:13%;
}
/*.footer ul li:nth-child(2) {
	background: url(//cdn.xypt.top/7c3d4806/20/11/7da71336b222292e75cfbaa95130f2222836703c.png) no-repeat 50% 23%;
	width: 29px;
}
.footer ul li:nth-child(3) {
	background: url(//cdn.xypt.top/7c3d4806/20/11/309375240d55fec1566c4a93a8bdc07e76d69e1b.png) no-repeat 50% 23%;
	width: 29px;
}*/
.footer ul li:nth-child(2) {
	background: url(../images/tel.png) no-repeat 50% 15%;
	background-size:13%;
}
.footer ul li.active {
	background: #5e4974;
}
.footer ul li:nth-child(1).active {
	background: url(//cdn.xypt.top/7c3d4806/20/11/93d3d55185398a3e6a47465e7fb5c63e7b1d5958.png) no-repeat 50% 20%;
	width: 29px;
}
.footer ul li:nth-child(2).active {
	background: url(//cdn.xypt.top/7c3d4806/20/11/7da71336b222292e75cfbaa95130f2222836703c.png) no-repeat 50% 23%;
	width: 29px;
}
.footer ul li:nth-child(3).active {
	background: url(//cdn.xypt.top/7c3d4806/20/11/309375240d55fec1566c4a93a8bdc07e76d69e1b.png) no-repeat 50% 23%;
	width: 29px;
}
.footer ul li:nth-child(4).active {
	background: url(//cdn.xypt.top/7c3d4806/20/11/7cfd2687ccadc03e2f3b6e7bda5744289b9c1a77.png) no-repeat 50% 23%;
	width: 29px;
}
.footer ul li a {
	display: block;
}
.footer ul li .iconfont {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.footer ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

 @media (max-width: 414px) {
 
.cpzx .content .list2 li a {
 
	height:110px;
}
.cpzx .content .list2 li .img img{ width:auto; height:100%;}

}
