﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
@import url(se-theme.css);
@import url(elementTheme.css);
@import url(home.css);
@import url(introduce.css);
@import url(manufacture.css);

/*首页*/
.i_product_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%;
}
.i_title {
	margin-top: 5%;
	margin-bottom: 4%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: Arial;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.nproduct_list2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.mobile-footer {
	display: none;
}
.nproduct_list2 ul {
	display: flex;
	flex-wrap: wrap;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	background: url(../images/i_bg2.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 780px) {
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
}

.mobile_tab {
	height: 40px;
	background-color: #FCFAFD;
	box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.08);
	line-height: 40px;
	text-align: right;
}
.el-drawer {
	height: 460px;
}
.el-drawer__body {
	padding: 0;
}
.mobile_tab_title {
	text-align: left;
	height: 24px;
	line-height: 24px;
	font-weight: 700;
	font-size: 14px;
}
.el-overlay {
	top: 84px;
}

 @media screen and (max-width: 480px) {
body {
	font-size: 12px;
}
.mobile-div {
	/* height: 100%; */
	height: 43px;
	display: flex;
	flex-direction: column;
}
.banner-text{
	padding-left: 10%;
}
.banner-text > h2 {
	margin-top: 30px;
}
.section-sub-title {
	padding: 0;
	text-align: justify;
	line-height: 20px;
}
p {
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
.control-layer {
	width: 270px;
	height: auto;
	margin: 0 auto;
}
.mobile_tab {
	display: block;
}
.pl15 {
	padding-left: 0;
}
.nproduct_list2 ul li p {
	font-size: 12px;
}
.section-title {
	font-size: 18px;
}
.section-main {
	width: 90%;
	padding: 0;
}
.main_bnn {
	/* padding: 0 15px; */
	padding: 0;
}
.section-main.bg {
	padding: 10px 20px;
}
.pop-line .pop-item::before {
	background-image: none;
}
.pop-line .pop-item {
	width: 28px;
	height: 24px;
}
.pop-line .pop-item>span {
	font-size: 10px;
	line-height: 12px;
}
.pop-line .pop-item .pop-desc {
	padding: 3px;
	top: 44px;
}
.pop-line .pop-item .pop-desc p {
	font-size: 10px;
	line-height: 17px;
}
.step-txt .step-desc h2 {
	font-size: 12px;
}
.feature-card {
	padding: 0;
}
.feature-card-item {
	width: 100%;
	padding: 15px;
}
.feature-card-item .card-head h2 {
  font-size: 16px;
}
.feature-card-item .card-head>img {
	width: 16px;
}
.feature-card-item:nth-child(n+2) {
	margin-top: 20px;
}
.se-btn {
  padding: 5px 10px;
}
.mobile_img {
	width: 40px;
}
.feature-text {
	width: 100%;
	padding-right: 0;
}
.feature-row {
	flex-wrap: wrap;
}
.feature-row.reverse .feature-text {
	padding-left: 0px;
}
.feature-img {
	width: 100%;
	margin-top: 10px;
}
#owl-case .item dd .txts {
	padding: 10px;
}
.section-block {
	padding: 15px 0;
}
.section-title {
	margin-bottom: 10px;
}
.video_w {
	width: 100%;
  }
  /* .banner-wrapper {
	height: 200px;
  } */
  .banner-text {
	background-image: none;
	width: 74%;
	padding-left: 10%;
  }
  .box_img1 {
	width: 32px;
	height: 72px;
	background: #6B05A8;
	color: white;
  }
  .box_img1>img{
	width: 22px;
  }
  .box_img1>span{
	font-size: 11px;
  }
  .box_img2 {
	width: 32px;
	margin-top: 20px;
	height: 120px;
	padding: 5px 0;
	background: linear-gradient( 180deg, #F4F6F8 0%, #FEFEFF 100%);
  }
  .box_img2>img{
	width: 22px;
  }
  .box_img2>span{
	font-size: 11px;
  }
  #owl-case.owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-left: -39px;
  }
  #owl-case.owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-right: -39px;
  }
  #owl-case.owl-theme .owl-controls .owl-buttons div {
	width: 35px;
	height: 35px;
	font-size: 20px;
  }
  .feature-tab-card {
	width: 100%;
  }
  .feature-tab-card .feature-tabs .feature-tab-item {
	padding: 2px 10px;
	font-size: 14px;
  }
  .feature-panel-item {
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	width: calc(25% - 8px);
	margin-top: 10px;
  }
  .feature-panel-item:nth-child(4n){
	margin-right: 0px;
  }
  .feature-panel-item:nth-child(5n){
	margin-right: 8px;
  }
  .feature-tab {
	justify-content: space-between;
  }
  .feature-text> h2 {
	font-size: 16px;
	margin-top: 10px;
  }
  .feature-text> p {
	margin-top: 10px;
  }
  .feature-tab .tab-item {
	padding: 5px 15px;
  }
  .feature-tab .tab-item:nth-child(3n) {
	margin-right: 0;
  }
  .feature-banner .feature-item {
	width: calc(50% - 10px);
	padding: 0;
	flex: auto;
  }
  .sub_margin {
	margin: 10px auto 15px auto;
  }
  .tag-slide .tag-slide-item {
	font-size: 10px;
  }
  .section-1 .tag-wrap >img {
	width: 63%;
  }
  .section-1 .tag-wrap .tag-slide {
	width: 58%;
  }
  #app .footer .nav-sub-panel .nav-sub {
	display: none;
  }
  #app .footer .nav-sub-panel {
	padding-bottom: 40px;
  }
  #app .footer .copyright>div {
	width: 90%;
  }
  #app .footer .copyright {
	margin-top: -50px;
  }
  .banner-wrapper.small {
	height: 100px;
  }
  .mobile_none {
	display: none;
  }
  .el-checkbox {
	width: 50%;
	margin-right: 0;
	height: 28px;
  }
  .case-list {
	justify-content: space-between;
  }
  .case-list .case-item{
	width: calc(50% - 5px);
	margin-right: 0px;
	margin-top: 8px;
  }
  .case-item .case-img {
	height: auto;
  }
  .case-item .case-info {
	padding: 10px;
  }
  .case-item .case-info .case-title {
	font-size: 14px;
	line-height: 20px;
  }
  .case-list-wrap {
	margin: 10px auto;
  }
  .case-item .case-info .case-desc {
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
	height: auto;
  }
  .page-main{
    padding-top: 42px;
  }
  .tag-wrap-1 {
	display: none;
  }
  .mobile_tag_wrap {
	display: block;
  }
  .feature-banner .feature-item > h2 {
	font-size: 16px;
  }
  .feature-banner .feature-item > p {
	padding: 0 5%;
  }
  .section-block.p80{
    padding: 20px 0;
}
.mt100{
	margin-top: 30px !important;
}
.ptb100{
	padding: 0;
}
.contact-form {
	width: 100% !important;
}
.contact-block h1{
    font-size: 20px;
  }
  .contact-block{
    padding-top: 30px !important;
  }
  .contact-block .contact-form {
	margin-top: 20px;
  }
  .mobile-h350 {
	height: 160px;
  }
  .mobile-h350-p {
	font-size: 14px;
	padding: 0 10px;
  }
  .w60 {
	width: 60%;
  }
  .w40 {
	width: 40%;
	height: 100px;
  }
  .mt200 {
	margin-top: 0;
	background-image: none;
	padding-bottom: 0;
  }
  .mobile-btn-title {
    font-size: 16px;
    padding:5px 10px;
  }
  .mt-200 {
	margin-top: 0;
	flex-direction: column;
  }
  .section-main-h1 {
    font-size: 18px;
  }
  .section-main-p {
    font-size: 14px;
  }
  .slide-tab-v .slide-tab{
    width: 100%;
  }
  .slide-tab-v .slide-tab ul li {
	font-size: 16px;
  }
  .mobile-h1 {
	font-size: 20px !important;
	text-align: center;
  }
  .mobile-mt70 {
	margin-top: 0 !important;
  }
  .mobile-31 {
    font-size: 24px;
  }
  .mobile-mt40 {
	margin-top: 10px !important;
  }
  .mobile-20 {
    font-size: 14px;
  }
  .wh200 {
    width: auto;
    height: auto;
	padding: 10px;
  }
  .mobile-p100 {
	padding: 20px 0;
  }
  .pp0 {
	padding: 0;
  }
  .mt30 {
    margin-top: 10px;
  }
  .mobile-data-h1 {
	font-size: 24px !important;
	margin-top: 0 !important;
  }
  .mt50 {
	margin-top: 10px;
  }
  .mobile-data-item {
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	flex: none;
  }
  .wt50 {
	width: 100%
  }
  mt30 {
	margin-top: 10px;
  }
  .compare-row {
	column-gap: 0;
  }
  .mobile-none {
	display: none !important;
  }
  .mobile-padd {
	padding: 5px 10px !important;
  }
  .icon-img-text .icon-text {
	width: 200px;
	flex: none;
  }
  .icon-img-text .icon-text .desc {
	font-size: 14px;
	line-height: 16px;
  }
  .card-cross .cross-item {
	width: 100%;
  }
  .card-cross .cross-item .text-col {
	line-height: 20px;
  }
  .card-cross .cross-item .img-col .img-bg {
	width: 100px;
	height: 100px;
  }
  .card-cross .cross-item .img-col .img-bg img {
	width: 30px;
	height: 30px;
  }
  .workflow-step {
	padding: 0;
  }
  .workflow-step .workflow-step-item .step-content .step-item {
	font-size: 16px;
  }
  .workflow-step-item {
	width: 90%;
	margin-left: 10%;
  }
  #footer-include .footer {
	display: none;
  }
  
  /* 移动端用户下拉菜单样式 */
  .mobile-logout-menu {
    display: none;
    position: absolute;
    top: 43px;
    background: white;
    z-index: 1000;
    width: 100%;
  }
  
  .mobile-logout-menu .logout-menu-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 70px;
    background-color: #fff;
  }
  
  .mobile-logout-menu .logout-menu-item {
    padding: 8px;
    color: #606266;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .mobile-logout-menu .logout-menu-item:hover {
    background-color: #f5f5f5;
  }
  
  .mobile-logout-menu .logout-menu-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

input:focus, textarea:focus {
  outline: none;
  border-color: #6B05A8 !important;
  box-shadow: none;
}

.mobile-navbar {
    display: flex; align-items: center; justify-content: space-between;
    background: #fff; padding: 0 10px; border-bottom: 1px solid #eee;
    height: 42px;
  }
  .mobile-logo { color: #7c2bc2; font-weight: bold; font-size: 18px; }
  .mobile-phone { color: #7c2bc2; font-size: 14px; display: flex; align-items: center; }
  .mobile-menu-toggle { font-size: 24px; cursor: pointer; color: #7c2bc2; }
  .mobile-dropdown-menu {
    display: none;
    flex-direction: row;
    background: #fff;
    width: 100vw;
    /* 高度自适应内容 */
    height: calc(100% - 42px);
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 100;
    /* 动画相关 */
    transform: translateY(-30px);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.3s cubic-bezier(.4,0,.2,1);
  }
  .mobile-dropdown-menu.active {
    /* display: flex; */
    transform: translateY(0);
    opacity: 1;
  }
  .mobile-menu-left {
    width: 100px;
    background: #fafafa;
    height: 270px;
    display: flex;
    flex-direction: column;
    float: left;
    /* overflow-y: auto; */
  }
  .mobile-menu-item {
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #222;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 10px;
    flex-shrink: 0;
  }
  .mobile-menu-item.active, .mobile-menu-item:hover { color: #a020f0; background: white; }
  .mobile-menu-right {
    flex: 1; background-color: white; height: 270px; padding: 0 32px; display: flex; flex-direction: column; justify-content: flex-start;
  }
  .mobile-submenu-item { height: 32px; line-height: 32px; margin-top: 10px; color: #222; font-size: 14px; }

