body,
html {
	margin: 0;
	min-height: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px !important;
	color: #666 !important;
	background-color: #efeff4;
}
.in-team-col {    height: 175px;
    background: url(https://www.precisioner.cn/teami.png) no-repeat 50%;
    background-size: 100%;
    padding: 15px 15px;}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	color: #333333;
	display: block;
}
a:hover,
a::after,
a:active,
a:focus{
	text-decoration: none !important;
	color: #333333;
}
.black{
	color: #000;

}
.page,
body {
	background-color: #f1f1f1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
img{
	max-width: 100%;
	display: block;
}

.flex {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
}

/*各个行中间对齐*/
.flex-center {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	align-items: center;
}

/*充满父元素*/
.flex_bd {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.flex-end {
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}


.flex-zEnd {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
/* 主轴两端对齐 */
.flex-zBetween {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* 主轴居中对齐 */
.flex-hc {
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.whole-bgt{	background-position: center;background-repeat: no-repeat;background-size: cover;}

.whole-bj{
	background-color: #ffffff;
}

.tabbar__placeholder{
	height:1rem;
}
.tabbar__placeholder.show{
	opacity: 0;
	bottom: -1rem;
}

.van-tabbar {
	z-index: 1999;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	box-sizing: content-box;
	width: 100%;
	height: 1rem;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	background-color: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all .4s;
	opacity: 1;
	background-color: #ffffff;
	z-index: 9999999;
}


.van-tabbar--unfit {
	padding-bottom: 0
}
.van-tabbar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #333;
    font-size: .24rem;
    line-height: 1;
    cursor: pointer;
	line-height: 1;
}
.tabbar__icon{
    position: relative;
    margin-bottom: 4px;
}
.van-tabbar-item__icon .van-icon {
    display: block;
    min-width: 1em;
}

.tabbar__icon .ico{
	display: inline-block;
	width: .48rem;
	height: .48rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ico-1{
	background-image: url(../images/home.png);
}
.ico-2{
	background-image: url(../images/product.png);
}
.ico-3{
	background-image: url(../images/jishu.png);
}
.ico-4{
	background-image: url(../images/user.png);
}


.van-tabbar-item.active .ico-1{
	background-image: url(../images/home_hover.png);
}
.van-tabbar-item.active .ico-2{
	background-image: url(../images/product_hover.png);
}
.van-tabbar-item.active .ico-3{
	background-image: url(../images/jishu_hover.png);
}
.van-tabbar-item.active .ico-4{
	background-image: url(../images/user_hover.png);
}
.van-tabbar-item.active .tabbar__text{
	color: #ae0a29;
}


.page-head{
	display: flex;
	align-items: center;
	justify-content: center;
	height: .88rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 99999;
}
.page-head .page-head__title{
	font-size: .32rem;
    font-weight: 700;
}
.head-main{
	padding: 0 .3rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: fixed;
	top: 0.88rem;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 99;
}
.head-logo{
	font-size: 0;
}
.head-logo img{
	width: 2.32rem;
}
.menu-button{
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
}
.page{
	padding: 1.88rem 0.2rem 0;
	transition: all .4s;
}
.page.show{
	transform: scale(0.9);
	transform-origin: 0;
}
.whole-fff{
	background-color: #ffffff;
}

.page_mb{
	margin-bottom: 1rem;
}

/* 菜单 */
.navbar{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 999;
	width: 6.4rem;
	height: 100vh;
	padding: 1.5rem 0.6rem;
	overflow-y: auto;
	padding-bottom: 0.5rem;
	opacity: 0;
	transition: all .4s;
	-webkit-transform:translateX(-100%);
	transform: translateX(-100%);
	pointer-events: none;
}
.navbar.show{
	opacity: 1;
	pointer-events: all;
	-webkit-transform:translateX(0);
	transform:translateX(0);
}
.navbar::-webkit-scrollbar-corner { background-color:#ffffff;}
.navbar::-webkit-scrollbar{width: 0px; height:0px; border-radius:3px; }
.navbar::-webkit-scrollbar-track{ background:none; }
.navbar::-webkit-scrollbar-thumb{ background-color:#fff; border-radius:3px; }
.navbar > ul > li > a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	padding: 0.26rem 0;
	font-size: 0.3rem;
	position: relative;
}

.navbar > ul > li > a > .iconfont{
	font-size: 14px;
	font-weight: bold;
	color: #8799a3;
	width: 0.28rem;
	height: 0.28rem;
	text-align: center;
	line-height: 0.28rem;
}
.navbar .menu{
	display: none;
	width: 100%;
}
.navbar .menu > li > a{
	padding: 0.26rem 0;
	font-size: 0.3rem;
	color: #8799a3;
}
.zh-cn{
	margin-top: 0.2rem;
}
.zh-cn a{
	display: block;
	width: 44%;
	border: 1px solid #8799a3;
	color: #8799a3;
	font-size: 0.24rem;
	text-align: center;
	height: 0.6rem;
	line-height: 0.6rem;
}


.navbar > ul > li > .oper > .iconfont{
	transform: rotate(90deg);
}

.search {
	width: 100%;
	border: 1px solid #a3afb7;
	height: 0.8rem;
	padding-right: 0.3rem;
	margin-bottom: 0.2rem;
}
.search .input{
	width: 100%;
	outline: none;
	padding-left: 0.2rem;
	font-size: 0.26rem;
	border: 0;
	margin-right: 0.2rem;
}
.search .input::-webkit-input-placeholder{
	font-size: 0.26rem;
	color: #808080;
}
.search .iconfont{
	font-size: 0.4rem;
	color: #aaaaaa;
}
.showclose{
	position: fixed;
	width: 40vw;
	height: 100vh;
	right: 0;
	top: 0;
	color: transparent;
	padding-bottom: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-image: linear-gradient(
90deg,rgba(0,0,0,.01),rgba(0,0,0,.6));
	letter-spacing: 5px;
	font-size: 25px;
	opacity: 0;
	pointer-events: none;
	transition: all .4s;
	z-index: 9999;
}
.showclose .iconfont{
	color: #ffffff;
	font-size: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
}

.showclose.show{
	opacity: 1;
	pointer-events: all;
	width: 15vw;
	color: #fff;
	z-index: 9999999;
}
.menu-button .iconfont{
	font-size: 0.5rem;
	color: #333333;
	/* position: absolute; */
	top: 0;
	right: 0;
}












/* 首页 */
.banner{
	margin: 0 -0.2rem;
}
.swiper-banner{
	height: 6.3rem;
}
.swiper-slide{
	height: 100%;
}
.swiper-banner .pagination-banner,
.swiper-team .pagination-team{
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-banner .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	opacity: .3;
}
.swiper-banner .swiper-pagination-bullet-active{
	background-color: #ffffff;
	opacity: 1;
	width: 0.18rem;
	height: 0.18rem;
	border: 2px solid #000;
}

.index-loop{
	background-color: #ffffff;
	box-shadow:3px 3px 4px rgba(26,26,26,0.2);
	padding: 0.28rem 0.2rem;
	margin: 0.2rem 0;
}
.in-loop-pic{
	position: relative;
}
.in-loop-pic:before{
	content: '';
	width: 1px;
	height: 30px;
	background-color: #eee;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 60px;
	
}
.in-loop-pic img{
	width: 0.94rem;
	height: 0.44rem;
	display: block;
}
.swiper-loop{
	height: 0.4rem;
}
.swiper-slide{
	height: 0.4rem;
	line-height: 0.4rem;
	overflow: hidden;
}
.swiper-loop .swiper-slide a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 5.2rem;
}
.swiper-loop .swiper-slide{
	font-size: 14px;
	color: #666;
}
.in-loop-banner{
	flex: 1;
	margin-left: 0.5rem;
}
.whole-title{
	font-size: 0.44rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.hui{
color:#aaa;font-size:12px;
}
.whole-title::before,
.whole-title::after{
	content: '';
	width: 36px;
	height: 1px;
	background-color: #cccccc;
	display: inline-block;
	margin: 0 0.2rem;
}
.in-busi-cell{
	background-color: #b1c1c9;
	text-align: center;
	margin-bottom: 0.1rem;
	width: 100%;
}
.in-busi-row{
	margin: 0 -0.05rem;
	overflow: hidden;
}
.in-busi-6{
	width: 50%;
	padding: 0 0.05rem;
	float: left;
}
.in-busi-cell a{
	height: 0.82rem;
	line-height: 0.82rem;
	font-size: 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 0.1rem;
}
.in-busi-tabs{
	flex-wrap: wrap;
	padding: 0.3rem 0;
	overflow: hidden;
}

.index-about{
	background-color: #f1f1f1;
	margin: 0 -0.2rem;
	padding:0.4rem 0.2rem;
background: url(https://www.precisioner.cn/guanyu.png) no-repeat 50%;
    background-size: 100%;
   
}

.in-about-bd p{
	font-size: 0.24rem;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0.3rem 0;
}
.index_btn{
	text-align: center;
}
.whole_btn{
	display: inline-block;
	border: 1px solid #1d2228;
	border-radius: 0.3rem;
	font-size: 0.28rem;
	padding: 0.12rem 0.98rem;
}
.in-about-data{
	margin-top: 0.8rem;
}
.in-about-col{
	width: 2rem;
	text-align: center;
}
.in-about-num{
	font-size: 0.8rem;
	font-weight: bold;
	color: #666666;
	margin-bottom: -0.25rem;
}
.in-about-tt{
	font-size: 0.28rem;
	color: #666666;
}
.in-team-img img{
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 auto;
	border-radius: 100%;
}
.in-team-num{
	text-align: center;
	font-size: 0.3rem;
	font-weight: bold;
	margin-top: 0.1rem;
}
.in-team-banner{
	padding: 0 0.3rem;
	margin-top: 0.5rem;
}
.swiper-team{
	height: 4.2rem;
}
.swiper-team  .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	opacity: .3;
}
.swiper-team  .swiper-pagination-bullet-active{
	background-color: #ffffff;
	opacity: 1;
	width: 0.18rem;
	height: 0.18rem;
	border: 2px solid #ae0a29;
}
.index-team{
	padding: 0.4rem 0;
}





/* prodcut */
.obanner{
	margin: 0 -0.2rem;
}
.obanner-prd{
	width: 100%;
	height: 4rem;
}

.prd-tabs .nav-tabs{
	border: 0;
	padding: 0.3rem 0;
}
.prd-tabs .nav-tabs > li{
	margin-bottom: 0;
	width: 50%;
}
.prd-tabs .nav-tabs > li > a{
	background-color: #b1c1c9;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	font-size: 0.24rem;
	color: #333333;
	height: 0.82rem;
	line-height: 0.82rem;
	border: 0;
	border-radius: 0;
	text-align: center;
	padding: 0;
}
.prd-tabs .nav-tabs > li:nth-child(2n)  a{
	margin-right: 0;
}
.prd-tabs .nav-tabs > li.active > a,
.prd-tabs .nav-tabs > li.active > a:hover,
.prd-tabs .nav-tabs > li.active > a:focus,
.prd-tabs .nav-tabs > li > a:hover,
.prd-tabs .nav-tabs > li > a:focus,
.prd-tabs .nav-tabs > li > a:active{
	background-color:#ae0a29;
	color: #FFFFFF;
	border: 0;
}
.tab-content{
	padding: 0.2rem 0;
}
.tech-tabs .tab-content{
	padding: 0.2rem 0 0;
}
.prd-col-pic img{
	height: 2.8rem;
}
.prd-col-tt{
	/* text-align: center; */
	background-color: #ffffff;
	padding:0 0.2rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prd-col-tt a{
	font-size: 0.28rem;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space:normal;
	word-break : break-all;
	word-wrap: break-word;
}
.prd-list .row{
	margin: 0 -0.05rem;
}
.prd-list .col-xs-6{
	padding: 0 0.05rem;
	margin-bottom: 0.1rem;
}
.tech-tabs .nav-tabs{
	background-color: #ffffff;
	padding: 0.2rem 0.2rem 0;
}
.tech-tabs .nav-tabs > li > a,
.tech-tabs .nav-tabs > li.active > a{
	background-color: transparent !important;
	color: #333333 !important;
	height: auto;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	overflow: hidden;
}
.tech-tabs .nav-tabs > li.active > a:focus{
	color: #ae0a29 !important;
}
.prd-col-data{
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 0.2rem;
	min-height: 1.36rem;
}
.prd-col-data .prd-col-tt a,
.prd-col-data .prd-col-title{
	padding: 0.2rem 0 0.1rem;
}
.prd-col-data .prd-col-title{
	font-size: 0.28rem;
}
.prd-col-down a,
.prd-col-down a:focus{
	font-size: 0.28rem;
	color: #ae0a29;
}
.tech-body{
	background-color: #ffffff;
	margin: 0 -0.2rem;
	padding: 0.3rem 0.2rem;
	color: #666666;
	font-size: 0.32rem
}
.tech-body p{
	line-height: 0.36rem;
	margin-bottom: 0.2rem;
}
.tech-body span{
	display: block;
	font-weight: bold;
	margin: 0.2rem 0;
}



/* user */
.page-user{
	padding: 0.3rem 0.2rem;
}
.user-hd{
	height: 3.7rem;
	background-position: 0 -1rem;
	padding:1rem 0.5rem 0;
	display: flex;
	justify-content: space-between;
}
.user-pic{
	width: 64px;
	height: 64px;
	background-color: #ffffff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-name{
	color: #ffffff;
	margin: 0.2rem 0 0 0.4rem;
	flex: 1;
}
.user-icon {
	margin-top: 0.5rem;
	margin-right: -0.2rem;
}
.user-icon .iconfont{
	color: #ffffff;
	font-size: 0.14rem;
}
.user-cell-name{
	flex: 1;
	font-size: 0.32rem;
	margin: 0 0.1rem;
}
.user-list{
	background-color: #ffffff;
	border-radius: 0.1rem;
}
.user-cell{
	padding:0.23rem 0.3rem;
	color: #666666;
	border-bottom: 1px solid #eeeeee;
}
.user-cell-icon1 .iconfont{
	font-size: 12px;
}
.user-cell:last-child{
	border-bottom: 0;
}




/* login */
.page-head_icon .iconfont{
	position: absolute;
	top: 0.24rem;
	left: 0.2rem;
	font-size: 20px;
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
}
.login-logo img{
	width: 2.4rem;
	height: 2.4rem;
}
.form-group{
	border-bottom: 1px solid #eeeeee;
	margin: 0 -0.2rem;
	padding: 0.24rem 0.3rem;
}
.form-name{
	font-size: 0.3rem;
	margin-right: 0.3rem;
}
.form-input{
	flex: 1;
	margin-right: 0.1rem;
}
.form-input .input{
	border: 0;
	outline: none;
	width: 100%;
	font-size: 0.3rem;
}
.form-input .input::-webkit-input-placeholder{
	font-size: 0.3rem;
	color: #999999;
}
.form-icon .iconfont{
	font-size: 24px;
	color: #8799a3;
}
.from_btn{
	background-color: #ae0a29;
	color: #ffffff;
	width: 100%;
	border: 0;
	border-radius: 0.1rem;
	font-size: 0.32rem;
	padding: 0.22rem 0;
}
.login form{
	margin-top: 0.6rem;
}
.login .index_btn{
	margin: 0.5rem 0;
	padding: 0 0.1rem;
}
.login-why{
	padding: 0 0.1rem;
}
.login-why a{
	font-size: 0.28rem;
}
.form-icon-red .iconfont{
	color: #ae0a29;
}
.form-yzm .from_btn{
	box-shadow:3px 3px 4px rgba(204,69,59,0.2);
	font-size: 0.28rem;
	padding: 0.22rem 0.2rem;
}







/* member */
.member{
	padding: 0.88rem 0.2rem 0;
}
.member .form-group{
	background-color: #ffffff;
	margin-bottom: 0;
}
.member .form-group .input{
	text-align: right;
}
.member .form-group .input::-webkit-input-placeholder{
	font-size: 0.18rem;
}
.member .form-group .icon-arrow_right{
	font-size: 0.2rem;
	font-weight: bold;
}

.from-file{
	display: flex;
	justify-content: flex-end;
}
.from-file .big-photo img{
	width: 1.28rem;
	height: 1.28rem;
	margin-top: 0 !important;
}
.member .mt30{
	margin-top: 0.3rem;
}
.modal_flex{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-dialog{
	width: 6.8rem !important;
}
.modal_flex .modal-header,
.modal_flex .modal-footer{
	border: 0;
}
.modal_flex  .modal-content{
	border-radius: 0.1rem;
}
.modal_flex .modal-header .close{
	opacity: 1;
	color: #ae0a29;
}
.modal_flex .modal-header h4{
	font-size: 0.32rem;
	color: #666666;
}
.modal_flex .modal-body{
	background-color: #f8f8f8;
	padding: 0.72rem 0.3rem;
}

.modal_flex .modal-body .input{
	border: 0;
	border-bottom: 1px solid #ae0a29;
	background-color: transparent;
	width: 100%;
	padding-bottom: 0.1rem;
	outline: none;
	padding-left: 0.1rem;
}
.modal_flex .modal-body .input::-webkit-input-placeholder{
	color: #666666;
	font-size: 0.28rem;
}
.modal_flex .modal-footer{
	padding: 0.18rem 0;
	position: relative;
}
.modal_flex .modal-footer:before{
	content: '';
	width: 1px;
	height: 16px;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
}
.modal_flex .modal-footer .btn{
	width: 50%;
	border: 0;
	background-color: transparent;
	color: #aaaaaa;
}
.modal_flex .modal-footer .btn-primary,
.modal_flex .modal-footer .btn-primary:focus,
.modal_flex .modal-footer .btn-primary:active{
	color: #ae0a29;
}
.modal_flex .modal-footer .btn:hover,
.modal_flex .modal-footer .btn::after,
.modal_flex .modal-footer .btn:focus{
	background-color: transparent;
	box-shadow: 0 0 0;
	outline: none;
}












/* cellPhone */
.cellPhone{
	padding:0.8rem 0.2rem 0;
}






/* feedback */
.feedback-tabs .nav-tabs{
	border-bottom: 0;
	padding-bottom: 5px;
	background-color: #ffffff;
	margin: 0 -0.2rem;
	padding:0 0.1rem;
	border-top: 1px solid #eeeeee;
}
.feedback-tabs .nav-tabs > li{
	margin-bottom: 0;
	width: 33.3%;
}
.feedback-tabs .nav-tabs > li > a{
	margin-right: 0px;
	font-size: 0.28rem;
	color: #606366;
	padding: 0.25rem 0;
	border: 0;
	border-radius: 0;
	text-align: center;
	position: relative;
}
.feedback-tabs .nav-tabs > li > a:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ae0a29;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.feedback-tabs .nav-tabs > li.active > a{
	position: relative;
}
.feedback-tabs .nav-tabs > li.active > a:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ae0a29;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
.feedback-tabs .nav-tabs > li.active > a,
.feedback-tabs .nav-tabs > li.active > a:focus,
.feedback-tabs .nav-tabs > li.active > a:hover,
.feedback-tabs .nav-tabs > li > a:hover,
.feedback-tabs .nav-tabs > li > a:focus{
	background-color: transparent;
	border: 0;
	color: #ae0a29;
}
.feedback-tabs .nav-tabs > li > a:hover:before{
	display: block;
}



/* about */
.about .prd-tabs .tab-content img{
	margin-bottom: 0.1rem;
}
.about .prd-tabs .tab-content p,
.about .prd-tabs .tab-content span,
.a-about-name{
	font-size: 0.28rem;
	color: #666666;
	margin: 0;
}
/* .about .prd-tabs .tab-content span{
	font-weight: bold;
} */
.a-about-name{
	text-align: center;
}
.about-speen{
	padding-left: 0.8rem;
}
.a-speen-tt{
	position: relative;
	font-size: 0.36rem;
	color: #666666;
}
.a-speen-tt::before{
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	background-color: #ae0a29;
	border-radius: 100%;
	position: absolute;
	top: 0.13rem;
	left: -0.5rem;
}
.a-speen-cell{
	position: relative;
	margin-bottom: 0.5rem;
}
.a-speen-cell::before{
	content: '';
	width: 1px;
	height: 110%;
	background-color: #ae0a29;
	position: absolute;
	top: 0.3rem;
	left: -0.415rem;
}
.a-speen-data_text{
	font-size: 0.28rem;
	margin-bottom: 0.1rem;
}





/* news */
.news-col-pic img{
	width: 1.8rem;
	height: 1.2rem;
}
.news-col-data{
	flex: 1;
	margin-left: 0.3rem;
}
.news-col-text{
	font-size: 0.28rem;
	line-height: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.news-col-text a{
	color: #666666;
}
.news-col-date{
	font-size: 0.28rem;
	color: #aaaaaa;
}
.news-col{
	border-bottom: 1px solid #eeeeee;
	padding: 0.3rem 0 0.1rem;
}






/* newsData */
.news-data{
	padding: 0.3rem	0;
}
.news-head{
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0.3rem;
}
.news-data-name{
	font-size: 0.36rem;
	color: #666666;
	line-height: 0.36rem;
}
.news-data-time{
	text-align: center;
	font-size: 0.28rem;
	color: #aaaaaa;
	padding: 0.2rem 0;
}
.news-body p{
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.3rem;
	/*margin-bottom: 0.3rem;*/
}
.news-body video{
	width: 100%;
	height: 4.5rem;
}

.news-body a{
    display: initial;
}



/* productsData */
.prds-banner{
	margin: 0 -0.2rem;
}
.swiper-prds{
	height:6.3rem;
}
.swiper-prds .pagination-prds{
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-prds .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	opacity: .3;
}
.swiper-prds .swiper-pagination-bullet-active{
	background-color: #ffffff;
	opacity: 1;
	width: 0.18rem;
	height: 0.18rem;
	border: 2px solid #000;
}
.prds-title{
	font-size: 0.36rem;
	color: #666666;
}
.prds-tab{
	padding: 0.2rem 0;
}
.prds-tabs .nav-tabs{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 0.4rem 0;
}
.prds-tabs .tab-content{
	padding: 0;
}
.prds-tabs .nav-tabs > li.active > a,
.prds-tabs .nav-tabs > li.active > a:hover,
.prds-tabs .nav-tabs > li.active > a:focus{
	border: 0;
	color: #ae0a29;
}
.prds-tabs .nav-tabs > li{
	width: 33.3%;
	text-align: center;
}
.prds-tabs .nav-tabs > li > a{
	padding: 0.18rem 0;
	margin: 0;
	font-size: 0.28rem;
	color: #666666;
	position: relative;
}
.prds-tabs .nav-tabs > li > a::before{
	content: '';
	width: 1px;
	height: 0.4rem;
	background-color: #eeeeee;
	position: absolute;
	top: 50%;
	margin-top: -0.2rem;
	right: 0;
}
.prds-tabs .nav-tabs > li:last-child a::before{
	display: none;
}
.prds-cnt {
	padding: 0 0.2rem;
	line-height: 0.38rem;
}
.prds-cnt p{
	font-size: 0.32rem;
	color: #666666;
	padding: 0;
	margin: 0;
}



/* technical tame */
.team-pic{
	margin: 0 -0.2rem;
}
.team-pic img{
	width: 100%;
	height:7.5rem;
}
.team-bd{
	padding: 0.2rem;
	color: #666666;
	border-top: 2px solid #cccccc;
	margin: 0 -0.2rem;
	
}
.team-bd-text{
	font-size: 0.36rem;
}
.team-bd-year{
	font-size: 0.32rem;
}




/* join us */
.join-bd{
	margin: 0 -0.2rem;
	padding: 0.4rem 0.2rem;
	font-size: 0.28rem;
	color: #666666;
}
.join-bd span{
	font-weight: bold;
	margin-bottom: 0.05rem;
	display: block;
}
.join-bd p{
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
}
.join .prd-tabs .tab-content{
	padding: 0;
}




/* Feecback */

.feedback{
	padding: 1.2rem 0.2rem 0;
}
.feed-btn .whole_btn{
	width: 100%;
	border: 0;
	background-color: #8799a3;
	color: #ffffff;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
	font-size: 0.28rem;
	border-radius: 0.1rem;
	padding: 0.28rem 0;
	text-align: center;
	margin: 0.3rem 0;
}




/* visit */
.visit{
	padding: 0 0.1rem;
}
.visit form .form-group{
	margin: 0;
	padding: 0.11rem 0.2rem;
}
.visit form .index_btn{
	margin: 0.4rem 0 0.2rem;
}
.visit-cell{
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.34rem;
	padding-bottom: 0.2rem;
}




/* customer */
.customer{
	padding: 0.3rem 0;
}
.cust-tt{
	font-size: 0.34rem;
	font-weight: 700;
	background-color: #b1c1c9;
	color: #666666;
	padding: 0.1rem 0.2rem;
}
.cust-group{
	border-bottom: 1px solid #eeeeee;
	padding: 0.25rem;
	color: #808080;
	font-size: 0.3rem;
}
.cust-group .textarea{
	border: 0;
	outline: none;
	resize: none;
	width: 100%;
	height: 1.2rem;
	font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
}
.cust-group .textarea::-webkit-input-placeholder{
	font-size: 0.3rem;
	color: #808080;
}
.cust-group .iconfont{
	font-size: 0.28rem;
	font-weight: bold;
	color: #8799a3;
}
.cust-name{
	color: #666666;
}
.cust-text,
.cust-text1{
	flex: 1;
	text-align: right;
	margin: 0 0.2rem;
}
.customer form .form-group{
	margin: 0;
}
.cust-foot .whole_btn{
	border-radius: 0.5rem;
	padding: 0.18rem 0;
	width: 45%;
}
.weui-btn_primary,
.weui-btn_primary:hover,
.weui-btn_primary:focus,
.weui-btn_primary:active,
.weui-btn_primary:not(.weui-btn_disabled):active{
	background-color:#ae0a29;	
	color: #ffffff;
}
div{
-webkit-tap-highlight-color: rgba(0,0,0,0);
outline: none;
-webkit-tap-highlight-color:transparent;
}



/* 6.27新增 */
/* 360 view */
.view{
	padding: 0.2rem 0;
}
.view-col{
	margin-bottom: 0.1rem;
}
.view-pic img{
	width: 100%;
	height: 2.8rem;
	display: block;
}
.view-name{
	text-align: center;
	background-color: #ffffff;
	width: 100%;
}
.view-name a{
	font-size: 0.28rem;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0.2rem 0.1rem;
}
.view .row{
	margin: 0 -0.05rem;
}
.view .col-xs-6{
	padding: 0 0.05rem;
}
.view-banner{
	position: relative;
}
.view-post{
	position: absolute;
	width: 2.36rem;
	height: 2.36rem;
	top: 50%;
	left: 50%;
	margin-left: -1.18rem;
	margin-top: -1.18rem;
	z-index: 9;
}



/* 360viewdeta */
.view-panel{
	padding: 0.2rem 0;
}
.view-title{
	font-size: 0.36rem;
	color: #666666;
	margin: 0.1rem 0;
}
.view-data{
	display: flex;
	justify-content: space-between;
	margin: 0.25rem 0;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 0.3rem;
}
.view-depa{
	width: 49.5%;
}
.view-depa-tt,
.view-us-name{
	font-size: 0.28rem;
	color: #666666;
	margin-bottom: 0.2rem;
}
.view-us-text{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.3rem;
}
.view-deta_name{
	text-align: center;
	font-size: 0.36rem;
	margin: 0.3rem 0;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 0.3rem;
}
.view-deta_bd p{
	font-size: 0.36rem;
	margin-bottom: 0.2rem;
	color: #666666;
	line-height: 0.44rem;
}
.view-deta_bd p:last-child{
	margin-bottom: 0;
}
.view-depa-text{
	line-height: 0.4rem;
	color: #333333;
}




/* viewDeta */
.visit-back .whole_btn{
	border: 0;
	padding: 0.08rem 0.3rem;
	background-color: #ae0a29;
	color: #ffffff;
	font-size: 0.28rem;
	border-radius: 0.5rem;
	margin: 0.3rem 0;
}
.visit-data{
	background-color: #ffffff;
	padding: 0.2rem;
}
.visit-data .prd-col-tt{
	display: block;
	height: auto;
	padding: 0;
	margin-bottom: 0.2rem;
}
.visit-data .prd-col-tt a{
	height: 0.8rem;
}
.prd-col-time p{
	color: #999999;
	margin-bottom: 0;
	font-size: 0.28rem
}
.visit-list .row{
	margin: 0 -0.1rem;
}
.visit-list .col-xs-6{
	padding: 0 0.1rem;
}
.visit-list .prd-col{
	margin-bottom: 0.2rem;
}




/* headquart */
.page-quart{
	padding: 0.88rem 0 0;
}
.quart-tabs .tab-content{
	padding: 0;
}
.quart-bd{
	width: 100%;
	height: 4.8rem;
	display: block;
}
.quart-bd img{
	width: 100%;
	height: 100%;
}
.quart-tab{
	padding: 0.2rem;
}
.quart-tabs .nav-tabs{
	border: 0;
	padding: 0.2rem;
}
.quart-tabs .nav-tabs > li{
	width: 50%;
}
.quart-tabs .nav-tabs > li > a{
	display: block;
	text-align: center;
	background-color: #777779;
	color: #ffffff;
	margin-bottom: 0.2rem;
	padding: 0.18rem 0.1rem;
	font-size: 0.28rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 0.2rem;
	border: 0;
	border-radius: 0;
}
.quart-tabs .nav-tabs > li:nth-child(2n) a{
	margin-right: 0;
}

.quart-tabs .nav-tabs > li.active > a,
.quart-tabs .nav-tabs > li.active > a:hover,
.quart-tabs .nav-tabs > li.active > a:focus,
.quart-tabs .nav-tabs > li > a:hover,
.quart-tabs .nav-tabs > li > a:focus,
.quart-tabs .nav-tabs > li > a:active{
	background-color: #ae0a29;
	color: #ffffff;
	border: 0;
}






/* feedback */
.feed-col{
	background-color: #ffffff;
	border-radius: 0.1rem;
	margin-bottom: 0.3rem;
}

.feed-col-hd{
	padding: 0.3rem;
	font-size: 0.28rem;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.feed-col-in{
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 0.3rem;
}
.feed-cell{
	font-size: 0.28rem;
	color: #666666;
}
.feed-col-ft{
	padding: 0.3rem;
	text-align: right;
}
.feed-col-ft .whole_btn{
	border: 0;
	padding: 0.07rem 0.2rem;
	background-color: #f0f0f0;
	font-size: 0.20rem;
	margin-right: 0.2rem;
}
.feed-list{
	padding: 0.2rem 0.1rem;
}



/* feedbackDeta */
.feedback-deta{
	padding: 0.2rem 0;
}
.feedback-deta .table-bordered{
	width: 100%;
	background-color: #ffffff;
	border: 0;
}
.feedback-deta .table-bordered>tbody>tr>th,
.feedback-deta .table-bordered>tbody>tr>td{
	font-size: 0.28rem;
	color: #666666;
	font-weight: 500;
	height: 0.8rem;
	padding: 0 0.2rem;
}
.feedback-deta .table-bordered>tbody>tr>th{
	width: 2.3rem;
	border: 0;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.feedback-deta .table-bordered>tbody>tr>td{
	border: 0;
	border-bottom: 1px solid #eee;
}
.feedback-deta .table-bordered>tbody>tr:last-child th,
.feedback-deta .table-bordered>tbody>tr:last-child td{
	border: 0;
}



