/* 头部导航 */
.topnav{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
}
.navBox{
	width: 90%;
	margin: auto;
	border-bottom: 1px #FFFFFF solid;
	padding: 12px 0;
}
.navBox .logos{
	width: 51%;
}
.navBox .logos a img{
	max-width: 100%;
}
.navBox .iconBox{
	width: 70px;
}
.navBox .iconBox a{
	display: inline-block;
}
.bigmio{
	width: 25px;
	height: 25px;
}
.navBox .iconBox .san{
	display: block;
}
.navBox .iconBox .san span{
	display: block;
	width: 22px;
	height: 3px;
	background: #FFFFFF;
	position: relative;
	transition: all 0.8s ease;
}
.san .line1{
	position: absolute;
	top: 4px;
}
.san .line2{
	position: absolute;
	top: 8px;
}
.san .line3{
	position: absolute;
	top: 13px;
}

.then1{
	top: 10px !important;
	transform: rotate(45deg);
}
.then2{
	opacity: 0;
}
.then3{
    top: 5px !important;
	transform: rotate(-45deg);
}



.swiper-container{
	width: 100%;
	height: 100%;
}

/* 内容 */
.fixBoxTop{
	width: 100%;
	height: 552px;
}
.banner-main{
	position: absolute;
	top: 33%;
	left: 5%;
	z-index: 20;
}
.banner-main h3{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
	letter-spacing: 4px;
	color: #ffffff;
}
.banner-main .engwor p{
	font-size: 16px;
	padding-right:20px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
}
.banner-main .cli-mor{
	width: 50%;
    height: 35px;
    line-height: 35px;
    margin-top: 50px;
    background-color: #ffffff;
    border-radius: 32px;
}
.banner-main .cli-mor a{
	display: block;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	color: #00479d;
}
.slide-hov{
	width: 100%;
	height: 100%;
	background: rgba(3,50,182,0.3);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.banimgbox{
	width: 100%;
	height: 100%;
}
.banimgbox img{
	width: 100%;
	height: 100%;
}

.phBox{
	width: 100%;
	margin-top: 30px;
}
.phcen{
	width: 90%;
	margin: 0 auto 30px;
}
.tainTis{
	text-align: center;
	margin-bottom: 25px;
}
.tainTis h3{
	font-size: 26px;
	color: #b8b8b8;
	font-family: dincond;
}
.tainTis p{
	color: #000000;
	font-size: 24px;
}
.phcen .tain1{
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 30px;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.phcen .tain1 .pro-img{
	width: 100%;
	height: auto;
	text-align: center;
}
.phcen .tain1 .pro-img img{
	width: 100%;
	
}
.phcen .tain1 .pro-des{
	padding: 16px 5%;
	background: #063B91;
}
.phcen .tain1 .pro-des p .bgimg{
	isplay: block;
    width: 16px;
    height: 20px;
    background: url(../images/sprites.png) no-repeat -194px -12px;
}
.phcen .tain1 .pro-des p span{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
}

.swipBox{
	width: 100%;
	background: #F3F3F3;
	padding: 30px 0;
}
.swipBox .sw-cen{
	width: 90%;
	margin: auto;
}

/* swiper内置问题 */
.swipBox .sw-cen .swiper-container{
	/*padding-bottom: 28px;*/
	overflow: hidden;
}
.swipBox .sw-cen .swiper-container .swiper-wrapper .swiper-slide{
	border-radius: 7px;
	overflow: hidden;
	height: 455px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0 !important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: inline-block;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active{
	background: #0D30A4;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
/* 内置结束 */

.swipBox .sw-cen .swiper-container .pro-des-item{
	width: 100%;
	/* height: 387px; */
	position: relative;
}
.pro-des-item .it-box{
	width: 100%;
	height: 100%;
}
.pro-des-item .it-box img{
	width: 100%;
	height: 100%;
}
.pro-des-item .main3-content{
	position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	padding: 15% 0 0 7%;
	overflow: hidden;
}
.swipBox .sw-cen .swiper-container .pro-des-item .main3-content:before{
	content: '';
	background: url(../images/back-blue-new.png) no-repeat;
    background-size: cover;
	position: absolute;
	top: 0;
    left: -23px;
    width: 85%;
    height: 100%;
	transform: skewX(8deg);
    box-sizing: border-box;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.swipBox .sw-cen .swiper-container .pro-des-item .main3-content:after{
	content: '';
	background: url(../images/back-blue-new.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: -23px;
    width: 85%;
    height: 100%;
    box-sizing: border-box;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.main3-consbox h4{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.main3-consbox .main-desc{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.main3-consbox .clic_more{
	display: inline-block;
    border: 1px #FFFFFF solid;
    margin-top: 20px;
    width: 125px;
    height: 30px;
	font-size: 13px;
    text-align: center;
    line-height: 30px;
    border-radius: 21px;
    color: #FFFFFF;
}
.main3-consbox .clic_more i{
	display: inline-block;
    width: 19px;
    height: 17px;
    background: url(../images/sprites.png) no-repeat -228px -17px;
    margin-left: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* 关于中科 */
.aboutBox{
	width: 100%;
	padding: 30px 0;
}
.boxtain{
	width: 90%;
	margin: 0px auto 0;
}
.aboutBox .ab-top{
	position: relative;
}
.aboutBox .ab-top p{
	width: 100%;
	height: auto;
}
.aboutBox .ab-top p img{
	width: 100%;
}
.aboutBox .ab-top .ab-tis{
	position: absolute;
	top: 35%;
	left: 8%;
}
.aboutBox .ab-top .ab-tis p:nth-child(1){
	font-size: 20px;
	color: #b8b8b8;
	font-family: dincond;
}
.aboutBox .ab-top .ab-tis p:nth-child(2){
	font-size: 20px;
	color: #FFFFFF;
}
.ab-descBox{
	background: #F5F5F5;
	padding: 10% 8%;
}
.ab-descBox .ab-desc{
	font-size: 14px;
	line-height: 30px;
	color: #09071d;
}
.ab-descBox .linmor a{
	display: block;
	margin-top: 30px;
	font-size: 13px;
	color: #0346ab;
}

.newsBox{
	width: 100%;
	padding: 0 0 30px;
}
.newsBox .newTain{
	width: 90%;
	margin: auto;
}
.tain-topimg{
	width: 100%;
}
.tain-topimg img{
	width: 100%;
}
.new-desc{
	padding: 6% 8%;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.new-desc .np1 a{
	color: #666666;
	font-size: 14px;
}
.new-desc .np2{
	width: 100%;
}
.new-desc .np2 span:nth-child(1){
	font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 24px;
	display: inline-block;
}
.new-desc .np2 span:nth-child(2){
	font-size: 12px;
    right: 0;
    bottom: 0;
    font-weight: normal;
}
.new-desc .intro{
	color: #686868;
	font-size: 14px;
}
.new-desc .np3 a{
	font-size: 13px;
    color: #063b91;
	display: block;
	margin-top: 25px;
}

.new-but{
	width: 100%;
	padding-bottom: 30px;
}
.new-but a{
	display: block;
	width: 145px;
	margin: auto;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #000000;
	border-radius: 43px;
	border: solid 1px #434343;
}

/* 底部 */
.footTain{
	width: 100%;
	background: #003894;
	padding: 20px 0 15px;
}
.footTain .Tainubox ul{
	width: 100%;
	text-align: center;
}
.footTain .Tainubox ul li{
	/* width: 100%; */
	margin: 0 10px;
	display: inline-block;
	list-style: none;
	text-align: center;
}
/* .footTain .Tainubox ul li:nth-child(4){
	display: none;
} */
.footTain .Tainubox ul li .foot-iconBox{
	display: block;
	margin: auto;
}
.footTain .Tainubox ul li .foot-iconBox a {
	display: inline-block;
	width: 25px;
	padding: 0 15px;
	position: relative;
}
.footTain .Tainubox ul li .foot-iconBox a>img{
	max-width: 100%;
	vertical-align: middle;
	transition: all .5s ease;
}

.img-icon-ewm1{
	left: 0 !important;
}
.foot-iconBox .img-icon-ewm{
	display: none;
	position: absolute;
    bottom: 100%;
	height: 132px;
    left: 100%;
    z-index: 45;
    border: 1px #999999 solid;
    transform: translateX(-50%);
    background-color: #ffffff;
}
.foot-iconBox .img-icon-ewm>img{
	height: 100%;
}

.foot-iconBox a:hover .img-icon-ewm{
	display: block;
}

.footTain .Tainubox ul li a{
	display: block;
	font-size: 12px;
	color: #f5f5f5;
	line-height: 22px;
	padding: 10px 0;
}
.footTain .footLogo{
	width: 100%;
	padding: 15px 0 20px;
}
.footTain .footLogo span{
	display: block;
	width: 42%;
	margin: auto;
}
.footTain .footLogo span img{
	max-width: 100%;
}
.footSby{
	width: 100%;
	text-align: center;
}
.footSby p,.footSby p a{
	font-size: 12px;
	color: #F5F5F5;
	line-height: 22px;
}



/* 首页智能制造 */
.main3-consbox {
    position: relative;
    z-index: 20;
    text-align: center;
}
.main3-content p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 130px;
    height: 70px;
    margin: auto;
}
.main3-content {
    width: 80%;
	position: absolute;
    top: 50%;
    left: 50%;
	z-index: 15;
	transform: translate(-50%,-50%);
}
.wi_active .main3-consbox h4 {
    font-size: 24px !important;
    margin-bottom: 30px;
}
.tain-main3>ul{
	overflow: hidden;
}
.tain-main3>ul>li{
	float: left;
	display: block;
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-size: 1rem;
    overflow: hidden;
    white-space: normal;
	transition: all .5s ease;
}
.main-pruHov{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.45);
	top: 0;
	left: 0;
	z-index: 8;
}
.wi_active{
	width: 44%;
}
.wi_active .main-pruHov{
	background: rgba(45, 46, 66, 0.5);
}
/* .main3-content .b_desc,.main3-content .clic_more{
	display: none;
} */
.wi_active{
	width: 44% !important;
}
.wi_active .main3-content .b_desc,.wi_active .main3-content .clic_more{
	display: block;
}
.wi_active .main3-content{
	top: 20%;
}
.wi_active .main3-consbox{
	width: 430px;
}
.conbox-img{
	transform: scale(0.8);
}
/* .jgst{
	padding-left: 36px;
} */
.wi_active .main3-consbox h4{
	font-size: 24px !important;
	margin-bottom: 30px;
}

.main3-content h4{
	font-size: 18px !important;
}






/* 手机端导航 */
.slideBox{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #2f2f2f;
	z-index: 46;
	overflow: hidden;
	overflow-y: scroll;
}
.slideBox .ph-navlist{
	margin: 55px 0 20px 0;
    padding: 0 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}
.navlist-box ul li a{
	font-size: 14px;
	height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    display: block;
}
.navlist-box ul li a:after{
	content: '';
	border-bottom: 1px #FFFFFF solid;
	opacity: 0.3;
	display: block;
	position: relative;
	bottom: 0;
}

.left-menu{
	display: none;
}




@media screen and (max-width:375px) {
	.main3-consbox h4,.aboutBox .ab-top .ab-tis p:nth-child(2){
		font-size: 18px;
	}
	.pro-des-item .main3-content{
		padding: 12% 0 0 7%;
	}
	.new-desc .np2{
		padding-bottom: 5px;
	}
	.new-desc .np2 span:nth-child(1){
		width: 100%;
		margin-bottom: 5px;
	}
}
@media screen and (max-width:325px) {
	.main3-consbox h4, .aboutBox .ab-top .ab-tis p:nth-child(2){
		font-size: 16px;
	}
	.main3-consbox .main-desc{
		    -webkit-line-clamp: 2;
	}
}