@charset "UTF-8";
@media (min-width:1025px){
	.view{
		width: 900px;
		padding:0;
		margin:0 auto;
	}
	.header-view{
		width: 0 2%;
		width: 96%;
		position: relative;
	}
	/* header{
		height: 110px;
		background-color: transparent;
		box-shadow: none;
	} */
	header .logo{
		
		width: 186px;
		margin-top: 14px;
		transition: all .3s linear;
	}
	/* header .header-right{
		margin-top:35px;
		transition: all .3s linear;
		float: right;
	} */

	.pc-nav{
		display: block;
	    text-align: center;
	    position: absolute;
	    left: 50%;
	    top: 0;
	    width: 690px;
	    transform: translateX(-42%);
	}
	.nav li>a{
		line-height: 90px;
		height: 90px;
		font-size:16px;
		font-weight:bold;
		color: #fff;
		width: auto; 
		padding: 0 15px;
		transition: height .3s linear,line-height .3s linear;
	}
	.nav li>a span{
		display: block;
		padding-right: 20px;
		background-image: url('../img/pc-nav-arrow1.png');
		background-repeat: no-repeat;
		background-position: right center;
		position: relative;
		z-index: 3;
	}
	.nav li:first-child>a span{
		padding-right: 0;
		background: none!important;
	}
	.nav li>a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		background-color: #de002c;
		transition: height .2s linear;
	}
	.nav li:hover>a:before{
		height: 100%;
	}
	.nav li:hover>a{
		color: #fff;
	}
	.nav li:hover>a span{
		background-image: url('../img/h-pc-nav-arrow1.png');
	}
	.nav li.product .navson{
		width: 670px;
	}
	.nav li.product .navson .left{
		width: 390px;
	}
	.nav li.product .navson .navson-wrap{
		width: 390px;
	}
	header.on .divide-line{
		background-color: #ddd;
	}
	header.on .nav li>a{
		color: #333;
	}
	header.on .nav li>a span{
		background-image: url('../img/pc-nav-arrow2.png');
	}
	header.on .nav li:hover>a span{
		background-image: url('../img/h-pc-nav-arrow1.png');
		color: #fff;
	}
	header.on .nav li .navson{
		top: 90px;
	}
	.m-nav{
		display: none;
	}
	header.on{
		height: 90px;
	}
	header.on .logo{
		margin-top: 14px;
	}
	header.on .header-right{
		margin-top: 25px;
	}
	header.on .nav li>a{
		height: 90px;
		line-height: 90px;
	}
	header.on .nav li>a span{
		color: #333; 
		background-image: url('../img/pc-nav-arrow2.png');
	}
	.clearfixed{
		transition: all .3s linear;
	}
	.nav-box{
		top:110px;
		font-size: 0;
		text-align: center;
		padding:100px 0;
		width: 100%;
		height: auto;
		background-color: rgba(255,255,255,.95);
		transition: top .3s linear;
	}
	.nav-box.cur{
		top: 90px;
	}
	.nav li{
		float: left;
		border-bottom: none;
		margin:0;
		position: relative;
	}
	/* .nav li>a{
		padding:0;
		width: 100%;
		font-size: 20px;
		line-height: 30px;
	} */
	header .divide-line{
		float: right;
		height: 90px;
		width: 1px;
		background-color: rgba(255,255,255,.5);
		transition: all .3s linear;
	}
	header .header-right .divide,
	header .header-right .navbtn-box{
		display: none;
	}
	.nav li>a:after{
		display: none;
	}
	.nav li .navson{
		display: block;
		position: absolute;
		left: 50%;
		top: 90px;
		width: 430px;
		text-align: left;
		padding:30px;
		background-color: #333;
		transform: translateX(-50%);
		display: none;
	}

	.nav li:last-child .navson{
		left: auto;
		right: 0;
		transform: translateX(0);
	}
	.nav li .navson .left{
		float: left;
		width: 100px;
	}
	.nav li .navson .navson-wrap{
		width: 100px;
	}
	.nav li.about .navson .left{
		float: left;
		width: 230px;
	}
	.nav li.about .navson .navson-wrap{
		width: 260px;
	}
	.nav li .navson a{
		float: left;
		font-size: 16px;
		line-height: 26px;
		color: #666;
		padding-bottom: 10px;
		border-bottom: 1px solid #5c5c5c;
		width: 100px;
		padding: 0 0 15px;
		text-align: center;
		margin-right: 30px;
		margin-bottom: 10px;
		color: #fff;
		transition:all .3s linear;
	}
	.nav li .navson a:before{
		display: none;
	}
	.nav li .navson a:hover{
		color: #dc0030;
	}
	.nav li .navson a:hover:before{
		background-color: #dc0030;
	}
	.nav li .navson .right{
		float: right;
		width: 260px;
	}
	.nav li .navson .right img{
		width: 100%;
	}
	.nav li.about .navson{
		width: 560px;
	}
	.clearfixed{
		/* height: 110px; */
	}
	.search-dialog{
		font-size: 18px;
		width: 680px;
		padding: 20px 30px;
	}

	.search-dialog input[type=text]{
		font-size: 18px;
	}
	/*********header end*********/
	.f-nav{
		padding:70px 0 ;
	}
	.f-nav-wrap{
		width: 93.125%;
		margin:0 auto;
	}
	.f-nav ul{
		margin-right: -50px;
		margin-left: -50px;
	}
	.f-nav li{
		padding: 0 50px;
	}
	.f-nav a{
		line-height: 30px;
		transition:all .3s linear;
	}
	.f-nav a.tit{
		padding-bottom: 10px;
	}
	.f-nav a:hover{
		color: #fff;
	}
 	.copy-box span a,
	.copy-box .link-box .sub a{
		transition:all .3s linear;
	}
	.copy-box span a:hover,
	.copy-box .link-box .sub a:hover{
		color: #fff;
	}
	.copy-box{
		padding:0;
		border-top:none;
	}
	.copy-box .copy-wrap{
		padding:20px 0;
		border-top:1px solid #373739;
	}
	.copy-box .share-box{
		display: block;
	}
	.copy-box .link-box{
		width: 300px;
	}
	.copy-box .copy{
		line-height: 45px;
	}
	.copy-box .link-box .tit{
		width: 258px;
		padding:0 20px;
		height: 45px;
		line-height: 45px;
		background-position: 92% center;
	}
	.copy-box .link-box .sub{
		bottom:47px;
	}
	.copy-box .link-box .sub a{
		line-height: 45px;
		height: 45px;
		padding:0 20px;
	}

	.copy-box .share-box{
		display: block;
		float: left;
		margin-left: 10px;
	}
	.copy-box .share-box .share-tit{
		display: inline-block;
		*display: inline;
		zoom: 1;
		font-size: 14px;
		line-height: 45px;
		color: #909091;
	}
	.copy-box .share-box .bdsharebuttonbox{
		display: inline-block;
		font-size: 0;
		vertical-align: middle;
		margin-left: 10px;
	}
	.copy-box .share-box .bdsharebuttonbox a{
		float: none!important;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0 10px 0 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		transition: all .3s linear;
	}
	.copy-box .share-box .bdsharebuttonbox a:nth-child(1){
		background-image: url('../img/qq.png')
	}
	.copy-box .share-box .bdsharebuttonbox a:nth-child(2){
		background-image: url('../img/wechat.png')
	}
	.copy-box .share-box .bdsharebuttonbox a:nth-child(3){
		background-image: url('../img/sina.png')
	}
	.copy-box .share-box .bdsharebuttonbox a:nth-child(4){
		background-image: url('../img/share-btn.png')
	}

	.copy-box .share-box .bdsharebuttonbox a:nth-child(1):hover{
		background-image: url('../img/h-qq.png')
	}
	.copy-box .share-box .bdsharebuttonbox a:nth-child(2):hover{
		background-image: url('../img/h-wechat.png')
	}
	.copy-box .share-box .bdsharebuttonbox a:nth-child(3):hover{
		background-image: url('../img/h-sina.png')
	}
	.copy-box .share-box .bdsharebuttonbox a:nth-child(4):hover{
		background-image: url('../img/h-share-btn.png')
	}
	.bdshare_popup_box{
		display: none!important;
	}
	

	/**********footer end********/
	.m-banner{
		display: none;
	}
	.banner{
	    position: relative;
	    overflow: hidden;
	    height: 100vh;
	    display: block;
	}
	.banner li{
	    position: absolute;
	    left: 0;
	    top: 0;
		width: 100%;
	    height: 100%;
	    overflow: hidden;
	    background-color: #000;
	    display: none;
	}
	.banner li img{
		width: 100%;
	}

	.banner li .img{
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.banner video{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		background-color: #000;
	}
	.banner-box .text-box .en2{
		font-size: 72px;
		line-height: 82px;
	}
	.banner .btns{
		font-size: 0;
		position: absolute;
		width: 100%;
		left: 0;
		bottom:2%;
		z-index: 9;
		text-align: center;
	}
	.banner-box .btns span{
		display: inline-block;
		*display: inline;
		zoom:1;
		width: 12px;
		height: 12px;
		border:1px solid #db0031;
		margin:0 10px;
		vertical-align: top;
		border-radius: 100%;
		cursor: pointer;
		position: relative;
		/* background-color: #e43132; */
		border: 1px solid #fff;
		background:none;
	}
	
	.banner-box .btns span svg{
		 transform: rotate(-90deg);
	}
	
	.banner .btns span.cur{
		border-color: #f61333;
	}

	.banner-box .scroll-btn img{
		animation:scroll 1s ease infinite;
		-webkit-animation:scroll 1s ease infinite;
		-moz-animation:scroll 1s ease infinite;
		-ms-animation:scroll 1s ease infinite;
		-o-animation:scroll 1s ease infinite;
	}

	@-moz-keyframes scroll {
	   	0% { 
	   		transform: translate(0,-10px); 
			opacity: 0;
	   	}
	    100% { 
	    	transform: translate(0,5px); 
			opacity: 1;
	    }
	}

	@-webkit-keyframes scroll {
		0% { 
			transform: translate(0,-10px); 
			opacity: 0;
		}
	    100% { 
	    	transform: translate(0,5px); 
			opacity: 1;
	    }
	}

	@keyframes scroll {
		0% { 
			transform: translate(0,-10px); 
			opacity: 0;
		}
	    100% { 
	    	transform: translate(0,5px); 
			opacity: 1;
	    }
	}
	
	@keyframes fillup{
	  to{
	     stroke-dasharray: 158 158;      
	  }  
	}
	@-moz-keyframes fillup{
	  to{
	     stroke-dasharray: 158 158;      
	  }  
	}
	@-webkit-keyframes fillup{
	  to{
	     stroke-dasharray: 158 158;      
	  }  
	}
	@-o-keyframes fillup{
	  to{
	     stroke-dasharray: 158 158;      
	  }  
	}
	@-ms-keyframes fillup{
	  to{
	     stroke-dasharray: 158 158;      
	  }  
	}


	.i-about-box .img{
		position: absolute;
		right: 0;
		top:0;
		width: 54.427%;
		height: 100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-about-box .img img{
		display: none;
	}
	.i-about-box .i-about{
		margin-top: 0;
		position: absolute;
		left: 0;
		top:0;
		width: 100%;
		height: 100%;
	}
	.i-about-box .i-about .view{
		height: 100%;
		position: relative;
	}
	.i-about-box .i-about .con-box{
		position: absolute;
		top:50%;
		left:0;
		transform:translateY(-50%);
		width: 36.875%;
	}
	.index-tit .m-tit{
		display: none;
	}
	.index-tit .pc-tit{
		display: block;
	}
	.index-tit .en{
		display: inline-block;
		margin-left: 10px;
	}
	.i-about-box .i-about .data-box{
		margin-top: 30px;
	}
	.i-about-box .i-about .data-box .item:nth-child(2){
		padding:0 15px;
		margin: 0 15px;
	}
	.i-about-box .i-about .data-box .num span{
		font-size: 28px;
		margin-right: 5px;
	}
	.i-about-box .i-about .more-box{
		text-align: left;
		margin-top: 50px;
	}
	.i-industry{
		padding:100px 0;
	}
	.i-industry .left{
		float: left;
		width: 61.25%;
	}
	.i-industry .img{
		float: left;
		width: 61.25%;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-industry .img1{
		transform: translateY(-50px);
	}
	.i-industry .img2{
		transform: translateY(-50px);
	}

	.i-industry .img3{
		transform: translateY(50px);
	}
	.i-industry .left h3{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-industry .left h3{
		font-size: 120px;
		line-height: 120px;
	}
	.i-industry .text-box{
		position: absolute;
		right: 0;
		width: 39.375%;
		top:50%;
		transform:translateY(-50%);
		margin:0;
		text-align: left;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-industry .icon{
		font-size: 16px;
		line-height: 26px;
		background-size: 26px;
		padding-left: 40px;
	}
	.i-industry .tit{
		font-size: 20px;
		line-height: 30px;
	}	
	.i-industry .btns{
		bottom: 0;
	}
	.i-industry .btns .swiper-pagination-bullet{
		width: 130px;
	}
	.i-industry .btns .swiper-pagination-bullet-active .block{
		width: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-industry.on .img{
		height: 350px;
	}
	.i-industry .more{
		transition:  all .3s linear;
	}
	.i-industry .more:hover{
		padding-right: 50px;
	}
	.i-news-box{
		padding:0;
		height:100%;
		background-size: 45.3125%;
		background-position: left center;
		overflow: hidden;
	}
	.i-news-box .view{
		height: 100%;
	}
	.i-news-box .left{
		float: left;
		width: 34.375%;
		height: 100%;
		padding:0;
		position: relative;
	}
	.i-news-box .left .con-wrap{
		position: absolute;
		left:0;
		top:50%;
		width: 100%;
		transform:translateY(-50%);
	}
	.i-news-box .left .pub-con{
		height: auto;
	}
	.i-news-box .right{
		float: right;
		width: 55.625%;
		margin:0;
		height: 100%;
		border-left: 1px solid #e5e5e5;
		box-sizing:border-box;
	}
	.i-news-box .right .list{
		padding-top: 110px;
	}
	.i-news-box .right .list li{
		padding:0;
		border:none;
		position: relative;
	}
	.i-news-box .right .list li a{
		padding: 30px;
		display: block;
	}
	.i-news-box .right .list li a:before{
		content: "";
		position: absolute;
		width: 1200px;
		height: 100%;
		left: 0;
		top:0;
		background-color: #fff;
		box-sizing:border-box;
		border-bottom:1px solid #e5e5e5;
		transition:background-color .3s linear;
	}
	.i-news-box .right .list li:first-child a:before{
		border-bottom:1px solid #e5e5e5;
	}
	.i-news-box .right .list li:first-child a{
		border:none;
	}
	.i-news-box .right .list li .img{
		width: 45%;
		position: relative;
		z-index: 3;
	}
	.i-news-box .right .list li .text-box .con{
		height: 24px;
	}
	.i-news-box .right .list li .text-box{
		width: 50%;
		position: relative;
		z-index: 3;
	}
	.i-news-box .right .list li:hover a:before{
		background-color: #f7f7f7;
	}
	.i-news-box .right .more-box{
		text-align: left;
		padding-left: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-news-box .left .txt .more .arrow{
		transition: all .3s linear;
	}
	.i-news-box .left .con-box:hover .txt .more .arrow{
		margin-left: 10px;
	}
	.i-news-box .right .list li .text-box .time-box .more .arrow{
		transition: all .3s linear;
	}
	.i-news-box .right .list li:hover .text-box .time-box .more .arrow{
		margin-left: 10px;
	}


	/********welcome end***********/
	.sub-banner .text .cn, .sub-banner .text .en {
	    font-size: 40px;
	    line-height: 50px;
	}
	.sub-nav .right .swiper-slide:hover a{
		font-weight: bold;
		color: #e43132;
	}
	.sub-nav .right .swiper-slide:hover a:before{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.sub-nav .view{
		padding:0;
		position: relative;
	}
	.sub-nav:before{
		display: none;
	}
	.sub-nav .view:before{
		content: "";
		position: absolute;
		left:0;
		bottom:1px;
		width: 100%;
		height: 1px;
		background-color: #ccc;
	}
	.sub-nav .left{
		line-height: 90px;
		font-size: 30px;
	}
	.about-wrap .about .left .text-box{
		width: 54%;
	}
	.sub-nav .right a{
		height: 90px;
		line-height: 90px;
		font-size: 16px;
	}
	.sub-nav .right a:before{
		height: 4px;
	}
	.about-wrap{
		padding:70px 0 80px;
	}
	
	.about-wrap .tit{
		font-size: 30px;
		line-height: 40px;
	}
	
	.develop-wrap{
		padding:120px 0;
	}
	.develop-wrap .text-box{
		width: 690px;
		padding:50px 80px;
	}
	.develop-wrap .pub-con{
		margin-top: 30px;
	}
	.part3-box .right .more-box{
		margin-top: 30px;
	}
	.part3-box{
		padding:70px 0 100px;
	}

	.about-wrap .about .right img{
		transition: all .3s linear;
	}
	.about-wrap .about .right:hover img{
		transform: scale(1.1);
	}
	.part3-box .img{
		overflow: hidden;
	}
	.part3-box .img img{
		transition: all .3s linear;
	}
	.part3-box .left .img:hover img{
		transform: scale(1.1);
	}
	.part3-box .right .img:hover img{
		transform: scale(1.1);
	}

	/***********about end*********/
	.profile-box .top .pub-con img{
		widows: auto;
	}
	.profile-box .bottom{
		padding:20px 0 50px;
	}
	.profile-box .bottom .about-tit{
		margin-bottom: 20px;
	}

	/*********profile end********/

	.mission-box .item .img{
		height: auto;
		overflow: hidden;
	}
	.mission-box .item .img img{
		display: block;
		transition: all .3s linear;
	}
	.mission-box .item:hover .img img{
		transform: scale(1.1);
	}
	.mission-box .item .text{
		padding:10px 20px 0px 25px
	}
	.mission-box .item:nth-child(1) .text{
		padding:40px 20px 0 40px;
	}
	.mission-box .item .pub-con{
		width: 300px;
	}
	.promise-box .con-box .text-box .pub-con{
		height: 90px;
		margin-top: 5px;
	}
	.promise-box .con-box .text-box .icon{
		margin:0;
	}
	.promise-box .con-box{
		overflow: hidden;
	}
	.promise-box .con-box .img{
		transition: all .3s linear;
	}
	.promise-box .con-box:hover .img{
		transform: scale(1.1);
	}

	/***********idea end********/
	.about-box{
		padding:40px 0 60px;
	}
	.plan-tit .desc{
		margin-top: 5px;
	}
	.recent-box .list .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.recent-box .list .item{
		padding:0 10px;
		margin-bottom: 20px;
	}
	.recent-box .list .pub-con{
		margin-top: 15px;
	}
	.recent-box .list .img{
		margin-top: 25px;
		overflow: hidden;
	}
	.recent-box .list .con-box img{
		transition: all .3s linear;
	}
	.recent-box .list .con-box:hover .img img{
		transform: scale(1.1);
	}
	.recent-box .recent-con{
		margin-top: 20px;
	}

	.recent-box .recent-con span{
		font-size: 24px;
		line-height: 34px;
	}
	.recent-box{
		padding-bottom: 50px;
	}
	.forward-box{
		margin-top: 50px;
	}
	.forward-box .plan-tit{
		padding-left: 30px;
	}
	.forward-box .plan-tit .left{
		margin:0;
	}
	.forward-box .plan-tit .txt{
		margin-left: 50px;
	}
	.forward-box .aim-box{
		padding-left: 30px;
	}

	.mid-box .img-box{
		overflow: hidden;
	}
	.mid-box .img-box .img{
		transition: all .3s linear;
	}
	.mid-box:hover .img-box .img{
		transform: scale(1.1)
	}

	/**********plan end*******/
	.party-top .left{
		float: left;
		width: 58.68%;
		margin-bottom: 0;
	}
	.party-top .right{
		float: right;
		width: 35%;
	}

	.mien-box .tit-box .right a.prev,
	.mien-box .tit-box .right a.next{
		transition:all .3s linear;
	}
	.mien-box .tit-box .right a.prev{
		background-image: url(../img/mien-prev.png);
	}

	.mien-box .tit-box .right a.next{
		background-image: url(../img/mien-next.png);
	}
	.mien-box .tit-box .right a.prev:hover{
		background-image: url(../img/mien-prev2.png);
	}
	.mien-box .tit-box .right a.next:hover{
		background-image: url(../img/mien-next2.png);
	}

	.mien-box .mien .img{
		overflow: hidden;
	}
	.mien-box .mien a img{
		transition: all .3s linear;
	}
	.mien-box .mien a:hover img{
		transform: scale(1.1);
	}

	/*********mien end*******/
	.tab-btns a{
		width: 190px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		transition:all .3s linear;
	}
	.tab-btns a:hover{
		color: #fff;
		background-color: #e43132;
	}
	.notice-list li{
		padding:30px 40px;
		transition:all .3s linear;
	}
	.notice-list li:hover .tit,
	.notice-list li:hover .pub-con,
	.notice-list li:hover .btns span{
		transition:all .3s linear;
	}
	.notice-list li:hover{
		background-color: #e43132;
		border-color: #e43132;
	}
	.notice-list li:hover .tit,
	.notice-list li:hover .pub-con,
	.notice-list li:hover .btns{
		color: #fff;
	}
	.notice-list li:hover .btns span{
		color: #fff;
	}
	.notice-list li:hover .btns .detail{
		background-image: url(../img/notice-arrow2.png);
	}

	.page a{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		transition:all .3s linear;
	}
	.page a.prev,
	.page a.next{
		background-size: auto;
	}
	.page a:hover{
		color: #fff;
	    border-color: #e43132;
	    background-color: #e43132;
	}
	.page a.prev:hover{
		background-image: url(../img/page-prev2.png);
	}
	.page a.next:hover{
		background-image: url(../img/page-next2.png);
	}

	/*********green end*********/
	.product-box{
		height: calc(100vh - 110px)
	}
	.product-box .tit-box .num{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	.product-box .tit-box .tit .cn{
		font-size: 24px;
		line-height: 34px;
	}

	.product-box .tit-box{
		display: block;
	}
	.product-box .dialog{
		background-color: #fff;
		background-image: url(../img/product-logo.png);
		background-repeat: no-repeat;
		background-position: center 40%;
		display: none;
	}
	.product-box .dialog .con-box{
		padding:0 40px;
	}
	.product-box .dialog .con-box .tit{
		color:#666;
	}
	.product-box .dialog .con-box .con{
		color:#666;
	}
	.product-box .dialog .con-box .more-box{
		margin-top: 150px;
	}

	/*********product end********/
	.ban-productinfo .text .en{
		font-size: 16px;
		line-height: 26px;
		margin-top: 5px;
	}
	.pro-aside .tit-box .cn{
		font-size: 24px;
		line-height: 34px;
	}
	.pro-aside .pro-nav a{
		font-size: 16px;
		line-height: 26px;
		transition: all .3s linear;
	}
	.pro-aside .pro-nav a:hover{
		background-color: #df002c;
		color: #fff;
	}
	.productinfo-box .info-list .item{
		margin-bottom: 50px;
	}
	.productinfo-box .info-box .tit-box .cn{
		font-size: 30px;
		line-height: 40px;
	}
	.productinfo-box .info-box .tit-box .en{
		margin-top: 10px;
	}
	.product-list .list .item{
		position: relative;
	}
	.product-list .list .img-box{
		float: right;
		width: 42.8%;
	}
	.product-list .list .text-box{
		position: absolute;
		left:0;
		top:0;
		width: 57.2%;
		box-sizing:border-box;
		height: 100%;
	}
	.product-list .list .text-box .con-box{
		box-sizing:border-box;
		padding:0 20px;
	}
	.product-list .list .text-box .pub-con{
		height: 72px;
		overflow: hidden;
	}
	.product-list .list .img-box .btns{
		bottom: 15px;
		left: 15px;
	}
	.product-list .list .img-box .btns .swiper-pagination-bullet{
		margin-right: 8px;
	}
	.product-list .list .item:nth-child(2n) .img-box{
		float: left;
	}
	.product-list .list .item:nth-child(2n) .text-box{
		left: auto;
		right: 0;
	}

	.product-list .list .pub-con .mCSB_scrollTools .mCSB_draggerRail{
		width: 1px;
		background: none;
	}
	.product-list .list .pub-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background: #df002c;
	}
	.product-list .list .text-box .con-box{
		position: absolute;
		left: 0;
		top:50%;
		width: 100%;
		transform:translateY(-50%);
	}
	.product-list .list .item{
		transition: all .3s linear;
	}
	.product-list .list .item:hover{
		background: #f6f6f6;
	}
	.event-wrap .event-tab{
		width: 94%;
		margin:20px auto 0;
	}
	.event-box:before{
		right: 0;
		left: auto;
		transform:translateX(0);
	}
	.event-wrap .event-tab .con-box{
		padding:15px;
	}
	.event-wrap .year-box a{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.event-wrap .year-box a{
		transition:all .3s linear;
	}
	.event-wrap .year-box a:hover{
		background: #df002c;
	}
	.map{
		height: 600px;
	}
	.map-box .text-box{
		right: calc((100% - 900px)/2);
		padding:50px 40px;
		width: 400px;
	}
	.map-box .text .qrcode{
		margin-top: 40px;
	}
	.map-box .text .company{
		font-size: 18px;
		line-height: 28px;
	}

	/*productinfo end*/
	.recruit-box{
		padding:55px 0;
	}
	.recruit-box .con-box:hover{
		background-color: #dc0033;
		transition:background .3s linear;
	}
	.recruit-box .con-box:hover .about-tit,
	.recruit-box .con-box:hover .num,
	.recruit-box .con-box:hover .con,
	.recruit-box .con-box:hover .time,
	.recruit-box .con-box:hover .more{
		color: #fff;
		transition:all .3s linear;
	}
	.recruit-box .con-box:hover .con{
		opacity: .7;
		filter: alpha(opacity=70);
	}
	.recruit-box .con-box:hover .more{
		background-image: url(../img/notice-arrow2.png);
	}
	.style-box .row{
		margin-right: -6px;
		margin-left: -6px;
	}
	.style-box .item{
		padding:0 6px;
	}
	.style-box .more-box{
		margin-top: 40px;
	}
	.academy-box .con{
		height: 96px;
		margin-top: 20px;
	}
	.academy-box .more-box{
		margin-top: 30px;
	}
	.download-box .list .row{
		margin-right: -7px;
		margin-left: -7px;
	}
	.download-box .list .item{
		padding:0 7px;
	}
	.download-box .list .tit{
		font-size: 16px;
		line-height: 30px;
		height: 60px;
	}
	.download-box .list .con-box,
	.download-box .list .con-box .tit,
	.download-box .list .con-box .time,
	.download-box .list .con-box .download-btn{
		transition:all .3s linear;
	}
	.download-box .list .con-box:hover{
		background-color: #dc0033;
	}
	.download-box .list .con-box:hover .tit,
	.download-box .list .con-box:hover .time,
	.download-box .list .con-box:hover .download-btn{
		color: #fff;
	}
	.download-box .list .con-box:hover .download-btn{
		border-color: #fff;
		background-image: url(../img/h-download-btn.png);
	}
	.download-box .list .item.on .con-box:hover .download-btn{
		background-image: url(../img/h-download-btn2.png);
	}

	/*join end*/
	.recruit-wrap .list{
		margin:0;
	}

	/*recruit end*/
	.style-wrap{
		padding:15px 0 100px;
	}
	.style-wrap .notice-list li{
		padding:20px 20px 20px 40px;
	}
	.style-wrap .notice-list li .btns{
		margin-top: 10px;
	}
	.style-wrap .notice-list li:hover{
		background-color: #fff;
		border-color: #e5e5e5;
	}
	.style-wrap .notice-list li:hover .tit{
		color: #dc0033;
	}
	.style-wrap .notice-list li:hover .pub-con{
		color: #666;
	}
	.style-wrap .notice-list li:hover .btns span{
		color: #999;
	}
	.style-wrap .notice-list li:hover .btns .detail{
		color: #dc0033;
		background-image: url('../img/notice-arrow.png');
	}

	.style-wrap .right .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.style-wrap .right a{
		padding:0 5px;
	}

	/*style end*/
	.college-box .right .buttons{
		margin-top: 30px;
	}
	.college-box .tab-box{
		padding-bottom: 30px;
	}

	/*college end*/
	.download-wrap .list .item{
		width: 100%;
		margin-bottom: 8px;
		padding:0;
	}
	.download-wrap .list .page{
		margin-top: 55px;
	}

	/********download end******/
	.notice-wrap{
		padding: 40px 0 100px;
	}

	/* notice end */

	.company-box .join-tit{
		width: 36.8%;
		right: 0;
	}
	.company-box .tab-box{
		right: 0;
	}
	.company-box .btns{
		margin-top: 25px;
	}
	.industry-box .industy .left .list .item{
		padding: 20px 60px;
		background-position: 20px center;
		transition: all .3s linear;
	}
	.industry-box .industy .left .first{
		padding:30px;
	}
	.industry-box .industy .left .list .item .tit,
	.industry-box .industy .left .list .item .time{
		transition: all .3s linear;
	}
	.industry-box .industy .left .list .item:hover{
		background-image: url('../img/h-notice-icon.png')
	}
	.industry-box .industy .left .list .item:hover .tit,
	.industry-box .industy .left .list .item:hover .time{
		color: #dc0033;
	}

	/* information end */
	.news-list-box .news-list li{
		padding: 30px 0 10px;
	}
	.news-list-box li .img{
		overflow: hidden;
	}
	.news-list-box li img{
		transition: all .3s linear;
	}
	.news-list-box li:hover img{
		transform: scale(1.1);
	}
	.news-list-box .news-list li:hover{
		background-color: transparent;
		border-color: #d6d6d6;
	}
	.news-list-box .news-list li:hover .tit{
		color: #dc0033;
	}
	.news-list-box .news-list li:hover .pub-con{
		color: #666;
	}
	.news-list-box .news-list li:hover .time{
		color: #999;
	}
	.news-list-box .news-list li:hover .detail{
		color:#dc0033;
		background-image: url('../img/notice-arrow.png')
	}
	.news-list-box li .pub-con{
		width: 77.3%;
	}
	.news-list-box li .tit{
		margin-bottom: 10px;
	}
	.news-list-box li .btns{
		margin-top: 15px;
	}

	/* news end */
	.newsinfo{
		padding: 55px 0 100px;
	}
	.newsinfo .pub-con{
		padding: 0 40px;
	}
	.infoctrl{
		margin-top:50px;
		padding-top: 25px;
	}

	.infoctrl .pagectrl a,
	.infoctrl .pageback{
		transition:all .3s linear;
	}
	.infoctrl .pagectrl a{
		margin-bottom: 5px;
	}
	.infoctrl .pagectrl a:hover span{
		color:#db0031;
	}
	.infoctrl .pageback:hover{
		background: transparent;
		color:#005ea5;
	}
	.newsinfo-tit .back-box{
		right: 0;
	}
	.back-box a{
		transition: all .3s linear;
	}
	.back-box a:hover{
		background-color: #fff;
		background-image: url('../img/news-back2.png');
		color: #d90b37;
	}
	.newsinfo-tit .back-box a:hover{
		border-color: #fff;
	}
	.newsinfo-tit .txt{
		font-size: 20px;
		line-height: 30px;
	}
	.newsinfo-tit .time{
		margin-top: 5px;
	}
	.i-industry .img{
		height: 520px;
	}

	.wow{
		visibility: hidden;
	}
	.newsinfo-tit{
		padding: 30px 0;
	}

	
	.animate{
		position: relative;
		opacity: 0;
		filter: alpha(opacity=0);
		top: 50px;
	}

	.video-box .video{
		width: 900px;
		height: 600px;
	}
	.more-box a .o{
		position: relative;
	}

	.i-news-box .right .list li a{
		padding: 15px;
	}
	.i-news-box .right .more-box{
		padding-left: 15px;
	}

	.style-box .con-box{
		overflow: hidden;
	}
	.style-box .con-box img{
		transition: all .3s linear;
	}
	.style-box .con-box:hover img{
		transform: scale(1.1);
	}
	.academy-box .img{
		overflow: hidden;
	}

	.academy-box img{
		transition: all .3s linear;
	}
	.academy-box:hover img{
		transform: scale(1.1)
	}
	.event-wrap .event-tab .con-box .img{
		overflow: hidden;
	}
	.event-wrap .event-tab .con-box img{
		transition: all .3s linear;
	}
	.event-wrap .event-tab .con-box:hover img{
		transform: scale(1.1)
	}
	.product-list .list .img-box .swiper-slide{
		overflow: hidden;
	}
	.product-list .list .img-box img{
		transition: all .3s linear;
	}
	.product-list .list .img-box .swiper-slide:hover img{
		transform: scale(1.1);
	}
	.productinfo-box .info-box .video-img .play-btn img{
		transition: all .3s linear;
	}
	.productinfo-box .info-box .video-img .play-btn:hover img{
		transform: scale(1.1);
	}
	.company-box .swiper-slide .con-box .tit{
		transition: all .3s linear;
	}
	.company-box .swiper-slide .con-box:hover .tit{
		color: #de002c;
	}
}
@media (min-width: 1367px){
	.view{
		width: 1200px;
	}
	.header-view{
		/* padding: 0 2%; */
		width: 96%;
	}
	/* .nav li>a{
		font-size: 24px;
		line-height: 34px;
	} */
	.nav li{
		/* margin:0 50px; */
	}
	.pc-nav{
		width: 835px;
	}
	.nav li .navson{
		padding: 40px;
	}
	.nav li>a{
		padding: 0 30px;
	}

	/*********header end*********/
	.f-nav ul{
		margin-right: -70px;
		margin-left: -70px;
	}
	.f-nav li{
		padding:0 70px;
	}

	/**********footer end********/
	.index-tit .cn{
		font-size: 38px;
		line-height: 48px;
	}
	.i-about-box .i-about .data-box{
		margin-top: 55px;
	}
	.i-about-box .i-about .data-box .item:nth-child(2){
		padding:0 25px;
		margin:0 25px;
	}
	.i-about-box .i-about .data-box .item .num{
		transition: all .3s linear;
	}
	.i-about-box .i-about .data-box .num span{
		font-size: 38px;
		line-height: 48px;
		transition: all .3s linear;
	}
	.i-about-box .i-about .data-box .item:hover .num,
	.i-about-box .i-about .data-box .item:hover span{
		color: #dc0033;
	}
	.i-about-box .i-about .more-box{
		margin-top: 80px;
	}

	.i-industry .btns .swiper-pagination-bullet{
		width: 170px;
	}
	.i-industry .icon{
		font-size: 24px;
		line-height: 34px;
		background-size: auto;
		padding-left: 40px;
	}
	.i-industry .tit{
		font-size: 30px;
		line-height: 40px;
		margin-top: 20px;
	}
	.i-industry .con{
		font-size: 16px;
		line-height: 24px;
		margin-top: 30px;
	}
	.i-industry .more{
		margin-top: 25px;
	}

	.i-industry{
		padding:15vh 0;
	}
	.i-news-box .right .list li .img{
		width: 34.7%;
	}
	.i-news-box .right .list li .text-box {
	    width: 58.8%;
	}
	.i-news-box .right .list li .text-box .con{
		height: 48px;
	}
	.i-news-box .left .tit{
		font-size: 24px;
		line-height: 34px;
	}
	.i-news-box .left .con-box{
		margin-top: 60px;
	}
	.i-news-box .left .time-box{
		margin-top: 45px;
	}

	

	/********welcome end***********/
	.sub-banner .text .cn, .sub-banner .text .en {
	    font-size: 48px;
	    line-height: 58px;
	}
	.sub-nav .right .swiper-slide{
		margin-right: 40px;
	}
	.more-box a{
		height: 50px;
		line-height: 50px;
	}
	.pub-con{
		line-height: 30px;
	}
	.about-wrap .tit{
		font-size: 36px;
		line-height: 46px;
	}
	.about-wrap .text{
		width: 80%;
		margin:20px auto 0;
	}
	.about-wrap .about .left .text-box{
		padding:30px;
	}
	.about-wrap .about .left .pub-con{
		margin-top: 15px;
	}
	.about-wrap .about .left .icon-box{
		margin-top: 40px;
	}
	.about-wrap .about .left .icon-box .txt{
		font-size: 18px;
		line-height: 28px;
	}
	.about-wrap .about .right .text-box{
		padding:20px;
	}
	.about-wrap .about .right .pub-con{
		height: 60px;
	}
	.about-wrap .more-box{
		margin-top: 40px;
	}
	.part3-box .left .text .con{
		font-size: 18px;
		line-height: 28px;
	}
	.part3-box .right .tit{
		font-size: 18px;
		line-height: 28px;
		margin-top: 30px;
	}
	.part3-box .right .pub-con{
		height: 90px;
		margin-top: 30px;
	}

	/***********about end*********/
	.profile-box .top{
		padding:70px 0 80px;
	}
	.profile-box .bottom{
		padding:20px 0 80px;
	}
	.profile-box .top .year{
		font-size:52px;
		line-height: 62px;
	}
	.profile-box .top .tit{
		font-size: 18px;
		line-height: 28px;
	}
	.profile-box .top .img-box{
		margin:50px 0;
	}

	/*********profile end********/
	.idea-box{
		padding:40px 0 90px;
	}
	.pub-tit{
		font-size: 30px;
		line-height: 40px;
	}
	.mission-box .item .text{
		padding: 30px 50px 0px 50px;
	}
	.mission-box .item:nth-child(1) .text{
		padding-top: 70px;
		padding-left: 60px;
	}
	.mission-box .item .pub-con{
		margin-left: 50px;
	}
	.mission-box .item .icon{
		right: 50px;
		bottom:50px;
	}
	.promise-box{
		margin-top: 40px;
	}
	.promise-box .list{
		margin-top: 25px;
	}
	.promise-box .con-box .text-box{
		padding:35px;
	}
	.promise-box .item:nth-child(3) .con-box .text-box{
		width: 230px;
	}
	.promise-box .item:nth-child(4) .con-box .text-box{
		width: 270px;
	}

	.promise-box .item:nth-child(7) .con-box .text-box{
		width: 280px;
	}
	
	.promise-box .con-box .text-box .icon{
		position: absolute;
		right: 30px;
		bottom:30px;
	}

	/***********idea end********/
	.plan-box{
		padding-bottom: 80px;
	}
	.recent-box .list .con-box{
		padding:35px;
	}
	.recent-box .list .tit{
		font-size: 18px;
		line-height: 28px;
	}
	.recent-box .list .pub-con{
		height: 90px;
	}
	.mid-box .text-box{
		padding:30px 50px;
	}
	.forward-box{
		margin-top: 80px;
	}
	.forward-box .plan-tit{
		padding-bottom: 30px;
		padding-left: 50px;
	}
	.forward-box .plan-tit .txt{
		margin-top: 5px;
	}
	.forward-box .aim-box{
		padding-left: 50px;
		margin-top: 30px;
	}
	.forward-box .aim-box .list{
		margin-top: 35px;
	}
	.forward-box .aim-box .list .item{
		padding: 0 40px;
	}
	.forward-box .aim-box .list .num-box .num{
		font-size: 48px;
		line-height: 58px;
	}
	.forward-box .aim-box .list .num-box .unit{
		font-size: 18px;
		line-height: 28px;
	}
	.forward-box .aim-box .list .item:before{
		height: 120px;
	}

	/**********plan end*******/
	.mien-box .tit-box{
		padding:20px 30px;
	}

	/*********mien end*******/
	.notice-list li{
		padding:30px 70px;
	}
	.notice-list li .btns{
		margin-top: 30px;
	}

	/*********green end*********/
	.ban-productinfo .text .en{
		font-size: 16px;
		line-height: 26px;
		margin-top: 5px;
	}
	.productinfo-box{
		padding:80px 0 0;
	}
	.right-wrap{
		width: 82.8125%;
	}
	.productinfo-box .info-box .tit-box .cn{
		font-size: 36px;
		line-height: 46px;
	}
	.productinfo-box .info-box .con{
		margin-top: 50px;
	}
	.productinfo-box .info-box .video-img{
		height: 465px;
		margin-top: 50px;
		width: calc((100vw - 1200px)/2 + 100%);
	}
	.productinfo-box .info-box .con-box{
		margin-top: 90px;
	}
	.productinfo-box .info-box .con-box .left{
		float: left;
		width: 52.9%;
	}
	.productinfo-box .info-box .con-box .right{
		float: right;
		width: 38.92%;
		margin:0;
	}
	.productinfo-box .product-list{
		padding: 70px 0;
	}
	.productinfo-box .info-box .video-img .play-btn{
		width: 80px;
		height: 80px;
	}

	.product-list .list .text-box .pub-con{
		height: 120px;
	}
	.product-list .list{
		margin-top: 60px;
	}
	.about-tit{
		font-size: 24px;
		line-height: 34px;
	}
	.event-box{
		padding-bottom: 80px;
	}
	.event-wrap{
		margin-top: 35px;
	}
	.event-wrap .event-tab{
		margin-top: 25px;
	}
	.event-wrap .event-tab .buttons{
		margin-top: 45px;
	}
	.event-wrap .year-box a{
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 24px;
	}
	.map{
		height: 700px;
	}
	.map-box .text-box{
		right: calc((100% - 1200px)/2);
		padding:70px 50px;
	}
	.map-box .text .qrcode{
		margin-top: 50px;
	}

	/*productinfo end*/

	.recruit-box .con-box{
		padding:30px;
	}
	.recruit-box .con-box .time{
		margin-top: 20px;
	}
	.style-box .txt{
		line-height: 70px;
		height: 70px;
		font-size: 16px;
	}
	.academy-box .con{
		height: 144px;
	}
	.academy-box .more-box{
		margin-top: 40px;
	}
	.download-box .list .con-box{
		padding:20px;
	}
	.download-box .list .down-btn{
		margin-top: 50px;
	}
	.download-box .tit-box .about-tit{
		font-size: 20px;
		line-height: 50px;
	}
	.download-box .list .time{
		margin-top: 20px;
	}
	.download-box .list .down-btn{
		margin-top: 60px;
	}

	/*join end*/
	.recruit-wrap{
		padding-bottom: 100px;
	}
	.recruit-wrap .list{
		margin:0;
	}
	.recruit-wrap .page{
		margin-top: 40px;
	}
	.recruit-dialog-box .recruit-dialog{
		width: 1280px;
	}
	.recruit-dialog-box .recruit-dialog-wrap{
		padding:20px 30px 50px;
	}
	.recruit-dialog-box .title-box .pub-con{
		margin-right: 145px;
	}
	.recruit-dialog-box .title-box span .val{
		margin-left: 25px;
	}
	.recruit-dialog-box .con-box{
		margin-top: 30px;
		height: 310px;
	}
	.recruit-dialog-box .con-box .con-wrap h3{
		margin-bottom: 10px;
	}
	.recruit-dialog-box .mail{
		margin-top: 90px;
	}

	/*recruit end*/
	.style-wrap .notice-list li .pub-con{
		height: 90px;
	}
	.style-wrap .notice-list li .tit{
		margin-bottom: 20px;
	}
	.style-wrap .notice-list li .left{
		margin-top: 15px;
	}
	.style-wrap .notice-list .page{
		margin-top: 85px;
	}

	/*style end*/
	.college-box{
		padding:50px 0 100px;
	}
	.tab-btns a{
		height: 64px;
		line-height: 64px;
	}
	.tab-box .left{
		width: 84.375%;
	}
	.tab-box .right{
		width: 14.3%;
	}
	.tab-box .right .thrumb{
		height: 361px;
	}
	.college-box .right .swiper-slide{
		height: 120px;
		padding:10px;
	}
	.tab-box .right .thrumb .img{
		height: 100px;
	}

	/*college end*/
	.notice-wrap{
		padding: 40px 0 170px;
	}

	/* notice end */
	.company-box .join-tit{
		width: 36.8%;
		top: 5%;
	}
	.company-box .swiper-slide .con-box .tit{
		font-size: 20px;
		line-height: 30px;
	}
	.company-box .swiper-slide .con-box{
		padding: 50px;
	}
	.company-box .swiper-slide .con-box .pub-con{
		height: 90px;
	}
	.company-box{
		padding: 60px 0;
	}
	.industry-box .industy .left .first{
		padding:40px;
	}
	.industry-box .industy .left .first .pub-con{
		height: 60px;
	}
	.industry-box .industy .left .tit{
		font-size: 16px;
		line-height: 26px;
	}
	.industry-box .industy .left .first .tit{
		font-size: 20px;
		line-height: 30px;
	}
	.industry-box .industy .left .first .pub-con,
	.industry-box .industy .left .first .time-box{
		margin-top: 15px;
	}
	.industry-box .industy .left .more-box{
		margin-top: 25px;
	}
	.industry-box .industy{
		padding-top: 25px;
	}

	/* information end */
	.news-list-box .news-list{
		padding-bottom: 100px;
	}
	.news-list-box li .pub-con{
		height: 60px;
	}
	.news-list-box li .tit{
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 30px;
	}
	.news-list-box .page{
		margin-top: 60px;
	}

	/* news end */
	.back-box{
		margin-top: 10px;
	}

	.newsinfo-tit .txt{
		font-size: 24px;
		line-height: 34px;
	}
	.newsinfo-tit{
		padding: 40px 0;
	}
	.forward-box .aim-box .list .item:nth-child(2){
		width: 140px;
	}
	.i-news-box.on .right .list li a{
		padding: 20px 30px;
	}
	.i-news-box.on .right .list li .img{
		width: 30%;
	}
	.i-news-box .right .more-box{
		padding-left: 30px;
	}
}
@media (min-width: 1550px){
	.view{
		width: 1440px;
	}
	.header-view{
		width: 96%;
	}
	.i-about-box .i-about .data-box .item:nth-child(2){
		padding:0 30px;
		margin:0 30px;
	}
	.index-tit .cn{
		font-size: 48px;
		line-height: 58px;
		margin-top: 10px;
	}
	.i-about-box .i-about .data-box .num span{
		font-size: 48px;
		line-height: 58px;
	}

	.i-industry .btns .swiper-pagination-bullet{
		width: 200px;
	}
	.i-industry .left h3{
		font-size: 160px;
		line-height: 160px;
	}

	/********welcome end***********/
	.part3-box .right .text-box{
		padding:40px 30px;
	}
	.part3-box .right .tit{
		margin-top: 35px;
	}
	.part3-box .right .pub-con{
		margin-top: 15px;
	}
	.part3-box .right .more-box{
		margin-top: 60px;
	}


	/***********about end*********/
	.forward-box .aim-box .list .item{
		padding: 0 60px;
	}

	/**********plan end*******/
	.productinfo-box .info-box .video-img{
		width: calc((100vw - 1440px)/2 + 100%);
	}
	.product-list .list .text-box .con-box{
		padding:40px;
	}
	.product-list .list .text-box .pub-con{
		height: 150px;
	}

	.event-box{
		padding-bottom: 120px;
	}
	.map-box .text-box{
		right: calc((100% - 1440px)/2);
	}

	/*productinfo end*/
	.recruit-box .row{
		margin-left: -12px;
		margin-right: -12px;
	}
	.recruit-box .item{
		padding:0 12px;
	}
	.recruit-box .con-box{
		padding:40px;
	}
	.academy-box .con{
		height: 150px;
		font-size: 16px;
		margin-top: 40px;
	}
	.download-box{
		padding:60px 0 100px;
	}
	.download-box .list .con-box{
		padding:30px;
	}
	.download-box .list .time{
		margin-top: 30px;
	}
	.download-box .list .down-btn{
		margin-top: 90px;
	}

	/*recruit end*/
	.college-box .right .buttons a{
		margin:0 20px;
	}
	/* college */
}
@media (min-width: 1700px){
	.index-view{
		width: 1600px;
	}
	.header-view{
		/* padding: 0 2%; */
		width: 96%;
	}
	/* .nav li>a{
		font-size: 30px;
		line-height: 40px;
	} */
	.nav li{
		/* margin:0 60px; */
	}

	/*********header end*********/
	.f-nav ul{
		margin-right: -90px;
		margin-left: -90px;
	}
	.f-nav li{
		padding:0 90px;
	}

	/**********footer end********/
	.i-about-box .i-about .con-box{
		width: 36%;
	}
	.i-about-box .i-about .data-box .item:nth-child(2){
		padding:0 45px;
		margin:0 45px;
	}
	.i-industry .btns .swiper-pagination-bullet{
		width: 230px;
	}


	/********welcome end***********/
	.map-box .text-box{
		right: calc((100% - 1600px)/2);
	}

	/*productinfo end*/
}