/* CSS Document */
@charset "utf-8";
	* {
	margin:0;
	padding:0;
}
body {
	font:14px/1.5 "Microsoft Yahei";
	color:#333;
	cursor:default;
}
img {
	border:0px;
	vertical-align:top;
}
ul,ol {
	list-style-type:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input,textarea,select {
	font:14px/1 "Microsoft Yahei";
	color:#555;
	outline:0;
}
textarea {
	resize:none;
	overflow:auto;
}
input[type='checkbox'],input[type='radio'] {
	vertical-align:-2px;
	margin-right:5px;
}
h1,h2,h3,h4,h5,h6,font {
	font-size:14px;
}
a {
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
a:hover,a:active {
	color:#e0272c;
}
em {
	font-style:normal;
}
h3,h4 {
	font-weight:400;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#e5e5e5;
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color:#e5e5e5;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#e5e5e5;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#e5e5e5;
}
.clearfix:after {
	content:"";
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
	width:100%;
	height:1px;
}
.hidden {
	display:none;
}
.center {
	text-align:center;
}
.p_left,.leftCon {
	float:left;
}
.p_right,.rightCon {
	float:right;
}
.autocut {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-break:break-all;
}
.ease {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
a {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
.noease,.noease * {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.wrap {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.pcolor {
	color:#1B954E;
}
body {
	position:relative;
	max-width:100%;
	overflow-x:hidden;
}
/* 网站公共头部区域 */

.p_header {
	width:100%;
	height:100px;
	background:#fff;
	overflow:hidden;
}
.p_header .wrap {
	width:82%;
}
.i_header {
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	background:rgba(255,255,255,0.1);
	border-bottom:1px solid #4ba7dc;
}
.p_header .logo {
	float:left;
}
.p_header .logo img {
	display:block;
	height:100px;
}
.p_header .zl_iso {
	float:left;
	margin:0 30px;
}
.p_header .zl_iso img {
	display:block;
	height:100px;
}
.p_header .gx_icon {
	float:left;
}
.p_header .gx_icon img {
	display:block;
	height:100px;
}
.p_header .menuCon {
	float:right;
	margin-left:30px;
	margin-right:30px;
}
.p_header .menuCon ul {
	padding:30px 0 0;
	overflow:hidden;
}
.p_header .menuCon li {
	float:left;
	padding:0 18px;
}
.p_header .menuCon li a {
	position:relative;
	display:block;
	font-size:16px;
	color:#000000;
	line-height:40px;
}
.p_header .menuCon li.on a {
	border-bottom:2px solid #f16b12;
	color:#f16b12;
	font-weight:bold;
}
.p_header .menuCon li a:hover {
	color:#f16b12;
	font-weight:bold;
}
.p_header .menuCon li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 0;
	height: 2px; 
	background: #f16b12;
	transition: all 0.3s;
}
.p_header .menuCon li:hover a:after {
	width: 100%;
}

.p_header .tel {
	float:right;
	height: 40px;
	margin-top:30px;
	padding-left:45px;
	background:url(../images/p_header_tel.png) left center no-repeat;
	background-size: 40px 40px;
}
.p_header .tel em {
	display:block;
	font-size:16px;
	color:#6b6b6b;
	line-height:24px;
}
.p_header .tel span {
	display:block;
	font-size:22px;
	color:#f16b12;
	font-weight:bold;
	line-height:40px;
}
/*@media screen and (max-width:1850px){*/
/*    .p_header .menuCon li {*/
/*        padding: 0 15px;*/
/*    }*/
/*}*/

/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height:680px;
	overflow:hidden;
}
.i-banner .flexslider ul {
	width:100%;
	height:100%;
}
.i-banner .flexslider ul li {
	width:100%;
	height:680px;
}
.i-banner .flexslider {
	position:relative;
	height:680px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
.i-banner .flex-control-paging li a {
	width:15px;
	height:15px;
	border:1px solid #fff;
	background:none;
}
.i-banner .flex-control-paging li a.flex-active {
	background:#fff;
}
.al_s_tit {
	width:100%;
	text-align:center;
	margin-bottom:45px;
}
.al_s_tit h3 {
	font-size:35px;
	color:#000000;
	font-weight:bold;
	position:relative;
	margin-top:-36px;
}
.al_s_tit .des {
	width:100%;
	height:30px;
	text-align:center;
}
.al_s_tit .des .line {
	display:inline-block;
	width:30px;
	height:1px;
	background:#666666;
	position:relative;
	top:-5px;
}
.al_s_tit .des span {
	display:inline-block;
	font-size:16px;
	color:#000000;
	line-height:30px;
	margin:0 10px;
}
/*荣誉资质*/

.al_ry {
	width:100%;
	padding:50px 0;
	overflow:hidden;
}
.al_ry .ryItmNum {
	width:100%;
	overflow:hidden;
}
.al_ry .ryItmNum ul {
	width:100%;
}
.al_ry .ryItmNum li {
	float:left;
	width:20%;
	text-align:center;
}
.al_ry .ryItmNum li .num {
	display:block;
	height:50px;
	overflow:hidden;
	font-size:48px;
	color:#000000;
	line-height:50px;
	font-weight:bold;
}
.al_ry .ryItmNum li .num em {
	font-size:16px;
	color:#333333;
	font-weight:400;
}
.al_ry .ryItmNum li .tit {
	font-size:14px;
	color:#333333;
	line-height:30px;
	margin-top: 4px;
}
.al_ry .ryItmPic {
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.al_ry .ryItmPic img {
	display:block;
	border:1px solid #d6d6d6;
}
.al_ry .ryItmPic .itmLeft {
	float:left;
	width:304px;
}
.al_ry .ryItmPic .itmMid {
	float:left;
	width:626px;
}
.al_ry .ryItmPic .itmMid img {
	float:left;
}
.al_ry .ryItmPic .itmRt {
	float:right;
	width:260px;
}
.al_ry .ryItmPic .itmRt .box {
	height:240px;
	padding:15px;
	background:#f3844b;
	margin-top:10px;
}
.al_ry .ryItmPic .itmRt .box em {
	display:block;
	font-size:14px;
	color:#ffffff;
	line-height:20px;
	text-transform:uppercase;
}
.al_ry .ryItmPic .itmRt .box span {
	display:block;
	font-size:28px;
	color:#ffffff;
	line-height:40px;
	font-weight:bold;
}
.al_ry .ryItmPic .itmRt .box p {
	font-size:14px;
	color:#ffffff;
	line-height:26px;
	margin:12px 0 15px;
}
.al_ry .ryItmPic .itmRt .box .m_btn {
	display:block;
	width:120px;
	height:32px;
	background-color:#fff;
	text-align:center;
	line-height:32px;
	font-size:16px;
	color:#000;
}
/*解决方案*/

.al_fa {
	width:100%;
	min-height:800px;
	overflow:hidden;
}
.al_fa .f_con {
	width:100%;
	position:relative;
}
.al_fa .f_con .bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:700px;
	background-color:#f1f1f1;
}
.al_fa .f_con .itmTop {
	width:100%;
	overflow:hidden;
}
.al_fa .f_con .itmTop .itmLf {
	float:left;
	width:380px;
}
.al_fa .f_con .itmTop .itmLf .tag {
	background:#fff;
	width:355px;
	height:143px;
	padding:40px 0 5px 25px;
	margin:10px 0 0;
}
.al_fa .f_con .itmTop .itmLf .tag ul {
	width:100%;
}
.al_fa .f_con .itmTop .itmLf .tag li {
	float:left;
	width:50%;
	margin-bottom:15px;
}
.al_fa .f_con .itmTop .itmLf .tag li a {
	display:block;
	/*width:145px;
	*/

	height:47px;
	/*background:url(../images/cp_k01.gif) no-repeat;
	*/
}
.al_fa .f_con .itmTop .itmLf .tag li a .icon {
	float:left;
	display:block;
	width:47px;
	height:47px;
	background-color:#102044;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	position:relative;
	z-index:2;
}
.al_fa .f_con .itmTop .itmLf .tag li:hover a .icon {
	background-color:#e77918;
}
.al_fa .f_con .itmTop .itmLf .tag li a .icon img {
	display:block;
	margin:0px auto;
}
.al_fa .f_con .itmTop .itmLf .tag li a em {
	float:left;
	display:block;
	width:98px;
	height:30px;
	font-size:12px;
	color:#102044;
	font-weight:bold;
	line-height:30px;
	padding-right:2px;
	padding-left:20px;
	border:1px solid #ccc;
	border-radius:15px;
	margin-top:6px;
	position:relative;
	z-index:1;
	left:-20px;
}
.al_fa .f_con .itmTop .itmLf .pic {
	width:390px;
	margin-top:10px;
}
.al_fa .f_con .itmTop .itmLf .pic a {
	float:left;
	display:block;
	width:184px;
	margin-right:10px;
	margin-bottom:6px;
	overflow:hidden;
	background: #fff;
}
.al_fa .f_con .itmTop .itmLf .pic a img {
	display:block;
	width:184px;
	height: 140px;
	object-fit: cover;
}
.al_fa .f_con .itmTop .itmLf .pic a span {
	display:block;
	width:100%；

	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#a4a4a4;
	line-height:30px;
}
.al_fa .f_con .itmTop .itmRt {
	position:relative;
	float:right;
	width:724px;
	height:543px;
	padding:0 0 0 10px;
}
.al_fa .f_con .itmTop .itmRt .nav {
	position:absolute;
	top:70px;
	left:0px;
	z-index:99;
}
.al_fa .f_con .itmTop .itmRt .nav a {
	font-size:14px;
	color:#fff;
	background:url(../images/cp_k03.png) no-repeat;
	display:block;
	width:124px;
	height:50px;
	line-height:50px;
	padding:8px 0 0;
	text-align:center;
	margin-bottom:25px;
}
.al_fa .f_con .itmTop .itmRt .nav a.on,.al_fa .f_con .itmTop .itmRt .nav a:hover {
	background:url(../images/cp_k04.png) no-repeat;
}
.al_fa .f_con .itmTop .itmRt .list {
	position:relative;
	width:100%;
	height:543px;
}
.al_fa .f_con .itmTop .itmRt .list a {
	display:none;
	position:absolute;
	left:0;
	top:0;
}
.al_fa .f_con .itmTop .itmRt .list a:first-child {
	display:block;
}
.al_fa .f_con .itmTop .itmRt .list a img {
	display:block;
	width:724px;
	height:543px;
}
.al_fa .f_con .itmBtm {
	width:100%;
	margin-top:30px;
	padding-bottom:30px;
}
.picMarqueeCp {
	position:relative;
	width:100%;
}
.picMarqueeCp .hd {
	position:absolute;
	left:0;
	top:60px;
	width:100%;
	height:77px;
}
.picMarqueeCp .hd a {
	position:absolute;
	display:block;
	width:77px;
	height:77px;
	
	z-index:99;
}
.picMarqueeCp .hd a.prev {
	right:-36px;
	background:url(../images/cp_rico01.png) no-repeat;
}
.picMarqueeCp .hd a.prev:hover {
	background:url(../images/cp_rico02.png) no-repeat;
}
.picMarqueeCp .hd a.next {
	left:-36px;
	background:url(../images/cp_lico01.png) no-repeat;
}
.picMarqueeCp .hd a.next:hover {
	background:url(../images/cp_lico02.png) no-repeat;
}
.picMarqueeCp .bd {
	position:relative;
	z-index:9;
	width:100%;
	overflow:hidden;
}
.picMarqueeCp .bd .picList {
	width:100%;
}
.picMarqueeCp .bd .picList li {
	float:left;
	width:290px;
	margin-left:12px;
	background: #fff;
}
.picMarqueeCp .bd .picList li a {
	display:block;
	width:100%;
}
.picMarqueeCp .bd .picList li a img {
	display:block;
	width:100%;
	height:216px;
	object-fit:cover;
}
.picMarqueeCp .bd .picList li a span {
	display:block;
	width:100%;
	height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
	font-size:14px;
	color:#a4a4a4;
}
/*匠心品质*/
.al_pz {
	width:100%;
	overflow:hidden;
	padding:30px 0;
}
.al_pz .z_list {
	position:relative;
	width:100%;
	height:450px;
}
.al_pz .z_list .itmDesc {
	height:100%;
}
.al_pz .z_list .itmDesc ul {
	position:relative;
	width:1200px;
	height:450px;
}
.al_pz .z_list .itmDesc li {
	position:absolute;
	width:310px;
	padding: 20px 0 30px 70px;
}
.al_pz .z_list .itmDesc li span {
	display:block;
	font-size:20px;
	color:#111f44;
	line-height:50px;
	font-weight:bold;
}
.al_pz .z_list .itmDesc li span em {
	color:#f16b12;
}
.al_pz .z_list .itmDesc li p {
	font-size:14px;
	color:#666666;
	line-height:24px;
}
.al_pz .z_list .itmDesc li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: #111f44;
    transition: all 0.5s;
}
.al_pz .z_list .itmDesc li:hover:after {
    width: 100%;
}
.al_pz .z_list .itmDesc li:hover {
    box-shadow: -3px 1px 10px 4px rgb(0 0 0 / 30%);
}

.al_pz .itmPic {
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-190px;
	width:380px;
	height:380px;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #d7d7d7;
	box-shadow:0 5px 7px 7px #f5f5f5;
	-webkit-box-shadow:0 5px 7px 7px #f5f5f5;
	-moz-box-shadow:0 5px 7px 7px #f5f5f5;
	-ms-box-shadow:0 5px 7px 7px #f5f5f5;
	-o-box-shadow:0 5px 7px 7px #f5f5f5;
}
.al_pz .itmPic .swiper-slide a {
	display:block;
	padding:20px;
	overflow:hidden;
}
.al_pz .itmPic .swiper-slide a .tit {
	text-align:right;
}
.al_pz .itmPic .swiper-slide a .tit h3 {
	font-size:24px;
	color:#000000;
	font-weight:bold;
	line-height:40px;
}
.al_pz .itmPic .swiper-slide a .tit p {
	font-size:14px;
	color:#000000;
	line-height:24px;
}
.al_pz .itmPic .swiper-slide a .pic {
	width:100%;
}
.al_pz .itmPic .swiper-slide a .pic img {
	display:block;
	height:240px;
	margin:0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.swiper-paginationPz {
	position:relative;
	z-index:999;
	cursor:pointer;
	/*top:30px;	*/
	text-align:center;
}
.al_pz .itmPic .swiper-slide a:hover .pic img {
	transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
}
.swiper-paginationPz span {
	display:inline-block;
	width:45px;
	height:3px;
	background-color:#d2d2d2;
	border-radius:0;
	-webkit-border-radius:0;
	opacity:1;
}
.swiper-paginationPz span.swiper-pagination-bullet-active {
	background-color:#f16b12;
}
/*广告图*/

.al_ad1 {
	width:100%;
}
.al_ad1 .wrap {
	position:relative;
	width:1200px;
	height:220px;
}
.al_ad1 .wrap .telBox {
	position:absolute;
	right:-30px;
	top:75px;
	width:320px;
}
.al_ad1 .wrap .telBox .tit {
	width:100%;
	text-align:center;
	margin-top: 30px;
	overflow: hidden;
}
.al_ad1 .wrap .telBox .tit .line {
	display:inline-block;
	width:20px;
	height:1px;
	background-color:#fff;
	position:relative;
	top:-5px;
}
.al_ad1 .wrap .telBox .tit span {
	display:inline-block;
	font-size:16px;
	color:#fff;
	margin:0 8px;
}
.al_ad1 .wrap .telBox .num {
    float: left;
	display:block;
	font-size:26px;
	color:#fff;
	line-height:60px;
	font-family:"impact";
}
.al_ad1 .wrap .telBox .more {
    float: left;
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    background: url(../images/ban_btn.png) no-repeat;
    background-size: 110px 30px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
    margin: 15px 0 0 10px;
}
.al_ad1 .wrap .telBox .more:hover {
	animation:shake 1.5s linear;
	-webkit-animation:shake 1.5s linear;
}
/**/

@-webkit-keyframes shake {
	from,to {
	-webkit-transform:translate3d(0,0,0);
}
20%,60% {
	-webkit-transform:translate3d(-10px,0,0);
}
40%,80% {
	-webkit-transform:translate3d(10px,0,0);
}
}@keyframes shake {
	from,to {
	transform:translate3d(0,0,0);
}
20%,60% {
	transform:translate3d(-10px,0,0);
}
40%,80% {
	transform:translate3d(10px,0,0);
}
}/*成功案例*/

.al_case {
	width:100%;
	overflow:hidden;
	padding:50px 0 30px;
}
.al_case .c_list {
	position:relative;
	width:100%;
	height:770px;
	overflow-x: hidden;
}
.al_case .c_list .navCon {
	position:absolute;
	left:50%;
	top:0;
	z-index:9;
	margin-left:300px;
	width:300px;
}
.al_case .c_list .navCon ul {
	width:300px;
}
.al_case .c_list .navCon li {
	width:100%;
	border-bottom:1px solid #5e534d;
}
.al_case .c_list .navCon li a {
	display:block;
	width:100%;
	height:153px;
	background:rgba(0,0,0,0.6);
	font-size:22px;
	color:#fff;
	line-height:153px;
}
.al_case .c_list .navCon li a img {
	float:left;
	display:block;
	width:40px;
	height:40px;
	margin-top:56px;
	margin-left:60px;
	margin-right:15px;
}
.al_case .c_list .navCon li a span {
	float:left;
}
.al_case .c_list .navCon li a:hover {
	background:rgba(0,0,0,0.8);
}
.al_case .c_list .itemBox {
	position:relative;
	width:100%;
	height:770px;
	overflow:hidden;
	display:none;
}
.al_case .c_list .itemBox:first-child {
	display:block;
}
.al_case .c_list .itemBox .intro {
	margin-top:60px;
}
.al_case .c_list .itemBox .intro .box {
	width:420px;
	padding:30px;
	background:rgba(255,255,255,0.75);
}
.al_case .c_list .itemBox .intro h2 {
	font-size:30px;
	color:#333333;
	line-height:30px;
}
.al_case .c_list .itemBox .intro p {
	font-size:16px;
	color:#333333;
	line-height:30px;
	margin:10px 0;
}
.al_case .c_list .itemBox .intro .more {
	display:block;
	width:100px;
	height:36px;
	background:#f16b12;
	text-align:center;
	line-height:36px;
	font-size:16px;
	color:#fff;
}
.al_case .c_list .itemBox .intro .more:hover {
	animation:shake 1.5s linear;
	-webkit-animation:shake 1.5s linear;
}
.picMarqueeCs {
	height: 770px;
	overflow: hidden;
	position:absolute;
	left:50%;
	top:0;
	width:150px;
	margin-left:610px;
}
.picMarqueeCs .bd li {
	width:100%;
	width:150px;
	margin-bottom:10px;
}
.picMarqueeCs .bd li img {
	display:block;
	width:150px;
	height:90px;
}
/*服务列表*/

.al_fw {
	width:100%;
	padding:30px 0 30px;
}
.al_fw .wrap {
	width:1300px;
}
.al_fw .f_list {
	width:100%;
	overflow:hidden;
}
.al_fw .f_list ul {
	width:100%;
}
.al_fw .f_list li {
	float:left;
	width:16.66%;
}
.al_fw .f_list li img {
	display:block;
	width:215px;
	margin:0 auto;
}
.al_fw .f_list li .top {
	display:block;
}
.al_fw .f_list li .down {
	display:none;
}
.al_fw .f_list li:hover .top {
	display:none;
}
.al_fw .f_list li:hover .down {
	display:block;
}
/*公司简介*/

.al_about {
	width:100%;
	overflow:hidden;
}
.al_abt_con {
	height:660px;
	margin-top:50px;
	background:url(../images/al_about_bg.jpg) top center no-repeat;
}
.al_abt_con .box {
	padding-top:60px;
}
.al_abt_con .a_tit {
	width:100%;
}
.al_abt_con .a_tit h3 {
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
	line-height:50px;
}
.al_abt_con .a_tit span {
	font-size:18px;
	color:#ffffff;
	line-height:30px;
}
.al_abt_con .a_con {
	width:100%;
	padding:30px 0;
}
.al_abt_con .a_con p {
	width:840px;
	font-size:14px;
	color:#ffffff;
	line-height:30px;
}
.al_abt_con .a_con .more {
	display:block;
	width:140px;
	height:36px;
	/*background:#f16b12;
	*/

    text-align:center;
	line-height:36px;
	font-size:16px;
	color:#fff;
	border:1px solid #fff;
	margin-top:30px;
}
.al_abt_con .a_con .more:hover {
	background:#f16b12;
	border-color:#f16b12;
	animation:shake 1.5s linear;
	-webkit-animation:shake 1.5s linear;
}
.al_abt_con .tagBox {
	width:950px;
	background:#fff;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-bottom-right-radius:30px;
	-ms-border-bottom-right-radius:30px;
	-o-border-bottom-right-radius:30px;
}
.al_abt_con .tagBox ul {
	padding:25px 25px 25px 0;
	overflow:hidden;
}
.al_abt_con .tagBox ul li {
	float:left;
	width:200px;
	background:url(../images/tu17.jpg) right center no-repeat;
}
.al_abt_con .tagBox ul li a {
	display:block;
	width:100%;
	text-align:center;
}
.al_abt_con .tagBox ul li a img {
	display:block;
	margin:0 auto;
}
.al_abt_con .tagBox ul li a span {
	display:block;
	font-size:16px;
	color:#707070;
	line-height:30px;
	text-align:center;
}
.al_abt_con .tagBox ul li a:hover span {
	color:#f16b12;
}
/*网站底部*/

.al_footer {
	width:100%;
	overflow:hidden;
	margin-top:40px;
	background:#202020;
}
.al_footer .itmLogo {
	width:100%;
	padding:20px 0;
}
.al_footer .itmLogo a {
	display:block;
}
.al_footer .itmLogo a img {
	display:block;
}
.al_footer .itmCate {
	width:100%;
	overflow:hidden;
	padding:40px 0;
	border-top:1px solid #353535;
	border-bottom:1px solid #353535;
}
.al_footer .itmCate .ctBox {
	float:left;
}
.al_footer .itmCate .ctBox dl {
	float:left;
	margin-right:50px;
}
.al_footer .itmCate .ctBox dl dt a {
	font-size:16px;
	color:#fff;
	line-height:32px;
}
.al_footer .itmCate .ctBox dl dd a {
	display:block;
	font-size:13px;
	color:#b0abab;
	line-height:30px;
}
.al_footer .infoBox {
	float:right;
	width:320px;
}
.al_footer .infoBox .tel {
	width:100%;
	text-align:right;
}
.al_footer .infoBox .tel h4 {
	font-size:26px;
	color:#fff;
	line-height:26px;
}
.al_footer .infoBox .tel p {
	font-size:14px;
	color:#9a9a9a;
	line-height:24px;
}
.al_footer .infoBox .ewmBox {
	width:100%;
	margin-top:12px;
}
.al_footer .infoBox .ewmBox .itm {
	float:right;
	width:100px;
	margin-left:12px;
}
.al_footer .infoBox .ewmBox .itm img {
	display:block;
	width:100%;
}
.al_footer .infoBox .ewmBox .itm span {
	display:block;
	width:100%;
	font-size:14px;
	color:#9a9a9a;
	line-height:30px;
	text-align:center;
}
.al_footer .fdLink {
	width:100%;
	height:66px;
	overflow:hidden;
}
.al_footer .fdLink a {
	float:left;
	display:block;
	font-size:14px;
	color:#9a9a9a;
	line-height:66px;
	margin:0 15px;
}
.copyRight {
	width:100%;
	height:55px;
	background:#1b1b1b;
}
.copyRight * {
	font-size:14px;
	color:#9a9a9a;
	line-height:55px;
}
/*1200-1500*/

@media screen and (min-width:1200px) and (max-width:1800px) {
	.p_header .wrap {
    	width:96%;
    }
    .p_header .zl_iso {
    	margin:0 30px;
    }
    .p_header .menuCon {
    	margin-left:12px;
    	margin-right:25px;
    }
    .p_header .menuCon li {
    	padding:0 10px
    }
    /*案例*/
    
    	 .al_case .c_list .navCon {
    	margin-left:220px;
    }
    .picMarqueeCs {
    	margin-left:535px;
    }
}
/*悬浮*/
.client-2 {
	position:fixed;
	right:-170px;
	top:50%;
	z-index:900;
}
.client-2 li a {
	text-decoration:none;
}
.client-2 li {
	margin-top:1px;
	clear:both;
	height:71px;
	position:relative;
}
.client-2 li i {
	background:url(../images/fx.png) no-repeat;
	display:block;
	width:30px;
	height:27px;
	margin:0px auto;
	text-align:center;
}
.client-2 li p {
	height:20px;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	text-align:center;
	color:#fff;
}
.client-2 .my-kefu-qq i {
	background-position:4px 5px;
}
.client-2 .my-kefu-tel i {
	background-position:0 -21px;
}
.client-2 .my-kefu-liuyan i {
	background-position:4px -53px;
}
.client-2 .my-kefu-weixin i {
	background-position:-34px 4px;
}
.client-2 .my-kefu-weibo i {
	background-position:-30px -22px;
}
.client-2 .my-kefu-ftop {
	display:none;
}
.client-2 .my-kefu-ftop i {
	width:33px;
	height:35px;
	background-position:-27px -51px;
}
.client-2 .my-kefu-left {
	float:left;
	width:77px;
	height:47px;
	position:relative;
}
.client-2 .my-kefu-tel-right {
	font-size:16px;
	color:#fff;
	float:left;
	height:24px;
	line-height:22px;
	padding:0 15px;
	border-left:1px solid #fff;
	margin-top:14px;
}
.client-2 .my-kefu-right {
	width:20px;
}
.client-2 .my-kefu-tel-main {
	background:#f16b12;
	color:#fff;
	height:56px;
	width:247px;
	padding:9px 0 6px;
	float:left;
}
.client-2 .my-kefu-main {
	background:#f16b12;
	width:97px;
	height:56px;
	position:relative;
	padding:9px 0 6px;
	float:left;
}
.client-2 .my-kefu-weixin-pic {
	position:absolute;
	left:-130px;
	top:-24px;
	display:none;
	z-index:333;
}
.my-kefu-weixin-pic img {
	width:115px;
	height:115px;
}
