@media (min-width: 1025px){

	.i-city-box .buttons a:hover span,
	.index-more:hover span{
		/* color: #004898; */
	}
	.i-city-box .buttons a:hover:before,
	.index-more:hover:before{
		/* width: 100%; */
	}

	.index-more:hover .more{
	 	-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg); 
	}
	header:hover{
		z-index: 60;
	}

	header .center-link li:hover .tit{
		color: #004898;
	}
	header .center-link li:hover .tit:before{
		width: 100%;
	}
	.nav .nav-close:hover,
	.search-box .search-close:hover{
		transform: rotate(90deg);
	}
	.nav .navson a:hover{
		/* color: #004898; */
	}
	.search-tab .swiper-slide a:hover:before{
		width: 100%;
	}
	
	.index-foot a:hover{
		color: #004898;
	}

	footer .top-box .f-nav li .navson a:hover{
		color: #fff;
	}
	footer .bottom-box a:hover:before{
		width: 100%;
	}

	.ban-product .text-box .btns a:hover:before{
		width: 100%;
	}
	.product-type .con-box:hover{
		box-shadow: 0 0 13px rgba(0,0,0,.2);
	}
	.product-list .list .con-box:hover{
		background-color: #fbfbfb;
		box-shadow: 0 2px 1.5rem rgba(0, 0, 0, .15);
	}
	.product-list .list .con-box:hover img{
		transform: scale(1.1);
	}
	.summary-box .text-box .download:hover{
		background-color: #004898;
	}
	.summary-box .text-box .download:hover span{
		color: #fff;
		background-image: url('../images/download2.png');
	}

	.sub-nav .swiper-slide:hover a:before{
		width: 100%;
	}

	.pub-more:hover{
		background-color: #004898;
		color: #fff;
		border-color: #004898;
	}
	.wow{
		visibility: hidden;
	}

	.fade-in{
		opacity: 0;
		filter: alpha(opacity=0);
		transition: opacity 1s;
	}
	.fade-in-up{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
		transition: transform 1s,opacity 1s;
	}
	.fade-in-down{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(-30px);
		transition: transform 1s,opacity 1s;
	}
	.fade-in-right{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateX(30px);
		transition: transform 1s,opacity 1s;
	}
	.fade-in-left{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateX(-30px);
		transition: transform 1s,opacity 1s;
	}

	.index-page .animate .fade-in{
		opacity: 1;
		filter: alpha(opacity=1);
	}

	.index-page .animate .fade-in-up{
		opacity: 1;
		filter: alpha(opacity=1);
		transform: translateY(0);
	}
	.index-page .animate .fade-in-down{
		opacity: 1;
		filter: alpha(opacity=1);
		transform: translateY(0);
	}
	.index-page .animate .fade-in-left{
		opacity: 1;
		filter: alpha(opacity=1);
		transform: translateX(0);
	}
	.index-page .animate .fade-in-right{
		opacity: 1;
		filter: alpha(opacity=1);
		transform: translateX(0);
	}
	.index-page .animate .width{
		width: 100%;
		transition: width .8s;
	}
	.index-page .animate .delay1{
		transition-delay: .1s;
	}
	.index-page .animate .delay2{
		transition-delay: .2s;
	}
	.index-page .animate .delay3{
		transition-delay: .3s;
	}
	.index-page .animate .delay4{
		transition-delay: .4s;
	}

	.index-page .active .delay1{
		transition-delay: .1s;
	}
	.index-page .active .delay2{
		transition-delay: .2s;
	}
	.index-page .active .delay3{
		transition-delay: .3s;
	}
	.index-page .active .delay4{
		transition-delay: .4s;
	}
	.index-page .active .width{
		width: 100%;
		transition: width .8s;
	}
	.index-page .active .fade-in-up{
		opacity: 1;
		filter: alpha(opacity=1);
		transform: translateY(0);
	}

	.animate #play-button #play-button-triangle{
	    stroke-dashoffset: 0;
	    transition: stroke-dashoffset 1s ease-in-out;
	}


	.news-box .type-box a:hover{
	    color: #222;
	    font-weight: bold;
	}
	.first-box .text-box .more:hover{
		color: #fff;
		background-color: #004898;
	}
	.page a:hover{
		color: #222;
	}
	.ban-text .cn.animated .line{
		width: 100%;
		transition: width .8s;
		transition-delay: .4s;
	}
	.sub-banner .text-box .cn.animated .line{
		width: 100%;


	}
	.ban-product .text-box .animated .line{
		width: 100%;

	}
	.first-box .img:hover img{
		transform: scale(1.1);
	}
	.news-tab .swiper-slide:hover img{
		transform: scale(1.1);
	}
	.news-list .list .item:hover .tit{
		color: #004898;
	}
	.news-list .list .item:hover .true-img{
		transform: scale(1.1);
	}
	.recommend-box .list .con-box:hover{
		background-color: #f7f7f7;
		box-shadow: 0 2px 1.5rem rgba(0, 0, 0, .15);
	}
	.control-btns a:hover:before{
	    width: 100%;
	}

	.service-dialog .sub a:hover{
		background-color: #004898;
		color: #fff;
	}
	.industry-box .list .con-box:hover .mask{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.industry-box .list .con-box:hover{
		background-color: #f6f6f6;
		box-shadow: 0 0 1.75rem rgba(0, 0, 0, .18);
	}
	.industry-box .list .con-box:hover .mask,
	.industry-box .list .con-box:hover .icon{
		opacity:0;
		filter: alpha(opacity=0);
	}

	.special-tab .swiper-slide:hover .mask{
		opacity: .8;
		filter: alpha(opacity=80);
	}
	.special-tab .swiper-slide:hover .text{
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.customer-tab .con-box:hover{
		box-shadow: 0 0 .4rem rgba(14,14,14,.18);
		background-color: #fff;
	}

	.china-box .right a:hover:before{
	    width:100%;
	}
	.bread-box .bread .right a:hover:before{
	    width: 100%;
	}
	.duty-lists .con-box:hover .mask{
		background-image: url('../images/duty-mask2.png');
	}
	.duty-lists .con-box:hover .text{
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}
	.duty-lists .con-box:hover .txt{
		height: 1.2rem;
	}

	.find-list .con-box:hover{
		background-color: #3076cd;
	}
	.find-list .con-box:hover .cn span{
		color: #fff;
		background-color: #3076cd;
	}
	.find-list .con-box:hover .cn:before{
		background-color: #fff;
		opacity: .3;
		filter: alpha(opacity=30);
	}
	.find-list .con-box:hover .en{
		color: #fff;
		opacity: .4;
		filter: alpha(opacity=40);
	}
	.find-list .con-box:hover .init{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.find-list .con-box:hover .hover{
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.solution-case-box .list .con-box:hover .mask{
		opacity: .9;
		filter: alpha(opacity=90);
	}
	.solution-case-box .list .con-box:hover .text{
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.sub-nav a:before{
		transition: all .2s;
	}
	.aside-box .box a:hover{
		right: 0;
		background-color: #004898;	
	}
	.aside-box .box a:hover .icon-box{
		background-color: #004898;	
	}
	.aside-box .share-box .bds_more:hover + .icon-box{
		background-color: #004898;
	}
	.software-box .list .con-box:hover{
		box-shadow:0 2px .5rem rgba(0, 0, 0, .15);
	}
	.relative-tab .con-box:hover{
		box-shadow:0 2px .5rem rgba(0, 0, 0, .15);
	}
	.relative-tab .con-box:hover img{
		transform: scale(1.1);
	}
	.aside-box .box a:hover .bds_more{
	    opacity: 0;
	    filter: alpha(opacity=0);
	}
	.search-top .text-box .search-more:hover span{
		color: #004898;
		background-image: url('../images/search-more2.png');
	}
	.search-list .item:hover .tit{
		color: #004898;
	}
	.duty-wrap .duty-list .con-box:hover{
		box-shadow: 0 0 20px rgba(0,0,0,.2);
	}
	.duty-wrap .duty-list .con-box:hover img{
		transform: scale(1.1);
	}
	.case-list .con-box:hover{
		box-shadow: 0 0 20px rgba(0,0,0,.2);
	}
	.case-list .con-box:hover img{
		transform: scale(1.1);
	}
	.search-box .search .sub a:hover{
		text-decoration: underline;
	}
	.nav .navson a:hover{
		opacity: .8;
		filter: alpha(opacity=80);
	}
	.city-search-box .select-box .sub a:hover{
		background-color: #004898;
		color: #fff;
	}
	/* .special-tab .swiper-slide:hover .con-box{
		background-color: #004898;
	}
	.special-tab .swiper-slide:hover:before{
		opacity: 1;
		filter: alpha(opacity=100);
	} */

	.special-tab-list .tab-item:hover{
		background-color: #d0d7e8;
	}
	.special-tab-box .prev:hover{
	    background-image: url('../images/special-prev2.png');
	}
	.special-tab-box .next:hover{
	    background-image: url('../images/special-next2.png');
	}

	.software-box .list .detail:hover{
		background-color: #004898;
		border-color: #004898;
	}
	.software-box .list .detail:hover span{
		color: #fff;
		background-image: url('../images/product-detail2.png');
	}


	header:hover{
	    background-color: #fff;
	    box-shadow: 0 0 20px rgba(0,0,0,.1);
	    border-color: transparent;
	}
	header:hover .logo .logo1{
	    display: block;
	}
	header:hover .logo .logo2{
	    display: none;
	}
	header:hover .center-link .tit{
	    color: #222;
	}
	header:hover .center-link .tit:before{
	    background-color: #004898;
	}
	header:hover .header-right .lang{
		color: #222;
	}
	header:hover .header-right .search-btn{
	    background-image: url('../images/search-btn2.png');
	}
	header:hover .header-right .nav-btn .line{
	    background-color: #222;
	}

	header .center-link .third-nav a:hover{
		opacity: .5;
		filter: alpha(opacity=50);
	}
	.honor-list .con-box:hover img{
		transform: scale(1.1);
	}
	.campus-more:hover{
		background-color: #004898;
	}
	.campus-more:hover span{
		color: #fff;
		background-image: url('../images/campus-more2.png')
	}
	
}