@media (min-width: 1025px){
	header{
		padding:0;
	}
	.view{
		padding:0;
		max-width: 900px;
		margin:0 auto;
	}
	.header-view{
		padding:0 3%;
	}
	header .logo{
		width: auto;
		line-height: 80px;
	}
	header .navbox{
		width:85%;
	}
	header .m-nav-box{
		display: none;
	}
	header .pc-nav-box{
		display: block;
		position: relative;
	}
	header .pc-nav-box .left{
		float: left;
		width: 49%;
		border-left:1px solid #eee;
	}
	header .pc-nav-box .left li{
		float: left;
		padding:0 6%;
		position: relative;
	}
	header .pc-nav-box .left li:after{
		content: "";
		position: absolute;
		right: 0;
		top:50%;
		width:1px;
		height: 12px;
		background: #e0e0e0;
		margin-top: -6px;
	}
	header .pc-nav-box .left li:last-child:after{
		display: none;
	}
	header .pc-nav-box .left li a{
		display: block;
		line-height: 75px;
		border-bottom:5px solid transparent;
		color: #000000;
		font-size: 14px;
		transition:border-color .3s linear,color .3s linear;
	}
	header .pc-nav-box .left li:hover a,
	header .pc-nav-box .left li.cur a{
		border-color: #0fa564;
		color: #0fa564;
	}
	header .pc-nav-box .right{
		float: right;
		width: 50%;
		margin:24px 0 0;
	}
	header .pc-nav-box .right .header-icon a{
		float: left;
		margin-left: 10px;
	}
	header .pc-nav-box .right .search-btn{
		margin:6px 10px 0;
		width:17px;
		height: 15px;
		background-position: center;
		background-image: url(../img/search.png);
		background-repeat: no-repeat;
	}
	header .pc-nav-box .right .right-nav li{
		float: right;
		position: relative;
	}
	header .pc-nav-box .right .right-nav li a.tit{
		display: block;
		font-size: 14px;
		color: #666666;
		padding:0 15px;
		position: relative;
		transition:all .3s linear;
	}
	header .pc-nav-box .right .right-nav li:hover a.tit,
	header .pc-nav-box .right .right-nav li.cur a.tit{
		color: #0fa564;
	}
	header .pc-nav-box .right .right-nav li a.tit:after{
		content: "";
		position: absolute;
		right: 0;
		top:50%;
		width: 1px;
		height: 10px;
		background:#e0e0e0;
		margin-top: -5px;
	}
	header .pc-nav-box .right .right-nav li .navson{
		display: none;
		position: absolute;
		left:0;
		top:30px;
		text-align: center;
		width: 120%;
		left:50%;
		transform:translateX(-50%);
		background: #fff;
		box-shadow: 0 0 10px #ccc;
	}
	header .pc-nav-box .right .right-nav li:hover .navson{
		display: block;
	}
	header .pc-nav-box .right .right-nav li .navson:after{
		content: "";
		position: absolute;
		left:50%;
		top:-5px;
		transform:translateX(-50%);
		width: 11px;
		height: 5px;
		background-image: url(../img/tou.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	header .pc-nav-box .right .right-nav li .navson a{
		display: block;
		padding:5px 0;
		color: #888;
	    font-size: 12px;
	    padding: 5px;
		transition:all .3s linear;
	}
	header .pc-nav-box .right .right-nav li .navson a:hover{
		color: #0fa564;
	}
	header .pc-nav-box .search-box{
		display: none;
		position: absolute;
		right: 0;
		top:0;
		width: 90%;
		padding:0 5%;
		height: 80px;
		background: #fff;
	}
	header .pc-nav-box .search-box .search-wrap{
		float: left;
		width:80%;
	}
	header .pc-nav-box .search-box .search-wrap input[type=submit]{
		float: left;
		height: 80px;
		padding:0;
		background-image:url(../img/search.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 17px;
		background-color: transparent;
		border:none;
	}
	header .pc-nav-box .search-box .search-wrap input[type=text]{
		height: 80px;
		line-height: 80px;
		border:none;
		outline: none;
		padding:0;
		width: 80%;
		padding-left: 30px;
		font-size: 16px;
		color: #666;
	}
	header .pc-nav-box .search-box .search-close{
		float: left;
		font-size: 40px;
		line-height: 80px;
		color: #666;
	}
	.clearfixed{
		height: 80px;
	}

	/************header end************/
	footer .view{
		padding:0;
	}
	.footer-top .navson a{
		transition:all .3s linear;
	}
	.footer-top .navson a:hover{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.share-box.jiathis_style_32x32 a{
		transition:all .3s linear;
	}
	.share-box.jiathis_style_32x32 a.jiathis_button_cqq:hover{
		background-image: url(../img/qq2.png);
	}
	.share-box.jiathis_style_32x32 a.jiathis_button_weixin:hover{
		background-image: url(../img/wechat2.png);
	}
	.share-box.jiathis_style_32x32 a.jiathis_button_tsina:hover{
		background-image: url(../img/sina2.png);
	}
	.footer-bottom .build a{
		transition:all .3s linear;
	}
	.footer-bottom .build a:hover{
		color: #fff;
	}
	/************footer end************/

	.i-banner .flex-control-nav{
		bottom:15%;
	}
	.i-banner .flex-control-paging li a{
		width: 50px;
	}
	.i-product-box{
		padding:0;
		position: relative;
		z-index: 80;
		transition:all .3s linear;
	}
	.i-product-box .i-product{
		position: absolute;
		left:0;
		top:0;
		width: 100%;
		top:-50px;
		box-shadow: 0 0 10px rgba(102,102,102,.46);
		background:#fff;
		margin:0;
		transition:all .3s linear;

	}
	.i-product-box .row{
		margin:0;
		transition:all .3s linear;
	}
	.i-product-box .item{
		padding:0;
		height: 80px;
		overflow: hidden;
		transition:all .3s linear;
	}
	.i-product-box .item .con-box{
		/*text-align: left;*/
		padding-top: 20px;
		position: relative;
		padding:20px 7%;
		transition:all .3s linear;
	}
	.i-product-box .item .con-box:after{
		content: "";
		position: absolute;
		left: 0;
		top:0;
		width: 1px;
		height: 100%;
		background: #e5e5e5;
	}
	.i-product-box .item .tit{
		display: inline-block;
		*display: inline;
		zoom:1;
		font-size: 16px;
		padding:0;
		line-height: 40px;
		padding-left: 50px;
		background-position: left center;
		transition:all .3s linear;
	}
	.i-product-box .item .con{
		opacity: 0;
		filter: alpha(opacity=0);
		transition:all .3s linear;
		height: 72px;
		overflow: hidden;
	}
	.i-product-box.cur{
		padding:40px 0;
	}
	.i-product-box.cur .i-product{
		position: static;
		box-shadow: none;
		background: none;
	}
	.i-product-box.cur .item .con-box{
		padding-top: 35px;
	}
	.i-product-box.cur .item .tit{
		padding:40px 0 0 0;
		background-position: center 0;
	}
	.i-product-box.cur .item{
		height: auto;
		padding:0 5px;
	}
	.i-product-box.cur .item .con{
		opacity: 1;
		filter: alpha(opacity=100);

	}
	.i-product-box.cur .item .con-box:hover .con{
		color: #000;
	}
	.i-case-box{
		padding:80px 0 70px;
	}
	.i-case-box .case-text-box{
		margin-bottom: 40px;
	}
	.i-case-box .case-text-box .case-text{
		background-position: top center;
	}
	.i-case-box .case-text .txt{
		padding:0 35px;
	}
	.i-case-box .list li{
		margin-bottom: 15px;
	}
	.i-case-box .list li img{
		transition:all .3s linear;
	}
	.i-case-box .list li .img{
		overflow: hidden;
	}
	.i-case-box .list li:hover img{
		transform:scale(1.1);
	}
	.index-more{
		width: 186px;
		height: 50px;
		line-height: 50px;
		transition:all .3s linear;
	}
	.index-more:hover{
		background:#bbc3c7;
	}
	.i-news-box  .i-news{
		margin: 30px 0 0;
	}
	.i-news-box .left-wrap .swiper-slide .img{
		overflow: hidden;
	}
	.i-news-box .left-wrap .swiper-slide .img img{
		transition:all .3s linear;
	}
	.i-news-box .left-wrap .swiper-slide:hover img{
		transform:scale(1.1);
	}
	.i-news-box .right-wrap .img{
		overflow: hidden;
	}
	.i-news-box .right-wrap .img img{
		transition:all .3s linear;
	}
	.i-news-box .right-wrap:hover img{
		transform:scale(1.1);
	}
	.i-about-box .text-box .con{
		width:70%;
	}
	.aside-box{
		position: fixed;
		bottom:0;
		left:0;
		width: 100%;
		height:55px;
		background-color: #f6f6f6;
		font-size: 0;
		text-align: center;
		z-index: 99;
		display: block;
	}

	.aside-box li{
		display: inline-block;
		*display: inline;
		zoom:1;
		margin:0 14px;
		padding-top: 8px;
	}
	.aside-box li a{
		display: block;
		font-size: 12px;
		color:#666;
	}
	.aside-box li .icon{
		width: 20px;
		height:20px;
		margin:0 auto 2px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.aside-box{
		top:50%;
		bottom:auto;
		left:auto;
		right:0;
		width: 50px;
		height: auto;
		background: none;
		text-align: left;
		margin-top: -102px;
	}
	.aside-box li{
		display: block;
		width: 100%;
		height:50px;
		margin:0;
		padding:0;
		background: #303030;
		margin-bottom: 1px;
		overflow: hidden;
	}
	.aside-box li a{
		display: block;
		position: relative;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		color: #fff;
	}
	.aside-box li .icon{
		position: absolute;
		right:0;
		top:0;
		width: 50px;
		height:50px;
		background-size: 22px 22px;
		z-index: 3;
		background-color: #303030;
	}
	.aside-box li:nth-child(1) .icon{
		background-image: url(../img/aside-icon1.png);
	}
	.aside-box li:nth-child(2) .icon{
		background-image: url(../img/aside-icon2.png);
	}
	.aside-box li:nth-child(3) .icon{
		background-image: url(../img/aside-icon3.png);
	}
	.aside-box li:nth-child(4) .icon{
		background-image: url(../img/aside-icon4.png);
	}
	.aside-box li:nth-child(5) .icon{
		background-image: url(../img/aside-icon5.png);
	}
	.aside-box li .txt{
		width: 120px;
		font-size: 14px;
		
	}
	.aside-box{
		width: 50px;
		transition: all .3s linear;
	}
	.aside-box.on{
		width: 170px;
	}
	.aside-box li{
		transition:all .3s linear;
	}
	.aside-box li a{
		transition:all .3s linear;
	}
	.aside-box li .icon{
		transition:all .3s linear;
	}
	.aside-box li:hover{
		background: #0fa564;
	}
	.aside-box li:hover a{
		color:#fff;
	}
	.aside-box li:hover .icon{
		background-color: #0fa564;
	}

	/************welcome end************/
	.product-box{
		padding:0;
		background-image: url(../img/product-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.product-box .view{
		height: 100%;
	}
	.product-box  .product{
		height: 100%;
	}
	.product-box .product .swiper-slide{
		width: 33.33%;
		height: 100%;
		box-sizing:border-box;
		
		margin-right: 0;
		padding-left: 2px;
	}
	.product-box .product .swiper-slide .con-box{
		position: relative;
		height: 100%;
		border-left: 1px solid rgba(255,255,255,0.3);
	}
	.product-box .product .swiper-slide a.img{
		display: none;
	}
	.product-box .product .swiper-slide .text-box {
		position: relative;
	    padding: 0 9%;
	    width: 82%;
	}
	.product-box  .product .swiper-slide .text-box:after{
		content: "";
		position: absolute;
		left: -2px;
		top:60px;
		width: 3px;
		height: 42px;
		background:#0fa564;
	}
	.product-box .btn-view{
		display: none;
	}
	.product-box  .product .swiper-slide .con{

		margin:20px 0 0;
	}
	
	.product-box  .product .swiper-slide .line{
		margin:15px 0;
	}

	.product-box  .product .swiper-slide a.tit{
		font-size: 18px;
	}
	.product-box  .product .swiper-slide .txt a{
		font-size: 16px;
		line-height: 30px;
		transition:all .3s linear;
	}
	.product-box  .product .swiper-slide .txt a:hover{
		color: #fff;
	}
	/**********product end*************/
	.product-list-box{
		padding:60px 0;
	}
	.product-list-box .left{
		float: left;
		width: 23%;
	}
	.m-aside{
		display: none;
	}
	.pc-aside{
		display: block;
	}
	.product-list-box .pro-aside{
		margin: 0;
	}
	.product-list-box .left{
		padding:0;
	}
	.product-list-box .left .tit{
		padding:10px 10px 10px 40px;
		background-color:#0fa564 ;
		/*background-image: url(../img/product-tit2.png);*/
		background-position: 15px 10px;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
	}
	.product-list-box .pc-aside{
		display: block;
		padding:15px 15px 50px;
		box-shadow: 0 4px 10px rgba(11,1,2,.1);
	}
	.product-list-box .pc-aside a{
		display: block;
	}
	.product-list-box .pc-aside .aside-tit{
		position: relative;
		font-size: 14px;
		color: #666;
		border-bottom:1px solid #e6e5e5;
		padding:5px 0;
	}
	.product-list-box .pc-aside .aside-tit:after{
		content: "";
		position: absolute;
		right: 0;
		top:50%;
		margin-top:-7px;
		width: 14px;
		height: 14px;
		background-image:url(../img/pc-select2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		transition:all .3s linear;
	}
	.product-list-box .pc-aside .sub{
		display: none;
	}
	.product-list-box .pc-aside .sub a{
		font-size: 14px;
		color: #666;
		padding:5px 0 5px 15px;
		border-bottom:1px solid #e6e5e5;
		background-image: url(../img/pc-select-init.png);
		background-repeat: no-repeat;
		background-position: right center;
		transition:all .3s linear;
	}
	.product-list-box .pc-aside .sub a:hover{
		color: #0fa564;
	}
	.product-list-box .pc-aside li.cur .aside-tit{
		color: #0fa564;
	}
	.product-list-box .pc-aside li.cur .aside-tit:after{
		transform:rotate(90deg);
	}
	.product-list-box .pc-aside .sub a:hover,
	.product-list-box .pc-aside .sub a.cur{
		color:#0fa564;
		background-image: url(../img/pc-select2.png);
	}
	.product-list-box .right{
		position: relative;
		float: right;
		width: 75.3%;
	}
	.product-list-box .right .top{
		position: absolute;
		left: 0;
		top:0;
		width: 100%;
		display: block;
		padding:0 5%;
		background:#ffffff;
		width:90%;
		box-shadow: 0 0 20px rgba(11,1,2,.1);
		z-index: 30;
	}
	.product-list-box .right .top .type-box{
		width: 95%;
		padding-right: 5%;
		font-size: 0;
		position: relative;
		overflow: hidden;
		padding:10px 5% 10px 0;
	}
	.product-list-box .right .type{

	}
	.product-list-box .right .type a{
		float: left;
		font-size: 14px;
		color: #888888;
		line-height: 40px;
		width: auto;
		margin-right: 5%;
		transition:color .3s linear;
	}
	.product-list-box .right .down{
		content: "";
		position: absolute;
		right: 0;
		top:24px;
		width: 18px;
		height: 10px;
		background-repeat: no-repeat;
		background-image: url(../img/type-btn.png);
		background-size: cover;
	}
	.product-list-box .right .top a:hover,
	.product-list-box .right .top a.cur{
		color: #0fa564;
	}
	.product-list-box .right .list{
		position: relative;
		z-index: 20;
		margin-top: 20px;
		padding:0;
	}
	.product-list-box .right .list .con-box{
		transition:all .3s linear;
	}
	.product-list-box .right .list .con-box:hover{
		border-color: #0fa564;
	}
	.news-page a{
	    padding: 4px 14px;
		font-size: 14px;
		transition:all .3s linear;
	}
	.news-page a.prev,
	.news-page a.next{
		padding:4px 20px;
	}
	.news-page a:hover{
		background: #0fa564;
	    border-color: #0fa564;
	    color: #fff;
	}
	.product-list-box .right .list .text-box .sub-tit{
		font-size: 12px;
	}
	.product-list-box .right .list .text-box .tit{
		font-size: 14px;
	}
	/************product end************/
	.product-img-box{
		/*margin:90px 0 0;*/
		position: relative;
		z-index: 40;
	}
	.product-img-box .pc-img-box{
		padding-top: 20px;
	}
	.product-img-box .pc-img-box a{
		display: block;
	}
	.product-img-box .pc-img-box .scale{
		display: block;
		font-size: 14px;
		color:#333333;
		padding-left: 30px;
		background: url(../img/scale.png) no-repeat left center;
	}
	.product-img-box .text-box{
		padding-top:20px;
		position: relative;
		z-index: 30;
	}
	.product-img-box .text-box .type-btns a{
		width:120px;
		transition:all .3s linear;
	}
	.product-img-box .text-box .type-btns a:hover{
		background: #0fa564;
	}
	.product-img-box .text-box .buy{
		margin:0;
	}
	div.zoomDiv{
		z-index:999;
		position:absolute;
		top:0px;
		left:0px;
		width:200px;
		height:200px;
		background:#ffffff;
		border:1px solid #CCCCCC;
		display:none;
		text-align:center;
		overflow:hidden;
	}
	div.zoomMask{position:absolute;
		background:url(../img/mask.png) repeat scroll 0 0 transparent;
		cursor:move;
		z-index:1;
	}
	.product-img-box .thrumbs{
		margin:15px 0 0;
	}
	.productdtl-tit-box{
		padding:0;
	}
	.productdtl-tit-box .swiper-slide a{
		position: relative;
		transition:all .3s linear;
	}
	.productdtl-tit-box .swiper-slide a:before{
		content: "";
		position: absolute;
		left:0;
		bottom:0;
		width: 100%;
		height: 2px;
		background: #0fa564;
		opacity: 0;
		filter: alpha(opacity=0);
		transition:all .3s linear;
	}
	.productdtl-tit-box .swiper-slide a:after{
		content: "";
		position: absolute;
		left:50%;
		bottom:0;
		width: 13px;
		height: 6px;
		background:url(../img/curtit.png) no-repeat center / cover;
		opacity: 0;
		filter: alpha(opacity=0);
		margin-left: -3px;
		transition:all .3s linear;
	}
	.productdtl .tab .con table td{
		padding:15px 0;
	}
	.productdtl-tit-box .swiper-slide:hover a,
	.productdtl-tit-box .swiper-slide.cur a{
		color:#0fa564;
	}
	.productdtl-tit-box .swiper-slide:hover a:before,
	.productdtl-tit-box .swiper-slide:hover a:after,
	.productdtl-tit-box .swiper-slide.cur a:before,
	.productdtl-tit-box .swiper-slide.cur a:after{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.productdtl-tit-box .swiper-slide:nth-child(1):hover a,
	.productdtl-tit-box .swiper-slide:nth-child(1).cur a{
		background-image: url(../img/h-productdtl-icon1.png);
	}
	.productdtl-tit-box .swiper-slide:nth-child(2):hover a,
	.productdtl-tit-box .swiper-slide:nth-child(2).cur a{
		background-image: url(../img/h-productdtl-icon2.png);
	}
	.productdtl-tit-box .swiper-slide:nth-child(3):hover a,
	.productdtl-tit-box .swiper-slide:nth-child(3).cur a{
		background-image: url(../img/h-productdtl-icon3.png);
	}
	.productdtl-tit-box .swiper-slide:nth-child(4):hover a,
	.productdtl-tit-box .swiper-slide:nth-child(4).cur a{
		background-image: url(../img/h-productdtl-icon4.png);
	}
	.productdtl-tit-box .swiper-slide:nth-child(5):hover a,
	.productdtl-tit-box .swiper-slide:nth-child(5).cur a{
		background-image: url(../img/h-productdtl-icon5.png);
	}
	.productdtl .tab .install{
		margin:35px 0 0;
	}
	.productdtl .tab .download a{
		position: relative;
	}
	.productdtl .tab .download a:before{
		content: "";
		position: absolute;
		left:0;
		top:0;
		width: 4px;
		height: 100%;
		background: #0fa564;
		opacity: 0;
		filter: alpha(opacity=0);
		transition:all .3s linear;
	}
	.productdtl .tab .download a:hover:before{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.top-wrap{
		position: relative;
		margin:20px 0 0;
		height: 60px;
	}
	.pro-desc-box{
		margin:0;
		padding:30px;
	}
	.pro-desc-box .tit-box{
		background-size: 47px;
		padding-left: 60px;
	}
	.pro-desc-box .con{
		padding-left: 60px;
		width: auto;
	}
	.recommend-box{
		/*padding:0;*/
	}
	.recommend-box h3{
		font-size: 24px;
	}
	/***********productdtl end************/
	.sub-banner img {
	    width: 100%;
	    transform: translateX(0);
	}
	.sub-banner .text-box{
		margin-top: -50px;
	}
	.sub-banner .text-box .en{
		font-size: 50px;
		line-height: 60px;
	}
	.sub-banner .text-box .cn{
		font-size: 24px;
	}
	.sub-nav a{
		background-position: 20px center;
		padding:20px 0 20px 35%;
		font-size: 16px;
		transition:all .3s linear;
	}
	.sub-nav .swiper-slide:hover a{
		background-color: #0fa564;
		color:#fff;
	}
	.case-nav .swiper-slide:nth-child(1):hover a{
		background-image: url(../img/h-case-icon1.png);
	}
	.case-nav .swiper-slide:nth-child(2):hover a{
		background-image: url(../img/h-case-icon2.png);
	}
	.case-nav .swiper-slide:nth-child(3):hover a{
		background-image: url(../img/h-case-icon3.png);
	}
	.case-box{
		padding:80px 0;
	}
	.case-box .list li{
		margin-bottom: 20px;
	}
	.case-box .more{
		transition:all .3s linear;
	}
	.case-box .more:hover{
		color: #fff;
		background: #0fa564;
	}
	/***********case end**********/
	.simg-box .next,
	.simg-box .prev{
		transition:all .3s linear;
	}
	.simg-box .next{
		right: -30px;
	}
	.simg-box .prev{
		left: -30px;
	}
	.simg-box .next:hover{
		background-image: url(../img/casedtl-next2.png);
	}
	.simg-box .prev:hover{
		background-image: url(../img/casedtl-prev2.png);
	}
	.casedtl-box .text-box{
		padding:40px 0;
	}
	.casedtl-box .text-box h3{
		font-size: 24px;
	}
	.casedtl-box .text-box .time{
		font-size: 14px;
		color: #d0d0d0;
	}
	.casedtl-box .back{
		transition:all .3s linear;
	}
	.casedtl-box .back:hover{
		background: #0fa564;
		color:#fff;
		border-color: #0fa564;
	}
	/***********casedtl end***********/
	.contact-box .contact .item .icon{
		float: left;
		width: 80px;
		height: 80px;
	}
	.contact-box .contact .item .text-box{
		float: left;
		text-align: left;
		margin:0 0 0 20px;
	}
	.contact-box .contact .item .tit{
		font-size: 18px;
		line-height: 30px;
	}
	.contact-box{
		padding:60px 0;
	}
	.map-box .map{
		height: 600px;
	}
	.map-box .position-box .img:after{
		width: 60px;
		height: 60px;
		bottom:-30px;
	}
	.map-box .position-box{
		width: 330px;
	}
	.map-box .position li .tit{
		font-size: 18px;
	}
	.map-box .position li .desc{
		font-size: 14px;
		line-height: 26px;
		color: #999;
	}
	/************contact end************/
	.about-nav .swiper-slide:nth-child(1):hover a{
		background-image: url(../img/h-about-icon1.png);
	}
	.about-nav .swiper-slide:nth-child(2):hover a{
		background-image: url(../img/h-about-icon2.png);
	}
	.about-nav .swiper-slide:nth-child(3):hover a{
		background-image: url(../img/h-about-icon3.png);
	}
	.about-nav .swiper-slide:nth-child(4):hover a{
		background-image: url(../img/h-about-icon4.png);
	}
	.about-nav .swiper-slide:nth-child(5):hover a{
		background-image: url(../img/h-about-icon5.png);
	}
	.about-nav .swiper-slide:nth-child(6):hover a{
		background-image: url(../img/h-about-icon6.png);
	}
	.develop-box{
		padding:60px 0;
	}
	.develop-box .tit-box h3{
		font-size: 30px;
	}
	.develop-box .develop{
		margin:30px 0 0;
	}
	.develop-box .develop .line-box{
		left: 50%;
	}
	.develop-box .develop li{
		margin-bottom: 0;
	}
	.develop-box .develop li .con-box{
		float: left;
		width: 50%;
	}
	.develop-box li .con-box .con{
		transition:all .3s linear;
	}
	.develop-box .develop li:nth-child(2n) .con-box{
		float: right;
	}
	.develop-box .text-box{
		width: 85%;
	}
	.develop-box .text-box .img{
		width: 38%;
		overflow: hidden;
	}
	.develop-box .text-box .img img{
		transition:all .3s linear;
	}
	.develop-box .text-box{
		float: left;
		margin:0;
		transition:all .3s linear;
	}
	.develop-box .develop li:nth-child(2n) .text-box{
		float: right;
	}
	.develop-box .text-box .txt{
		padding:20px;
		font-size: 12px;
		width: 62%;
		box-sizing:border-box;
	}
	.develop-box .develop li:nth-child(2n+1) .pc-time{
		left: auto;
		right: -49%;
	}
	.develop-box .pc-time{
		left: -49%;
		transition:all .3s linear;
	}
	.develop-box .develop li:nth-child(2n+1) .txt:before{
		transform:rotate(-135deg);
		left: auto;
		right: -8px;

	}
	.develop-box .develop li:nth-child(2n+1) .img{
		float: left;
	}
	.develop-box .develop li:nth-child(2n+1) .txt{
		right: 0;
		left: auto;
	}
	.develop-box li .con-box .txt:before{
		transition:all .3s linear;
	}
	.develop-box .develop li .con-box:hover .img img{
		transform:scale(1.1);
	}
	.develop-box .develop li .con-box:hover .pc-time{
		color: #0fa564;
	}
	.develop-box .develop li .con-box:hover .text-box{
		background: #0fa564;
	}
	.develop-box li .con-box:hover .txt:before{
		background:#0fa564;
		border-color: #0fa564;
	}
	.develop-box li .con-box:hover .con{
		color: #fff;
	}
	/********develop end*************/
	.honor-box{
		padding:80px 0;
	}
	.honor-box h3{
		font-size: 30px;
	}
	.honor-box .honor{
		margin:40px 0 0;
	}
	.honor-box .honor .item{
		margin-bottom: 30px;
	}
	.honor-box .honor .img{
		padding:15px;
	}
	.honor-box .honor .text{
		margin:10px 0 0;
	}
	/***********honor end***********/
	.link-box{
		padding:50px 0;
	}
	.link-box h3{
		font-size: 30px;
	}
	.link-box .link{
		margin:50px 0 0;
	}
	.link-box .item{
		width: 20%;
	}
	.link-box .item .con-box{
		position: relative;
	}
	.link-box .item .icon{
		display: block;
		position: absolute;
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		background: rgba(15,165,100,.8);
		opacity: 0;
		filter: alpha(opacity=0);
		transition:all .3s linear;
		border-radius: 6px;
	}
	.link-box .item .icon img{
		width: 27px;
		height: 27px;
		position: absolute;
		left:50%;
		top:50%;
		margin:-13px 0 0 -13px;
	}
	.link-box .item .con-box:hover .icon{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	/*************link end***********/
	.book-box{
		padding:110px 0;
	}
	.book-box .tit-box h3{
		font-size: 30px;
		line-height: 48px;
	}
	.book-box .selected{
		padding:10px 10px 10px 60px;
		background-position: 25px center;
	}
	.book-box .book{
		margin:30px 0 0;
	}
	.book-box .sub a{
		transition:all .3s linear;
	}
	.book-box .sub a:hover{
		color: #0fa564;
	}
	.book-table{
		margin:40px 0 0;
		padding:0 40px;
	}
	.book-table td{
		padding:20px;
	}

	.book-table td .look{
		transition:all .3s linear;
	}
	.book-table td .look:hover{
		color: #0fa564;
	}

	.book-table tr td:nth-child(4) {
	    padding-left: 100px;
	}
	.book-tab-box {
	    padding: 40px 100px;
	}
	.book-tab-box .prev,
	.book-tab-box .next{
		transition:all .3s linear;
	}
	.book-tab-box .prev:hover{
		background-image: url(../img/book-prev2.png);
	}
	.book-tab-box .next:hover{
		background-image: url(../img/book-next2.png);
	}
	.book-tab-box .close-btn {
	    right: 20px;
	    top: 15px;
	}
	.book-box .news-page{
		margin:80px 0 0;
	}
	/***********diploma end*********/
	.news-nav .swiper-slide:nth-child(1):hover a{
		background-image: url(../img/h-news-icon1.png);
	}
	.news-nav .swiper-slide:nth-child(2):hover a{
		background-image: url(../img/h-news-icon2.png);
	}
	.news-box{
		padding:50px 0 95px;
	}
	.news-box h3{
		font-size: 30px;
	}
	.news-box .news .item{
		padding:0 10px;
		margin-bottom: 30px;
	}
	.news-box .con-box{
		transition:all .3s linear;
	}
	.news-box .con-box .text-box{
		padding:20px 30px;
	}
	.news-box .con-box .tit{
		transition:all .3s linear;
	}
	.news-box .con-box .con{
		margin:10px 0 0;
		transition:all .3s linear;
	}
	.news-box .con-box .time-box{
		margin:70px 0 0;
	}
	.news-box .con-box .time-box .time{
		transition:all .3s linear;
	}
	.news-box .con-box .img{
		width: 100%;
		overflow: hidden;
	}
	.news-box .con-box .img img{
		transition:all .3s linear;
	}
	.news-box .con-box:hover img{
		transform:scale(1.1);
	}
	.news-box .con-box:hover{
		background: #0fa564;
	}
	.news-box .con-box:hover .text-box .tit{
		color: #fff;
	}
	.news-box .con-box:hover .text-box .con{
		color: #fff;
	}
	.news-box .con-box:hover .time-box .time{
		color: #fff;
	}
	.news-box .news-page{
		margin:70px 0 0;
	}
	/***********news end*********/
	.download-box{
		padding:50px 0 90px;s
	}
	.download-box h3{
		font-size: 30px;
	}
	.download-box .download{
		margin:30px 0 0;
	}
	.download-box .download .download-title a{
		font-size: 18px;
		padding:20px 0;
		transition:all .3s linear;
	}
	.download-box .download .download-title a:before{
		transition:all .3s linear;
	}
	.download-box .download .download-title a:hover{
		color: #0fa564;
		border-color: #0fa564;
	}
	.download-box .download .download-title a:hover:before{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.download-box .download .list{
		margin:40px 0 0;
		padding:0 40px;
	}
	.download-box .download .list a{
		padding:20px 0;
		transition:all .3s linear;
	}
	.download-box .download .list a:hover{
		color: #0fa564;
	}
	.download-box .news-page{
		margin:60px 0 0;
	}
	.check-form-box .check-form{
		padding:40px 260px 80px;
		width: 400px;
	}
	.check-form-box .check-form h3{
		margin-bottom: 30px;
	}
	.check-form-box .check-form textarea{
		height: 150px;
	}
	.check-form-box .check-form img{
		height: 32px;
	}
	.check-form-box .check-form input[type=submit]{
		margin:25px 0 0;
	}
	/**********download end*********/
	.tech-box{
		padding:50px 0 80px;
	}
	.tech-box h3{
		font-size: 30px;
	}
	.tech-box .list{
		margin:40px 0 0;
	}
	.tech-box .list li{
		margin-bottom: 30px;
		transition:all .3s linear;
	}
	.tech-box .list li .img{
		overflow: hidden;
	}
	.tech-box .list li img{
		transition:all .3s linear;
	}
	.tech-box .list li .img:after{
		transition:all .3s linear;
	}
	.tech-box .list .tit{
		font-size: 22px;
		transition:all .3s linear;
	}
	.tech-box .list .txt{
		transition:all .3s linear;
	}
	.tech-box .list .line{
		transition:all .3s linear;
	}
	.tech-box .list li:hover{
		background: #0fa564;
	}
	.tech-box .list li:hover img{
		transform:scale(1.1);
	}
	.tech-box .list li:hover .img:after{
		background: #0fa564;
	}
	.tech-box .list li:hover .tit{
		color: #fff;
	}
	.tech-box .list li:hover .line{
		background: #fff;
	}
	.tech-box .list li:hover .txt{
		color: #fff;
	}
	/***********advantage end**********/
	.human-nav .swiper-slide:nth-child(1):hover a{
		background-image: url(../img/h-download-icon1.png);
	}
	.human-nav .swiper-slide:nth-child(2):hover a{
		background-image: url(../img/h-download-icon2.png);
	}
	.idea-box{
		padding: 50px 0;
	}
	.idea-box h3{
		font-size: 30px;
	}
	.create-box{
		padding:70px 0;
	}
	.create-box h3{
		font-size: 30px;
	}
	.create-box .create{
		margin:40px 0 0;
	}
	.create-box .create li .text-box .tit{
		font-size: 20px;
		transition:all .3s linear;
	}
	.create-box .create li .line{
		width: 20px;
	}
	.create-box .create li .img{
		overflow: hidden;
	}
	.create-box .create li img{
		transition:all .3s linear;
	}
	.create-box .create li:hover img{
		transform:scale(1.1);
	}
	.create-box .create li:hover .text-box .tit{
		color: #0fa564;
	}
	.combine-box{
		padding:60px 0;
	}
	.combine-box h3{
		font-size: 30px;
	}
	.combine-box .combine{
		margin:50px 0 0;
	}
	.combine-box .combine .item{
		padding:35px 20px 60px;
		transition:all .3s linear;
	}
	.combine-box .combine .item .icon{
		width: 60px;
		height: 60px;
		transition:all .3s linear;
	}
	.combine-box .combine .con{
		margin:30px 0 0;
		transition:all .3s linear;
	}
	.combine-box .combine .item:hover{
		background: #0fa564;
	}
	.combine-box .combine .item:hover .con{
		color: #fff;
	}
	.combine-box .combine .item:nth-child(1):hover .icon{
		background-image: url(../img/h-combine-icon1.png);
	}
	.combine-box .combine .item:nth-child(2):hover .icon{
		background-image: url(../img/h-combine-icon2.png);
	}
	.combine-box .combine .item:nth-child(3):hover .icon{
		background-image: url(../img/h-combine-icon3.png);
	}
	.combine-box .combine .item:nth-child(4):hover .icon{
		background-image: url(../img/h-combine-icon4.png);
	}
	.combine-box .combine .item:nth-child(5):hover .icon{
		background-image: url(../img/h-combine-icon5.png);
	}
	/**********idea end*********/
	.recruit-box{
		padding:60px 0;
	}
	.recruit-box .recruit{
		margin:50px 0 0;
	}
	.recruit-box h3{
		font-size: 30px;
	}
	.recruit .list .tit{
		padding:20px 0;
	}
	.recruit .list .drop:after{
		left: 20px;
	}
	.recruit-more{
		width: 95px;
		padding-left: 70px;
		background-position: 40px center;
		margin-top: 45px;
		border:1px solid #0fa564;
		transition:all .3s linear;
	}
	.recruit-more:hover{
		background-color:transparent;
		color: #0fa564;
		background-image: url(../img/recruit-more2.png);
	}
	/**********recruit end************/
	.company-box h3{
		font-size: 30px;
	}
	.company-box .company{
		margin:20px 0 0;
	}
	.company-box .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.company-box .con{
		font-size: 14px;
		line-height: 24px;
		padding:0 15px;
	}
	.num-box .item .num{
		font-size: 70px;
		line-height: 80px;
	}
	.area-box{
		padding:80px 0;
	}
	.area-box h3{
		font-size: 30px;
	}
	.area-box .icon-box .item{
		margin:0 25px;
	}
	.area-box .icon-box .item .icon{
		transition:all .3s linear;
	}
	.area-box .icon-box .text{
		font-size: 18px;
		transition:all .3s linear;
	}
	.area-box .icon-box .item:hover .text{
		color: #0fa564;
	}
	.area-box .icon-box .item:nth-child(1):hover .icon{
		background-image: url(../img/h-area-icon1.png);
	}
	.area-box .icon-box .item:nth-child(2):hover .icon{
		background-image: url(../img/h-area-icon2.png);
	}
	.area-box .icon-box .item:nth-child(3):hover .icon{
		background-image: url(../img/h-area-icon3.png);
	}
	.area-box .icon-box .item:nth-child(4):hover .icon{
		background-image: url(../img/h-area-icon4.png);
	}
	.area-box .icon-box .item:nth-child(5):hover .icon{
		background-image: url(../img/h-area-icon5.png);
	}
	.area-box .icon-box .item:nth-child(6):hover .icon{
		background-image: url(../img/h-area-icon6.png);
	}
	.area-box .icon-box .item:nth-child(7):hover .icon{
		background-image: url(../img/h-area-icon7.png);
	}
	.about-content{
		padding:80px 0;
	}
	.about-content .row{
		margin-right: -20px;
		margin-left: -20px;
	}
	.about-content .con{
		padding:0 20px;
		font-size: 14px;
		line-height: 26px;
	}
	/************about end***********/
	.newsdtl{
		padding:60px 0;
	}
	.newsdtl .infotit{
		padding-bottom: 20px;
		border-bottom:1px solid #ccc;
	}
	.newsdtl .infotit h2{
		font-size: 28px;
	}
	.newsdtl .infotit p{
		font-size: 16px;
	}
	.newsdtl .infotx{
		font-size: 14px;
		margin:20px 0 0;
	}
	.newsdtl .infoctrl{
		margin-top:40px;
		padding-top: 20px;
	}
	.newsdtl .infoctrl .pagectrl a,
	.newsdtl .infoctrl .pageback{
		transition:all .3s linear;
	}
	.newsdtl .infoctrl .pagectrl a{
		margin-bottom: 10px;
	}
	.newsdtl .infoctrl .pagectrl a:hover{
		color:#0fa564;
	}
	.newsdtl .infoctrl .pageback:hover{
		background: transparent;
		color:#0fa564;
	}
	/***********newsdtl end************/
	.recruitdtl-box .file{
		display: block;
	}
	.recruitdtl .txt{
		font-size: 16px;
		width: 25%;
	}
	.recruitdtl input{
		width: 66%;
	}
	.recruitdtl .resume .txt{
		width: 8.5%;
	}
	.recruitdtl select{
		width: 72%;
	}
	.recruitdtl textarea{
	    margin-left: 1.1%;
	    width: 84.5%;
	    height:200px;
	}
	.recruitdtl input[type=submit]{
		margin-left: 9.6%;
	}
	.recruitdtl .check-box .txt{
		width: 20%
	}
	/************recruitdtl end**********/
	.search-list-box{
		margin-bottom: 50px;
	}
	.search-list-box .view{
		padding:0;
	}
	.search-wrap-box{
		padding:80px 0;
	}
	.search-list-box{
		padding:0;
	}
	.search-wrap-box h3{
		font-size: 30px;
	}
	.search-list-box .right{
		float: none;
		width: 100%;
	}
	.search-list-box .right .list{
		padding:0;
	}
	.search-wrap-box .search-more{
		transition:all .3s linear;
	}
	.search-wrap-box .search-more:hover{
		background: transparent;
		color: #0fa564;
	}
}
@media (min-width: 1367px){
	.view{
		max-width: 1200px;
	}
	header .logo{
		line-height: 90px;
	}
	header .pc-nav-box .left li a{
		font-size: 16px;
	}
	header .pc-nav-box .right .header-icon a{
		margin-left: 15px;
	}
	header .pc-nav-box .right .right-nav li a.tit{
		padding:0 20px;
	}
	header .pc-nav-box .left li a{
		line-height: 85px;
	}
	header .pc-nav-box .right{
		margin-top:30px;
	}
	header .pc-nav-box .right .search-btn{
		margin-left: 20px;
	}
	header .pc-nav-box .search-box{
		height: 90px;
	}
	header .pc-nav-box .search-box .search-wrap input[type=submit]{
		height: 90px;
	}
	header .pc-nav-box .search-box .search-wrap input[type=text]{
		height: 90px;
		line-height: 90px;
	}
	header .pc-nav-box .search-box .search-close{
		line-height: 90px;
	}
	.clearfixed{
		height: 90px;
	}
	/*************header end************/
	.footer-top .f-nav{
		float: left;
		width: 80%;
	}
	.footer-top .f-nav li{
		text-align: left;
		width: auto;
		margin-right: 10%;
	}
	.footer-top .f-nav li:last-child{
		margin-right: 0;
	}
	.f-right{
		float: right;
		margin-top:10px;
		width: 20%;
	}
	.f-right .select{
		position: relative;
	}
	.f-right .select .title{
		display: block;
		height: 40px;
		border-radius: 25px;
		background-color: #3b3b3b;
		background-image: url(../img/down.png);
		background-repeat: no-repeat;
		background-position: 93% center;
		border:none;
		outline: none;
		padding:0 10%;
		width: 80%;
		color: rgba(255,255,255,.5);
		font-size: 14px;
		appearance:none;
		-webkit-appearance:none;
		position: relative;
		z-index: 30;
		border-bottom: 1px solid transparent;
		line-height: 40px;
	}
	.f-right .select .sub{
		position: absolute;
		left:0;
		top:10px;
		width:100%;
		border-radius: 25px;
		overflow: hidden;
		display: none;
	}
	.f-right .select .sub a{
		display: block;
		line-height: 40px;
		background: #3b3b3b;
		color: #fff;
		font-size: 14px;
		height: 40px;
		border-bottom:1px solid #666;
		padding:0 10%;
		color: rgba(255,255,255,.5);
		transition:all .3s linear;
	}
	.f-right .select .sub a:first-child{
		padding-top: 30px;
	}
	.f-right .select .sub a:last-child{
		border-bottom: none;
	}
	.f-right .select .sub a:hover{
		color: rgba(255,255,255,1);
	}
	.f-right .select.cur .title{
		border-color: #666;
	}
	.f-right .qrcode-box{
		text-align: right;
		margin:20px 0 0;
	}
	.f-right .qrcode-box .qrcode{
		margin:0 0 0 20px;
		text-align: center;
	}
	.share-box{
		text-align: right;
		margin-top: 20px;
	}
	.share-box.jiathis_style_32x32 a{
		margin:0 0 0 10px;
	}
	.f-right .select{
		display: block;
	}
	/************footer end************/
	.i-product-box .item .tit{
		font-size: 18px;
		background-size: 50px;
		line-height: 50px;
		padding-left: 75px;
	}
	.i-product-box .item .con{
		/*font-size: 16px;
		line-height: 30px;
		height: 90px;*/
	}
	.i-product-box.cur .row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.i-product-box.cur .item{
		padding:0 10px;
	}
	.i-product-box.cur .item .con-box{
		background-size: 50px;
	}
	.i-product-box.cur .item .tit{
		font-size: 20px;
		padding-top: 60px;
	}
	.i-product-box .item{
		height: 100px;
	}
	.i-product-box .item .con-box{
		padding:28px 7%;
	}
	.i-case-box .case-text-box{
		margin-bottom: 50px;
	}
	.i-case-box .case-text-box .case-text{
		padding:30px 0;
	}
	.i-case-box .case-text .txt{
		padding:0 125px;
	}
	.i-case-box .list li .text-box{
		padding:0 40px;
	}
	.i-case-box .list li .tit{
		font-size: 24px;
	}
	.i-case-box .list li .con{
		line-height: 30px;
		margin:10px 0 0;
		font-size: 16px;
		height: 60px;
	}
	.index-more{
		margin-top: 90px;
	}
	.index-tit .en{
		font-size: 44px;
		line-height: 60px;
	}
	.index-tit .cn{
		font-size: 24px;
		line-height: 30px;
	}
	.i-news-box{
		padding:80px 0 90px;
	}
	.i-news-box  .i-news{
		margin: 50px 0 0;
	}
	.i-news-box .left .text-box{
		width: 56%;
	}
	.i-news-box .right .text-box{
		padding:30px 30px 0;
	}
	.i-news-box .right .text-box .tit{
		font-size: 18px;
	}
	.i-news-box .right .text-box  .time-box{
		margin:50px 0 0;
	}
	/************welcome end************/
	.product-box .product .swiper-slide{
		width: 25%;
		margin-right: 0;
	}
	.product-box  .product .swiper-slide a.tit{
		font-size: 20px;
		line-height: 30px;
	}
	/**********product end*************/
	.product-list-box .left .tit{
		padding:20px 30px 20px 50px;
		background-position: 20px 20px;
	}
	.product-list-box .pc-aside{
		padding:15px 25px 50px;
	}
	.product-list-box .pc-aside .aside-tit{
		padding:10px 0;
	}
	.product-list-box .pc-aside .sub a{
		padding:10px 0 10px 15px;
	}
	.product-list-box .right .type a{
		width: auto;
		margin-right:3%;
		
	}
	.product-list-box .right .list{
		margin:25px 0 0;
	}
	.product-list-box .right .list .text-box{
		padding:0 7%;
		width: 86%;
		top:20px;
	}
	.product-list-box .right .list .text-box .tit{
		font-size: 18px;
		line-height: 30px;
	}
	.product-list-box .right .list .img{
		padding-top: 70px;
	}
	.product-list-box .right .list .news-page{
		margin-top: 50px;	
	}
	/************product end************/
	.product-img-box .text-box{
		padding:40px;
	}
	.product-img-box .text-box .tit-box{
		padding:0 0 20px;
	}
	.product-img-box .text-box .tit-box .tit{
		font-size: 22px;
	}
	.product-img-box .text-box .tit-box .sub-tit{
		font-size: 18px;
		line-height: 24px;
	}
	.product-img-box .text-box .type-btns a{
		width: 130px;
	}
	.product-img-box .text-box .con-box{
		padding-bottom: 40px;
	}
	.product-img-box .text-box .buy{
		margin:20px 0 0;
	}
	.productdtl-tit-box .swiper-slide a{
		background-size: 30px;
		font-size: 16px;
		padding-left: 70px;
		background-position: 30px center;
	}
	.productdtl-tit-box .swiper-slide:after{
		height: 20px;
		margin-top: -10px;
	}
	.productdtl .tab .con{
		font-size: 16px;
		line-height: 30px;
		margin:30px 0 0;
	}
	.productdtl .tab .install{
		margin:50px 0 0;
	}
	.productdtl .tab .install .txt{
		margin:30px 0 0;
	}
	.productdtl .tab .book{
		margin: 40px 0 0;
	}
	.productdtl .tab .book .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.productdtl .tab .book .con-box{
		padding:0 15px;
	}
	.productdtl .tab .book .con-box .txt{
		margin:20px 0 0;
	}
	.pro-desc-box .tit-box .cn{
		font-size: 20px;
	}
	/***********productdtl end************/
	.sub-banner .text-box{
		margin-top: -60px;
	}
	.sub-banner .text-box .en{
		font-size: 66px;
		line-height: 80px;
	}
	.sub-banner .text-box .cn{
		font-size: 32px;
	}
	.sub-nav a{
		background-position: 35px center;
		padding:20px 0 20px 35%;
	}
	.case-box{
		padding:115px 0 100px;
	}
	.case-box .list li{
		margin-bottom: 30px;
	}
	.case-box .more{
		margin-top: 30px;
	}
	.case-box .news-page{
		margin:60px 0 0;
	}
	/***********case end**********/
	.simg-box .prev{
		left:-60px;
	}
	.simg-box .next{
		right:-60px;
	}
	.casedtl-box .text-box{
		position: absolute;
		right: 0;
		top:5%;
		z-index: 30;
		background: rgba(0,0,0,.4);
		padding:20px 35px;
		width: 20%;
		margin:0;
	}
	.casedtl-box .text-box h3{
		color: #fff;
	}
	.casedtl-box .text-box .txt{
		font-size: 14px;
		color: #d0d0d0;
		line-height: 26px;
		height: 182px;
		overflow: hidden;
	}
	.casedtl-box .text-box .line{
		margin:15px 0;
	}
	.casedtl-box .view{
		padding:0;
		width: 100%;
	}
	.re-product{
		padding:80px 0;
	}
	.recommend-box .recommend-list{
		margin:30px 0 0;
	}
	/***********casedtl end***********/
	.contact-box{
		padding:70px 0;
	}
	.contact-box .contact .item .icon{
		float: left;
		width: 90px;
		height: 90px;
	}
	.contact-box .contact .item .text-box{
		float: left;
		margin-left: 30px;
	}
	.contact-box .contact .item .tit{
		font-size: 20px;
	}
	.contact-box .contact .item .con{
		font-size: 14px;
		line-height: 24px;
		margin:5px 0 0;
	}
	.map-box .map{
		height: 710px;
	}
	.map-box .position-box{
		right: 8%;
		width: 360px;
	}
	/************contact end************/
	.develop-box{
		padding:60px 0 110px;
	}
	.develop-box .develop{
		padding:70px 0 125px;
	}
	.develop-box .text-box{
		width: 83%;
	}
	.develop-box .text-box .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.develop-box .pc-time{
		font-size: 22px;
	}
	.develop-box .text-box .txt{
		padding:20px 25px;
	}
	/********develop end*************/
	.honor-box{
		padding:90px 0;
	}
	.honor-box .honor{
		margin:70px 0 0;
	}
	.honor-box .honor .img{
		padding:20px;
	}
	.honor-box .honor .news-page{
		margin:80px 0 0;
	}
	/***********honor end***********/
	.book-box{
		padding:110px 0;
	}
	.book-box .sub{
		padding-bottom: 30px;
	}
	.book-box .book-title span{
		font-size: 18px;
	}
	.book-table tr td:nth-child(2) {
	    padding-left: 80px;
	}
	.book-table tr td:nth-child(4) {
	    padding-left: 140px;
	}
	.book-tab-box{
		width: 25%;
		padding: 50px 120px;
	}
	/***********diploma end*********/
	.download-box .download{
		margin:50px 0 0;
	}
	.download-box .news-page{
		margin:85px 0 0;
	}
	/**********download end*********/
	.tech-box .con{
		width: 70%;
	}
	.tech-box .list li{
		margin-bottom: 40px;
	}
	.tech-box .list .text-box{
		padding:0 120px;
	}
	/***********advantage end**********/
	.idea-box{
		padding:60px 0 120px;
	}
	.idea-box .txt-box .txt{
		width: 80%;
		margin:0 auto;
	}
	.create-box{
		padding-bottom: 150px;
	}
	.create-box .create{
		margin:60px 0 0;
	}
	.create-box .create li .text-box{
		padding:0 40px;
	}
	.create-box .create li .text-box .tit{
		font-size: 24px;
	}
	.create-box .create li .line{
		margin:15px 0;
	}
	.combine-box{
		padding:70px 0 140px;
	}
	.combine-box .combine .item{
		padding:35px 30px 60px;
		margin-bottom: 25px;
	}
	/**********idea end*********/
	.recruit .list .drop .top{
		padding-bottom:25px;
	}
	.recruit .list .drop .con-box{
		padding:40px 0;
	}
	.recruit .list .drop .con-box .left{
		padding-right: 80px;
	}
	.recruit .list .drop .con-box .right{
		padding-left: 80px;
	}
	.recruit .list .drop .con-box .require-tit{
		font-size: 18px;
	}
	/**********recruit end************/
	.company-box{
		padding:70px 0 100px;
	}
	.company-box .company{
		margin:40px 0 0;
	}
	.company-box .img{
		margin:40px 0 0;
	}
	.num-box .item .num{
		font-size: 80px;
		line-height: 90px;
	}
	.area-box{
		padding:125px 0 145px;
	}
	.area-box .icon-box .item{
		width: 77px;
		margin:0 40px;
	}
	.area-box .icon-box .icon{
		width: 77px;
		height: 77px;
	}
	.area-box .icon-box .text{
		font-size: 22px;
	}
	.area-box .txt{
		width:60%;
	}
	.about-content{
		padding:90px 0 130px;
	}
	/************about end***********/
	.search-list-box{
		margin-bottom: 70px;
	}
	.search-wrap-box{
		padding:80px 0 150px;
	}
	.search-list-box .right .list{
		padding:0;
	}
	.search-wrap-box .search-more{
		width: 186px;
		height: 50px;
		line-height: 50px;
		margin: 50px auto 0;
	}
	.top-wrap{
		margin:25px 0 0;
	}
}
@media (min-width: 1550px){
	.view{
		max-width: 1400px;
	}
	.f-right{
		margin-top: 5px;
	}
	.footer-top{
		padding:50px 0;
	}
	.footer-top .f-nav{
		width: 80%;
	}
	.footer-top .f-nav li{
		margin-right: 6%;
	}
	.footer-top a.tit{
		font-size: 18px;
	}
	.footer-top .navson a{
		line-height: 40px;
	}
	.f-right .qrcode-box{
		margin:50px 0 0;
	}
	.share-box{
		margin:40px 0 0;
	}
	.footer-bottom{
		padding:25px 0;
	}
	/************footer end***********/
	
	.i-case-box .case-text-box{
		margin-bottom: 60px;
	}
	.i-case-box .list li .tit{
		font-size: 30px;
	}
	.i-case-box .list li .text-box{
		padding:0 60px;
	}
	/*.i-news-box .right .text-box{
		padding:30px 50px 0;
	}
	.i-news-box .right .text-box  .time-box{
		margin:90px 0 0;
	}*/
	/************welcome end************/
	.product-box .product .swiper-slide{
		width: 20%;
	}
	/**********product end*************/
	.product-list-box{
		padding:50px 0 80px;
	}
	.product-list-box .pc-aside{
		padding-bottom: 90px;
	}
	.product-list-box .left .tit{
		font-size: 16px;
	}
	.product-list-box .pc-aside .aside-tit{
		font-size: 16px;
	}
	.product-list-box .pc-aside .sub a{
		font-size: 16px;
	}
	.product-list-box .right .type a{
		font-size: 16px;
		margin-right:4%;
	}
	/*.product-list-box .right .type a:nth-child(2n){
		margin-right: 4%;
	}
	.product-list-box .right .type a:nth-child(3n){
		margin-right: 0;
	}*/
	.product-list-box .right .list .text-box .tit{
		font-size: 22px;
		line-height: 40px;
	}
	.product-list-box .right .list .news-page{
		margin-top: 80px;	
	}
	/************product end************/
	.product-list-box{
		padding:50px 0 130px;
	}
	.product-img-box .pc-img-box{
		padding:50px;
	}
	.product-img-box .text-box .tit-box .tit{
		font-size: 28px;
		line-height: 40px;
	}
	.product-img-box .text-box .tit-box .sub-tit{
		font-size: 20px;
	}
	.product-img-box .text-box .con-box{
		padding: 40px 0;
	}
	.product-img-box .text-box .buy{
		margin:35px 0 0;
	}
	.productdtl .tab{
		padding: 15px 3% 80px;
	}
	.productdtl .tab h3{
		font-size: 30px;
		padding:20px 0;
		line-height: 40px;
	}
	.productdtl .tab .book{
		margin:80px 0 0;
	}
	.productdtl .tab .book .row{
		margin-right: -35px;
		margin-left: -35px;
	}
	.productdtl .tab .book .con-box{
		padding:0 35px;
	}
	.productdtl .tab .book .news-page{
		margin:60px 0 0;
	}
	.recommend-box{
		margin: 35px 0 0;
	}
	.recommend-box h3{
		font-size: 30px;
	}
	.recommend-box .recommend-list{
		margin:25px 0 0;
	}
	.recommend-box .recommend-list .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.recommend-box .recommend-list .item{
		padding:0 15px;
	}
	/***********productdtl end************/
	.sub-nav a{
		font-size: 18px;
		background-size: 35px;
		padding:30px 0 30px 35%;
	}
	.case-box .news-page{
		margin:80px 0 0;
	}
	/***********case end**********/
	.casedtl-box .text-box{
		width: 18%;
		padding: 50px 35px 35px;
	}
	.re-product{
		padding:90px 0 125px;
	}
	.recommend-box .recommend-list{
		margin:35px 0 0;
	}
	/***********casedtl end***********/
	.contact-box .contact .item .icon{
		width: 120px;
		height: 120px;
	}
	.contact-box .contact .item .text-box{
		margin-top:20px;
	}
	.map-box .position-box{
		right: 15%;
	}
	/************contact end************/
	.develop-box .develop li:nth-child(2n+1) .pc-time{
		right: -47%;
	}
	.develop-box .pc-time{
		left: -47%;
	}
	/********develop end*************/
	.book-table{
		padding:0 70px;
		margin:45px 0 0;
	}
	.book-table tr td:nth-child(2) {
	    padding-left: 90px;
	}
	.book-table tr td:nth-child(4) {
	    padding-left: 180px;
	}
	.book-tab-box{
		width: 17.5%;
		padding: 50px 295px;
	}
	/***********diploma end*********/
	.tech-box .con{
		width: 60%;
	}
	/***********advantage end**********/
	.idea-box .txt-box .txt{
		width: 70%;
	}
	.create-box .create li .text-box{
		padding:0 60px;
	}
	.combine-box .combine .item {
	    padding: 50px 50px 60px;
	}
	/**********idea end*********/
	.recruit .title span:nth-child(1) {
	    padding-left: 40px;
	}
	.recruit .title span:nth-child(2) {
	    padding-left: 17px;
	}
	.recruit .title span:nth-child(3){
		padding-left: 0;
	}
	.recruit .list .tit span:nth-child(5){
		padding-left: 20px;
	}
	/**********recruit end************/
	.search-list-box{
		padding:0;
	}
}
@media (min-width: 1750px){
	.index-view{
		max-width: 1650px;
	}
	.footer-top{
		padding:90px 0 120px;
	}
	.footer-top .f-nav li{
		margin-right: 7%;
	}
	.f-right select{
		padding:0 10%;
		height: 50px;
		line-height: 50px;
	}
	.f-right .qrcode-box{
		margin:70px 0 0;
	}
	/**********footer end**********/
	.i-product-box.cur .item .con-box{
		padding:80px 12%;
	}
	.i-case-box .case-text .txt {
	    padding: 0 210px;
	}
	/************welcome end************/
	.product-list-box .left .tit{
		padding-right: 20px;
	}
	.product-list-box .left .tit{
		font-size: 18px;
	}
	/************product end************/


}