﻿@charset "utf-8";
/* CSS Document */





/*banner*/

.slideBox {
	width: 100%;
	height: 550px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	background: #f5f5f5;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 49%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 3px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: rgba(48,147,231,.5);
	border-radius: 50%;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.slideBox .hd ul li.on {
	background:  rgba(48,147,231,1);
	color: #fff;
	width: 40px;
	border-radius: 30px;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	display: block;
	height: 550px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev, .slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .prev {
	left: 5%;
}
.slideBox .next {
	right: 5%!important;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
/*安肽产品*/

.guanglu {
	overflow: hidden;
	width: 100%;
	padding: 65px 0 30px 0;
	background: url(bg_dian.png) repeat center;
}
.guanglu h3 {
	text-align: center;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 7px;
}
.guanglu h3 b {
	color: #f97012
}
.guanglu>p {
	font-size: 12px;
	color: #c0c0c0;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(h_bg.png) no-repeat center bottom;
	margin-bottom: 40px;
}
/* 产品切换展示css */

.slideTxtBox {
	position: relative;
}
.slideTxtBox .hd {
	position: relative;
	width: 100%;
}
.slideTxtBox .hd ul {
	width: 100%;
	text-align: center;
}
.slideTxtBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 160px;
	margin: 0 4px;
	background: #fff;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border: 1px solid #ebebeb;
}
.slideTxtBox .hd ul li.on {
	background: #f97012;
	border: 1px solid #f97012;
	color: #fff;
}
.slideTxtBox .bd ul.zuism {
	background: url(antaicpbj.png) no-repeat;
	width: 1069px;
	margin: 25px auto 0 auto;
	height: 476px;
}
.cpantai {
}
.cpantai .pic {
	width: 398px;
	height: 325px;
	border: 5px solid #f5f5f5;
	margin: 45px 0 0 67px;
}
.cpantai .pic img {
	width: 100%;
	height: 100%;
	display: block;
}
.cpantai .wen {
	width: 477px;
	margin: 45px 0 0 47px;
}
.cpantai .wen .title {
	font-size: 22px;
	color: #f97012;
	line-height: 60px;
	border-bottom: 1px solid #eee;
}
.cpantai .wen .note {
	overflow: hidden;
	padding: 20px 0 30px 0;
	line-height: 30px;
}
.cpantai .wen .note p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	width: 100%;
	clear: both;
}
.cpantai .wen .note p span {
	color: #333;
	display: block;
	float: left;
	width: 87px;
}
.cpantai .wen .note p font {
	color: #666;
	display: block;
	float: left;
	width: 390px;
}
.cpantai .wen .title02 .cpaurl {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #f97012;
	text-align: center;
	float: left;
}
.cpantai .wen .title02 a {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #43a648;
	text-align: center;
	display: block;
	float: left;
	margin-left: 12px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideTxtBox .arrow {
}
.picScroll-left-cp .hd02 a {
	display: block;
	width: 41px;
	height: 98px;
	overflow: hidden;
	cursor: pointer;
	background: url("cpqiehuan.png") 0 0 no-repeat;
	position: absolute;
	top: 230px;
	z-index: 9999;
}
.picScroll-left-cp .hd02 .prev {
	left: 24px;
}
.picScroll-left-cp .hd02 .next {
	background-position: -42px 0px;
	right: 24px!important;
}
/*行业解决方案*/

.yyxg {
	width: 100%;
	overflow: hidden;
	padding: 65px 0;
	background: url(pk_bg.jpg) no-repeat center top;
}
.yyxg h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 7px;
	color: #333;
}
.yyxg h3 b {
	color: #f97012;
}
.yyxg p.yyxgx {
	font-size: 12px;
	color: #c0c0c0;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(h_bg.png) no-repeat center bottom;
	margin-bottom: 40px;
}
.yyxg_main {
	overflow: hidden;
}
.yyxg_main ul li {
	display: block;
	float: left;
	width: 550px;
	padding: 15px;
	height: 150px;
	background: #fff;
	margin: 0 40px 40px 0;
}
.yyxg_main ul li .pic {
	width: 182px;
	height: 150px;
	float: left;
	margin-right: 24px;
}
.yyxg_main ul li .pic img {
	width: 182px;
	height: 150px;
	display: block;
}
.yyxg_main ul li .wen {
	width: 330px;
	float: left;
}
.yyxg_main ul li .wen .title {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yyxg_main ul li .wen .note {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.yyxgabiaoq {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.yyxgurl {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #f97012;
	text-align: center;
	display: inline-block;
}
.zaixzx {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #43a648;
	text-align: center;
	display: inline-block;
	margin-left: 12px;
}
/*首页优势*/
.inex_youshi {
	padding: 65px 0;
}
.ystitle {
	text-align: center;
}
.ystitle h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 7px;
	color: #333;
}
.ystitle h3 b {
	color: #f97012;
}
.ystitle p {
	font-size: 12px;
	color: #c0c0c0;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(h_bg.png) no-repeat center bottom;
	margin-bottom: 40px;
}
.ys_main {
	background: url(ysbj.jpg) no-repeat 410px 15px;
	overflow: hidden;
	margin-top: 50px;
}
.ys_left {
	width: 550px;
	margin-top: 30px;
}
.ys_right {
	margin-top: 30px;
}
.ys_left01 {
	width: 540px;
	clear: both;
	margin: 0 0 50px 0;
	overflow: hidden;
}
.yspic {
	width: 65px;
}
.ys_wenwen {
	margin-left: 15px;
	width: 325px;
}
.ystitle02 {
	font-size: 20px;
	font-weight: 700;
	color: #f97012;
	padding-bottom: 8px;
}
.ysnote {
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.ys_wenwen02 {
	margin-left: 15px;
	width: 276px;
}
.ys_right01 {
	width: 425px;
	clear: both;
	margin: 0 0 50px 0;
	overflow: hidden;
}
.ys_wenwen03 {
	margin-right: 15px;
	width: 320px;
	text-align: right;
}
.ys_wenwen04 {
	margin-right: 15px;
	width: 278px;
	text-align: right;
}
.ysdianhua {
	width: 446px;
	margin: 30px auto 0 auto;
	background: url(ystel.png) no-repeat;
	height: 50px;
	line-height: 50px;
}
.ysdianhua a {
	display: block;
	float: left;
	width: 126px;
	padding-left: 80px;
	font-size: 16px;
	color: #fff;
}
.ystel {
	font-size: 16px;
	font-weight: 700;
	color: #f97012;
	padding-left: 8px;
	float: left;
}
/*优势end*/

/*成功案例*/

.slideTxtBox02 {
	position: relative;
}
.slideTxtBox02 .hd {
	position: relative;
	width: 100%;
}
.slideTxtBox02 .hd ul {
	width: 100%;
	text-align: center;
}
.slideTxtBox02 .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 160px;
	margin: 0 4px;
	background: #fff;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border: 1px solid #ebebeb;
}
.slideTxtBox02 .hd ul li.on {
	background: #f97012;
	border: 1px solid #f97012;
	color: #fff;
}
.slideTxtBox02 .bd ul.zuism {
	width: 1069px;
	margin: 25px auto 0 auto;
	height: 340px;
}
.picScroll-left-case {
}
.picScroll-left-case .hd02 ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
.picScroll-left-case .bd02 {
	margin-top: 30px;
}
.picScroll-left-case .bd02 ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left-case .bd02 ul li {
	float: left;
	width: 318px;
	margin: 0 18px;
}
.picScroll-left-case .bd02 ul li .pic img {
	display: block;
	padding: 4px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	width: 308px;
	background: #fff;
	height: 252px;
}
.picScroll-left-case .bd02 ul li .title {
	font-size: 15px;
	text-align: center;
	color: #5a5a5a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.picScroll-left-case .hd02 a {
	display: block;
	width: 41px;
	height: 98px;
	overflow: hidden;
	cursor: pointer;
	background: url("cpqiehuan.png") 0 0 no-repeat;
	position: absolute;
	top: 80px;
	z-index: 9999;
}
.picScroll-left-case .hd02 .prev {
	left: 24px;
}
.picScroll-left-case .hd02 .next {
	background-position: -42px 0px;
	right: 24px!important;
}
/*公司简介*/

.inabout {
	background: url(aboutbj.jpg) no-repeat center top;
	padding: 65px 0;
}
.inabout h3 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 7px;
	color: #fff;
}
.inabout p.yyxgx {
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(h_bg02.png) no-repeat center bottom;
	margin-bottom: 40px;
}
.aboutmain {
	overflow: hidden;
	background: #fff;
	padding: 60px;
}
.aboutmain .pic {
	width: 474px;
	height: 314px;
	float: left;
	margin-right: 54px;
}
.aboutmain .pic img {
	display: block;
	width: 474px;
	height: 314px;
}
.aboutmain .wen {
	width: 535px;
	float: left;
}
.aboutmain .wen .title {
	font-size: 22px;
	color: #f97012;
	padding: 10px 0;
}
.aboutmain .wen .note pre {
	font: 14px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 27px;
	color: #666;
}
.aboutmain .wen .title02 a.cpaurl {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #f97012;
	text-align: center;
	float: left;
}
.aboutmain .wen .title02 a.zaixianzx {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #43a648;
	text-align: center;
	display: inline-block;
	margin-left: 12px;
}
.aboutmain .wen .title02 {
	margin-top: 20px;
}
.scjd {
	padding: 0 60px 60px 60px;
	background: #fff;
}
.scjd_title {
	padding-bottom: 13px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.scjd_title span {
	font-size: 22px;
	color: #333;
	display: block;
	float: left;
	border-left: 2px solid #f97012;
	padding-left: 8px;
}
.scjd_title a {
	font-size: 14px;
	color: #999;
	display: block;
	float: right;
	text-transform: uppercase;
}
/* 本例子css */

.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picScroll-left .hd {
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
.picScroll-left .bd {
	margin-top: 30px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	float: left;
	width: 252px;
	margin: 0 9px;
}
.picScroll-left .bd ul li img {
	display: block;
	padding: 4px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	width: 242px;
	height: 178px;
}
.picScroll-left .bd ul li p {
	font-size: 15px;
	text-align: center;
	color: #5a5a5a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*新闻资讯*/

.innews {
	background: #f5f5f5;
	padding: 65px 0;
}
.innews h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 7px;
	color: #f97012;
}
.innews p.yyxgx {
	font-size: 12px;
	color: #c0c0c0;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(h_bg.png) no-repeat center bottom;
	margin-bottom: 40px;
}
.zxzs_con {
	overflow: hidden;
}
.zxzs_con ul.zxzs01 {
	width: 340px;
	height: 485px;
	padding: 25px 20px 0 20px;
	float: left;
	margin-left: 12px;
	background: #fff;
}
.zxzs_con ul.zxzs01 .zyzhishi {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}
.zxzs_con ul.zxzs01 .zyzhishi span {
	display: block;
	float: left;
	font-size: 22px;
	color: #f97012;
}
.zxzs_con ul.zxzs01 .zyzhishi img {
	display: block;
	float: right;
}
.txtMarquee-top02 {
	margin-top: 30px;
}
.txtMarquee-top02 ul li {
	display: block;
	border-bottom: 1px dotted #dbdbdb;
	padding: 15px 0;
}
.txtMarquee-top02 ul li h5 {
	font-size: 16px;
	line-height: 35px;
	color: #333333;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.txtMarquee-top02 ul li p {
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	font-weight: normal;
}
.zxzs_con ul.zxzs02 {
	width: 350px;
	height: 485px;
	padding: 25px 20px 0 20px;
	float: left;
	margin-left: 12px;
	background: #fff;
}
.zxzs_con ul.zxzs02 .zyzhishi {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}
.zxzs_con ul.zxzs02 .zyzhishi span {
	display: block;
	float: left;
	font-size: 22px;
	color: #333;
}
.zxzs_con ul.zxzs02 .zyzhishi img {
	display: block;
	float: right;
}
.zxzs_con ul.zxzs02 li.li2 img {
	margin-top: 25px;
	margin-bottom: 10px;
}
.zxzs_con ul.zxzs02 li.li3 {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 350px;
}
.txtMarquee-top {
	margin-top: 25px;
}
.txtMarquee-top ul li {
	display: block;
	border-bottom: 1px dotted #dbdbdb;
	padding: 15px 0;
}
.txtMarquee-top ul li h5 {
	font-size: 16px;
	line-height: 35px;
	color: #333333;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(wen.png) no-repeat 0 10px;
	padding-left: 22px;
}
.txtMarquee-top ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	font-weight: normal;
	background: url(da.png) no-repeat 0 8px;
	padding-left: 22px;
}

/* 四大优势 */
.clearfix:after { content: ''; display: block; height: 0; clear: both; visibility: hidden; }
.page { margin: 0 auto; width: 1200px; }
.index_d{position: relative; width: 100%;  overflow:hidden; background:url('bj7.png') no-repeat center top;}
.index_d .container {position: relative; width:1200px; margin:65px auto 65px;}
.index_d .title{ text-align:center; width:100%; height:100px; background:url('bj6.png') no-repeat center top; overflow:hidden }
.index_d .title h2{ font-size:40px; color:#ffd200; margin-top:10px;}
.index_d .title h2 span{color:#ffff; font-weight:normal; position:relative;}
.index_d .title p{ font-size:18px; color:#fff;  height:40px; line-height:40px; overflow:hidden; margin-top:10px;}
.index_d .box1{margin-top:40px;}
.index_d .box1 ul {float:left;  margin-right:40px; }
.index_d .box1 ul li{ width:440px; padding-left:90px; margin-bottom:40px;}
.index_d .box1 ul .li1{ background:url('li1.png') no-repeat left 4px;}
.index_d .box1 ul .li2{ background:url('li2.png') no-repeat left 4px;}
.index_d .box1 ul li h3{ font-size:30px; color:#fff; height:40px; line-height:40px; overflow:hidden;}
.index_d .box1 ul li h3 span{position:relative; top:-6px; color:#ffd200;}
.index_d .box1 ul li h4{ font-size:17px; color:#fff; height:24px; padding-bottom:10px; border-bottom:1px solid #fff; font-weight:normal;}
.index_d .box1 ul li p{ color:#fff; padding-left:12px; margin-top:20px; background:url('p_bj.png') no-repeat left 8px;}
.index_d .box1 .right_img{ width:630px; height:450px; float:left;}
.index_d .box2{margin-top:150px;}
.index_d .box2 .left_img{ width:630px; height:450px; float:left; margin-right:40px; }
.index_d .box2 ul {float:left;  }
.index_d .box2 ul li{ width:440px; padding-left:90px; margin-bottom:40px;}
.index_d .box2 ul .li3{ background:url('li3.png') no-repeat left 4px;}
.index_d .box2 ul .li4{ background:url('li4.png') no-repeat left 4px;}
.index_d .box2 ul li h3{ font-size:30px; color:#333; height:40px; /* line-height:40px; */ overflow:hidden;}
.index_d .box2 ul li h3 span{position:relative; top:-6px; color:#117dc2;}
.index_d .box2 ul li h4{ font-size:17px; color:#666; height:24px; padding-bottom:20px; border-bottom:1px solid #333; font-weight:normal;}
.index_d .box2 ul li p{ color:#666; padding-left:12px; margin-top:20px; background:url('p_bj2.png') no-repeat left 8px;}

/* 关于我们修改 */
.company_row1 { width: 100%; height: 400px; background: url(20180329112214_18022372.jpg) no-repeat center; padding: 50px 0; }
.company_row1 .col3 { width: 140px; height: 80px; float: left; background: url(20180329112531_213292614.png); padding: 50px 30px 70px 30px; color: #fff; font-weight: bold; font-size: 16px; display: block; text-align: center; line-height: 30px; margin: 10px 50px; }
.company_row1 .col3 strong {display: block;color: #f97012;font-size: 20px;font-weight: bold;line-height: 30px;}
.company_row2 { height: 370px; background: url(20180813160011_1846079992.jpg) no-repeat center; margin-top: -185px; position: relative; }
.company_row2:before { content: ''; display: block; width: 220px; height: 100px; position: absolute; background: url(20180329162434_737709058.png) no-repeat center; top: 150px; left: -160px; }
.company_row2:after { content: ''; display: block; width: 100px; height: 230px; position: absolute; background: url(20180329162438_1395781021.png) no-repeat center; top: 230px; right: -73px; }
.company_row2 .fl { float: left; width: 770px; height: 250px; padding: 60px; }
.company_row2 .fr { float: left; width: 250px; height: 290px; padding: 50px 30px 30px 30px; position: relative; }
.company_row2 .fl p{ line-height: 34px; padding-bottom: 10px; font-size: 15px; color: #555; text-indent: 2em; }
.company_row2 .fl strong { font-size: 32px; line-height: 60px; display: block; color: #333; padding: 20px 0; text-indent: 30px; }
.company_tit{ font-size: 30px; font-weight: bold; color: #fff; line-height: 35px; }
.company_tit .en{ font-size: 13px; text-transform: capitalize; color: #fff; font-weight: 100; display: block; }
.company_row2 .company_btn { font-size: 14px; line-height: 40px; height: 40px; background: #333; border-radius: 40px; color: #fff; text-align: center; padding-left: 30px; position: relative; display: block; width: 140px; top: 165px; left: -75px; }
.company_row2 .company_btn i { width: 44px; height: 44px; border: 2px solid #f5f5f5; background: #f97012 url(20180329140745_491409847.png) no-repeat center; display: block; position: absolute; top: -4px; left: -10px; border-radius: 50%; }
.company_row3 .company_Rcont { width: 860px; background: url(20180329192536_1808772281.png) no-repeat center bottom; float: right; position: relative; height: 300px; }
.company_row3 { position: relative; padding-top: 80px; overflow: hidden; height: 300px; margin-bottom: 50px; }
.roundabout-in-focus { box-shadow: 0 0 1px 0 #ccc; }{ position: relative; margin-top: 25px; }
.company_row3 ul{ width:530px; position: relative; margin: 0 auto; height:270px; }
.company_row3 ul li { width:500px; height:375px; overflow:hidden; margin:0 auto; }
.company_row3. ul li a{ display:block; }
.company_row3 ul li a img{ width:100%; height: auto; }
.company_row3 ul li span { background: rgba(0,0,0,0.65); display: block; text-align: center; width: 100%; height: 54px; line-height: 54px; position: absolute; bottom: -60px; left: 0; }
.company_row3 ul li span a{ font-size:14px; color:#fff; text-decoration:none; transition:0.3s all ease-in-out}
.company_row3 ul li span a:hover{ font-size:16px; }
.company_row2-in-focus { box-shadow: 0 0 1px 0 #ccc; }
/*.company_Rcont_1::after { content: ''; display: block; width: 184px; height: 184px; background: url(20180329180628_1737255022.png) no-repeat center; position: absolute; top: -130px; right: 120px; }*/
.company_list { float: left; width: 250px; padding-left: 15px; padding-top: 30px}
.company_lt { width: 180px; height: 50px; display: block; position: relative; padding: 40px 20px 20px; margin-bottom: 20px; }
.company_lt i{ display: block; width: 40px; height: 40px; background: url(20180329194359_1716250449.png) no-repeat; position: absolute; letter-spacing: 0; right: 20px; top: 40px; }
.company_lt2 i{ background-position: 0 0; }
.company_lt1 i{ background-position: 0 -40px; }
.company_lt .link { display: block; width: 100%; height:100%; position: absolute; left: 0; top: 0; overflow: hidden; transition: 0.3s all ease; }
.company_lt .link:after { border: 1px solid #999; content: ''; display: block; width: 218px; height: 108px; }
.company_lt .num { font-family: arial; font-weight: bold; color: #fff; width: 120px; display: block; text-align: center; background: #999; font-size: 32px; height: 20px; line-height: 38px; overflow: hidden; position: absolute; top: 15px; left: -15px; }
.company_lt p { font-size: 16px; color: #333; line-height: 28px; display: block; }
.company_lt p .en{ font-size: 12px; font-weight: 100; text-transform: capitalize; color: #999; display: block; line-height: 20px; }
.company_lt.cur .num,.company_lt:hover .num {background: #f97012;}

/* 关于我们轮播图样式 */
.zqal {
    position: relative;
    top: -60px;
}
.zqal .container {
    width: 1038px;
    margin-left: auto;
    margin-right: auto;
}
.zqal .zqalType {
    text-align: center;
    margin-bottom: 30px;
}
.zqal .zqalType li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    font-size: 16px;
    margin: 0 7px;
    background: url(xcbg_02.png) no-repeat center center;
}
.zqal .zqalType li.cur {
    background: url(xcbg_01.png) no-repeat center center;
}
.zqal .zqalType li a {
    display: block;
    color: rgba(255,255,255,0.80);
}
.zqal .zqalType li.cur a {
    color: #fff;
}
.zqal .zqalType li img {
    display: block;
    margin: 25px auto 5px;
    opacity: .5;
}
.zqal .zqalType li.cur img {
    opacity: 1;
}
.zqal .zqal_con {
    position: relative;
}
.zqal .zqal_con .zqalBtnl {
    display: block!important;
    width: 60px;
    height: 70px;
    position: absolute;
    left: -90px;
    top: 45%;
    background: url(csaeprev.png) no-repeat center;
    cursor: pointer;
}
.zqal .zqal_con .zqalBtnr {
    display: block!important;
    width: 60px;
    height: 70px;
    position: absolute;
    right: -85px;
    top: 45%;
    background: url(casenext.png) no-repeat center;
    cursor: pointer;
}
.zqal .zqal_con .conbox {
    display: none;
    position: relative;
    overflow: hidden;
}
.zqal .zqal_con .conbox.cur {
    display: block;
}
.zqal .zqal_con .conbox ul {
    position: relative;
}
.zqal .zqal_con .conbox ul li {
    float: left;
    width: 326px;
    margin-left: 25px;
    display: block;
}
.zqal .zqal_con .conbox ul li:first-child {
    margin-left: 0;
}
.zqal .zqal_con .conbox dl dt {
    width: 310px;
    overflow: hidden;
    border: 10px solid rgba(228,228,228,0.8);
}
.zqal .zqal_con .conbox dl dt img {
  display: block;
    width: auto;
    margin: auto;
    transition: all 0.5s;
    max-height: 233px;
}
.zqal .zqal_con .conbox dl dd.dd1 {
    font-size: 16px;
    margin: 25px 0 15px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zqal .zqal_con .conbox dl dd.dd1 a {
    color: #333;
}
.zqal .zqal_con .conbox dl dd.dd2 {
    line-height: 22px;
    text-align: center;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 66px;
}
.zqal .zqal_con .conbox dl dd.dd2 a {
    color: #999;
}
.zqal .zqal_con .conbox ul li:hover dl dt img {
    transform: scale(1.1);
}


/*友情链接css*/
.yuoqing {
    height: 68px;
    overflow: hidden;
}
.yuoqing .yuoqing01 {
    height: 68px;
}
.yuoqing .yuoqing01 p {
    color: #333;
    font-size: 18px;
    line-height: 68px;
	display: block;
	width: 200px;
	float: left;
}
.yuoqing .yuoqing01 p span {
    font-size: 15px;
}
.yuoqing .yuoqing01 p .hg {
    padding: 0 8px 0 12px;
}
.yuoqing .yuoqing02 {
	width: 990px;
	float: left;
	padding: 19px 0;
}
.yuoqing .yuoqing02 a{
	line-height: 30px;
	font-size: 14px;
	color: #999;
	padding: 0 5px;
}
