@charset='utf-8';

/* PH广告 */
.index-ban-box {
	display: none;
}

.carousel-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.block_home_slider {
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/PIE.htc);
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}

.block_home_slider .slide {
	position: relative;
}

.block_home_slider .caption {
	padding: 13px 16px 12px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../images/bg_caption.png);
	text-align: left;
}

.block_home_slider .caption p {
	padding-bottom: 0px;
	font-size: 11px;
	color: #dedede;
	text-shadow: 0px -1px #000000;
	line-height: 17px;
}

.block_home_slider .caption p.title {
	padding-bottom: 6px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
}

.flex-direction-nav {
	margin-bottom: 0;
}

.block_home_slider .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin-top: -13px;
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-image: url(../images/sprite_arrow_2.png);
	text-indent: -9000px;
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left: 6px;
	background-position: left top;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	background-position: left bottom;
}

.block_home_slider .flex-direction-nav a.flex-next {
	right: 6px;
	background-position: right top;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-position: right bottom;
}

.block_home_slider .flex-control-paging {
	padding-left: 0;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	display: none;
}

.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}

.block_home_slider .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/sprite_nav_3.png);
	text-indent: -9000px;
	cursor: pointer;
}

.block_home_slider .flex-control-paging li a.flex-active {
	background-position: right top;
}

.block_home_post_feature {
	width: 300px;
}

.block_home_post_feature p {
	padding-bottom: 0px;
}


.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* 首页标题 */
.index-entit {
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
	padding-bottom: 8px;
	text-align: center;
}

.index-title {
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
}

.index-line {
	width: 48px;
	height: 3px;
	background: #666;
	border-radius: 1.5px;
	margin: 0 auto;
}

/* 产品 */
.index-probox {
	width: 95%;
	height: auto;
	padding: 5% 2.5%;
	position: relative;
}

#indexpro {
	display: none;
}

.index-pro-list {
	width: 100%;
	height: auto;
	padding-top: 5%;
}

.index-pro-list dl {
	display: block;
	width: 45%;
	height: auto;
	position: relative;
	padding-top: 0;
	float: left;
	margin: 2.5%;
}

.index-pro-list dl dt {
	display: block;
	width: 100%;
	height: 155px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}

.index-pro-list dl dt img {
	max-width: 100%;
	height: 155px;
	display: block;
	margin: 0 auto;
}

.index-pro-list dl dd {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}

.index-pro-list dl:hover .index-pro-btn {
	display: block;
	width: 40px;
	height: 40px;
	background: #00569b;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 8px;
	animation: probtn 0.2s linear 0.8s alternate forwards;
	opacity: 0;
}

.index-pro-list dl:hover .line1 {
	display: block;
	width: 1px;
	height: 280px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00569b;
	animation: lineone 0.2s linear 0s alternate forwards;
	opacity: 0;
}

.index-pro-list dl:hover .line2 {
	display: block;
	width: 220px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #00569b;
	animation: linetwo 0.2s linear 0.2s alternate forwards;
	opacity: 0;
}

.index-pro-list dl:hover .line3 {
	display: block;
	width: 1px;
	height: 280px;
	position: absolute;
	top: 0;
	right: 0;
	background: #00569b;
	animation: lineone 0.2s linear 0.4s alternate forwards;
	opacity: 0;
}

.index-pro-list dl:hover .line4 {
	display: block;
	width: 72px;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #00569b;
	animation: linethree 0.2s linear 0.6s alternate forwards;
	opacity: 0;
}

.index-pro-list dl:hover .line5 {
	display: block;
	width: 72px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00569b;
	animation: linethree 0.2s linear 0.8s alternate forwards;
	opacity: 0;
}

.index-pro-list dl dt img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	width: 100%;
	height: 155px;
}

.index-pro-list dl:hover dt img {
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}


/* 简介 */
.index-aboutbox {
	width: 95%;
	height: auto;
	padding: 5% 2.5%;
	position: relative;
}

.index-aboutbox .index-about-cent {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index-aboutbox .index-about-lft {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index-aboutbox .index-about-lft dl {
	display: block;
	width: 50%;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

.index-aboutbox .index-about-lft dl dt {
	display: block;
	width: 100%;
	height: auto;
}

.index-aboutbox .index-about-lft dl dt img {
	width: 100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.index-aboutbox .index-about-lft dl:hover dt img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.index-aboutbox .index-about-lft dl a span {
	display: block;
	width: 80px;
	height: 26px;
	border-radius: 13px;
	overflow: hidden;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}

.index-aboutbox .index-about-lft dl dd {
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	padding: 0 20px;
}

.index-aboutbox .index-about-lft dl dd h1 {
	display: block;
	width: 100%;
	height: 39px;
	font-size: 14px;
	color: #fff;
	line-height: 39px;
}

.index-aboutbox .index-about-lft dl dd .application-line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.index-aboutbox .index-about-lft dl dd h2 {
	display: block;
	width: 100%;
	height: 39px;
	font-size: 12px;
	color: #fff;
	line-height: 39px;
	text-transform: uppercase;
}

.index-aboutbox .index-about-lft dl em {
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6))
}

.index-aboutbox .index-about-rht {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	padding-top: 20px;
}

.index-aboutbox .index-about-rht h2 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
	line-height: 30px;
}

.index-aboutbox .index-about-rht h1 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 24px;
	text-transform: uppercase;
	color: #333;
	padding: 7px 0;
}

.index-aboutbox .index-about-rht .about-line {
	width: 48px;
	height: 3px;
	background: #666;
	border-radius: 1.5px;
	margin: 10px auto;
}

.index-aboutbox .index-about-rht .index-about-txt {
	width: 100%;
	height: 90px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
	margin-top: 15px;
}

.index-aboutbox .index-about-rht .index-about-img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

/* 案例 */
.index-casesbox {
	width: 95%;
	height: auto;
	padding: 5% 2.5%;
	overflow: hidden;
}

.index-caseslist {
	width: 100%;
	height: auto;
	padding-top: 50px;
}

.index-caseslist dl {
	display: block;
	width: 45%;
	height: auto;
	float: left;
	margin: 2.5%;
}

.index-caseslist dl dt {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index-caseslist dl dt img {
	max-width: 100%;
	height: 150px;
	object-fit: cover;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.index-caseslist dl:hover dt img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.index-caseslist dl dd {
	display: block;
	width: 100%;
	height: 90px;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
}

.index-caseslist dl dd h2 {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 18px;
	box-sizing: border-box;
	border-bottom: solid 1px #ccc;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
}

.index-caseslist dl dd p {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 10px;
	line-height: 25px;
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
}

/* 内页 */
.pc-head-box {
	display: none;
}

/* 内页公共 */
.link-box {
	width: 100%;
	height: 3em;
	background: #f5f5f5;
}

.link-box .link {
	width: 90%;
	height: 3em;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	line-height: 3em;
	color: #333;
}

.link-box .link img {
	margin: 0 0.3em;
	vertical-align: top !important;
}

.link-box .link span {
	color: #666;
}

.page-submenu {
	display: none;
}

.sj-btn {
	width: 30px;
	height: 30px;
	padding: 10px;
	border: solid 5px #eee;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 99999;
}

.sj-btn img {
	width: 30px;
	height: 30px;
}

.page-box {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 5%;
}

.login-box {
	width: 100%;
	height: 200px !important;
	overflow-y: auto;
}

.login-box li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
}

.login-box li a {
	display: block;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding-left: 20px;
}

.login-box li a.nav {
	display: block;
	width: 100%;
	height: 50px;
	background: #00569b;
	color: #fff;
}

/* 公司简介 */
.about-title-en {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #0065b6;
	text-transform: uppercase;
}

.about-title {
	width: 100%;
	height: auto;
	padding: 7px 0;
	font-size: 18px;
}

.about-txt {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	line-height: 28px;
}

.about-txt p {
	padding-bottom: 15px;
}

.about-txt img {
	display: block;
	height: auto;
	max-width: 100%;
}

.about-num {
	font-size: 48px;
	color: #eee;
	text-transform: uppercase;
}

.contact-tit {
	width: 100%;
	height: auto;
	padding: 40px 0 20px 0;
	font-size: 18px;
	color: #333;
}

.contact-tit span {
	font-size: 14px;
}

.contact-list {
	width: 100%;
	height: auto;
	line-height: 32px;
	color: #333;
	display: block;
}

.contact-list li {
	width: 100%;
	height: auto;
}

.contact-code {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.contact-code li {
	display: block;
	width: 132px;
	height: 162px;
	line-height: 32px;
	float: left;
	text-align: center;
	margin-right: 30px;
}

.contact-code li img {
	width: 132px;
	height: 132px;
}

/* 产品展示 */
.product-list {
	width: 100%;
	height: auto;
	line-height: 28px;
	box-sizing: border-box;
	padding: 5% 0;
	overflow: hidden;
}

.product-list dl {
	display: block;
	width: 50%;
	height: auto;
	float: left;
	margin: 2% 0;
}

.product-list dl dt {
	display: block;
	max-width: 228px;
	height: 228px;
	margin: 0 auto;
	width: 100%;
	border: solid 1px #e2e2e2;
	overflow: hidden;
	position: relative;
}

.product-list dl:hover .line1 {
	display: block;
	width: 1px;
	height: 230px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00569b;
	animation: prolineone 0.2s linear 0s alternate forwards;
	opacity: 0;
}

.product-list dl:hover .line2 {
	display: block;
	width: 230px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #00569b;
	animation: prolinetwo 0.2s linear 0.2s alternate forwards;
	opacity: 0;
}

.product-list dl:hover .line3 {
	display: block;
	width: 1px;
	height: 230px;
	position: absolute;
	top: 0;
	right: 0;
	background: #00569b;
	animation: prolineone 0.2s linear 0.4s alternate forwards;
	opacity: 0;
}

.product-list dl:hover .line4 {
	display: block;
	width: 230px;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #00569b;
	animation: prolinetwo 0.2s linear 0.6s alternate forwards;
	opacity: 0;
}

.product-list dl dt img {
	max-width: 228px;
	height: 228px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.product-list dl:hover dt img {
	transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.product-list dl dd {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
}

.product-title {
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}

.product-img {
	width: 100%;
	height: auto;
	border: solid 1px #eee;
	margin: 0 auto;
}

.product-img img {
	width: 100%;
}

.product-a {
	width: 100%;
	height: 34px;
	margin-bottom: 15px;
}

.product-a a {
	display: block;
	width: 50%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	float: left;
	background: #00569b;
	color: #fff;
}

.product-a a:hover {
	color: #fff !important;
}

.product-a a:first-child {
	background: #333;
}

.product-smtit {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.product-text {
	width: 100%;
	height: auto;
	padding: auto;
	line-height: 30px;
}

.product-text img {
	max-width: 100%;
}


/* 公司活动 */
.news-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}

.news-list dl {
	display: block;
	width: 100%;
	height: auto;
	background: #f5f5f5;
	margin-bottom: 20px;
}

.news-list dl dt {
	display: block;
	width: 100%;
	height: 150px;
}

.news-list dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list dl dd {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
}

.news-list dl dd a span {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;
	color: #999;
}

.news-list dl dd a h1 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 18px;
	padding: 7px 0 15px 0;
}

.news-list dl dd a p {
	display: block;
	width: 90%;
	height: auto;
	display: -webkit-box;
	/* 弹性伸缩盒子 */
	-webkit-line-clamp: 2;
	/* 限制显示2行 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	overflow: hidden;
	line-height: 24px;
}

.news-txt {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 5%;
	padding-bottom: 5%;
	line-height: 25px;
}

.news-txt img {
	max-width: 100%;
	display: block;
	height: auto;
}

#login-box {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	padding: 0 30px;
}

#login-box a {
	width: 120px;
	height: 30px;
	display: flex;
	align-items: center;
	padding: 7px;
	justify-content: center;
	background-color: #F5F5F5;
	margin-bottom: 10px;
}

#login-box .nav {
	color: #fff;
	background-color: #00569B !important;
}

.downloadlistbox .list {
	display: flex;
	align-items: center;
	background-color: rgba(0, 86, 155, 0.4);
	height: 50px;
	justify-content: space-between;
	padding: 0 10px;
	margin-top: 13px;
	color: #fff;
}