body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Microsoft YaHei","Arial","Helvetica Neue",Helvetica,sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    /*max-width: 100%;*/
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
@font-face{
    font-family: "m-semibold"; 
    src: url('../fonts/montserrat-semibold.ttf');
}
@font-face{
    font-family: "m-medium"; 
    src: url('../fonts/montserrat-medium.ttf');
}
@font-face{
    font-family: "m-regular"; 
    src: url('../fonts/montserrat-regular.ttf');
}
@font-face{
    font-family: "m-bold"; 
    src: url('../fonts/montserrat-bold.ttf');
}
@font-face{
    font-family: "m-black"; 
    src: url('../fonts/montserrat-black.ttf');
}

.conwidth{
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
.owidth{
	max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.main{
	padding-top: 100px;
}

/*header*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	background-color: #FFFFFF;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.08);
}
.header.on{
	top: -170px;
}
.header .box{
	text-align: center;
	/*height: 110px;*/
}
.header .content{
	font-size: 0;
}
.header .logo{
	position: relative;
	float: left;
	margin-left: 9%;
	width: 10%;
	height: 100px;
	text-align: center;
}
.header .logo a{
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 106;
	width: 100%;
	display: block;
}
.header .logo a img{
	max-width: 100%;
}
.header .nav{
	display: inline-block;
}
.header .nav ul{
}
.header .nav>ul>li{
	position: relative;
	float: left;
	z-index: 10;
	margin-right: 30px;
}
.header .nav>ul>li>a{
	font-family: "m-semibold"; 
	padding: 0px 10px;
	transition: all .3s; 
	line-height: 100px;
	font-size: 16px;
	color: #222222; 
}
.header .nav>ul>li:hover>a{
	color: #0ba29a;
}
.header .nav>ul>li::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #0ba29a;
    left: 50%;
    margin-left: -50%;
    bottom: 20px;
    display: none;
    transition: all .3s;
}
.header .nav>ul>li:hover:before{
	display: block;
}
.header .nav>ul>li.on>a{
	color: #1b3952;
}
.header .nav>ul>li.on::before{
	display: block;
}
/**/
.header .navcell{
    display: none;
    position: absolute;
    left: 50%;
    top: 100px;
    z-index: 100;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0px 0px 6px 6px;
    padding: 18px 0px 25px;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.08);
}
.procell{
	min-width: 360px; 
}
.header .navcell .con{
	min-height: 270px;
	min-width: 200px;
}
.header .nav-li{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px 40px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.header .nav-li:last-child{
	margin-bottom: 0;
}
.header .nav-li.on:before, .header .nav-li:hover:before{
	content: '';
	position: absolute;
	left: 20px;
	top: 10px;
	width: 10px;
	height: 10px;
	background: url(../images/img50.png) center left no-repeat;
}
.header .nav-li.all:before, .header .nav-li.all:hover:before{
	top: 19px;
}
.header .nav-li.all a{
	line-height: 50px;
	margin-bottom: 15px;
	border-bottom: #eeeeee solid 1px;
}
.header .nav-li>a{
	display: block;
	width: 100%;
	font-family: "m-medium";
	color: #666666;
	font-size: 16px;
	line-height: 2;
	word-break: break-word;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	/*padding: 0px 30px;*/
	text-align: left;
}
.header .nav-li:hover>a{
	color: #000000;
}
/**/
.header-other{
	float: right;
}
.header .search{
	float: left;
	margin-right: 50px;
	background-color: #FFFFFF;
	border: #0ba29a solid 1px;
	border-radius: 20px;
	width: 180px;
	height: 40px;
	margin-top: 30px;
	padding: 0 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.header .search .icon{
	float: right;
	width: 20px;
}
.header .search .icon input{
	width: 100%;
	height: 38px;
	background: url(../images/search.png) center no-repeat;
	border: none;
	outline: none;
}
.header .search .txt{
	float: left;
	width: -moz-calc(100% - 30px);
	width: -weikit-calc(100% - 30px);
	width: calc(100% - 30px);
}
.header .search .txt input{
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #222222;
	font-size: 14px;
	background: none;
	border: none;
	outline: none;
}
.header .search .icon input{
	width: 100%;
}
.search input::-webkit-input-placeholder {
    color: #b3b3b3;
}
.search input:-moz-placeholder {
	color: #b3b3b3;
}
.search input::-moz-placeholder {
	color: #b3b3b3;
}
.search input:-ms-input-placeholder {
	color: #b3b3b3;
}
/*语言选择*/
.head-nation{
	float: right;
	/*position: relative;*/
	padding-left: 35px;
	margin-right: 20px;
	height: 100px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background: url(../images/nation.png) center left no-repeat;
}
.head-nation .current{
}
.head-nation .current .name {
	font-family: "m-semibold"; 
    font-size: 16px;
    color: #0ba29a;
    line-height: 100px;
    padding-right: 30px;
    background: url(../images/triangle.png) right center no-repeat;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s;
    font-weight: bold;
}
/*.head-nation .current .name.on{
	background: url(../images/img2a.png) right center no-repeat;
}*/
.head-nation ul{
	display: none;
	position: absolute;
	right: 15px;
	/*left: 0;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
	/*top: 32px;*/
	top: 90px;
	z-index: 106;
	background-color: #FFFFFF;
	/*width: 100%;
	min-width: 300px;*/
	padding: 15px 0px;
	text-align: left;
}
.head-nation ul li{
	/*margin-bottom: 20px;*/
}
.head-nation ul li .region{
	font-weight: bold;
	color: #666666;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 0px 15px;
}
.head-nation ul li a{
	display: block;
    font-size: 14px;
    color: #666666;
    line-height: 2;
    padding: 0px 15px;
	cursor:pointer;
}
.head-nation ul li a:hover{
	font-weight: bold;
	color: #0ba29a;
	background-color: #f9f9f9;
}
/**/
.menubtn{
	float: right;
	display: none;
	width: 50px;
    height: 60px;
    margin-right: 25px;
    background: url(../images/menu-icon1.png) center right no-repeat;
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    cursor: pointer;
}
.menubtn.on{
    background: url(../images/menu-icon2.png) center right no-repeat;
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}
/**/
.m-nav{
	display: none;
	position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
    height: -moz-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    background: #fff;
    display: none;
    overflow-y: auto;
    z-index: 105;
}
.m-nav .m-searchbox{
	padding: 6% 3% 0;
	overflow: hidden;
}
.m-nav .m-search{
	width: 100%;
	border: #666666 solid 1px;
	border-radius: 15px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 60px;
	background: url(../images/search.png) center left 20px no-repeat;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.m-nav .m-search input{
	width: 100%;
	height: 50px;
	line-height:50px;
	color: #333333;
	font-size: 16px;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
  	-moz-appearance: none;
}
.m-nav ul{
	padding: 3% 3% 5%;
}
.m-nav ul li{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	padding: 0 3%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.m-nav ul li .one-level{
	width: 100%;
}
.m-nav ul li .one-level i{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 100%;
	background: url(../images/img71.png) center no-repeat;
	background-size: 13px 7px;
}
.header .m-nav ul li>a, .one-level{
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 20px;
	margin: 0 auto;
	line-height: 65px;
}
.m-nav .submenu{
	display: none;
	margin: auto;
	width: 100%;
	padding: 0 3% 3%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.submenu .submenu-li a{
	display: inline-block;
	color: #666666;
	font-size: 17px;
	line-height: 2.4;
}
.submenu a:hover{
	color: #1762cb;
}
.submenu-li .two-level{
    color: #666666;
    font-size: 18px;
    line-height: 2.4;
}
.submenu-li .level-box{
	display: none;
}
.submenu-li .level-ul{
	margin: 20px auto 0px;
	overflow: hidden;
}
.submenu-li .level-li{
	float: left;
	width: 48%;
	text-align: center;
	overflow: hidden;
	margin-right: 4%;
	margin-bottom: 2%;
}
.submenu-li .level-li:nth-child(2n){
	margin-right: 0;
}
.submenu-li .level-li .imgbox{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.submenu-li .level-li .imgbox img{
	max-width: 100%;
}
.submenu-li .level-li .txtbox{
	padding: 0 5%;
	overflow: hidden;
}
.submenu-li .level-li .txtbox .t1{
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.submenu-li .level-li .txtbox .t2{
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/**/
.sidebar{
	position: fixed;
	bottom: 10%;
    right: 20px;
    z-index: 12;
	opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar.show{
	opacity: 1;
	transform: none;
}
.sidebar ul{
	border-radius: 8px;
	box-shadow: 0px 0px 32px rgba(0,0,0,0.1);
}
.sidebar ul li:first-child{
	border-radius: 8px 8px 0px 0px;
}
.sidebar ul li:last-child{
	border-radius: 0px 0px 8px 8px ;
}
.sidebar ul li{
	position: relative;
	text-align: center;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #f5f5f5 solid 1px;
}
.sidebar ul li:last-child{
	border-bottom: none;
}
.sidebar ul li a, .sidebar ul li .istop{
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	overflow: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sidebar ul li .istop{
}
.sidebar ul li a:hover{
}
.sidebar ul li a .imgbox{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 4px;
}
.sidebar ul li .imgbox img{
	max-width: 50%;
}
.sidebar ul li .txt{
	font-family: "m-medium"; 
	color: #666666;
	font-size: 12px;
}
.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 90px;
	top: 0;
	z-index: 10;
	min-height: 100%;
	padding: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 25px rgba(0,0,0,.1);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar ul li:hover .secondary{
	display: block;
}
.sidebar ul li .secondary::before{
	content: '';
	position: absolute;
	right: -10px;
	top: 0;
	width: 28px;
	height: 100%;
	/*background: url(../images/img224.png) top 20px center no-repeat;*/
}
.sidebar ul li .imgli{
	min-width: 120px;
	padding: 3px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar ul li .imgli img{
	width: 100%;
}
.sidebar ul li .txtli{
	text-align: left;
	padding: 5px 10px 0 10px;
	white-space: nowrap;
}
.sidebar ul li .txtli .t1{
	color: #999999;
	font-size: 12px;
}
.sidebar ul li .txtli .t2{
	color: #222222;
	font-size: 20px;
}
.sidebar ul li .txt{
	text-align: center;
	color: #666666;
	font-size: 12px;
}
.istopdiv{
	float: right;
	margin-top: 100px;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 17px rgba(0,0,0,0.09);
	border-radius: 10px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.istopdiv img{
	display: block;
	margin: 12px auto 3px;
}
.istopdiv span{
	display: block;
	text-align: center;
	font-family: "m-medium"; 
	color: #222222;
	font-size: 16px;
}

.banner1 {
    width: 100%;
    /* height: 600px; */
    position: relative;
    background-size: cover;
}

.banner1 .box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 9.5% 0;
    display: block;
    height: 100%;
    cursor: pointer;
    width: 95%;
    box-sizing: border-box;
}

.banner1 .lans {
    width: 540px;
    float: left;
    /* margin-top: 8.1%; */
    position: absolute;
    width: 1200px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    font-size: 16px;
    color: #fff;
}

.banner1 .d1 .lans{
	top: 10%;
	text-align: center;
	transform: translate(-50%,0);
}

.banner1 .d1 .t1{
	text-align: center;
}

.banner1 .d1 .t3{
	text-align: center;
}

.banner1 .d1 .lans2{
	top: auto;
	bottom:20%;
	transform: translate(-50%,0);
}

.banner1 .lans2 .t1{
	text-align: center;
}

.banner1 .lans2 .t3{
	text-align: center;
}

.banner1 .lans2 .t4{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.banner1 .swiper-slide.tright .lans {
    float: right;
}

.banner1 .t1 {
    font-size: 2.6em;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.banner1 .t1 span {
    color: #d8e039;
    font-size: 50px;
    font-family: "g1";
}

.banner1 .heng {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    margin: .12rem 0 .24rem;
}

.banner1 .t2{
	font-size: 2em;
}

.banner1 .t3 {
    font-size: 1.4em;
    /* line-height: 24px; */
    margin-top: 10px;
    color: #ffffff;
}

.banner1 .t4 {
    margin-top: .43rem;
    width: 120px;
    height: 45px;
    box-sizing: border-box;
    line-height: 45px;
    font-size: 1.125em;
    color: #fff;
    padding-left: 20px;
    background: url(../images/icon10.png) 94px center no-repeat;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    border: 1px solid #fff;
    border-radius: 30px;
}

.banner1 .lans:hover .t4 {
    background-color: #494e53;
}

.banner1 .swiper-slide, .banner1 .swiper-slide a {
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* height: 600px !important; */
}

.banner1 .swiper-slide a.wei {
    display: none;
}

.banner1 .swiper-pagination {
    bottom: 2rem !important;
}

.banner1 .swiper-pagination-bullet {
    width: .5rem;
    height: .5rem;
    background: rgba(255,255,255,.5);
    opacity:1;
    border-radius: 30px;
    overflow:hidden;
    position: relative;
}

.banner1 .swiper-pagination-bullet-active{
    width: 2.4rem;
}
.banner1 .swiper-pagination-bullet:after{
    content:'';
    height:100%;
    width:0;
    left:0;
    position:absolute;
    top:0;
    left:0;
    background: #fff;
    transition:all 0s;
}

.banner1 .swiper-pagination-bullet-active:after {
    /* opacity: 1; */
    width:100%;
    transition:all 3s;
}

/*关注我们*/
.footer-share {
  display: flex;
}
.footer-share-item {
  margin-right: 6px;
  position: relative; z-index:9999;
}
.footer-share-item:last-child {
  margin-right: 20px;
}
.footer-share-item a {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 28px;
  /*background: #fff;*/
}
.footer-share-item:hover a {
  /*background: #0ba29a;*/
  color: #0ba29a;
}
.footer-share-item:hover .footer-eq {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transform: translateY(0);
}


.footer-eq {
  position: absolute; z-index:9999;
  left:0;
  margin-left: -70px;
  bottom: 50%;
  opacity: 0;
  padding-bottom: 10px;
  visibility: hidden;
  transform: translateY(-30px);
  pointer-events: visible;
  transition: 0.4s;
}
.footer-eq figure {
  display: block;
  box-sizing: border-box;
  padding: 0px;
  width: 100px;
  border: 1px solid #fff;
}
.footer-eq img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "iconfont"; 
  src: url('../fonts/iconfont.woff2?t=1638869001436') format('woff2'),
       url('../fonts/iconfont.woff?t=1638869001436') format('woff'),
       url('../fonts/iconfont.ttf?t=1638869001436') format('truetype');
}

/*关注我们*/


/*footer*/
.footer{
	background-color: #19191b;
}
.footer .content{
	border-bottom: #454546 solid 1px; padding-bottom:10px;
}
.footer .tit{
	font-family: "m-semibold"; 
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
}
.footer .follow .tit{
	float: left; margin-top:10px;
}
.uppercase{
	text-transform: uppercase;
}
.footer .content .left{
	float: left;
	width: 100%;
/*	overflow: hidden;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.follow{
	padding-top: 40px;
	padding-bottom: 35px;
	/*border-bottom: #333335 solid 1px;
	overflow: hidden; */
}
.follow ul{
	float: left;
	overflow: hidden;
	margin-left: 50px;
}
.follow ul li{
	float: left;
	margin-right: 20px;
}
.follow ul li a{
	display: block;
}
.follow ul li img{
	width: 28px;
	height: 28px;
}
.footer-infor{
	padding-top: 30px;
}
.footer-infor .f-logo{
	float: left;
	width: 15%;
	overflow: hidden;
	text-align: left;
}
.footer-infor .f-logo a{
	display: block;
}
.footer-infor .f-logo img{
	max-width: 100%;
}
.footer-nav{
	float: left;
	width: 85%;
	padding-left: 2.5%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-nav ul li{
	float: left;
	width: 33.33%;
	padding-right: 2.5%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-nav ul li:first-child{
	text-align: right;
}
.footer-nav ul li:nth-child(2){
	text-align: center;
}
.footer-nav ul li:last-child{
	text-align: left;
}
.footer-nav ul li .cont{
	display: inline-block;
	text-align: left;
}
.footer-nav ul li .txt{
	margin-top: 20px;
	font-family: "m-regular"; 
	color: #5b5a5a;
	font-size: 14px;
	line-height: 2;
}
.footer-nav ul li .txt a{
	display: block;
	margin-bottom: 4px;
	color: #5b5a5a;
}
.footer-nav ul li .txt a:hover{
	color: #FFFFFF;
}
.footer-nav ul li .txtli{
	margin-bottom: 5px;
}
.footer-nav ul li .txt .sp{
	color: #ffffff;
}
.footer .content .right{
	float: left;
	width: 23%;
	padding-left: 2.5%;
	border-left: #333335 solid 1px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.enroll {
	padding-top: 70px;
	padding-bottom: 30px;
}
.enroll .form-li {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}
.enroll .form-li .sp {
	width: 100%;
	overflow: hidden;
	font-family: "m-regular"; 
	line-height: 2.5;
	color: #ffffff;
	font-size: 14px;
}
.enroll .form-li .inputdiv {
	width: 100%;
	overflow: hidden;
	background-color: #353535;
	border-radius: 6px;
}
.enroll .form-li .inputdiv input, .enroll .form-li .inputdiv textarea{
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-family: "m-regular"; 
	color: #FFFFFF;
	font-size: 16px;
	padding: 0px 15px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.enroll .form-li .inputdiv input{
	height: 40px;
	line-height: 40px;
}
.enroll .form-li .inputdiv textarea{
	padding-top: 10px;
	padding-bottom: 10px;
	height: 80px;
	line-height: 1.8;
}
.enroll .form-li .inputdiv input::-webkit-input-placeholder {
	color: #c7c7c7;
}
.enroll .form-li .inputdiv input:-moz-placeholder {
	color: #c7c7c7;
}
.enroll .formbox .form-li .inputdiv input::-moz-placeholder {
	color: #c7c7c7;
}
.enroll .formbox .form-li .inputdiv input:-ms-input-placeholder {
	color: #c7c7c7;
}
.verification{
}
.verification .div1{
	float: left;
	width: 50%;
	margin-right: 10px;
}
.verification .code{
	float: left;
	max-width: -moz-calc(50% - 10px);
	max-width: -webkit-calc(50% - 10px);
	max-width: calc(50% - 10px);
	height: 40px;
	overflow: hidden;
}
.verification .code img{
	max-height: 40px;
}
.enroll .formbtn {
	margin-top: 20px;
	max-width: 140px;
	width: 100%;
	background-color: #f85415;
	border-radius: 6px;
}
.enroll .formbtn input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	background: none;
	outline: none;
	font-family: "m-semibold"; 
	color: #FFFFFF;
	font-size: 16px;
}
.footer .copyright{
	font-family: "m-regular"; 
	color: #777;
	font-size: 14px;
	line-height: 2;
}
.footer .copyright>a, .footer-language span{
	display: inline-block;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #777;
}
.footer .copyright>a:hover{
	color: #FFFFFF;
}
.footer-language{
	position: relative;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 22px;
	/*background: url(../images/img14.png) top 25px left no-repeat;*/
	background-size: 19px 19px;
}
.footer-language .title{
	padding-right: 15px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	min-width: 50px;
	text-align: center;
	/*background: url(../images/img15.png) center right no-repeat;*/
}
.footer-language .title a{ color:#999; margin-left:20px;}
.footer-language ul{
	display: none;
	position: absolute;
	bottom: 55px;
	right: 0;
	padding: 10px;
	width: 100%;
	background-color: #FFFFFF;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-language ul li{
	text-align: center;
}
.footer-language ul li a{
	display: block;
	width: 100%;
	color: #323232;
	font-size: 14px;
	line-height: 1.6;
	cursor:pointer;
}
.footer-language ul li a:hover{
	color: #222222;
	font-weight: bold;
}

/*banner*/
.lunbotu{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide a{
	display: block;
	width: 100%;
}
.lunbotu .swiper-slide a>img{
	width: 100%;
}
.oimg2{
	display: none;
}
.i-banner{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.i-banner .box{
	width: 50%;
}
.i-banner .box .t1{
	font-family: "microsoft yahei"; 
	color: #d42724;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 10px;
	word-break: break-word;
}
.i-banner .box .t2{
	font-family: "pingfangb"; 
	color: #333333;
	font-size: 30px;
	margin-bottom: 45px;
	word-break: break-word;
}
.i-banner .box .btn{
	text-align: left;
	padding: 0;
}
.i-banner .box .btn span{
	display: inline-block;
	text-align: center;
	padding: 0px 35px;
	font-family: "microsoft yahei";
	color: #ffffff;
	font-size: 18px;
	background-color: #d42724;
	border-radius: 30px;
	height: 60px;
	line-height: 60px;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.i-banner .box .btn span:hover{
	background-color: #000000;
}
.i-banner .box .btn span img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.lunbotu .swiper-pagination {
    display: inline-block;
}
.lunbotu.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction {
    bottom: 35px;
    left: 0;
    width: 100%;
}
.lunbotu .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background: none;
    opacity: 0.5;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.lunbotu .swiper-pagination-bullet-active{
    opacity: 1;
}
.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev{
	position: absolute;
	top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.lunbotu .swiper-button-prev, .lunbotu .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img16.png);
    left: 0;
    right: auto;
}
.lunbotu .swiper-button-next, .lunbotu .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img18.png);
    right: 0;
    left: auto;
}

.obanner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.obanner .imgbox{
	width: 100%;
}
.obanner .imgbox img, .obanner .oimg1{
	display: block;
	width: 100%;
}
.particles-box{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ob-img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.obanner .bannerzi{
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%); 
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%); 
    margin: auto;
}
.obanner .bannerzi .box{
	text-align: center;
}
.obanner .bannerzi .box .t1{
	font-family: "SourceHanSansCN-Bold";
	color: #ffffff;
	font-size: 40px;
}
.obanner .bannerzi .box .t2{
	font-family: "MONTSERRAT-REGULAR";
	color: #ffffff;
	font-size: 23px;
} 
.obanner .bannerzi .box .blue{
	color: #1b3952;
}

/**/
.obanner{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.obanner>img{
	width: 100%;
}
.oimg2{
	display: none;
}
.ob-img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerzi{
	position: absolute;
	top: 20%;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    /*top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%); 
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);*/
    margin: auto;
}
.bannerzi.ob1{
	top: 32%;
}
.obanner .bannerzi .box{
	text-align: left;
	max-width: 730px;
	width: 100%;
}
.obanner .bannerzi .box .t1{
	font-family: "MyriadPro-Bold";
	color: #d42724;
	font-size: 30px;
}
.obanner .bannerzi .box .t2{
	font-family: "pingfangr";
	color: #999999;
	font-size: 16px;
	line-height: 2;
	margin-top: 35px;
} 
.obanner .bannerzi .box .t3{
	font-family: "MyriadPro-Bold";
	color: #FFFFFF;
	font-size: 50px;
	margin-bottom: 15px;
}
.obanner .bannerzi .box .t4{
	font-family: "pingfangr";
	color: #999999;
	font-size: 20px;
}
@media only screen and (max-width: 1024px){
	.lunbotu .oimg1{
		display: none;
	}
	.lunbotu .oimg2{
		display: block;
	}
	.obanner{
		height: 400px;
	}
	.obanner .oimg1{
		display: none;
	}
	.ob-img{
		display: block;
	}
	.obanner .bannerzi{
		position: static;
	    transform: none;
	    padding-top: 18%;
	    padding-bottom: 18%;
	}
}

.i-title{
	text-align: center;
}
.i-title.left{
	text-align: left;
}
.i-title .t1{
	font-family: "m-bold"; 
	color: #222222;
	font-size: 40px;
}
.i-title .t2{
	font-family: "m-bold"; 
	color: #222222;
	font-size: 40px;
}
.i-title .t3{
	font-family: "m-semibold"; 
	color: #000000;
	font-size: 30px;
}
.i-title .t4{
	font-family: "m-medium"; 
	color: #444444;
	font-size: 16px;
	line-height: 2;
	word-break: break-word;
}
.factory .i-title .t4{
	margin-top: 25px;
}
.i-title .t5{
	color: #222222;
	font-size: 36px;
	font-family: "m-semibold";
	margin-bottom: 30px;
}
.o-message .i-title .t5{
	margin-bottom: 20px;
}
/*index*/
/*Our Service*/
.i-service{
	padding-top: 110px;
	padding-bottom: 110px;
	background: url(../images/img20.png) top center no-repeat;
	background-size: cover;
}
.i-service .box{
	margin-top: 50px;
}
.i-service .box ul{
	font-size: 0;
}
.i-service .box ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*float: left;*/
	width: 48.5%;
	min-height: 200px;
	margin-right: 3%;
	margin-bottom: 3%;
	border-radius: 6px;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.08);
	overflow: hidden;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-service .box ul li:nth-child(2n){
	margin-right: 0;
}
.i-service .box ul li:hover{
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.i-service .box ul li .cont{
	/*position: absolute;
	left: 0;
	top: 0;*/
	position: relative;
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 5% 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.i-service .box ul li .icon{
	float: left;
	width: 25%;
	text-align: center;
}
.i-service .box ul li .icon img{
	max-width: 55%;
}
.i-service .box ul li .txt{
	float: left;
	width: 75%;
	overflow: hidden;
}
.i-service .box ul li .txt .t1{
	font-family: "m-bold";
	color: #222222;
	font-size: 24px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-service .box ul li:hover .txt .t1{
	color: #ffb60d;
}
.i-service .box ul li .txt .t2{
	font-family: "m-medium";
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.i-service .box ul li .img{
	display: block;
	width: 100%;
}
.i-service .box ul li .img a{
	display: block;
}
.i-service .box ul li .img a img{
	/*width: 100%;*/
	height: 100%;
}
/*Customer Cases*/
.i-cases{
	padding-top: 110px;
	padding-bottom: 110px;
}
.i-cases .box{
	margin-top: 50px;
}
.i-cases .box ul{
	margin-bottom: 35px;
}
.i-cases .box ul li{
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2.8%;
}
.i-cases .box ul li:nth-child(4n){
	margin-right: 0;
}
.i-cases .box ul li a{
	display: block;
}
.i-cases .box ul li .imgbg{
	padding: 8px;
	border-radius: 10px;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.3);
	overflow: hidden;
}
.i-cases .box ul li .imgbg .img{
	border-radius: 10px;
	overflow: hidden;
}
.i-cases .box ul li .img img{
	width: 100%;
	border-radius: 8px;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-cases .box ul li:hover img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.i-cases .box ul li .txt{
	font-family: "m-medium";
	color: #222222;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-cases .box ul li:hover .txt{
	color: #0ba29a;
}
.allbtn{
	text-align: center;
}
.allbtn a{
	display: inline-block;
	min-width: 180px;
	height: 50px;
	line-height: 50px;
	font-family: "m-medium";
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	box-shadow: 0px 0px 26px rgba(11,162,154,0.05);
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #0ba29a;
}
.allbtn a:hover{
	color: #FFFFFF;
	background-color: #0b6296;
}

/*New Arrival*/
.new-arrival{
	padding-top: 40px;
	padding-bottom: 50px;
}
.featured{
	padding-bottom: 130px;
}
.new-arrival .box{
	position: relative;
	max-width: 1580px;
	width: 100%;
	margin: 50px auto 0px;
	padding: 0px 80px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.new-arrival .content{
	position: relative;
	width: 100%;
	padding-top: 0 !important;
	box-shadow: 0px 0px 17px rgba(0,0,0,0.09);
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.new-arrival .swiper-button-next, .new-arrival .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0px 0px 17px rgba(0,0,0,0.08);
    cursor: pointer;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.new-arrival .swiper-button-next, .new-arrival .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img39.png);
    right: 0;
    left: auto;
}
.new-arrival .swiper-button-prev, .new-arrival .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img38.png);
    left: 0;
    right: auto;
}
.new-arrival .swiper-button-next.swiper-button-disabled{
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img41.png);
}
.new-arrival .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img40.png);
}
.new-arrival .content .boxli{
	padding: 20px;
	min-height: 80px;
	border-left: #eeeeee solid 1px;
	overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.new-arrival .content .boxli a{
	display: block;
}
.new-arrival .content .boxli .img{
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}
.new-arrival .content .boxli .img img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.new-arrival .content .boxli:hover .img img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.new-arrival .content .boxli .txt{
	font-family: "m-medium";
	color: #222222;
	font-size: 18px;
	margin-top: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.new-arrival .content .boxli:hover .txt{
	color: #ffb60d;
}
/*product*/
.i-product{
	padding-top: 50px;
	padding-bottom: 120px; background:#f4f4f4;
}
.product .i-product{
	padding-bottom: 0;
}
.i-product .box{
	margin-top: 50px;
}
.i-product .box ul{
	margin-bottom: 20px;
}
.i-product .box ul li{
	position: relative;
	float: left;
	width: 23.35%;
	margin-right: 2.2%;
	margin-bottom: 2.2%;
}
.i-product .box ul li:nth-child(4n){
	margin-right: 0;
}
.i-product .box ul li a{
	display: block;
}
.i-product .box ul li .img{
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.i-product .box ul li .img img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-product .box ul li:hover .img img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.i-product .box ul li .img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.i-product .box ul li .txt{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	width: 100%;
	text-align: center;
	padding: 0px 20px;
	overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.i-product .box ul li .txt .tit{
	font-family: "m-medium";
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-product .box ul li:hover .txt .tit{
	color: #ffb60d;
}
.i-product .box ul li .txt .btn{
	margin-top: 15px;
}
.i-product .box ul li .txt .btn span{
	display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	background-color: #ffb60d;
	font-family: "m-medium"; 
	color: #FFFFFF;
	font-size: 16px;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-product .box ul li:hover .txt .btn span{
	background-color: #FFFFFF;
	color: #ffb60d;
}
@media screen and (max-width: 1680px){
	.conwidth{
		padding-left: 5%;
		padding-right: 5%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.new-arrival .box{
		max-width: 1400px;
		padding: 0 5%;
	}
	.header .logo{
		margin-left: 35px;
	}
	.header .search{
		margin-right: 35px;
	}
	/*.i-service .box ul li{
		min-height: 175px;
	}*/
}
@media screen and (max-width: 1440px){
	.conwidth, .new-arrival .box{
		padding-left: 7%;
		padding-right: 7%;
	}
	.header .nav>ul>li{
		margin-right: 20px;
	}
	.header .search{
		width: 160px;
	}
	.head-nation .current .name{
		padding-right: 20px;
	}
	/**/
	.i-title .t1{
		font-size: 36px;
	}
	.i-title .t2{
		font-size: 36px;
	}
	.i-title .t5{
		font-size: 34px;
	}
	/*index*/
	.i-service{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	/*.i-service .box ul li{
		min-height: 170px;
	}*/
	.i-service .box ul li .txt .t1{
		font-size: 22px;
	}
	.i-product{
		padding-bottom: 100px;
	}
	.i-product .box ul li .txt .tit{
		font-size: 22px;
	}
	.new-arrival .swiper-button-next, .new-arrival .swiper-container-rtl .swiper-button-prev{
		right: 2%;
	}
	.new-arrival .swiper-button-prev, .new-arrival .swiper-container-rtl .swiper-button-next{
		left: 2%;
	}
}
@media screen and (max-width: 1366px){
	.header .nav>ul>li{
		margin-right: 15px;
	}
	/*.i-service .box ul li{
		min-height: 167px;
	}*/
}
@media screen and (max-width: 1280px){
	.header .nav>ul>li{
		margin-right: 10px;
	}
	.header .search{
		margin-right: 20px;
	}
	/**/
	.i-title .t1{
		font-size: 32px;
	}
	.i-title .t2{
		font-size: 34px;
	}
	.i-title .t5{
		font-size: 32px;
	}
	/*.i-service .box ul li{
		min-height: 167px;
	}*/
	.i-service .box ul li .txt .t1{
		font-size: 20px;
	}
	.i-cases .box ul li .txt{
		font-size: 18px;
	}
	.new-arrival .content .boxli .txt{
		font-size: 16px;
	}
	.i-product .box ul li .txt .tit{
		font-size: 20px;
	}

}
@media screen and (max-width: 1220px){
	.main{
		padding-top: 60px;
	}
	.header.on{
		top: 0;
	}
	.header .logo{
		width: 110px;
		height: 60px;
	}
	.header .nav{
		display: none;
	}
	.menubtn{
		display: block;
	}
	.head-nation{
		height: 60px;
		margin-right: 0;
		padding-left: 26px;
	}
	.head-nation .current{
		display: none;
	}
	.head-nation ul{
		top: 60px;
	}
	.header .search{
		display: none;
	}
}
@media screen and (max-width: 1024px){
	.conwidth{
		padding-left: 4%;
		padding-right: 4%;
	}
	.new-arrival .swiper-button-next, .new-arrival .swiper-container-rtl .swiper-button-prev{
		right: 0;
	}
	.new-arrival .swiper-button-prev, .new-arrival .swiper-container-rtl .swiper-button-next{
		left: 0;
	}
	/*footer*/
	.follow{
		display: none;
	}
	.footer-nav ul li{
		float: none;
		width: 100%;
	}
	.footer-nav ul li:nth-child(1), .footer-nav ul li:nth-child(2){
		display: none;
	}
	.footer .content .left{
		width: 50%;
		padding-right: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer-infor .f-logo{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.footer .content .right{
		width: 50%;
	}
	.enroll{
		padding-top: 30px;
	}
	.footer-infor{
		padding-bottom: 30px;
	}
	.footer-language{
		display: none;
	}
	.footer .copyright{
		text-align: center;
		padding: 20px 0px;
	}
	.footer .copyright>a, .footer-language span{
		padding: 0;
	}
	.footer-nav{
		width: 100%;
	}
	/**/
	.i-title .t1{
		font-size: 28px;
	}
	.i-title .t2{
		font-size: 32px;
	}
	.i-title .t4{
		font-size: 15px;
	}
	.i-title .t5{
		font-size: 30px;
	}
	/**/
	.lunbotu .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 20px;
	}
	/*index*/
	.i-service{
		padding-top: 60px;
    	padding-bottom: 60px;
	}
	.i-service .box{
		margin-top: 40px;
	}
	.i-service .box ul li{
		min-height: 1px;
	}
	.i-service .box ul li .cont{
		padding: 25px 0px;
	}
	.i-service .box ul li .txt .t2{
		margin-top: 12px;
	}
	.i-service .box ul li .img a img{
		height: auto;
		width: 100%;
	}
	.i-cases .box{
		margin-top: 40px;
	}
	.new-arrival{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.new-arrival .box{
		margin-top: 40px;
	}
	.i-product{
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.i-product .box{
		margin-top: 40px;
	}
	.i-product .box ul li{
		width: 31.6%;
		margin-right: 2.6%;
	}
	.i-product .box ul li:nth-child(4n){
		margin-right: 2.6%;
	}
	.i-product .box ul li:nth-child(3n){
		margin-right: 0;
	}
	
}
@media screen and (max-width: 768px){
	.conwidth{
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.new-arrival .box {
	    padding-left: 60px;
	    padding-right: 60px;
	}
	.new-arrival .swiper-button-next, .new-arrival .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.i-title .t1{
		font-size: 26px;
	}
	.i-title .t2{
		font-size: 28px;
	}
	.i-title .t3{
		font-size: 28px;
	}
	.i-title .t5{
		font-size: 28px;
	}
	/**/
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.lunbotu .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 20px;
	}
	/**/
	.i-cases .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.i-cases .box ul li:nth-child(3n){
		/*margin-right: 4%;*/
	}
	.i-cases .box ul li:nth-child(2n){
		/*margin-right: 0;*/
	}
	.i-product .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.i-product .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.i-product .box ul li:nth-child(4n){
		margin-right: 4%;
	}
	.i-product .box ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 640px){
	.header .logo{
		width: 100px;
		margin-left: 20px;
	}
	.menubtn{
		margin-right: 20px;
	}
	/*footer*/
	.footer .content .left{
		float: none;
		width: 100%;
	}
	.footer-infor{
		padding-bottom: 0;
	}
	.footer-infor .f-logo img{
		max-width: 30%;
	}
	.footer .content .right{
		float: none;
		width: 100%;
		border-left: none;
	}
	/**/
	.i-title .t2{
		font-size: 24px;
	}
	.i-title .t3{
		font-size: 24px;
	}
	.i-title .t5{
		font-size: 24px;
	}
	/**/
	.i-service .box ul li .txt .t1{
		font-size: 18px;
	}
	.i-cases .box ul li .txt{
		margin-top: 15px;
	}
	.new-arrival .content .boxli .txt{
		margin-top: 15px;
	}
}
@media screen and (max-width: 576px){
	.header .logo{
		width: 90px;
	}
	/*footer*/
	.enroll .form-li .inputdiv input{
		height: 36px;
		line-height: 36px;
	}
	.verification .code img{
		max-height: 36px;
	}
	/**/
	.sidebar ul li a, .sidebar ul li .istop{
		width: 60px;
		height: 60px;
	}
	.sidebar ul li a .imgbox{
		margin-top: 10px;
	}
	/**/
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 10px;
	}
	.lunbotu .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	/**/
	.i-title .t1{
		font-size: 24px;
	}
	.i-title .t2{
		font-size: 22px;
	}
	.i-title .t3{
		font-size: 22px;
	}
	.i-title .t5{
		font-size: 22px;
	}
	/**/
	.i-service {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.i-service .box{
		margin-top: 30px;
	}
	.i-service .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.i-service .box ul li:last-child{
		margin-bottom: 0;
	}
	.i-service .box ul li .cont{
		padding: 20px 0px;
	}
	.i-service .box ul li .txt{
		padding-right: 5%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.i-cases .box ul li .imgbg{
	padding: 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.3);
	overflow: hidden;
}
	.i-cases .box{
		margin-top: 30px;
	}
	.i-cases .box ul{
		margin-bottom: 10px;
	}
	.i-cases .box ul li{
		width: 48%;
		margin-right: 1%;margin-left: 1%;
		margin-bottom: 30px;
	}
	.allbtn a{
		min-width: 150px;
		height: 45px;
    	line-height: 45px;
	}
	.new-arrival{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.new-arrival .box{
		margin-top: 30px;
	}
	.i-product{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.i-product .box{
		margin-top: 30px;
	}
	.i-product .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
}

/*案例中心*/
.case{
}
.navigation{
	background-color: #ffffff;
	box-shadow: 5px 0px 24px rgba(10,2,5,0.06);
}
.navigation ul{
	font-size: 0;
}
.navigation ul li{
	position: relative;
	display: inline-block;
	min-width: 14%;
	text-align: center;
}
.navigation ul li>a{
	display: block;
	font-family: "m-semibold"; 
	color: #222222;
	font-size: 16px;
	line-height: 80px;
	height: 80px;
	overflow: hidden;
}
.navigation ul li a .t1, .navigation ul li a .t2{
	padding: 0px 20px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.navigation ul li a .t2, .navigation ul li.on a .t1{
	position: relative;
	color: #FFFFFF;
	/*background: url(../images/img52.png) center  no-repeat;*/
}
.navigation ul li a .t2:before,  .navigation ul li.on a .t1:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 12px;
	/*-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
	margin-left: -6px;
	width: 12px;
	height: 6px;
	background: url(../images/img53.png) center no-repeat;
}
.navigation ul li:hover a .t1{
	margin-top: -80px;
}
.navigation ul li.on:hover a .t1{
	margin-top: 0;
}
.navigation ul li a .t2 a{
	color: #FFFFFF;
}
.case .navigation{
	border-top: #1e94d4 solid 4px;
}
.case .navigation ul li.on a .t1, .case .navigation ul li a .t2{
	background-color: #1e94d4;
}
.product .navigation{
	border-top: #edae1b solid 4px;
}
.product .navigation ul li.on a .t1, .product .navigation ul li a .t2{
	background-color: #edae1b;
}
.about .navigation{
	/*border-top: #0ba29a solid 1px;*/
}
.about .navigation ul li.on a .t1, .about .navigation ul li a .t2{
	background-color: #0ba29a;
}
.video .navigation{
	/*border-top: #0ba29a solid 1px;*/
}
.video .navigation ul li.on a .t1, .video .navigation ul li a .t2{
	background-color: #d21477;
}
.new-center .navigation{
	/*border-top: #0ba29a solid 1px;*/
}
.new-center .navigation ul li.on a .t1, .new-center .navigation ul li a .t2{
	background-color: #001f82;
}

/**/
.navigation .gather{
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 100;
    /*-o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    border-radius: 0px 0px 6px 6px;
    width: 360px; 
    padding: 18px 0px 25px;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.navigation ul li:hover .gather{
	display: block;
}
.navigation .navli{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px 40px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.navigation .navli:last-child{
	margin-bottom: 0;
}
.navigation .navli.on:before, .navigation .navli:hover:before{
	content: '';
	position: absolute;
	left: 20px;
	top: 10px;
	width: 10px;
	height: 10px;
	background: url(../images/img50.png) center left no-repeat;
}
.navigation .navli.all:before, .navigation .navli.all:hover:before{
	top: 19px;
}
.navigation .navli.on:after, .navigation .navli:hover:after{
	content: '';
	position: absolute;
	right: 20px;
	top: 10px;
	width: 10px;
	height: 10px;
	background: url(../images/img51.png) center left no-repeat;
}
.navigation .navli.all:after, .navigation .navli.all:hover:after{
	top: 19px;
}
.navigation .navli.all a{
	line-height: 50px;
	margin-bottom: 15px;
	border-bottom: #eeeeee solid 1px;
}
.navigation .navli>a{
	display: block;
	width: 100%;
	font-family: "m-medium";
	color: #666666;
	font-size: 16px;
	line-height: 2;
	word-break: break-word;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	/*padding: 0px 30px;*/
	text-align: left;
}
.navigation .navli:hover>a{
	color: #000000;
}
/**/



.case .box{
	padding-top: 80px;
	padding-bottom: 80px;
}
.case .box ul{
	margin-bottom: 40px;
}
.case .box ul li{
	float: left;
	width: 30.7%;
	margin-right: 3.95%;
	margin-bottom: 40px;
}
.case .box ul li:nth-child(3n){
	margin-right: 0;
}
.case .box ul li a{
	display: block;
	width: 100%;
}
.case .box ul li .img{
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
.case .box ul li .img img{
	width: 100%;
}
.case .box ul li .txt{
	display: table;
	height: 100px;
	padding-left: 8%;
	padding-right: 23%;
	border-bottom: #eeeeee solid 1px;
	border-left: #eeeeee solid 1px;
	border-right: #eeeeee solid 1px;
	background: url(../images/img60.png) center right 8% no-repeat;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.case .box ul li .txt .tit{
	display: table-cell;
	vertical-align: middle;
	color: #222222;
	font-size: 20px;
	font-family: "m-medium"; 
}
.case .box ul li:hover .txt{
	border-bottom: #1e94d4 solid 1px;
	border-left: #1e94d4 solid 1px;
	border-right: #1e94d4 solid 1px;
	background: #1e94d4 url(../images/img61.png) center right 8% no-repeat;
}
.case .box ul li:hover .txt .tit{
	color: #FFFFFF;
}
/*分页*/
.page{
    width: 100%;
    text-align: center;
}
.order .page-list, .notice .page-list, .customer-m .page-list{
	float: left;
}
.page-list{
	/*display: inline-block;
	margin: 0 auto*/
	text-align: center;
}
.page-list a{
	display: inline-block;
	vertical-align: top;
	/*float: left;*/
	font-family: "m-semibold"; 
   	padding: 0px 12px;
   	min-width: 45px;
   	height: 45px;
   	line-height: 45px;
   	margin-right: 16px;
	margin-bottom: 5px;
    text-align: center;
    font-family: "m-medium"; 
    font-size: 18px;
    color: #878787;
    border-radius: 5px;
    overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a.fyprev{
	border: none;
	background: url(../images/img62.png) center no-repeat;
}
.page-list a.fynext{
	border: none;
	background: url(../images/img64.png) center no-repeat;
}
.page-list a.fyprev:hover{
	border: none;
	background: url(../images/img63.png) center no-repeat;
}
.page-list a.fynext:hover{
	border: none;
	background: url(../images/img65.png) center no-repeat;
}
.page-list a:hover,
.page-list a.on{
    color: #ffffff;
    background-color: #000000;
}
.page-list a.page-num-current{
    color: #ffffff;
    background-color: #000000;
}

/*案例详情*/
.case-detail{
	padding-top: 80px;
	padding-bottom: 80px;
}
.case-detail .tit{
	font-family: "m-bold";
	color: #222222;
	font-size: 36px; text-align:center;
}
.case-detail .box{
	margin-top: 40px;
	padding-top: 35px;
	padding-bottom: 40px;
	border-top: #eeeeee solid 1px;
	font-family: "m-regular";
	color: #646666;
	font-size: 18px;
	line-height: 1.8;
}
.case-detail .box img{
	max-width:100%;
}
.case-detail .box .subtit{
	position: relative;
	font-family: "m-semibold";
	color: #d21477;
	font-size: 22px;
	padding-left: 25px;
}
.case-detail .box .subtit:before{
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #d21477;
    border-bottom: 6px solid transparent;
}
.case-detail .box img{
	margin-bottom: 10px;
}
.case-detail .other{
	padding-top: 30px;
}
.back{
	float: left;
}
.back a{
	min-width: 150px;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	font-family: "m-medium";
	color: #000000;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.09);
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.back a:hover{
	background-color: #0ba29a;
	color: #FFFFFF;
}
.back a img{
	display: inline-block;
	vertical-align: -4px;
	margin-left: 30px;
}
.back a .icon2{
	display: none;
}
.back a:hover .icon1{
	display: none;
}
.back a:hover .icon2{
	display: inline-block;
}
.case-detail .other .detail-share{
	float: right;
}
.case-detail .other .detail-share .sp{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #666666;
	font-size: 16px;
}
.case-detail .other .detail-share .con{
	display: inline-block;
	vertical-align: middle;
}
.case-detail .other .detail-share .con ul li{
	float: left;
	margin-right: 18px;
}
.case-detail .other .detail-share .con ul li:last-child{
	margin-right: 0;
}

/*产品中心*/
.bgcolor{
	background-color: #f6f6f6;
}
.product .x-content{
	padding-top: 85px;
}
.classify{
	float: left;
	width: 290px;
	background-color: #FFFFFF;
}
.classify>ul{
	padding-top: 15px;
}
.classify>ul>li{
	padding-bottom: 20px;
	border-bottom: #eeeeee solid 1px;
}
.classify ul li .o-level{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.classify ul li .o-level span{
	position: relative;
	display: block;
	padding-right: 30px;
	font-family: "m-semibold";
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px;
	padding-right: 30px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.classify ul li .o-level i{
	position: absolute;
	right: 0;
	top: 20px;
	width: 22px;
	height: 10px;
	background: url(../images/img74.png) center no-repeat;
	background-size: 22px 8px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.classify ul li.on .o-level i{
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*.classify ul li.on .o-level i{
	background: url(../images/img71.png) center no-repeat;
	background-size: 18px 10px;
}*/
.classify ul li ul{
	display: none;
	margin-top: 20px;
	width: 100%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.classify ul li ul.other{
	display: block;
}
.classify ul li ul li{
}
.classify ul li ul>li>a, .classify ul li ul li .t-level{
	position: relative;
	display: block;
	width: 100%;
	font-family: "m-medium";
	color: #666666;
	font-size: 16px;
	line-height: 3.1;
	padding-left: 20px;
	padding-right: 42px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.classify ul li ul li .t-level i{
	position: absolute;
	right: 20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url(../images/img181.png) center no-repeat;
}
.classify ul li ul>li>a:hover, .lookup-nav ul li ul>li.on>a, .classify ul li ul li .t-level:hover, .classify ul li ul li.on .t-level{
	color: #222222;
	background-color: #f3f3f3;
}
.classify ul li ul li.on>a:before, .classify ul li ul li.on .t-level:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #222222;
}
.classify ul li ul li .level-box{
    display: none;
}
.classify ul li ul li .level-li{
	margin: 20px auto 5px;
    overflow: hidden;
}
.classify ul li ul li .level-li a{
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 2.2;
	font-family: "m-medium";
	margin-bottom: 8px;
	padding-left: 35px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.classify ul li ul li .level-li a:hover{
	color: #666666;
}
.integration .box{
	float: right;
	width: -moz-calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
	padding-bottom: 80px;
}
.integration .box2{
	/*float: right;*/
	/*width: -moz-calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);*/
	padding-bottom: 80px;
}
.integration .box .bg{
	background-color: #FFFFFF;
	margin-bottom: 60px;
}
.integration .box .adlet{
	width: 100%;
}
.integration .box .adlet a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.integration .box .adlet a img{
	display: block;
	width: 100%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.integration .box .bgimg{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.integration .box .adlet:hover a img{
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.integration .box .adlet .txt{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 5.5%;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.integration .box .adlet .txt .t1{
	font-family: "m-semibold";
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 8px;
}
.integration .box .adlet .txt .t2{
	font-family: "m-regular";
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}
.integration .box .adlet .txt .btn{
	font-family: "m-semibold";
	color: #000000;
	font-size: 18px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	text-align: center;
	border-radius: 5px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.integration .box .adlet:hover .txt .btn{
	color: #FFFFFF;
	background-color: #edae1b;
}
.integration .probox{
	padding-top: 30px;
}
.integration .probox .tit{
	padding: 0px 30px;
	font-family: "m-semibold";
	color: #222222;
	font-size: 24px;
}
.integration .probox ul{
	margin-top: 40px;
	font-size: 0;
}
.integration .probox ul li{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 20px 25px 0px;
	border-bottom: #f6f6f6 solid 1px;
	border-right: #eeeeee solid 1px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.integration .probox ul li a{
	display: block;
	width: 100%;
}
.integration .probox ul li .img{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.integration .probox ul li .img img{
	width: 100%;
	-o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.integration .probox ul li:hover .img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.integration .probox ul li:hover .img:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background: url(../images/img88.png) center no-repeat;
}
.integration .probox ul li:hover .img img{
	-o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.integration .probox ul li .txt{
	/*display: table;
	height: 80px;*/
	padding: 28px 0px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.integration .probox ul li .txt .t1{
	/*display: table-cell;
	vertical-align: middle;*/
	color: #222222;
	font-size: 16px; line-height:26px;
	font-family: "m-medium"; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*产品详情*/
.product-detail{
	
}
.product-detail .shortcut{
	position: relative;
	z-index: 5;
	padding-top: 120px;
	padding-bottom: 50px;
}
.shortcut .return{
	float: left;
}
.shortcut .return a{
	padding-left: 20px;
	font-family: "m-semibold";
	color: #222222;
	font-size: 16px;
	line-height: 30px;
	background: url(../images/img89.png) center left no-repeat;
}
.shortcut .return img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.shortcut .position{
	float: right;
	font-family: "m-regular";
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.shortcut .position a{
	color: #666666;
}
.shortcut .position a:hover{
	color: #1b3a53;
}

.product-detail .attribute{
	padding-top: 75px;
	padding-bottom: 70px;
	background-color: #FFFFFF;
	/*overflow: hidden;*/
}
.attribute .left{
	float: left;
	width: 440px;
	/*overflow: hidden;*/
}
.attribute .pc-slide{
	width: 100%;
	/*overflow: hidden;*/
}
.attribute .viewbox{
	float: right;
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
}
.attribute .view{
	position: relative;
	width: 100%;
}
.attribute .preview{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.attribute .view .swiper-slide{
	position: relative;
}
.attribute .view .bigimg{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.attribute .view .bigimg img{
	width: 100%;
}
.banner-video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.attribute .previewbox{
	position: relative;
	float: left;
	width: 140px;
	padding: 25px 12px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.previewbox .arrow-left {
	background: url(../images/img95.png) no-repeat center left;
	position: absolute;
    right: 43px;
    top: 0;
    margin: auto;
	width: 30px;
    height: 14px;
	z-index: 10;
}
.previewbox .arrow-left:hover{
	background: url(../images/img97.png) no-repeat center left;
}
.previewbox .arrow-right {
	background: url(../images/img96.png) no-repeat center right;
	position: absolute;
	right: 43px;
    bottom: 0;
    margin: auto;
	width: 30px;
    height: 14px;
	z-index: 10;
}
.previewbox .arrow-right:hover{
	background: url(../images/img98.png) no-repeat center right;
}
.attribute .preview{
	height: 420px;
}
.attribute .preview .smallimg{
	position: relative;
	width: 100%;
	padding-left: 25px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.attribute .preview .active-nav .smallimg:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: url(../images/img99.png) center left no-repeat;
}
.attribute .preview .smallimg .sbox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.attribute .preview .active-nav .smallimg .sbox{
	border: #edae1b solid 3px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.attribute .preview .smallimg .sbox img{
	width: 100%;
}
.attribute .preview .smallimg .sbox .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img100.png) center no-repeat;
	background-size: 100% 100%;
}
.attribute .right{
	float: right;
	/*width: 53%;*/
	width: -moz-calc(100% - 440px);
	width: -webkit-calc(100% - 440px);
	width: calc(100% - 440px);
	padding-left: 4.5%;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.attribute .right .title{
	font-family: "m-bold";
	color: #000000;
	word-break: break-word;
	font-size: 34px;
	padding-bottom: 35px;
	border-bottom: #eeeeee solid 1px;
	word-break: break-word;
}
.attribute .right ul{
	padding-top: 20px; padding-right:20px; line-height:30px;
}
.attribute .right ul li{
	font-family: "m-medium";
	font-size: 16px;
	color: #fe1016;
	line-height: 1.8;
}
.attribute .right ul li .sp{
	color: #999999;
}
.attribute .right .askbtn{
	margin-top: 50px;
}
.attribute .right .askbtn a{
	display: inline-block;
	min-width: 218px;
	height: 48px;
	line-height: 48px;
	font-family: "m-semibold";
	color: #ffffff;
	font-size: 21px;
	/*background-color: #edae1b ;*/
	border-radius: 6px;
	text-align: left; text-indent:70px;
	padding: 0px 20px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; background:#ff5400 url(../images/t.png) no-repeat 30px center;
}
.attribute .right .askbtn a:hover{background:#fe1016 url(../images/t.png) no-repeat 30px center;}
.product-detail .details{
	font-family: "m-regular";
	font-size: 16px;
	color: #666666;
	line-height: 2.5;
	margin-top: 20px;
	padding: 45px 35px;
	background-color: #FFFFFF;
	word-break: break-word;
}
.product-detail .details img{
	max-width:100%;
}
.product-detail .details .txtbox{
	margin-bottom: 40px;
}
.product-detail .contit{
	font-family: "m-semibold";
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}
.product-detail .details .scenarios ul li{
	float: left;
	width: 50%;
	padding-right: 4%;
	text-align: left;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-detail .details .scenarios ul li img{
	max-width: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.product-detail .message{
	margin-top: 20px;
	padding: 45px 35px 60px;
	background-color: #FFFFFF;
}
.product-detail .messagebox{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.product-detail .messagebox .half{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
	background-color: #fafafa;
	padding-left: 32px;
	padding-right: 20px;
	border-radius: 6px;
	border: #eeeeee solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-detail .messagebox .half:nth-child(2n){
	margin-right: 0;
}
.product-detail .messagebox .row{
	position: relative;
	width: 100%;
	margin-bottom: 3%;
	background-color: #fafafa;
	padding-left: 32px;
	padding-right: 20px;
	border-radius: 6px;
	border: #eeeeee solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}
.product-detail .messagebox .must{
	position: relative;
}
.product-detail .messagebox .must:before{
	content: '*';
	position: absolute;
	left: 20px;
	top: 22px;
	width: 10px;
	font-family: "m-regular"; 
	color: #d61418;
	font-size: 16px;
}
.product-detail .messagebox input{
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-family: "m-regular"; 
	color: #222222;
	font-size: 16px;
	line-height: 56px;
	height: 56px;
}
.product-detail .messagebox textarea{
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-family: "m-regular"; 
	color: #222222;
	font-size: 16px;
	line-height: 1.8;
	height: 150px;
	padding: 15px 0px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-detail .messagebox input::-webkit-input-placeholder, .product-detail .messagebox textarea::-webkit-input-placeholder{
	color: #666666;
}
.product-detail .messagebox input:-moz-placeholder, .product-detail .messagebox textarea:-moz-placeholder{
	color: #666666;
}
.product-detail .messagebox input:-ms-input-placeholder, .product-detail .messagebox textarea:-ms-input-placeholder{
	color: #666666;
}
.product-detail .messagebox .messagebtn{
	margin-top: 30px;
    max-width: 200px;
    width: 100%;
    background-color: #edae1b;
    border-radius: 6px;
}
.product-detail .messagebox .messagebtn input{
	width: 100%;
    height: 58px;
    line-height: 58px;
    border: none;
    background: none;
    outline: none;
    font-family: "m-bold"; 
	color: #fffefe;
	font-size: 20px;
}
.product-detail .like{
	padding-top: 0;
	padding-bottom: 120px;
}

/*服务*/
.service{
	padding-top: 100px;
	padding-bottom: 100px;
}
.service .box>ul>li{
	width: 100%;
	overflow: hidden;
	padding-bottom: 75px;
	margin-bottom: 50px;
	border-bottom: #e5e5e5 solid 1px;
}
.service .box>ul>li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.service ul li .txtbox{
	float: left;
	width: 50%;
	overflow: hidden;
}
.service ul li .txtbox .t1{
	font-family: "m-bold";
	color: #222222;
	font-size: 28px;
	margin-bottom: 15px;
}
.service ul li .txtbox .t2{
	font-family: "m-medium";
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.service ul li .txtbox .t3{
	font-family: "m-bold";
	color: #222222;
	font-size: 20px;
	margin-bottom: 15px;
}
.service ul li .txtbox ul{
	margin-bottom: 35px;
}
.service ul li .txtbox ul li{
	position: relative;
	padding-left: 20px;
	font-family: "m-regular";
	margin-bottom: 5px;
}
.service ul li .txtbox ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 9px;
	height: 12px;
	background: url(../images/img110.png) center no-repeat;
}
.service ul li .txtbox ul li a{
	color: #5b5a5a;
	font-size: 14px;
	line-height: 1.8;
}
.service ul li .txtbox ul li a:hover{
	color: #1e94d4;
}
.service ul li .txtbox .btn{
}
.service ul li .txtbox .btn a{
	font-family: "m-medium";
	color: #5b5a5a;
	font-size: 14px;
	border: #535353 solid 1px;
	border-radius: 6px;
	width: 150px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.service ul li .txtbox .btn a:hover{
	background-color: #1e94d4;
	color: #FFFFFF;
	border: #1e94d4 solid 1px;
}
.service ul li .imgbox{
	position: relative;
	float: right;
	width: 50%;
	padding-left: 7%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.service ul li .imgbox.lb{
	padding-right: 32px;
}
.service ul li .img{
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.service ul li .img img{
	width: 100%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.service ul li:hover .img img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.imgcontent{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.imgcontent .swiper-slide{
	position: relative;
	width: 500px;
	height: 374px;
}
.imgcontent .swiper-slide:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.4);
}
.imgcontent .swiper-slide-active:before{
	background: rgba(255,255,255,0) url(../images/img115.png) bottom center no-repeat;
	background-size: 100% auto;
}
.imgcontent .otherimg{
	border-radius: 6px;
	overflow: hidden;
}
.imgcontent .swiper-slide-active .otherimg{
	box-shadow: 0px 5px 15px rgba(10,2,5,0.29);
}
.imgcontent .otherimg img{
	width: 100%;
	height: 100%;
}
.service .swiper-button-next, .service .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0px 5px 24px rgba(10,2,5,0.09);
}
.service .swiper-button-next, .service .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img107.png);
    right: 10px;
    left: auto;
}
.service .swiper-button-prev, .service .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/img106.png);
    left: 10%;
    right: auto;
}
.service .swiper-button-next:hover{
	background-image: url(../images/img109.png);
}
.service .swiper-button-prev:hover{
	background-image: url(../images/img108.png);
}
/*.service .swiper-button-next, .service .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img109.png);
    right: 10px;
    left: auto;
}
.service .swiper-button-prev, .service .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/img108.png);
    left: 10%;
    right: auto;
}
.swiper-button-next.swiper-button-disabled{
	opacity: 0.9;
	background-image: url(../images/img107.png);
} 
.swiper-button-prev.swiper-button-disabled{
	opacity: 0.9;
   	background-image: url(../images/img106.png);
}*/

/*工厂参观*/
.factory{
	padding-top: 115px;
	padding-bottom: 50px;
}
.factory .box{
	position: relative;
	margin-top: 60px;
}
.factory .picture{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.factory .picture .swiper-slide .big{
	-o-transform: scale(0.5);
	-o-transition: all 0.5s ease;
	-o-transform-origin: 20% 100%;
	-ms-transform: scale(0.5);
	-ms-transition: all 0.5s ease;
	-ms-transform-origin: 20% 100%;
	-moz-transform: scale(0.5);
	-moz-transition: all 0.5s ease;
	-moz-transform-origin: 20% 100%;
	-webkit-transform: scale(0.5);
	-webkit-transition: all 0.5s ease;
	-webkit-transform-origin: 20% 100%;
	transform: scale(0.5);
	transition: all 0.5s ease;
	transform-origin: 20% 100%;
}
.factory .picture .swiper-slide-active .big{
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.factory .picture .imgbox{
	width: 100%;
	overflow: hidden;
}
.factory .picture .big{
	overflow: hidden;
	padding-right: 10%;
	border-right: #eeeeee solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.factory .picture .img{
	position: relative;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.factory .picture .swiper-slide-active .img{
	border-radius: 6px;
}
.factory .picture .img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: url(../images/img117.png) bottom center no-repeat;
	background-size: 100% auto;
}
.factory .picture .videobg:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background: url(../images/img124.png) center no-repeat;
}
.factory .picture .swiper-slide .img .tit{
	position: absolute;
	left: 0;
	bottom: 6%;
	z-index: 7;
	width: 100%;
	font-family: "m-medium";
	color: #fefefe;
	font-size: 36px;
	padding: 0 6%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.factory .picture .swiper-slide-active .img .tit{
	font-family: "m-bold";
	font-size: 24px;
}
.factory .picture .img img{
	width: 100%;
}
.factory .picture .simg .subtit{
	position: absolute;
	left: 0;
	bottom: 8%;
	z-index: 7;
	width: 100%;
	font-family: "m-medium";
	color: #fefefe;
	font-size: 20px;
	padding: 0 8%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.factory .above{
	position: absolute;
	right: 0;
	top: 0;
	width: 28.6%;
	z-index: 15;
}
.paging{
	float: left;
	max-width: 50%;
}
.factory .swiper-pagination{
	position: static;
	font-family: "m-bold";
	font-size: 18px;
	color: #c9c9c9;
}
.factory .swiper-pagination span{
	margin: 0px 6px;
}
.factory .swiper-pagination-total{
}
.factory .swiper-pagination-current{
	font-family: "m-bold";
	font-size: 24px;
	color: #000000;
}
.factory .arrows{
	float: right;
	overflow: hidden;
	border-radius: 6px;
}
.factory .swiper-button-next, .factory .swiper-button-prev{
	position: static;
	width: 80px;
	height: 80px;
	margin-top: 0;
	-moz-background-size: 20px 14px;
    -webkit-background-size: 20px 14px;
    background-size: 20px 14px;
}
.factory .swiper-button-prev{
	float: left;
}
.factory .swiper-button-next{
	float: right;
}
.factory .swiper-button-next, .factory .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img128.png);
    background-color: #d61518;
}
.factory .swiper-button-prev, .factory .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img125.png);
    background-color: #eeeeee;
}
/*.factory .swiper-button-next, .factory .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img128.png);
    background-color: #d61518;
}
.factory .swiper-button-prev, .factory .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img127.png);
    background-color: #d61518;
}
.factory .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/img126.png);
	background-color: #eeeeee;
}
.factory .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
    background-image: url(../images/img125.png);
    background-color: #eeeeee;
}*/

.factory .conbox{
	margin-top: 65px;
}
.factory .conbox ul li{
	position: relative;
	float: left;
	width: 30.66%;
	margin-right: 4%;
	margin-bottom: 4%;
	border-radius: 6px;
	overflow: hidden;
}
.factory .conbox ul li:nth-child(3n){
	margin-right: 0;
}
.factory .conbox ul li img{
	width: 100%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.factory .conbox ul li:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.factory .conbox ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: url(../images/img123.png) bottom center no-repeat;
	background-size: 100% auto;
}
.factory .conbox ul li .subtit{
	position: absolute;
	left: 0;
	bottom: 8%;
	z-index: 7;
	width: 100%;
	font-family: "m-medium";
	color: #fefefe;
	font-size: 20px;
	padding: 0 8%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*视频中心*/
.video-center{
	padding-top: 100px;
	padding-bottom: 70px;
}
.video-center .box ul{
	margin-bottom: 45px;
}
.video-center .box ul li{
	position: relative;
	float: left;
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 2.9%;
	overflow: hidden;
	border-radius: 6px;
}
.video-center .box ul li:nth-child(3n){
	margin-right: 0;
}
.video-center .box ul li .img{
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.video-center .box ul li .img img{
	width: 100%;
}
.video-center .box ul li .img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/img160.png) bottom center no-repeat;
	background-size: 100% auto;
}
.video-center .box ul li .videoimg{
}
.video-center .box ul li .videoimg:after, .video-center .box ul li:hover .img:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: url(../images/img161.png) center no-repeat;
	background-size: cover;
}
.video-center .box ul li .txt{
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 10;
	width: 100%;
	padding: 0px 30px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.video-center .box ul li .txt .t1{
	float: left;
	width: 75%;
	overflow: hidden;
	font-family: "m-semibold";
	color: #ffffff;
	font-size: 18px;
}
.video-center .box ul li .txt .t2{
	float: right;
	display: inline-block;
	padding: 0px 5px;
	font-family: "m-semibold";
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	background: rgba(0,0,0,.6);
}
/*视频弹窗样式*/
.bigPicLayer {
    display: none;
    width: 1000px;
    height: 556px;
    position: fixed;
	z-index:1000;

    top: 40% !important;
    margin-top: -180px;

}
.video-js{
	height:550px;
}


.bigPicLayer .close {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/m5_off.png) no-repeat;
    right: -50px;
    top: -50px;
    position: relative;
    position: absolute;
    z-index: 1000;
}

.bigPicLayer .close em {
    width: 1px;
    height: 50px;
    background: #009690;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: 100%;
}

.bigPicLayer .imgDiv {
    text-align: center;
}

.bigPicLayer .imgDiv img {
    width: 100%;
}

.bigPicLayer .imgDiv span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.video_all {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
}




@media screen and (max-width: 1004px) {
    .bigPicLayer {
        display: none;
        width: 100%;
        height: 100$;
        position: fixed;
        z-index: 1000;
        top: 40% !important;
        margin-top: -100px;
  
    }
	
	.video-js{
	height:350px;
}

   
    .bigPicLayer .close {
        display: block;
        width: 48px;
        height: 48px;
        background: url(../images/m5_off.png) no-repeat;
        right: 40px;
        top: -50px;
        position: relative;
        position: absolute;
        z-index: 222;
    }

    .bigPicLayer .close em {
        width: 1px;
        height: 20px;
        background: #0a448d;
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -0.5px;
        top: 100%;
    }
	.wrap{
		text-align:center;
		margin:0 auto
	}
     #CuPlayer iframe{
	  width:90%;
	  height:170px;
      }
    .bigPicLayer .imgDiv {
        height: 169px;
    }

}


/*公司简介*/
.profile{
	padding-top: 130px;
	background: url(../images/img130.png) bottom 10% left no-repeat;
}
.profile .txtbox{
	float: left;
	width: 48%;
	overflow: hidden;
	padding-right: 2%;
}
.profile .txtbox .t1{
	color: #222222;
	font-size: 36px;
	font-family: "m-semibold";
	margin-bottom: 35px;
}
.profile .txtbox .t2{
	color: #444444;
	font-size: 16px;
	line-height: 2;
	font-family: "m-medium";
}
.profile .imgbox{
	float: right;
	width: 50%;
	overflow: hidden;
	text-align: right;
}
.profile .imgbox img{
	max-width: 100%;
}
.profile .num{
	margin-top: 70px;
	padding: 50px 0px;
	box-shadow: 0px 5px 24px rgba(10,2,5,0.06);
	background-color: #FFFFFF;
}
.profile .num ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.profile .num ul li .con{
	display: inline-block;
	text-align: left;
}
.profile .num ul li .t1{
	font-family: "m-medium";
	font-size: 16px;
	color: #666666;
}
.profile .num ul li .t2{
	font-family: "m-medium";
	font-size: 16px;
	color: #666666;
}
.profile .num ul li .t2 .timer{
	font-family: "m-bold"; 
	font-size: 60px;
	color: #d61518;
}
.profile .num ul li .t2 .plus{
	display: inline-block;
	margin: 0px 10px;
	font-family: "m-black"; 
	color: #d61518;
	font-size: 30px;
	
}
/**/
.culture{
	padding-top: 120px;
	padding-bottom: 160px;
	background: url(../images/img131.png) bottom center no-repeat;
	background-size: 100% auto;
}
.culture .box{
	position: relative;
	padding-right: 10.7%;
}
.culturebox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.culturebox .imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.culturebox .imgbox:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/img135.png) bottom center no-repeat;
	background-size: 100% auto;
}
.culturebox .imgbox.c-video:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: url(../images/img138.png) center no-repeat;
}
.culturebox .imgbox img{
	width: 100%;
}
.culturebox .txt{
	position: absolute;
	left: 0;
	bottom: 10%;
	z-index: 4;
	width: 100%;
	padding: 0 7%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "m-semibold";
	color: #ffffff;
	font-size: 20px;
}
.culture .box .culture-arrows{
	position: absolute;
	right: 0;
	top: 0;
	width: 28.6%;
	height: 100%;
	background: url(../images/img132.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
	border-radius: 6px;
	text-align: right;
}
.culture .box .culture-arrows .cont{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.culture .box .culture-arrows .cont:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 20px;
	background-color: #FFFFFF;
}
.culture .swiper-button-next, .culture .swiper-button-prev{
	position: static;
	width: 75px;
	height: 75px;
	margin-top: 0;
	-moz-background-size: 12px 22px;
    -webkit-background-size: 12px 22px;
    background-size: 12px 22px;
}
.culture .swiper-button-prev{
	float: left;
}
.culture .swiper-button-next{
	float: right;
}
.culture .swiper-button-next, .culture .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img137.png);
}
.culture .swiper-button-prev, .culture .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img136.png);
}
/*搜索结果*/
.xsousuo{
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #f5f5f5;
}
.xsousuo .conwidth{
}
.xsousuo .xssbox{
	padding-top: 85px;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 80px;
	background-color: #FFFFFF;
}
.xssbox .title{
	font-family: "m-medium";
	color: #000000;
	font-size: 28px;
	padding-bottom: 35px;
	border-bottom: #e8e8e8 solid 1px;
}
.xssbox .title .t1{
	color: #d61518;
}
.xsdiv{
}
.xsdiv ul li{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: #eae5e5 solid 1px;
}
.xsdiv ul li a{
	display: inline-block;
	width: 100%;
}
.xsdiv ul li a .xtop{
	margin-bottom: 15px;
	overflow: hidden;
}
.xsdiv ul li a .xtop .xleft{
	display: inline-block;
	font-family: "m-medium";
	color: #222222;
	font-size: 20px;
	margin-right: 30px;
}
.xsdiv ul li a:hover .xleft{
	color: #d61518;
}
.xsdiv ul li a .xtop .xright{
	display: inline-block;
	font-family: "m-medium";
	color: #222222;
	font-size: 14px;
}
.xsdiv ul li a .xmid{
	font-family: "m-medium";
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}
.xsdiv ul li a .time{
	font-family: "m-medium";
	color: #444444;
	font-size: 16px;
}
@media screen and (max-width: 1440px){
	.xssbox .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1024px){
	.xsousuo{
		padding-bottom: 70px;
	}
	.xsousuo .xssbox{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.xssbox .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 768px){
	.xsousuo{
		padding-bottom: 60px;
	}
	.xsousuo .xssbox{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.xssbox .title{
		font-size: 20px;
		padding-bottom: 25px;
	}
	.xsdiv ul li{
		padding: 25px 0px;
	}
}
@media screen and (max-width: 640px){
	.xsousuo .xssbox{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.xssbox .title{
		font-size: 18px;
		padding-bottom: 20px;
	}
	.xsdiv ul li{
		padding: 20px 0px;
	}
	.xsdiv ul li a .xtop .xleft{
		font-size: 16px;
	}
}
/*合作伙伴*/
.partner{
	padding-top: 110px;
	padding-bottom: 130px;
}
.partner .box{
	margin-top: 40px;
}
.partner .box ul li{
	float: left;
	width: 16%;
	margin-right: 0.8%;
	margin-bottom: 0.8%;
	border: #e5e5e5 solid 1px;
	border-radius: 6px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.partner .box ul li:nth-child(6n){
	margin-right: 0;
}
.partner .box ul li a{
	display: block;
	width: 100%;
}
.partner .box ul li img{
	max-width: 100%;
}
/*Our Honors*/
.honor{
	padding-top: 80px;
	padding-bottom: 70px;
}
.honor .box{
	margin-top: 60px;
}
.honor .box ul{
	margin-bottom: 70px;
}
.honor .box ul li{
	position: relative;
	float: left;
	width: 23.95%;
	overflow: hidden;
	margin-right: 1.4%;
	margin-bottom: 1.4%;
	background-color: #ffffff;
	padding: 40px 0px;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.honor .box ul li:nth-child(4n){
	margin-right: 0;
}
.honor .box ul li:hover{
	transform: translateY(-10px);
}
.honor .box ul li:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 0;
	height: 6px;
	background-color: #d61518;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.honor .box ul li:hover:before{
	width: 100%;
}
.honor .box ul li a{
	display: block;
	width: 100%;
}
.honor .box ul li .imgbox{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 0 30px;
	margin-bottom: 40px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.honor .box ul li .imgbox img{
	max-width: 100%;
}
.honor .box ul li .txtbox{
	position: relative;
	padding-left: 30px;
    padding-right: 60px;
}
.honor .box ul li .txtbox .txt{
	width: 100%;
	font-family: "m-semibold";
	color: #222222;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.honor .box ul li:hover .txtbox .txt{
	color: #d61518;
}
.honor .box ul li .txtbox .icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background: url(../images/img153.png) center right 30px no-repeat;
	background-size: 19px 19px;
}

/*联系我们*/
.contact{
	position: relative;
	padding-top: 90px;
	padding-bottom: 170px;
}
.contact:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 48.5%;
	height: 100%;
	background: #FFFFFF url(../images/img145.png) bottom left no-repeat;
	background-size: 100% auto;
}
.contact .box{
	position: relative;
	z-index: 10;
}
.contact .way{
	float: left;
	width: 50%;
	overflow: hidden;
	padding-right: 4.3%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .way ul li{
	margin-bottom: 20px;
}
.contact .way ul li .t1{
	margin-bottom: 10px;
}
.contact .way ul li .t1 img{
	width: 21px;
	height: 21px;
}
.contact .way ul li .t2{
	color: #222222;
	font-size: 18px;
	line-height: 1.8;
	font-family: "m-medium";
}
.o-message{
	float: left;
	width: 50%;
	overflow: hidden;
	padding-left: 4.3%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.o-messagebox{
	padding-top: 30px;
	padding-bottom: 30px;
}
.o-messagebox .form-li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.o-messagebox .form-li .inputdiv {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 6px;
	border: #eeeeee solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.o-messagebox .form-li .inputdiv input, .o-messagebox .form-li .inputdiv textarea{
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-family: "m-medium"; 
	color: #222222;
	font-size: 14px;
	padding: 0px 30px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.o-messagebox .form-li .inputdiv input{
	height: 70px;
	line-height: 70px;
}
.o-messagebox .form-li .inputdiv textarea{
	padding-top: 20px;
	padding-bottom: 20px;
	height: 150px;
	line-height: 1.8;
}
.o-messagebox .form-li .inputdiv input::-webkit-input-placeholder, .o-messagebox .form-li .inputdiv textarea::-webkit-input-placeholder{
	color: #999999;
}
.o-messagebox .form-li .inputdiv input:-moz-placeholder, .o-messagebox .form-li .inputdiv textarea:-moz-placeholder{
	color: #999999;
}
.o-messagebox .form-li .inputdiv input:-ms-input-placeholder, .o-messagebox .form-li .inputdiv textarea:-ms-input-placeholder{
	color: #999999;
}
.o-messagebox .formbtn{
	margin-top: 20px;
	max-width: 200px;
	width: 100%;
	background-color: #0ba29a;
	border-radius: 6px;
}
.o-messagebox .formbtn input {
	width: 100%;
	height: 70px;
	line-height: 70px;
	border: none;
	background: none;
	outline: none;
	font-family: "m-bold"; 
	color: #FFFFFF;
	font-size: 16px;
}
.o-messagebox .formbtn button {
	width: 100%;
	height: 70px;
	line-height: 70px;
	border: none;
	background: none;
	outline: none;
	font-family: "m-bold"; 
	color: #FFFFFF;
	font-size: 16px;
}

/*新闻中心&展会信息*/
.new{
	padding-top: 80px;
	padding-bottom: 80px;
}
.trade-show{
	padding-top: 110px;
	padding-bottom: 80px;
}
.new .box{
	background-color: #FFFFFF;
	margin-bottom: 2.9%;
}
.new .box a{
	display: block;
	width: 100%;
}
.new .box .imgbox{
	float: left;
	width: 50%;
	overflow: hidden;
	border-radius: 6px;
}
.new .box .imgbox img{
	width: 100%;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.new .box:hover .imgbox img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.new .box .txtbox{
	float: left;
	width: 50%;
	padding-top: 4.5%;
	padding-left: 5.7%;
	padding-right: 3.6%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.new .box .txtbox .time{
	font-family: "m-semibold";
	color: #c3c3c3;
	font-size: 14px;
	margin-bottom: 25px;
}
.new .box .txtbox .time .date{
	display: inline-block;
	margin-right: 6px;
	font-size: 30px;
	color: #001f82;
}
.new .box .txtbox .t1{
	color: #222222;
	font-family: "m-semibold";
	font-size: 27px;
	margin-bottom: 25px;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new .box:hover .txtbox .t1{
	color: #001f82;
}
.new .box .txtbox .t2{
	font-family: "m-medium";
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 50px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.universal .more{
	font-family: "m-semibold";
	font-size: 14px;
	color: #222222;
}
.universal .more img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 30px;
	height: 30px;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.new .box:hover .more img, .universal .inforbox ul li:hover .more img{
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.universal .inforbox ul{
	font-size: 0;
	margin-bottom: 40px;
}
.universal .inforbox ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 31.4%;
	margin-right: 0.9%;
	margin-bottom: 0.9%;
	padding: 0.9%;
	background-color: #FFFFFF; border-radius:10px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.universal .inforbox ul li:nth-child(3n){
	margin-right: 0;
}
.universal .inforbox ul li:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 4px;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.universal.new .inforbox ul li:before{
	background-color: #0ba29a;
}
.universal.trade-show .inforbox ul li:before{
	background-color: #d61518;
}
.universal .inforbox ul li:hover:before{
	left: 0;
	width: 100%;
}
.universal .inforbox ul li a{
	display: block;
	width: 100%;
}
.universal .inforbox ul li .img{
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.universal .inforbox ul li .img img{
	width: 100%;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.universal .inforbox ul li:hover .img img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.universal .inforbox ul li .txt{
	padding-top: 10%;
	min-height: 185px;
}
.universal .inforbox ul li .txt .t1{
	font-family: "m-semibold";
	color: #000000;
	font-size: 22px;
	margin-bottom: 20px;
	word-break: break-word;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.universal.new .inforbox ul li:hover .txt .t1{
	color: #0ba29a;
}
.universal.trade-show .inforbox ul li:hover .txt .t1{
	color: #d61518;
}
.universal .inforbox ul li .txt .t2{
	font-family: "m-medium";
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.universal .inforbox ul li .txt .other{

}
.universal .inforbox ul li .txt .other .more{
	float: left;
}
.universal .inforbox ul li .txt .t3{
	float: right;
	font-family: "m-semibold";
	font-size: 14px;
	line-height: 30px;
	color: #b6b6b6;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.universal.new .inforbox ul li:hover .txt .t3{
	color: #0ba29a;
}
.universal.trade-show .inforbox ul li:hover .txt .t3{
	color: #d61518;
}
/*展会详情*/
.show-detail{
	padding-top: 130px;
	padding-bottom: 90px;
}
.show-detail .box .detail{
	float: left;
	width: 64.28%;
	overflow: hidden;
}
.show-detail .box .detail .title{
	padding-bottom: 25px;
	border-bottom: #0ba29a solid 1px;
}
.show-detail .box .detail .title .t1{
	font-family: "m-semibold";
	color: #222222;
	font-size: 28px;
	margin-bottom: 25px;
}
.show-detail .box .detail .title .t2{
	font-family: "m-medium";
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
}
.show-detail .box .detail .title .t2 .sp{
	display: inline-block;
	margin-right: 80px;
}
.show-detail .box .detail .title .t2 .sp:last-child{
	margin-right: 0;
}

.show-detail .box .detail .content{
	padding: 40px 0px;
	font-family: "m-medium";
	color: #444444;
	font-size: 18px;
	line-height: 2;
}
.show-detail .box .detail .content img{
	max-width:100%;
}
.show-detail .box .detail .other{
	padding-top: 45px;
	border-top: #0ba29a solid 1px;
}

.show-detail .box .detail .other .detail-share{
	float: right;
	margin-top: 12px;
}
.show-detail .box .detail .other .detail-share .sp{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-family: "m-medium";
	color: #000000;
	font-size: 14px;
}
.show-detail .box .detail .other .detail-share .con{
	display: inline-block;
	vertical-align: middle;
}
.show-detail .box .detail .other .detail-share .con ul li{
	float: left;
	margin-right: 18px;
}
.show-detail .box .detail .other .detail-share .con ul li:last-child{
	margin-right: 0;
}
.show-detail .box .recommend{
	float: right;
	width: 28.57%;
	padding: 3.5%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.09);
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.show-detail .box .recommend .tit{
	font-family: "m-bold";
	color: #0ba29a;
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: #eeeeee solid 1px;
}
.show-detail .box .recommend ul li{
	border-bottom: #eeeeee solid 1px;
}
.show-detail .box .recommend ul li a{
	display: block;
	width: 100%;
}
/*.show-detail .box .recommend ul li .img{
	width: 100%;
	overflow: hidden;
}
.show-detail .box .recommend ul li .img img{
	width: 100%;width: 100%;
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.show-detail .box .recommend ul li:hover .img img{
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}*/
.show-detail .box .recommend ul li .txt{
	padding: 30px 0px;
}
.show-detail .box .recommend ul li .t1{
	font-family: "m-semibold";
	color: #000000;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px;
}
.show-detail .box .recommend ul li:hover .t1{
	color: #0ba29a;
}
.show-detail .box .recommend ul li .t2{
	position: relative;
	padding-right: 30px;
	font-family: "m-medium";
	color: #999999;
	font-size: 16px;
	overflow: hidden;
}
.show-detail .box .recommend ul li:hover .t2{
	background: url(../images/img180.png) center right no-repeat;
}
.show-detail .box .recommend ul li:hover .t2{
	color: #999;
}
.show-detail .box .recommend .more{
	text-align: center;
	margin-top: 20px;
}

/**/
@media screen and (max-width: 1680px){
	/*关于我们*/
	.profile{
		padding-top: 90px;
	}
	.culture{
		padding-top: 100px;
		padding-bottom: 140px;
	}
	/*新闻中心&展会信息*/
	.trade-show{
		padding-top: 80px;
	}
	/*新闻中心&展会信息详情*/
	.show-detail{
		padding-top: 100px;
	}
	/*工厂参观*/
	.factory{
		padding-top: 90px;
	}
	/*合作伙伴*/
	.partner{
		padding-top: 90px;
		padding-bottom: 110px;
	}
	/*产品详情*/
	.product-detail .shortcut{
		padding-top: 100px;
	}
	.attribute .right .title{
		padding-bottom: 25px;
	}
	.attribute .preview{
		height: 320px;
	}
	.attribute .right .askbtn a{
		min-width: 200px;
	}
	.product-detail .like{
		padding-bottom: 100px;
	}
	/*服务*/
	.service{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.imgcontent .swiper-slide{
		width: 440px;
		height: 329px;
	}
	/*视频中心*/
	.video-center{
		padding-top: 90px;
	}
}
@media screen and (max-width: 1440px){
	.navigation ul li>a{
		line-height: 70px;
    	height: 70px;
	}
	.navigation ul li:hover a .t1{
		margin-top: -70px;
	}
	.navigation .gather{
		top: 70px;
	}
	/*案例中心*/
	.case .box{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.case .box ul{
		margin-bottom: 30px;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	/*关于我们*/
	.profile{
		padding-top: 70px;
	}
	.profile .num ul li .t2 .timer{
		font-size: 54px;
	}
	.culture{
		padding-top: 80px;
		padding-bottom: 120px;
	}
	/*新闻中心&展会信息*/
	.new {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.trade-show{
		padding-top: 70px;
    	padding-bottom: 70px;
	}
	.new .box .txtbox{
		padding-top: 3.5%;
	}
	.new .box .txtbox .t1{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.new .box .txtbox .t2{
		margin-bottom: 30px;
	}
	.new .box .txtbox .time{
		margin-bottom: 20px;
	}
	.new .box .txtbox .time .date{
		font-size: 26px;
	}
	.universal .inforbox ul li .txt .t1{
		font-size: 20px;
	}
	/*新闻中心&展会信息详情*/
	.show-detail{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.show-detail .box .recommend ul li .txt{
		padding: 25px 0px;
	}
	/*联系我们*/
	.contact{
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.o-messagebox .form-li .inputdiv input{
		height: 60px;
		line-height: 60px;
	}
	.o-messagebox .formbtn input{
		height: 60px;
		line-height: 60px;
	}
	/*工厂参观*/
	.factory{
		padding-top: 80px;
	}
	/*合作伙伴*/
	.partner{
		padding-top: 80px;
		padding-bottom: 90px;
	}
	/*产品中心*/
	.product .i-product{
		padding-top: 30px;
	}
	.featured{
		padding-top: 30px;
		padding-bottom: 100px;
	}
	/**/
	.product .x-content{
		padding-top: 80px;
	}
	.integration .box .adlet .txt .t1{
		font-size: 28px;
	}
	.integration .probox ul li .txt .t1{
		font-size: 17px;
	}
	/*产品详情*/
	.product-detail .shortcut{
		padding-top: 80px;
	}
	.product-detail .attribute{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.attribute .right .title{
		font-size: 32px;
		padding-bottom: 20px;
	}
	.attribute .right .askbtn a{
		font-size: 20px;
	}
	.product-detail .like{
		padding-bottom: 90px;
	}
	/*服务*/
	.service{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.service .box>ul>li{
		padding-bottom: 60px;
	}
	.service ul li .txtbox .t1{
		font-size: 26px;
	}
	.imgcontent .swiper-slide{
		width: 410px;
		height: 307px;
	}
	/*视频中心*/
	.video-center{
		padding-top: 80px;
	}
}
@media screen and (max-width: 1280px){
	/*关于我们*/
	.profile .num ul li .t2 .timer{
		font-size: 48px;
	}
	.culture{
		padding-bottom: 100px;
	}
	/*新闻中心&展会信息*/
	.new .box .txtbox .time{
		margin-bottom: 15px;
	}
	.new .box .txtbox .time .date{
		font-size: 24px;
	}
	.new .box .txtbox .t1{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.new .box .txtbox .t2{
		margin-bottom: 25px;
	}
	.universal .inforbox ul li .txt{
		min-height: 165px;
	}
	.universal .inforbox ul li .txt .t1{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.universal .inforbox ul li .txt .t2{
		margin-bottom: 25px;
	}
	/*联系我们*/
	.contact{
		padding-bottom: 80px;
	}
	.o-messagebox .form-li .inputdiv input{
		height: 50px;
		line-height: 50px;
	}
	.o-messagebox .formbtn input{
		height: 50px;
		line-height: 50px;
	}
	/*工厂参观*/
	.factory{
		padding-top: 70px;
	}
	.factory .box{
		margin-top: 50px;
	}
	.factory .swiper-button-next, .factory .swiper-button-prev{
		width: 70px;
		height: 70px;
	}
	.factory .picture .swiper-slide-active .img .tit{
		font-size: 22px;
	}
	/*荣誉资质*/
	.honor{
		padding-top: 70px;
	}
	.honor .box{
		margin-top: 50px;
	}
	.honor .box ul{
		margin-bottom: 50px;
	}
	/*合作伙伴*/
	.partner{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	/**/
	.product .x-content{
		padding-top: 70px;
	}
	.integration .box{
		padding-bottom: 70px;
	}
	.integration .box .adlet .txt .t1{
		font-size: 26px;
	}
	.integration .probox ul li .txt .t1{
		font-size: 16px;
	}
	/*产品详情*/
	.product-detail .shortcut{
		padding-top: 70px;
	}
	.attribute .right .title{
		font-size: 30px;
		padding-bottom: 15px;
	}
	.attribute .right .askbtn a{
		min-width: 180px;
		font-size: 18px;
		line-height: 54px;
		height: 54px;
	}
	.product-detail .messagebox .messagebtn input{
		font-size: 18px;
		line-height: 54px;
		height: 54px;
	}
	.product-detail .messagebox .messagebtn{
		width: 180px;
	}
	.product-detail .messagebox input{
		font-size: 15px;
		height: 50px;
		line-height: 50px;
	}
	.product-detail .messagebox textarea{
		font-size: 15px;
	}
	.product-detail .messagebox .messagebtn input, .attribute .right .askbtn a{
		height: 50px;
		line-height: 50px;
	}
	.attribute .right .askbtn{
		margin-top: 35px;
	}
	.product-detail .like{
		padding-bottom: 80px;
	}
	/*服务*/
	.imgcontent .swiper-slide{
		width: 390px;
		height: 292px;
	}
	/*视频中心*/
	.video-center{
		padding-top: 70px;
	}
	.video-center .box ul li .txt{
		bottom: 20px;
	}
}

@media screen and (max-width: 1024px){
	.navigation ul{
		width: 100%;
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}
	.navigation ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.navigation ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.navigation ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.navigation ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.navigation ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.navigation ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.navigation ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.navigation ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.navigation ul li{
		min-width: 20%;
	}
	.navigation ul li>a{
		line-height: 60px;
    	height: 60px;
	}
	.navigation ul li:hover a .t1{
		margin-top: -60px;
	}
	.navigation ul li a .t2:before, .navigation ul li.on a .t1:before{
		bottom: 8px;
	}
	.navigation .gather{
		top: 60px;
	}
	/*分页*/
	.page-list a{
		min-width: 40px;
		height: 40px;
		line-height: 40px;
	}
	/*案例中心*/
	.case .box{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.case .box ul li{
		width: 31.4%;
		margin-right: 2.9%;
		margin-bottom: 2.9%;
	}
	.case .box ul li .txt{
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		background: url(../images/img60.png) center right 8% no-repeat;
		background-size: 30px 30px;
	}
	.case .box ul li:hover .txt{
		background: #1e94d4 url(../images/img61.png) center right 8% no-repeat;
    	background-size: 30px 30px;
	}
	.case .box ul li .txt .tit{
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.case-detail .box{
		margin-top: 30px;
    	padding-top: 30px;
    	padding-bottom: 20px;
	}
	.case-detail .tit{
		font-size: 30px;
	}
	.case-detail .box .subtit{
		padding-left: 20px;
	}
	.case-detail .other{
		display: none;
	}
	/*关于我们*/
	.profile{
		padding-top: 60px;
	}
	.profile .txtbox{		
		float: none;
		width: auto;
		overflow: inherit;
		padding-right: 0;
	}
	.profile .imgbox{
		padding-left: 3%;
	}
	.profile .num{
		margin-top: 30px;
		padding: 40px 0px;
		box-shadow: none;
	}
	.profile .num ul li .t2{
		font-size: 15px;
	}
	.profile .num ul li .t2 .timer{
		font-size: 36px;
	}
	.profile .num ul li .t2 .plus{
		font-size: 24px;
	}
	.culture{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.culture .swiper-button-next, .culture .swiper-button-prev{
		width: 65px;
		height: 65px;
	}
	/*新闻中心&展会信息*/
	.new, .trade-show{
		padding-top: 60px;
    	padding-bottom: 60px;
	}
	/*新闻中心&展会信息详情*/
	.show-detail{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.show-detail .box .detail{
		width: 100%;
	}
	.show-detail .box .detail .other{
		display: none;
	}
	.show-detail .box .recommend{
		width: 100%;
		box-shadow: none;
		padding: 0;
		margin-top: 40px;
	}
	.show-detail .box .recommend ul{
		margin-top: 20px;
	}
	.show-detail .box .recommend ul li{
		border-bottom: none;
	}
	.show-detail .box .recommend ul li .txt{
		padding: 0px 0px 10px;
		overflow: hidden;
	}
	.show-detail .box .recommend ul li .t1{
		float: left;
		width: 80%;
		width: -moz-calc(100% - 65px);
		width: -webkit-calc(100% - 65px);
		width: calc(100% - 90px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.show-detail .box .recommend ul li .t2{
		float: right;
		width: 90px;
		padding-right: 0;
		text-align: right;
		line-height: 30px;
	}
	.show-detail .box .recommend ul li:hover .t2{
		background: none;
	}
	/*联系我们*/
	.contact{
		padding-top: 70px;
	}
	.contact .way ul li .t2{
		font-size: 17px;
	}
	.o-messagebox .formbtn{
		max-width: 160px;
	}
	/*工厂参观*/
	.factory{
		padding-top: 60px;
	}
	.factory .box{
		margin-top: 40px;
	}
	.factory .swiper-button-next, .factory .swiper-button-prev{
		width: 60px;
		height: 60px;
	}
	/*.factory .picture .big{
		padding-right: 7%;
	}
	.factory .picture .swiper-slide .big {
	    -o-transform: scale(0.65);
	    -ms-transform: scale(0.65);
	    -moz-transform: scale(0.65);
	    -webkit-transform: scale(0.65);
	    transform: scale(0.65);
	}
	.factory .picture .swiper-slide-active .big {
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}*/
	.factory .picture .videobg:after{
		background: url(../images/img124.png) center no-repeat;
		background-size: 70px 70px;
	}
	.factory .conbox{
		margin-top: 50px;
	}
	/*荣誉资质*/
	.honor{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.honor .box{
		margin-top: 40px;
	}
	.honor .box ul{
		margin-bottom: 40px;
	}
	.honor .box ul li{
		padding: 25px 0px;
	}
	.honor .box ul li .imgbox{
		padding: 0px 20px;
		margin-bottom: 25px;
	}
	/*合作伙伴*/
	.partner{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.partner .box ul li{
		width: 19.2%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.partner .box ul li:nth-child(6n){
		margin-right: 1%;
	}
	.partner .box ul li:nth-child(5n){
		margin-right: 0;
	}
	/*产品中心*/
	.featured{
		padding-bottom: 80px;
	}
	/**/
	.product .x-content{
		padding-top: 60px;
	}
	.integration .box{
		padding-bottom: 60px;
		width: 70%;
	}
	.integration .box .adlet .txt .t1{
		font-size: 24px;
	}
	.integration .box .adlet .txt .btn{
		font-size: 16px;
	}
	.integration .probox .tit{
		font-size: 20px;
		padding: 0px 20px;
	}
	.integration .probox ul{
		margin-top: 30px;
	}
	.integration .probox ul li{
		width: 33.33%;
		padding: 15px 20px 0px;
	}
	.integration .probox ul li .txt{
		padding: 15px 0px;
	}
	.integration .probox ul li .txt .t1{
		font-size: 16px;
	}
	.integration .box .adlet a .img{
		display: none;
	}
	.integration .box .bgimg{
		display: block;
	}
	.integration .box .adlet .txt{
		position: relative;
		z-index: 2;
		-webkit-transform: none;
		transform: none;
		padding: 7% 5%;
	}
	.classify{
		width: 27%;
	}
	.classify>ul>li{
		padding-bottom: 10px;
	}
	.classify ul li .o-level{
		margin-top: 10px;
		/*padding-left: 10%;
		padding-right: 10%;*/
		margin-bottom: 0;
	}
	.classify ul li .o-level span{
		font-size: 18px;
	}
	.classify ul li .o-level i{
		top: 18px;
	}
	.classify ul li ul li a{
		padding-left: 10%;
		padding-right: 10%;
	}
	/*产品详情*/
	.product-detail .shortcut{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.shortcut .position{
		float: left;
		line-height: 1.7;
	}
	.attribute .left{
		/*padding-left: 20px;
		overflow: hidden;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;*/
	}
	.shortcut .return{
		display: none;
	}
	.attribute .viewbox{
		float: none;
		width: 100%;
	}
	.attribute .previewbox{
		position: relative;
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 0 30px;
		overflow: hidden;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.attribute .preview{
		height: auto;
	}
	.previewbox .arrow-left{
		right: auto;
		left: 0;
		top: 50%;
		margin-top: -14px;
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.previewbox .arrow-right{
		left: auto;
		right: 0;
		top: 50%;
		margin-top: -14px;
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.attribute .preview .smallimg{
		padding-left: 0;
		padding-bottom: 25px;
	}
	.attribute .preview .active-nav .smallimg:before{
	    left: 0;
	    right: 0;
	    top: auto;
	    bottom: 5px;
	    margin: auto;
	    width: 6px;
	    height: 15px;
	    -o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.product-detail .attribute{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	/*.banner-video{
		display: none;
	}
	.attribute .preview .smallimg .sbox .mask{
		display: none;
	}*/
	.attribute .right .title{
		font-size: 28px;
	}
	.product-detail .details{
		padding-top: 35px;
	}
	.product-detail .like{
		padding-bottom: 70px;
	}
	/*服务*/
	.service{
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.service .box>ul>li{
		padding-bottom: 50px;
	}
	.imgcontent .swiper-slide{
		width: 100%;
		height: auto;
	}
	.service ul li .txtbox .t2{
		margin-bottom: 20px;
	}
	.service ul li .imgbox.lb{
		padding-right: 50px;
		padding-left: 50px;
	}
	.service .swiper-button-next, .service .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.service .swiper-button-prev, .service .swiper-container-rtl .swiper-button-next{
		left: 0;
	}
	.service .swiper-button-next, .service .swiper-container-rtl .swiper-button-prev{
		right: 0;
	}
	/*视频中心*/
	.video-center{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.video-center .box ul{
		margin-bottom: 30px;
	}
	.video-center .box ul li .txt{
		padding: 0px 25px;
	}
	.video-center .box ul li .txt .t1{
		font-size: 17px;
	}
}
@media screen and (max-width: 768px){
	/**/
	.obanner{
		height: 350px;
	}
	/*案例中心*/
	.case .box{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.case .box ul li .txt{
		background: url(../images/img60.png) center right 8% no-repeat;
		background-size: 24px 24px;
	}
	.case .box ul li:hover .txt{
		background: #1e94d4 url(../images/img61.png) center right 8% no-repeat;
    	background-size: 24px 24px;
	}
	.case .box ul li .txt .tit{
		font-size: 16px;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.case-detail .tit{
		font-size: 28px;
	}
	.case-detail .box .subtit{
		font-size: 20px;
	}
	.case-detail .box .subtit:before {
		top: 12px;
	}
	/*关于我们*/
	.profile{
		padding-top: 50px;
	}
	.profile .num{
		padding: 30px 0px;
	}
	.profile .num ul li .t2{
		font-size: 14px;
	}
	.profile .num ul li .t2 .timer{
		font-size: 30px;
	}
	.profile .num ul li .t2 .plus{
		font-size: 20px;
	}
	.culture{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.culturebox .txt{
		font-size: 18px;
	}
	.culturebox .imgbox.c-video:after{
		background: url(../images/img138.png) center no-repeat;
		background-size: 50px 50px;
	}
	/*新闻中心&展会信息*/
	.new, .trade-show{
		padding-top: 50px;
    	padding-bottom: 50px;
	}
	.new .box{
		margin-bottom: 4%;
	}
	.new .box .txtbox .time{
		margin-bottom: 10px;
	}
	.new .box .txtbox .time .date{
		font-size: 20px;
	}
	.new .box .txtbox .t1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.new .box .txtbox .t2{
		margin-bottom: 20px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	.universal .inforbox ul{
		margin-bottom: 30px;
	}
	.universal .inforbox ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.universal .inforbox ul li:nth-child(3n){
		margin-right: 4%;
	}
	.universal .inforbox ul li:nth-child(2n){
		margin-right: 0;
	}
	.universal .inforbox ul li .txt{
		min-height: 155px;
		padding-top: 8%;
	}
	.universal .inforbox ul li .txt .t1{
		margin-bottom: 10px;
	}
	.universal .inforbox ul li .txt .t2{
		margin-bottom: 20px;
	}
	.universal .more img{
		width: 25px;
		height: 25px;
		margin-left: 10px;
	}
	/*新闻中心&展会信息详情*/
	.show-detail {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.show-detail .box .detail .title .t1{
		font-size: 26px;
	}
	.show-detail .box .recommend ul li .t2{
		font-size: 15;
	}
	/*联系我们*/
	.contact{
		padding-top: 60px;
		background-color: #FFFFFF;
	}
	.contact:before{
		width: 100%;
		background: url(../images/img145.png) bottom left no-repeat;
		background-size: 100% auto;
	}
	.contact .way{
		width: 100%;
		padding-right: 0;
		border-bottom: #EEEEEE solid 1px;
		padding-bottom: 20px;
	}
	.contact .way ul{
		font-size: 0;
	}
	.contact .way ul li{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		overflow: hidden;
		margin-bottom: 30px;
		padding-right: 5%;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contact .way ul li .t2{
		font-size: 16px;
	}
	.o-message{
		padding-top: 50px;
		width: 100%;
		padding-left: 0;
	}
	.o-messagebox .form-li{
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	.o-messagebox .form-li:nth-child(2n){
		margin-right: 0;
	}
	.o-messagebox .form-li.textbox{
		width: 100%;
		margin-right: 0;
	}
	.o-messagebox .formbtn{
		clear: both;
	}
	.o-messagebox .form-li .inputdiv input{
		height: 48px;
		line-height: 48px;
	}
	.o-messagebox .formbtn input{
		height: 48px;
		line-height: 48px;
	}
	.o-messagebox .form-li .inputdiv input, .o-messagebox .form-li .inputdiv textarea{
		padding-left: 20px;
		padding-right: 20px;
	}
	/*工厂参观*/
	.factory{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.factory .i-title .t4{
		margin-top: 20px;
	}
	.factory .box{
		padding-right: 30%;
	}
	.factory .picture .swiper-slide .big{
		-webkit-transform: none;
		transform: none;
	}
	.factory .picture .big{
		padding-right: 0;
	}
	.factory .picture .swiper-slide .img .tit{
		font-size: 24px
	}
	.factory .picture .swiper-slide-active .img .tit{
		font-size: 20px;
	}
	.factory .above{
		text-align: right;
	}
	.paging{
		float: none;
		max-width: 100%;
		width: auto;
		text-align: right;
		margin-bottom: 15px;
	}
	.factory .swiper-pagination{
		display: inline-block;
		width: auto;
	}
	.factory .arrows{
		float: none;
		display: inline-block;
	}
	.factory .conbox{
		margin-top: 40px;
	}
	.factory .conbox ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.factory .conbox ul li:nth-child(3n){
		margin-right: 4%;
	}
	.factory .conbox ul li:nth-child(2n){
		margin-right: 0;
	}
	.factory .conbox ul li .subtit{
		font-size: 18px;
	}
	/*荣誉资质*/
	.honor{
		padding-top: 50px;
		/*padding-bottom: 50px;*/
	}
	.honor .i-title .t5{
		margin-bottom: 20px;
	}
	.honor .box ul li{
		width: 31.4%;
		margin-right: 2.9%;
		margin-bottom: 2.9%;
	}
	.honor .box ul li:nth-child(4n){
		margin-right: 2.9%;
	}
	.honor .box ul li:nth-child(3n){
		margin-right: 0;
	}
	/*合作伙伴*/
	.partner{
		padding-top: 50px;
	}
	.partner .i-title .t5{
		margin-bottom: 20px;
	}
	.partner .box{
		margin-top: 30px;
	}
	.partner .box ul li{
		width: 23.8%;
		margin-right: 1.6%;
		margin-bottom: 1.6%;
	}
	.partner .box ul li:nth-child(6n){
		margin-right: 1.6%;
	}
	.partner .box ul li:nth-child(5n){
		margin-right: 1.6%;
	}
	.partner .box ul li:nth-child(4n){
		margin-right: 0;
	}
	/*产品中心*/
	.product .i-product{
		padding-top: 20px;
	}
	.featured{
		padding-top: 20px;
	}
	/**/
	.product .x-content{
		padding-top: 50px;
	}
	.classify{
		width: 100%; display:none;
		margin-bottom: 40px;
	}
	.classify ul li ul{
		margin-top: 10px;
	}
	.classify ul li ul li a{
		font-size: 15px;
		padding-left: 30px;
	    padding-right: 30px;
	}
	/*.classify ul li .o-level{
	    padding-left: 30px;
	    padding-right: 30px;
	}*/
	.classify ul li .o-level span{
		font-size: 17px;
	}
	.integration .box{
		width: 100%;
	}
	.integration .box .adlet .txt .t1{
		font-size: 22px;
	}
	.integration .box .adlet .txt .t2{
		font-size: 16px;
	}
	.integration .probox ul{
		margin-top: 20px;
	}
	.integration .probox .tit{
		font-size: 18px;
	}
	/*产品详情*/
	.product-detail .shortcut{
		padding-top: 50px;
	}
	.product-detail .attribute{
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 30px;
		padding-right: 30px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.attribute .left{
		padding-left: 0;
	}
	.attribute .right .title{
		font-size: 24px;
	}
	.attribute .right ul li{
		font-size: 15px;
	}
	.product-detail .message{
		padding-bottom: 45px;
	}
	.product-detail .details{
		padding: 30px 30px 0px;
	}
	.product-detail .details .txtbox:last-child{
		margin-bottom: 0;
	}
	.attribute .right .askbtn a{
		min-width: 160px;
		font-size: 16px;
	}
	.product-detail .messagebox .messagebtn{
		width: 160px;
	}
	.product-detail .messagebox .messagebtn input{
		font-size: 16px;
	}
	.product-detail .message{
		padding: 30px 30px 50px;
	}
	/*服务*/
	.service{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.service .box>ul>li{
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.service ul li .txtbox .t1{
		font-size: 24px;
	}
	.service ul li .txtbox .t3{
		font-size: 18px;
	}
	.service ul li .txtbox ul{
		margin-bottom: 25px;
	}
	.service ul li .txtbox .btn a{
		width: 130px;
		height: 47px;
		line-height: 45px;
	}
	.service .swiper-button-next, .service .swiper-button-prev{
		width: 36px;
		height: 36px;
	}
	/*视频中心*/
	.video-center{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.video-center .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.video-center .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.video-center .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.video-center .box ul li .txt{
		padding: 0px 20px;
	}
}
@media screen and (max-width: 640px){
	/**/
	.header .m-nav ul li>a, .one-level{
		font-size: 19px;
		line-height: 60px;
	}
	/**/
	.obanner{
		height: 300px;
	}
	/**/
	.navigation ul li{
		min-width: 25%;
	}
	.navigation ul li a .t2, .navigation ul li.on a .t1{
		background-size: 30px 30px;
	}
	.navigation ul li a .t2:before, .navigation ul li.on a .t1:before{
		bottom: 5px;
	}
	/**/
	.page-list a{
		min-width: 36px;
	    height: 36px;
	    line-height: 36px;
		margin-right: 10px;
	}
	/*案例中心*/
	.case .box ul li{
		width: 48%;
		margin-bottom: 4%;
		margin-right: 4%;
	}
	.case .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.case .box ul li:nth-child(2n){
		margin-right: 0;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.case-detail .box{
		margin-top: 20px;
		padding-top: 20px;
	}
	.case-detail .tit{
		font-size: 24px;
	}
	.case-detail .box{
		font-size: 17px;
	}
	.case-detail .box .subtit{
		font-size: 19px;
		padding-left: 15px;
	}
	.case-detail .box .subtit:before {
		top: 10px;
	}
	/*关于我们*/
	.profile .num{
		padding: 10px 0px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.profile .num ul li{
		width: 50%;
		margin-top: 40px;
	}
	.profile .num ul li .con{
		text-align: center;
	}
	.culture{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.culture .swiper-button-next, .culture .swiper-button-prev{
		width: 60px;
		height: 60px;
	}
	.culturebox .txt{
		font-size: 16px;
	}
	.culturebox .imgbox.c-video:after{
		background: url(../images/img138.png) center no-repeat;
		background-size: 40px 40px;
	}
	/*新闻中心&展会信息*/
	.new .box .imgbox{
		float: none;
		width: 100%;
	}
	.new .box .txtbox{
		float: none;
		width: 100%;
		padding-top: 4%;
		padding-bottom: 4%;
	}
	/*新闻中心&展会信息详情*/
	.show-detail {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	/*新闻中心&展会信息详情*/
	.show-detail .box .detail .title{
		padding-bottom: 20px;
	}
	.show-detail .box .detail .title .t1{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.show-detail .box .detail .title .t2 .sp{
		margin-right: 30px;
	}
	.show-detail .box .detail .content{
		padding: 30px 0px;
		font-size: 17px;
	}
	.show-detail .box .recommend{
		margin-top: 30px;
	}
	.show-detail .box .recommend .tit{
		font-size: 20px;
		padding-bottom: 15px;
	}
	.show-detail .box .recommend ul{
		margin-top: 15px;
	}
	.show-detail .box .recommend ul li .t1{
		font-size: 16px;
		margin-bottom: 0;
	}
	.show-detail .box .recommend ul li .t2{
		font-size: 12px;
	}
	/*联系我们*/
	.contact{
		padding-top: 50px;
	}
	.contact .way ul li{
		margin-bottom: 25px;
	}
	.o-message{
		padding-top: 40px;
	}
	.o-message .i-title .t5{
		margin-bottom: 10px;
	}
	/*工厂参观*/
	.factory{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.factory .box{
		padding-right: 25%;
	}
	.factory .swiper-button-next, .factory .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
	.factory .swiper-pagination{
		font-size: 16px;
	}
	.factory .swiper-pagination-current{
		font-size: 20px;
	}
	.factory .picture .videobg:after {
	    background: url(../images/img124.png) center no-repeat;
	    background-size: 60px 60px;
	}
	/*荣誉资质*/
	.honor{
		padding-top: 40px;
	}
	.honor .box{
		margin-top: 30px;
	}
	.honor .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.honor .box ul li:nth-child(4n){
		margin-right: 4%;
	}
	.honor .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.honor .box ul li:nth-child(2n){
		margin-right: 0;
	}
	/*合作伙伴*/
	.partner .box ul li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.partner .box ul li:nth-child(6n){
		margin-right: 2%;
	}
	.partner .box ul li:nth-child(5n){
		margin-right: 2%;
	}
	.partner .box ul li:nth-child(4n){
		margin-right: 2%;
	}
	.partner .box ul li:nth-child(3n){
		margin-right: 0;
	}
	/*产品中心*/
	/**/
	.product .x-content{
		padding-top: 40px;
	}
	.classify>ul{
		padding-bottom: 20px;
	}
	.classify ul li ul{
		display: none;
	}
	.classify ul li .o-level{
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.classify ul li ul li a{
		padding-left: 20px;
	    padding-right: 20px;
	}
	.integration .box .bg{
		margin-bottom: 50px;
	}
	.integration .probox ul li{
		width: 50%;
		padding: 25px 25px 0px;
	}
	.integration .probox ul li .txt{
		padding: 20px 0px;
	}
	/*产品详情*/
	.product-detail .shortcut{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.attribute .left{
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.attribute .right{
		float: none;
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
	.attribute .right .title{
		font-size: 22px;
	}
	.product-detail .contit{
		font-size: 22px;
	}
	/*服务*/
	.service{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.service .box>ul>li{
		padding-bottom: 30px;
		margin-bottom: 40px;
		overflow: inherit;
	}
	.service ul li .txtbox{
		float: none;
		width: 100%;
	}
	.service ul li .txtbox .t1{
		font-size: 22px;
	}
	.service ul li .txtbox ul{
		margin-bottom: 20px;
	}
	.service ul li .imgbox{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.service ul li .txtbox .btn a{
		height: 44px;
		line-height: 42px;
	}
	.service ul li .txtbox .t1{
		font-size: 20px;
	}
	.service ul li .txtbox .t3{
		font-size: 16px;
	}
	/*视频中心*/
	.video-center{
		padding-top: 40px;
	}
	.video-center .box ul li .txt .t1{
		font-size: 16px;
	}
}
@media screen and (max-width: 576px){
	/**/
	.obanner{
		height: 250px;
	}
	/**/
	.navigation ul li a{
		font-size: 15px;
		line-height: 55px;
    	height: 55px;
	}
	.navigation ul li:hover a .t1{
		margin-top: -55px;
	}
	/*案例中心*/
	.case .box{
		padding-top: 40px;
	}
	.case .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	/*案例详情*/
	.case-detail .tit{
		font-size: 22px;
	}
	.case-detail .box{
		font-size: 16px;
	}
	.case-detail .box .subtit{
		font-size: 18px;
	}
	/*关于我们*/
	.i-title .t5{
		margin-bottom: 20px;
	}
	.profile{
		padding-top: 40px;
	}
	.profile .imgbox{
		float: none;
		width: 100%;
	}
	.profile .txtbox{
		float: none;
		width: 100%;
		overflow: hidden;
		margin-top: 30px;
	}
	.profile .num ul li .t1{
		font-size: 15px;
	}
	.profile .num ul li .t2 .timer{
		font-size: 28px;
	}
	.culture .box{
		padding-right: 0;
		text-align: center;
	}
	.culture .box .culture-arrows{
		position: static;
		width: auto;
		display: inline-block;
		font-size: 0;
		margin-top: 20px;
	}
	.culture .swiper-button-next, .culture .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
	/*新闻中心&展会信息*/
	.new, .trade-show {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.new .box{
		position: relative;
		margin-bottom: 30px;
	}
	.new .box .txtbox{
		padding: 25px;
	}
	.new .box .txtbox .t1{
		font-size: 18px;
	}
	.new .box .txtbox .t2{
		margin-bottom: 15px;
	}
	.new .box:before{
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 0;
		height: 2px;
		background-color: #001f82;
		-o-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	.new .box:hover:before{
		left: 0;
		width: 100%;
	}
	.new .box .txtbox .time .date{
		font-size: 18px;
	}
	.universal .inforbox ul{
		margin-bottom: 20px;
	}
	.universal .inforbox ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 0;
	}
	.universal .inforbox ul li:before{
		height: 2px;
	}
	.universal .inforbox ul li .txt{
		padding: 25px;
		min-height: 1px;
	}
	.universal .inforbox ul li .txt .t2{
		margin-bottom: 15px;
	}
	.universal .more img{
		width: 22px;
		height: 22px;
	}
	/*新闻中心&展会信息详情*/
	.show-detail .box .detail .title{
		padding-bottom: 15px;
	}
	.show-detail .box .detail .title .t1{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.show-detail .box .detail .content{
		font-size: 16px;
	}
	/*联系我们*/
	.contact{
		padding-top: 40px;
	}
	.contact .way ul li{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.contact .way ul li .t1{
		float: left;
		margin-right: 10px;
	}
	.contact .way ul li .t1 img{
		position: relative;
		top: 2px;
	}
	.contact .way ul li .t2{
		float: left;
		width: 80%;
		overflow: hidden;
	}
	.o-messagebox .form-li{
		float: none;
		width: 100%;
	}
	.o-messagebox .form-li .inputdiv input{
		height: 45px;
		line-height: 45px;
	}
	.o-messagebox .formbtn{
		max-width: 130px;
	}
	.o-messagebox .formbtn input{
		font-size: 15px;
		height: 45px;
		line-height: 45px;
	}
	/*工厂参观*/
	.factory{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.factory .i-title .t4{
		margin-top: 15px;
	}
	.factory .box{
		margin-top: 30px;
		padding-right: 0;
	}
	.factory .above{
		position: static;
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}
	.paging{
		text-align: center
	}
	.factory .picture .swiper-slide-active .img .tit{
		font-size: 18px;
	}
	.factory .conbox ul li .subtit{
		font-size: 16px;
	}
	.factory .conbox{
		margin-top: 30px;
	}
	.factory .conbox ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	/*荣誉资质*/
	.honor{
		padding-top: 40px;
	}
	.honor .i-title .t5{
		margin-bottom: 15px;
	}
	.honor .box ul{
		margin-bottom: 20px;
	}
	.honor .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	/*合作伙伴*/
	.partner{
		padding-top: 40px;
	}
	.partner .i-title .t5{
		margin-bottom: 15px;
	}
	.partner .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.partner .box ul li:nth-child(6n){
		margin-right: 4%;
	}
	.partner .box ul li:nth-child(5n){
		margin-right: 4%;
	}
	.partner .box ul li:nth-child(4n){
		margin-right: 4%;
	}
	.partner .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.partner .box ul li:nth-child(2n){
		margin-right: 0;
	}
	/*产品中心*/
	/**/
	.classify{
		margin-bottom: 30px;
	}
	.integration .probox ul li{
		width: 50%;
		margin-right: 0;
		padding: 10px 5px;
	}
	.integration .probox ul li .txt{
		padding: 0px;
		height: auto;
		margin-top: 20px;
	}
	.integration .probox ul li .txt .t1{
		font-size: 18px;
	}
	/*产品详情*/
	.product-detail .shortcut{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.product-detail .attribute{
		padding: 30px 20px;
	}
	.attribute .right .title{
		font-size: 20px;
	}
	.product-detail .details{
		font-size: 15px;
		padding: 20px 20px 30px;
	}
	.product-detail .contit{
		font-size: 20px;
	}
	.product-detail .details .scenarios ul li{
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.product-detail .message{
		padding: 30px 20px 40px;
	}
	.product-detail .messagebox .half{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	/*视频中心*/
	.video-center .box ul{
		margin-bottom: 20px;
	}
	.video-center .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}



/*20210331*/
/*.attribute .left, .attribute .pc-slide, .attribute .view{
	overflow: inherit !important;
}
.view .viewli {
	display: none;
	width: 100%;
	position: relative;
}

.view .viewli.on {
	display: block;
}
.attribute .preview .swiper-slide-active .smallimg:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: url(../images/img99.png) center left no-repeat;
}
.attribute .preview .swiper-slide-active .smallimg .sbox{
	border: #edae1b solid 3px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.previewbox .swiper-button-next, .previewbox .swiper-button-prev{
	position: absolute;
    width: 30px;
    height: 14px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 29px 14px;
    -webkit-background-size: 29px 14px;
    background-size: 29px 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.previewbox .swiper-button-prev{
	background-image: url(../images/img95.png);
    left: auto;
    right: 43px;
    top: 0;
}
.previewbox .swiper-button-next{
	background-image: url(../images/img96.png);
    left: auto;
    right: 43px;
    top: auto;
    bottom: 0;
}
.previewbox .swiper-button-prev:hover{
	background: url(../images/img97.png) no-repeat center left;
}
.previewbox .swiper-button-next:hover{
	background: url(../images/img98.png) no-repeat center right;
}

.graphic {
    text-align: center;
}

.graphic .small_pic{
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.small_pic img {
    max-width: 100%;
}
.graphic .float_layer {
    width: 150px;
    height: 150px;
    background: #fff;
    filter: alpha(opacity:30);
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.graphic .mark {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    background: red;
    filter: alpha(opacity:0);
    opacity: 0;
}

.graphic .big_pic {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    display: none;
    z-index: 1;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.graphic .big_pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: initial;
    z-index: 100;
}

@media screen and (max-width: 1024px){
	.previewbox .swiper-button-prev{
		right: auto;
	    left: 0;
	    top: 50%;
	    margin-top: -14px;
	    -o-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	}
	.previewbox .swiper-button-next{
		left: auto;
	    right: 0;
	    top: 50%;
	    margin-top: -14px;
	    -o-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	}
	
	.attribute .preview .swiper-slide-active .smallimg:before{
		right: 0;
		margin: auto;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 20px;
		background: url(../images/img99.png) center no-repeat;
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}*/



/*20210407新增*/
.container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.container.add{
	position: relative;
}
.container.add:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0;
	cursor: pointer;
	margin: 0;
	display: block;
	width: 100%;
}

.jqzoom img {
	width: 100%;
}

.zoomdiv {
	z-index: 6;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #fff;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(Opacity=50)
}

.spec-preview {
	width: 100%;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-video{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 16;
	background-color: #000000;
}
.sp-video .closeicon{
	float: right;
	width: 35px;
	height: 35px;
	margin: 10px;
}
.sp-video .videocon{
	width: 100%;
	height: -moz-calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
}
.sp-video-icon{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30%;
	margin: auto;
	width: 10%;
	height: 10%;
	background: url(../images/img138.png) center no-repeat;
	background-size: 100% auto;
	z-index: 11;
}
.spec-scroll{
	width: 100%;
}
.spec-scroll .prev {
	float: left;
	background: url(../images/img136a.png) center no-repeat;
}
.spec-scroll .next {
	float: right;
	background: url(../images/img137a.png) center no-repeat;
}
.spec-scroll .prev,
.spec-scroll .next{
	display: block;
	font-family: 宋体;
	text-align: center;
	width:30px;
	height: 80px;
	margin-top: 20px;
	cursor: pointer;
	text-decoration: none;
}

.spec-scroll .items {
	position: relative;
	float: left;
	width: 360px;
	height: 120px;
	overflow: hidden;
	margin-top: 20px;
}

.spec-scroll .items ul {
	position: absolute;
	width: 99999999px;
	height: 100px;
}

.spec-scroll .items ul li{
	position: relative;
	float: left;
	width: 90px;
	padding-bottom: 20px;
	/*height: 100px;*/
	text-align: center;
}
.spec-scroll .items ul li:hover:before, .spec-scroll .items ul li.act:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 20px;
    background: url(../images/img99a.png) center no-repeat;
}
.spec-scroll .items ul li img{
	margin: 0px 5px;
	padding: 2px;
	width: 80px;
	height: 80px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.spec-scroll .items ul li img:hover, .spec-scroll .items ul li.act img{
	border: 2px solid #edae1b;
	padding: 0;
}
.pc-slide{
	display: none;
}
.attribute .view{
	overflow: hidden;
}
@media screen and (max-width: 1440px){
	.product-detail .conwidth{
		padding-left: 5%;
	    padding-right: 5%;
	}
}
@media screen and (max-width: 1200px){
	.attribute .left{
		width: 100%;		
		padding: 0;
		margin-bottom: 5%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.attribute .viewbox{
		position: relative;
	    float: none;
	    width: 100%;
	}
	.attribute .previewbox{
		position: relative;
	    float: none;
	    width: 100%;
	    margin-top: 20px;
	    padding: 0 30px;
	    overflow: hidden;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;	
	}
	.attribute .preview{
		height: auto;
	}
	.attribute .left .pc-slide{
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
	.attribute .right{
		width: 100%;
	}
	.attribute .left .container{
		display: none;
	}
	.pc-slide{
		display: block;
	}
	.attribute .preview .smallimg{
		padding-left: 0;
		padding-bottom: 20px;
	}
	.attribute .preview .active-nav .smallimg:before {
	    left: 0;
	    right: 0;
	    top: auto;
	    bottom: 5px;
	    margin: auto;
	    width: 6px;
	    height: 15px;
	    -o-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	}
	.previewbox .arrow-left{
		right: auto;
		left: 0;
		top: 50%;
		margin-top: -14px;
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.previewbox .arrow-right{
		left: auto;
		right: 0;
		top: 50%;
		margin-top: -14px;
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
.footerinfo{ float:left; color:#999; line-height:30px; font-size:14px; font-family: "m-regular";}
.media{ float:right;}
.aboutp p img{ max-width:100%;}