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","Helvetica Neue",Helvetica,Arial,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;
}
@font-face {
    font-family: 'Calibri';
    src: url(http://www.adyss.cn/Public/Home/font/Calibri/calibri_1.ttf);
}
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;
    cursor: pointer
}

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
}

.conwidth{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

/*header*/
.header{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}
.header.fixed, .header.white.fixed{
	position: fixed;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.header.white{
	position: static;
	background-color: #ffffff;
	border-bottom: #eeeeee solid 1px;
}
.header .box .h-logo{
	float: left;
	line-height: 80px;
}
.header .box .h-logo img{
}
.header .box .other{
	float: right;
}
.nav{
	float: left;
}
.nav ul li{
	float: left;
	margin: 0 15px;
}
.nav ul li a{
	font-size:16px;
	line-height: 80px;
	color: rgba(255,255,255,.5);
	padding: 0 10px;
}
.header.fixed .nav ul li a, .header.white.fixed .nav ul li a, .header.white .nav ul li a{
	color: #808080;
}

.nav ul li a:hover, .nav ul li.on a{
	color: #FFFFFF;
}
.header.fixed .nav ul li a:hover,
.header.white.fixed .nav ul li a:hover,
.header.white .nav ul li a:hover,
.header.fixed .nav ul li.on a,
.header.white.fixed .nav ul li.on a,
.header.white .nav ul li.on a{
	color: #000000;
}
.header .nav .nav-box{
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	background: #fff;
	padding: 40px 0 10px;
	display: none;
}
.header .nav .d_1{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	margin-right: 45px;
}
.header .nav .d_1:last-child{
	margin-right: 0;
}
.header .nav .img_2{
	display: none;
}
.header .nav .name{
	font-size: 16px;
	color: #999999;
	margin-bottom: 25px;
}
.header .nav .d_2{
	margin-bottom: 25px;
}
.header .nav .d_2 a{
	padding: 0;
	line-height: inherit;
}
.header .nav .d_2 img{
	width: 80px;
	height: 80px;
	transition: all .5s;
}
.header .nav .d_2 a:hover .img_1{
	display: none;
}
.header .nav .d_2 a:hover .img_2{
	display: inline-block;
}
.header .nav .model{
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
	transition: all .3s;
}

.header .language{
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #121212;
	height: 80px;
	line-height: 80px;
	font-weight: lighter;
	position: relative;
	cursor: pointer;
	z-index: 99;
	text-align: left;
	margin-left: 20px;
}
.header .language .top{
	color: #121212;
	font-size: 14px;
	padding-right: 15px;
	background: url(../image/img1.png) center right no-repeat;
	background-size: 10px 6px;
}
.header.white .language .top, .header.fixed .language .top{
	background: url(../image/img1-1.png) center right no-repeat;
	background-size: 10px 6px;
}
.header .language .drop-down{
	display: none;
	position: absolute;
	top: 65px;
	width: 141px;
	padding: 5px 15px;
	left: 50%;
	z-index: 100;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header .language .drop-down ul::before{
	position:absolute;
	left: 50%;
	top: 0px;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 16px;
    border-color: transparent transparent #ffffff transparent;
}
.header .language .drop-down ul{
	margin-top: 10px;
	padding: 10px 15px 4px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.header .language .drop-down ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d0d0d0;
}
.header .language .drop-down a{
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #121212;
}
.header .language .drop-down a:hover{
	color: #121212;
}
.header .language .drop-down a img{
	margin-right: 10px;
}
/**/
.header .m-menu{
	position: fixed;
    right: 0;
    top: 80px;
    width: 100%;
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
    background: #fff;
    padding: 20px 0px;
    display: none;
    z-index: 98;
    overflow: auto;
}
.m-menu .first{
	padding: 0 3%;
	text-align: left;
}
.m-menu .second, .m-menu .third{
    display: none;
    padding: 0 3%;
}
.m-menu .first>li>a, .m-menu .first .first-title{
	color: #000000;
    font-size: 28px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.m-menu .first>li, .m-menu .first .second>li{
    margin-bottom: 10px;
}
.m-menu .first .second-title{
	color: #000000;
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.m-menu .third li a{
	color: #000000;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.header .menubtn{
	display: none;
    float: left;
    width: 50px;
    height: 80px;
    background: url(../image/menu-icon11.png) center left no-repeat;
    background-size: 80%;
}
.header.white .menubtn, .header.fixed .menubtn{
	background: url(../image/menu-icon1.png) center left no-repeat;
    background-size: 80%;
}
.header .menubtn.on{
    background: url(../image/menu-icon21.png) center left no-repeat;
    background-size: 80%;
}
.header.white .menubtn.on, .header.fixed .menubtn.on{
    background: url(../image/menu-icon2.png) center left no-repeat;
    background-size: 80%;
}
/*侧边栏*/
.sidebar{
	position: fixed;
	bottom: 30%;
    right: 80px;
    z-index: 99;
    opacity: 0;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
    -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 li{
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background-color: #F66201;
}
.sidebar.active ul li{
	width: 200px;
}
.sidebar ul li:first-child{
	border-radius: 30px 30px 0px 0px;
}
.sidebar ul li:last-child{
	border-radius: 0px 0px 30px 30px;
}
.sidebar ul li a{
	position: relative;
	z-index: 11;
	float: right;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #F66201;
}
.sidebar ul li .secondary{
	float: left;
	position: absolute;
	right: -145px;
	top: 0;
	z-index: 10;
	min-width: 140px;
	padding: 0px 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;
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar:hover .secondary{
	right: 60px;
}
.sidebar ul li .txtli{
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 60px;
	white-space: nowrap;
}
.sidebar ul li .imgli{
	text-align: left;
	line-height: 60px;
}
.sidebar ul li .imgli img{
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
}
.sidebar ul li .istop{
	position: relative;
	z-index: 11;
	float: right;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #F66201;
}
/*footer*/
.footer{
	padding: 50px 0px 25px;
	background-color: #FFFFFF;
}
.footer .box .title{
	position: relative;
	z-index: 1;
	text-align: center;
}
.footer .box .title .t1{
	position: absolute;
	left: 0;
	right: 0;
	top: -14px;
	z-index: 2;
	color: #E6E6E6;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 6px;
}
.footer .box .title .t2{
	position: relative;
	z-index: 3;
	color: #2A2A2A;
	font-size: 20px;
}
.footer .box .footer-nav{
	text-align: center;
	margin-top: 40px;
}
.footer .box .footer-nav>ul{
	display: inline-block;
}
.footer .box .footer-nav ul li{
	position: relative;
	float: left;
	margin-right: 60px;
}
.footer .box .footer-nav ul li:last-child{
	margin-right: 0;
}
.footer .box .footer-nav ul li a, .footer .box .footer-nav ul li .bt{
	color: #999999;
	font-size: 14px;
	line-height: 1.72;
}
.footer .box .footer-nav ul li .bt{
	padding-right: 15px;
	background: url(../image/img11.png) center right no-repeat;
	background-size: 10px 6px;
	cursor: pointer;
}
.footer .box .footer-language{
	display: none;
	position: absolute;
	left: 50%;
	top:20px;
	z-index: 99;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 5px;
	padding:10px 10px;
	border-radius: 6px;
	border-radius: 4px;
	border: #ccc solid 1px;
	white-space: nowrap;
	background-color: #FFFFFF;
}
.footer .box .footer-nav ul li ul li{
	display: block;
	float: none;
	margin-right: 0;
	padding: 0px 5px;
}
.footer .box .footer-nav ul li ul li a:hover{
	color: #000000;
}
.footer-share{
	text-align: center;
	margin-top: 20px;
}
.footer-share ul{
	display: inline-block;
}
.footer-share ul li{
	position: relative;
	float: left;
	margin-right: 30px;
}
.footer-share ul li:last-child{
	margin-right: 0;
}
.footer-share ul li a{
	display: inline-block;
    width: 100%;
}
.footer-share ul li a img{
	width: 20px;
	height: 20px;
}
.footer-share ul li a .img2{
	display: none;
}
.footer-share ul li:hover a .img1{
	display: none;
}
.footer-share ul li:hover a .img2{
	display: inline-block;
}
.footer-share ul li .txtbox{
	display: none;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f2f2f2;
	padding: 6px 10px;
	white-space: nowrap;
}
.footer-share ul li .txtbox .txt{
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	padding: 5px 10px;
}
.footer-share ul li:hover .txtbox{
	display: block;
}
.footer-share ul li .popup{
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    padding-bottom: 16px;
    z-index: 10;
}
.footer-share ul li:hover .popup{
	display: block;
}
.footer-share ul li .er-code{
    padding: 5px;
    border-radius: 5px;
    background: #f2f2f2;
}
.footer-share ul li .er-code img {
    width: 80px;
    height: 80px;
}
.footer-share ul li .triangle{
   	position: absolute;
   	left: 50%;
   	bottom: 4px;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
   	width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 9px 0px;
    border-color: #f2f2f2 transparent transparent transparent;
}
.footer-infor{
	color: #999999;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
	margin-top: 20px;
}
.footer .copyright{
	color: #999999;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
	margin-top: 10px;
}
.footer .copyright .word{
}
.footer .copyright a{
	display: block;
	color: #7C5DFF;
}
/*首页banner*/
.lunbotu{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.oimg2{
	display: none;
}
.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{
}
.i-banner .box .t1{
	color: #c1b26b;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 8px;
}
.i-banner .box .t2{
	max-width: 430px;
	width: 100%;
	color: #797878;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 35px;
}
.i-banner .box .t3{
	max-width: 560px;
	width: 100%;
	color: #afafaf;
	font-size: 16px;
	margin-bottom: 40px;
}
.lunbotu .swiper-pagination {
    display: inline-block;
}
.lunbotu .swiper-button-next.swiper-button-disabled, .lunbotu .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.lunbotu.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction {
    bottom: 6%;
    left: 0;
    width: 100%;
}
.lunbotu .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 1;
}
.lunbotu .swiper-pagination-bullet-active{
    background-color: #F66201;
}
.banner-video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


/**/
.obanner{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.obanner>img{
	width: 100%;
}
.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;
    text-align: left;
}
.obanner .bannerzi .box{
	display: inline-block;
	margin-top: 10.5%;
}
.obanner .bannerzi .box1{
	margin-bottom: 12%;
}
.obanner .bannerzi .box2{
}
.obanner .bannerzi .box .t1{
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}
.obanner .bannerzi .box .t2{
	line-height: 1.7;
	color: #FFFFFF;
	font-size: 20px;
}
.obanner .bannerzi .box1 .line, .obanner .bannerzi .box2 .line{
	width:25px;
	height:4px;
	background-color: #FFFFFF;
	/*box-shadow:0px 2px 4px rgba(0,0,0,0.16);*/
}
.obanner .bannerzi .box2 .line, .obanner .bannerzi .box1 .line{
	margin-bottom: 10px;
}
.obanner .bannerzi .box1 .t1, .obanner .bannerzi .box2 .t1{
	color: #FFFFFF;
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 10px;
}
.obanner .bannerzi .box1 .t2, .obanner .bannerzi .box2 .t2{
	color: #FFFFFF;
	font-size: 14px;
	max-width: 540px;
	width: 100%;
	line-height: 1.72;
}
/*index product*/
.i-product{
	padding: 100px 0px;
	background: rgba(242, 242, 242, 1);
}
.i-product .box{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 55px;
}
.i-product .box .boxli{
	width: 100%;
	overflow: hidden;
}
.i-product .box .boxli .txtbox{
	float: left;
	width: 41.67%;
	overflow: hidden;
	margin-top: 60px;
}
.i-product .box .boxli .txtbox .t1{
	color: #2A2A2A;
	font-size: 36px;
	line-height: 1.7;
}
.i-product .box .boxli .txtbox .t2{
	height: 250px;
	margin-bottom: 40px;
}
.i-product .box .boxli .txtbox .t2 .txt{
	color: #666666;
	font-size: 20px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.i-product .box .boxli .txtbox .more{
}
.i-product .box .boxli .txtbox .more a{
	min-width:150px;
	padding: 0 15px;
	height:42px;
	line-height: 42px;
	background: #F66201;
	font-size:20px;
	color: #FFFFFF;
	text-align: center;
	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;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.i-product .box .boxli .txtbox .more a:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.i-product .box .boxli .imgbox{
	float: right;
	width: 58.33%;
	overflow: hidden;
}
.i-product .box .boxli .imgbox a{
	display: inline-block;
	width: 100%;
}
.i-product .box .boxli .imgbox img{
	width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.i-product .box .boxli .imgbox: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-product .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.i-product .swiper-container-horizontal>.swiper-pagination-bullets, .i-product .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.i-product .swiper-pagination-bullet {
    width:15px;
	height:15px;
    display: inline-block;
    border-radius: 50%;
    background: #C7C7C7;
    opacity: 1;
}
.i-product .swiper-pagination-bullet-active{
	background: #666666;
    opacity: 1;
}


/*理念*/
.idea{
	position: relative;
}
.idea .imgbox{
	width: 100%;
	overflow: hidden;
}
.idea .imgbox img{
	width: 100%;
}
.idea .txtbox{
	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%);
	width: 100%;
}
.idea .txtbox .conwidth{
	text-align: center;
}
.idea .txtbox .t1{
	font-size:56px;
	font-weight:bold;
	color: #FFFFFF;
	text-shadow:0px 2px 4px rgba(0,0,0,0.16);
	letter-spacing: 30px;
	margin-bottom: 10px;
}
.idea .txtbox .t2{
	font-size:32px;
	line-height:1.75;
	color: #FFFFFF;
	text-shadow:0px 2px 4px rgba(0,0,0,0.16);
	letter-spacing: 30px;
	margin-bottom: 70px;
}
.idea .txtbox .t3{
	font-size:24px;
	color: #FFFFFF;
	text-shadow:0px 2px 4px rgba(0,0,0,0.16);
	letter-spacing: 4px;
	margin-bottom: 35px;
}
.btn{
}
.btn a, .btn span{
	display: inline-block;
	min-width:150px;
	padding: 0 15px;
	height:42px;
	line-height: 42px;
	background: #F66201;
	font-size:20px;
	color: #FFFFFF;
	text-align: center;
	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;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn a:hover, .btn span:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.news .btn span{
	color: #F66201;
	background: none;
	border: #F66201 solid 1px;
	line-height: 40px;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.news ul li:hover .btn span{
	background: #F66201;
	color: #FFFFFF;
}
/*发展轨迹*/
.i-develop{
	padding: 60px 0px 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.i-develop .box{
}
.i-develop .box .title{
	text-align: left;
	margin-bottom: 30px;
}
.i-develop .box .title .t1{
	color: #FFFFFF;
	font-size:42px;
}
.i-develop .box .title .t2{
	color: #FFFFFF;
	font-size:24px;
}
.i-develop .box .content ul li{
	position: relative;
	padding-left: 28px;
	margin-bottom: 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;
}
.i-develop .box .content ul li i{
	position: absolute;
	left: 0;
	top: 14px;
	width:15px;
	height:15px;
	background-color: #FFFFFF;
	border-radius:50%;
}
.i-develop .box .content ul li .t1{
	color: #FFFFFF;
	font-size:28px;
	font-weight:bold;
	margin-bottom: 5px;
}
.i-develop .box .content ul li .t2{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.7;
}
/*定制服务*/
.custom-service{
	padding: 100px 0px;
	background-color: #F2F2F2;
}
.custom-service .box{
	width: 100%;
	overflow: hidden;
}
.custom-service .box .imgbox{
	float: left;
	width: 58.33%;
	overflow: hidden;
}
.custom-service .box .imgbox img{
	width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.custom-service .box .imgbox: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);
}
.custom-service .box .txtbox{
	float: left;
	width: 41.67%;
	padding-left: 6.67%;
	margin-top: 65px;
	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;
}
.custom-service .box .txtbox .t1{
	color: #2A2A2A;
	font-size: 36px;
	margin-bottom: 20px;
}
.custom-service .box .txtbox .t2{
	height: 250px;
	margin-bottom: 40px;
}
.custom-service .box .txtbox .t2 .txt{
	color: #666666;
	font-size: 20px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

/*产品中心*/
.product{
	padding: 100px 0px 60px;
	background-color: #F2F2F2;
}
.product .box{
}
.product .box ul li{
	background-color: #FFFFFF;
	margin-bottom: 60px;
	padding: 50px 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;
}
.product .box ul.new-arrival li{
	position: relative;
	padding: 38px 40px;
	overflow: hidden;
}
.product .box ul.other li{
	float: left;
	margin-right: 6.67%;
	width: -moz-calc(93.33% / 2);
	width: -webkit-calc(93.33% / 2);
	width: calc(93.33% / 2);
}
.product .box  ul.other li:nth-child(2n){
	margin-right: 0;
}
.product .box  ul li .tag{
	position: absolute;
	left: 40px;
	top: 38px;
	width:150px;
	height:42px;
	line-height: 42px;
	padding: 0 15px;
	border: #F66201 solid 1px;
	color: #F66201;
	font-size: 20px;
	text-align: center;
	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;
}
.product .box  ul li .tag a{
	color: #F66201;
}
.product .box ul li a{
	display: inline-block;
	width: 100%;
}
.product .box ul li .imgbox{
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}
.product .box  ul.new-arrival li .imgbox{
	float: left;
	width: 47%;
}
.product .box ul li .imgbox img{
	max-width: 350px;
	width: 100%;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.product .box ul li: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);
}
.product .box ul.new-arrival li .imgbox img{
	max-width: 100%;
}
.product .box ul li .txtbox{
	text-align: center;
	overflow: hidden;
}
.product .box  ul.new-arrival li .txtbox{
	position: absolute;
	right: 40px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	float: left;
	width: 53%;
	padding-left: 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;
}
.product .box  ul li .txtbox .t1{
	color: #2A2A2A;
	font-size: 36px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product .box  ul.new-arrival li .txtbox .t1{
	font-size: 42px;
	margin-bottom: 25px;
}
.product .box  ul li .txtbox .t2{
	color: #666666;
	font-size: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product .box  ul.new-arrival li .txtbox .t2{
	font-size: 24px;
	margin-bottom: 70px;
}
.product .box  ul li .txtbox .t3{
	color: #2A2A2A;
	font-size: 24px;
	margin-bottom: 20px;
}
/*产品详情*/
.product-details{
	font-size: 16px;
	color: #999999;
	line-height: 1.7;
}
.product-details img{
	max-width: 100%;
}
/*品牌中心*/
.brand{
	padding: 100px 0px;
	background-color: #F2F2F2;
}
.brand .box{
	color: #2A2A2A;
	font-size: 20px;
	line-height: 1.8;
}
.brand .box .boxli{
	margin-bottom: 50px;
}
/*.brand .box .boxli:last-child{
	margin-bottom: 0;
}*/
.brand .box .title{
	font-weight: bold;
	color: #2A2A2A;
	font-size: 36px;
	margin-bottom: 30px;
}
.brand .box img{
	margin: 30px auto;
}
/*新闻*/
.news{
	background: #F2F2F2;
	padding: 0px 0px 100px;
}
.news .box{
	position: relative;
	margin-top: -15%;
	padding: 40px 0px 20px;
	background-color: #FFFFFF;
}
.news .box ul{
	padding: 0 40px;
	overflow: hidden;
}
.news .box ul li{
	float: left;
	width: -moz-calc((100% - 40px) / 3);
	width: -webkit-calc((100% - 40px) / 3);
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px 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;
}
.news .box ul li:nth-child(3n){
	margin-right: 0;
}
.news .box ul.special li{
	width: 100%;
	margin-right: 0;
	padding: 0px 0px 40px;
}
.news .box ul li a{
	display: inline-block;
	width: 100%;
}
.news .box ul li .imgbox{
	width: 100%;
	overflow: hidden;
}
.news .box ul.special li .imgbox{
	float: left;
	width: 50%;
}
.news .box ul li .imgbox img{
	width: 100%;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.news .box ul li: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);
}
.news .box ul li .txtbox{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.news .box ul.special li .txtbox{
	float: left;
	width: 50%;
	padding-left: 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;
}
.news .box ul li .t1{
	color: #2A2A2A;
	font-size: 20px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .box ul li .t2{
	color: #C7C7C7;
	font-size: 14px;
	margin-bottom: 12px;
}
.news .box ul li .t3{
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news .box ul.special li .t3{
	margin-bottom: 99px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
/*新闻详情*/
.new-details{
	padding: 0px 40px;
	overflow: hidden;
}
.new-details .return{
	margin-bottom: 50px;
}
.new-details .return a{
	color: #F66201;
	font-size: 16px;
}
.new-details .title{
	margin-bottom: 50px;
}
.new-details .title .t1{
	color: #2A2A2A;
	font-size: 32px;
	font-weight:bold;
	margin-bottom: 10px;
}
.new-details .title .t2{
	color: #C7C7C7;
	font-size: 14px;
}
.new-details .content{
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 10px;
}
.new-details .content img{
	display: block;
	margin: 0 auto;
}
/*about*/
.about{
	padding: 100px 0px 100px;
	background-color: #F2F2F2;
}
.about .box .imgbox{
	position: relative;
	float: right;
	width: 50%;
	overflow: hidden;
}
.about .box .imgbox img{
	width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.about .box .imgbox: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);
}
.about .box .txtbox{
	float: left;
	width: 50%;
	padding-right: 6%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.about-title{
	margin-bottom: 25px;
}
.about-title .t1{
	color: #2A2A2A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.about-title .t2{
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
}
.about .box .txtbox .words{
	color: #999999;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 40px;
}
.product-explain{
	margin-top: 80px;
}
.product-explain ul li{
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	text-align: center;
	overflow: hidden;
}
.product-explain ul li .icon{
	width: 100%;
	/*overflow: hidden;*/
}
.product-explain ul li .icon img{
	max-width: 100%;
	/*height: 80px;*/
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.product-explain ul li:hover .icon img{
	-o-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-moz-transform: translateY(12px);
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}
.product-explain ul li .txtbox{
	margin-top: 25px;
	padding: 0 15%;
	overflow: hidden;
}
.product-explain ul li .txtbox .t1{
	color: #2A2A2A;
	font-size: 16px;
	margin-bottom: 10px;
}
.product-explain ul li .txtbox .t2{
	color: #999999;
	font-size: 14px;
	line-height: 1.72;
}
.about.promise{
	padding-bottom: 0;
}
.promise .product-explain{
	margin-top: 0;
}
.promise .product-explain ul li{
	width: 100%;
	margin-bottom: 25px;
}
.promise .product-explain ul li .icon{
	float: left;
	width: 24.8%;
	text-align: center;
	/*overflow: hidden;*/
}
.promise .product-explain ul li:hover .icon img{
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}
.promise .product-explain ul li .txtbox{
	float: left;
	width: 75.2%;
	overflow: hidden;
	padding: 0;
	text-align: left;
	margin-top: 0;
}
/*荣誉资质*/
.honor{
	padding: 60px 0px 40px;
	background-color: #F2F2F2;
}
.honor ul{
	padding: 0 3.3%;
	margin-top: 40px;
}
.honor ul li{
	float: left;
	width: -moz-calc((100% - 80px) / 5);
	width: -webkit-calc((100% - 80px) / 5);
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all 0.5s;
}
.honor ul li:nth-child(5n){
	margin-right: 0;
}
.honor ul li img{
	max-width: 100%;
	height: 293px;
	overflow: hidden;
}
.honor ul li:hover{
	transform: translateY(-15px);
}
/*联系我们*/
.contact{
	background: #F2F2F2;
    padding: 0px 0px 100px;
}
.contact-information{
	position: relative;
    margin-top: -11%;
}
.contact-information ul.other{
	padding: 40px 0px;
	background-color: #FFFFFF;
}
.contact-information ul.other li{
	position: relative;
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding: 0 3.33%;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-information ul.other li i{
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	min-height: 200px;
	height: 100%;
	background-color: #C7C7C7;
}
.contact-information ul.other li .txtbox{
	float: left;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
}
.contact-information ul.other li.infor .txtbox{
	width: 100%;
}
.contact-information ul.other li .t1{
	color: #2A2A2A;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.contact-information ul.other li .txtli{
	color: #2A2A2A;
	font-size: 16px;
	margin-bottom: 10px;
	overflow: hidden;
}
.contact-information ul.other li .txtli .sp1{
	float: left;
	width: 48px;
	text-align: left;
	overflow: hidden;
}
.contact-information ul.other li .txtli .sp2{
	float: left;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	word-break: break-word;
}
.qrcode{
	position: absolute;
	right: 40px;
	bottom: 6px;
	width: 60px;
	text-align: center;
	overflow: hidden;
}
.qrcode .img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
}
.qrcode .img img{
	width: 100%;
}
.qrcode .txt{
	color: #999999;
	font-size: 10px;
}
/**/
.contact-information .content{
	margin-top: 40px;
}
.contact-information .content .arrive{
	float: left;
	width: 33.33%;
	background-color: #FFFFFF;
	padding-top: 2.7%;
	padding-left: 3.33%;
	padding-right: 1.4%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-title{
	text-align: left;
}
.contact-title .t1{
	color: #2A2A2A;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-title .t2{
	color: #999999;
	font-size: 16px;
}
.contact-information .content .arrive ul{
	margin-top: 35px;
}
.contact-information .content .arrive ul li{
	margin: 0px 0px 35px;
	overflow: hidden;
}
.contact-information .content .arrive ul li .icon{
	float: left;
	width: 40px;
	text-align: left;
}
.contact-information .content .arrive ul li .icon img{
	max-width: 40px;
}
.contact-information .content .arrive ul li .text{
	float: left;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}
.contact-information .content .arrive ul li .text .t1{
	color: #2A2A2A;
	font-size: 18px;
	margin-bottom: 17px;
	margin-top: 3px;
}
.contact-information .content .arrive ul li .text .t2{
	color: #2A2A2A;
	font-size: 14px;
}
.contact-information .content .consulting{
	float: right;
	width: 63.44%;
	background-color: #FFFFFF;
	padding-top: 2.7%;
	padding-left: 3.33%;
	padding-right: 3.33%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-information .content .zixun{
	margin-top: 35px;
}
.contact-information .content .zixun .divli{
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}
.contact-information .content .zixun .divli .half{
	float: left;
	width: 48%;
	overflow: hidden;
	margin-right: 4%;
}
.contact-information .content .zixun .divli .half:nth-child(2n){
	margin-right: 0;
}
.contact-information .content .zixun .divli .sp{
	float: left;
	width: 65px;
	text-align: left;
	color: #2A2A2A;
	font-size: 16px;
	line-height: 50px;
}
.contact-information .content .zixun .divli .must .sp, .contact-information .content .zixun .divli.textarea-div .sp{
	width: 90px;
}
.contact-information .content .zixun .divli .input-li{
	float: right;
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px);
	border: #C7C7C7 solid 1px;
	padding: 0px 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;
}
.contact-information .content .zixun .divli .must .input-li, .contact-information .content .zixun .divli.textarea-div .input-li{
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
}
.contact-information .content .zixun .divli .btn-li{
	float: right;
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
}
.contact-information .content .zixun .divli .input-li input{
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #2A2A2A;
	font-size: 14px;
}
.contact-information .content .zixun .divli .input-li textarea{
	width: 100%;
    min-height: 120px;
    padding: 16px 0px;
    resize: none;
    border: none;
    outline: none;
    background: none;
    color: #2A2A2A;
	font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.zixun .divli .input-li textarea::-webkit-input-placeholder {
   	color: #999999;
	font-size: 12px;
}
.zixun .divli .input-li textarea:-moz-placeholder {
  	color: #999999;
	font-size: 12px;
}
.zixun .divli .input-li textarea::-moz-placeholder {
  	color: #999999;
	font-size: 12px;
}
.zixun .divli .input-li textarea:-ms-input-placeholder {
  	color: #999999;
	font-size: 12px;
}
.contact-information .content .zixun .divli .submit-btn{
	width:250px;
	background: #F66201;
}
.contact-information .content .zixun .divli .submit-btn input{
	width: 100%;
	height:42px;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 20px;
	background: none;
	border: none;
	outline: none;
}
@media screen and (max-width: 1440px){
	/*banner*/
	.obanner .bannerzi .box1 .t1, .obanner .bannerzi .box2 .t1{
		font-size: 40px;
	}
	.obanner .bannerzi .box1{
		margin-bottom: 6%;
	}
	.i-product{
		padding: 80px 0px;
	}
	.i-product .box .boxli .txtbox .t1{
		font-size: 32px;
	}
	.i-product .box .boxli .txtbox .t2{
		height: 200px;
	}
	.i-product .box .boxli .txtbox .more a{
		font-size: 18px;
	}
	.idea .txtbox .t1{
		font-size: 48px;
	}
	.idea .txtbox .t2{
		font-size: 28px;
	}
	.idea .txtbox .t3{
		font-size: 22px;
	}
	.btn a, .btn span{
		font-size: 18px;
	}
	.i-develop .box .title .t1{
		font-size: 36px;
	}
	.i-develop .box .title .t2{
		font-size: 20px;
	}
	.i-develop .box .content ul li .t1{
		font-size: 26px;
	}
	.i-develop .box .content ul li .t2{
		font-size: 18px;
	}
	.custom-service{
		padding: 80px 0px;
	}
	.custom-service .box .txtbox .t2 .txt{
		font-size: 18px;
	}
	/*产品中心*/
	.product .box ul.new-arrival li .txtbox .t1{
		font-size: 36px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 32px;
	}
	/*品牌中心*/
	.brand .box .title{
		font-size: 32px;
	}
	/*预约咨询*/
	.contact-information .content .zixun .divli .submit-btn input{
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px){
	.conwidth{
		padding-left: 3%;
		padding-right: 3%;
		-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*/
	.header.fixed, .header.white.fixed{
		box-shadow: none;
	}
	.header .box{
		text-align: center;
	}
	.header .box .h-logo{
		float: none;
	}
	.header .menubtn{
		display: block;
	}
	.header .nav{
		display: none;
	}
	.header .language .drop-down{
		width: 130px;
	}
	.header .language .drop-down ul li a{
		white-space: nowrap;
	}
	.header .language .top img, .header .language .drop-down a img{
		width: 35px;
		height: auto;
	}
	/*.sidebar*/
	.sidebar{
		right: 5%;
	}
	/*footer*/
	.footer .box .footer-nav{
		margin-top: 30px;
	}
	.footer-share{
		display: none;
	}
	/*banner*/
	.oimg1{
		display: none;
	}
	.oimg2{
		display: block;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 4%;
	}
	.obanner .bannerzi .box{
		margin-top: 0;
	}
	.obanner .bannerzi .box1 .t1, .obanner .bannerzi .box2 .t1{
		font-size: 36px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 16px;
	}
	.obanner .bannerzi .box1{
		margin-bottom: 0;
	}
	/*index product*/
	.i-product{
		padding: 6% 0;
	}
	.i-product .box .boxli .txtbox{
		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;
	}
	.i-product .box .boxli .txtbox .t1{
		font-size: 28px;
	}
	.i-product .box .boxli .txtbox .t2{
		height: auto;
		padding-bottom: 15%;
		margin-bottom: 0;
	}
	.i-product .box .boxli .txtbox .t2 .txt{
		font-size: 18px;
	}
	.i-product .box .boxli .txtbox .more a{
		font-size: 16px;
	}
	/*品牌理念*/
	.idea .txtbox .t1{
		font-size: 36px;
	}
	.idea .txtbox .t2{
		font-size: 24px;
	}
	.idea .txtbox .t3{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.btn a, .btn span{
		font-size: 16px;
	}
	/*发展轨迹*/
	.i-develop{
		padding: 6% 0;
	}
	.i-develop .box .title .t1{
		font-size: 32px;
	}
	.i-develop .box .title .t2{
		font-size: 18px;
	}
	.i-develop .box .content ul li:last-child{
		margin-bottom: 0;
	}
	.i-develop .box .content ul li i{
		width: 12px;
		height: 12px;
	}
	.i-develop .box .content ul li .t1{
		font-size: 24px;
	}
	.i-develop .box .content ul li .t2{
		font-size: 16px;
	}
	/*定制服务*/
	.custom-service{
		padding: 6% 0;
	}
	.custom-service .box .txtbox .t1{
		font-size: 32px;
	}
	.custom-service .box .txtbox .t2{
		height: auto;
		margin-bottom: 10%;
	}
	.custom-service .box .txtbox .t2 .txt{
		font-size: 16px;
	}
	/*关于我们*/
	.about{
		padding: 7% 0;
	}
	.about-title{
		margin-bottom: 15px;
	}
	.about .box .txtbox .words{
		margin-bottom: 25px;
	}
	.product-explain{
		margin-top: 50px;
	}
	.product-explain ul li .txtbox{
		padding: 0 10%;
	}
	.product-explain ul li .icon img{
		height: 60px;
	}
	.promise .product-explain ul li .icon{
		width: 22%;
	}
	.product-explain ul li .icon img{
		height: 50px;
	}
	.promise .product-explain ul li .txtbox{
		width: 78%;
	}
	.product-explain ul li .txtbox .t1{
		margin-bottom: 5px;
	}
	.promise .product-explain ul li:hover .icon img{
		-o-transform: translateX(12px);
		-ms-transform: translateX(12px);
		-moz-transform: translateX(12px);
		-webkit-transform: translateX(12px);
		transform: translateX(12px);
	}
	/*荣誉资质*/
	.honor{
		padding: 40px 0px;
	}
	.honor ul{
		padding: 0;
		margin-top: 30px;
	}
	.honor ul li{
		width: -moz-calc((100% - 60px) / 4);
		width: -webkit-calc((100% - 60px) / 4);
		width: calc((100% - 60px) / 4);
		text-align: center;
		margin-bottom: 3.6%;
	}
	.honor ul li:nth-child(5n){
		margin-right: 20px;
	}
	.honor ul li:nth-child(4n){
		margin-right: 0;
	}
	/*品牌中心*/
	.brand{
		padding: 60px 0px;
	}
	.brand .box{
		font-size: 18px;
	}
	.brand .box .title{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.brand .box .boxli{
		margin-bottom: 30px;
	}
	/*联系我们*/
	.contact{
	}
	.contact-information{
		margin-top: 0;
	}
	.contact-information ul.other{
		margin-top: 40px;
	}
	.contact-information ul.other li:first-child{
		width: 100%;
	}
	.contact-information ul.other li{
		width: 50%;
		margin-bottom: 30px;
	}
	.contact-information ul.other li:first-child i{
		background: none;
	}
	.contact-information ul.other li .txtbox{
		padding-right: 10px;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.contact-information ul.other li .t1{
		margin-bottom: 20px;
	}
	.qrcode{
		right: 30px;
	}
	/**/
	.contact{
		padding: 0 0 40px;
	}
	.contact-information .content{
	}
	.contact-title .t1{
		font-size: 28px;
		margin-bottom: 12px;
	}
	.contact-title .t2{
	}
	.contact-information .content .arrive{
		width: 100%;
		padding: 4% 3.5% 0%;
	}
	.contact-information .content .arrive ul li .text .t1{
		font-size: 16px;
		margin-top: 3px;
	}
	.contact-information .content .arrive ul li .text .t2{
		line-height: 1.7;
	}
	/*预约咨询*/
	.contact-information .content .consulting{
		width: 100%;
		padding: 4% 3.5% 0%;
		margin-top: 40px;
	}
	.contact-information .content .zixun .divli .btn-li{
		width: 100%;
	}
	.contact-information .content .zixun .divli .submit-btn{
		margin: 0 auto;
	}
	.contact-information .content .zixun .divli .submit-btn input{
		font-size: 18px;
	}
	.contact-information .content .zixun .divli .submit-btn input{
		font-size: 16px;
	}
	/*新闻中心*/
	.news{
		padding: 0 0 60px;
	}
	.news .box{
		margin-top: 4%;
		padding: 30px 0px 20px;
	}
	.news .box ul{
		padding: 0 3%;
	}
	.news .box ul.special li{
		padding-bottom: 20px;
	}
	.news .box ul li .t1{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.news .box ul li .t3{
		font-size: 15px;
	}
	.news .box ul.special li .t3{
		margin-bottom: 30px;
		font-size: 15px;
	}
	.new-details{
		padding: 0 3%;
	}
	.new-details .return, .new-details .title{
		margin-bottom: 30px;
	}
	.new-details .title .t1{
		font-size: 26px;
	}
	.new-details .content{
		font-size: 15px;
	}
	/*产品中心*/
	.product{
		padding: 60px 0px 40px;
	}
	.product .box ul li .tag{
		font-size: 18px;
	}
	.product .box ul li{
		margin-bottom: 5%;
		padding: 5% 3.5%;
	}
	.product .box ul.other li{
		width: 47.5%;
		margin-right: 5%;
	}
	.product .box ul.new-arrival li{
		padding: 28px 30px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 28px;
	}
	.product .box ul li .txtbox .t2{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.product .box ul.new-arrival li .txtbox .t1{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.product .box ul.new-arrival li .txtbox .t2{
		font-size: 20px;
		margin-bottom: 50px;
	}
	.product .box ul li .txtbox .t3{
		font-size: 20px;
	}

}
@media screen and (max-width: 768px){
	.header .menubtn{
		height: 65px;
		background-size: 70%;
	}
	.header.white .menubtn, .header.fixed .menubtn, .header .menubtn.on, .header.white .menubtn.on, .header.fixed .menubtn.on{
		background-size: 70%;
	}
	.header .box .h-logo{
		line-height: 65px;
	}
	.header .box .h-logo img{
		width: 160px;
	}
	.header .language{
		height: 65px;
		line-height: 65px;
	}
	.header .language .top img, .header .language .drop-down a img{
		width: 30px;
		height: auto;
	}
	.header .language .drop-down{
		top: 48px;
	}
	.header .m-menu{
		top: 65px;
		height: -moz-calc(100% - 65px);
	    height: -webkit-calc(100% - 65px);
	    height: calc(100% - 65px);
	}
	.m-menu .first>li>a, .m-menu .first .first-title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.m-menu .first .second-title{
		font-size: 22px;
	}
	.m-menu .third li a{
		font-size: 18px;
	}
	/*.sidebar*/
	.sidebar{
		width: 50px !important;
		transform: none !important;
	}
	.sidebar ul li{
		display: none;
	}
	.sidebar ul li.istopdiv{
		width:50px !important;
		height: 50px;
		line-height: 50px;
		display: block;
		border-radius: 0;
	}
	.sidebar ul li .istop{
		width:50px !important;
		height: 50px;
		line-height: 50px;
	}
	.sidebar ul li .secondary{
		display: none;
	}
	/*footer*/
	.footer{
		padding: 40px 0px 20px;
	}
	.footer .box .title .t1{
		font-size: 28px;
	}
	.footer .box .title .t2{
    	font-size: 18px;
	}
	.footer .box .footer-nav{
		margin-top: 20px;
	}
	.footer-share, .footer-infor{
		margin-top: 12px;
	}
	.footer .box .footer-nav ul li{
		margin-right: 30px;
	}
	/*banner*/
	.obanner .bannerzi .box1 .t1, .obanner .bannerzi .box2 .t1{
		font-size: 30px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 28px;
		margin-bottom: 15px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 15px;
	}
	/*index product*/
	.i-product{
		padding: 5% 0;
	}
	.i-product .box{
		padding-bottom: 45px;
	}
	.i-product .box .boxli .imgbox{
		width: 100%;
	}
	.i-product .box .boxli .txtbox{
		width: 100%;
		margin-top: 3.5%;
		padding: 0 3.5%;
	}
	.i-product .box .boxli .txtbox .t1{
		font-size: 24px;
	}
	.i-product .box .boxli .txtbox .t2{
		padding-bottom: 8%;
	}
	.i-product .box .boxli .txtbox .t2 .txt{
		font-size: 16px;
	}
	.i-product .box .boxli .txtbox .more a{
		font-size: 15px;
	}
	/*品牌理念*/
	.idea{
		background: url(../image/img8.png) center no-repeat;
		background-size: cover;
		padding: 10% 0;
	}
	.idea .imgbox{
		display: none;
	}
	.idea .txtbox{
		position: static;
		transform: none;
	}
	.idea .txtbox .t1{
		font-size: 32px;
	}
	.idea .txtbox .t2{
		font-size: 20px;
	}
	.idea .txtbox .t3{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.btn a, .btn span{
		font-size: 15px;
	}
	/*发展轨迹*/
	.i-develop{
		padding: 5% 0;
	}
	.i-develop .box .title .t1{
		font-size: 28px;
	}
	.i-develop .box .title .t2{
		font-size: 16px;
	}
	.i-develop .box .content ul li{
		margin-bottom: 25px;
	}
	.i-develop .box .content ul li i{
		top: 9px;
	}
	.i-develop .box .content ul li .t1{
		font-size: 22px;
	}
	.i-develop .box .content ul li .t2{
		font-size: 15px;
	}
	/*定制服务*/
	.custom-service{
		padding: 5% 0;
	}
	.custom-service .box .imgbox{
		width: 100%;
	}
	.custom-service .box .txtbox{
		width: 100%;
		margin-top: 3.5%;
		padding: 0 3.5%;
	}
	.custom-service .box .txtbox .t1{
		font-size: 28px;
	}
	.custom-service .box .txtbox .t2{
		margin-bottom: 6%;
	}
	.custom-service .box .txtbox .t2 .txt{
		font-size: 16px;
	}
	/*关于我们*/
	.about{
		padding: 6% 0;
	}
	.about .box .imgbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.about .box .txtbox{
		width: 100%;
		padding-right: 0;
	}
	.product-explain{
		margin-top: 40px;
	}
	.product-explain ul li .txtbox{
		margin-top: 15px;
	}
	.product-explain ul li .txtbox .t1{
		font-size: 15px;
	}
	.product-explain ul li .txtbox .t2{
		font-size: 14px;
	}
	.product-explain ul li .icon img{
		height: 50px;
	}
	.promise .product-explain ul li .icon{
		width: 90px;
	}
	.product-explain ul li .icon img{
		height: 50px;
	}
	.promise .product-explain ul li .txtbox{
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.product-explain ul li .txtbox .t1{
		margin-bottom: 5px;
	}
	/*荣誉资质*/
	.honor{
		padding: 30px 0px;
	}
	.honor ul{
		padding: 0;
		margin-top: 25px;
	}
	.honor ul li{
		width: 33.33%;
		width: -moz-calc(100% / 3);
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
		margin-right: 0;
		padding: 0 10px;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.honor ul li:nth-child(5n){
		margin-right: 0;
	}
	/*品牌中心*/
	.brand{
		padding: 50px 0px;
	}
	.brand .box{
		font-size: 14px;
	}
	.brand .box .title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.brand .box .boxli{
		margin-bottom: 15px;
	}
	/*联系我们*/
	.contact-information ul.other li .t1{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.contact-information ul.other li .txtli{
		font-size: 15px;
	}
	.qrcode{
		right: 20px;
	}
	/**/
	.contact-information .content, .contact-information ul.other{
		margin-top: 30px;
	}
	.contact-title .t1{
		font-size: 24px;
	}
	.contact-title .t2{
		font-size: 15px;
	}
	.contact-information .content .consulting{
		margin-top: 30px;
	}
	.contact-information .content .arrive ul li{
		margin-bottom: 25px;
	}
	.contact-information .content .arrive ul li .text .t1{
		/*font-size: 15px;*/
		margin-bottom: 10px;
	}
	/*.contact-information .content .arrive ul li .text .t2{
		font-size: 15px;
	}*/
	.contact-information .content .zixun .divli{
		margin-bottom: 30px;
	}
	.contact-information .content .zixun .divli .submit-btn input{
		font-size: 15px;
	}
	/*新闻中心*/
	.news{
		padding: 0 0 40px;
	}
	.news .box{
		padding: 20px 0px;
	}
	.news .box ul li{
		margin-bottom: 10px;
		padding: 10px 0px;
		width: 48%;
		margin-right: 4%;
	}
	.news .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.news .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.news .box ul.special li .imgbox{
		width: 100%;
	}
	.news .box ul.special li .txtbox{
		width: 100%;
		padding-left: 0;
		margin-top: 4%;
	}
	.news .box ul li .t1{
		font-size: 16px;
	}
	.news .box ul li .t2{
		margin-bottom: 8px;
	}
	.news .box ul li .t3{
		font-size: 14px;
	}
	.news .box ul.special li .t3{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.news .btn a, .news .btn span{
		min-width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.new-details .return, .new-details .title{
		margin-bottom: 20px;
	}
	.new-details .return a{
		font-size: 15px;
	}
	.new-details .title .t1{
		font-size: 22px;
	}
	.new-details .content{
		font-size: 14px;
	}
	/*产品中心*/
	.product{
		padding: 50px 0px 30px;
	}
	.product .box ul li .tag{
		width: 120px;
		font-size: 16px;
	}
	.product .box ul li{
		margin-bottom: 4%;
	}
	.product .box ul.other li{
		width: 48%;
		margin-right: 4%;
	}
	.product .box ul.new-arrival li{
		padding: 20px 20px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 24px;
	}
	.product .box ul li .txtbox .t2{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.product .box ul.new-arrival li .txtbox .t1{
		font-size: 28px;
		margin-bottom: 15px;
	}
	.product .box ul.new-arrival li .txtbox .t2{
		font-size: 18px;
		margin-bottom: 40px;
	}
	.product .box ul li .txtbox .t3{
		font-size: 18px;
	}
}
@media screen and (max-width: 640px){
	/*banner*/
	.obanner .bannerzi .box1 .t1, .obanner .bannerzi .box2 .t1{
		font-size: 26px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 14px;
	}
	/*关于我们*/
	.about{
		padding: 5% 0;
	}
	.about .box .imgbox{
		margin-bottom: 20px;
	}
	.product-explain{
		margin-top: 30px;
	}
	.product-explain ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	.product-explain ul li:last-child{
		margin-bottom: 15px;
	}
	.promise .product-explain ul li .icon{
		width: 70px;
	}
	.promise .product-explain ul li .icon img{
		height: 40px;
	}
	.promise .product-explain ul li .txtbox{
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
	}
	.product-explain ul li .txtbox .t1{
		margin-bottom: 5px;
	}
	/*品牌中心*/
	.brand{
		padding: 40px 0px;
	}
	.brand .box .title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.brand .box .boxli{
		margin-bottom: 10px;
	}
	/*联系我们*/
	.contact-information ul.other{
		padding: 30px 0px;
	}
	.contact-information .content, .contact-information ul.other{
		margin-top: 20px;
	}
	.contact-information ul.other li{
		width: 100%;
	}
	.contact-information ul.other li:last-child{
		margin-bottom: 0;
	}
	.contact-information ul.other li i{
		background: none;
	}
	.contact-information ul.other li .t1{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.contact-information ul.other li .txtli{
		font-size: 14px;
	}
	/**/
	.contact-information .content .arrive{
		padding: 6% 3.5%;
	}
	.contact-information .content .arrive ul li{
		margin-bottom: 20px;
	}
	.contact-information .content .arrive ul li .icon{
		width: 32px;
	}
	.contact-information .content .arrive ul li .icon img{
		width: 24px;
		height: 24px;
	}
	.contact-information .content .arrive ul li .text .t1{
		font-size: 15px;
		margin-bottom: 5px;
	}
	/*.contact-information .content .arrive ul li .text .t2{
		font-size: 14px;
	}*/
	.contact-title .t1{
		font-size: 22px;
	}
	.contact-title .t2{
		font-size: 14px
	}
	.contact-information .content .consulting{
		margin-top: 20px;
		padding: 6% 3.5%;
	}
	.contact-information .content .zixun .divli .half{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contact-information .content .zixun .divli .half{
		width: 100%;
	}
	.contact-information .content .zixun .divli .sp{
		font-size: 15px;
		width: 90px;
		line-height: 44px;
		text-align: right;
	}
	.contact-information .content .zixun .divli .must .sp, .contact-information .content .zixun .divli.textarea-div .sp{
		width: 90px;
	}
	.contact-information .content .zixun .divli .input-li{
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.contact-information .content .zixun .divli .must .input-li, .contact-information .content .zixun .divli.textarea-div .input-li{
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.contact-information .content .zixun .divli{
		margin-bottom: 0;
	}
	.contact-information .content .zixun .divli .input-li input{
		height: 42px;
		line-height: 42px;
	}
	.contact-information .content .zixun .divli .btn-li{
		margin-top: 30px;
	}
	.contact-information .content .zixun .divli .submit-btn{
		width: 200px;
	}
	/*新闻中心*/
	.news{
		padding: 0 0 30px;
	}
	.news .box{
		padding: 20px 0px;
	}
	.news .box ul li{
		width: 100%;
		margin-right: 0;
	}
	.news .box ul.special li{
		padding-bottom: 10px;
	}
	.new-details .return, .new-details .title{
		margin-bottom: 15px;
	}
	.new-details .return a{
		font-size: 14px;
	}
	.new-details .title .t1{
		font-size: 18px;
	}
	/*产品中心*/
	.product{
		padding: 40px 0px 20px;
	}
	.product .box ul li .tag{
		font-size: 14px;
	}
	.product .box ul li{
		width: 100%;
	}
	.product .box ul.other li{
		width: 100%;
		margin-right: 0;
	}
	.product .box ul.new-arrival li{
		padding: 5% 3.5%;
	}
	.product .box ul li .imgbox{
		margin-bottom: 20px;
	}
	.product .box ul.new-arrival li .imgbox{
		width: 100%;
		margin-bottom: 20px;
	}
	.product .box ul.new-arrival li .txtbox{
		position: static;
		transform: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 20px;
	}
	.product .box ul li .txtbox .t2{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.product .box ul.new-arrival li .txtbox .t1{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.product .box ul.new-arrival li .txtbox .t2{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.product .box ul li .txtbox .t3{
		font-size: 16px;
	}
}
@media screen and (max-width: 414px){
	.header .menubtn{
		height: 50px;
		background-size: 55%;
	}
	.header.white .menubtn, .header.fixed .menubtn, .header .menubtn.on, .header.white .menubtn.on, .header.fixed .menubtn.on{
		background-size: 55%;
	}
	.header .box .h-logo{
		line-height: 50px;
	}
	.header .box .h-logo img{
		width: 140px;
	}
	.header .language{
		height: 50px;
		line-height: 50px;
	}
	.header .language .top img, .header .language .drop-down a img{
		width: 26px;
		height: auto;
	}
	.header .language .drop-down{
		top: 35px;
		width: 110px;
		right: -18px;
		left: auto;
		transform: none;
	}
	.header .language .drop-down ul{
		padding: 10px 10px 2px;
	}
	.header .language .drop-down ul::before{
		left: auto;
		transform: none;
		right: 30px;
	}
	.header .language .drop-down ul li{
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.header .m-menu{
		top: 50px;
		height: -moz-calc(100% - 50px);
	    height: -webkit-calc(100% - 50px);
	    height: calc(100% - 50px);
	}
	.m-menu .first>li>a, .m-menu .first .first-title{
		font-size: 22px;
    	margin-bottom: 15px;
	}
	.m-menu .first .second-title{
		font-size: 18px;
		margin-bottom: 12px;
	}
	.m-menu .third li a{
		font-size: 16px;
		margin-bottom: 10px;
	}
	/*footer*/
	.footer{
		padding: 30px 0px 20px;
	}
	.footer .box .title .t1{
		font-size: 24px;
	}
	.footer .box .title .t2{
    	font-size: 16px;
	}
	.footer .box .footer-nav{
		margin-top: 10px;
	}
	.footer .box .footer-nav>ul>li{
		display: inline-block;
		float: none;
		margin-bottom: 10px;
		margin-right: 16px;
	}
	.footer .box .footer-language{
		padding: 5px;
	}
	.footer-share{
		margin-top: 0;
	}
	/*banner*/
	.lunbotu .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.lunbotu.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 6px;
	}
	.obanner .bannerzi .box1 .t1, .obanner .bannerzi .box2 .t1{
		font-size: 22px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 22px;
	}
	/*index product*/
	.i-product{
		padding: 6% 0 7%;
	}
	.i-product .box{
		padding-bottom: 40px;
	}
	.i-product .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 6px;
	}
	.i-product .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.i-product .box .boxli .txtbox .t1{
		font-size: 20px;
	}
	.i-product .box .boxli .txtbox .t2 .txt{
		font-size: 14px;
	}
	.i-product .box .boxli .txtbox .more a, .btn a, .btn span{
		min-width: 120px;
		height: 36px;
		line-height: 36px;
	}
	/*品牌理念*/
	.idea {
		padding: 15% 0;
	}
	.idea .txtbox .t1{
		font-size: 20px;
		letter-spacing: 20px;
	}
	.idea .txtbox .t2{
		font-size: 16px;
		letter-spacing: 20px;
		margin-bottom: 5%;
	}
	.idea .txtbox .t3{
		font-size: 14px;
	}
	/*发展轨迹*/
	.i-develop{
		padding: 6% 0;
	}
	.i-develop .box .title .t1{
		font-size: 22px;
	}
	.i-develop .box .title .t2{
		font-size: 15px;
	}
	.i-develop .box .content ul li{
		margin-bottom: 20px;
	}
	.i-develop .box .content ul li i{
		top: 8px;
		width: 9px;
    	height: 9px;
	}
	.i-develop .box .content ul li .t1{
		font-size: 20px;
	}
	.i-develop .box .content ul li .t2{
		font-size: 14px;
	}
	/*定制服务*/
	.custom-service{
		padding: 6% 0 8%;
	}
	.custom-service .box .txtbox .t1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.custom-service .box .txtbox .t2{
		margin-bottom: 8%;
	}
	.custom-service .box .txtbox .t2 .txt{
		font-size: 14px;
	}
	/*关于我们*/
	/*资质荣誉*/
	.honor{
		padding: 20px 0px;
	}
	.honor ul li{
		width:48%;
		margin-right: 4%;
		margin-bottom: 4%;
		padding: 0;
	}
	.honor ul li:nth-child(5n){
		margin-right: 4%;
	}
	.honor ul li:nth-child(2n){
		margin-right: 0;
	}
	/*品牌中心*/
	.brand{
		padding: 30px 0px;
	}
	.brand .box .title{
		font-size: 20px;
	}
	/*联系我们*/
	.contact-information ul.other li .t1{
		font-size: 15px;
	}
	/**/
	.contact-information .content{
		margin-top: 30px;
	}
	.contact-information .content .arrive ul{
		margin-top: 25px;
	}
	.contact-title .t1{
		font-size: 20px;
	}
	/**/
	.contact-information .content .zixun .divli .sp{
		line-height: 42px;
		font-size: 14px;
	}
	.contact-information .content .zixun .divli .input-li input{
		height: 40px;
		line-height: 40px;
	}
	.contact-information .content .zixun .divli .submit-btn{
		width: 150px;
	}
	/*产品中心*/
	.product .box ul.new-arrival li .txtbox .t1{
		font-size: 20px;
	}
	.product .box ul.new-arrival li .txtbox .t2{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.product .box ul li, .product .box ul.new-arrival li{
		padding: 4% 3.5%;
	}
	.product .box ul li .txtbox .t3{
		font-size: 15px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 18px;
	}
	.product .box ul li .txtbox .t2{
		font-size: 14px;
	}
}

/*2020.8.24*/
.product-title{
	overflow: hidden;
	margin-bottom: 40px;
}
.product-title .left{
	float: left;
	width: 22%;
	font-size: 20px;
	color: #2A2A2A;
}
.product-title .right{
	float: right;
	width: 78%;
	overflow: hidden;
	text-align: right;
}
.product-title .right ul{
	display: inline-block;
}
.product-title .right ul li{
	float: left;
	background: none;
	margin-bottom: 0;
	padding: 0;
	margin-right: 25px;
	text-align: center;
}
.product-title .right ul li:last-child{
	margin-right: 0;
}
.product-title .right ul li a{
	width: auto;
	min-width: 64px;
	color: #999999;
	font-size: 16px;
	padding: 0 10px;
	line-height: 30px;
	border-radius: 15px;
	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;
}
.product-title .right ul li a:hover, .product-title .right ul li.on a{
	background-color: #FFFFFF;
	color: #F66201;
}
@media screen and (max-width: 1024px){
	.product-title{
		margin-top: 10px;
		margin-bottom: 0;
	}
	.product-title .left{
		width: 100%
	}
	.product-title .right{
		width: 100%;
		margin: 30px auto;
	}
	.product-title .right ul{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		text-align: center;
	}
	.product-title .right ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.product-title .right ul::-webkit-scrollbar-button{
		background-color:rgba(0,0,0,0);
	}
	.product-title .right ul::-webkit-scrollbar-track{
		background-color:rgba(0,0,0,0);
	}
	.product-title .right ul::-webkit-scrollbar-track-piece{
		background-color:rgba(0,0,0,0);
	}
	.product-title .right ul::-webkit-scrollbar-thumb{
		background-color:rgba(0,0,0,0);
	}
	.product-title .right ul::-webkit-scrollbar-corner{
		background-color:rgba(0,0,0,0);
	}
	.product-title .right ul::-webkit-scrollbar-resizer{
		background-color:rgba(0,0,0,0);
	}
	.product-title .right ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.product-title .right ul li{
		float: none;
		display: inline-block;
		margin-right: 15px;
	}
}
@media screen and (max-width: 768px){
	.product-title .right{
		margin: 20px auto;
	}
}
@media screen and (max-width: 640px){
	.product-title .right{
		margin: 15px auto;
	}
	.product-title .right ul li{
		width: auto;
	}
	.product-title .right ul li a{
		font-size: 15px;
	}
}