@import url('./base.css');

/* 产品展示 */
.a_image{text-align: center}
.w220 {
	width: 220px;
	float: left;
}

.w960 {
	width: 960px;
	float: right;
}

.row1 {
	overflow: hidden;
}

.row1 .col1 {
	background-color: #087ccb;
}

.row1 .col1 .ui-box {
	border: none;
}

.row1 .col1 .ui-box-head {
	height: 81px;
	line-height: 1em;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #156ca7;
	position: relative;
	padding-left: 60px;
	padding-top: 20px;
}

.row1 .col1 .ui-box-head:before {
	position: absolute;
	top: 50%;
	left: 20px;
	color: #fff;
	width: auto;
	line-height: 1em;
	font-size: 50px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	content: 'P';
	margin-top: -25px;
}

.row1 .col1 .ui-box-head-title {
	float: none;
	display: block;
	line-height: 1em;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

.row1 .col1 .ui-box-head-text {
	float: none;
	display: block;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
	margin: 8px 0 0 0;
}

.row1 .col1 .ui-box-container {
	background: none;
	border: none;
}

.row1 .col1 .ui-box-content {
	padding: 0;
}

.row1 .col1 .ClassList ul {
	position: relative;
	margin-bottom: -1px;
}

.row1 .col1 .ClassList ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid #156ca7;
	height: 62px;
}

.row1 .col1 .ClassList ul li:last-child {
	border: none;
}

.row1 .col1 .ClassList ul li .title {
	display: block;
	position: relative;
	z-index: 2;
	height: 62px;
	overflow: hidden;
}

.row1 .col1 .ClassList ul li .title a {
	position: relative;
	padding-left: 12px;
	display: block;
	height: 62px;
	line-height: 54px;
	font-size: 14px;
	color: #fff;
}

.row1 .col1 .ClassList ul li .title a.AMovetoShow {
	-webkit-animation: AMoveto .3s ease both;
	animation: AMoveto .3s ease both;
}

@keyframes AMoveto {
	from {
		margin-left: 100%;
		opacity: 0;
	}

	to {
		margin-left: 0;
		opacity: 1;
	}
}

@-webkit-keyframes AMoveto {
	from {
		margin-left: 50%;
		opacity: 0.3;
	}

	to {
		margin-left: 0;
		opacity: 1;
	}
}

.row1 .col1 .ClassList ul li .title a:before {
	position: absolute;
	top: 50%;
	left: 22px;
	width: 10px;
	height: 9px;
	font-size: 0;
	line-height: none;
	content: '';
	/*background: url('../../img/icon-1.png') 0 0 no-repeat;*/
	margin-top: -5px;
}

.row1 .col1 .ClassList ul li .title a:hover {
	background-color: #FFA63E;
	color: #fff;
}

.row1 .col1 .ClassList ul li dl {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	overflow: hidden;
	margin-right: 2000px;
	padding: 10px 10px 20px 10px;
	opacity: 0;
	background: #FFA63E;
	z-index: 1;
}

.row1 .col1 .ClassList ul li dl.IECSS {
	opacity: 1;
	margin-right: -520px;
	display: none;
}

.row1 .col1 .ClassList ul li dl.ClassListShow {
	-webkit-animation: ClassListMoveTo .5s ease both;
	animation: ClassListMoveTo .5s ease both;
}

@keyframes ClassListMoveTo {
	10% {
		margin-right: -480px;
		opacity: 0;
	}

	100% {
		margin-right: -520px;
		opacity: 1;
	}
}

@-webkit-keyframes ClassListMoveTo {
	10% {
		margin-right: -480px;
		opacity: 0;
	}

	100% {
		margin-right: -520px;
		opacity: 1;
	}
}

.row1 .col1 .ClassList ul li dl dd {
	float: left;
	width: 33.33%;
}

.row1 .col1 .ClassList ul li dl dd a {
	display: block;
	margin: 0 10px;
	height: 38px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #EA9839;
	margin-top: 10px;
}

.row1 .col1 .ClassList ul li dl dd a:hover {
	background: #B8782D;
}

.row1 .col1 .ClassList ul li:hover .title a {
	background-color: #FFA63E;
	color: #fff;
}

.row1 .col2 .ImgList {
	width: 960px;
	overflow: hidden;
}

.row1 .col2 .ImgList ul {
	width: 996px;
	overflow: hidden;
}

.row1 .col2 .ImgList ul li {
	float: left;
	width: 306px;
	margin: 0 20px 10px 0;
	border: 6px solid #e4e4e4;
	position: relative;
	overflow: hidden;
}

.row1 .col2 .ImgList ul li a,
.row1 .col2 .ImgList ul li a span {
	display: block;
}

.row1 .col2 .ImgList ul li a {
	background: #fff;
}

.row1 .col2 .ImgList ul li a.ImgListMovetoShow {
	-webkit-animation: ImgListMoveto .5s ease both;
	animation: ImgListMoveto .5s ease both;
}

@keyframes ImgListMoveto {
	from {
		margin-left: 100%;
		opacity: 0;
	}

	to {
		margin-left: 0;
		opacity: 1;
	}
}

@-webkit-keyframes ImgListMoveto {
	from {
		margin-left: 100%;
		opacity: 0;
	}

	to {
		margin-left: 0;
		opacity: 1;
	}
}

.row1 .col2 .ImgList ul li a .img {
	position: relative;
	width: 300px;
	height: 170px;
}

.row1 .col2 .ImgList ul li a .img img {
	max-width: 300px;
	max-height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.row1 .col2 .ImgList ul li a .text {
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	background: #efefef;
	;
}

.row1 .col2 .ImgList ul li:hover {
	border-color: #2880C1;
}

.row1 .col2 .ImgList ul li a:hover .text {
	color: #fff;
	background: #2880C1;
}

/* 公司简介 */
.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.row3 {
	background-color: #0256AC
}

.w500 {
	width: 500px
}

.index-company {
	padding: 50px 0;
	height: 390px;
}

.index-company-img {
	width: auto;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	height: 290px;
}

.index-company-info {
	position: relative;
	height: 290px;
	background: url(../../img/index-company-info.jpg) 0 0 no-repeat;
}

.index-company-info .text {
	display: block;
	padding: 141px 80px 0 25px;
	font-size: 12px;
	line-height: 1.8em;
	color: #fff;
	height: 130px;
	font-family: 'Microsoft YaHei';
	table-layout: fixed;
	word-break: break-all;
}

.index-company-info .text h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.index-company-info .text a {
	color: #fff;
	text-decoration: underline;
}

.index-company-info .text a:hover {
	text-decoration: none;
}

/* 联系我们 */
.row4>*>.d-flex {
	border: 1px solid #e8e8e8;
	box-shadow: 0 1px 2px #ececec;
	padding: 1em;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #ffffff);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ffffff));
	background: -o-linear-gradient(top, #fff, #ffffff);
}

.row4 .dangjiangongzuo,
.rowrow42 .tuanweihuodong {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.row4 .xiaozhangzhuanlan {
	width: 300px;
}

.qqMap {
	width: 860px;
	height: 380px
}

.row4>*>.d-flex>* {
	padding-right: 1em;
	border-right: 1px dashed #e8e8e8;
	margin-right: 1em;
}

.row4>*>.d-flex>*:last-child {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}

.row4 .card {
	border: none;
	border-radius: 0;
	background: none;
}

.row4 .card-header {
	padding: 0;
	line-height: 40px;
	background: none;
	border-bottom: 2px solid #e5e5e5;
}

.row4 .card-header>h5 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: inherit;
	position: relative;
	padding: 0 1em;
}

.row4 .card-header>h5::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #F89017;
	content: '';
}

.row4 .card-header>a {
	font-size: 14px;
	color: #999;
	margin-right: .7em;
}

.row4 .card-header>a:hover {
	color: #e83e8c;
}

.row4 .card-header>a>.la {
	width: 1em;
}

.row4 .card-body {
	padding: .5em;
}

.row4 .news {
	height: 216px;
}

.row4 .news li {
	font-size: 14px;
	padding: .5em;
	border-bottom: 1px dashed #e8e8e8;
}

.row4 .news li>p {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin-bottom: 0;
	width: 0;
}

.row4 .news li>span {
	font-size: 12px;
	color: #999;
	margin-left: 1em;
}

.row4 .xiaozhangzhuanlan .card-body {
	padding: 1em 0 0 0;
}

.row4 .xiaozhangzhuanlan .card-body>a {
	display: block;
}

.row4 .xiaozhangzhuanlan .card-body img {
	width: 100%;
}

.row4 .xiaozhangzhuanlan .card-body> :nth-child(2) {
	margin-top: .6em;
}
/* 应用现场 */

.layer4 .card-body .superSlide{
    width:100%;
    overflow: hidden;
    height: 165px;
}
.layer4 .card-body ul li{
    float: left;
    width:198px;
    padding:0 8px;
}
.layer4 .card-body ul li a{
    display: block;
    
}
.layer4 .card-body ul li a .img{
    width:182px;
    height:137px;
    display: block;
    overflow: hidden;
    background-color: #f5f5f5;
    border:1px solid #e8e8e8;
    
}
.layer4 .card-body ul li a .img img{
    max-width: 100%;
    max-height: 100%;
}
.layer4 .card-body ul li a .txt{
    display: block;
    line-height:1em;
    font-size:14px;
    text-align: center;
    margin-top:1em;
    
}
.layer4 .card-body ul li a:hover .txt{
    color:#e83e8c;
}