/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset 'utf-8';
* {
    margin: 0;
    padding: 0;
    outline: none;
    word-break: break-word;
	vertical-align: top;
	line-height: 1;
}

* p,* p *{
	line-height: 1.5;
}

body{
    /*字体设置*/
    font-size: 0.32rem;
    font-family: "微软雅黑", "Arial", "Microsoft Yahei", sans-serif;
    /* 去掉列表的原点 */
    list-style: none;
    /* 默认鼠标 */
    cursor: default;
    color: #333;
}

img{
	max-width: 100%;
}


/*行内块元素*/

input,
img,
select,
button {
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
    background: none;
}


/* 改变placeholder颜色 */

input::-webkit-input-placeholder {
    color: #bbc3ca;
}

input::-moz-input-placeholder {
    color: #bbc3ca;
}

input::-ms-input-placeholder {
    color: #bbc3ca;
}

input[type=date]::-webkit-inner-spin-button { visibility: hidden; }


/*行内元素*/

a {
    /*下划线和颜色*/
    text-decoration: none;
    color: #333;
}

textarea {
    /* 边框清零 */
    border: none;
    /* 轮廓线清零 */
    outline: none;
    /* 避免文本域被随意拖拽 */
    resize: none;
    font-family: "微软雅黑", "Arial", "Microsoft Yahei", sans-serif;
}


/*select行止三角*/

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
}

i {
    /*文字样式*/
    font-style: normal;
}

.h2,
.h3,
.h4,
.h5 {
    font-weight: normal;
	line-height: 1.3;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

table {
    /*边框合并*/
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    max-width: 750px;
	margin: 0 auto !important;
}


/*引入字体*/

/* @font-face {
    font-family: 'pm';
    src: url('/wapcn/font/Poppins-Medium.eot');
    src: url('/wapcn/font/Poppins-Medium.woff') format('woff'), url('/wapcn/font/Poppins-Medium.ttf') format('truetype'), url('/wapcn/font/Poppins-Medium.svg') format('svg');
}

@font-face {
    font-family: 'pr';
    src: url('/wapcn/font/Poppins-Regular.eot');
    src: url('/wapcn/font/Poppins-Regular.woff') format('woff'), url('/wapcn/font/Poppins-Regular.ttf') format('truetype'), url('/wapcn/font/Poppins-Regular.svg') format('svg');
}

@font-face {
    font-family: 'wryhl';
    src: url('/wapcn/font/yaheilight.ttf');
}

.f-wrl {
    font-family: "wryhl";
}

.f-pr {
    font-family: "pr";
}

.f-pm {
    font-family: "pm";
}

.f-ar {
    font-family: "Arial";
} */


/*自界说class*/

main {
    display: block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j-end{
	justify-content: flex-end;
}

.j-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a-end{
	align-items: flex-end;
}

.a-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-wrap{
	flex-wrap: wrap;
}

.f-colu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pr {
    position: relative;
}

.ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.nowrap1{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nowrap2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.nowrap3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.cor000{color: #000;}
.corfff{color: #fff;}
.line-mini,.line-mini *{line-height: 1.3;}
.line-sm,.line-sm *{line-height: 1.5;}
.line-md,.line-md *{line-height: 1.8;}
.line-lg,.line-lg *{line-height: 2;}
.font-bold{font-weight: 700;}
.pl3{
	padding-left: 0.4rem;
}
.pr3{
	padding-right: 0.4rem;
}
.pt8{
	padding-top: 1.066666rem;
}
.pt6{
	padding-top: 0.8rem;
}
.pb8{
	padding-bottom: 1.066666rem;
}
.t-center{
	text-align: center;
}
.cor999{color: #999;}
.cor64798a{color: #64798a;}
.cor00479d{color: #00479d;}
.corff9900{color: #ff9900;}
.cor666{color: #666;}
.cor9ca8b2{color: #9ca8b2;}
.font32{font-size: 0.426666rem;}
.font20{font-size: 0.266666rem;}
.font42{font-size: 0.56rem;}
.font46{font-size: 0.613333rem;}
.font28{font-size: 0.373333rem;}
.font26{font-size: 0.346666rem;}
.font22{font-size: 0.293333rem;}
.font34{font-size: 0.453333rem;}
.font24{font-size: 0.32rem;}
.font50{font-size: 0.666666rem;}
.font30{font-size: 0.4rem;}
.font38{font-size: 0.506666rem;}
.font36{font-size: 0.48rem;}
@media (min-width: 751px) {
	html{
		font-size: 75px !important;
	}
}

/* header */
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1.2rem;
	background: #fff;
	z-index: 20;
	max-width: 750px;
	right: 0;
	margin: 0 auto;
	border-bottom: solid 1px #e8e8e8;
}
.header .left-search form{
	position: absolute;
	top: 100%;
	padding: 0.3rem 0.4rem;
	background: #fff;
	width: 100%;
	left: 0;
	border-top: solid 1px #e5e5e5;
	box-sizing: border-box;
	border-bottom: solid 1px #e5e5e5;
	display: none;
}
.header .left-search form #keyall{
	display: block;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	padding: 0 60px 0 20px;
	font-size: 0.35rem;
}
.header .left-search form .submit{
	display: block;
	position: absolute;
	right: 0.4rem;
	text-align: center;
	background: #0a4c9f;
	color: #fff;
	border-radius: 5px;
	padding: 7px 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
.header .logo img{
	max-height: 0.773333rem;
}
.header .top-state .left-search p{
	padding: 0 0.666666rem;
	height: 100%;
}
.header .top-state .right-txt{
	border-left: solid 2px #e8e8e8;
	height: 1.2rem;
}
.header .top-state .left-search img{
	width: 0.493333rem;
}
.header .top-state .t-login{
	padding: 0 0.466666rem 0 0.72rem;
}
.header .top-state .t-login img{
	width: 0.453333rem;
}
.header .top-state .t-login span{
	margin-left: 10px;
}
.header .top-state .t-btn{
	padding: 0 0.586666rem 0 0.3rem;
}
.header .top-state .t-btn span{
	display: block;
	width: 35px;
	height: 3px;
	background: #333;
	margin-top: 10px;
	-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}
.header .top-state .t-btn span.one{
	transform: rotateZ(-45deg) translate(-12px,12px);
}
.header .top-state .t-btn span.two{
	width: 0;
}
.header .top-state .t-btn span.sheer{
	transform: rotateZ(45deg) translate(-6px,-6px);
}
.header .top-state .t-btn span:nth-of-type(1) {
	margin-top: 0;
}
.header .nav{
	position: fixed;
	left: 100%;
	top: 1.2rem;
	height: calc(100% - 1.2rem);
	width: 100%;
	background: #fff;
	z-index: 15;
	-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
	overflow-y: auto;
	overflow-x: hidden;
}
.header .nav ul.one-menu li{
	height: 1.333333rem;
	border-bottom: solid 1px #e8e8e8;
}
.header .nav ul.one-menu li>span{
	width: 1.066666rem;
}
.header .nav ul.one-menu li span img{
	max-height: 0.266666rem;
}
.header .nav ul.one-menu li a{
	display: block;
	line-height: 1.333333rem;
	flex: 1;
}
.header .nav dl{
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all .5s ease;
	z-index: 5;
}
.header .nav dl.two-menu.active{
	z-index: 8;
}
.header .nav dl.sheer-menu.active{
	z-index: 10;
}
.header .nav dl dt span{
	width: 1.066666rem;
}
.header .nav dl dt{
	border-bottom: solid 1px #E5E5E5;
}
.header .nav dl dd{
	background: #f7f8f9;
	border-bottom: solid 1px #e5e5e5;
}
.header .nav dl dd span{
	width: 1.466666rem;
}
.header .nav dl dd span img{
	margin-right: 0.4rem;
}
/* header end */



/* 主体内容 */
.main-container{
	margin-top: 1.2rem;
}
.swiper-container .swiper-pagination-bullet{
	width: 0.8rem;
	height: 0.08rem;
	border-radius: 0.08rem;
}
body .swiper-container-horizontal>.swiper-pagination-bullets, body  .swiper-pagination-custom,body   .swiper-pagination-fraction{
	height: 0.08rem;
	bottom: 0.133333rem;
}
.banner .swiper-pagination-bullet{
	background: #fff;
}
.banner .swiper-slide span{
	background: url(/wapcn/images/video_play_color.png) no-repeat center/0.8rem;
}
.sheer-type-home ul{
	margin: 0 -0.133333rem;
}
.sheer-type-home ul li{
	padding: 0 0.133333rem;
}
.sheer-type-home ul li .txt{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0.266666rem;
	z-index: 3;
	color: #fff;
	padding: 0 0.266666rem;
	text-shadow: 0 0 10px #333;
}
.sheer-type-home ul li .txt .desc{
	min-height: 0.8rem;
}
.sheer-type-home ul li .txt .img{
	min-height: 0.666666rem;
}
.sheer-type-home ul li .txt .img img{
	max-height: 0.666666rem;
}
.sheer-type-home ul li .txt h3{
	margin: 0.2rem 0;
}
.title{
	margin-bottom: 0.533333rem;
}
.title p img{
	max-height: 0.4rem;
}
.home-news{overflow: hidden;}
.home-news .hm-news-swiper{
	width: 8.666666rem;
	margin: 0 auto;
}
.home-news .swiper-container{
	overflow: visible;
}
.home-news  .swiper-slide .content{
	padding: 0 0.306666rem;
}
.home-news  .swiper-slide .content .txt{
	border-radius: 0.133333rem;
	overflow: hidden;
}
.home-news .swiper-slide .content .txt .img img{
	width: 100%;
}
.home-news  .swiper-slide .content .info{
	height: 3.733333rem;
	padding: 0.133333rem 0.533333rem;
	background: #f8f8f8;
}
.home-news  .swiper-slide .content .info h3{
	margin-bottom: 0.533333rem;
}
.home-news  .swiper-pagination{
	position: static;
	margin-top: 0.533333rem;
}
.home-news .swiper-pagination-bullet-active{
	background: #333;
}
.console-content{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	right: 0;
	max-width: 750px;
	margin: 0 auto;
	display: none;
}
.console-content.active{
	display: flex;
}
.console-content .txt{
	display: none;
}
.console-content .txt iframe{
	width: 100%;
	height: 250px;
}
.console-content .txt .video{
	background: #eee;
	position: relative;
}
.console-content .txt .video span{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.console-content .txt .video span.play{
	z-index: 7;
	background: url(/wapcn/images/play.png) no-repeat center/1.066666rem;
}
.console-content p{
	margin-bottom: 0.266666rem;
	text-align: right;
}
.console-content p img{
	width: 0.4rem;
}
.console-content .txt video{
	object-fit: contain;
	max-width: 100%;
	max-height: 380px;
	min-height: 200px;
}
.console-content .txt h3{
	text-align: center;
	padding: 0.333333rem 0;
	color: #00479d;
}
.console-content .txt.txt-img p{
	margin-right: -1.066666rem;
}
.console-content .txt.txt-img{
	width: 4.5rem;
	border: 0;
	background: none;
	margin: 0 auto;
	text-align: center;
}
.console-content .txt>img,.console-content .txt .video-info{
	border: solid 0.133333rem #fff;
	border-radius: 0.133333rem;
	background: #fff;
}
/* 主体内容 end */

/* ka电子简介 */
.main-top-info{
	background: #f8f9fa;
	padding: 0.933333rem 0.4rem 0.533333rem;
	position: relative;
}
.main-top-info h3{
	margin-bottom: 0.8rem;
}
.main-top-info .location a,.main-top-info .location{
	color: #999;
}
.main-top-info .location a:last-child,
.about-info .about-info-txt h4{
	color: #094b9f;
}
.about-info .about-info-txt h4{
	margin-bottom: 0.4rem;
}
.about-info .about-info-txt p{
	line-height: 1.8;
}
.about-info .about-nums,.about-info .about-info-txt dl{
	margin: 0.8rem 0;
}
.about-info .about-info-txt dl{
	display: flex;
	justify-content: center;
}
.about-info .about-nums ul li,
.about-info .about-info-txt dl dd{
	text-align: center;
	margin-right: 1.5rem;
	position: relative;
	
}
.about-info .about-nums ul li:last-child,
.about-info .about-info-txt dl dd:last-child{
	margin-right: 0;
}
.about-info .about-nums ul li:after,
.about-info .about-info-txt dl dd:after{
	content: "";
	position: absolute;
	right: -0.666666rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1.066666rem;
	background: #caced3;
}
.about-info .about-info-txt dl dd .color{
	color: #00479D;
	font-size: 0.6rem;
}
.about-info .about-nums ul li:last-child:after,
.about-info .about-info-txt dl dd:last-child:after{
	display: none;
}
.about-info .about-nums ul li p{
	margin-bottom: 0.2rem;
}
.about-info .about-nums ul li p span{
	margin-left: 0.32rem;
	display: inline-block;
	min-width: 1.466666rem;
}
/* ka电子简介 end */

/* ka电子要闻 */
.about-news-list ul li{
	padding-bottom: 0.533333rem;
	margin-bottom: 0.4rem;
	border-bottom: solid 1px #e5e5e5;
}
.about-news-list ul li:last-child{
	margin-bottom: 0;
}
.about-news-list ul li .txt{
	width: 5.466666rem;
}
.about-news-list ul li .txt h3{
	margin-bottom: 0.533333rem;
}
.about-news-list ul li .img{
	width: 3.2rem;
}
.about-news-list ul li .img img{
	border-radius: 0.133333rem;
}
.Pages{
	text-align: center;
}
.Pages a{
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.066666rem;
	border: solid 1px #c0c0c0;
	font-size: 0.32rem;
	text-align: center;
	line-height: 0.8rem;
	margin: 0 0.066666rem;
}
.Pages em a.a_cur{
	background: #00479D;
	color: #fff;
	border-color: #00479D;
}
.Pages a.a_prev{
	background: url(/wapcn/images/arrow_left_gray.png) no-repeat center/0.2rem;
}
.Pages a.a_next{
	background: url(/wapcn/images/arrow_right_gray.png) no-repeat center/0.2rem;
}
/* ka电子要闻 end */

/* 质量系统 */
.zl-banner{
	margin-bottom: 0.533333rem;
}
.system-list ul{
	margin: 0 -0.2rem;
	margin-top: -0.4rem;
}
.system-list ul li{
	padding: 0 0.2rem;
	margin-top: 0.4rem;
	width: 50%;
}
.system-list ul li .content{
	padding: 0.533333rem 0.4rem;
	height: 2.666666rem;
	background: #f2f6f9 url(../images/pdf.jpg) no-repeat center bottom;
	background-size: 100%;
	position: relative;
}
.system-list ul li .content p{
	position: absolute;
	left: 0.4rem;
	bottom: 0.533333rem;
}
/* 质量系统 end */

/* 通告信息 */
.ament-list ul li{
	background: #f2f6f9;
	padding: 0.533333rem 0.4rem;
	margin-bottom: 0.4rem;
}
.ament-list ul li:last-child{
	margin-bottom: 0;
}
.ament-list ul li h3{
	margin: 0.2rem 0;
	min-height: 1.013333rem;
}
/* 通告信息 end */

/* 按期报告 */
.report-content .system-list ul li .content{
	height: 4.666666rem;
}
.report-content .system-list ul li .content p{
	position: static;
}
.report-content .system-list ul li .content h3{
	margin: 0.4rem 0;
	min-height: 2.133333rem;
}
/* 按期报告 end */

/* 投资者效劳 */
.btn{
	border-radius: 0.133333rem;
	background: #00479D;
	color: #fff;
	text-align: center;
}
.server-txt dl dd{
	padding-bottom: 0.133333rem;
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 0.466666rem;
}
.server-txt dl dd p{
	position: relative;
}
.server-txt dl dd p img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.866666rem;
}
.server-txt dl dd:last-child{
	margin-bottom: 0;
}
.server-txt dl dd input,.server-txt dl dd textarea{
	display: block;
}
.server-txt dl dd textarea{
	height: 2.666666rem;
	width: 100%;
	margin-top: 0.4rem;
}
.server-txt dl dd .text{
	height: 1.066666rem;
}
.server-txt .submit input{
	display: block;
	width: 100%;
	height: 1.2rem;
}
/* 投资者效劳 end */

/* 员工风范 */
.staff-content ul li{
	margin-bottom: 1.066666rem;
}
.staff-content ul li:last-child{
	margin-bottom: 0;
}
.staff-content ul li h3{
	margin-bottom: 0.533333rem;
	text-align: center;
}
.staff-content ul li .swiper-container{
	padding: 0.533333rem 0;
}
.staff-content ul li .swiper-slide{
	height: 3.6rem;
	opacity: .5;
	transition: all .5s ease;
}
.staff-content ul li .swiper-slide p{
	height: 3.6rem;
	border-radius: 0.133333rem;
}
.staff-content ul li .swiper-slide.swiper-slide-active{
	opacity: 1;
	z-index: 5;
}
.swiper-container.state .swiper-pagination{
	position: static;
}
.staff-content ul li .swiper-pagination{
	margin-top: 1.066666rem;
}
.staff-content ul li .swiper-slide.swiper-slide-active p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 8rem;
	height: 4.533333rem;
}
/* 员工风范 end */

/* 社会招聘 */
.filter-box dl dd{
	height: 1.2rem;
	position: relative;
	box-sizing: border-box;
	border-bottom: solid 1px #e5e5e5;
	width: 50%;
}
.filter-box dl dd p{
	height: 100%;
}
.filter-box dl dd p.active img{
	transform: rotateZ(-180deg);
}
.filter-box dl dd p img{
	width: 0.333333rem;
	margin-left: 0.266666rem;
	transition: all .5s;
}
.filter-box dl dd:nth-of-type(1) {
	border-right: solid 1px #e5e5e5;
}
.filter-box dl dd .down{
	position: absolute;
	top: 100%;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 2px #ccc;
	background: #fff;
	z-index: 7;
	border-top: solid 1px #e5e5e5;
	display: none;
}
.filter-box dl dd .down a{
	display: block;
	line-height: 1.5;
	padding: 0.266666rem 0;
}
.filter-box dl dd .down a.active{
	color: #00479D;
	text-decoration: underline;
}
.jobs-list ul li{
	padding: 0.6rem 0;
	border-bottom: solid 1px #e5e5e5;
}
.jobs-list ul li h3{
	margin-bottom: 0.4rem;
}
/* 社会招聘 end */

/* 联系ka电子 */
.contact-list ul li{
	padding: 0.666666rem 0;
	border-bottom: solid 1px #e5ecf5;
	min-height: 2.666666rem;
}
.contact-list ul li span:nth-of-type(1) {
	width: 1.6rem;
	display: flex;
	align-items: center;
}
.contact-list ul li span:nth-of-type(2),.contact-list ul li a {
	display: block;
	width: calc(100% - 1.7rem);
}
.contact-list ul li span,.contact-list ul li a{
	color: #64798a;
}
.contact-list ul li h4{
	margin-bottom: 0.533333rem;
}
.contact-list ul li p{
	margin-bottom: 0.2rem;
	align-items: flex-start;
}
.contact-list ul li p:last-child{
	margin-bottom: 0;
}
.contact-list ul li span img{
	width: 0.333333rem;
	margin-right: 0.2rem;
}
.contact-list ul li p.last{
	margin-top: 0.666666rem;
}
.contact-list ul li p.last2{
	margin-bottom: 0;
}
/* 联系ka电子 end */

/* 底部 */
.footer{
	background: #f2f6f9;
	padding: 0.533333rem 0.4rem;
}
.ft-menu a:after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 0.266666rem;
	background: #c9ccd4;
	margin-left: 0.266666rem;
}
.ft-menu a:last-child:after{
	display: none;
}
.ft-icons{
	margin: 0.666666rem 0 0.533333rem;
}
.ft-icons a{
	display: block;
	margin: 0 0.133333rem;
}
.ft-icons a img{
	width: 0.8rem;
}
.belov{
	text-align: center;
}
/* 底部 end */

/* 登录 */
.login-content{
	padding-top: 2.933333rem;
	padding-bottom: 4.8rem;
	background: url(/wapcn/uploadfiles/image/login_bg.jpg) no-repeat center 0/cover;
}
.login-logo img{
	height: 1.333333rem;
}
.login-content .form{
	padding: 1.333333rem 0.533333rem 1.2rem;
	border-radius: 0.266666rem;
	background: #fff;
	margin-top: 1.066666rem;
}
.login-content .form h3{
	margin-bottom: 0.666666rem;
}
.login-content .form .row {
	position: relative;
	border-bottom: solid 1px #e5e5e5;
	padding-left: 1.066666rem;
}
.login-content .form .row .text{
	display: block;
	height: 1.333333rem;
	width: 100%;
}
.login-content .form .user{
	background: url(/wapcn/images/l_user.png) no-repeat 0.266666rem center/0.4rem;
}
.login-content .form .password{
	background: url(/wapcn/images/l_pass.png) no-repeat 0.266666rem center/0.4rem;
}
.login-content .form .lg-register{
	height: 2rem;
}
.login-content .form .lg-register span.active:before{
	background: #f9f9f9 url(../images/check.png) no-repeat center bottom/100%;
}
.login-content .form .lg-register span:before{
	content: "";
	width: 0.346666rem;
	height: 0.346666rem;
	display: inline-block;
	margin-right: 0.133333rem;
	border: solid 0.026666rem #dedede;
	background: #f9f9f9;
	border-radius: 0.066666rem;
}
.login-content .form .lg-btn .submit{
	display: block;
	height: 1.2rem;
	width: 100%;
}
.login-content .form .forget{
	margin-top: 0.666666rem;
}
/* 登录 end */

/* 注册 */
.register-content.login-content{
	background-image: url(/wapcn/uploadfiles/image/register_bg.jpg);
	padding-top: 1.333333rem;
	padding-bottom: 1.333333rem;
	background-size: 100% auto;
}
.register-content.login-content .form{
	box-shadow: 0 0.133333rem 0.266666rem rgba(0,71,157,.1);
}
.register-content.login-content .form .row{
	padding-left: 0;
	margin-top: 0.4rem;
}
.login-content .row .rule-code{
	position: absolute;
	right: 0;
	top: 50%;
	width: 1.866666rem;
	transform: translateY(-50%);
	z-index: 5;
}
.login-content .row .requred:before{
	content: "*";
	color: red;
	display: inline-block;
	margin-right: 5px;
}
.register-content .register-type span{
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	border-radius: 0.133333rem;
	background: #f7f7f7;
}
.register-content .register-type span.active{
	background: #00479d;
	color: #fff;
}
.register-content .register-type{
	margin: 0.8rem 0 0.666666rem;
}
.register-content .form-content form{
	display: none;
}
/* 注册 end */

/* 小我私家中心 */
.personal-info .register-content.login-content{
	background: none;
	padding-top: 0.533333rem;
	padding-bottom: 0;
}
.personal-info .login-content .form{
	margin-top: 0;
	padding: 0;
	box-shadow: none;
}
.personal-info .login-content .form .requred:before{
	display: none;
}
.login-content .send{
	position: absolute;
	right: 0;
	bottom: 0.533333rem;
	z-index: 5;
}
.question-list dl dd .qsion{
	padding: 0.2rem 0.266666rem;
	background: #f2f6f9;
	padding-left: 1.066666rem;
	position: relative;
}
.question-list dl dd .qsion .tle{
	width: 6.933333rem;
	display: block;
}
.question-list dl dd .qsion.reply{
	padding-top: 0.266666rem;
	padding-bottom: 0.4rem;
	background: none;
}
.question-list dl dd .reply{
	display: none;
}
.question-list dl dd {
	margin-bottom: 0.3rem;
}
.question-list dl dd:last-child{
	margin-bottom: 0;
}
.question-list dl dd .qsion.reply:before{
	content: "A";
	background: #00479d;
	top: 0.3rem;
}
.question-list dl dd .qsion:before{
	position: absolute;
	left: 0.266666rem;
	top: 0.2rem;
	content: "Q";
	width: 0.533333rem;
	height: 0.533333rem;
	border-radius: 50%;
	background: #0066cc;
	color: #fff;
	text-align: center;
	line-height: 0.533333rem;
}
.question-list dl dd .arrow img{
	transition: all .5s;
	width: 0.4rem;
}
.question-list dl dd .qsion.active img{
	transform: rotateZ(-180deg);
}
.table{
	border: solid 1px #e5e5e5;
	overflow: hidden;
}
.table table{
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
}
.table .table-filter td{
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table .table-filter td .tb-scroll{
	height: 70px;
	overflow-y: auto;
	min-width: 120px;
}
.table .table-filter td .tb-scroll::-webkit-scrollbar:horizontal{
	height: 2px;
}
.table .table-filter td .tb-scroll::-webkit-scrollbar:vertical{
	width: 2px;
}
.table .table-filter td label{
	display: flex;
	margin-bottom: 5px;
	color: #999;
	justify-content: space-between;
}
.table .table-filter td label span{
	width: calc(100% - 20px);
}
.table .table-filter td label:last-child{
	margin-bottom: 0;
}
.table .table-filter td input{
	width: 12px;
	height: 12px;
	margin-top: 2px;
}
.table th{
	height: 44px;
	padding: 0.133333rem;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
	border-right: solid 1px #e5e5e5;
	background: #00479d;
	color: #fff;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
}
.table td{
	padding: 0.133333rem;
	text-align: center;
	box-sizing: border-box;
	border-right: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	height: 44px;
	vertical-align: middle;
	white-space: nowrap;
}
.table th:last-child,.table td:last-child{
	border-right: 0;
}
.table td{
	font-size: 0.266666rem;
}
.table td,.table td a{
	line-height: 1.5;
}
.press-txt .table{
	margin-top: 0.533333rem;
}

/* 小我私家中心 end */

/* 支持-产品选型 */
.select{
	height: 1.066666rem;
	box-sizing: border-box;
	padding: 0 0.8rem 0 0.4rem;
	border: solid 1px #e5e5e5;
	width: 100%;
	border-radius: 0.133333rem;
	 
}
.pro-select-type{
	margin-top: 0.933333rem;
	margin-bottom: 0.933333rem;
}
.press-txt.product-select .table{
	margin-top: 0;
}
.press-txt.product-select .table .td-scroll{
	background: #f8f9fa;
}
.press-txt.product-select .table .td-scroll td{
	padding: 0.533333rem 0.266666rem;
	text-align: left;
}
.press-txt.product-select .table .td-scroll td .scrll-p{
	height: 2.266666rem;
	overflow: auto;
	color: #999;
}
.press-txt.product-select .table .td-scroll td .scrll-p input{
	margin-right: 0.133333rem;
}
.press-txt.product-select .table .td-scroll td .scrll-p p{
	margin-bottom: 0.266666rem;
	font-size: 0.266666rem;
}
.press-txt.product-select .table .td-scroll td .scrll-p p:last-child{
	margin-bottom: 0;
}
.pro-select-type .handel-num,
.pro-select-type .pdf-download{
	width: 47%;
}
.pro-select-type .pdf-download a,
.pdf-download a{
	display: block;
	width: 100%;
	line-height: 1.066666rem;
	text-align: center;
	background: #ff9900;
	color: #fff;
	border-radius: 0.133333rem;
}
.emini-top .pdf-download a{
	width: 4rem;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 0.133333rem;
}

::-webkit-scrollbar:horizontal {
    height: 0.133333rem;
}

::-webkit-scrollbar-thumb,
.mm32-content .product-param-scroll .product-param::-webkit-scrollbar-thumb,
.select-and-buy .table::-webkit-scrollbar-thumb,
.pt-scroll .txt::-webkit-scrollbar-thumb,
.mm32-table .ps-table .table::-webkit-scrollbar-thumb,
.clone-table .table::-webkit-scrollbar-thumb{
    background-color: #00479d;
    border-radius: 0.133333rem;
}

::-webkit-scrollbar-track {
    border-radius: 0.133333rem;  
    background-color: #e5e5e5; 
}
/* 支持-产品选型 end */

/* 支持-评估开发板 */
.table td a{
	color: #00479D;
}
.emini-top > h4,.n-detail-top > h4{
	margin-bottom: 0.533333rem;
	line-height: 1.5;
}
.emini-top p:after{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #a3b2d1;
	display: none;
}
.emini-top p{
	position: relative;
	/* padding-left: 0.4rem; */
	line-height: 2;
	color: #666;
}
.emini-top.not-emini-top p {
	padding-left: 0;
}
.emini-top.not-emini-top p:after{
	display: none;
}
.app-detail .emini-top.not-emini-top *:not(h4){
	font-size: 0.32rem !important;
}
.emini-top p *{
	line-height: 2;
}
.emini-top .txt,.n-detail-top .txt,.n-detail-top .txt *{
	line-height: 2;
	color: #666;
}
.n-detail-top .txt img{
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
}
.n-detail-top .txt p{
	padding-left: 0 !important;
	text-indent: 0 !important;
	margin-left: 0 !important;
}
.press-txt.press-emini .table{
	margin-top: 0;
}
.conjunction-video > h3{
	margin-bottom: 0.533333rem;
}
.conjunction-video ul li .img{
	position: relative;
}
.conjunction-video ul li .img img{
	width: 100%;
}
.conjunction-video ul li .img span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/wapcn/images/video_play.png) no-repeat center/1.333333rem;
	z-index: 5;
}
.conjunction-video ul li .info{
	height: 4.2rem;
	box-sizing: border-box;
	padding: 0.133333rem 0.4rem;
	box-shadow: 0 2px 5px #eee;
}
.conjunction-video ul li .info h4:after{
	content: "";
	display: block;
	width: 0.8rem;
	height: 1px;
	background: #666;
	margin: 0.4rem 0;
}
.conjunction-video ul li{
	margin-bottom: 0.4rem;
}
.conjunction-video ul li:last-child{
	margin-bottom: 0;
}
.press-emini-detail .emini-top .img {
	background: #f9f9f9;
	background: #f9f9f9;
	padding: 0.4rem 0;
	margin-bottom: 0.533333rem;
}
.press-emini-detail .emini-top .img img{
	max-height: 4rem;
}
.buy{
	width: 2.133333rem;
	height: 0.8rem;
	border-radius: 0.133333rem;
	background: #f39800;
	color: #fff;
	margin-top: 0.533333rem;
}
.dowload-file ul li{
	background: #f2f6f9;
}
.dowload-file ul li h4{
	padding: 0 0 0 1.466666rem;
	height: 1.333333rem;
	border-bottom: solid 1px #dddddd;
	background: url(/wapcn/images/pdf_icon.png) no-repeat 0.533333rem center/0.533333rem;
}
.dowload-file ul li p{
	padding: 0.4rem;
}
.dowload-file ul li p strong{
	display: block;
	font-weight: 400;
	margin-bottom: 0.4rem;
	line-height: 1.5;
}
.dowload-file ul li p i{
	display: inline-block;
	position: relative;
	margin-right: 0.333333rem;
}
.dowload-file ul li p i:after{
	content: "";
	position: absolute;
	right: -0.16rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 0.3rem;
	background: #ddd;
}
/* 支持-评估开发板 end */

/* 支持-调试与下载工具 */
.consolde-and-download ul li .img{
	width: 3.2rem;
	background: #fff;
}
.consolde-and-download ul li{
	background: #f2f6f9;
	padding: 0.266666rem;
	margin-bottom: 0.4rem;
	align-items: center;
}
.consolde-and-download ul li:last-child{
	margin-bottom: 0;
}
.consolde-and-download ul li .img img{
	max-width: 80%;
}
.consolde-and-download ul li .txt{
	width: calc(100% - 3.4rem);
}
.consolde-and-download ul li .txt h4{
	margin-bottom: 0.35rem;
}
.consolde-and-download ul li .txt .desc p,
.consolde-and-download ul li .txt p{
	display: inline;
}
.agent-search{
	position: relative;
}
.agent-search .submit{
	position: absolute;
	width: 0.8rem;
	height: 0.933333rem;
	right: 0.4rem;
	top: 0;
	z-index: 5;
	background: url(/wapcn/images/agent_search.png) no-repeat right center/0.466666rem;
}
.agent-search .text{
	display: block;
	background: #f2f6f9;
	height: 0.933333rem;
	width: 100%;
	padding: 0 1.066666rem 0 0.4rem;
	border-radius: 0.933333rem;
	background: #f2f6f9;
	box-sizing: border-box;
}
/* 支持-调试与下载工具 end */

/* 支持-代理商 */
.top-ardess{
	padding: 0.4rem;
	background-color: #e9f3ff; /* 不支持线性的时间显示 */
	background-image: linear-gradient(to right, #e9f3ff , #f5faff);
}
.top-ardess .agent-contact p{
	font-size: 13px;
	margin-bottom: 0.2rem;
}
.top-ardess .agent-contact p img{
	max-height: 0.5rem;
	margin-right: 10px;
}
.top-ardess .agent-contact ol li{
	color: #666699;
	padding-left: 0.75rem;
	display: flex;
	position: relative;
}
.top-ardess .agent-contact ol li,
.top-ardess .agent-contact ol li span{
	line-height: 1.5;
}
.top-ardess .agent-contact ol{
	margin-bottom: 0.5rem;
}
.top-ardess .agent-contact ol:last-child{
	margin-bottom: 0;
}
.top-ardess .agent-contact ol li span:nth-of-type(1) {
	margin-right: 10px;
}
.top-ardess .agent-contact ol li span:nth-of-type(2) {
	flex: 1;
}
.top-ardess .agent-contact ol li:after{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666699;
	left: 9px;
	top: 6px;
	position: absolute;
}
.top-ardess ul li{
	margin-bottom: 0.3rem;
}
.top-ardess p{
	margin-bottom: 0.666666rem;
}
.top-ardess p img{
	max-height: 3.2rem;
}
.top-ardess ul li span:nth-of-type(1){
	width: 0.6rem;
}
.top-ardess ul li span:nth-of-type(2){
	width: calc(100% - 0.6rem);
}
.top-ardess ul li span:nth-of-type(1) img{
	width: 0.266666rem;
}
.panner-detail .conjunction-video{
	margin-bottom: 0.666666rem;
	padding-bottom: 0.666666rem;
	border-bottom: solid 1px #e5e5e5;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}
.panner-detail .conjunction-video:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.online-form{
	margin-top: 0.666666rem;
	padding-top: 0.666666rem;
	border-top: solid 1px #e5e5e5;
}
.online-form .register-content.login-content{
	background: none;
	padding: 0;
}
.online-form .register-content.login-content .form{
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.theer-station{
	margin-top: 0.666666rem;
}
.theer-station ul{
	margin: 0 -0.2rem;
	margin-top: -0.4rem;
}
.theer-station ul li{
	width: 50%;
	padding: 0 0.2rem;
	margin: 0.4rem 0 0 0;
}
.mobile-list ul li{
	margin-bottom: 0.4rem;
}
.mobile-list ul li:last-child{
	margin-bottom: 0;
}
/* 支持-代理商 end */

/* 应用 */
.application-list ul li{
	margin-bottom: 0.4rem;
}
.application-list ul li:last-child{
	margin-bottom: 0;
}
.application-list ul li .img{
	width: 2.4rem;
	height: 4rem;
}
.application-list ul li .txt{
	box-sizing: border-box;
	width: calc(100% - 2.4rem);
	padding: 0.533333rem;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-position: right bottom;
	background-color: #fff;
	box-shadow: 2px 0 8px #eee;
}
.application-list ul li:nth-of-type(1) .txt{
	background-image: url(/wapcn/images/channel_menu1.png);
}
.application-list ul li:nth-of-type(2) .txt{
	background-image: url(/wapcn/images/channel_menu2.png);
}
.application-list ul li:nth-of-type(3) .txt{
	background-image: url(/wapcn/images/channel_menu3.png);
}
.application-list ul li:nth-of-type(4) .txt{
	background-image: url(/wapcn/images/channel_menu4.png);
}
.application-list ul li:nth-of-type(5) .txt{
	background-image: url(/wapcn/images/channel_menu5.png);
}
.application-list ul li:nth-of-type(6) .txt{
	background-image: url(/wapcn/images/channel_menu6.png);
}
.application-list ul li:nth-of-type(7) .txt{
	background-image: url(/wapcn/images/channel_menu7.png);
}
.application-list ul li:nth-of-type(8) .txt{
	background-image: url(/wapcn/images/channel_menu8.png);
}
.application-list ul li .txt h3{
	margin-bottom: 0.466666rem;
}
.application-list ul li .txt h3 img{
	max-height: 0.533333rem;
	margin-right: 0.266666rem;
}
.disc{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.3rem;
}
.disc a{
	position: relative;
	display: block;
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.333333rem;
	margin-top: 0.266666rem;
}
.disc a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #a3b2d1;
}
.application-channel ul{
	margin: 0 -0.2rem;
	margin-top: -0.4rem;
}
.application-channel ul li{
	width: 50%;
	padding: 0 0.2rem;
	margin-top: 0.4rem;
	box-sizing: border-box;
}
.application-channel ul li .img{
	height: 3.466666rem;
}
.application-channel ul li h4{
	line-height: 1.066666rem;
	box-shadow: 0 2px 8px #eee;
}
.scroll-line{
	position: relative;
}
.app-aguments .item{
	padding: 0.933333rem 0.4rem;
	background: #edf5ff;
	 background-image: linear-gradient(to right, #e8f2ff , #f6faff);
	 margin-bottom: 0.4rem;
	 color: #64798a;
}
.app-aguments  .item:last-child{
	margin-bottom: 0;
}
/* .app-aguments ul li h2{
	margin-bottom: 0.533333rem;
}
.app-aguments ul li .ag-top h3{
	margin-bottom: 0.2rem;
} */
.app-aguments .item dl dd:nth-of-type(2){
	margin-top: 0.666666rem;
}
.app-aguments .item dl dd strong{
	margin-bottom: 0.2rem;
	display: block;
	color: #00479D;
}
/* .app-aguments ul li .emini-top p{
	color: #64798a;
}
.app-aguments ul li .emini-top p:after{
	background: #00479D;
} */
.file-down{
	width: 5.066666rem;
	height: 1.2rem;
	border-radius: 0.133333rem;
	background-color: #00479D;
	color: #fff;
	margin: 1.066666rem auto;
}
.file-down img{
	max-height: 0.533333rem;
	margin-right: 0.266666rem;
}
/* 应用 end */

/* 产品 */
.pt-swiper .swiper-container{
	padding: 1.333333rem 0 1.6rem;
}
.pt-swiper .txt{
	height: 5.6rem;
	background: #f6faff;
	text-align: center;
	transition: all .5s;
}
.pt-swiper .swiper-container .swiper-pagination-bullet-active{
	background: #00479D;
}
.pt-swiper .txt .img{
	width: 1.866666rem;
	overflow: hidden;
}
.pt-swiper .txt .img img{
	width: 3.733332rem;
	max-width: none;
	margin-left: -1.866666rem;
}
.pt-swiper .swiper-slide.swiper-slide-active{
	z-index: 5;
}
.pt-swiper .swiper-slide.swiper-slide-active .txt{
	transform: scale(1.2);
	box-shadow: 0 0 10px rgba(0,71,157,.2);
}
.pt-swiper .txt h3{
	margin: 0.533333rem 0 0.266666rem;
}
.pt-title{
	line-height: 40px;
	background: url(/wapcn/uploadfiles/image/pt_t_bg.png) no-repeat center/100%;
}
.pt-botton-content .pt-title{
	margin: 0.6rem 0 0.8rem;
}
.common-view>h3{
	margin-bottom: 0.666666rem;
}
.pt-scroll .txt {
	overflow-x: scroll;
	padding-bottom: 5px;
}
.pt-scroll .txt dl{
	border-bottom: solid 1px #dbe7f5;
	background: #f7fbff;
}
.pt-scroll .txt dl:last-child dd{
	height: 30px !important;
	color: #fff;
	background: #00479D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt-scroll .txt dl dd{
	position: relative;
	border-right: dashed 1px #dbe7f5;
}
.pt-scroll .txt dl dd:last-child{
	border-right: 0;
}
.pt-scroll .txt dl dd:nth-of-type(1) {
	width: 100px;
	background: #e6eef7;
}
.pt-scroll .txt dl dd .mm32f-product-item {
	width: 100px;
	height: 110px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px #4d80b9;
}
.pt-scroll .txt dl dd .mm32f-product-item h4 {
    line-height:28px;
    color: #fff;
    background-color: #4d80b9;
    text-align: center;
}
.pt-scroll .txt dl dd .mm32f-product-item p {
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #888;
    padding: 0 5px;
    line-height: 1.3;
    text-align: center;
}
.pt-btn{
	width: 0.533333rem;
}
.pt-down-menu{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #f0f2f4;
	z-index: 15;
	padding-bottom: 2.4rem;
	box-shadow: 0 3px 8px #eee;
	height: 300px;
	overflow-y: auto;
	display: none;
}
.pt-down-menu ul li{
	box-sizing: border-box;
	position: relative;
}
.pt-down-menu ul li p{
	position: relative;
}
.pt-down-menu ul li span{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	display: block;
	width: 80px;
	height: 100%;
}
.pt-down-menu ul li span:after{
	content: "";
	position: absolute;
	width: 0.293333rem;
	height: 2px;
	background: #cccccc;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pt-down-menu ul li span:before{
	content: "";
	position: absolute;
	width: 2px;
	height: 0.293333rem;
	background: #cccccc;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pt-down-menu ul li a{
	display: block;
	position: relative;
}
.pt-down-menu .one-menu>li>p a{
	padding: 0 0 0 0.8rem;
	border-bottom: solid 1px #e5e5e5;
}
.pt-down-menu .one-menu>li>p a:before{
	content: "";
	position: absolute;
	left: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.066666rem;
	height: 0.333333rem;
	background: #00479D;
	display: none;
}
.pt-down-menu .one-menu>li.active>p a:before{
	display: block;
}
.pt-down-menu .one-menu>li.active>p a,
.pt-down-menu .two-menu>li.active>p a {
	color: #00479D;
}
.pt-down-menu .one-menu>li.active>p span:before,
.pt-down-menu .two-menu>li.active>p span:before{
	display: none;
}
.pt-down-menu .one-menu>li.active>p span:after,
.pt-down-menu .two-menu>li.active>p span:after{
	background: #00479D;
}
.pt-down-menu .two-menu>li>p a{
	padding-left: 1.333333rem;
	color: #666;
}
.pt-down-menu .two-menu{
	padding: 0.6rem 0;
	border-bottom: solid 1px #e5e5e5;=
}
.pt-down-menu .sheer-menu,
.pt-down-menu .two-menu{
	display: none;
}
.pt-down-menu .one-menu>li>p a {
	height: 1.466666rem;
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.pt-down-menu .two-menu>li{
	margin-bottom: 0.533333rem;
}
.pt-down-menu .two-menu>li:last-child{
	margin-bottom: 0;
}
.pt-down-menu .sheer-menu>li>a{
	padding-left: 2rem;
	color: #999;
}
.pt-down-menu .sheer-menu li{
	margin-top: 0.533333rem;
}
.mm32-content{
	padding-top: 40px;
	position: relative;
	margin-top: 1rem;
}
.mm32-content .left-menu{
	width: 80px;
}
.mm32-content .left-menu ul li{
	color: #00479d;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: solid 2px #99b5d8;
}
.mm32-content .left-menu ul li:last-child{
	border-right: 0;
}
.mm32-content .product-param-scroll{
	width: calc(100% - 80px);
	position: relative;
}
.mm32-content .product-param-scroll .product-param{
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
}
.mm32-content .product-param-scroll .product-param::-webkit-scrollbar:horizontal {
	height: 5px;
}
.mm32-content .product-param-scroll:after,
.mm32-content .product-param-scroll:before{
	content: "";
	position: absolute;
	width: 0;
	display: block;
	height: 0;
}
.mm32-content .product-param-scroll:after{
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
	border-bottom: solid 6px #99b5d8;
	top: -3px;
	left: -7px;
}
.mm32-content .product-param-scroll:before{
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px #99b5d8;
	bottom: 49px;
	right: -3px;
}
.mm32-content .product-param-scroll dl{
	display: flex;
}
.mm32-content .product-param-scroll dl dd{
	width: 240px;
	padding: 10px;
	border-bottom: dashed 1px #ccccff;
	    border-right: solid 1px #ccccff;
		box-sizing: border-box;
}
.mm32-content .product-param-scroll dl dd:last-child{
	border-right: 0;
}
.mm32-content .product-param-scroll dl:nth-last-child(2) dd{
	border-bottom: 0;
}
.mm32-content .product-param-scroll dl:last-child dd{
	border: 0;
}
.mm32-content .product-param-scroll dl:last-child dd p{
	position: relative;
	display: inline-block;
	padding: 0 40px;
}
.mm32-content .product-param-scroll dl:last-child dd p:after, .mm32-content .product-param-scroll dl:last-child dd p:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 1px;
    background-color: #00479d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mm32-content .product-param-scroll dl:last-child dd p:after{
	left: 0;
}
.mm32-content .product-param-scroll dl:last-child dd p:before{
	right: 0;
}
.mm32-content .product-param-scroll dl dd .img{
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #e8f1f7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mm32-content .product-param-scroll dl dd .img img{
	max-width: 30px;
}
.mm32-content .product-param-scroll dl dd .img h4{
	color: #00479d;
	margin-top: 6px;
}
.mm32-content .product-param-scroll dl dd .param-item {
	display: flex;
	justify-content: space-between;
}
.mm32-content .product-param-scroll dl dd .disc{
	width: calc(100% - 60px);
	margin-top: 0;
}
.mm32-content .product-param-scroll dl dd .disc a{
	padding: 0;
	margin: 0;
	width: 100%;
}
.mm32-content .product-param-scroll dl dd .disc a:after{
	display: none;
}
.mm32-content .product-param-scroll dl dd .disc p{
	padding-left: 10px;
	position: relative;
	line-height: 1.5;
	width: 100%;
}
.mm32-content .product-param-scroll dl dd .disc p:after{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #00479d;
	left: 0;
	top: 8px;
}
.mm32-content .product-param-scroll dl:last-child{
	margin-top: -2px;
}
.mm32-content .product-param-scroll dl:last-child dd{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 2px #99b5d8;
}
.mm32-table table th,
.mm32-table table td{
	width: 120px;
	box-sizing: border-box;
}
.mm32-table{
	margin-top: 1.066666rem;
}
.mm32-table table td{
	color: #00479d;
}
.mm32-table .ps-table .table{
	overflow-x: auto;
	overflow-y: hidden;
}
.mm32-chaozhi .application-channel ul li h4{
	padding: 0 0.266666rem;
}
.mm32-chaozhi .application-channel ul li .img{
	height: 2.266666rem;
}
.mm32-chaozhi .value-btn{
	position: relative;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}
.mm32-chaozhi .value-btn:last-child{
	margin-bottom: 0;
}
.mm32-chaozhi .value-btn p{
	position: absolute;
	width: 100%;
	/* display: none; */
}
.mm32-chaozhi .value-btn p i{
	margin-left: 5px;
}
.mm32-chaozhi .mm32-content .product-param-scroll dl:last-child dd{
	padding-top: 30px;
}
.mm32-chaozhi .mm32-content .product-param-scroll dl:last-child dd p {
	padding-left: 0;
	padding-right: 0;
	color: #00479D;
	text-align: center;
	min-height: 36px;
}
.mm32-chaozhi .mm32-content .product-param-scroll dl:last-child dd p:after,
.mm32-chaozhi .mm32-content .product-param-scroll dl:last-child dd p:before{
	display: none;
}
.mm32-chaozhi .mm32-content .product-param-scroll:before {
	bottom: 81px;
}
.mm32-content .r-img{
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
}
.mm32-content .t-tip{
	position: absolute;
	left: 10px;
	top: 30px;
}
.mm32-content .b-tip{
	position: absolute;
	right: 0;
	bottom: 65px;
}
.tip{
	margin-bottom: 0.266666rem;
}
.pt-tabs{
	position: relative;
}
.pt-tabs:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0.4rem;
	height: 100%;
	background: url(/wapcn/images/arrow_right_gray.png) no-repeat right 2px/0.2rem;
}
.pt-tabs:after{
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	z-index: 3;
}
.pt-tabs .txt{
	overflow-x: auto;
	overflow-y: hidden;
	width: calc(100% - 0.4rem);
}
.pt-tabs ul{
	width: 650px;
}
.pt-tabs ul li{
	margin-right: 45px;
	padding-bottom: 0.4rem;
	position: relative;
}
.pt-tabs ul li:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #00479D;
	z-index: 5;
	display: none;
}
.pt-tabs ul li.active{
	color: #00479D;
}
.pt-tabs ul li.active:after{
	display: block;
}
.pt-tabs .txt::-webkit-scrollbar {
    -webkit-appearance: none;
}

.pt-tabs .txt::-webkit-scrollbar:vertical {
    width: 0.133333rem;
}

.pt-tabs .txt::-webkit-scrollbar:horizontal {
    height: 0.133333rem;
}

.pt-tabs .txt::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0.133333rem;
}

.pt-tabs .txt::-webkit-scrollbar-track {
    border-radius: 0.133333rem;
    background-color: transparent;
}
.pt-download .down-item{
	margin-bottom: 1.066666rem;
}
.pt-download .down-item h3{
	margin-bottom: 0.666666rem;
}
.pt-download .down-item:last-child{
	margin-bottom: 0;
}
.look-more{
	width: 4.8rem;
	height: 1.2rem;
	border-radius: 0.133333rem;
	background: #f2f6f9;
	margin: 0.533333rem auto 0;
}
.look-more img{
	width: 0.333333rem;
	margin-left: 0.266666rem;
	transition: all .5s;
}
.desing ul li{
	margin-bottom: 0.4rem;
}
.desing ul li:last-child{
	margin-bottom: 0;
}
.desing ul li .txt{
	padding: 0.666666rem 0.4rem;
	box-shadow: 0 3px 8px #eee;
}
.desing ul li .txt .info{
	margin: 0.266666rem 0 0.4rem;
}
.select-and-buy table tr{
	white-space: nowrap;
}
.select-and-buy .table{
	overflow: auto;
	border: 0;
	border-radius: 0;
	padding-bottom: 0.3rem;
	
}
.clone-table .table{
	height: 400px;
	overflow: auto;
	border: 0;
	padding: 0;
}
.select-and-buy .table table{
	border: solid 1px #e5e5e5;
}

.pt-info-content table td{
	color: #00479D;
}
.pt-info-content table td a{
	color: #ff9900;
	text-decoration: underline;
}
.pt-info-content table .vb1,
.pt-info-content table .vb2{
	vertical-align: bottom;
}
.pt-info-content .table .w{
	width: 0.4rem;
}
.clone-table{position: relative;overflow: hidden;}
/* 产品 end */

/* mui放大图片 */
.mui-preview-image.mui-fullscreen {
	position: fixed;
	z-index: 20;
	background-color: #000;
}
.mui-preview-header,
.mui-preview-footer {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
}
.mui-preview-header {
	height: 44px;
	top: 0;
}
.mui-preview-footer {
	height: 50px;
	bottom: 0px;
}
.mui-preview-header .mui-preview-indicator {
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 15px auto 4;
	width: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	font-size: 16px;
}
.mui-preview-image {
	display: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.mui-preview-image.mui-preview-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.mui-preview-image.mui-preview-out {
	background: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
	display: none;
}
.mui-zoom-scroller {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.mui-zoom {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.mui-slider .mui-slider-group .mui-slider-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
	width: 100%;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
	display: inline-table;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
	display: table-cell;
	vertical-align: middle;
}
.mui-preview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.mui-preview-loading.mui-active {
	display: block;
}
.mui-preview-loading .mui-spinner-white {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}
.mui-preview-image img.mui-transitioning {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.mui-content-padded p img {
	max-width: 100%;
	height: auto;
}
/* mui放大图片 end */

@media (max-width: 500px) {
	.header .top-state .t-btn span{
		width: 25px;
		height: 1px;
		margin-top: 8px;
	}
	.header .top-state .t-btn span.one{
		transform: rotateZ(-45deg) translate(-4px,12px);
	}
	.header .top-state .t-btn span.sheer {
	    transform: rotateZ(45deg) translate(-1px,-8px);
	}
}

/* 搜索页面 */
.search-body footer{
	padding-top: 0;
}
.search-page{
	align-items: flex-start;
}
.search-page .s-menu{
	position: sticky;
	top: 1.2rem;
	width: 130px;
	box-sizing: border-box;
	padding: 30px 0;
}
.search-page .s-menu ul li{
	font-size: 0.35rem;
	line-height: 1.3;
	padding: 10px 20px;
	border-bottom: solid 1px #e5e5e5;
}
.search-page .s-menu ul li:last-child{
	border-bottom: 0;
}
.search-page .s-menu ul li.active{
	background: #00479d;
	color: #fff;
}
.search-page .s-tab-content{
	width: calc(100% - 130px);
}
.search-page .s-tab-content .ament-list{
	padding: 30px 10px;
	padding-bottom: 1.066666rem;
	border-left: solid 1px #e5e5e5;
}


/*20230725*/
.Ispic {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.dot {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dot2, .dot3, .dot4, .dot5, .dot6 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
.dot3 {
	-webkit-line-clamp: 3;
}
/*地区选择*/
.select-area {
	position: relative;
	border-bottom: 1px solid #dedede;
	z-index: 10;
}
.select-area .item-wp  {
	position: relative;
	width: 50%;
	height: 100%;
	line-height: 1.2rem;
	border-right: 1px solid #dedede;
	text-align: center;
}
.select-area .item-wp aside {
	line-height: 1.2rem;
}
.select-area .item-wp aside:after {
	display: inline-block;
	content:'';
	width: 0.2933rem;
	height: 0.1866rem;
	margin-left: 0.33rem;
	background: url("/wapcn/images/arrow_down.png") no-repeat center/contain;
}
.select-area .item-wp dl {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 6% 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 #ccc;
	display: none;
}
.select-area .item-wp dl dd {
	line-height: 2;
}
.select-area .total  {
	width: 50%;
	height: 100%;
	line-height: 1.2rem;
	text-align: center;
}
.select-area .item-wp > div {
	display: none;
}

.select-box {
	margin-bottom: calc(34 / 75 * 1rem);
}
.select-box .name {
	flex: 0 0 100%;
	margin-bottom: calc(15 / 75 * 1rem);
}
.select-box .name + div {
	flex: 0 0 100%;
}
.select-box .item {
	padding: .2rem 0;
	margin-bottom: 1.6%;
	text-align: center;
	font-size: 0.3333rem;
	border-radius: 0.1333rem;
	background-color: #f2f6f9;
}
.select-box .item.on {
	color: #fff;
	background-color: #094b9f;
}

.select-box.col3 .item {
	width: 32%;
}
.select-box.col4 .item {
	width: 23.91%;
}
.select-box.col4 .item:not(:nth-child(4n)) {
	margin-right: 1.4533%;
}
.select-cate {
	margin-bottom: calc(80 / 75 * 1rem);
}


/*视频专区*/
.video-list ul {
	flex-wrap: wrap;
}
.video-list li {
	width: 48.5%;
	margin-top: 0.66rem;
	transition: .3s;
}
.video-list li .pic {
	position: relative;
	overflow: hidden;
}
.video-list li .pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	bottom:0;
	left:0;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.9));
}
.video-list li .pic .innerBox{
	position: absolute;
	width: 100%;
	bottom:0;
	left:0;
	padding: 0.2666rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}
.video-list li .pic .innerBox i{
	display: block;
	width: 0.3733rem;
	height: 0.3733rem;
	background: url("/wapcn/images/play_btn.svg") no-repeat center/contain;
}
.video-list li .pic .innerBox .time{
	font-size: 0.2933rem;
	color:#fff;
}
.video-list li figure {
	padding-bottom: 59.4%;
}
.video-list li aside {
	padding: 0.2666rem 0;
	font-size: 0.3733rem;
}
.video-list li p {
	font-size: 0.32rem;
	color: #999999;
}
.video-list li:hover .pic {
	cursor: pointer;
}
.video-list li:hover aside {
	color: #00479d;
}

.video-info h3.tit {
	color: #00479d;
}
.video-info article {
	margin-top: calc(50 / 75 * 1rem);
}
.video-info article > * {
	color: #64798a;
	line-height: 2;
}
.video-info .video {
	width: 100%;
	height: 6rem;
	margin-bottom: 0.8rem;
	background-color: #000;
}
.video-info .goback {
	display: block;
	width: 3.3333rem;
	line-height: 0.9333rem;
	margin: calc(150 / 75 * 1rem) auto 0;
	text-align: center;
	color: #fff;
	border-radius: calc(15 / 75 * 1rem);
	background-color: #094b9f;
	transition: .3s;
}

.video-area .pt-tabs {
	margin-top: 1.066rem;
	margin-bottom: .8rem;
}


/*生态专区*/
.ecology-area .pt-tabs {
	margin-bottom: calc(60 / 75 * 1rem);
}
.ecology-list ul {
	width: 100%;
}
.ecology-list li {
	padding: calc(20 / 75 * 1rem);
	padding-bottom: calc(54 / 75 * 1rem);
	margin-top: calc(20 / 75 * 1rem);
	background-color: #f2f6f9;
	transition: .3s;
	box-sizing: border-box;

}
.ecology-list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.ecology-list li figure {
	padding-bottom: 64.17%;
}
.ecology-list li aside {
	margin: calc(40 / 75 * 1rem) 0;
	line-height: 1.7142;
	color: #333;
	overflow: hidden;
}

.ecology-list li .date {
	padding-left: calc(50 / 75 * 1rem);
	line-height: calc(53 / 75 * 1rem);
	color: #666666;
	background: url("/wapcn/images/icon_date.png") no-repeat left center/.4rem;
}
.tag-state {
	display: block;
	width: calc(140 / 75 * 1rem);
	line-height: calc(53 / 75 * 1rem);
	color:#fff;
	text-align: center;
	border-radius: calc(50 / 75 * 1rem);
	background-color: #2d5ab3;
}
.tag-state.ing {
	background-color: #70ad47;
}
.tag-state.end {
	background-color: #bfbfbf;
}
/*.ecology-list li:hover {
	box-shadow: 0 7px 10px 0 #ccc;
	transform: translateY(-10px);
}
.ecology-list li:hover aside {
	color: #2d5ab3;
}*/

.ecology-detail {
}
h3.h3.tle {
	margin-bottom: calc(38 / 75 * 1rem);
	font-weight: bold;
}
.ecology-detail .left-ardess {
	/*width: 33.43%;*/
}
.ecology-detail .left-ardess-top {
	padding: calc(20 / 75 * 1rem);
	background-color: #f2f6f9;
	box-sizing: border-box;
}
.ecology-detail .left-ardess-top img{
	width: 100%;
}
.ecology-detail .left-ardess-top .tit {
	padding: calc(45 / 75 * 1rem) 0;
	font-weight: bold;
}
.ecology-detail .left-ardess-top .tit .tag-state {
	font-weight: normal;
}
.ecology-detail .left-ardess-top .date {
	margin-bottom: calc(40 / 75 * 1rem);
	padding-bottom: calc(40 / 75 * 1rem);
	border-bottom: 1px solid #dddddd;
}
.ecology-detail .left-ardess-top aside {
	margin-bottom: calc(10 / 75 * 1rem);
	padding-left: calc(60 / 75 * 1rem);
	line-height: calc(32 / 75 * 1rem);
	color: #555;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: calc(31 / 75 * 1rem);
}
.ecology-detail .left-ardess-top p {
	padding-left: 30px;
	line-height: 2.22;
	color: #00479d;
}
.ecology-detail .left-ardess-top .date aside {
	background-image: url("/wapcn/images/icon_time.png");
}
.ecology-detail .left-ardess-top .info aside {
	background-image: url("/wapcn/images/icon_person.png");
}
.ecology-detail .left-ardess .buy {
	position: relative;
	display: block;
	width: calc(240 / 75 * 1rem);
	height: auto;
	line-height: calc(76 / 75 * 1rem);
	margin: calc(50 / 75 * 1rem) auto calc(108 / 75 * 1rem);
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #f39800;
	transition: .3s;
}
.ecology-detail .left-ardess .buy:before {
	content:'';
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 15px;
	vertical-align: middle;
	background: url("/wapcn/images/icon_cart.png") no-repeat center;
}
.ecology-detail .left-ardess .buy:hover {
	background-color:#00479d;
}
.ecology-detail .right-txt {
	/*width: 62.68%;*/
}
.ecology-detail .right-txt .info {
	padding-bottom: calc(80 / 75 * 1rem);
	margin-bottom: calc(80 / 75 * 1rem);
	border-bottom: 1px solid #eeeeee;
}
.ecology-detail .right-txt .info p {
	line-height: 2;
	color: #64798a;
}
.ecology-detail .right-txt .info .date {
	margin-bottom: calc(20 / 75 * 1rem);
	padding-left: calc(50 / 75 * 1rem);
	line-height: calc(32 / 75 * 1rem);
	color: #666;
	background: url("/wapcn/images/icon_date.png") no-repeat left center;
}

.ecology-detail-download {
	padding-bottom: calc(60 / 75 * 1rem);
	margin-bottom: calc(60 / 75 * 1rem);
	border-bottom: 1px solid #eeeeee;
}
.ecology-detail-download ul li {
	padding: calc(45 / 75 * 1rem);
	background: #F2F6F9;
}

.ecology-detail-download ul li:nth-of-type(even) {
	background: none;
}

.ecology-detail-download ul li h4 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ecology-detail-download ul li h4 a img {
	margin-right: calc(24 / 75 * 1rem);
	max-width: calc(34 / 75 * 1rem);
}

.ecology-detail-download ul li h4 .pro-detail2-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: calc(33 / 75 * 1rem);
	margin-left: calc(60 / 75 * 1rem);
}

.ecology-detail-download ul li h4 .pro-detail2-txt span {
	position: relative;
	color: #999;
	padding-right: calc(34 / 75 * 1rem);
}

.ecology-detail-download ul li h4 .pro-detail2-txt span:after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	width: 2px;
	left: inherit;
	height: 100%;
	background-color: #999;
	right: calc(17 / 75 * 1rem);
}

.ecology-detail-download ul li h4 .pro-detail2-txt span:last-child {
	padding-right: 0;
}

.ecology-detail-download ul li h4 .pro-detail2-txt span:last-child:after {
	display: none;
}

.ecology-detail-download ul li p {
	margin-top: calc(40 / 75 * 1rem);
	margin-left: calc(60 / 75 * 1rem);
	color: #999;
}

.ecology-detail-download ul li p span {
	color: #333;
}
.ecology-detail-imgGallery {
	padding-bottom: calc(80 / 75 * 1rem);
	margin-bottom: calc(80 / 75 * 1rem);
	border-bottom: 1px solid #eeeeee;
}
.ecology-detail .owl-nav ,
.quality-wp .owl-nav {
	margin-top: calc(40 / 75 * 1rem);
	text-align: center;
}
.ecology-detail .owl-nav > div,
.quality-wp .owl-nav > div {
	display: inline-block;
	width: calc(50 / 75 * 1rem);
	height: calc(50 / 75 * 1rem);
	margin:0 calc(7.5 / 75 * 1rem);
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ecology-detail .owl-nav > div.owl-prev,
.quality-wp .owl-nav > div.owl-prev {
	background-image: url("/wapcn/images/left_btn.png");
}
.ecology-detail .owl-nav > div.owl-prev:hover ,
.quality-wp .owl-nav > div.owl-prev:hover {
	background-image: url("/wapcn/images/left_btn_hover.png");
}
.ecology-detail .owl-nav > div.owl-next,
.quality-wp .owl-nav > div.owl-next {
	background-image: url("/wapcn/images/right_btn.png");
}
.ecology-detail .owl-nav > div.owl-next:hover,
.quality-wp .owl-nav > div.owl-next:hover {
	background-image: url("/wapcn/images/right_btn_hover.png");
}

.ecology-detail-videos ul {
	position: relative;
	padding: 0 calc(80 / 75 * 1rem);
	box-sizing: border-box;
}

.videos ul li {
	margin: 2%;
	box-shadow: 0 0 10px 0 #ccc;
}
.videos ul li:hover .row-span3-txt .line {
	width: 100%;
}

.videos ul li .row-span3-img {
	position: relative;
}
.videos ul li .row-span3-img span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(91 / 75 * 1rem);
	height: calc(91 / 75 * 1rem);
	background: url(/wapcn/images/video_play.png) no-repeat center;
	background-size: 100% 100%;
}

.videos ul li .row-span3-txt {
	padding: calc(30 / 75 * 1rem);
}

.videos ul li .row-span3-txt .line {
	position: static;
	width: 60px;
	height: 1px;
	background-color: #666;
	display: block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: calc(20 / 75 * 1rem) 0;
}
.videos ul li .row-span3-txt p {
	color: #666;
	line-height: 1.833;
}
.videos ul li .row-span3-txt h3 {
	font-weight: 400;
	color: #333;
}
.videos .owl-nav > div  {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.videos .owl-nav > div.owl-prev  {
	left: 0;
}
.videos .owl-nav > div.owl-next {
	right: 0;
}


/*视频/图片弹窗*/

.max-video-img {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
	border: solid 2px #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	display: none;
}

.max-video-img video,
.max-video-img .iframe iframe {
	min-width: 1200px;
	max-width: 100%;
	min-height: 500px;
	max-height: 90vh;
}

.max-video-img>img {
	max-width: 90vw;
	max-height: 90vh;
	display: none;
}

.max-video-img .close {
	position: absolute;
	width: 30px;
	right: -15px;
	top: -15px;
	cursor: pointer;
}



/*ka电子质量治理*/
.quality-img-list {
	padding-bottom: 60px;
}
.quality-img-list li {
	position: relative;
}
.quality-img-list .text {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}
.quality-img-list li {
	padding-bottom: calc(60 / 75 * 1rem);
	margin-bottom: calc(60 / 75 * 1rem);
	border-bottom: 1px solid #eeeeee;
}
.quality-img-list .pic {
	margin-bottom: calc(40 / 75 * 1rem);
}
.quality-img-list .text h4{
	margin-bottom: calc(24 / 75 * 1rem);
	color: #00479d;
	text-align: center;
	font-weight: bold;
}
.quality-img-list .text p {
	position: relative;
	line-height: 1.875;
	color: #666666;
}

.quality-wp .quality-list:not(:last-of-type) {
	padding-bottom: calc(60 / 75 * 1rem);
	margin-bottom: calc(60 / 75 * 1rem);
	border-bottom: 1px solid #eeeeee;
}
.quality-wp .quality-list ul {

}
.quality-wp .quality-list ul li {
	position: relative;
}
.quality-wp .quality-list ul li .quality-list-item{
	padding: calc(30 / 75 * 1rem);
	background: #f2f6f9 url(../images/quality_pdf.png) no-repeat right bottom / calc(174 / 75 * 1rem);
}
.quality-wp .quality-list ul li .quality-list-item h4 {
	height: auto;
	overflow: hidden;
}
.quality-wp .quality-list ul li .quality-list-item .news-more {
	position: relative;
	margin-top: calc(40 / 75 * 1rem);
}

.quality-wp .quality-list ul li .quality-list-item .news-more span {

	width: calc(23 / 75 * 1rem);
	height: calc(11 / 75 * 1rem);
	background: url(/wapcn/images/right_arrow.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: calc(20 / 75 * 1rem);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*汽车芯片实验室*/
.chipLab .chipLab-item1 {
	position: relative;
	margin-bottom: calc(80 / 75 * 1rem);
}
.chipLab .chipLab-item1 .text {
	padding: calc(60 / 75 * 1rem) calc(25 / 75 * 1rem);
	color: #666666;
	background-color: #f2f6f9;
}
.chipLab .chipLab-item1 .text p {
	line-height: 1.875;
	text-align: justify;
}

.chipLab .chipLab-item2 h3 {
	text-align: center;
}
.chipLab .chipLab-item2 .owl-carousel {
	padding: 0 calc(64 / 75 * 1rem);
	box-sizing: border-box;
}
.chipLab .chipLab-item2 .item {
	padding: calc(70 / 75 * 1rem) calc(64 / 75 * 1rem);
	text-align: center;
	background-color: #f2f6f9;
}
.chipLab .chipLab-item2 .item img {
	max-width: calc(68 / 75 * 1rem);
	margin: 0 auto calc(20 / 75 * 1rem);
}
.chipLab .chipLab-item2 .item p {
	line-height: 1.875;
	height: calc(90 / 75 * 1rem);
	color: #666666;
	overflow: hidden;
}
.chipLab .chipLab-item2 .info {
	padding: 50px 0;
	text-align: center;
}
.chipLab .chipLab-item2 .info p {
	line-height: 1.875;
	color: #666666;
}
.chipLab .chipLab-item3 {
	margin: 0 auto;
}
.chipLab .chipLab-item3 .poster-btn {
	position: absolute;
	width: 231px;
	height: 100%;
	top: 0;
	cursor: pointer;
	z-index: 10;
}
.chipLab .chipLab-item3 .poster-btn.poster-prev-btn {
	left: 0;
}
.chipLab .chipLab-item3 .poster-btn.poster-next-btn {
	right: 0;
}

.chipLab .owl-nav {
	text-align: center;
}
.chipLab .owl-nav > div {
	position: absolute;
	display: inline-block;
	width: calc(40 / 75 * 1rem);
	height: calc(40 / 75 * 1rem);
	top:50%;
	margin-top: calc(-20 / 75 * 1rem);
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.chipLab .owl-nav > div.owl-prev {
	left: 0;
	background-image: url("/wapcn/images/left_btn.png");
}
.chipLab .owl-nav > div.owl-prev:hover {
	background-image: url("/wapcn/images/left_btn_hover.png");
}
.chipLab .owl-nav > div.owl-next {
	right: 0;
	background-image: url("/wapcn/images/right_btn.png");
}
.chipLab .owl-nav > div.owl-next:hover {
	background-image: url("/wapcn/images/right_btn_hover.png");
}


.chipLab-item3 ul li{
	margin-bottom: 1.066666rem;
}
.chipLab-item3 ul li:last-child{
	margin-bottom: 0;
}
.chipLab-item3 ul li h3{
	margin-bottom: 0.533333rem;
	text-align: center;
}
.chipLab-item3 ul li .swiper-container{
	padding: 0.533333rem 0;
}
.chipLab-item3 ul li .swiper-slide{
	height: 3.6rem;
	opacity: .5;
	transition: all .5s ease;
}
.chipLab-item3 ul li .swiper-slide p{
	height: 3.6rem;
}
.chipLab-item3 ul li .swiper-slide.swiper-slide-active{
	opacity: 1;
	z-index: 5;
}
.swiper-container.state .swiper-pagination{
	position: static;
}
.chipLab-item3 ul li .swiper-pagination{
	margin-top: 1.066666rem;
}
.chipLab-item3 ul li .swiper-slide.swiper-slide-active p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 8rem;
	height: 4.533333rem;
}

<!--耗时1760116139.333秒-->