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:"Calibri", "Microsoft YaHei","PingFang SC" , "STHeiti", "宋体", "arial";
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea {
    font-family: "Calibri", "Microsoft YaHei", "STHeiti", "宋体", "arial", Verdana;
    padding: 0;
}
@font-face {
    font-family: 'Calibri';
    src: url(../font/Calibri/calibri_1.ttf);
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Calibri","Microsoft YaHei", "STHeiti", "宋体", "arial";
    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: 1400px;
	width: 100%;
	margin: auto;
}

/*header*/
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: rgba(245,245,245,.2) solid 1px;
	z-index: 99;
	/*background: rgba(0,0,0,.3);*/
}
.header.fixed, .header.white.fixed{
	position: fixed;
	background-color: #ffffff;
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);
}
.header.white{
	position: static;
	background-color: #ffffff;
	border-bottom: #eeeeee solid 1px;
}
.header .box{
}
.header .box .h-logo{
	float: left;
	display: inline-block;
	line-height: 78px;
	height: 78px;
}
.header .box .h-logo img{
	width: auto;
	height: 35px;
}
.header .box .nav{
	float: right;
}
.header .box .nav>ul{
	float: left;
}
.header .box .nav>ul>li{
	position: relative;
	display: inline-block;
}
.header .box .nav>ul>li>a{
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 78px;
	height: 78px;
	margin: 0px 13px;
	padding: 0px 12px;
}
.header.white .box .nav>ul>li>a, .header.fixed .box .nav>ul>li>a{
	color: #333333;
}
.header .box .nav>ul>li>a:hover,
.header.white .box .nav>ul>li>a:hover,
.header.fixed .box .nav>ul>li>a:hover,
.header .box .nav>ul>li.on>a,
.header.white .box .nav>ul>li.on>a,
.header.fixed .box .nav>ul>li.on>a{
	color: #e45900; font-weight:bold;
}
.products-nav{
	display: none;
	position: absolute;
	left: 50%; background:rgba(255,255,255,0.9);     box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	top: 78px;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
	z-index: 100; width:200px;
}
.products-nav ul{
	display: inline-block;
	margin-top: 0px;
}
.products-nav ul li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.products-nav ul li a{ text-align:center; padding:8px 0px; border-bottom:1px solid #eee; width:200px;}
.products-nav ul li a:first-child{ padding-top:13px;}
.products-nav ul li .title{
	position: relative;
}
.products-nav ul li .title i{
	display: block;
	width: 100px;
	height: 1px;
	background-color: #e5e5e5;
	margin-bottom: 10px;
}
.products-nav ul li .title a{
	color: #333333;
	font-size: 20px;
	line-height: 2.3;
}
.products-nav ul li>a{
	color: #777777;
	font-size: 14px;
	line-height: 2;
	display: block;
}
.products-nav ul li a:hover,.products-nav ul li .on{
	color: #e45900; background:rgba(0,0,0,0.02);
}
.m-nav .first>li .on{color: #e45900;}
.header-search {
    width: 28px;
    height:35px;
    margin-top:23px;
    margin-left: 85px;
    float:left;
    position:relative;
    overflow:hidden;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.header-search-bg{
    width: 28px;
    height:35px;
    background:url(../search.png) right center no-repeat;
    background-size: 28px 27px;
    position:absolute;
    right:0;
}
.header.white .header-search-bg, .header.fixed .header-search-bg{
	background:url(../search1.png) right center no-repeat;
}
.header-search2{
    width:220px;
    height:35px;
}

.header-search-box2 {
    right:0!important;
}
.header-search-box {
    position:absolute;
    right:-220px;
    width:220px;
    height:35px;
    top:0;
    background:#FFFFFF;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.header.white .header-search-box{
	background:#f5f5f5;
}
.header-search-txt {
    width:176px;
    height:35px;
    line-height:35px;
    border:none;
    float:left;
    padding-left:10px;
    color:#333;
    background:none;
    outline: none;
    box-sizing:border-box;
    font-size:12px;
}
.header-search-txt::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #666;
}
.header-search-txt:-moz-placeholder, textarea:-moz-placeholder {
	color: #666;
}
.header-search-txt::-moz-placeholder, textarea::-moz-placeholder {
	color: #666;
}
.header-search-txt:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #666;
}
.header-search-button {
    width: 44px;
    height: 35px;
    float: left;
    cursor: pointer;
    border: none;
    background: url(../search1.png) center center no-repeat;
}
.head_back{
	display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    width: 100%;
    height: 246px;
    background: #f5f5f5;
    z-index: 99;
}
/*m-nav*/
.m-nav{
	display: none;
	position: fixed;
    right: 0;
    top: 79px;
    width: 100%;
    height: -moz-calc(100% - 79px);
    height: -webkit-calc(100% - 79px);
    height: calc(100% - 79px);
    background: #fff;
    padding: 20px 0px;
    display: none;
    z-index: 98;
    overflow: auto;
}
.m-nav .first{
	padding: 0 3%;
}
.m-nav .second, .m-nav .third{
    display: none;
    padding: 0 3%;
}
.m-nav .first>li>a, .m-nav .first .first-title{
	color: #333333;
    font-size: 20px;
    line-height: 2.2;
}
.m-nav .first>li, .m-nav .first .second>li{
    margin-bottom: 10px;
}
.m-nav .first .second-title{
	color: #333333;
    font-size: 16px;
    line-height: 1.8;
}
.m-nav .third li a{
	color: #666666;
    font-size: 16px;
    line-height: 1.8;
}
.menubtn{
	display: none;
}
/*footer*/
.footer{
	padding: 70px 0px;
	background-color: #464646;
	font-family: 'Calibri';
}
.footer .copyright{
	float: left;
	width: 31%;
	overflow: hidden;
	text-align: left;
}
.footer .copyright .logo{
	display: block;
	margin-bottom: 15px;
}
.footer .copyright .t1{
	max-width: 270px;
	width: 100%;
	color: #9f9f9f;
	font-size: 16px;
	margin-bottom: 25px;
}
.footer .copyright .t2{
	max-width: 270px;
	width: 100%;
	display: block;
	font-size: 16px;
	color: #6c6b6b;
}
.footer .copyright .t2:hover{
	color: #f5f5f5;
}
.footer .navigation{
	float: left;
	width: 16%;
	text-align: left;
}
.footer .footer-li{
	position: relative;
	padding-left: 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;
}
.footer .footer-li i{
	position: absolute;
	left: 0px;
	top: 6%;
	width: 16px;
	height: 12px;
	background: url(../img5.png) center no-repeat;
}
.footer .footer-li .title{
	color: #e0e0e0;
	font-size: 20px;
	line-height: 1.8;
}
.footer .navigation a{
	display: block;
	color: #9f9f9f;
	font-size: 16px;
	line-height: 1.8;
}
.footer .navigation a:hover{
	color: #e45900;
}
.footer .ft-contact{
	float: left;
	width: 35%;
	text-align: left;
}
.footer .ft-contact .txt{
	max-width: 250px;
	width: 100%;
	color: #9f9f9f;
	font-size: 16px;
	line-height: 1.8;
	word-break: break-word;
}
.footer .share{
	float: left;
	width: 17.8%;
	overflow: hidden;
}
.footer .share ul li a{
	display: inline-block;
	width: 100%;
	color: #9f9f9f;
	font-size: 16px;
	line-height: 2;
}
.footer .share ul li a .icon{
	display: inline-block;
	margin-right: 10px;
}
.footer .share ul li a .icon .fticon2{
	display: none;
}
.footer .share ul li a .icon .fticon1{
	display: inline-block;
}
.footer .share ul li:hover a .icon .fticon1{
	display: none;
}
.footer .share ul li:hover a .icon .fticon2{
	display: inline-block;
}
.footer .share ul li:hover a{
	color: #FFFFFF;
}
/*侧边栏*/
.sidebar{
	position: fixed;
	bottom: 30%;
    right: 1.8%;
    z-index: 99;
}
.sidebar ul li{
	position: relative;
	width: 50px;
	border-radius: 2px;
	background-color: #575757;
	text-align: center;
	margin-bottom: 5px;
}
.sidebar ul li a{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 50px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 20px;
	background-color: #f5f5f5;
	white-space: nowrap;
	text-align: left;
	transition: all 0.4s;
}
.sidebar ul li:hover .secondary{
	display: block;
}
.sidebar ul li .phone .t1{
	color: #333333;
	font-size: 20px;
	margin-bottom: 15px;
}
.sidebar ul li .phone .t2{
	color: #666666;
	font-size: 18px;
}
.sidebar ul li .istop{
	width: 100%;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
/*轮播*/
.lunbotu{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide a{
	display: inline-block;
	width: 100%;
}
.lunbotu .swiper-slide a>img{
	width: 100%;
}
.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 .t1{
	color: #555;
	font-size: 60px;
	font-weight: bold;
	font-family: arial;
	letter-spacing: 4px;
}
.i-banner .t2{
	max-width: 690px;
	width: 100%;
	color: #555;
	font-size: 25px;
	line-height: 1.6;
	font-family: 'Calibri';
}
.i-banner .icon{
	text-align: left;
	margin: 30px auto;
}
.oimg2{
	display: none;
}
.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 47px;
    height: 80px;
    margin-top: 0;
    z-index: 10;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -moz-background-size: 47px 80px;
    -webkit-background-size: 47px 80px;
    background-size: 47px 80px;
    background-position: center;
    background-repeat: no-repeat;
}
.lunbotu .swiper-button-next, .lunbotu .swiper-container-rtl .swiper-button-prev {
    background-image: url(../iconnext1.png);
    right: 0;
    left: auto;
}
.lunbotu .swiper-button-prev, .lunbotu .swiper-container-rtl .swiper-button-next {
    background-image: url(../iconprev1.png);
    left: 0;
    right: auto;
}
.lunbotu .swiper-button-next:hover, .lunbotu .swiper-container-rtl .swiper-button-prev{
    background-image: url(../iconnext2.png);
}
.lunbotu .swiper-button-prev:hover, .lunbotu .swiper-container-rtl .swiper-button-next {
    background-image: url(../iconprev2.png);
    left: 0;
    right: auto;
}
.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, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction {
    bottom: 6%;
    left: 0;
    width: 100%;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px 5px 0px;
}
.lunbotu .swiper-pagination-bullet {
	position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
}
.lunbotu .swiper-pagination-bullet::before{
	content: '';
	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: 6px;
	height: 6px;
	background-color: #ffffff;
	border-radius: 50%;
}
.lunbotu .swiper-pagination-bullet-active{
	position: relative;
    opacity: 1;
    background: transparent;
}
.lunbotu .swiper-pagination-bullet-active::before{
	content: '';
	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: 3px;
	height: 3px;
	background-color: #f5f5f5;
	border-radius: 50%;
}
.lunbotu .swiper-pagination-bullet-active::after{
	content: '';
	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%;
	height: 100%;
	border-radius: 50%;
	border: #f5f5f5 solid 1px;
}
/*Make Your Project Differen*/
.differen-project{
}
.differen-project .imgbox , .differen-project .txtbox{
	float: left;
	width: 50%;
}
.differen-project .imgbox{
	position: relative;
}

.differen-project .imgbox .imgbg{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.differen-project .imgbox .imgbg i{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}
.differen-project .imgbox .imgbg img{
	width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.differen-project .imgbox .content{
	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%;
	text-align: center;
	z-index: 2;
}
.differen-project .imgbox .content .cont{
	width: 77%;
	margin: 0 auto;
	text-align: left;
}
.differen-project .imgbox .content .t1{
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 40px;
}
.differen-project .imgbox .content .t2{
	color: #ffffff;
	font-size: 24px;
	font-family: "Calibri light";
	line-height: 1.5;
	margin-bottom: 65px;
}
@font-face {
    font-family: 'Calibri-Light.otf';
    src: url(../font/Calibri/Calibri-Light.otf);
}
.btn{
}
.btn a{
	position: relative;
	width: 140px;
	height: 40px;
	line-height: 38px;
	border: #e45900 solid 1px;
	background-color: #e45900;
	color: #ffffff;
	font-size: 16px;
	font-family: "Calibri light";
	text-align: center;
	margin-right: 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;
}
.btn a i{
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 2px;
	border-bottom: #FFFFFF solid 1px;
}
.i-about .btn a{
	background: none;
}
.i-about .btn a i{
	border-bottom: #e45900 solid 1px;
}
.i-about .btn a:hover{
	border: #e45900 solid 1px;
	background-color: #e45900;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.i-about .btn a:hover i{
	border-bottom: #FFFFFF solid 1px;
}
.differen-project .txtbox ul li{
	display: table;
	width: 100%;
	position: relative;
	padding-left: 5px;
	border-bottom: #d2d2d2 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;
}
.differen-project .txtbox ul li:last-child{
	border: none;
}
.differen-project .txtbox ul li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 0;
	background-color: #e45900;
	transition: all 0.4s;
}
.differen-project .txtbox ul li:hover i{
	height: 100%;
}
.differen-project .txtbox ul li .cont{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.differen-project .txtbox ul li .icon{
	float: left;
	width: 14.7%;
	overflow: hidden;
	text-align: center;
}
.differen-project .txtbox ul li .icon img{
	margin-top: 25px;
	width: 36px;
	height: 36px;
}
.differen-project .txtbox ul li .txt{
	float: left;
	width: 85.3%;
	overflow: hidden;
}
.differen-project .txtbox ul li .txt .t1{
	color: #333333;
	font-size: 30px;
	line-height: 1.8;
}
.differen-project .txtbox ul li:hover .txt .t1{
	color: #e45900;
}
.differen-project .txtbox ul li .txt .t2{
	color: #666666;
	font-size: 24px;
	line-height: 1.6;
	font-family: "Calibri light";
}
/*标题*/
.i-title{
}
.i-title .left{
	float: left;
}
.i-title .right{
	float: right;
	margin-right: 11.4%;
}
.i-title .title-h{
	color: #464646;
	font-size: 50px;
	font-weight: bold;
	font-family: "Calibri Bold";
	text-transform: uppercase;
}
@font-face {
    font-family: 'Calibri Bold';
    src: url(../font/Calibri/calibrib_1.ttf);
}
.i-title.white .title-h{
	color: #ffffff;
}
.i-title .line{
	position: relative;
	display: block;
	width: 100px;
	height: 2px;
	background-color: #e45900;
	margin-top: 30px;
	margin-bottom: 30px;
}
.i-title .line i{
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 30px;
	height: 2px;
	background-color: #e45900;
}
.i-title .more{
	text-align: right;
}
.i-title .more a{
	color: #464646;
	font-size: 16px;
}
.i-title .more a:hover{
	color: #e45900;
}
.i-title .more a img{
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
}
.i-title .title-p{
	width: 536px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.5;
	font-family: "Calibri light";
}
/*Product*/
.i-product{
	padding: 70px 0px;
}
.i-product .box{
	margin-top: 15px;
}
.i-product .box ul li{
	float: left;
	width: -moz-calc((100% - 80px) / 3);
	width: -webkit-calc((100% - 80px) / 3);
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	margin-bottom: 40px;
	border: #dcdcdc 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-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.i-product .box ul li:nth-child(3n){
	margin-right: 0;
}
.i-product .box ul li:hover{
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.i-product .box ul li a{
	display: inline-block;
	width: 100%;
}
.i-product .box ul li .img{
	text-align: center;
	width: 100%;
	border-bottom: #dcdcdc solid 1px;
	overflow: hidden;
	/*height: 300px;*/
}
.i-product .box ul li .img img{
	max-width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.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 .txt{
	padding: 6% 9% 4.8%;
}
.i-product .box ul li .txt .t1{
	color: #777777;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.i-product .box ul li .txt .t2{
	color: #464646;
	font-size: 20px;
	line-height: 1.6;
	height: 64px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-product .box ul li .txt .more{
	width: 128px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	color: #464646;
	font-size: 16px;
	border: #e4e4e4 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;
}
.i-product .box ul li:hover .txt .more{
	border: #e45900 solid 1px;
	background: #e45900;
	color: #ffffff;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
/*Advantage*/
.i-advantage{
	padding: 15px 0px 70px;
}
.i-advantage .box{
	position: relative;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}
.i-advantage .content{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}
.i-advantage .content .swiper-slide .txtbox{
	width: 100%;
}
.i-advantage .content .swiper-slide .txtbox .circle{
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	border: #ffffff dashed 0px;
	border-radius: 20px; padding:15px 0;
	margin: 0 auto 15px;
	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;
}
.i-advantage .content .swiper-slide .txtbox:hover .circle{
	border: #e45900 dashed 0px;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.i-advantage .content .swiper-slide .txtbox .circle .sp{
	position: absolute;
	left: 0;
	right: 0;
	top:-35px;
	margin: auto;
	z-index: -1;
	color: #f2f2f2;
	font-size: 114px;
	font-weight: bold;
}
.i-advantage .content .swiper-slide .txtbox .circle .word{
	position: relative;
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
}
.i-advantage .content .swiper-slide .txtbox:hover .circle .word{
	color: #e45900;
}
.i-advantage .content .swiper-slide .txtbox .txt{
	color: #666666;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}
.i-advantage .swiper-button-next, .i-advantage .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 19px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 10px 19px;
    -webkit-background-size: 10px 19px;
    background-size: 10px 19px;
    background-position: center;
    background-repeat: no-repeat;
}
.i-advantage .swiper-button-next, .i-advantage.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img22.png);
    right: 0;
    left: auto;
}
.i-advantage .swiper-button-prev, .i-advantage.swiper-container-rtl .swiper-button-next {
    background-image: url(../img20.png);
    left: 0;
    right: auto;
}
.i-advantage .swiper-button-next.swiper-button-disabled{
	background-image: url(../img21.png);
	opacity: 1;
}
.i-advantage .swiper-button-prev.swiper-button-disabled{
	background-image: url(../img19.png);
	opacity: 1;
}
/*cases*/
.i-cases{
	padding: 70px 0px 0px;
	margin-top: 50px;
	background: url(../img23.jpg) top right no-repeat;
	background-size: 100%;
}
.i-cases .box{
	margin-top: 40px;
}
.i-cases .box .content{
	position: relative;
	width: 100%;
	padding-right: 16%;
	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-cases .box .content .casebox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.i-cases .box .content .casebox .caseli{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.i-cases .box .content .casebox .caseli img{
	width: 100%;
}
/*.i-cases .box .content .casebox .swiper-slide{
	width: 71.9% !important;
}*/
.i-cases .box .content .casebox .swiper-slide .caseli .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	/*max-width: 860px;
	width: 100%;*/
	width: 74.1%;
	background-color: #202020;
	padding: 3.4% 0 3.4% 12%;
	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-cases .box .content .casebox .swiper-slide-active .caseli .txt{
	opacity: 1;
}
.i-cases .box .content .casebox .caseli .txt .line{
	width: 56px;
	height: 1px;
	background: #FFFFFF;
	margin-bottom: 15px;
}
.i-cases .box .content .casebox .caseli .txt .t1{
	color: #ffffff;
	font-size: 30px;
	line-height: 1.6;
}
.i-cases .box .content .casebox .caseli .txt .t2{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
	font-family: "Calibri light";
}
.i-cases .arrows{
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 16%;
	text-align: center;
}
.i-cases .swiper-button-next, .i-cases .swiper-button-prev {
    position: static;
   	display: inline-block;
    margin-top: 0;
    margin: auto;
    width: 13px;
    height: 22px;
    cursor: pointer;
    -moz-background-size: 13px 22px;
    -webkit-background-size: 13px 22px;
    background-size: 13px 22px;
    background-position: center;
    background-repeat: no-repeat;
}
.i-cases .swiper-button-prev{
	margin-right: 50px;
}
.i-cases .swiper-button-next, .i-cases.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img30.png);
    right: 0;
    left: auto;
}
.i-cases .swiper-button-prev, .i-cases.swiper-container-rtl .swiper-button-next {
    background-image: url(../img28.png);
    left: 0;
    right: auto;
}
.i-cases .swiper-button-next.swiper-button-disabled{
	background-image: url(../img29.png);
	opacity: 1;
}
.i-cases .swiper-button-prev.swiper-button-disabled{
	background-image: url(../img27.png);
	opacity: 1;
}
/*Our Partners*/
.i-partner{
	padding: 70px 0px;
	background-color: #f6f6f6;
}
.i-partner .box{
	position: relative;
	margin-top: 70px;
	padding: 0px 54px;
}
.i-partner .partner-div{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 75px;
}
.i-partner .partner-div .swiper-slide a{
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding: 25px 0px;
	box-shadow: 0px 3px 15px rgba(50,50,50,.08);
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.i-partner .partner-div .swiper-slide a:hover{
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.i-partner .partner-div .swiper-slide a img{
	max-width: 100%;
}
.i-partner .swiper-button-next, .i-partner .swiper-button-prev {
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 27px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 15px 27px;
    -webkit-background-size: 15px 27px;
    background-size: 15px 27px;
    background-position: center;
    background-repeat: no-repeat;
}
.i-partner .swiper-container-horizontal>.swiper-pagination-bullets, .i-partner .swiper-pagination-custom, .i-partner .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
.i-partner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px 5px 0px;
}
.i-partner .swiper-pagination-bullet {
	position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
}
.i-partner .swiper-pagination-bullet::before{
	content: '';
	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: 6px;
	height: 6px;
	background-color: #585858;
	border-radius: 50%;
}
.i-partner .swiper-pagination-bullet-active{
	position: relative;
    opacity: 1;
    background: transparent;
}
.i-partner .swiper-pagination-bullet-active::before{
	content: '';
	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: 3px;
	height: 3px;
	background-color: #5c5c5c;
	border-radius: 50%;
}
.i-partner .swiper-pagination-bullet-active::after{
	content: '';
	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%;
	height: 100%;
	border-radius: 50%;
	border: #5c5c5c solid 1px;
}
/*.i-partner .swiper-button-prev, .i-partner .swiper-container-rtl .swiper-button-next {
    background-image: url(../img18.png);
    left: 0;
    right: auto;
}
.i-partner .swiper-button-next, .i-partner .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img19.png);
    right: 0;
    left: auto;
}*/
/*about us*/
.i-about{
	padding-bottom: 100px;
}
.i-about .box{
	position: relative;
	margin-top: 70px;
	/*background-image: url(../img39.png);
	background-position: center left;
	background-repeat: no-repeat; */
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.i-about .box .img2{
	display: none;
}
.i-about .box .conwidth{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.i-about .box .txtbox{
position: absolute;	right: 0;
	/*
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	*/
	height:100%; right:0;
	background-color: rgba(247,247,247,0.99);
	padding: 7% 4.5%;
	max-width: 560px;
	width: 86%;
	overflow: hidden;
}
.i-about .box .txtbox .txt{
	color: #333;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 44px;
}
.i-about .box .btn a{color: #333; }
.i-about .box .btn a:hover{ color:#fff!important;}

/*标题*/
.headline{
	text-align: center;
}
.headline-a{
	color: #464646;
	font-size: 50px;
	text-transform: uppercase;
}
.headline .line{
	width: 100px;
	height: 1px;
	background-color: #464646;
	margin: 15px auto 0px;
}
.headline-b{
	color: #464646;
	font-size: 22px;
	margin-top: 10px;
}
/*blog*/
.blog{
	padding: 80px 0px;
}
.blog .blog-information{
	margin-top: 80px;
}
.blog .blog-information .box{
	padding-bottom: 40px;
	border-bottom: #e5e5e5 solid 1px;
}
.blog .blog-information .imgbox{
	float: left;
	width: 44.28%;
	overflow: hidden;
}
.blog .blog-information .imgbox img{
	width: 100%;
}
.blog .blog-information .txtbox{
	float: left;
	width: 55.72%;
	margin-top: 30px;
	padding-left: 5.7%;
	padding-right: 4.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;
}
.blog .blog-information .txtbox .t1{
	color: #464646;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.blog .blog-information .txtbox .t2{
	margin-bottom: 15px;
}
.blog .blog-information .txtbox .t2 .inli{
	display: inline-block;
	color: #777777;
	font-size: 16px;
	line-height: 1.75;
	font-family: arial;
	margin-right: 60px;
}
.blog .blog-information .txtbox .t2 .inli:last-child{
	margin-right: 0;
}
.blog .blog-information .txtbox .t2 .inli img{
	display: inline-block;
	vertical-align: text-bottom;
	margin-right:10px;
	width: 18px;
	height: 18px;
}
.blog .blog-information .txtbox .t3{
	color: #666666;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.blog .blog-information .txtbox .more{
}
.blog .blog-information .txtbox .more a{
	height: 40px;
	line-height: 40px;
	padding: 0px 24px;
	background-color: #464646;
	color: #ffffff;
	font-size: 16px;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.blog .blog-information .txtbox .more a:hover{
	background-color: #e45900;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.blog-news ul{
	margin-bottom: 65px;
}
.blog-news ul li{
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.blog-news ul li:hover{
	background-color: #f1f1f1;
}
.blog-news ul li a{
	display: block;
	overflow: hidden;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px;
	border-bottom: #e5e5e5 solid 1px;
}
.blog-news ul li .time{
	float: left;
	width: 14.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;
	text-align: center;
}
.blog-news ul li .time .timebox{
	display: inline-block;
	padding: 12px;
	color: #666666;
	font-size: 20px;
	font-family: "微软雅黑";
}
.blog-news ul li:hover .time .timebox{
	color: #ffffff;
	background-color: #464646;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.blog-news ul li .time .timebox .day{
	display: block;
	font-size: 36px;
}
.blog-news ul li .txt{
	float: left;
	width: 68%;
	overflow: hidden;
	border-right: #e5e5e5 solid 1px;
	padding-right: 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;
}
.blog-news ul li .txt .t1{
	color: #464646;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.blog-news ul li:hover .txt .t1{
	color: #e45900;
}
.blog-news ul li .txt .t2{
	color: #666666;
	font-size: 18px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.blog-news ul li .more{
	float: right;
	width: 17.7%;
	text-align: center;
	margin-top: 30px;
}
.blog-news ul li .more .morebox{
	position: relative;
	width: 150px;
    height: 40px;
    margin: 0 auto;
}
.blog-news ul li .more .morebox i{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.blog-news ul li:hover .more .morebox i{
	-webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
  	-moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background-color: #e45900;
}
.blog-news ul li .more .morebox .t1{
	position: relative;
	z-index: 2;
	color: #777777;
	font-size: 16px;
	font-family: arial;
	height: 40px;
	line-height: 40px;
}
.blog-news ul li:hover .more .morebox .t1{
	color: #FFFFFF;
}
.blog-news ul li .more .morebox .sp1{
	display: inline-block;
	margin-left: 5px;
}
.blog-news ul li:hover .more .morebox .sp1{
	display: none;
}
.blog-news ul li .more .morebox .sp2{
	margin-left: 10px;
}
.blog-news ul li .more .morebox .sp2 img{
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	-o-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px);
}
.blog-news ul li:hover .more .morebox .sp2 img{
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/*分页*/
.page{
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.page a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	margin-bottom: 5px;
	margin-right: 2px;
	padding: 0px 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;
}
.page a.on, .page a:hover{
	color: #FFFFFF;
	background-color: #464646;
}
.page a.lastpage{
	min-width: 70px;
	font-size: 12px;
}

/*cases*/
.cases{
	padding: 80px 0px;
}
.cases .screen{
	text-align: center;
	margin-top: 50px;
}
.cases .screen .screen-li{
	display: inline-block;
	margin-right: 80px;
	width: 320px;
	height: 32px;
	line-height: 32px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.cases .screen .screen-li:last-child{
	margin-right: 0;
}
.cases .dropmenurel01{
	position:relative;
	display:block;
}
.cases .dropmenurel01-tit{
	position: relative;
	border: none;
	color: #595959;
    font-size: 18px;
	width:100%;
	height: 32px;
	line-height: 32px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background:#f6f9f9 url(../img44.png) no-repeat center right 15px;
	background-size: 10px 6px;
	border-bottom: #7d7d7d solid 1px;
	padding-left: 6px;
	text-align: left;
	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;
}
.cases .dropmenurel01-options{
	display:none;
	position:absolute;
	top: 1px;
	left:0;
	z-index:110;
	background-color: #f6f6f6;
	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;
    max-width: 100%;
}
.cases .dropmenurel01-options li{
    cursor: pointer;
    padding: 4px 15px;
    font-size: 16px;
    color: #595959;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases .dropmenurel01-options li:hover{
	color: #e45900;
}
.cases .box{
	margin-top: 90px;
}
.cases .box ul{
	margin-bottom: 65px;
}
.cases .box ul li{
	float: left;
	width: -moz-calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	margin-bottom: 20px;
}
.cases .box ul li:nth-child(2n){
	margin-right: 0;
}
.cases .box ul li a{
	position: relative;
	display: inline-block;
	width: 100%;
}
.cases .box ul li a .imgbox{
	width: 100%;
	overflow: hidden;
}
.cases .box ul li a .imgbox img{
	width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.cases .box ul li:hover a .imgbox img{
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.cases .box ul li a .txtbox{
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 480px;
	width: 100%;
	height: 69%;
	background: rgb(27,27,27,.8);
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.cases .box ul li:hover .txtbox{
	opacity: 1;
}
.cases .box ul li a .txtbox .txt{
	position: absolute;
	top: 50%;
	left: 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%;
	padding: 3%;
	margin: 0 auto;
	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;
}
.cases .box ul li a .txtbox .txt .t1{
	color: #ffffff;
	font-size: 24px;
	line-height: 1.6;
}
.cases .box ul li a .txtbox .txt .t2{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
}
/*case-details*/
.case-details{
	padding: 0 0 80px;
}
.case-details .choice{
	margin-top: 40px;
}
.case-details .choice ul{
	text-align: center;
}
.case-details .choice ul li{
	display: inline-block;
	margin-right: 9%;
}
.case-details .choice ul li:last-child{
	margin-right: 0;
}
.case-details .choice ul li a{
	color: #464646;
	font-size: 18px;
	font-family: "微软雅黑";
}
.case-details .choice ul li a:hover{
	color: #e45900;
}
.case-details .box{
	margin-top: 40px;
}
.case-details .box .details{
	position: relative;
	margin-bottom: 20px;
}
.case-details .box .details .img{
	width: 100%;
	overflow: hidden;
}
.case-details .box .details .img img{
	width: 100%;
}
.case-details .box .details .imgbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.45);
}
.case-details .box .details .txt{
	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%);
	text-align: center;
	width: 80%;
}
.case-details .box .details .txt .t1{
	color: #ffffff;
	font-size: 26px;
	line-height: 1.8;
	font-family: "微软雅黑";
	min-height: 100px;
}
.case-details .box .details .txt .t2{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.8;
	font-family: "微软雅黑";
}
.case-details .box .details .downward{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	margin: auto;
	text-align: center;
}
.case-details .box .details .downward img{
	width: 41px;
	height: 21px;
	cursor: pointer;
}
.case-details .box .content{
	width: 100%;
	padding-bottom: 45px;
}
.case-details .box .content img{
	display: block;
	margin: 0 auto 20px;
}
.nextprev{
}
.nextprevdiv{
	width: 100%;
	text-align: center;
	padding: 0 16.8%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 2px 2px 14px rgba(54,54,54,0.26);
}
.new-details .nextprevdiv{
	max-width: 870px;
	width: 100%;
	padding: 0 8.5%;
}
.nextprevli a{
	display: inline-block;
	color: #464646;
	font-size: 20px;
	height: 90px;
	line-height: 90px;
	position: relative;
	padding-right: 18px;
}
.nextprevli a i{
	position: absolute;
	display: inline-block;
	height: 95px;
}
.nyprev{
	float:left;
}
.nyprev a i{
	width: 13px;
	right: 0;
	margin-left: 5px;
	background: url(../img56.png) center no-repeat;
	background-size: 13px 7px;
}
.nynext{
	float: right;
}
.nynext a i{
	width: 13px;
	right: 0;
	margin-left: 5px;
	background: url(../img57.png) center no-repeat;
	background-size: 13px 7px;
}
.fanhui{
	display: inline-block;
	margin: 0 auto;
}
.fanhui a{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.fanhui a i{
	width: 15px;
	left: 0;
	margin-right: 5px;
	background: url(../img55.png) center no-repeat;
	background-size: 15px 13px;
}
.nextprevli a:hover{
	color: #e45900;
}
.nynext a:hover i{
	background: url(../img57a.png) center no-repeat;
	background-size: 13px 7px;
}
.nyprev a:hover i{
	background: url(../img56a.png) center no-repeat;
	background-size: 13px 7px;
}
.fanhui a:hover i{
	background: url(../img55a.png) center no-repeat;
	background-size: 15px 13px;
}
/*Products*/
.product{
	padding: 80px 0px;
}
.product .screen{
	margin-top: 65px;
}
.product .screen .screen-li{
	float: left;
	width: -moz-calc((100% - 84px) / 4);
	width: -webkit-calc((100% - 84px) / 4);
	width: calc((100% - 84px) / 4);
	margin-right: 28px;
}
.product .screen .screen-li:nth-child(4n){
	margin-right: 0;
}
.product .dropmenurel01{
	position:relative;
	display:block;
}
.product .dropmenurel01-tit{
	position: relative;
	border: none;
	color: #333333;
    font-size: 16px;
	width:100%;
	height: 45px;
	line-height: 43px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background:#f6f9f9 url(../img58.png) no-repeat center right 20px;
	background-size: 11px 6px;
	border: #d2d2d2 solid 1px;
	border-radius: 4px;
	padding-left: 18px;
	padding-right: 60px;
	text-align: left;
	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;
}
.product .dropmenurel01-tit::before{
	content: '';
	position: absolute;
	right: 50px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #d2d2d2;
}
.product .dropmenurel01-options{
	display:none;
	position:absolute;
	top: 1px;
	left:0;
	z-index:110;
	max-width: 100%;
	background-color: #f6f6f6;
	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 .dropmenurel01-options li{
    cursor: pointer;
    padding: 8px 15px;
    font-size: 16px;
    color: #8b8b8b;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .dropmenurel01-options li:hover{
	color: #e45900;
}
.product .box{
	margin-top: 70px;
}
.product .box ul{
	margin-bottom: 40px;
}
.product .box ul li{
	float: left;
	width: -moz-calc(92% / 3);
	width: -webkit-calc(92% / 3);
	width: calc(92% / 3);
	margin-right: 4%;
	margin-bottom: 4%;
}
.product .box ul li:nth-child(3n){
	margin-right: 0;
}
.product .box ul li:nth-child(3n+1){ clear:both;
}
.product .box ul li a{
	display: inline-block;
	width: 100%;
}
.cp .imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cp .imgbox>img{
	width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.cp:hover .imgbox>img{
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.cp .imgbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
.cp:hover .imgbg{
	background: rgba(0,0,0,.5);
}
.cp .imgbg .cont{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
	text-align: center;
	margin-top: 100px;
	opacity: 0;
}
.cp:hover .imgbg .cont{
	opacity: 1;
   margin-top: 0;
}
.cp .imgbg .cont img{
	width: 39px;
	height: 39px;
	margin: 0 auto 15px;
}
.cp .imgbg .cont .word{
	color: #ffffff;
	font-size: 18px;
}
.cp .txtbox{
	text-align: center;
	margin-top: 20px;
}
.cp .txtbox .t1{
	color: #464646;
	font-size: 22px;
	margin-bottom: 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.cp .txtbox .t2{
	color: #777777;
	font-size: 18px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*product-details*/
.product-details{
	padding: 80px 0px 0px;
}
.product-details .attribute{
	padding: 0 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;
}
.product-details .attribute .left{
	float: left;
	width: 45.7%;
}
.pc-slide{
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/*.pc-slide .view .arrow-left{
	display: none;
	background: url(../img154.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 4%;
	bottom: 68px;
	margin-top: 0;
	width: 41px;
	height: 40px;
	z-index: 10;
}
.pc-slide .view .arrow-right{
	display: none;
	background: url(../img155.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 4%;
	bottom: 14px;
	margin-top: 0;
	width: 41px;
	height: 40px;
	z-index: 10;
}*/
.pc-slide .view .swiper-container {
	width: 100%;
}
.pc-slide .view .swiper-slide{
	position: relative;
	display: inline-block;
	width: 100%;
}
.pc-slide .view .swiper-slide .img{
	width: 100%;
	overflow: hidden;
}
.pc-slide .view .swiper-slide .img img{
	width: 100%;
}
.pc-slide .view .swiper-slide .box .banner-video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pc-slide .preview-box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	z-index: 10;
	width: 90%;
}
.pc-slide .preview {
	width: 100%;
	position: relative;
}
.pc-slide .preview .swiper-container {
	width: 100%;
	height: 100%;
}

.pc-slide .preview .swiper-slide{
	float: left;
	display: inline-block;
	width: 90px;
	cursor:pointer;
}
.pc-slide .preview .swiper-slide img {
	width: 100%;
}
.pc-slide .preview .active-nav img {
	border: 1px solid #d2d2d2
}
/*.pc-slide .preview .arrow-left {
	background: url(../img30.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	width: 41px;
	height: 40px;
	z-index: 10;
}
.pc-slide .preview .arrow-left:hover{
	background: url(../img32.png) no-repeat center;
}
.pc-slide .preview .arrow-right {
	background: url(../img31.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-top: 0;
	width: 41px;
	height: 40px;
	z-index: 10;
}
.pc-slide .preview .arrow-right:hover{
	background: url(../img33.png) no-repeat center;
}*/
.product-details .attribute .right{
	float: left;
	width: 54.3%;
	padding-left: 8.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-details .attribute .right .txtbox{
	margin-top: 55px;
}
.product-details .attribute .right .txtbox .t1{
	color: #333333;
	font-size: 41px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-details .attribute .right .txtbox .t2{
	color: #666666;
	font-size: 24px;
	line-height: 1.8;
	padding-bottom: 30px;
	border-bottom: #dcdcdc solid 1px;
}
.product-details .attribute .right .txtbox .t2 .typeli{
	display: inline-block;
	margin-right: 15px;
}
.product-details .attribute .right .txtbox .t3{
	color: #666666;
	font-size: 18px;
	margin-top: 35px;
}
.product-details .attribute .right .txtbox .t3 table{
	width: 100%;
	overflow: hidden;
}
.product-details .attribute .right .txtbox .t3 table tr td{
	height: 36px;
}
.product-details .attribute .right .txtbox .t3 table tr td:first-child{
	width: 30%;
}
.product-details .attribute .right .txtbox .buy{
	margin-top: 100px;
}
.product-details .attribute .right .txtbox .buy .sp{
	color: #666666;
	font-size: 24px;
	margin-bottom: 20px;
}
.product-details .attribute .right .txtbox .buy a{
	display: block;
	width: 160px;
	height: 46px;
	line-height: 46px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background-color: #e45900;
}
.product-details .content{
	margin-top: 110px;
	margin-bottom: 80px;
	padding: 0 20px;
	overflow: hidden;
}
.product-details .content ul{
	max-width: 1130px;
	width: 100%;
}
.product-details .content ul li{
	margin-bottom: 40px;
}
.product-details .content ul li .title{
	position: relative;
	width: 100%;
	padding-bottom: 35px;
	border-bottom: #969fad solid 1px;
	padding-right: 55px;
	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-details .content ul li .title .word{
	color: #333333;
	font-size: 26px;
}
.product-details .content ul li .title .icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 100%;
	background: url(../img73.png) center no-repeat;
	background-size: 18px 10px;
	cursor: pointer;
}
.product-details .content ul li.off .title .icon{
	background: url(../img74.png) center no-repeat;
	background-size: 18px 10px;
}
.product-details .content ul li .txtbox{
	margin-top: 10px;
}
.product-details .content ul li.off .txtbox{
	display: none;
}
.product-details .content ul li .txtbox table{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.product-details .content ul li .txtbox table tr th{
	color: #848992;
	font-size: 16px;
	font-weight: bold;
	height: 70px;
	border-bottom: #d4d8de solid 1px;
}
.product-details .content ul li .txtbox table tr td{
	color: #848992;
	font-size: 16px;
	height: 70px;
	border-bottom: #d4d8de solid 1px;
}
.product-details .content ul li .txtbox ul{
	padding: 20px;
}
.product-details .content ul li .txtbox ul li{
	color: #666666;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.product-details .content .more{
	max-width: 1130px;
	width: 100%;
	border-top: #d4d8de solid 1px;
	border-bottom: #d4d8de solid 1px;
	padding: 35px 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;
}
.product-details .content .more .tips{
	float: left;
	color: #333333;
	font-size: 26px;
	line-height: 46px;
}
.product-details .content .more a{
	float: right;
	width: 160px;
	height: 46px;
	line-height: 46px;
	border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #e45900;
}
.product-details .like{
	padding: 80px 0px 60px;
	background-color: #f8f8f8;
}
.product-details .like .title{
	color: #333333;
	font-size: 41px;
	text-align: center;
}
.product-details .like .box{
	margin-top: 55px;
}
.likediv{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 65px;
}
.likediv .swiper-slide a{
	display: inline-block;
	width: 100%;
}
.likediv .swiper-container-horizontal>.swiper-pagination-bullets, .likediv .swiper-pagination-custom, .i-partner .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
.likediv.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 2px 5px 0px;
}
.likediv .swiper-pagination-bullet {
	position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
}
.likediv .swiper-pagination-bullet::before{
	content: '';
	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: 6px;
	height: 6px;
	background-color: #cecece;
	border-radius: 50%;
}
.likediv .swiper-pagination-bullet-active{
	position: relative;
    opacity: 1;
    background: transparent;
}
.likediv .swiper-pagination-bullet-active::before{
	content: '';
	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: 3px;
	height: 3px;
	background-color: #aaaaaa;
	border-radius: 50%;
}
.likediv .swiper-pagination-bullet-active::after{
	content: '';
	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%;
	height: 100%;
	border-radius: 50%;
	border: #aaaaaa solid 1px;
}
/*内页banner*/
.obanner{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.obanner .content{
	width: 100%;
	margin: 0 auto;
}
.obanner img{
	width: 100%;
	margin: 0;
	box-shadow: 0px 3px 20px rgba(0,0,0,.15);
}
.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;
}
.bannerzi .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.bannerzi1{
	color: #c1b26b;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1;
}
.bannerzi1 .sp{
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 10px;
	color: #d0d0d0;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
}
.bannerzi2{
	max-width: 560px;
	width: 100%;
	color: #afafaf;
	font-size: 16px;
	font-family: arial;
	line-height: 1.6;
}

/*about*/
.introduce{
	padding: 60px 0px 80px;
}
.introduce .about{
	margin-top: 75px;
	background: url(../img79.png) left bottom no-repeat;
	background-size: 97px 38px;
}
.introduce .about .imgbox{
	float: right;
	width: 55%;
	overflow: hidden;
}
.introduce .about .imgbox img{
	display: block;
	width: 100%;
}
.introduce .about .imgbox .txt{
	color: #333333;
	font-size: 20px;
	line-height: 1.8;
	margin-top: 40px;
	padding-top: 10px;
	border-top: #cfcfcf solid 1px;
}
.introduce .about .txtbox{
	float: left;
	width: 45%;
	overflow: hidden;
}
.introduce .about .txtbox .cont{
	max-width: 500px;
	width: 100%;
	overflow: hidden;
}
.introduce .about .txtbox .t1{
	text-align: left;
	margin-bottom: 20px;
}
.introduce .about .txtbox .t1 img{
	max-width: 100%;
}
.introduce .about .txtbox .t1 .line{
	display: inline-block;
	margin-left: 30px;
	width: 120px;
	height: 4px;
	background-color: #000000;
}
.introduce .about .txtbox .t2{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.introduce .about .txtbox .t3{
	width: 28px;
	height: 2px;
	background-color: #e45900;
	margin: 50px 0px;
}
.introduce .about .txtbox .t4{
	color: #333333;
	font-size: 20px;
	line-height: 1.8;
}
.introduce .team{
	margin-top: 120px;
}
.introduce .team .title{
}
.introduce .team .title .word{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 30px;
}
.introduce .team .title .icon{
}
.introduce .team .box .txtbox{
	float: left;
	width: 62.14%;
	padding-right: 10%;
	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;
}

.introduce .team .box .txtbox .t1{
	color: #333333;
	font-size: 20px;
	line-height: 1.8;
	padding: 30px 0px 80px;
}
.introduce .team .box .txtbox .img{

}
.introduce .team .box .imgbox{
	float: left;
	width: 37.86%;
	overflow: hidden;
}
.introduce .team .box .imgbox img{
	width: 100%;
}


/*contact*/
.contact{
	padding: 60px 0px 0px;
	background: url(../img101.png) bottom left no-repeat;
	/*background-size: cover;*/
}
.contact .box{
	max-width: 1290px;
	width: 100%;
	margin: 70px auto 0px;
}
.contact .box .txtbox{
	float: left;
	width: 40.16%;
	padding-right: 5.4%;
	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-title{
	position: relative;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 50px;
}
.contact-title i{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 2px;
	background-color: #e45900;
}
.contact .box .txtbox ul li{
	position: relative;
	padding-left: 35px;
	overflow: hidden;
	margin-bottom: 15px;
}
.contact .box .txtbox ul li .icon{
	position: absolute;
	left: 0;
	top: 3px;
	width: 35px;
	text-align: left;
}
.contact .box .txtbox ul li .icon img{
	width: 20px;
	height: 19px;
}
.contact .box .txtbox ul li .t1{
	color: #666666;
	font-size: 22px;
	font-family: "Calibri light";
}
.contact .box .txtbox ul li .t2{
	color: #666666;
	font-size: 22px;
	line-height: 1.5;
}
.contact .box .imgbox{
	float: left;
	width: 59.84%;
	overflow: hidden;
}
/*feekback*/
.feekback{
	padding: 100px 0px 80px;
	background: url(../img100.png) bottom 60% center no-repeat;
	/*background-size: cover;*/
}
.feekback .box{
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
}
.feekback .box .content{
	margin-top: 50px;
	max-width: 1170px;
	width: 100%;
}
.feekback .box .content .content-li{
	margin-bottom: 28px;
	overflow: hidden;
}
.feekback .box .content .content-li .input-li{
	float: left;
	width: -moz-calc((100% - 80px) / 3);
	width: -webkit-calc((100% - 80px) / 3);
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	padding: 0px 30px;
	background-color: #f8f8f8;
	border: #ebebeb solid 1px;
	border-radius: 4px;
	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;
}
.feekback .box .content .content-li .input-li2{ width:100%;}
.feekback .box .content .content-li .input-li:nth-child(3n){
	margin-right: 0;
}
.feekback .box .content .content-li .input-li .re-input{
	width: 100%;
    border: none;
    outline: none;
    background: none;
    color: #888888;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
}
.feekback .box .content .content-li .textli{
	padding: 12px 30px;
    border: #ebebeb solid 1px;
    background-color: #f8f8f8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.re-textarea {
    width: 100%;
    min-height: 135px;
    resize: none;
    border: none;
    outline: none;
    background: none;
    color: #888888;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.input-li input::-webkit-input-placeholder, .textli textarea::-webkit-input-placeholder {
    color: #888888;
}
.input-li input:-moz-placeholder, .textli textarea:-moz-placeholder {
  color: #888888;
}
.input-li input::-moz-placeholder, .textli textarea::-moz-placeholder {
  color: #888888;
}
.input-li input:-ms-input-placeholder, .textli textarea:-ms-input-placeholder {
  color: #888888;
}
.sub {
    display: inline-block;
    width: 200px;
    text-align: center;
    background: #464646;
    border-radius: 4px;
}
.sub-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
}

/*news*/
.news{
	padding: 65px 0px 80px;
}
.news .box{
	margin-top: 80px;
}
.news .box ul{
	margin-bottom: 20px;
}
.news .box ul li{
	float: left;
	width: -moz-calc((100% - 80px) / 3);
	width: -webkit-calc((100% - 80px) / 3);
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	margin-bottom: 40px;
	border: #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;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.news .box ul li:nth-child(3n){
	margin-right: 0;
}
.news .box ul li:hover{
	box-shadow: 2px 2px 20px rgba(54,54,54,.2);
}
.news .box ul li:hover .img img{
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.news .box ul li a{
	display: inline-block;
	width: 100%;
}
.news .box ul li .img{
	width: 100%;
	overflow: hidden;
}
.news .box ul li .img img{
	width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.news .box ul li .txt{
	padding: 30px 25px;
	overflow: hidden;
}
.news .box ul li .txt .tag{
}
.news .box ul li .txt .tagli{
	display: inline-block;
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #464646;
	color: #ffffff;
	font-size: 16px;
}
.news .box ul li:hover .txt .tagli{
	background-color: #e45900;
}
.news .box ul li .txt .t1{
	color: #464646;
	font-size: 22px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}
.news .box ul li .txt .t2{
	color: #666666;
	font-size: 18px;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .box ul li .txt .t3{
	margin-top: 25px;
	overflow: hidden;
}
.news .box ul li .txt .t3 .icon{
	float: left;
}
.news .box ul li .txt .t3 .icon img{
	width: 32px;
	height: 12px;
}
.news .box ul li .txt .t3 .time {
    float: right;
    display: inline-block;
    color: #888888;
    font-size: 16px;
}
/*new-details*/
.new-details{
	padding: 80px 0px 0px;
}
.new-details .title{
	text-align: left;
	padding-bottom: 20px;
	border-bottom: #dcdcdc solid 1px;
}
.new-details .title .t1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
.new-details .title .t2{
	color: #777777;
	font-size: 16px;
	line-height: 1.8;
}
.new-details .title .t2 .sp{
	margin-right: 25px;
}
.new-details .box{
}
.new-details .box .left{
	float: left;
	width: 72.5%;
	padding-bottom: 80px;
	border-right: #dcdcdc solid 1px;
	-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-details .box .left .content{
	padding-right: 5%;
}
.new-details .box .left .content .details{
	color: #666666;
	font-size: 18px;
	line-height: 2.3;
	padding: 35px 0px;
	margin-bottom: 30px;
}
.new-details .box .left .content .details img{
	display: block;
}
.new-details .box .right{
	float: right;
	width: 27.5%;
}
.suggestion{
}
.suggestion .title-h{
	padding-left: 14%;
	color: #333333;
	font-size: 22px;
	font-family: arial;
	margin-top: 36px;
	margin-bottom: 20px;
}
.suggestion ul{
}
.suggestion ul li{
	position: relative;
	padding-left: 14%;
	margin-bottom: 15px;
}
.suggestion ul li i{
	position: absolute;
	left: 0;
	top: 14px;
	width: 14%;
	height: 100%;
	background: url(../img94.png) top right 5px no-repeat;
	background-size: 10px 10px;
}
.suggestion ul li a{
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 18px;
	line-height: 1.8;
	font-weight: lighter;
	padding: 3px 0px;
}
.suggestion ul li a:hover{
	color: #e45900;
}
@media screen and (max-width: 1500px){
	.i-advantage .box{
		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;
	}
	.i-advantage .swiper-button-next, .i-advantage.swiper-container-rtl .swiper-button-prev{
		right: 1.5%;
	}
	.i-advantage .swiper-button-prev, .i-advantage.swiper-container-rtl .swiper-button-next{
		left: 1.5%;
	}
}
@media screen and (max-width: 1440px){
	.obanner{
		margin-top: 0;
	}
	.obanner .content{
		max-width: 100%;
		width: 100%;
	}
	.obanner img{
		margin: 0 auto;
	}
}
@media screen and (max-width: 1400px){
	.conwidth, .blog-news ul{
		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;
	}
	.blog-news ul li a{
		max-width: 100%;
	}
}
@media screen and (max-width: 1024px){
	.header .nav{
		display: none;
	}
	.header .menubtn{
		display: block;
	    float: right;
	    width: 50px;
	    height: 78px;
	    background: url(../menu-icon11.png) center right no-repeat;
	    background-size: 100%;
	}
	.header.white .menubtn, .header.fixed .menubtn{
		background: url(../menu-icon1.png) center right no-repeat;
	    background-size: 100%;
	}
	.header .menubtn.on{
	    background: url(../menu-icon21.png) center right no-repeat;
	    background-size: 100%;
	}
	.header.white .menubtn.on, .header.fixed .menubtn.on{
	    background: url(../menu-icon2.png) center right no-repeat;
	    background-size: 100%;
	}
	/*banner*/
	.oimg1{
		display: none;
	}
	.oimg2{
		display: block;
	}
	.lunbotu .swiper-slide a{
		display: block;
	}
	.i-banner .t1{
		font-size: 50px;
	}
	.i-banner .icon{
		margin: 20px auto;
	}
	.i-banner .t2 {
		font-size: 24px;
	}
	/*footer*/
	.footer{
		padding: 50px 0px;
	}
	.footer .navigation, .footer .share{
		display: none;
	}
	.footer .ft-contact{
		float: right;
		width: 65%;
	}
	.footer .ft-contact .txt{
		max-width: 100%;
	}
	/*index*/
	/*标题*/
	.i-title .title-h{
		font-size: 40px;
	}
	.i-title .line{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.i-title .title-p{
		font-size: 20px;
	}
	/*differen-project*/
	.differen-project .imgbox .content .t1{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.differen-project .imgbox .content .t2{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.differen-project .txtbox ul li{
		padding: 3%;
	}
	.differen-project .txtbox ul li .txt .t1{
		font-size: 24px;
		line-height: 1;
		margin-bottom: 5px;
	}
	.differen-project .txtbox ul li .txt .t2{
		font-size: 20px;
		line-height: 1.5;
	}
	.differen-project .txtbox ul li .icon img{
		margin-top: 4px;
	}
	/*product*/
	.i-product{
		padding: 50px 0px;
	}
	.i-product .box ul li{
		width: calc(94% / 3);
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.i-product .box ul li .img{
		height: auto;
	}
	/*i-advantage*/
	.i-advantage{
		padding: 0px 0px 50px;
	}
	.i-advantage .content{
		margin-top: 40px;
	}
	.i-advantage .content .swiper-slide .txtbox .circle{
		margin-bottom: 0;
	}
	/*i-cases*/
	.i-cases{
		padding: 50px 0px 0px;
		margin-top: 20px;
	}
	.i-cases .box{
		margin-top: 15px;
	}
	.i-cases .box .content .casebox .swiper-slide .caseli .txt{
		padding: 3.4% 0 3.4% 5%;
	}
	.i-cases .box .content .casebox .caseli .txt .t1{
		font-size: 28px;
	}
	/*partners*/
	.i-partner{
		padding: 50px 0px;
	}
	.i-partner .box{
		margin-top: 40px;
		padding: 0;
	}
	.i-partner .partner-div{
		padding-bottom: 65px;
	}
	/*i-about*/
	.i-about{
		padding: 50px 0px 0px;
	}
	.i-about .box{
		margin-top: 40px;
	}
	.i-about .box .txtbox{
		padding: 6% 4%;
	}
	/*about*/
	.introduce{
		padding: 50px 0px 60px;
	}
	.introduce .about{
		margin-top: 45px;
	}
	.introduce .about .txtbox{
		padding-right: 4%;
		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;
	}
	.introduce .about .txtbox .t1 img{
		width: 220px;
	}
	.introduce .about .txtbox .t1 .line{
		width: 100px;
		height: 2px;
	}
	.introduce .about .txtbox .t2{
		font-size: 20px;
	}
	.introduce .about .txtbox .t3{
		margin: 25px 0px;
	}
	.introduce .about .txtbox .t4{
		font-size: 18px;
		line-height: 1.6;
	}
	.introduce .about .imgbox .txt{
		font-size: 18px;
		margin-top: 25px;
	}
	.introduce .team{
		margin-top: 80px;
	}
	.introduce .team .box .txtbox{
		padding-right: 4%;
	}
	.introduce .team .box .txtbox .t1{
		padding: 20px 0px 30px;
	}
	/*内页标题*/
	.headline-a{
		font-size: 40px;
	}
	.headline-b{
		font-size: 20px;
	}
	/*blog*/
	.blog{
		padding: 50px 0px;
	}
	.blog .blog-information{
		margin-top: 50px;
	}
	.blog .blog-information .txtbox{
		margin-top: 0;
		padding-left: 4%;
		padding-right: 0;
	}
	.blog .blog-information .txtbox .t1{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.blog .blog-information .txtbox .t2{
		margin-bottom: 5px;
	}
	.blog .blog-information .txtbox .t3{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.blog-news ul{
		padding: 0 3%;
		overflow: hidden;
		margin-bottom: 50px;
	}
	.blog-news ul li a{
		padding: 3% 0;
	}
	.blog-news ul li .time .timebox{
		font-size: 18px;
		padding: 10px;
	}
	.blog-news ul li .time .timebox .day{
		font-size: 30px;
	}
	.blog-news ul li .txt .t1{
		font-size: 22px;
	}
	.blog-news ul li .more .morebox{
		width: 120px;
	}
	/*cases*/
	.cases{
		padding: 50px 0px;
	}
	.cases .screen{
		margin-top: 40px;
	}
	.cases .box{
		margin-top: 60px;
	}
	.cases .box ul{
		margin-bottom: 30px;
	}
	.cases .screen .screen-li{
		width: 30%;
	}
	.cases .box ul li a .txtbox{
		width: 80%;
		opacity: 1;
	}
	.cases .box ul li a .txtbox .txt .t1{
		font-size: 22px;
	}
	/*case-details*/
	.case-details{
		padding-bottom: 60px;
	}
	.case-details .choice ul{
		width: 100%;
		text-align: center;
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}
	.case-details .choice ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.case-details .choice ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.case-details .choice ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.case-details .choice ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.case-details .choice ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.case-details .choice ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.case-details .choice ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.case-details .choice ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.case-details .choice ul li{
		margin-right: 5%;
	}
	.nextprevli a{
		height: 80px;
		line-height: 80px;
	}
	.nextprevli a i{
		height: 80px;
	}
	/*contact*/
	.contact{
		padding: 50px 0px;
	}
	.contact .box{
		margin-top: 50px;
	}
	.contact .box .txtbox{
		padding-right: 3%;
	}
	.contact-title{
		font-size: 32px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.contact .box .txtbox ul li .t1{
		font-size: 18px;
	}
	.contact .box .txtbox ul li .t2{
		font-size: 20px;
	}
	/*feekback*/
	.feekback{
		padding: 50px 0px 60px;
	}
	.feekback .box .content{
		margin-top: 40px;
	}
	.feekback .box .content .content-li .input-li{
		width: -moz-calc((100% - 60px) / 3);
	    width: -webkit-calc((100% - 60px) / 3);
	    width: calc((100% - 60px) / 3);
	    margin-right: 30px;
	}
	/*news*/
	.news{
		padding: 50px 0px;
	}
	.news .box{
		margin-top: 40px;
	}
	.news .box ul{
		margin-bottom: 10px;
	}
	.news .box ul li{
		width: -moz-calc((100% - 60px) / 3);
	    width: -webkit-calc((100% - 60px) / 3);
	    width: calc((100% - 60px) / 3);
	    margin-right: 30px;
	    margin-bottom: 30px;
	}
	.news .box ul li .txt{
		padding: 7%;
	}
	.news .box ul li .txt .tagli{
		margin-bottom: 10px;
	}
	.news .box ul li .txt .t1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.news .box ul li .txt .t2{
		font-size: 16px;
	}
	.news .box ul li .txt .t3{
		margin-top: 15px;
	}
	/*new-details*/
	.new-details{
		padding: 50px 0px 0px;
	}
	.new-details .nextprevdiv{
		max-width: 100%;
	}
	.new-details .title .t1{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.new-details .box .left{
		width: 100%;
		border-right: 0px;
	}
	.new-details .box .left .content{
		padding-right: 0;
	}
	.new-details .box .right{
		display: none;
	}
	.new-details .box .left .content .details{
		padding: 30px 0px;
		line-height: 1.8;
	}
	/*product*/
	.product{
		padding: 50px 0px;
	}
	.product .screen{
		margin-top: 45px;
	}
	.product .screen .screen-li{
		width: -moz-calc((100% - 60px) / 4);
	    width: -webkit-calc((100% - 60px) / 4);
	    width: calc((100% - 60px) / 4);
	    margin-right: 20px;
	}
	.product .box{
		margin-top: 50px;
	}
	.product .box ul{
		margin-bottom: 25px;
	}
	/*product-details*/
	.product-details{
		padding: 50px 0px 0;
	}
	.product-details .attribute{
		padding: 0;
	}
	.product-details .attribute .right{
		padding-left: 5%;
	}
	.product-details .attribute .right .txtbox{
		margin-top: 0;
	}
	.product-details .attribute .right .txtbox .t1{
		font-size: 32px;
	}
	.product-details .attribute .right .txtbox .t2{
		font-size: 20px;
		padding-bottom: 20px;
	}
	.product-details .attribute .right .txtbox .t3{
		margin-top: 20px;
	}
	.product-details .attribute .right .txtbox .t3 table tr td:first-child{
		width: auto;
	}
	.product-details .attribute .right .txtbox .buy{
		margin-top: 50px;
	}
	.product-details .attribute .right .txtbox .buy .sp{
		font-size: 22px;
	}
	.product-details .content{
		margin-top: 60px;
		margin-bottom: 40px;
		padding: 0;
	}
	.product-details .tablediv{
		width: 100%;
	    overflow-x: scroll;
	    overflow-y: hidden;
	}
	.product-details .tablediv table{
		min-width: 1000px;
	}
	.product-details .content ul li{
		margin-bottom: 30px;
	}
	.product-details .content ul li .title{
		padding-bottom: 0px;
		line-height: 50px;
	}
	.product-details .content ul li .title .word{
		font-size: 22px;
	}
	.product-details .content ul li .txtbox table tr td{
		height: 60px;
	}
	.product-details .content ul li .txtbox ul li{
		font-size: 16px;
	}
	.product-details .content .more{
		padding: 25px 20px;
	}
	.product-details .content .more .tips{
		font-size: 22px;
	}
	.product-details .like{
		padding: 50px 0px;
	}
	.product-details .like .title{
		font-size: 32px;
	}
	.product-details .like .box{
		margin-top: 45px;
	}
}
@media screen and (max-width: 990px){
	/*i-about*/
	.i-about .box .conwidth, .i-about .box .txtbox{
		position: static;
		transform: none;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.i-about .box .txtbox{
		padding: 8% 3%;
	}
	.i-about .box .img1{
		display: none;
	}
	.i-about .box .img2{
		display: block;
	}
}
@media screen and (max-width: 768px){
	.header .menubtn, .header.white .menubtn, .header.fixed .menubtn{
		height: 78px;
		background-size: 90%;
	}
	.header .menubtn.on, .header.white .menubtn.on, .header.fixed .menubtn.on{
		background-size: 90%;
	}
	/*banner*/
	.i-banner .t1{
		font-size: 40px;
	}
	.i-banner .t2 {
		font-size: 20px;
	}
	/*footer*/
	.footer{
		padding: 40px 0px;
	}
	/*index*/
	/*标题*/
	.i-title .title-h{
		font-size: 32px;
	}
	.i-title .line{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.i-title .left, .i-title .right{
		float: none;
		display: block;
	}
	.i-title .title-p{
		font-size: 18px;
	}
	/*differen-project*/
	.differen-project .imgbox .content .cont{
		width: 90%;
	}
	.differen-project .imgbox .content .t1{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.differen-project .imgbox .content .t2{
		font-size: 18px;
	}
	.differen-project .txtbox ul li .txt .t1{
		font-size: 20px;
	}
	.differen-project .txtbox ul li .txt .t2{
		font-size: 18px;
	}
	.differen-project .txtbox ul li .icon img{
		width: 28px;
		height: 28px;
	}
	.differen-project .imgbox, .differen-project .txtbox{
		width: 100%;
	}
	.differen-project .txtbox ul li{
		height: auto !important;
	}
	/*product*/
	.i-product{
		padding: 40px 0px;
	}
	.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(2n){
		margin-right: 0;
	}
	.i-product .box ul li .txt{
		padding: 6% 7% 5%;
	}
	/*i-advantage*/
	.i-advantage{
		padding-bottom: 40px;
	}
	.i-advantage .content{
		margin-top: 30px;
	}
	/*i-cases*/
	.i-cases{
		padding: 40px 0px 0px;
		margin-top: 0;
	}
	.i-cases .box .content .casebox .caseli .txt .line{
		margin-bottom: 5px;
	}
	.i-cases .box .content .casebox .caseli .txt .t1{
		font-size: 24px;
	}
	.i-cases .box .content .casebox .caseli .txt .t2{
		font-size: 16px;
	}
	/*partners*/
	.i-partner{
		padding: 40px 0px;
	}
	.i-partner .box{
		margin-top: 30px;
		padding: 0;
	}
	.i-partner .partner-div{
		padding-bottom: 50px;
	}
	/*i-about*/
	.i-about{
		padding: 40px 0px 0px;
	}
	.i-about .box .txtbox .txt{
		font-size: 18px;
	}
	/*about*/
	.introduce{
		padding: 40px 0px 50px;
	}
	.introduce .about{
		margin-top: 35px;
		background: none;
	}
	.introduce .about .txtbox{
		width: 100%;
		padding-right: 0%;
		margin-bottom: 4%;
	}
	.introduce .about .txtbox .cont{
		max-width: 100%;
	}
	.introduce .about .txtbox .t1 img{
		width: 220px;
	}
	.introduce .about .txtbox .t1 .line{
		width: 100px;
		height: 2px;
	}
	.introduce .about .txtbox .t2{
		font-size: 20px;
	}
	.introduce .about .txtbox .t3{
		margin: 15px 0px;
	}
	.introduce .about .txtbox .t4{
		font-size: 18px;
		line-height: 1.6;
	}
	.introduce .about .imgbox{
		float: none;
		width: 100%;
	}
	.introduce .about .imgbox .txt{
		font-size: 18px;
		margin-top: 25px;
	}
	.introduce .team{
		margin-top: 60px;
	}
	.introduce .team .title .word{
		margin-bottom: 20px;
	}
	.introduce .team .box .txtbox{
		width: 100%;
		padding-right: 0;
		margin-bottom: 3%;
	}
	.introduce .team .box .txtbox .t1{
		font-size: 18px;
	}
	.introduce .team .box .txtbox .img{
		width: 100%;
		overflow: hidden;
	}
	.introduce .team .box .txtbox .img img{
		width: 100%;
	}
	.introduce .team .box .imgbox{
		width: 100%;
	}
	/*内页标题*/
	.headline-a{
		font-size: 32px;
	}
	.headline-b{
		font-size: 18px;
		margin-top: 5px;
	}
	/*blog*/
	.blog{
		padding: 40px 0px;
	}
	.blog .blog-information{
		margin-top: 40px;
	}
	.blog .blog-information .txtbox .t2 .inli{
		font-size: 15px;
	}
	.blog .blog-information .txtbox .t1{
		font-size: 22px;
	}
	.blog .blog-information .txtbox .t3{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.blog-news ul{
		margin-bottom: 40px;
	}
	.blog-news ul li .time{
		padding-left: 0;
	}
	.blog-news ul li .time .timebox{
		font-size: 16px;
		padding: 10px 10px;
	}
	.blog-news ul li .time .timebox .day{
		font-size: 26px;
	}
	.blog-news ul li .txt .t1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.blog-news ul li .txt{
		padding-left: 3%;
		width: 85.7%;
		border: none;
	}
	.blog-news ul li .more{
		display: none;
	}
	/*cases*/
	.cases{
		padding: 40px 0px;
	}
	.cases .screen{
		margin-top: 30px;
	}
	.cases .box{
		margin-top: 40px;
	}
	.cases .box ul{
		margin-bottom: 20px;
	}
	.cases .screen .screen-li{
		width: 35%;
	}
	.cases .box ul li a .txtbox .txt .t1{
		font-size: 20px;
	}
	/*case-details*/
	.case-details .box .content{
		padding-bottom: 35px;
	}
	.case-details .choice ul li a{
		font-size: 16px;
	}
	.nextprevli a{
		height: 70px;
		line-height: 70px;
	}
	.nextprevli a i{
		height: 70px;
	}
	/*contact*/
	.contact{
		padding: 40px 0px;
		background: url(../img101.png) top left no-repeat;
		background-size: 100%;
	}
	.contact .box{
		margin-top: 40px;
	}
	.contact .box .txtbox{
		width: 100%;
		padding-right: 0;
		margin-bottom: 3%;
	}
	.contact-title{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.contact .box .imgbox{
		width: 100%;
	}
	/*feekback*/
	.feekback{
		padding: 40px 0px 50px;
	}
	.feekback .box .content{
		margin-top: 30px;
	}
	.feekback .box .content .content-li .input-li{
		width: -moz-calc((100% - 40px) / 3);
	    width: -webkit-calc((100% - 40px) / 3);
	    width: calc((100% - 40px) / 3);
	    margin-right: 20px;
	}
	/*news*/
	.news{
		padding: 40px 0px;
	}
	.news .box{
		margin-top: 30px;
	}
	.news .box ul li{
		width: 48%;
	    margin-right: 4%;
	    margin-bottom: 4%;
	}
	.news .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.news .box ul li:nth-child(2n){
		margin-right: 0;
	}
	/*new-details*/
	.new-details{
		padding: 40px 0px 0px;
	}
	.new-details .title .t1{
		font-size: 28px;
	}
	.new-details .box .left{
		padding-bottom: 60px;
	}
	.new-details .box .left .content .details{
		padding: 25px 0px;
		margin-bottom: 20px;
	}
	/*product*/
	.product{
		padding: 40px 0px 50px;
	}
	.product .screen .screen-li{
		width:48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.product .screen .screen-li:nth-child(4n){
		margin-right: 4%;
	}
	.product .screen .screen-li:nth-child(2n){
		margin-right: 0;
	}
	.product .box{
		margin-top: 30px;
	}
	.product .box ul{
		margin-bottom: 25px;
	}
	.product .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.product .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.product .box ul li:nth-child(3n+1){ clear:none;	}
	.product .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.product .box ul li:nth-child(2n+1){clear: both;	}
	.cp .txtbox .t1{
		font-size: 20px;
	}
	.cp .txtbox .t2{
		font-size: 16px;
	}
	/*product-details*/
	.product-details{
		padding: 40px 0px 0px;
	}
	.product-details .attribute .left{
		width: 100%;
		margin-bottom: 20px;
	}
	.product-details .attribute .right{
		width: 100%;
		padding-left: 0;
	}
	.product-details .attribute .right .txtbox .t1{
		font-size: 28px;
	}
	.product-details .attribute .right .txtbox .t2{
		font-size: 18px;
		padding-bottom: 15px;
	}
	.product-details .attribute .right .txtbox .buy{
		margin-top: 30px;
	}
	.product-details .content ul li{
		margin-bottom: 20px;
	}
	.product-details .content ul li .txtbox ul{
		padding: 12px;
	}
	.product-details .content .more{
		padding: 15px;
	}
	.product-details .content .more .tips{
		float: none;
		width: 100%;
		line-height: inherit;
		margin-bottom: 15px;
		font-size: 20px;
	}
	.product-details .content .more a{
		display: block;
		float: none;
	}
	.product-details .like{
		padding: 40px 0px;
	}
	.product-details .like .title{
		font-size: 28px;
	}

}
@media screen and (max-width: 767px){
	.differen-project .imgbox{
		width: 100%;
	}
	.differen-project .imgbox .content .t1{
		margin-bottom: 20px;
		font-size: 28px;
	}
	.differen-project .imgbox .content .t2{
		margin-bottom: 40px;
	}
	.differen-project .txtbox ul li{
		padding: 4% 3%;
	}
	.product-details .content{
		margin: 40px auto 20px;
	}

}
@media screen and (max-width: 640px){
	.header .box .h-logo{
		height: 65px;
		line-height: 65px;
	}
	.header .menubtn, .header.white .menubtn, .header.fixed .menubtn{
		height: 65px;
		background-size: 80%;
	}
	.header .menubtn.on, .header.white .menubtn.on, .header.fixed .menubtn.on{
		background-size: 80%;
	}
	.m-nav{
		top: 65px;
		height: -moz-calc(100% - 65px);
	    height: -webkit-calc(100% - 65px);
	    height: calc(100% - 65px);
	}
	/*banner*/
	.i-banner .t1{
		font-size: 32px;
	}
	.i-banner .icon{
		margin: 12px auto;
	}
	.i-banner .t2 {
		font-size: 18px;
	}
	/*footer*/
	.footer{
		padding: 30px 0px;
	}
	.footer .copyright{
		width: 100%;
	}
	.footer .copyright .t1, .footer .copyright .t2{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.footer .ft-contact{
		width: 100%;
		margin-bottom: 20px;
	}
	/*index*/
	/*标题*/
	.i-title .title-h{
		font-size: 28px;
	}
	.i-title .line{
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.i-title .title-p{
		font-size: 16px;
	}
	/*product*/
	.i-product .box ul li{
		width: 100%;
		margin-right: 0;
	}
	.i-product .box ul li .txt{
		padding: 5% 5% 4%;
	}
	.i-product .box ul li .txt .t2{
		height: auto;
		margin-bottom: 5%;
	}
	/*i-advantage*/
	.i-advantage{
		padding-bottom: 30px;
	}
	.i-advantage .content{
		margin-top: 20px;
	}
	/*i-cases*/
	.i-cases{
		padding: 30px 0px 0px;
	}
	.i-cases .box .content .casebox .caseli .txt .t1{
		font-size: 18px;
	}
	.i-cases .swiper-button-prev{
		margin-right: 30px;
	}
	/*partners*/
	.i-partner{
		padding: 30px 0px;
	}
	.i-partner .box{
		margin-top: 20px;
		padding: 0;
	}
	/*i-about*/
	.i-about{
		padding: 30px 0px 0px;
	}
	.i-about .box .txtbox .txt{
		margin-bottom: 30px;
	}
	/*内页标题*/
	.headline-a{
		font-size: 28px;
	}
	.headline-b{
		font-size: 16px;
	}
	/*blog*/
	.blog{
		padding: 30px 0px;
	}
	.blog .blog-information{
		margin-top: 30px;
	}
	.blog .blog-information .box{
		padding-bottom: 30px;
	}
	.blog .blog-information .imgbox{
		width: 100%;
	}
	.blog .blog-information .txtbox{
		width: 100%;
		padding-left: 0;
		margin-top: 3%;
	}
	.blog-news ul{
		margin-bottom: 30px;
	}
	.blog-news ul li a{
		padding: 4.5% 0;
	}
	.blog-news ul li .time{
		width: 90px;
	}
	.blog-news ul li .time .timebox{
		font-size: 15px;
	}
	.blog-news ul li .time .timebox .day{
		font-size: 22px;
	}
	.blog-news ul li .txt{
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.blog-news ul li .txt .t1{
		font-size: 18px;
	}
	.blog-news ul li .txt .t2{
		font-size: 16px;
		line-height: inherit;
	}
	/*cases*/
	.cases{
		padding: 30px 0px;
	}
	.cases .screen{
		margin-top: 20px;
	}
	.cases .box{
		margin-top: 30px;
	}
	.cases .box ul{
		margin-bottom: 10px;
	}
	.cases .screen .screen-li{
		width: 40%;
	}
	.cases .box ul li a .txtbox .txt .t1{
		font-size: 18px;
	}
	.cases .box ul li a .txtbox .txt .t2{
		font-size: 16px;
	}
	/*case-details*/
	.nextprevdiv{
		padding: 0 5%;
	}
	.nextprevli a{
		font-size: 18px;
		height: 60px;
    	line-height: 60px;
	}
	.nextprevli a i{
		height: 60px;
	}
	.case-details .box .details .txt .t1{
		font-size: 22px;
		min-height: 60px;
	}
	/*contact*/
	.contact{
		padding: 30px 0px;
	}
	.contact .box{
		margin-top: 30px;
	}
	.contact-title{
		font-size: 24px;
	}
	/*feekback*/
	.feekback{
		padding: 30px 0px 50px;
	}
	.feekback .box .content{
		margin-top: 30px;
	}
	.feekback .box .content .content-li{
		margin-bottom: 0;
	}
	.feekback .box .content .content-li .input-li{
		width: 100%;
	    margin-right: 0;
	    margin-bottom: 3%;
	}
	.feekback .box .content .content-li .textli{
		margin-bottom: 6%;
	}
	.sub{
		display: block;
		margin: 0 auto;
	}
	/*news*/
	.news{
		padding: 30px 0px;
	}
	.news .box{
		margin-top: 30px;
	}
	.news .box ul{
		margin-bottom: 15px;
	}
	.news .box ul li{
		width: 100%;
		margin-right: 0;
	}
	.news .box ul li .txt{
		padding: 5%;
	}
	.news .box ul li .txt .t1{
		font-size: 18px;
	}
	.news .box ul li .txt .t3{
		margin-top: 10px;
	}
	/*new-details*/
	.new-details{
		padding: 30px 0px 0px;
	}
	.new-details .title .t1{
		font-size: 24px;
	}
	.new-details .box .left{
		padding-bottom: 50px;
	}
	.new-details .box .left .content .details{
		padding: 20px 0px;
		margin-bottom: 15px;
	}
	/*product-details*/
	.product-details{
		padding: 30px 0px 0px;
	}
	.product-details .attribute .right .txtbox .t1{
		font-size: 24px;
	}
	.product-details .like{
		padding: 30px 0px 40px;
	}
	.product-details .like .box{
		margin-top: 35px;
	}
	/**/
	.sidebar ul li{
		display: none;
	}
	.sidebar ul li.istopdiv{
		display: block;
	}
}
@media screen and (max-width: 639px){
.footer .footer-li{ padding-left:0;    margin-bottom: 0;}

	.i-banner .t1{
		font-size: 28px;
	}
	.i-banner .icon{
		margin: 6px auto;
	}
	.i-banner .t2 {
		font-size: 16px;
	}
	/*index*/
	/*标题*/
	.i-title .title-h{
		font-size: 24px;
	}
	.i-title .line{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.introduce .about .txtbox .t1 img{
		width: 160px;
	}
	.introduce .about .txtbox .t1 .line{
		height: 1px;
	}
	/*cases*/
	.cases{
	}
	.cases .screen{
		margin-top: 10px;
	}
	.cases .box{
		margin-top: 20px;
	}
	.cases .box ul{
		margin-bottom: 20px;
	}
	.cases .screen .screen-li{
		width: 100%;
	}
	.cases .dropmenurel01-tit{
		height: 40px;
		line-height: 40px;
	}
	.cases .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	/*case-details*/
	.case-details{
		padding-bottom: 40px;
	}
	.case-details .box{
		margin-top: 25px;
	}
	.case-details .box .details{
		margin-bottom: 3%;
	}
	.case-details .box .content{
		padding-bottom: 20px;
	}
	.case-details .choice ul li a{
		font-size: 15px;
	}
	.nextprevli a{
		font-size: 16px;
		height: 50px;
    	line-height: 50px;
	}
	.nextprevli a i{
		height: 50px;
	}
	.case-details .box .details .txt{
		width: 90%;
	}
	.case-details .box .details .txt .t1{
		font-size: 18px;
		min-height: 1px;
	}
	.case-details .box .details .downward{
		bottom: 6%;
	}
	.case-details .box .details .downward img{
		width: 30px;
		height: auto;
	}
	/*new-details*/
	.new-details .title{
		margin-bottom: 0;
	}
	.new-details .title .t1{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.new-details .box .left .content .details{
		font-size: 16px;
	}
	/*product*/
	.product .screen{
		margin-top: 35px;
	}
	.product .screen .screen-li{
		width: 100%;
		margin-right: 0;
	}
	.product .box ul{
		margin-bottom: 20px;
	}
	/*.product .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}*/
	.product-details .attribute .right .txtbox .t1{
		font-size: 20px;
	}
	.product-details .like .title{
		font-size: 24px;
	}
	.product-details .content{
		margin: 20px auto 10px;
	}
	.product-details .content ul li .title .word{
		font-size: 20px;
	}
	.product-details .attribute .right .txtbox .buy a{
		height: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 414px){
	.header .box .h-logo{
		height: 55px;
		line-height: 55px;
	}
	.header .box .h-logo img{
		width: 150px;
		height: auto;
	}
	.header .menubtn, .header.white .menubtn, .header.fixed .menubtn{
		height: 55px;
		background-size: 60%;
	}
	.header .menubtn.on, .header.white .menubtn.on, .header.fixed .menubtn.on{
		background-size: 60%;
	}
	.m-nav{
		top: 55px;
		height: -moz-calc(100% - 55px);
	    height: -webkit-calc(100% - 55px);
	    height: calc(100% - 55px);
	}
	/*footer*/
	.footer .ft-contact .txt, .footer .copyright .t1, .footer .copyright .t2{
		font-size: 15px;
	}
	/*i-advantage*/
	.i-advantage{
		padding-bottom: 20px;
	}
	.i-advantage .content{
		margin-top: 10px;
	}
	/*i-case*/
	.i-cases .swiper-button-prev{
		margin-right: 15px;
	}
	.i-cases .swiper-button-next, .i-cases .swiper-button-prev{
		-moz-background-size: 10px 17px;
	    -webkit-background-size: 10px 17px;
	    background-size: 10px 17px;
	}
	.i-cases .box .content .casebox .swiper-slide .caseli .txt{
		width: 100%;
	}
	.i-about .box .txtbox .txt{
		font-size: 16px;
		margin-bottom: 20px;
	}
	/*内页标题*/
	.headline-a{
		font-size: 24px;
	}
	/*contact*/
	.contact .box{
		margin-top: 20px;
	}
	.contact-title{
		font-size: 20px;
	}
	.contact .box .txtbox ul li .t2{
		font-size: 18px;
	}
	/*feekback*/
	.feekback{
		padding: 30px 0px 40px;
	}
	.feekback .box .content .content-li .input-li .re-input{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.sub-btn{
		font-size: 20px;
		height: 45px;
		line-height: 45px;
	}
}
