@media (min-width: 1025px){
	.view{
		padding:0;
		max-width: 900px;
		margin:0 auto;
	}
	header{
		top:10px;
		height: 60px;
	}
	header .navbox{
		display: none;
	}
	header .logo{
		width: 180px;
		height: 60px;
	}
	header .logo img{
		width: 120px;
	}
	header .header-right{
		margin-right: 25px;
	}
	header .header-right .lang{
		line-height: 60px;
		height: 60px;
		padding: 0 25px 0 50px;
		background-position: 25px center;
	}
	.pc-nav{
		display: block;
		position: absolute;
		left:50%;
		top:0;
		transform:translateX(-45%);
		width: 65%;
		
	}
	.pc-nav li{
		float: left;
		margin:0 2.5%;
	}
	.pc-nav li .tit{
		display: block;
		font-size: 14px;
		color: #333333;
		line-height: 60px;
		text-transform: capitalize;
		transition:all .3s linear;
	}
	.pc-nav li:hover .tit,
	.pc-nav li.cur .tit{
		color: #c10120;
	}
	/********header end************/
	footer .view{
		max-width: 900px;
	}
	.footer-top{
		display: block;
		padding:50px 0 15px;
		border-bottom:1px solid #303133;
	}
	.footer-top .f-logo-box{
		position: relative;
		width: 800px;
		margin:0 auto 30px;
	}
	.footer-top .f-logo-box .f-logo{
		display: block;
		width: 126px;
		margin:0 auto;
		padding:0;
	}
	.footer-top .f-logo-box .f-logo img{
		width: 100%;
	}
	.footer-top .f-logo-box:after,
	.footer-top .f-logo-box:before{
		content:"";
		position: absolute;
		top:50%;
		width: 300px;
		height: 1px;
		background: #606060;
		opacity: .2;
		filter: alpha(opacity=20);
	}
	.footer-top .f-logo-box:after{
		right:0;
	}
	.footer-top .f-logo-box:before{
		left: 0;
	}
	.footer-top .f-nav{
		float: left;
		width:70%;
	}
	.footer-top .f-nav li{
		float: left;
		margin-right: 6%;
		margin-bottom: 15px;
	}
	.footer-top .f-nav li a{
		display: block;
		color: #bfbfbf;
		line-height: 25px;
		font-size: 14px;
		transition:all .3s linear;
	}
	.footer-top .f-nav li .tit{
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.footer-top .f-contact{
		float: right;
		padding:0 0 15px 5%;
		border-left: 1px solid rgba(87,88,91,.2);
	}
	.footer-top .f-contact .tit{
		color: #fff;
		font-size: 16px;

	}
	.footer-top .f-contact .tel{
		color: #fff;
		font-size: 30px;
		font-family: "Century Gothic";
		font-weight: bold;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.footer-top .f-contact .position{
		font-size: 14px;
		color: #fff;
		opacity: .6;
		filter: alpha(opacity=60);
	}
	.footer-top .f-nav li a:hover{
		color: #c10120;
	}
	.footer-top .f-nav li a.tit:hover{
		color: #fff;
	}
	.footer-bottom a{
		transition:all .3s linear;
	}
	.footer-bottom a:hover{
		color: #c10120;
	}
	/********footer end************/
	.m-banner{
		display: none;
	}
	.banner{
		display: block;
	}
	.i-banner .slides .text-box .more{
		transition:all .3s linear;
	}
	.i-banner .slides .text-box .more:hover{
		background-color: #fff;
		border-color: #fff;
		background-image:url(../img/ban-arrow2.png);
		color: #c10120;
	}
	.i-product-box{
		padding: 50px 0 70px;
	}
	.i-product-box .tit-box{
		padding:0;
	}
	.i-product-box .tit{
		font-size: 24px;
		line-height: 24px;
	}
	.i-product{
		max-width: 900px;
		width:100%;
	}
	.i-product-box .more-box .m-more{
		display: none;
	}
	.i-product-box .more-box .pc-more{
		display: block;
		float: right;
	}
	.i-product-box .more-box .pc-more a{
		display: inline-block;
		*display: inline;
		zoom:1;
		padding:5px 10px;
		color: #fff;
		font-size: 14px;
		line-height: 16px;
		margin-left: 3px;
		transition:all .3s linear;
	}
	.i-product-box .more-box .pc-more a:hover,
	.i-product-box .more-box .pc-more a.cur{
		background: #fff;
		color: #a5011c;
	}
	.i-product .swiper-slide .text-box{
		cursor: pointer;
		height:45px;
		transition:all .3s linear;
	}
	.i-product .swiper-slide .text-box .con-box{
		height:45px;
		line-height: 24px;
	}
	.i-product .swiper-slide .text-box .tit-box .cn{
		font-size: 18px;
		line-height: 30px;
		transition:all .3s linear;
	}
	.i-product .swiper-slide .text-box .tit-box .en{
		font-size: 14px;
		line-height: 16px;
		transition:all .3s linear;
	}
	.i-product .swiper-slide .text-box .more{
		width: 35px;
		height:35px;
		top:auto;
		bottom:15px;
		transition:all .3s linear;
	}
	.i-product .swiper-slide .text-box .con{
		display: block;
		margin:15px 0 0;
		font-size: 14px;
		color: #fff;
		line-height: 26px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition:all .3s linear;
	}
	.i-product .swiper-slide:hover .text-box{
		height: 80%;
		padding:10% 5%;
		background:rgba(1,118,193,.85);
	}
	.i-product .swiper-slide:hover .text-box .tit-box .cn{
		color: #fff;
	}
	.i-product .swiper-slide:hover .text-box .tit-box .en{
		color: #fff;
		opacity: .4;
		filter: alpha(opacity=40);
	}
	.i-product .swiper-slide:hover .text-box .con{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-product .swiper-slide:hover .text-box .more{
		background-image:url(../img/product-more2.png);
		background-color: #fff;
		border-color: #fff;
	}
	.i-product-wrap .prev,
	.i-product-wrap .next{
		position: absolute;
		top:50%;
		width: 40px;
		height:40px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transform:translateY(-50%);
		z-index: 30;
		border-radius: 100%;
		box-shadow: 0 0 6px rgba(4,0,0,.15);
		transition:all .3s linear;
	}
	.i-product-wrap .prev{
		left:-50px;
		background-image: url(../img/index-prev.png);
	}
	.i-product-wrap .next{
		right:-50px;
		background-image: url(../img/index-next.png);
	}
	.i-product-wrap .prev:hover{
		background-image: url(../img/index-prev2.png);
	}
	.i-product-wrap .next:hover{
		background-image: url(../img/index-next2.png);
	}
	.i-news-box{
		padding:40px 0;
	}
	.i-news-box .i-news .tit{
		font-size: 16px;
	}
	.i-news-box .i-news .text-box{
		padding:15px 5%;
	}
	.i-news-box .i-news .con{
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin:10px 0 0;
	}
	.i-news-box .i-news .btns{
		margin:10px 0 0;
	}
	.i-news-box .prev,
	.i-news-box .next{
		position: absolute;
		top:50%;
		width: 40px;
		height:40px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transform:translateY(-50%);
		z-index: 30;
		border-radius: 100%;
		box-shadow: 0 0 6px rgba(4,0,0,.15);
		transition:all .3s linear;
	}
	.i-news-box .prev{
		left:-50px;
		background-image: url(../img/index-prev.png);
	}
	.i-news-box .next{
		right:-50px;
		background-image: url(../img/index-next.png);
	}
	.i-news-box .prev:hover{
		background-image: url(../img/index-prev2.png);
	}
	.i-news-box .next:hover{
		background-image: url(../img/index-next2.png);
	}
	/***********welcome end************/
	.sub-banner img {
	    width: 100%;
	    transform: translateX(0);
	}
	.sub-nav-box{
		padding:35px 0 0;
	}
	.sub-nav-box h3{
		font-size: 28px;
	}
	.sub-nav-box .sub-nav{
		margin-bottom: 0;
	}
	.sub-nav-box .sub-nav .swiper-slide{
		margin-right: 15px;
		padding:0 15px 25px;
		transition:color .3s linear,border-color .3s linear;
	}
	.sub-nav-box .sub-nav .swiper-slide:hover{
		color: #c10120;
		border-color: #c10120;
	}
	.about-box{
		padding:50px 0;
	}
	.about-box .row{
		/*display: flex;
		flex-flow:row wrap;
		align-items: center;*/
	}
	.about-box .text-top .con{
		padding-right: 60px;
		border-right: 1px solid #f0f0f0;
	}
	.about-box .num-box .item .right{
		margin-top: 18px;
	}
	.about-box .num-box{
		text-align: left;
		margin:0;
		padding-left: 45px;
		margin-top: 200px;
		/*position: absolute;
		top:50%;
		transform:translateY(-50%);*/
	}
	.about-box .num-box .item{
		display: block;
		margin-bottom:70px;
	}
	.about-box .num-box .item:nth-child(2){
		margin:0 0 70px;
	}
	.about-box .num-box .item:last-child{
		margin-bottom: 0;
	}
	.about-box .num-box .item:nth-child(2) .right{
		margin-left: 35px;
	}
	.about-box .num-box .item .num{
		font-size: 50px;
	}
	.about-box .text-bottom{
		margin:30px 0 0;
	}
	.about-box .con video,
	.about-box .con iframe{
		height: 450px;
	}
	/*************about end***********/
	.company-box .list .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.company-box .list .item{
		margin-bottom: 100px;
	}
	.company-box .list .item .img{
		width: 100%;
		overflow: hidden;
	}
	.company-box .list .item .con-box{
		padding:0 15px;
	}
	.company-box .list .item img{
		transition:all .3s linear;
	}
	.company-box .list .text-box{
		width: 60%;
		padding:20px 10%;
		bottom:-50px;
		height: 105px;
		transition:all .3s linear;
	}
	.company-box .list .text-box h3{
		font-size: 18px;
		transition:all .3s linear;
	}
	.company-box .list .text-box .con{
		font-size: 14px;
		transition:all .3s linear;
	}
	.company-box .list .item:hover img{
		transform:scale(1.1);
	}
	.company-box .list .item:hover .text-box{
		background:#c10120;
	}
	.company-box .list .item:hover h3{
		color: #fff;
	}
	.company-box .list .item:hover .con{
		color: #fff;
	}
	/************company end***********/
	.honor-box{
		padding:50px 0 60px;
	}
	.honor-box .item .text{
		font-size: 14px;
		transition:all .3s linear;
	}
	.honor-box .item:hover .text{
		color: #c10120;
	}
	/**********honor end**********/
	.develop-box{
		padding:50px 0;
	}
	.develop-box .develop{
		background-size: 100% 50px;
	}
	.develop-box .prev,
	.develop-box .next{
		width: 36px;
		height: 36px;
		background-size: 7px 14px;
		transition:all .3s linear;
	}
	.develop-box .develop .con-box {
	    padding: 20px 0 90px 60px;
	    background-position: 40px 25px;
	}
	.develop-box .prev:hover,
	.develop-box .next:hover{
		background-color: #c10120;
	}
	.develop-box .prev:hover{
		background-image: url(../img/develop-prev2.png);
	}
	.develop-box .next:hover{
		background-image: url(../img/develop-next2.png);
	}
	/*********develop end************/
	.culture-box{
		padding:50px 0;
	}
	.culture-box .tit-box .tit{
		font-size: 24px;
	}
	.culture-box .tit-box .line{
		width: 25px;
		margin:10px 0 0;
	}
	.culture-box .text-box .con h3{
		font-size: 18px;
	}
	.culture-box .text-box .con{
		line-height: 30px;
	}
	.culture-box .culture-bottom{
		padding:90px 0 50px;
	}
	/*********culture end************/
	.product-box .tabs{
		margin:10px 0 0;
	}
	/*.product-nav .sub-nav{
		width: 42%;
	}*/
	.product-box{
		padding:50px 0;
	}
	.product-box .tit{
		font-size: 20px;
	}
	.product-box .swiper-slide{
		padding:0 40px;
	}
	.product-box .list .img{
		width: 100%;
		overflow: hidden;
	}
	.product-box .list .con-box img{
		transition:all .3s linear;
	}
	.product-box .list .con-box:hover img{
		transform:scale(1.1);
	}
	/***********product end***********/
	.news-box{
		padding:50px 0;
	}
	
	.news-box .item .text-box{
		padding:15px 20px;
	}
	.news-box .item .text{
		padding:0 5px;
	}
	.news-box .item .img{
		overflow: hidden;
	}
	.news-box .item img{
		transition:all .3s linear;
	}
	.news-box .item:hover img{
		transform:scale(1.1);
	}
	/**********news end**********/
	.paper-box .paper .item .img{
		overflow: hidden;
	}
	.paper-box .paper .item img{
		transition:all .3s linear;
	}
	.paper-box .paper .item .txt{
		transition:all .3s linear;
	}
	.paper-box .paper .item:hover img{
		transform:scale(1.1);
	}
	.paper-box .paper .item:hover .txt{
		color: #c10120;
	}
	/***********paper end*********/
	.contact-box h3{
		font-size: 24px;
	}
	.contact-box h4{
		font-size: 14px;
	}
	.contact-box .contact .item .con-box{
		padding:15px 0;
		transition:all .3s linear;
	}
	.contact-box .contact .item .con-box:after{
		content: "";
		position: absolute;
		left:0;
		top:0;
		width: 100%;
		height: 2px;
		background:#c10120;
		opacity: 0;
		filter: alpha(opacity=0);
		transition:all .3s linear;
	}
	.contact-box .contact .item:hover .con-box{
		/*border-color:2px solid #c10120;*/
		border-color: transparent;
	}
	.contact-box .contact .item .con-box:hover:after{
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.map .pc-map{
		display: block;
	}
	.map .m-map{
		display: none;
	}
	/************contact end*********/
	.recruit-box{
		padding:60px 0;
	}
	.recruit-box h3{
		font-size: 24px;
	}
	.recruit-box .staff-box .info .con{
		margin-bottom: 5px;
	}
	.recruit-box .info-wrap .btns{
		padding:40px 0 0;
		box-sizing:border-box;
	}
	.recruit-box .info-wrap .btns a{
		width: 80px;
		margin:0 5px;
		transition:all .3s linear;
	}
	.recruit-box .info-wrap .btns a:hover{
		background:#c10120;
		color: #fff;
	}
	/*********recruit end**********/
	.service-box{
		padding:80px 0;
	}
	.service-tit{
		font-size: 28px;
	}
	.idea-box .txt{
		line-height: 26px;
		margin:30px 0 0;
	}
	.idea-box .img{
		margin:50px 0 0;
	}
	.feedback-box{
		margin:60px 0 0;
	}
	.feedback{
		padding:35px 30px 65px;
		margin:40px 0 0;
	}
	.feedback-form{
		margin:30px 0 0;
	}
	.feedback-form .input{
		margin-bottom: 25px;
	}
	.feedback-form .input .tit{
		line-height: 40px;
	}
	.feedback-form .input input[type=text]{
		height: 30px;
		line-height: 30px;
	}
	.feedback-form .input select{
		height: 40px;
		line-height: 40px;
	}
	.feedback-form input[type=submit]{
		width: 140px;
		height: 40px;
		font-size: 14px;
		transition:all .3s linear;
	}
	.feedback-form .check img{
		height: 40px;
	}
	.feedback-form input[type=submit]:hover{
		background:#dcdcdc;
		color: #333;
	}
	/*************service end***********/
	.recruitdtl-box .file{
		display: block;
	}
	.recruitdtl-box{
		padding:80px 0;
	}
	.recruitdtl .txt{
		font-size: 16px;
		width: 42%;
	}
	.recruitdtl input{
		width: 48%;
	}
	.recruitdtl .resume .txt{
		width: 13.5%;
	}
	.recruitdtl select{
		width: 54%;
	}
	.recruitdtl textarea{
	    margin-left: 1.1%;
	    width: 79.5%;
	    height:200px;
	}
	.recruitdtl input[type=submit]{
		margin-left: 14.6%;
	}
	.recruitdtl .check-box .txt{
		width: 32%
	}
	.recruitdtl .special2 .txt,
	.recruitdtl .upload .txt{
		line-height: 20px;
	}
	.recruitdtl .graduate .txt,
	.recruitdtl .time .txt,
	.recruitdtl .staff .txt{
		line-height: 40px;
	}
	.recruitdtl .file input{
		width: 75px;
	}
	/************recruitdtl 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:#c10120;
	}
	.newsdtl .infoctrl .pageback:hover{
		background: transparent;
		color:#c10120;
	}
	/***********newsdtl end************/
	.productdtl .text-box{
		padding:40px;
	}
	.productdtl .text-box .cn{
		font-size: 20px;
	}
	.productdtl .text-box .con{
		line-height: 24px;
	}
	.parameter .tit{
		font-size: 20px;
	}
	.productdtl-box .back{
		width: 186px;
		height: 40px;
		margin:50px auto 0;
		transition:all .3s linear;
	}
	.productdtl-box .back:hover{
		background:#dcdcdc;
		color: #333;
	}
	/*************productdtl end************/
	.news-page{
		margin:40px 0 0;
	}
	.news-page a{
		padding:2px 11px;
		margin:0 5px;
		transition:all .3s linear;
	}
	.news-page a:hover{
		background: #c10120;
	    border-color: #c10120;
	    color: #fff;
	}
	.contact-box{
		padding:50px 0;
	}
	.paper-box .paper .txt:after,
	.paper-box .paper .txt:before{
		width: 10px;
	}
}
@media (min-width: 1367px){
	.view{
		max-width: 1200px;
	}
	header{
		top:20px;
		height: 72px;
	}
	header .logo{
		width: 270px;
		height: 72px;
	}
	header .logo img{
		width: 147px;
	}
	header .header-right{
		margin-right: 25px;
	}
	header .header-right .lang{
		line-height: 72px;
		height: 70px;
		padding: 0 35px 0 70px;
		background-position: 40px center;
	}
	.pc-nav{
		width: 50%;
		transform: translateX(-50%);
	}
	.pc-nav li{
		margin:0 3%;
	}
	.pc-nav li .tit{
		line-height: 72px;
	}
	/**************header end*************/
	footer .view{
		max-width: 1200px;
	}
	.footer-top .f-logo-box{
		width: 940px;
	}
	.footer-top .f-logo-box:after,
	.footer-top .f-logo-box:before{
		width: 370px;
	}
	.footer-top .f-nav{
		width:75%;
	}
	.footer-top .f-nav li{
		margin-right: 10%;
	}
	.footer-top .f-contact{
		padding-left: 6%;
		width: 300px;
		box-sizing:border-box;
	}
	.footer-bottom span{
		font-size: 14px;
	}
	/**************footer end*************/
	.i-banner .slides .text-box{
		bottom:22.6%;
	}
	.i-banner .slides .text-box .more{
		font-size: 16px;
		width: 80px;
		height: 46px;
		line-height: 46px;
		padding: 0 50px 0 40px;
		background-position: 120px center;
		margin: 50px 0 0;
	}
	.i-product-box{
		padding:65px 0 120px;
	}
	.i-product{
		max-width: 1200px;
		margin-top: 50px;
	}
	.i-product .swiper-slide .text-box{
		padding:35px 9%;
		width:82%;
	}
	.i-product .swiper-slide .text-box .con{
		margin:20px 0 0;
	}
	.i-product .swiper-slide .text-box .more{
		bottom:35px;
	}
	.i-product .swiper-slide:hover .text-box{
		padding:22% 9% 13%;
		height:65%;
	}
	.i-product-wrap .prev,
	.i-product-wrap .next{
		width: 52px;
		height:52px;
	}
	.i-product-wrap .prev{
		left:-70px;
	}
	.i-product-wrap .next{
		right:-70px;
	}
	.i-news-box .title{
		font-size: 24px;
	}
	.i-news-box{
		padding:55px 0 115px;
	}
	.i-news-box .i-news{
		margin:40px 0 0;
	}
	.i-news-box .i-news .text-box{
		padding: 20px 7%;
		width: 86%;
	}
	.i-news-box .i-news .btns{
		padding:25px 0 0;
		margin:20px 0 0;
	}
	.i-news-box .i-news .type{
		width: 88px;
	}
	.i-news-box .prev,
	.i-news-box .next{
		width: 52px;
		height:52px;
	}
	.i-news-box .prev{
		left:-70px;
	}
	.i-news-box .next{
		right:-70px;
	}
	.i-news-box .i-news .swiper-slide .img{
		overflow: hidden;
	}
	.i-news-box .i-news .swiper-slide img{
		transition:all .3s linear;
	}
	.i-news-box .i-news .swiper-slide:hover img{
		transform:scale(1.1);
	}
	/***********welcome end************/
	/*.sub-nav-box .sub-nav{
		width: 44%;
	}*/
	.sub-nav-box .sub-nav .swiper-slide{
		padding:0 20px 25px;
	}
	.about-box{
		padding:75px 0 120px;
	}
	.about-box .text-top .con{
		padding-right: 115px;
	}
	.about-box .num-box{
		padding-left: 90px;
	}
	.about-box .num-box .item{
		margin-bottom: 40px;
	}
	.about-box .num-box .item:nth-child(2){
		margin-bottom: 40px;
	}
	.about-box .num-box .item .num{
		font-size: 65px;
	}
	.about-box .num-box .item .txt{
		margin:30px 0 0;
	}
	.about-box .text-bottom{
		margin:50px 0 0;
	}
	.about-box .con iframe,
	.about-box .con video{
		height: 550px;
	}
	/*************about end***********/
	.company-box{
		padding:70px 0 140px;
	}
	.company-box .list .item{
		margin-bottom: 180px;
	}
	/************company end***********/
	.honor-box{
		padding:55px 0 110px;
	}
	/**********honor end**********/
	.develop-box{
		padding:60px 0 125px;
	}
	.develop-box .time .year{
		font-size: 48px;
	}
	.develop-box .time .month{
		font-size: 30px;
	}
	.develop-box .con{
		margin:15px 0 0;
	}
	.develop-box .develop .swiper-slide{
		padding:0;
	}
	.develop-box .develop .con-box{
		padding: 30px 0 56px 140px;
		background-position: 90px 45px;
		min-height: 239px;
		width:160px;
	}
	.develop-box .swiper-slide:nth-child(2n) .con-box{
		background-position: 145px 25px;
		padding: 30px 0 70px 200px;
	}
	/*********develop end************/
	.culture-box{
		padding:100px 0;
	}
	.culture-wrap{
		background-size: 17px auto;
	}
	.culture-box .culture-top{
		padding:65px 0 0;
	}
	.culture-box .img{
		padding:0 60px;
	}
	.culture-box .culture-top .img{
		margin:15px 0 0;
	}
	.culture-box .text-box{
		padding:0 60px;
	}
	.culture-box .tit-box .tit{
		font-size: 28px;
	}
	.culture-box .culture-bottom{
		padding:185px 0 110px;
	}
	/*********culture end************/
	/*.product-nav .sub-nav{
		width: 35%;
	}*/
	.product-box{
		padding:70px 0 160px;
	}
	.product-box .tit{
		font-size: 28px;
	}
	.product-box .list{
		margin: 60px 0 0;
	}
	.product-box .list .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-box .list .con-box{
		padding:0 10px;
	}

	/***********product end***********/
	.news-box{
		padding:50px 0 130px;
	}
	.grid-sizer{
		width: 23%;
	}
	.gutter-sizer{
		width: 2.6%;
	}
	.news-box .item{
		margin-bottom:30px;
		width: 23%;
	}
	/**********news end**********/
	.paper-box{
		padding:60px 0 210px;
	}
	.paper-box .paper .row{
		margin-left: -9px;
		margin-right: -9px;
	}
	.paper-box .paper .item{
		margin: 0 0 18px;
		padding: 0 9px;
	}
	.paper-box .paper .con-box{
		padding:25px 20px;
	}
	.paper-box .paper .txt{
		margin:20px 0 0;
	}
	/***********paper end*********/
	.contact-box{
		padding:60px 0 130px;
	}
	.contact-box .contact-wrap{
		padding-right: 80px;
	}
	.contact-box .contact{
		margin:40px 0 0;
	}
	.contact-box .contact .item .con-box{
		padding:25px 0;
	}
	.contact-box .contact .item .con{
		line-height: 30px;
	}
	/************contact end*********/
	.recruit-box{
		padding:60px 0 180px;
	}
	.recruit-box .recruit{
		margin:35px 0 0;
	}
	.recruit-box li .con-wrap{
		padding:15px 20px;
	}
	.recruit-box .staff-box{
		padding:15px 30px 15px;
	}
	.recruit-box .staff{
		font-size: 18px;
	}
	.recruit-box .staff-box .info .con{
		margin-bottom: 15px;
	}
	.recruit-box .staff-box .drop{
		margin:30px 0 0;
	}
	.recruit-box .info-wrap .btns{
		padding:50px 0 0;
	}
	.recruit-box .info-wrap .btns a{
		width: 110px;
		margin:0 5px;
		font-size: 14px;
	}
	/*********recruit end**********/
	.service-box{
		padding:110px 0 130px;
	}
	.idea-box .img{
		margin:90px 0 0;
	}
	/*************service end***********/
	.productdtl-box{
		padding:60px 0 45px;
	}
	.productdtl .text-box{
		padding:60px 60px 60px 40px;
	}
	.productdtl .text-box .cn{
		font-size: 24px;
		line-height: 40px;
	}
	.parameter .tit{
		font-size: 24px;
	}
	/*************productdtl end************/
	.recruitdtl .special .txt,
	.recruitdtl .upload .txt{
		line-height: 40px;
	}
	.paper-box .paper .txt:after,
	.paper-box .paper .txt:before{
		width: 30px;
	}
}
@media (min-width: 1600px){
	.i-product-wrap .prev{
		left:-80px;
	}
	.i-product-wrap .next{
		right:-80px;
	}
	.i-news-box .prev{
		left:-80px;
	}
	.i-news-box .next{
		right:-80px;
	}
	/***********welcome end************/
}